- 浏览: 61946 次
- 性别:
- 来自: 北京
最新评论
-
liuqi_67:
这个问题最后如何解决
checkstyle cannot initialize module TreeWalker - Unable to instantiate TabCharacter FileLength -
redlwb225:
,,,我要动态设置啊 ,,,蛋疼了。。。
jxl 合并单元格 拷贝 边框 丢失
文章列表
http://www.cygwin.cn/site/install/
- 2009-09-10 11:19
- 浏览 575
- 评论(0)
http://hi.baidu.com/hxtang/blog/item/9699bbd51ef928cd50da4b6b.html
- 2009-09-10 11:17
- 浏览 495
- 评论(0)
http://goodcandle.cnblogs.com/archive/2006/03/30/278702.html
- 2009-09-10 11:15
- 浏览 470
- 评论(0)
sql="select count(*) totalrecords from cif_flok_code"
ps = con.prepareStatement(sql);rs=ps.executeQuery();
if(rs.next())count=rs.getInt("totalrecords");
- 2009-09-09 16:10
- 浏览 633
- 评论(0)
Integer.parseInt(userId); //parseInt()这个方法是将String型转化为int型的。在API中你可以搜一下,看看具体上面怎么说。 String.valueOf(userId); //valueOf()这个方法是将int型转回String 型
- 2009-09-09 15:35
- 浏览 597
- 评论(0)
增删改时用executeUpdate()
查询时用executeQuery()
- 2009-09-09 15:28
- 浏览 660
- 评论(0)
编写javabean就是编写一个java的类,所以你只要会写类就能编写一个bean,这个类创建的一个对象称做一个bean。为了能让使用这个bean的应用程序构建工具(比如JSP引擎)知道这个bean的属性和方法,只需在类的方法命名上遵守以下规则:
1. 如果类的成员变量的名字是xxx,那么为了更改或获取成员变量的值,即更改或获取属性,在类中可以使用两个方法:
getXxx(),用来获取属性xxx。
setXxx(),用来修改属性xxx.。
2. 对于boolean类型的成员变量,即布尔逻辑类型的属性,允许使用"is"代替上面的"get&quo ...
- 2009-09-09 15:05
- 浏览 633
- 评论(0)
http://hi.baidu.com/caocao808/blog/item/7ae14e3e408e753e71cf6ce5.html
- 2009-09-08 17:09
- 浏览 651
- 评论(0)
在try里面return一次,catch里面再return一次好了。这样做很正常啊
摘自:http://zhidao.baidu.com/question/75843901.html
- 2009-09-08 12:36
- 浏览 648
- 评论(0)
http://blog.csdn.net/oldwolf1987/archive/2009/04/06/4051396.aspx
- 2009-09-08 10:30
- 浏览 585
- 评论(0)
http://blog.csdn.net/gaocong3/archive/2009/08/14/4445374.aspx
- 2009-09-08 09:36
- 浏览 596
- 评论(0)
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
- 2009-09-07 17:45
- 浏览 736
- 评论(0)
http://hi.baidu.com/stuk13579/blog/item/a4f809f8ba884750242df2c1.html
- 2009-09-07 09:58
- 浏览 487
- 评论(0)
http://hi.baidu.com/pmirs/blog/item/95ff3de9f084483eb90e2d12.html
- 2009-09-07 09:38
- 浏览 360
- 评论(0)
http://topic.csdn.net/u/20071223/13/07666b26-715d-4482-a687-9e6931482312.html
- 2009-09-04 12:00
- 浏览 521
- 评论(0)