1.mybatis中#{}和¥{}區(qū)別
2.union和union all區(qū)別
3.redis分布鎖
4.Integer常量池
5.hashmap put get 不用鏈表怎么查
6.redis持久化 1000次add和delete怎么解決
7.java封箱裝填
8.redis數(shù)據(jù)結(jié)構(gòu)
9.事務(wù)鎖機(jī)制
10.Throwable error exception
try return a
catch return b
finally return c
12.redis API
13.redis 序列化
14.數(shù)據(jù)庫事務(wù)的ACID是怎么實(shí)現(xiàn)的?
A(){
string a="hello";
a=B(a);
a?
}
B(string a){
a="hello123";
}