搜索结果
找到约 123 项符合
PassWord 的查询结果
按分类筛选
- 全部分类
- 其他 (13)
- Java编程 (12)
- Linux/Unix编程 (7)
- 加密解密 (7)
- Jsp/Servlet (6)
- 其他数据库 (5)
- 数据库系统 (5)
- 文件格式 (5)
- 其他书籍 (4)
- 企业管理 (3)
- 压缩解压 (3)
- SQL Server (3)
- 汇编语言 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- 教育系统应用 (2)
- 网络 (2)
- 电子书籍 (2)
- 书籍源码 (2)
- 文章/文档 (2)
- VC书籍 (2)
- 技术资料 (2)
- 电源技术 (1)
- 开发工具 (1)
- 实用工具 (1)
- 邮电通讯系统 (1)
- uCOS (1)
- 操作系统开发 (1)
- 传真(Fax)编程 (1)
- 中间件编程 (1)
- 软件工程 (1)
- 人工智能/神经网络 (1)
- MySQL数据库 (1)
- Delphi/CppBuilder (1)
- J2ME (1)
- Internet/网络编程 (1)
- 其他嵌入式/单片机内容 (1)
- Windows CE (1)
- 数据结构 (1)
- VHDL/FPGA/Verilog (1)
- 金融证券系统 (1)
- 串口编程 (1)
- 技术管理 (1)
- 单片机开发 (1)
- JavaScript (1)
- 行业发展研究 (1)
- 嵌入式综合 (1)
- 软件 (1)
- 源码 (1)
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
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 ...
技术管理 simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri
simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server bas ...
SQL Server 合同与报价系统 PB8开发
合同与报价系统
PB8开发,sysbase sql anywhere7
默认密码:user:admin password:admin
ODBC设置为
Database=HxFirm
UserId=tt
ServerName=order
LogId=tt
Jsp/Servlet Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will ne
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...
其他数据库 可连接SQL
可连接SQL,ORACLE等数据库。
首先建立SHOP用户,密码为SHOP,赋予连接和RESOURCE权限。再建立SHOP表空间,再建立表和触发器(在SQL源代码.doc里)并在PASSWORD表里添加新项name:‘admin ,psw: admin 这是管理员登陆帐户。
文章/文档 .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
Jsp/Servlet 旅游自助管理系统 本系统基于struts1.2, tomcat5.5.17, mysql5.0, eclipse3.1, myeclipse5.1开发。 使用方法: 1、使用mys
旅游自助管理系统
本系统基于struts1.2, tomcat5.5.17, mysql5.0, eclipse3.1, myeclipse5.1开发。
使用方法:
1、使用mysql数据库,将/etc文件夹下边的数据库脚本文件导入,顺序为:create_role.sql, tshs.sql(或者选择导入已经部分初始化了的tshs-initialized.sql),完成后会新建一个tshs用户,密码为tshs;
2、将/ ...
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=""
}