• 大小: 2.94MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-11
  • 语言: Java
  • 标签: SERVER/MySQL  

资源简介

设计商务学院招生网站,该系统的用户分别是:考生和学院招生人员。不同的用户拥有不同的权限,各自完成各自的管理功能,不同的用户看到不同的系统功能。用sql server2000创建后台数据库,然后利用JSP技术编写程序实现对数据库的操作,按照要求完成所有的功能和模块。

资源截图

代码片段和文件信息

package tom.ljm;
import java.sql.*;
public class add {
String name =““;
String id =““;
String password = ““;
String addMessage = ““;

    public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
 public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}

public add(){
try {
Class.forName(“com.microsoft.sqlserver.jdbc.SQLServerDriver“);
} catch (Exception e) {
}
}

public String getAddMessage() {
String insetCondition = “INSERT INTO 用户情况表单  VALUES(‘“ + name+ “‘‘“ + id+ “‘‘“ + password + “‘‘“ + null + “‘‘“ + null + “‘‘“ + null + “‘)“;
String str = ““;
Connection con;
Statement sql;

try {

con = DriverManager.getConnection(“jdbc:odbc:housingrent“ ““ ““);
sql = con.createStatement();

int m = sql.executeUpdate(insetCondition);
if (m != 0) {
str = ““;
} else {
str = ““;
}
con.close();
} catch (SQLException e) {

}

return str;
}


}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-06-14 20:54  jsp商务学院招生系统\
     目录           0  2012-06-14 20:54  jsp商务学院招生系统\WebContent\
     文件       99663  2012-06-14 17:36  jsp商务学院招生系统\WebContent\1.jpg
     文件       69666  2012-06-14 17:36  jsp商务学院招生系统\WebContent\10.jpg
     文件       81483  2012-06-14 17:36  jsp商务学院招生系统\WebContent\11.jpg
     文件       57025  2012-06-14 17:36  jsp商务学院招生系统\WebContent\12.jpg
     文件       34343  2012-06-14 17:36  jsp商务学院招生系统\WebContent\13.gif
     文件      309756  2012-06-14 17:36  jsp商务学院招生系统\WebContent\13.jpg
     文件       94738  2012-06-14 17:36  jsp商务学院招生系统\WebContent\14.gif
     文件       91772  2012-06-14 17:36  jsp商务学院招生系统\WebContent\14.jpg
     文件       74510  2012-06-14 17:36  jsp商务学院招生系统\WebContent\15.jpg
     文件       46329  2012-06-14 17:36  jsp商务学院招生系统\WebContent\16.jpg
     文件       97635  2012-06-14 17:36  jsp商务学院招生系统\WebContent\17.jpg
     文件       37524  2012-06-14 17:36  jsp商务学院招生系统\WebContent\18.jpg
     文件       23556  2012-06-14 17:36  jsp商务学院招生系统\WebContent\19.jpg
     文件       33226  2012-06-14 17:36  jsp商务学院招生系统\WebContent\2.jpg
     文件       36021  2012-06-14 17:36  jsp商务学院招生系统\WebContent\20.jpg
     文件       45977  2012-06-14 17:36  jsp商务学院招生系统\WebContent\21.jpg
     文件       46222  2012-06-14 17:36  jsp商务学院招生系统\WebContent\22.jpg
     文件       42495  2012-06-14 17:36  jsp商务学院招生系统\WebContent\23.jpg
     文件      299640  2012-06-14 17:36  jsp商务学院招生系统\WebContent\3.jpg
     文件       64630  2012-06-14 17:36  jsp商务学院招生系统\WebContent\4.jpg
     文件      217355  2012-06-14 17:36  jsp商务学院招生系统\WebContent\5.jpg
     文件       31682  2012-06-14 17:36  jsp商务学院招生系统\WebContent\6.jpg
     文件       62082  2012-06-14 17:36  jsp商务学院招生系统\WebContent\7.jpg
     文件      163171  2012-06-14 17:36  jsp商务学院招生系统\WebContent\8.jpg
     文件      250255  2012-06-14 17:36  jsp商务学院招生系统\WebContent\9.jpg
     目录           0  2012-06-07 15:14  jsp商务学院招生系统\WebContent\meta-INF\
     文件          39  2012-06-14 17:36  jsp商务学院招生系统\WebContent\meta-INF\MANIFEST.MF
     目录           0  2012-06-07 15:14  jsp商务学院招生系统\WebContent\WEB-INF\
     目录           0  2012-06-07 15:14  jsp商务学院招生系统\WebContent\WEB-INF\lib\
............此处省略43个文件信息

评论

共有 条评论