-
Berkey DB的数据库创建,多线程查询的例子,给大家参考。
Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
- 2022-05-19 18:45:42下载
- 积分:1
-
与pssetcreateprocessnotifyroutine,pssetcreatethreadnotifyroutine线程问题。
用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码为:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.很显然,在驱动退出后,一些进线程操作仍然在访问原来的地址,造成出错.在XP后,微软给出了一个函数PsRemoveCreateThreadNotifyRoutine用来清除线程监视函数(清除进程监视的就是PsSetCreateProcessNotifyRoutine).我一直奇怪ICESWORD在2000中是怎么做到进线程监视的.后来才发现,在运行icesword后释放出一个detport.sys文件,然后一直在系统中存在着没有卸载掉.只是把它隐藏了而已^_^.这不是个好消息,难道我为了测试一个驱动,测试一次就得重启一次吗?呵呵,肯定不是啊,所以想办法搞定它.-with PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine thread to process control, I think we had a very skilled. Sinister In "" A text has been achieved in very good. Some time ago the Internet was seen in the surveillance study of the threads from article more interesting. Write playing with a code to play. on this issue, there have been some proble
- 2023-06-28 21:35:02下载
- 积分:1
-
vc a brief multi
vc多线程编程简单介绍,有个实例介绍的录像。-vc a brief multi-threaded programming, a video examples.
- 2022-03-29 22:41:47下载
- 积分:1
-
信号量实现临界区访问
信号量实现临界区访问-signal to achieve critical visit
- 2022-09-01 09:25:03下载
- 积分:1
-
得到的过程,创造的过程,删除过程,过程管理
获取流程、创建流程、删除流程、流程管理器
- 2023-05-18 10:25:03下载
- 积分:1
-
一个多线程后台扫描的程序和源代码,是用delphi7.0编写的。
一个多线程后台扫描的程序和源代码,是用delphi7.0编写的。-a multithreaded background scanning procedures and the source code is delphi7.0 prepared.
- 2023-08-06 16:55:03下载
- 积分:1
-
采用jsp+servlet+Javabean,jsp负责少量的页面处理,以servlet为主
采用jsp+servlet+Javabean,jsp负责少量的页面处理,以servlet为主
-jsp servlet using JavaBeans, jsp responsible for a small number of pages, mainly to servlet
- 2022-02-03 18:00:14下载
- 积分:1
-
进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信...
进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
- 2022-01-26 05:11:59下载
- 积分:1
-
ATL components in the Apartment
在ATL组件的 Apartment 线程模型中进行进程间通信的例子-ATL components in the Apartment-threaded model for inter-process communication examples
- 2022-03-06 06:58:30下载
- 积分:1
-
readers and writing, the operating system of curriculum design process and threa...
读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
- 2022-05-28 12:10:57下载
- 积分:1