-
html5以及note.js技术编写的实时聊天系统
这是使用的HTML5技术,以及css相关技术以及note.js制作而成的一个实时聊天系统。能实现实时的聊天功能也能进行即时的文件传输功能。还能够对文本进行编辑操作!
- 2022-03-04 17:23:52下载
- 积分:1
-
十进制数据转十六进制字符串的源代码,vc6下测试验证
十进制数据转十六进制字符串的源代码,vc6下测试验证-Decimal to hexadecimal data string of source code, vc6 test to verify
- 2022-04-08 03:32:14下载
- 积分:1
-
学生管理的一个EJB实现,禁止非法的商业行为
学生管理的一个EJB实现,禁止非法的商业行为-students managed to achieve an EJB prohibit illegal business practices
- 2022-01-21 17:24:47下载
- 积分: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
-
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。-clock procedures can be achieved by setting the time clock function. Work in the region, visual display dial.
- 2022-03-16 02:22:28下载
- 积分:1
-
这是一个函数模板的题目,用的是函数模板解决简单的问题
这是一个函数模板的题目,用的是函数模板解决简单的问题-This is a function of template topics, using a template function to a simple question
- 2022-07-14 14:51:21下载
- 积分:1
-
针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序...
针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序-6-DOF Motion Platform for Development of Inverse Kinematics solver, Jacobian solver, solver speed and power of the procedure
- 2022-03-22 21:50:31下载
- 积分:1
-
EVC ADO 访问数据库操作的小例子,简单易用
EVC ADO 访问数据库操作的小例子,简单易用-EVC ADO access to databases operated by small examples, easy-to-use
- 2022-02-12 20:54:25下载
- 积分:1
-
非常好用的源代码,是把程序转为服务的形式,可以在开机之后自动启动运行的源代码...
非常好用的源代码,是把程序转为服务的形式,可以在开机之后自动启动运行的源代码-Very easy to use source code is to process the form to the service can start automatically after boot to run the source code
- 2022-03-20 17:52:02下载
- 积分:1
-
易语言教程,很适合新手学习电子书,很好的
易语言教程,很适合新手学习的一本ebook,非常有名的。-Easy language tutorial, it is suitable for novice learning an ebook, a very well-known.
- 2023-05-09 02:40:04下载
- 积分:1