08 2018 档案

摘要:IntelliJ IDEA 默认快捷键模式下 自动补全变量名称 : Ctrl + Alt + v 自动补全属性名称 : Ctrl + Alt + f 阅读全文
posted @ 2018-08-12 11:03 刘可可 阅读(173) 评论(0) 推荐(0)
摘要:转自:http://singo107.iteye.com/blog/1175084 数据库事务的隔离级别有4个,由低到高依次为Read uncommitted 、Read committed 、Repeatable read 、Serializable ,这四个级别可以逐个解决脏读 、不可重复读 、 阅读全文
posted @ 2018-08-10 10:55 刘可可 阅读(142) 评论(0) 推荐(0)