-
His practice as a handwritten String class that contains the basic functions of...
自己练手写的一个String类,包含基本功能,测试通过,当个纪念,希望对别人也能有点帮助-His practice as a handwritten String class that contains the basic functions of the test, when a memorial, in the hope others can also be helpful to
- 2022-03-09 13:13:30下载
- 积分:1
-
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。
对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。
每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。
在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求:
若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求;
一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放;
如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求;
如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
- 2022-07-12 16:39:28下载
- 积分:1
-
A development environment OS: Windows 2000 Server+ SP2 IDE: Visual Studio 6.0+ S...
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase: SQL 2000 Server + SP2
登录的用户和密码均为KQ-A development environment OS: Windows 2000 Server+ SP2 IDE: Visual Studio 6.0+ SP5 DataBase: SQL 2000 Server+ SP2 users login and password are KQ
- 2022-08-12 18:26:24下载
- 积分:1
-
C~C++程序员实用大全C~C++最佳编程指南
对于程序员有用的学习查询工具...
C~C++程序员实用大全C~C++最佳编程指南
对于程序员有用的学习查询工具
-C ~ C++ Utility Daquan programmers C ~ C++ Best programming guide for the programmers to learn a useful query tool
- 2022-01-25 19:25:25下载
- 积分:1
-
用VMWare打开压缩包里的虚拟机配置文件,运行后可以自动引导到Windows CE桌面。Windows CE runtime kernel支持:
6...
用VMWare打开压缩包里的虚拟机配置文件,运行后可以自动引导到Windows CE桌面。Windows CE runtime kernel支持:
64MB内存
音频
2GB IDE硬盘
USB 1.1 HOST (UHCI)
网卡
RS232串口(输出到文件)
HIVE-BASED注册表
没有VMWare的可以到VMWare的主页下载VMware Player,免费的。
BSP是在EMULATOR的BSP基础上修改而成,主要是增加了对USB 1.1 HOST和VMWare虚拟网卡的支持。注意使用前必须先导入CEC目录下的vmcepc.cec文件。-Open the compressed bag with VMWare virtual machine configuration files, running can be automatically directed to the Windows CE desktop. Windows CE runtime kernel support: 64MB RAM Audio 2GB IDE hard drive USB 1.1 HOST (UHCI) Serial RS232 adapter (output to a file) HIVE-BASED registry there is no VMWare can go to VMWare" s home page to download VMware Player, free of charge. BSP is EMULATOR changes made on the basis of the BSP, the main is the addition of pairs of USB 1.1 HOST and the VMWare virtual network card support. Attention must be imported before use CEC directory vmcepc.cec file.
- 2022-07-13 08:59:05下载
- 积分:1
-
通过普通的电话上网
通过普通的电话上网-through the regular telephone line
- 2022-03-22 20:49:01下载
- 积分:1
-
一个成绩表例子,一些在asp.net开发网页的例子,初学时做的,可供参考,不是很好的。...
一个成绩表例子,一些在asp.net开发网页的例子,初学时做的,可供参考,不是很好的。-example, in some developing Asp. Net website example, when learning to do, for example, is not very good.
- 2022-04-24 23:18:45下载
- 积分:1
-
under VC on the windows and Client
windows下VC++关于server和Client端消息通信处理。-under VC on the windows and Client-server communication information processing.
- 2022-03-04 01:27:28下载
- 积分:1
-
欧几里德分类器
- 2022-05-06 22:13:15下载
- 积分:1
-
flow shop broject
旅行商问题(TSP)提出了以下问题:给定一个城市列表和每对城市之间的距离,哪条最短的路线可以精确地访问每个城市一次并返回出发城市?它是组合优化中的一个NP难问题,在组合优化中占有重要地位;
- 2022-11-30 06:30:04下载
- 积分:1