资源简介
运用jsp的基础知识,实现了教师发布课题,管理员审核课题,学生选题,批量导入学生、教师信息,文件上传和下载等功能,带有详细说明文档
代码片段和文件信息
/*
* 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 毕业设计选题系统\07_Shopping安装与演示_1.avi
I.A.... 28148 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\bootstrap.jar
I.A.... 2619 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina-tasks.xm
I.A.... 13218 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina.bat
I.A.... 19189 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\catalina.sh
I.A.... 199623 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\commons-daemon-native.tar.gz
I.A.... 24172 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\commons-daemon.jar
I.A.... 2131 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\configtest.bat
I.A.... 1982 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\configtest.sh
I.A.... 1342 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\cpappend.bat
I.A.... 7476 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\daemon.sh
I.A.... 2178 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\digest.bat
I.A.... 2021 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\digest.sh
I.A.... 6338 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\service.bat
I.A.... 3264 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\setclasspath.bat
I.A.... 3403 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\setclasspath.sh
I.A.... 2111 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\shutdown.bat
I.A.... 1960 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\shutdown.sh
I.A.... 2112 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\startup.bat
I.A.... 1961 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\startup.sh
I.A.... 876544 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tcnative-1.dll
I.A.... 38119 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat-juli.jar
I.A.... 249259 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat-native.tar.gz
I.A.... 74752 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat7.exe
I.A.... 102400 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tomcat7w.exe
I.A.... 4114 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tool-wrapper.bat
I.A.... 5086 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\tool-wrapper.sh
I.A.... 2116 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\version.bat
I.A.... 1965 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\bin\version.sh
I.A.... 11962 2011-11-20 19:38 毕业设计选题系统\apache-tomcat-7.0.23\apache-tomcat-7.0.23\conf\catalina.policy
............此处省略1118个文件信息
相关资源
- JAVA JSP+MYSQL购物网站 源代码 论文
- 基于jsp+mysql的二手物品交易系统.rar
- 教务管理系统毕业设计源码加所有文
- jsp转pdf项目
- 公交车查询系统 java 毕业设计 jsp s
- Android网上商城
- 员工出差管理系统
- javaEE_Servlet_MySql企业员工信息管理系统
- JAVA在线考试系统DEMO源码(毕业设计
- java图像处理毕业设计
- jsp小小商城
- java毕业设计就业网站
- 个人家庭理财系统
- jspWebsocket 实现web实时通讯
- 一个简单的jsp+servlet实现的增删改查适
- 购物商城设计参考小米商城(boostra
- 酒店客房管理系统的设计与实现_SSH
- jsp在线电影网站系统
- JSP网上选课系统261878
- JSP+SQL二手交易系统(毕业设计)
- JSP试卷分析系统
- poi解析jsp上传的excel文件并导入mysql支
- JSP小区物业管理系统261626
- 基于JSP+JavaBean+Mysql+JDBC+Servlet实现jav
- 电子图书系统EBookSystem
- jsp网上购书系统设计与实现
- J2EE酒店管理源码(毕业设计 JAVA 客房
- 基于Java三框架的电子相册毕业设计代
- 房产中介管理系统 JAVA JSP内附数据库
- JSP+MYSQL在线教学系统(毕业设计)
评论
共有 条评论