-
-
spring_hibernate_1.rar
... hibernate.cfg.xml文件中加入如下配置:
* 如果使用的是本地事务(jdbc事务)
<property name="hibernate.current_session_context_class">thread</property>
* 如果使用的是全局事务(jta事务)
<property name="hibernate.current_session_context_class">jta</property>
-
Injectorv620.zip
this is source code of my visual basic dll injector its using virtual alloc ex and create remote thread to execute dll, you wil love me for this xP
-
-
-
-
threadpool_src.zip
A programming model to use a thread pool
A class to manage the thread pool
-
pool_src.zip
Windows Thread Pooling and Execution Chaining
An article that describes a template based thread pool implementation with execution chaining
-
ThreadMasterGUI.zip
Thread master is a software that can handle the cpu load of every process. Here is the source code of the GUI that uses ThreadMaster library
-
Thread.rar
简单的java多线程问题。以三个人吃十个面包为例,能够实现并发的串行执行,能够正确打印出数量。可执行程序
-
WindowsFormsApplication2.rar
.net 3.5 c#
multithreaded app
each thread connects to specified url
and parses specified place in html stream
for search for a string
every 20 sec
-