搜索资源列表
fastdb-363
- FastDB3.6.3是最近的windows版本的fastdb内存数据库。FastDB是一个高效率的内存数据库系统,在磁盘上的数据库文件和使用该数据库的每一个应用程序占用的虚拟内存空间相映射,这样取消了数据文件和缓冲池中的数据传输。再将整个文件数据读入内存,并且使用了高性能的锁工具实现了只读模式线程间、单个更改模式线程和多个只读模式线程间的并发执行。-Most recent sources for Windows:FastDB3.6.3
SearchData
- 前段时间自己用swt编写oracle遍历搜索器,可以根据关键字进行模糊查询,查出关键字所在表,列.(采用多线程查询/数据库线程池)-Some time ago they used to write oracle swt traversal search, you can be fuzzy query based on keyword, find out the keywords table columns. (Using multi-threaded query/database thread
TextJDBC
- 该代码是通过线程和数据库连接池连接数据库。(The code is connected to the database through thread and database connection pooling.)