1.mybatis中#{}和¥{}区别
2.union和union all区别
3.redis分布锁
4.Integer常量池
5.hashmap put get 不用链表怎么查
6.redis持久化 1000次add和delete怎么解决
7.java封箱装填
8.redis数据结构
9.事务锁机制
10.Throwable error exception
try return a
catch return b
finally return c
12.redis API
13.redis 序列化
14.数据库事务的ACID是怎么实现的?
A(){
string a="hello";
a=B(a);
a?
}
B(string a){
a="hello123";
}
网友评论