摘要: 数据库事务的隔离级别有4个,由低到高依次为Read uncommitted、Read committed、Repeatable read、Serializable,这四个级别可以逐个解决脏读、不可重复读、幻读这几类问题。 √: 可能出现 ×: 不会出现 注意:我们讨论隔离级别的场景,主要是在多个事务 阅读全文
posted @ 2020-07-13 17:46 沐春风-燕南飞 阅读(132) 评论(0) 推荐(0)
摘要: java.lang.IllegalStateException: Web app root system property already set to different value: 'webapp.root' = [....\tmp1\wtpwebapps\workreport\] inste 阅读全文
posted @ 2020-07-13 15:54 沐春风-燕南飞 阅读(290) 评论(0) 推荐(0)
摘要: 一、du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directory arguments). with no arguments,`du` r 阅读全文
posted @ 2020-07-13 11:33 沐春风-燕南飞 阅读(640) 评论(0) 推荐(0)