`
rautinee
  • 浏览: 98246 次
  • 来自: 成都 四川
社区版块
存档分类
最新评论
文章列表
进来在开发一个题库软件,客户要自己定制题目中的编号,如果其中一道题目删除了,新添加的试题的编号要用中断编号的最小编号来填充,开始自己想了一个办法,感觉效率低下,后来网上google了一下,发现了一个比较好的方法 表名:tt 列:id 用下面的方法就能找出中断数字的最小值了 select   min(t.id) as id   from   (select   id=id+1   from   tt) t       where   id   not   in   (select   id   from   tt)
针对sqlserver的,应用了datediff的函数 declare   @ct   datetime     set   @ct   =   getdate()     ---     --sql   语句     ---     select   datediff(ms,   @ct   ,getdate())   as   '查询时间(毫秒)'
JDBC与Hibernate读取性能 1、JDBC仍然是最快的访问方式,不论是Create还是Read操作,都是JDBC快。 2、Hibernate使用uuid.hex构造主键,性能稍微有点损失,但是不大。 3、Create操作,JDBC在使用批处理的方式下速度比Hibernate快,使用批处理方式耗用JVM内存比不使用批处理方式要多得多。 4、读取数据,Hibernate的Iterator速度非常缓慢,因为他是每次next的时候才去数据库取数据,这一点从观察任务管理器的java进程占用内存的变化也可以看得很清楚,内存是几十K几十K的增加。 5、读取数据,Hibernate的List速 ...
原文看这里 http://www.chinadaily.com.cn/language_tips/auvideo/2008-01/08/content_6378860.htm barn [简明英汉词典] [bB:n] n.[农]谷仓, 畜棚, 畜舍, 机器房 traditional [简明英汉词典] [trE5dIFEn(E)l] adj.传统的, 惯例的, 口传的, 传说的 rectangular [简明英汉词典] [rek5tAN^julE] adj.矩形的, 成直角的 circular [简明英汉词典] [5sE:kjulE] adj.圆形的, 循环的 n.函件 通知 hay [ ...
dhtmlxGrid 1.4已经出来了,网站也改版了,增加了很多新功能,比如分页等,不过分页按已经在他的1.2的版本上改出来了,不过实现原理和他不一样,他的解决方案是好像是把数据全部先检索出来,然后对xml文件进行分页,我的想法是还是数据库那段实现分页检索,只生成当前页的数据。 1.4的介绍具体可以看这里 http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml
一切就像做了一场梦,一天繁忙的工作后,下班前接了妻子的一个电话,说有反应,第二天就生了,男孩,顺产,7斤!偶终于升级了~~~ 这几天请产假在家,好久没更新博客了,上来把这个好消息跟大家分享,嘿嘿。。。
# a guy who has the potential to break our hearts and plunge us into a pit of depression. potential - potential [简明英汉词典] adj.潜在的, 可能的, 势的, 位的 n.潜能, 潜力, 电压  depression-depression [简明英汉词典] n.沮丧, 消沉, 低气压, 低压 #we-we feel kinda responsible. kinda [简明英汉词典] adv.有一点, 有几分(=kind of) responsible [简明英汉词典] adj. ...
学习口语,看《friends》 be aware of ---清楚什么,对。。。很清楚 example:I'm very very aware of my tongue Magic is about to happen  好戏开始了 violate 冒犯 干扰 侵犯 强暴 i feel violated.我感觉被强暴了,形容被强迫干了不愿干的事情 dream about 做梦 梦到 She makes the women that I dream about look like short, fat, bald men! what would my opening line be? 我的开场白是 ...
(1)      选择最有效率的表名顺序(只在基于规则的优化器中有效): ORACLE的解析器按照从右到左的顺序处理FROM子句中的表名,FROM子句中写在最后的表(基础表 driving table)将被最先处理,在FROM子句中包含多个表的情况下,你必须选择记录条数最少的表作为基础表。如果有3个以上的表连接查询, 那就需要选择交叉表(intersection table)作为基础表, 交叉表是指那个被其他表所引用的表. (2)      WHERE子句中的连接顺序.: ORACLE
你别说,之前我对它的概念真的是很模糊。。。。 什么是Portal? Portal是一个基于web的应用程序,它主要提供个性化、单点登录、不同来源的内容整合以及存放信息系统的表示层。 什么是Portlet? Portlet是基于java技术的web组件,它由portlet容器管理、并处理请求,并动态生成输出内容。 Portlet的输出是一个片段,即不是一个完整的页面。 Portal标准 为规范Portal,SUN于2003年底制定了JSR168,它定义了portlet标准,并给出了一个实现接口。 Portlets与Servlet的异同? 相同点 基于web应用的java技术 由特定的容器 ...
如果我在public static void main(String[] args)  中的某一行程式碼加上return;會使JVM得跳離main()  也就是結束程式,那請問和寫System.exit(0)有何不同呢? 因為是在 public static void main(String[] args) 中 return...     所以其效果等同於 System.exit( ) ...     但是只要離開這個 method 之中...     那就會明顯的不同....     也許可以這麼說...      return => 回到上一層...      System.exit( ...
The 19-year-old soldier, who was diagnosed with avian bird flu on May 18, has died, after a group of medical experts failed to save him from physical deterioration, confirmed the Information Office of Chinese Ministry of Health on Tuesday in a fax statement to chinadaily.com.cn. The soldier, surname ...
LONDON - Newcastle striker Michael Owen has backed former Real Madrid team-mate David Beckham's return to the England squad. The pair, who spent a season together at the Santiago Bernabeu before Owen transfered to Newcastle, will play together for the first time since last year's World Cup in Saturda ...
BEIJING, May 14 - China captain Zheng Zhi, who is preparing to head home after his loan spell in England with Charlton Athletic, says his long-term future is in the hands of his club Shandong Luneng. Zheng was loaned to Charlton by the Chinese champions in January and impressed in 12 appearances duri ...
javaeye的博客前段时间有问题,我的文件添加页面javascript报错
Global site tag (gtag.js) - Google Analytics