资源简介
在jsp页面文本框中输入数据,根据输入的指定网址,在页面中获取到源码,或者直接根据网址显示网页
代码片段和文件信息
package com.jhf.Control;
import java.io.BufferedReader;
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;
import com.jhf.Model.WebPageSource;
public class PcServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public PcServlet() {
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(request response);
}
/**
* 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(“text/html;charser=utf-8“);
request.setCharacterEncoding(“utf-8“);
PrintWriter out = response.getWriter();
String input=request.getParameter(“input“);
WebPageSource w=new WebPageSource();
BufferedReader reader=w.TestCopyUrl(input);
String line=null;
while((line=reader.readLine())!=null){
System.out.println(line);
out.println(line+“\n“);
}
out.flush();
out.close();
}
/**
* Initialization of the servlet.
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 529 2019-04-28 08:13 PaChongWeb\.classpath
文件 303 2019-04-28 08:14 PaChongWeb\.myme
文件 1753 2019-04-28 08:30 PaChongWeb\.project
文件 500 2019-04-28 08:14 PaChongWeb\.settings\.jsdtscope
文件 364 2019-04-28 08:13 PaChongWeb\.settings\org.eclipse.jdt.core.prefs
文件 468 2019-04-28 08:13 PaChongWeb\.settings\org.eclipse.wst.common.component
文件 252 2019-04-28 08:14 PaChongWeb\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2019-04-28 08:14 PaChongWeb\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2019-04-28 08:14 PaChongWeb\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 2376 2019-04-28 09:05 PaChongWeb\src\com\jhf\Control\PcServlet.java
文件 1158 2019-04-28 09:06 PaChongWeb\src\com\jhf\Model\WebPageSource.java
文件 2695 2019-04-28 09:33 PaChongWeb\WebRoot\index.jsp
文件 36 2019-04-28 08:13 PaChongWeb\WebRoot\me
文件 2182 2019-04-28 09:05 PaChongWeb\WebRoot\WEB-INF\classes\com\jhf\Control\PcServlet.class
文件 1627 2019-04-28 09:06 PaChongWeb\WebRoot\WEB-INF\classes\com\jhf\Model\WebPageSource.class
文件 834 2019-04-28 08:21 PaChongWeb\WebRoot\WEB-INF\web.xm
目录 0 2019-04-28 08:21 PaChongWeb\WebRoot\WEB-INF\classes\com\jhf\Control
目录 0 2019-04-28 08:22 PaChongWeb\WebRoot\WEB-INF\classes\com\jhf\Model
目录 0 2019-04-28 08:18 PaChongWeb\WebRoot\WEB-INF\classes\com\jhf
目录 0 2019-04-28 08:21 PaChongWeb\src\com\jhf\Control
目录 0 2019-04-28 08:22 PaChongWeb\src\com\jhf\Model
目录 0 2019-04-28 08:18 PaChongWeb\WebRoot\WEB-INF\classes\com
目录 0 2019-04-28 08:18 PaChongWeb\src\com\jhf
目录 0 2019-04-28 08:18 PaChongWeb\WebRoot\WEB-INF\classes
目录 0 2019-04-28 08:13 PaChongWeb\WebRoot\WEB-INF\lib
目录 0 2019-04-28 08:18 PaChongWeb\src\com
目录 0 2019-04-28 08:13 PaChongWeb\WebRoot\me
目录 0 2019-04-28 08:13 PaChongWeb\WebRoot\WEB-INF
目录 0 2019-04-28 08:13 PaChongWeb\.myeclipse
目录 0 2019-04-28 08:14 PaChongWeb\.settings
............此处省略6个文件信息
- 上一篇:基于Java实现的socket即时通信系统
- 下一篇:Java投票系统
相关资源
- JavawebMVC模式用户登录程序源码
- uni-app 安卓版应用源码
- 共享单车微信小程序源码
- ps提取h264源码
- 社交项目源码 基于dubbo
- utgard 源码 以及opc连接试例
- android简单音乐播放器源码
- 基于JavaEE学校排课系统含源码
- java cmpp2.0 3.0 无jar纯源码demo(含服务
- 网络交友网站源码javabean+JSP+Mysql
- 个人免签支付即时到账网站源码易语
- 疯狂的Android讲义第三版 源码
- JSP+JavaBean+Servlet技术实现某网站用户注
- 酒店管理系统源码完整版(Java+SQL 2
- 基于Android平台的音乐播放器开发和应
- java加入购物车源码附数据库文件
- android个人收入支出记录
- \“java实现简单的单点登录\“源码包
- java高校就业管理系统源码
- json-lib-2.4-jdk15-sources.jar
- android手机通讯录备份还原代码
- android 源码 短信收发工具
- javax.servlet-api-3.0.1-sources.jar
- java-ymodem/xmodem上位机源码
- 清华大学人工智能大作业源码
- android自定义时钟APP源码
- Java实战项目 - 办公自动化管理系统源
- Java实战项目 - 图书管理系统源码内有
- java实现图片压缩功能源码
- SpringBoot与Shiro整合-权限管理实战视频
评论
共有 条评论