hjcpnr's recent timeline updates
hjcpnr

hjcpnr

V2EX member #172951, joined on 2016-05-13 20:07:01 +08:00
hjcpnr's recent replies
Sep 24, 2023
Replied to a topic by hjcpnr MySQL Mysql select for update 的加锁机制?
补充一下

事务 1:
select * from test where age = 80009 for update;

事务 2 ,需要阻塞等待事务 1 结束:
select * from test where age = 80008 for update;

事务 3 ,不会阻塞,成功执行:
update test set name ="haha" where age = 80008;

另外,如果把 age 的类型从 char 改成 int ,三个事务都不会互相阻塞
Sep 14, 2020
Replied to a topic by b0644170fc 程序员 macos 安装 visualbox 启动 centos7 失败
某宝有卖 vmstation 激活码
有赞这种无良公司竟然还活的这么好
不错不错,楼主,我也撸了一个框架,有兴趣一起交流啊!
https://bitbucket.org/hjcpn/webuilder
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5301 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 03:57 · PVG 11:57 · LAX 20:57 · JFK 23:57
♥ Do have faith in what you're doing.