搜索资源列表
一种通用的用户登录日志记录方法演示
- 单元: TLoginHistory 目的: 提供一种通用的用户登录日志记录方法。 特征: 1、数据加密存储,保证安全性,用户还可以改变加密方法; 2、提供多种排序方式; 3、采用自定义文件格式,无需数据库支持,存取速度极快。 作者: 邓朝晖 dzh@inleo.com 历史: 2006-04-03 -v1.0 Create original version 欢迎大家测试,并把使用及修
doooor-back-2005-9-27
- 450b+linux+wm射频模块的一个门禁系统的完整源代码,支持rtc,支持薄厚两种ic卡,网络通信数据传输(设置)以及flash数据暂存.-450b linux wm RF module of a complete Access Control System source code, support rtc. Two middle-thick support id cards, network communications data transmission (set), and flash
url_unicode
- 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl()并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。-Since in the preparation of an application need to access the page
yemianzhihuan
- 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的虚拟地址。 页面淘汰算法采用时钟页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Design of a requested page storage management solutions. And to prepare implementation of the simulation program. Generate a
code
- 这是一个代码管理器,做了好长时间了,一边复习考研一边做,速度真的有点慢,呵.后台数据库采用了access,由于时间的原因,程序有很多细节还没处理.(注意:软件默认只支持vc6.0的文件类型,要导入其他类型文件,需设置文件类型)-This is a code manager, made a good long time, while review Kaoyan while doing the speed is really a bit slow, Oh. Back-end database usi
SQLinjection
- C编写的自动SQL注入源码工程,一个远程多线程的,快速猜解某一注入点的后台数据库账户和密码,支持Access、Mssql、Mysql、Oracle数据库猜解。若SQL注入点URL含有多个参数时,需将存在注入的参数换位置到URL末尾,因为本程序代码默认URL最后一个参数存在注入。-Automated SQL injection source projects written in C, a remote multi-threaded, fast-guess the solution of an i
qmPlugin
- 按键精灵的一个插件 注入汇编,实时获取动态内存地址,原理是:将一行指令改成 jump addr, 然后再新的addr处理,最后跳回。 具体代码在JYplugIn里,外围代码是编译插件所必须的,编译结果为dll。 原创,转载注明出处...上传几个我自己的源码都被人上传过了,-Wizard button, a plug-in into the compilation of real-time access to dynamic memory address, the principle
j_21079_HARUICMS
- 基于微软ASP、通用ACCESS数据库开发完成;完全免费开源,无后门,无加密,请放心使用-Completed based on Microsoft ASP, GM ACCESS development totally free, open source, no back door, no encryption, ease of use
ttm_execbuf_util
- If a buffer in the list is marked for CPU access, we back off and wait for that buffer to become free for GPU access.
College-Students-Forum
- 系统用ASP和ACCESS数据库开发,分为前台模块和后台模块,分别拥有不同的功能权限,后台拥有管理权限,可管理板块、用户、对论坛的设置等,前台模块可注册登录,浏览帖子并回复和发帖等功能。-ASP and ACCESS systems development, is divided into front and back office module module, respectively, with different functional competence, background wit
RingBufferConsumer
- The RingBufferConsumer maintains a ring buffer of BufferItem objects, (which are acquired as long as they are part of the ring buffer, and released when they leave the ring buffer). When new buffers are produced, the oldest non-pinned buffer item
SqlMap
- 支持多种数据库,MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase和SAP MaxDB。 支持不同的注入模式 1、基于布尔的盲注,即可以根据返回页面判断条件真假的注入。 2、基于时间的盲注,即不能根据页面返回内容判断任何信息,用条件语句查看时间延迟语句是否执行(即页面返回时间是否增加)来判断。 3、基于报错注入,即页面会返回错误信息