资源简介
本系统采用的是mvc框架,用jsp+SQL server2000做的,比较简单。其中有购物车,上传商品和商品展示等模块,适合做课程设计。
代码片段和文件信息
package com.fit.ajax;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class AjaxServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public AjaxServlet() {
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 {
System.out.println(“sdfsdfsdfsdf“);
request.setCharacterEncoding(“gb2312“);
response.setHeader(“Content-Type““text/html; charset=gb2312“);
try
{
Class.forName(“com.microsoft.jdbc.sqlserver.SQLServerDriver“);
String URL = “jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=mall;user=sa;password=sa“;
Connection conn = DriverManager.getConnection(URL);
Statement stmt = conn.createStatement();
String username=request.getParameter(“username“);
System.out.print(username);
String sql=“select * from custom where c_name=‘“+username+“‘“;
// ConDB con=new ConDB();
// String message =““;
// ResultSet rs=con.SelectDB(sql);
String message=““;
ResultSet rs=stmt.executeQuery(sql);
if(rs.next())
{
message=“用户名已存在!“;
}
else
{
message=“用户名可用!“;
}
PrintWriter out=response.getWriter();
out.print(message);
}
catch(Exception e)
{
e.printStackTrace();
}
}
/**
* 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 {
doGet(requestresponse);
}
/**
* Initialization of t
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 552 2010-03-21 19:50 Mall\.classpath
文件 285 2010-03-21 19:50 Mall\.myme
文件 1222 2010-03-21 19:50 Mall\.project
文件 66 2010-03-21 19:50 Mall\.settings\CVS\Entries
文件 16 2010-03-21 19:50 Mall\.settings\CVS\Repository
文件 49 2010-03-21 19:50 Mall\.settings\CVS\Root
文件 157 2010-03-21 19:50 Mall\.settings\org.eclipse.core.resources.prefs
文件 190 2010-03-21 19:50 Mall\CVS\Entries
文件 6 2010-03-21 19:50 Mall\CVS\Repository
文件 49 2010-03-21 19:50 Mall\CVS\Root
文件 139 2010-03-21 19:50 Mall\Databa
文件 15 2010-03-21 19:50 Mall\Databa
文件 49 2010-03-21 19:50 Mall\Databa
文件 786432 2010-03-21 19:50 Mall\Databa
文件 6016 2010-03-21 19:50 Mall\Databa
文件 516096 2010-03-21 19:50 Mall\Databa
文件 11 2010-03-21 19:50 Mall\src\com\CVS\Entries
文件 14 2010-03-21 19:50 Mall\src\com\CVS\Repository
文件 49 2010-03-21 19:50 Mall\src\com\CVS\Root
文件 3172 2010-03-21 19:50 Mall\src\com\fit\ajax\AjaxServlet.java
文件 3104 2010-03-21 19:50 Mall\src\com\fit\ajax\ajaxServletOne.java
文件 147 2010-03-21 19:50 Mall\src\com\fit\ajax\CVS\Entries
文件 23 2010-03-21 19:50 Mall\src\com\fit\ajax\CVS\Repository
文件 49 2010-03-21 19:50 Mall\src\com\fit\ajax\CVS\Root
文件 0 2010-03-21 19:50 Mall\src\com\fit\ajax\readme.txt
文件 83 2010-03-21 19:50 Mall\src\com\fit\CVS\Entries
文件 18 2010-03-21 19:50 Mall\src\com\fit\CVS\Repository
文件 49 2010-03-21 19:50 Mall\src\com\fit\CVS\Root
文件 1651 2010-03-21 19:50 Mall\src\com\fit\dao\BankAddDAO.java
文件 2319 2010-03-21 19:50 Mall\src\com\fit\dao\BankBasicDAO.java
............此处省略333个文件信息
相关资源
- jsp ssh mvc java web j2ee网络商城+论文+源
- 1037java基于Web的花卉销售商城.zip
- java软件设计电子商城完整源代码 数据
- 网上商城APP-毕业设计
- jsp/java商城系统
- 基于J2EE的网上商城源代码+数据库(
- jsp的网上购物商城
- javaweb购物商城-鞋动起来
- Java 一个简单漂亮的网上商城系统 带
- 基于SSM+Vue.js的网上家电商城系统的设
- estore商城网站
- 仿乐淘android客户端源代码
- java web +JSP+mySQL 购物车
- struts+hibernate做的商城
- java商城系统代码,最详细的系统商城
- 数据库设计--网上购物商城源代码+设
- java购物车
- jsp+mysql网上商城、
- 天师大网上商城 .zip
- Servlet+ajax+jsp 购物车系统
- java web购物车模块的开发
- 一个网上电子购物商城
- JAVA网上商城源码,Java购物系统,商品
- (最全)韩顺平jsp购物车源代码(包
- 基于Servlet+JSP+JavaBean开发模式的购物车
- 网上商城的设计与实现
- JAVA网上商城源码,Java购物系统,商品
- 基于javaweb写的网上商城
- 京东商城网站式电子商城前端后台。
- 商城后台管理系统HTML5+CSS+jQuery模板
评论
共有 条评论