- 浏览: 1628 次
- 来自: ...
最近访客 更多访客>>
最新评论
-
抛出异常的爱:
由于你查的字段没有建索引。。。。
不知Hibernate在哪里耗时间 -
DBoy:
大家有时间投票我的贴为新手贴,咋就没个老手来解释下呢
不知Hibernate在哪里耗时间
文章列表
(1)
long time = System.currentTimeMillis();
ResultSet rs = stmt.executeQuery("select * from Tbl_Mms_User where MobilePhone='13956478952'");
System.out.println("xxxxxx:" + (System.currentTimeMillis() - time));
(2)
long time = System.currentTimeMillis();
List list = dao.find( ...