资源列表
jakarta-tomcat-connectors-1.2.14-src.tar
- jboss与apache集成的中间件,详情请参看文档说明.-ORM and integrated middleware, details, please refer to documents note.
DirectAccessHD
- 我以前从网上下的一个实例,可以读取扇区数据,也可以删除和备份数据;-I used the Internet from an example, can read data sector can also delete and backup data;
cLog.cpp
- 通用写日志类 首先建立一个文件,然后就根据时间和 信息写入文件, 如果日志太大,就做一个备份,-generic log write a category established first, and then based on time and information into the document, if the log too, so on a backup,
Gethandle
- 获取窗体上的任意控件的相关信息,句柄等。-access forms on the arbitrary control of the relevant information, such as handles.
postgres8.1.3
- postgres8.1.3对象关系数据库管理系统源代码.-postgres8.1.3 object-relational database management system source code.
TomCrypt
- 该压缩包中包括 tom的加密函数库及pdf说明 ,以及Rinick s ECC:椭圆曲线非对称加密密钥生成器 -the compression package includes tom encryption functions and pdf descr iptions and Rinick s ECC : Elliptic Curve asymmetric encryption key generator
TestAes
- aes算法的c++实现及其加密解密过程所需时间的测试,无解压密码-Aes Algorithm c achieve encryption and decryption process and the time required for testing, without extracting passwords
user_omcr.tar
- linux下c 编写的 某项目代理服务端部分的代码。其中包括网络通信,处理数据过程以及数据库存储过程等。相信会对大家有一定帮助。-c prepared by the agency services for a particular project-part of the code. These include network communications, data processing process, and database storage processes. We believe th
FATFileSystem
- FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中
httpdebug-1.06
- httpdebug1.06用于调试HTTP传输的工具。可模仿server和client之间的传输。 在浏览器里操作此cgi 程序.-httpdebug1.06 HTTP transmission for debugging tool. Replicable between server and client transmission. Browsers in this cgi operating procedures.
httpdebug-2.0
- httpdebug2.0用于调试HTTP传输的工具。可模仿server和client之间的传输。 在浏览器里操作此程序.cgi -httpdebug2.0 HTTP transmission for debugging tool. Replicable between server and client transmission. The browser operating procedure. Cgi
shenfenyanzheng
- 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha