搜索结果
找到约 141 项符合
PASSWORD 的查询结果
按分类筛选
- 全部分类
- 技术资料 (13)
- 其他 (13)
- Java编程 (13)
- 加密解密 (7)
- Linux/Unix编程 (7)
- Jsp/Servlet (6)
- 数据库系统 (5)
- 其他书籍 (5)
- 文件格式 (5)
- 其他数据库 (5)
- Delphi控件源码 (4)
- 源码 (3)
- 书籍源码 (3)
- 压缩解压 (3)
- 企业管理 (3)
- 汇编语言 (3)
- 软件设计/软件工程 (3)
- SQL Server (3)
- 电子书籍 (2)
- 教育系统应用 (2)
- 网络 (2)
- 文章/文档 (2)
- VC书籍 (2)
- 软件 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 操作系统开发 (1)
- 软件工程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 单片机开发 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 数据结构 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- 中间件编程 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
技术资料 基于STC89C52单片机的电子密码锁设计
电子密码锁具有安全性高、保密性好等优点。本文基于单片机STC89C52设计了一种电子密码锁系统,由单片机控制矩阵键盘模块实现输入密码功能,LCD1602液晶模块显示密码锁相关信息,继电器模块控制开锁。具有开锁成功提示、密码错误报警、修改密码等功能,在防盗场合有着极为广泛的用途。Electronic password lock has the advantag ...
Java编程 简介: 采用了静态的HTML作为新闻存储的格式
简介: 采用了静态的HTML作为新闻存储的格式,先进的全文检索技术, 可视化的新闻发布界面 管理程序为admin/index.jsp,默认的管理员为admin(password:admin888), 编辑为: edit(password:edit888)
邮电通讯系统 采用了静态的HTML作为新闻存储的格式
采用了静态的HTML作为新闻存储的格式,先进的全文检索技术,可视化的新闻发布界面 管理程序为admin/index.jsp,默认的管理员为admin(password:admin888),编辑为:edit(password:edit888)
Linux/Unix编程 TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, chan
TinyLogin is a suite of tiny Unix utilities for handling logging into,
being authenticated by, changing one s password for, and otherwise
maintaining users and groups on an embedded system. It also provides
shadow password support to enhance system security. TinyLogin is, as the
name implies, very s ...
VC书籍 This project demonstrates the use of secure hash functions technique to implement a file encryption
This project demonstrates the use of secure hash functions technique
to implement a file encryption / decryption system.
This implemented application can encrypt / decrypt multiple files
on the fly using a password. The password supplied by the user
is used as the source message from which the hash ...
加密解密 This project demonstrates the use of secure hash functions technique to implement a file encryption
This project demonstrates the use of secure hash functions technique
to implement a file encryption / decryption system.
This implemented application can encrypt / decrypt multiple files
on the fly using a password. The password supplied by the user
is used as the source message from which the hash ...
文章/文档 .lack of files 4.Directory or dev tool is not correct selected 5.Description is not detailed
.lack of files
4.Directory or dev tool is not correct selected
5.Description is not detailed
6.Compressed file has password
7.Sourcecode
Java编程 简单的一个java程序
简单的一个java程序,显示登陆对话框,运行时要求显示username和password
Jsp/Servlet public class DBClass { private String driver private String url private String user
public class DBClass {
private String driver
private String url
private String username
private String password
private Connection connection
private Statement statement
private String message=""
}