05 2018 档案
摘要:原帖地址 https://blog.csdn.net/claram/article/details/54023216 Mysql InnoDB 排他锁 用法: select … for update; 例如:select * from goods where id = 1 for update; 排
阅读全文
摘要:Hashmap的存值: 1 public static void main(String[] args) { 2 ///*Integer*/map.put("1", 1);//向map中添加值(返回这个key以前的值,如果没有返回null) 3 HashMap<String, Integer> ma
阅读全文