05 2018 档案

摘要:原帖地址 https://blog.csdn.net/claram/article/details/54023216 Mysql InnoDB 排他锁 用法: select … for update; 例如:select * from goods where id = 1 for update; 排 阅读全文
posted @ 2018-05-04 13:46 九号云 阅读(2533) 评论(0) 推荐(1) 编辑
摘要:Hashmap的存值: 1 public static void main(String[] args) { 2 ///*Integer*/map.put("1", 1);//向map中添加值(返回这个key以前的值,如果没有返回null) 3 HashMap<String, Integer> ma 阅读全文
posted @ 2018-05-03 15:35 九号云 阅读(50425) 评论(6) 推荐(11) 编辑