xfx's blog
All that exists is what's ahead.
MySQL事务锁命令语句集合 MySQL事务锁命令语句集合
查看数据库innodb状态show engine innodb status 查看当前是否有事务运行select * from information_schema.INNODB_TRX; 通过kill结束当前事务kill 'trx
2021-03-21
MySQL之集合之间的查询 MySQL之集合之间的查询
此为Spring Mapping层的策略根据需求有以下查询情况: 判断一个元素是否在集合里面。可用 IN 判断,要求传入参数为集合,然后通过 <foreach collection="List" item="i" index="
2021-01-27