摘要: uuid yii自带 阅读全文
posted @ 2019-09-23 15:29 jiuchen 阅读(2043) 评论(0) 推荐(0) 编辑
摘要: MySQL数据库 - 引擎: - innodb - 支持事务 - 锁 - 行锁 - 表锁 - 示例: - 终端: begin; select xx from xx for update; commit; - pymysql cursor.execute('select * from xx for update') - django with trancation.automic(): models 阅读全文
posted @ 2019-09-23 09:59 jiuchen 阅读(325) 评论(0) 推荐(0) 编辑