91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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個文件信息

評論

共有 條評論