资源简介
这是关于web开发的,用于课设,自己的心血,留给自己,也给大家参考
代码片段和文件信息
/*
* 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“);
response.setCharacterEncoding(“UTF-8“);
try (PrintWriter writer = response.getWriter()) {
writer.println(““);
writer.println(““);
writer.println(“ta charset=\“UTF-8\“ />“);
writer.println(“tle>Sample Application Servlet Page tle>“);
writer.println(““);
writer.println(““);
writer.println(“yle=\“float: left; padding: 10px;\“>“);
writer.println(““);
writer.println(““);
writer.println(“Sample Application Servlet
“);
writer.println(““);
writer.println(“This is the output of a servlet that is part of“);
writer.println(“the Hello World application.“);
writer.println(“
“);
writer.println(“
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3107529 2019-06-29 01:29 2019WEB课程设计指导书 .doc
目录 0 2019-06-29 01:39 apache-tomcat-8.0.33\
目录 0 2019-06-29 01:39 apache-tomcat-8.0.33\bin\
文件 28657 2016-03-18 20:32 apache-tomcat-8.0.33\bin\bootstrap.jar
文件 1686 2016-03-18 20:32 apache-tomcat-8.0.33\bin\catalina-tasks.xm
文件 13825 2016-03-18 20:32 apache-tomcat-8.0.33\bin\catalina.bat
文件 21389 2016-03-18 20:32 apache-tomcat-8.0.33\bin\catalina.sh
文件 204944 2016-03-18 20:32 apache-tomcat-8.0.33\bin\commons-daemon-native.tar.gz
文件 24283 2016-03-18 20:32 apache-tomcat-8.0.33\bin\commons-daemon.jar
文件 2040 2016-03-18 20:32 apache-tomcat-8.0.33\bin\configtest.bat
文件 1922 2016-03-18 20:32 apache-tomcat-8.0.33\bin\configtest.sh
文件 7888 2016-03-18 20:32 apache-tomcat-8.0.33\bin\daemon.sh
文件 2091 2016-03-18 20:32 apache-tomcat-8.0.33\bin\digest.bat
文件 1965 2016-03-18 20:32 apache-tomcat-8.0.33\bin\digest.sh
文件 85353 2019-06-25 23:19 apache-tomcat-8.0.33\bin\javax.servlet-api-3.0.1.jar
文件 6308 2016-03-18 20:32 apache-tomcat-8.0.33\bin\service.bat
文件 3430 2016-03-18 20:32 apache-tomcat-8.0.33\bin\setclasspath.bat
文件 3547 2016-03-18 20:32 apache-tomcat-8.0.33\bin\setclasspath.sh
文件 2020 2016-03-18 20:32 apache-tomcat-8.0.33\bin\shutdown.bat
文件 1902 2016-03-18 20:32 apache-tomcat-8.0.33\bin\shutdown.sh
文件 2022 2016-03-18 20:32 apache-tomcat-8.0.33\bin\startup.bat
文件 1904 2016-03-18 20:32 apache-tomcat-8.0.33\bin\startup.sh
文件 2103296 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tcnative-1.dll
文件 40845 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tomcat-juli.jar
文件 389032 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tomcat-native.tar.gz
文件 109696 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tomcat8.exe
文件 110208 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tomcat8w.exe
文件 4057 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tool-wrapper.bat
文件 5061 2016-03-18 20:32 apache-tomcat-8.0.33\bin\tool-wrapper.sh
文件 2026 2016-03-18 20:32 apache-tomcat-8.0.33\bin\version.bat
文件 1908 2016-03-18 20:32 apache-tomcat-8.0.33\bin\version.sh
............此处省略920个文件信息
相关资源
- SSM框架增删改查和分页ajax数据传导
- w3school源码只供学习之用,不可部署到
- 手机销售系统可以用作毕业设计
- ajax学习ppt完整版
- 二级联动、三级联动
- AJAX在网页中的应用论文18篇
- (原书第2版)用户体验要素:以用户
- Shiro和AJAX完美整合
- 一个关于健康的小型网站前后端都有
- 在.NET MVC 中使用Highcharts+Ajax+Json生成动
- 有关图像jpeg压缩算法介绍及其源码
- Springboot集成spring-data-jpa增删查改使用
- 北大青鸟ACCP8.0 S2易买网结业项目附加
- 基于AJAX方式实现的STM32H7_WebServer源码
- Head First Ajax 中文版 高清完整PDF版
- 一个带有数据库的完整版本的旅游网
- 百度搜索Ajax实现
- ajax实现仿百度搜索提示suggestion
- 高校学生宿舍管理系统可行性分析报
- 学生宿舍管理系统利用UML实现的
- decision(修正ajax error)
- 一个完整的ajax应用
- ajax带多个参数上传图片
- 学生宿舍管理毕业设计.rar
- 东方财富网公告爬取2
- 完整版的疯狂Ajax讲义源码
- select2中文选项通过拼音或者首字母快
- nodejs+ajax用js实现前端后台demo
- 学生宿舍管理系统概要设计说明书
- mvc模式用户注册及登录
评论
共有 条评论