`
zzhaog
  • 浏览: 61946 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
http://www.cygwin.cn/site/install/
http://hi.baidu.com/hxtang/blog/item/9699bbd51ef928cd50da4b6b.html
http://goodcandle.cnblogs.com/archive/2006/03/30/278702.html
sql="select count(*) totalrecords from cif_flok_code" ps = con.prepareStatement(sql);rs=ps.executeQuery(); if(rs.next())count=rs.getInt("totalrecords");
Integer.parseInt(userId); //parseInt()这个方法是将String型转化为int型的。在API中你可以搜一下,看看具体上面怎么说。 String.valueOf(userId); //valueOf()这个方法是将int型转回String 型
增删改时用executeUpdate() 查询时用executeQuery()
编写javabean就是编写一个java的类,所以你只要会写类就能编写一个bean,这个类创建的一个对象称做一个bean。为了能让使用这个bean的应用程序构建工具(比如JSP引擎)知道这个bean的属性和方法,只需在类的方法命名上遵守以下规则:   1. 如果类的成员变量的名字是xxx,那么为了更改或获取成员变量的值,即更改或获取属性,在类中可以使用两个方法:   getXxx(),用来获取属性xxx。   setXxx(),用来修改属性xxx.。   2. 对于boolean类型的成员变量,即布尔逻辑类型的属性,允许使用"is"代替上面的"get&quo ...
http://hi.baidu.com/caocao808/blog/item/7ae14e3e408e753e71cf6ce5.html
在try里面return一次,catch里面再return一次好了。这样做很正常啊 摘自:http://zhidao.baidu.com/question/75843901.html
http://blog.csdn.net/oldwolf1987/archive/2009/04/06/4051396.aspx
http://blog.csdn.net/gaocong3/archive/2009/08/14/4445374.aspx
http://hi.baidu.com/%BA%DA%BF%CD%B7%C0%CF%DF/blog/item/2922711ecb1b25f41bd57684.html http://hi.baidu.com/estellejiang/blog/item/2841ec4389c9641472f05d3a.html
http://hi.baidu.com/stuk13579/blog/item/a4f809f8ba884750242df2c1.html
http://hi.baidu.com/pmirs/blog/item/95ff3de9f084483eb90e2d12.html
http://topic.csdn.net/u/20071223/13/07666b26-715d-4482-a687-9e6931482312.html
Global site tag (gtag.js) - Google Analytics