package xqwy;
import java.sql.*;
public class xqwy
{
String strDBDriver="com.microsoft.sqlserver.jdbc.SQLServerDriver";
String strDBUrl="jdbc:sqlserver://localhost:1433;databasename=xqwy";
private Connection conn=null;
private Statement stmt=null;
ResultSet rs=null;
public xqwy()
{
try
{
Class.forName(strDBDriver);
}
catch(java.lang.ClassNotFoundException e)
{
System.err.println("xqwy():"+e.getMessage());
}
}
public ResultSet executeQuery(String sql)
{
rs=null;
try
{
conn=DriverManager.getConnection(strDBUrl,"sa","123456");
stmt=conn.createStatement();
rs=stmt.executeQuery(sql);
}
catch(SQLException ex)
{
System.err.println("aq.executeQuery:"+ex.getMessage());
}
return rs;
}
public void executeUpdate(String sql)
{
stmt=null;
rs=null;
try
{
conn=DriverManager.getConnection(strDBUrl,"sa","123456");
stmt=conn.createStatement();
stmt.executeQuery(sql);
stmt.close();
conn.close();
}
catch(SQLException ex)
{
System.err.println("aq.executeQuery:"+ex.getMessage());
}
}
public void closeStmt()
{
try
{
stmt.close();
}
catch(SQLException e)
{
e.printStackTrace();
}
}
public void closeConn()
{
try
{
conn.close();
}
catch(SQLException e)
{
e.printStackTrace();
}
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
基于java开发实现小区物业管理系统完整源码+项目说明.7z
共213个文件
gif:87个
jsp:75个
jpg:21个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 168 浏览量
2022-12-10
16:31:16
上传
评论
收藏 1.79MB 7Z 举报
温馨提示
基于java开发实现小区物业管理系统完整源码+项目说明.7z 【备注】 主要针对计算机相关专业的正在做毕设的学生和需要项目实战的Java学习者。 也可作为课程设计、期末大作业。包含:项目源码、数据库脚本、项目说明等,该项目可以直接作为毕设使用。 也可以用来学习参考借鉴! 【特别强调】 1、csdn上资源保证是完整最新,会不定期更新优化; 2、请用自己的账号在csdn官网下载,若通过第三方代下,博主不对您下载的资源作任何保证,且不提供任何形式的技术支持和答疑!!!
资源推荐
资源详情
资源评论
收起资源包目录
基于java开发实现小区物业管理系统完整源码+项目说明.7z (213个子文件)
xqwy.class 2KB
xqwy.class 2KB
.classpath 1KB
org.eclipse.wst.common.component 463B
org.eclipse.wst.jsdt.ui.superType.container 49B
css2.css 8KB
index.css 4KB
text.css 4KB
common.css 3KB
list.css 2KB
css.css 1KB
css.css 1KB
Style.css 1KB
Style.css 1KB
mode.css 821B
page.css 712B
htc.gif 67KB
crm_13.gif 16KB
crm_12.gif 12KB
crm_22.gif 11KB
crm_8.gif 11KB
crm_4.gif 8KB
crm_11.gif 8KB
crm_5.gif 8KB
crm_15.gif 7KB
login_admin1.gif 7KB
crm_21.gif 7KB
crm_7.gif 6KB
crm_9.gif 5KB
login_admin3.gif 5KB
crm_6.gif 5KB
crm_2.gif 4KB
crm_19.gif 4KB
crm_17.gif 4KB
crm_14.gif 4KB
crm_3.gif 3KB
crm_1.gif 2KB
crm_23.gif 2KB
crm_20.gif 2KB
newdenglu_900.gif 2KB
crm_16.gif 2KB
reg_bt.gif 1KB
pay2.gif 1KB
pay1.gif 1KB
crm_10.gif 1KB
reg_bt1.gif 1KB
crm_24.gif 1KB
show.gif 1KB
reg.gif 1KB
pic_down_flashget.gif 1012B
right_dot.gif 996B
goto.gif 682B
pic_down_xunlei.gif 640B
zoommenu.gif 572B
seebutton3.gif 541B
crm_18.gif 444B
icon_point_16.gif 395B
memo.gif 361B
more.gif 354B
login.gif 352B
quit.gif 343B
pic_down.gif 328B
prodgif4.gif 245B
prodgif3.gif 243B
prodgif2.gif 241B
prodgif1.gif 240B
jia.gif 226B
del.gif 193B
img0.gif 190B
jian.gif 190B
bookopen.gif 167B
icon_arrow.gif 162B
bookclose.gif 142B
ad_help.gif 140B
bg1.gif 134B
formcheckbox.gif 131B
small_down2.gif 124B
small_up2.gif 122B
copy.gif 112B
save.gif 109B
new_banner.gif 102B
tab_active_left.gif 102B
tab_active_right.gif 102B
delete.gif 95B
delete.gif 95B
ring01.gif 90B
plus.gif 85B
undo.gif 84B
nofollow.gif 82B
arrow.gif 74B
news_title.gif 72B
bg2.gif 70B
right_bj.gif 69B
small_up1.gif 64B
small_down1.gif 64B
list_bj.gif 55B
s_left.gif 52B
small_left.gif 52B
tab_active_bg.gif 52B
news_bj.gif 50B
共 213 条
- 1
- 2
- 3
资源评论
onnx
- 粉丝: 1w+
- 资源: 5626
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于labview的LED控制源码.zip
- 基于labview的ProtectWordDocument源码.zip
- 基于labview的LEDX控制源码.zip
- 基于labview的remotepanellogin源码.zip
- 基于labview的XControl控件源码.zip
- 基于labview的Windows API源码.zip
- 基于labview的打开PDF文件源码.zip
- 基于labview的簇数组排序源码.zip
- 基于labview的读取二维数组所有数据源码.zip
- 基于labview的多列列表排序源码.zip
- 基于labview的调用C-动态数据库源码.zip
- 基于labview的改变字体大小源码.zip
- 基于labview的改变装饰件颜色源码.zip
- 基于labview的改变通道标题源码.zip
- 基于labview的从Excel读数据源码.zip
- 基于labview的功能全局变量源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功