资源简介
网上银行java项目源代码(含最终文档)
超棒!绝对让你满意。。。

代码片段和文件信息
package com.sam.simple;
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.sam.simple.*;
public class addUserServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public addUserServlet() {
super();
}
/**
* Destruction of the servlet.
*/
public void destroy() {
super.destroy(); // Just puts “destroy“ string in log
// Put your code here
}
/**
* The doDelete method of the servlet.
*
* This method is called when a HTTP delete request is received.
*
* @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 doDelete(HttpServletRequest request
HttpServletResponse response) throws ServletException IOException {
// 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 {
PrintWriter out = response.getWriter();
out.println(““);
out.println(““);
out.println(“ tle>A Servlet tle>“);
out.println(“ “);
out.print(“ Add user succedd! “);
out.print(this.getClass());
out.println(“ using the GET method“);
out.println(“ “);
out.println(““);
out.flush();
out.close();
/*
response.setContentType(“text/html“);
*/
}
/**
* 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“);
PrintWriter out = response.getWriter();
out.println(““);
out.println(““);
out.println(“ tle>A Servlet tle>“);
out.println(“ “);
out.print(“ This is addUser error“);
out.print(this.getClass());
out.println(“ using the PO
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 628 2011-12-19 22:23 3009218016万冠\webBank\.classpath
文件 845 2011-12-19 16:57 3009218016万冠\webBank\.myeclipse\profiler\webBank on Tomcat 6.x.xm
文件 294 2011-12-18 21:06 3009218016万冠\webBank\.myme
文件 1750 2011-12-18 21:12 3009218016万冠\webBank\.project
文件 500 2011-12-18 21:06 3009218016万冠\webBank\.settings\.jsdtscope
文件 395 2011-12-18 21:06 3009218016万冠\webBank\.settings\org.eclipse.jdt.core.prefs
文件 459 2011-12-18 21:06 3009218016万冠\webBank\.settings\org.eclipse.wst.common.component
文件 252 2011-12-18 21:06 3009218016万冠\webBank\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2011-12-18 21:06 3009218016万冠\webBank\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2011-12-18 21:06 3009218016万冠\webBank\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 67957 2011-12-18 20:08 3009218016万冠\webBank\source\1.png
文件 2413 2011-12-18 20:56 3009218016万冠\webBank\source\body.png
文件 54565 2011-12-18 20:56 3009218016万冠\webBank\source\head.png
文件 9045 2011-12-18 20:57 3009218016万冠\webBank\source\tail.png
文件 3558 2011-12-28 06:14 3009218016万冠\webBank\src\com\sam\simple\addUserServlet.java
文件 4336 2011-12-28 23:34 3009218016万冠\webBank\src\com\sam\simple\changeMon.java
文件 18033 2011-12-29 08:51 3009218016万冠\webBank\src\com\sam\simple\connectDB.java
文件 4286 2011-12-27 10:47 3009218016万冠\webBank\src\com\sam\simple\moneyServlet.java
文件 285 2011-12-26 13:27 3009218016万冠\webBank\src\com\sam\simple\PagingDao.java
文件 3422 2011-12-28 16:59 3009218016万冠\webBank\src\com\sam\simple\PagingDaolmpl.java
文件 3972 2011-12-26 13:27 3009218016万冠\webBank\src\com\sam\simple\PagingServlet.java
文件 634 2011-12-24 07:01 3009218016万冠\webBank\src\com\sam\simple\recordBean.java
文件 4532 2011-12-28 05:27 3009218016万冠\webBank\src\com\sam\simple\searchDate.java
文件 3509 2011-12-27 15:31 3009218016万冠\webBank\src\com\sam\simple\searchUser.java
文件 3688 2011-12-24 06:43 3009218016万冠\webBank\src\com\sam\simple\showRecord.java
文件 6111 2011-12-29 08:48 3009218016万冠\webBank\src\com\sam\simple\tranMoney.java
文件 1667 2011-12-28 05:58 3009218016万冠\webBank\src\com\sam\simple\UserBean.java
文件 5293 2011-12-24 19:41 3009218016万冠\webBank\src\com\sam\simple\UserLoginServlet.java
文件 67957 2011-12-18 20:08 3009218016万冠\webBank\WebRoot\1.png
文件 4228 2011-12-19 22:33 3009218016万冠\webBank\WebRoot\addUserServlet.java
............此处省略239个文件信息
- 上一篇:基于JSP的网上简易论坛
- 下一篇:用java编24点游戏()
相关资源
- JSP企业人事管理系统设计(源代码+论
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- android-support-v4.jar已打包进去源代码
- Java记事本【源代码 实验报告】
- java实现小型函数画图板(附源代码、
- 在线考试系统源代码(jsp)
- Android通讯录的源代码
- java编写21点游戏(附源代码)
- java 原创 坦克大战 源码 带有详细注释
- java sql2000员工管理系统数据库、文档
- 自己用java写的计算器源代码(代码注
- JAVA坦克大战游戏源代码
- 用Java编写的扫雷游戏源代码
- 《java程序设计》书附源代码
- java用spring struts hibernate做的学生成绩
- 基于JAVA的物业收费管理系统源代码
- java编写的迅雷下载器
- java远程进行telnetftpssh连接的方法及源
-
ba
se64Encode编码,jar包源代码打包 - JavaWeb停车场管理系统(源代码,数据
- 50个java小游戏源代码
- 基于JSP学生成绩管理系统软件的开发
- 安卓平台记账软件源代码JAVA
- 创建桌面快捷方式源代码(android)
- 基于Android的电话号码扫描及条形码扫
- youareanidiot源代码
- 我的全部java项目(博客项目的代码)
- 《Java EE企业级应用开发教程Spring+Sp
- JSP+MYSQL校园一卡通系统 源代码
评论
共有 条评论