-
copy Database
这将以最简单的方式将整个记录从一个数据库复制到另一个数据库
- 2023-02-14 15:20:03下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
数据库通用适配器:实现行粒度的数据库的转换
数据库通用适配器:实现行粒度的数据库的转换-DataBased adaptor
- 2022-01-26 06:29:39下载
- 积分:1
-
本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DA
本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DAO,网络通信用 CSocket+CSocketFile;-the system to internal system administrator account by adding, management; Divided into two groups, User Group and the Boss group. Boss Group accounts Broadcasting notice can be issued; Between any two users can communicate with each other; Using DAO Database Interface, Network Communication CSocket CSocketFile;
- 2022-07-08 02:52:45下载
- 积分:1
-
VB MATRIX SOL
这个程序是非常有用的解决矩阵,如果有人想要更多的搜索可以找到这个地址
- 2022-07-04 23:31:03下载
- 积分:1
-
这个程序是我花了好长时间才做出来的。希望能给大家帮助!!...
这个程序是我花了好长时间才做出来的。希望能给大家帮助!!
-This process is I spent a good long time to make out. I hope everyone can help! !
- 2022-03-26 08:29:37下载
- 积分:1
-
此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其数据库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助...
此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其数据库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助-This is the credit card recharge PC browser software, including COM port detected a variety of invalid card show, and the VB interface, various settings. And database settings. Sparrows are small is a fully-equipped for learning VB would be helpful for the novice
- 2022-03-05 01:42:30下载
- 积分:1
-
class pour activation des formes géométriques triangulaires et rectangulaires
class pour activation des formes géométriques triangulaires et rectangulaires
- 2022-03-20 00:29:48下载
- 积分:1
-
嵌入式数据库,在嵌入式平台上实现数据库功能,没有数据引擎,符合sql92标准...
嵌入式数据库,在嵌入式平台上实现数据库功能,没有数据引擎,符合sql92标准-embedded database, the embedded platform database functions, data engines, in line with standard sql92
- 2022-10-19 13:50:04下载
- 积分:1
-
ODBC数据库查询源代码 关于数据库中数据的查询 一个非常好的代码...
ODBC数据库查询源代码 关于数据库中数据的查询 一个非常好的代码-ODBC database query on the source database query of data a very good code
- 2023-08-14 02:35:03下载
- 积分:1