摘要:
如题
......
摘要:
^_^
......
谁来帮我看看啊
我想在jbuilder7下编一个命令行下运行的helloworld程序,应该怎么做???类似在vc里用c++写个dos程序。
NO.1 作者: kofight
new一个class
在main方法中写
System.out.println("Hello world");
NO.2 作者: tangmi
参见
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=76270
摘要:
必须用这种方法 resultset rs=db.executequery("select count(*) as num from e_member"); 在jsp中如何得到这个num值呢,我试了好几种方法都没有成功? 向大家求教 我用这种方法是不行的 object i=rs.getobject("num"); string i=rs.getstri......