文件名称:xuexi
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2013-04-09
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 潘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
主程序 关于学生信息管理系统的 程序开发的代码- Public void jButton1_actionPerformed(ActionEvent e) {
driver=jTextField1.getText()
URL=jTextField2.getText()
table=jTextField3.getText()
name=jTextField4.getText() password=jTextField5.getText()
try{
Class.forName(driver) //加载驱动程序
con = DriverManager.getConnection(URL, name,password) //创建连接
this.setVisible(false)
new Mainfr a me()
con.close()
}
catch (Exception e1)
{
JOptionPane.showMessageDialog(null, "数据库连接出错
driver=jTextField1.getText()
URL=jTextField2.getText()
table=jTextField3.getText()
name=jTextField4.getText() password=jTextField5.getText()
try{
Class.forName(driver) //加载驱动程序
con = DriverManager.getConnection(URL, name,password) //创建连接
this.setVisible(false)
new Mainfr a me()
con.close()
}
catch (Exception e1)
{
JOptionPane.showMessageDialog(null, "数据库连接出错
(系统自动生成,下载前可以参看下载内容)
下载文件列表
xuexi.txt