资源简介
基于java的会员系统,用来练手的一个会员系统,适合新手。
代码片段和文件信息
package lipan;
import java.io.*;
import java.sql.*;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.sun.corba.se.pept.transport.Connection;
public class HandleUpload extends HttpServlet {
private String logname;
private object ql;
/**
* Constructor of the object.
*/
public HandleUpload() {
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(requestresponse);
}
/**
* 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 {
HttpSession session=request.getSession(true);
//Login login=(Login)session.getAttribute(“login“); //获取登录时的Javabean
/*boolean ok=true;
if(login==null){
ok=false;
response.sendRedirect(“login.jsp“);//重定向到登陆界面
}*/
}
public void uploadFileMethod(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException SQLException {
UploadFile upFile=new UploadFile();
String backNews=““;
try{HttpSession session=request.getSession(true);
request.setAttribute(“upFile“ upFile);
String tempFileName=(String)session.getId();
File f1=new File(tempFileName);
FileOutputStream o=new FileOutputStream(f1);
InputStream in=request.getInputStream();
byte b[]=new byte[10000];
int n;
while((n=in.read(b))!=-1){
o.write(b 0 n);
}
o.close();
in.close();
RandomAccessFile random=new RandomAccessFile(f1“r“);
int second=1;
String secondLine=null;
while(second<=2){
secondLine=random.readLine();
second++;
}
int position=secondLine.lastIndexOf(‘\\‘);//截取文件名
String fileName=secondLine.substring(position secondLine.length()-1);
byte cc[]=fileName.getBytes(“ISO-8859-1“);
fileName =new S
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-15 20:32 李攀的\
目录 0 2018-06-04 20:03 李攀的\photo\
文件 362 2018-05-29 22:38 李攀的\photo\.classpath
目录 0 2018-10-15 20:32 李攀的\photo\.myeclipse\
文件 288 2018-05-29 22:38 李攀的\photo\.myme
文件 1688 2018-05-29 22:38 李攀的\photo\.project
目录 0 2018-06-04 20:03 李攀的\photo\.settings\
文件 500 2018-05-29 22:38 李攀的\photo\.settings\.jsdtscope
文件 94 2018-05-29 22:38 李攀的\photo\.settings\com.genuitec.eclipse.core.prefs
文件 330 2018-05-29 22:38 李攀的\photo\.settings\org.eclipse.jdt.core.prefs
文件 453 2018-05-29 22:38 李攀的\photo\.settings\org.eclipse.wst.common.component
文件 252 2018-05-29 22:38 李攀的\photo\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-05-29 22:38 李攀的\photo\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-05-29 22:38 李攀的\photo\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\me
文件 36 2018-05-29 22:38 李攀的\photo\WebRoot\me
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\WEB-INF\
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\WEB-INF\classes\
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\WEB-INF\classes\lipan\
文件 6422 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\classes\lipan\HandleUpload.class
文件 952 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\classes\lipan\UploadFile.class
目录 0 2018-06-04 20:03 李攀的\photo\WebRoot\WEB-INF\lib\
文件 161563 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\Tidy.jar
文件 33202 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\axis-ant.jar
文件 1599570 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\axis.jar
文件 3272 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\com.genuitec.eclipse.reporting.oda_7.5.0.200905281536.jar
文件 6690627 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\com.ibm.icu_4.4.2.v20110208.jar
文件 1782380 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\com.lowagie.text_2.1.7.v201004222200.jar
文件 30117 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\commons-cli-1.0.jar
文件 71442 2018-05-29 22:38 李攀的\photo\WebRoot\WEB-INF\lib\commons-discovery-0.2.jar
............此处省略261个文件信息
- 上一篇:Euclidea_4.17破解版
- 下一篇:jsp酒店管理完整系统
相关资源
- jsp酒店管理完整系统
- java 后台管理静态html页面
- java爬取携程酒店评价信息
- 基于java代码网上商城包含前后台管理
- 2018最新达内学子商城项目静态页面
- Java开发完整的企业ERP系统不带maven版
- Android 社交App+java web后台整套源代码
- 基于微信小程序的学生问题管理系统
- Android从本地服务器获取Mp3实现边下边
- 最全的maven-3.3.9.zip
- java客房管理系统
- JavaReport-V3 完整版本
- JAVA核心技术 第9版
- 剑指offer完整版PDF带目录源码C++和Ja
- 电影售票网站-Java
- 原创jsp实现BBS论坛系统源代码
- 答题APP的设计与实现mysql+jsp+Android
- 基于Java框架开发的WMS管理系统+完整源
- Java在线学习系统的设计与实现.zip
- JSP程序设计教程源码全部代码.zip
- 火车订票系统课程设计SQLserver数据库
- Java Web系列课程教学网站
- 乔戈里 java面经
- java大文件快速压缩zip.rar
- java源码包
- java+ssh学生公寓管理系统
- VTK8.0.1+Java环境编译文件Jar包和DLL文件
- javaWeb进销存后台管理系统源代码
- Head First Servlets and JSP 英文版 pdf 清晰
- Java Web图书馆管理系统 源码+SQL文件
评论
共有 条评论