摘要:
Problem DescriptionIn the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several c... 阅读全文
posted @ 2015-06-10 11:14
phlsheji
阅读(219)
评论(0)
推荐(0)
摘要:
JDBC它提供了一个数据库batch能够处理,在大容量数据业务(额外、删除等。)的情况下,可以显著提高系统性能。我有一个项目的联系。在没有使用batch治疗,删除5大概半个小时万条数据,进行改造,採用了batch处理的方式。删除5万条数据基本上不会超过1分钟。看一段JDBC代码:// 关闭自己主动运... 阅读全文
posted @ 2015-06-10 10:03
phlsheji
阅读(3363)
评论(0)
推荐(0)