搜索结果
找到约 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)
Java编程 连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="
连接oracle数据库的操作方法
tatic String driverName="oracle.jdbc.driver.OracleDriver"
static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB"
static String user="DBA_WEB"
static String password="DBA_WEB"
其他 问题描述:编写一个JAVA程序
问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等
b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。
c)方法功能描述:
构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性 ...
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attri ...
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on ...
压缩解压 This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is a ...
Delphi/CppBuilder procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+
procedureTForm1.Button1Click(Sender:TObject)
var
S:String
begin
S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= +
EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew ...
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 ...
Linux/Unix编程 相信有很多用户在使用华为的代理上网吧
相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了
基于fedora 7下
操作很简单,我给出简要提示
1.使用root用户登陆安装rpm包
#]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm
#]./pre.ps
#]linux1x -c
下面问的问题很简单,一路yes, ...
Java编程 本类库包含了常规的数据库联结操作
本类库包含了常规的数据库联结操作,可以手动注册数据库在drivers.xml中。
本类库包含如下类:
-------------------------------------
DriverUtilities
loadDrivers():加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录。
isValidVendor(String ve ...
Java编程 简单的一个java程序
简单的一个java程序,显示登陆对话框,运行时要求显示username和password