資源簡(jiǎn)介
本人上傳的資源大多是工作學(xué)習(xí)時(shí)的積累,
大部分上傳的資源具有 源碼+論文+答辯PPT+運(yùn)行視頻 四部分組成。
僅供學(xué)習(xí)參考,不得用于商業(yè)途徑,希望能夠幫助到大家,謝謝。

代碼片段和文件信息
package?com.action;
/**
?*?管理員登陸?增加?修改?刪除?刪除登陸日志
?*/
import?java.io.IOException;
import?java.util.List;
import?java.util.StringTokenizer;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?javax.servlet.http.HttpSession;
import?com.bean.AdminBean;
import?com.bean.SystemBean;
import?com.util.Constant;
import?com.util.MD5;
public?class?AdminAction?extends?HttpServlet?{
/**
?*?Constructor?of?the?object.
?*/
public?AdminAction()?{
super();
}
/**
?*?Destruction?of?the?servlet.?
?*/
public?void?destroy()?{
super.destroy();?//?Just?puts?“destroy“?string?in?log
//?Put?your?code?here
}
/**
?*?The?doGet?method?of?the?servlet.?
?*
?*?This?method?is?called?when?a?form?has?its?tag?value?method?equals?to?get.
?*?
?*?@param?request?the?request?send?by?the?client?to?the?server
?*?@param?response?the?response?send?by?the?server?to?the?client
?*?@throws?ServletException?if?an?error?occurred
?*?@throws?IOException?if?an?error?occurred
?*/
public?void?doGet(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{
doPost(requestresponse);
}
/**
?*?The?doPost?method?of?the?servlet.?
?*
?*?This?method?is?called?when?a?form?has?its?tag?value?method?equals?to?post.
?*?
?*?@param?request?the?request?send?by?the?client?to?the?server
?*?@param?response?the?response?send?by?the?server?to?the?client
?*?@throws?ServletException?if?an?error?occurred
?*?@throws?IOException?if?an?error?occurred
?*/
public?void?doPost(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{
response.setContentType(Constant.CONTENTTYPE);
request.setCharacterEncoding(Constant.CHARACTERENCODING);
try{
String?method=request.getParameter(“method“).trim();
AdminBean?loginbean?=?new?AdminBean();
HttpSession?session?=?request.getSession();
session.setMaxInactiveInterval(1200);
SystemBean?systembean?=?new?SystemBean();
String?sysdir?=?systembean.getDir();
if(method.equals(“one“)){//admin登錄
String?username?=?request.getParameter(“username“);
String?password?=?request.getParameter(“password“);
if(username?==?null||username.trim().equals(““)){
request.setAttribute(“message“?“請(qǐng)正確輸入用戶名!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request?response);
}
else?if(password?==?null||password.trim().equals(““)){
request.setAttribute(“message“?“請(qǐng)輸入密碼!“);
request.getRequestDispatcher(sysdir+“/login.jsp“).forward(request?response);
}
else{
String?md5password?=?MD5.MD5(password);
String?agent?=?request.getHeader(“user-agent“);?
StringTokenizer?st?=?new?StringTokenizer(agent“;“);?
String?useros=st.nextToken();
String?loginip?=?request.getRemoteA
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\
?????目錄???????????0??2018-11-28?11:28??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\
?????文件?????????263??2018-11-28?11:17??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\Readme.txt
?????文件???????34304??2014-04-02?04:08??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\中期報(bào)告.doc
?????文件???????36352??2014-04-02?04:08??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\任務(wù)書.doc
?????文件???????37888??2014-04-02?04:07??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\開題報(bào)告.doc
?????文件??????744960??2014-04-02?04:05??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\畢業(yè)論文.doc
?????目錄???????????0??2018-11-28?11:28??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\
?????文件????????1565??2014-03-03?23:39??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\.classpath
?????目錄???????????0??2013-10-26?11:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\.myeclipse\
?????文件?????????285??2014-03-03?22:57??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\.myme
?????文件????????1222??2012-02-27?14:51??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\.project
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\
?????文件????????9139??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\AdminAction.java
?????文件????????5642??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\AfficheAction.java
?????文件????????5754??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\CommonAction.java
?????文件????????8285??2012-02-27?18:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\ComServlet.java
?????文件????????6986??2012-02-27?16:17??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\GuestBookAction.java
?????文件???????11315??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\HzpAction.java
?????文件????????6058??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\LoginAction.java
?????文件???????10522??2012-02-27?17:40??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\MemberAction.java
?????文件????????6688??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\MemberManageAction.java
?????文件????????6672??2012-02-27?16:43??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\action\NewsAction.java
?????目錄???????????0??2018-11-28?11:27??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\bean\
?????文件????????7968??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\bean\AdminBean.java
?????文件???????12956??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\bean\AfficheBean.java
?????文件????????4278??2012-02-27?14:50??005JAVA.JSP太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\005JAVA太原汽車租賃系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)\程序\汽車租賃\qczl\src\com\bean\ComBean.java
............此處省略781個(gè)文件信息
評(píng)論
共有 條評(píng)論