摘要:
Multiple markers at this line - The type javax.servlet.ServletContext cannot be resolved. It is indirectly referenced from required .class files加入to... 阅读全文
摘要:
隔离级别 是否存在脏读 是否存在不可读 是否存在幻读1 Read Unommited 没提交 可以读 Y Y Y2 Read Commited 提交了 ,可以读Oracle N Y Y4 Repeatable Read MySQL默认级别 N N Y8 Serialiazble 可序列化 N ... 阅读全文