• 大小: 6.71MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-09-26
  • 语言: Java
  • 标签: 毕业设计  

资源简介

主要功能包括:房产类型信息管理、房产信息管理、添加房产信息、销售信息管理、销售统计模块、数据备份等功能。

资源截图

代码片段和文件信息

package com.fwxsgl.servlet;

import java.io.IOException;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;

import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import com.fwxsgl.utils.DBUtil;
import com.fwxsgl.vo.TLeixing;

public class LeixingServlet extends HttpServlet{
public void service(HttpServletRequest reqHttpServletResponse res)throws ServletException IOException 
{
        String type=req.getParameter(“type“);
        if(type.endsWith(“lxAdd“))
        {
         lxAdd(req res);
        }
        if(type.endsWith(“lxUpd“))
        {
         lxUpd(req res);
        }
        if(type.endsWith(“lxDel“))
        {
         lxDel(req res);
        }        
if(type.endsWith(“lxMana“))
{
lxMana(req res);
}
}

public void lxMana(HttpServletRequest reqHttpServletResponse res)throws ServletException IOException
{
List lxList = new ArrayList();

String sql = “select idmingcheng from t_leixing where del=‘no‘“;
object[] params={};
DBUtil dbUtil = new DBUtil();
try
{
dbUtil.doQuery(sql params);
ResultSet rs=dbUtil.getRs();
while(rs.next())
{
TLeixing lx = new TLeixing();
lx.setId(rs.getInt(“id“));
lx.setMingcheng(rs.getString(“mingcheng“));

lxList.add(lx);
    }
rs.close();
}
catch(Exception e)
{
e.printStackTrace();
}
dbUtil.closed();

req.setAttribute(“lxList“ lxList);
req.getRequestDispatcher(“/leixing/lxMana.jsp“).forward(req res);
}

public void lxAdd(HttpServletRequest reqHttpServletResponse res)
{
String mingcheng = req.getParameter(“mingcheng“);
String del = “no“;

String sql = “insert into t_leixing values (??)“;
object[] params={mingchengdel};
DBUtil dbUtil = new DBUtil();
dbUtil.doUpdate(sql params);
dbUtil.closed();

req.setAttribute(“message“ “合同类型添加成功!“);
req.setAttribute(“path“ “leixing?type=lxMana“);

String targetURL = “/showMsg.jsp“;
dispatch(targetURL req res);
}
public void lxUpd(HttpServletRequest reqHttpServletResponse res)
{
int id = Integer.parseInt(req.getParameter(“id“));
String mingcheng = req.getParameter(“mingcheng“);

String sql = “update t_leixing set mingcheng = ? where id = ?“;
object[] params={mingchengid};
DBUtil dbUtil = new DBUtil();
dbUtil.doUpdate(sql params);
dbUtil.closed();

req.setAttribute(“message“ “合同类型修改成功!“);
req.setAttribute(“path“ “leixing?type=lxMana“);

String targetURL = “/showMsg.jsp“;
dispatch(targetURL req res);
}
public void lxDel(HttpServletRequest reqHttpServletResponse res)
{
int id = Integer.parseInt(req.getParameter(“id“));

String sql = “update t_leixing set del = ‘yes‘ where id = ?“;
object[] params={id};
DB

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1048576  2013-08-13 18:44  258JSP房地产销售\db_fcxsgl_Data.MDF

     文件    1048576  2013-08-13 18:44  258JSP房地产销售\db_fcxsgl_Log.LDF

     文件       1761  2012-11-06 11:24  258JSP房地产销售\fcxsgl\.classpath

     文件        291  2012-11-06 11:24  258JSP房地产销售\fcxsgl\.mymetadata

     文件       1224  2012-04-01 23:25  258JSP房地产销售\fcxsgl\.project

     文件        330  2012-04-01 23:25  258JSP房地产销售\fcxsgl\.settings\org.eclipse.jdt.core.prefs

     文件       3716  2012-04-01 23:25  258JSP房地产销售\fcxsgl\src\com\fwxsgl\servlet\LeixingServlet.java

     文件       1068  2012-04-01 23:25  258JSP房地产销售\fcxsgl\src\com\fwxsgl\utils\DateUtils.java

     文件       1684  2012-04-01 23:25  258JSP房地产销售\fcxsgl\src\com\fwxsgl\vo\TFangwu.java

     文件        458  2012-04-01 23:25  258JSP房地产销售\fcxsgl\src\com\fwxsgl\vo\TLeixing.java

     文件         68  2012-04-01 23:25  258JSP房地产销售\fcxsgl\src\dbInfo.properties

     文件       2985  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\changePw.jsp

     文件        126  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\commutil.js

     文件       5008  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\css\base.css

     文件       4685  2012-11-09 09:33  258JSP房地产销售\fcxsgl\WebRoot\fangwu\fwAdd.jsp

     文件       5156  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\fangwu\fwEditPre.jsp

     文件       3624  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\fangwu\fwMana.jsp

     文件      10120  2012-11-06 11:33  258JSP房地产销售\fcxsgl\WebRoot\images\login_1.gif

     文件      89854  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\login_2.jpg

     文件      17895  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\login_3.jpg

     文件       1559  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\login_button.gif

     文件       1279  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_001.jpg

     文件        521  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_002.jpg

     文件       1197  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_003.jpg

     文件        847  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_005.jpg

     文件        502  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_006.jpg

     文件        836  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_007.jpg

     文件        416  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_008.jpg

     文件        402  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_009.jpg

     文件        608  2012-04-01 23:25  258JSP房地产销售\fcxsgl\WebRoot\images\new_010.jpg

............此处省略71个文件信息

评论

共有 条评论