帮忙看看
sql = "insert into user values(null,?,?)";
cn = dbc.getCn();
pstm = dbc.getPstm(cn,sql);
try {
pstm.setString(1,"a");
pstm.setString(2,"a");
pstm.executeUpdate();
response.sendRedirect("/BBS/login.jsp");
} ......
import javax.swing.*;
import java.awt.*;
public class Jisuanqi
{
public static void main(String args[])
{
JFrame frame =new JFrame("计算器盘面");
JPanel p=new JPanel(new GridLayout(4,4,10,10));
JButton btn1=new JButton("1");
JButton btn2=new JButton("2& ......
Java中什么方法可以读取本地的磁盘分区情况,谢谢了
不懂,读取本地磁盘分区这种需求还真少见哈
static File[] listRoots();
列出可用的文件系统根。 希望对你有用
Java code:
File[] f=File.listRoots();
for(File ff:f){
System.out.println(ff.getAbsolutePath());
......
1、
上面的书卖40
不在,。。
这些书都是8-9成新,甚至是全新
这本也40,原价89
这本书转让价30,原价59
C/C++ linux 算法 之类的有没有?
Java不需要...帮顶....
J2EE应用开发(WebLogic+JBuilder)(第二版)
转让价20,原价48
软件设计师考试考前串讲
全新,转让价25 原价52
自己动手写Str ......
网上COPY以及整理回答网友的问题。大家可以加入我新建的QQ群一起聊聊,共同学习。
QQ群号:109967503
c#的一些特征:
完全支持类和面向对象编程,包括接口和继承、虚函数和运算符重载的处理。
定义完整、一致的基本类型集。
对自动生成XML文档说明的内置支持。
自动清理动态分配的内存。
可以用用户定义的特 ......
启动Tomcat 时就报 我知道可能是web.xml 但不知道是哪出的问题
严重: Parse Fatal Error at line 1196 column 3: The element type "welcome-file-list" must be terminated by the matching end-tag "</welcome-file-list>".
org.xml.sax.SAXParseException: The element type &quo ......