-
大小: 40.29MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-08-04
- 語言: Java
- 標簽: jsp??畢業(yè)設(shè)計??選題系統(tǒng)??
資源簡介
運用jsp的基礎(chǔ)知識,實現(xiàn)了教師發(fā)布課題,管理員審核課題,學(xué)生選題,批量導(dǎo)入學(xué)生、教師信息,文件上傳和下載等功能,帶有詳細說明文檔
代碼片段和文件信息
/*
?*?Licensed?to?the?Apache?Software?Foundation?(ASF)?under?one?or?more
?*?contributor?license?agreements.??See?the?NOTICE?file?distributed?with
?*?this?work?for?additional?information?regarding?copyright?ownership.
?*?The?ASF?licenses?this?file?to?You?under?the?Apache?License?Version?2.0
?*?(the?“License“);?you?may?not?use?this?file?except?in?compliance?with
?*?the?License.??You?may?obtain?a?copy?of?the?License?at
?*
?*??????http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*/
package?mypackage;
import?java.io.IOException;
import?java.io.PrintWriter;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
/**
?*?Simple?servlet?to?validate?that?the?Hello?World?example?can
?*?execute?servlets.??In?the?web?application?deployment?descriptor
?*?this?servlet?must?be?mapped?to?correspond?to?the?link?in?the
?*?“index.html“?file.
?*
?*?@author?Craig?R.?McClanahan?
?*/
public?final?class?Hello?extends?HttpServlet?{
????private?static?final?long?serialVersionUID?=?1L;
????/**
?????*?Respond?to?a?GET?request?for?the?content?produced?by
?????*?this?servlet.
?????*
?????*?@param?request?The?servlet?request?we?are?processing
?????*?@param?response?The?servlet?response?we?are?producing
?????*
?????*?@exception?IOException?if?an?input/output?error?occurs
?????*?@exception?ServletException?if?a?servlet?error?occurs
?????*/
????@Override
????public?void?doGet(HttpServletRequest?request
??????????????????????HttpServletResponse?response)
??????throws?IOException?ServletException?{
????????response.setContentType(“text/html“);
????????PrintWriter?writer?=?response.getWriter();
????????writer.println(““);
????????writer.println(““);
????????writer.println(“tle>Sample?Application?Servlet?Page tle>“);
????????writer.println(““);
????????writer.println(““);
????????writer.println(““);
????????writer.println(““);
????????writer.println(““);
????????writer.println(“
“);
????????writer.println(“ “);
????????writer.println(““);
????????writer.println(“Sample?Application?Servlet
“);
????????writer.println(“This?is?the?output?of?a?servlet?that?is?part?of“);
????????writer.println(“the?Hello?World?application.“);
????????writer.println(“ “);
????????writer.println(“ “);
????????writer.println(“
“);
????????writer.println(““);
????????writer.println(““);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????I.A....??34316800??2007-09-18?11:47??畢業(yè)設(shè)計選題系統(tǒng)\07_Shopping安裝與演示_1.avi
????I.A....?????28148??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\bootstrap.jar
????I.A....??????2619??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina-tasks.xm
????I.A....?????13218??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina.bat
????I.A....?????19189??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina.sh
????I.A....????199623??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\commons-daemon-native.tar.gz
????I.A....?????24172??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\commons-daemon.jar
????I.A....??????2131??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\configtest.bat
????I.A....??????1982??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\configtest.sh
????I.A....??????1342??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\cpappend.bat
????I.A....??????7476??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\daemon.sh
????I.A....??????2178??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\digest.bat
????I.A....??????2021??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\digest.sh
????I.A....??????6338??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\service.bat
????I.A....??????3264??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\setclasspath.bat
????I.A....??????3403??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\setclasspath.sh
????I.A....??????2111??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\shutdown.bat
????I.A....??????1960??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\shutdown.sh
????I.A....??????2112??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\startup.bat
????I.A....??????1961??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\startup.sh
????I.A....????876544??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tcnative-1.dll
????I.A....?????38119??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat-juli.jar
????I.A....????249259??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat-native.tar.gz
????I.A....?????74752??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat7.exe
????I.A....????102400??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat7w.exe
????I.A....??????4114??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tool-wrapper.bat
????I.A....??????5086??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tool-wrapper.sh
????I.A....??????2116??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\version.bat
????I.A....??????1965??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\version.sh
????I.A....?????11962??2011-11-20?19:38??畢業(yè)設(shè)計選題系統(tǒng)\apache-tomcat-7.0.23\apache-tomcat-7.0.23\conf\catalina.policy
............此處省略1118個文件信息
評論
共有 條評論