-
本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。...
本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。-the program pascal language syntax analysis, the use of recursive downward analysis method. Newcomers worth a look.
- 2023-04-27 08:25:03下载
- 积分:1
-
DELPHI图书租赁管理系统
DELPHI图书租赁管理系统-lease management system
- 2023-03-10 11:15:03下载
- 积分:1
-
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★
[综合类]用户定义关键字颜色的文件 164Kb 17 ★★★★★ -[Comprehensive] user-defined keywords color documents 164Kb 17 Buranee People
- 2022-01-23 10:25:59下载
- 积分:1
-
程序记录器 记录本电脑一天内执行过什么程序(系统自带的除外) 然后生成文本 界面隐藏 热键呼出 用于万象收费服务端 原因是万象事件 防一下...
程序记录器 记录本电脑一天内执行过什么程序(系统自带的除外) 然后生成文本 界面隐藏 热键呼出 用于万象收费服务端 原因是万象事件 防一下-Procedures Recorder Record day implementation of the computer what program (except for built-in system) and then generate the text of the interface hidden Hotkey exhaled client fee-based services for Vientiane Vientiane case because the anti-click
- 2022-05-17 19:46:56下载
- 积分: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
-
这是一个只允许输入既定范围数字的编辑控制
这是一个只允许输入既定范围数字的编辑控制-This is only an established framework to allow the importation of digital editing control
- 2022-06-01 08:49:06下载
- 积分:1
-
在网上找到过圣诞节的小程序。于是使用易语言模仿了一下。把代码上传共享给大家...
在网上找到过圣诞节的小程序。于是使用易语言模仿了一下。把代码上传共享给大家-Christmas on the web, a small procedure. So easy to use language to imitate the look. From the code-sharing for everyone
- 2022-05-24 01:00:53下载
- 积分:1
-
验证你的节奏感,尤其是你在听觉上的反应程度。
验证你的节奏感,尤其是你在听觉上的反应程度。-Verify your sense of rhythm, in particular, is that you are hearing on the degree of response.
- 2022-07-01 06:08:48下载
- 积分:1
-
good registration program source code! Like friends can be found studies. .
很好的注册程序源代码!喜欢的朋友可以拿去研究研究-good registration program source code! Like friends can be found studies. .
- 2022-02-10 08:43:25下载
- 积分:1
-
check link error injection by php
check link error injection by php
- 2022-07-22 18:20:26下载
- 积分:1