-
大小: 1009KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-10-11
- 語言: 數(shù)據(jù)庫
- 標簽: myeclipse??mysql??java??
資源簡介
用了myeclipse和mysql。包含增加,刪除,修改和防止有越權訪問的功能。

代碼片段和文件信息
package?com.wdg.bean;
public?class?User_reg?{
private?Integer?id;
private?String?user;
private?String?pw;
private?Integer?age;
private?String?email;
private?String?reg_time;
private?String?reg_ip;
public?Integer?getId()?{
return?id;
}
public?void?setId(Integer?id)?{
this.id?=?id;
}
public?String?getUser()?{
return?user;
}
public?void?setUser(String?user)?{
this.user?=?user;
}
public?String?getPw()?{
return?pw;
}
public?void?setPw(String?pw)?{
this.pw?=?pw;
}
public?Integer?getAge()?{
return?age;
}
public?void?setAge(Integer?age)?{
this.age?=?age;
}
public?String?getEmail()?{
return?email;
}
public?void?setEmail(String?email)?{
this.email?=?email;
}
public?String?getReg_time()?{
return?reg_time;
}
public?void?setReg_time(String?reg_time)?{
this.reg_time?=?reg_time;
}
public?String?getReg_ip()?{
return?reg_ip;
}
public?void?setReg_ip(String?reg_ip)?{
this.reg_ip?=?reg_ip;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1133612??2018-11-04?22:13??student.sql
?????文件????????529??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.classpath
?????文件????????312??2018-12-05?20:54??Java_Web_7.13(增加防止越權訪問)\.myme
?????文件???????1756??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.project
?????文件????????500??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\.jsdtscope
?????文件???????1009??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件????????364??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\org.eclipse.jdt.core.prefs
?????文件????????475??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\org.eclipse.wst.common.component
?????文件????????252??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1034??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\bean\User_reg.java
?????文件???????6090??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\dao\UseDB.java
?????文件????????790??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\servlet\DeleteServlet.java
?????文件???????1201??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\servlet\LoginServlet.java
?????文件????????568??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\servlet\LogoutServlet.java
?????文件???????1513??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\servlet\ModifyServlet.java
?????文件???????1766??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\servlet\RegisterServlet.java
?????文件????????269??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\util\DateUtil.java
?????文件????????715??2018-12-05?20:54??Java_Web_7.13(增加防止越權訪問)\src\com\wdg\util\DBUtil.java
?????文件????????323??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\include\session.jsp
?????文件????????675??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\login.jsp
?????文件???????1910??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\look.jsp
?????文件?????????36??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\me
?????文件???????2950??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\modify.jsp
?????文件???????3594??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\page.jsp
?????文件???????2650??2017-12-03?11:26??Java_Web_7.13(增加防止越權訪問)\WebRoot\reg.jsp
?????文件???????2431??2018-12-05?20:55??Java_Web_7.13(增加防止越權訪問)\WebRoot\select.jsp
?????文件???????1694??2018-12-05?20:54??Java_Web_7.13(增加防止越權訪問)\WebRoot\WEB-INF\classes\com\wdg\bean\User_reg.class
?????文件???????5386??2018-12-05?20:54??Java_Web_7.13(增加防止越權訪問)\WebRoot\WEB-INF\classes\com\wdg\dao\UseDB.class
............此處省略35個文件信息
- 上一篇:hashcat for windows
- 下一篇:EBS費用采購
評論
共有 條評論