1. 内存泄露 及 对策
2. 高访问量并发解决方案
3. 数据库优化
4. 大数据量copy?
//第一步,创建相同结构的表
create table newtable as select * from oldtable where 1=2;
//复制数据
insert into newtable select * from oldtable ;
这样应该就不会有任何问题了.
5. IOC
6. 新浪微博解决方案
7. jdbc优化
8.hibernate的效率问题
9.OLTP O?TP
10.分布式事务,java只有接口,没有实现
11.长连接
12.hibernate优化,配置参数
13.批处理SQL
2. 高访问量并发解决方案
3. 数据库优化
4. 大数据量copy?
//第一步,创建相同结构的表
create table newtable as select * from oldtable where 1=2;
//复制数据
insert into newtable select * from oldtable ;
这样应该就不会有任何问题了.
5. IOC
6. 新浪微博解决方案
7. jdbc优化
8.hibernate的效率问题
9.OLTP O?TP
10.分布式事务,java只有接口,没有实现
11.长连接
12.hibernate优化,配置参数
13.批处理SQL