资源简介

运用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 Pagetle>“);
        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.xml

    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个文件信息

评论

共有 条评论