2017年4月26日
摘要: 部分内容来自:http://www.cnblogs.com/jinzhenshui/p/3345895.html Java 中的锁写作 synchronized (this) {} .net 中的锁写作 lock(this) {} ,不过要求 this 是一个实例化对象 可以参考:http://ww 阅读全文
posted @ 2017-04-26 22:54 z5337 阅读(204) 评论(2) 推荐(0)
摘要: 本文来自:http://www.cnblogs.com/StrangeCity/p/4352753.html 1 -- 本文来自:http://www.cnblogs.com/StrangeCity/p/4352753.html 2 -- 获取一个连接上的所有数据库信息 3 SELECT * FRO 阅读全文
posted @ 2017-04-26 10:37 z5337 阅读(245) 评论(0) 推荐(0)