安装MongoDB流程。
摘要:MongoDB服务无法启动,windows提示发生服务特定错误 删除掉data/db/内的 mongod.lock storage.bson两个文件。 数据库 集合 文档 DB-collection(tables) ducuments。 use newDB 创建新数据 必须写入数据才能 db.new
阅读全文
posted @
2021-08-10 17:40
code丶wei
阅读(30)
推荐(0)
Sql之for update
摘要:for updateselect * from xxxxxxx where namemc='筛查' for update那是一种行级锁,一旦用户对某个行施加了行级加锁,则该用户可以查询也可以更新被加锁的数据行,其它用户只能查询但不能更新被加锁的数据行.如果其它用户想更新该表中的数据行,则也必须对该表
阅读全文
posted @
2019-07-06 17:22
code丶wei
阅读(1189)
推荐(0)