资源简介
超市管理系统 用的Java Swing JDBC SQLSERVER 希望对大家有用

代码片段和文件信息
package models;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import sql.Sqlhelper;
public class AddStaffinfomodel {
public boolean Add(String UseridString UnameString UpasswordString UtellString Uaddress
String UpostionString UphotoString Ups){
boolean b=false;
String []parase={UseridUnameUpasswordUtellUaddressUpostionUphotoUps};
String sql=“insert into Users (UseridUnameUpasswordUtellUaddressUpostionUphotoUps) values(????????)“;
Sqlhelper sqlhelper=new Sqlhelper();
b=sqlhelper.update(sql parase);
return b;
}
public boolean Query(String id)
{
boolean b=false;
String []parase={id};
String sql=“select * from Users where Userid=?“;
Sqlhelper sqlhelper=new Sqlhelper();
ResultSet rs=sqlhelper.query(sql parase);
try {
if(rs.next())
{
b=true;
}else
{
b=false;
}
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return b;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2907 2016-11-21 10:41 SupermarketManageSystem\.classpath
文件 399 2016-11-21 10:40 SupermarketManageSystem\.project
文件 598 2016-11-21 10:40 SupermarketManageSystem\.settings\org.eclipse.jdt.core.prefs
文件 1719 2018-05-07 19:59 SupermarketManageSystem\bin\models\AddStaffinfomodel.class
文件 4757 2018-05-07 19:59 SupermarketManageSystem\bin\models\AddUpdateProinfomodel.class
文件 3548 2018-05-07 19:59 SupermarketManageSystem\bin\models\Addvipmodel.class
文件 3131 2018-05-07 19:59 SupermarketManageSystem\bin\models\Backpromodel.class
文件 1345 2018-05-07 19:59 SupermarketManageSystem\bin\models\Checkbilldetailmodel.class
文件 2046 2018-05-07 19:59 SupermarketManageSystem\bin\models\Checkbillmodel.class
文件 2212 2018-05-07 19:59 SupermarketManageSystem\bin\models\HistoryImportListDetailmodel.class
文件 2288 2018-05-07 19:59 SupermarketManageSystem\bin\models\HistoryImportListmodel.class
文件 2509 2018-05-07 19:59 SupermarketManageSystem\bin\models\ImportListDetailsmodel.class
文件 4464 2018-05-07 19:59 SupermarketManageSystem\bin\models\ImportListmodel.class
文件 3529 2018-05-07 19:59 SupermarketManageSystem\bin\models\MySellStamodel.class
文件 1783 2018-05-07 19:59 SupermarketManageSystem\bin\models\NewSellflowmodel.class
文件 3231 2018-05-07 19:59 SupermarketManageSystem\bin\models\PermissionSetmodel.class
文件 3666 2018-05-07 19:59 SupermarketManageSystem\bin\models\PrivateBusinessmodel.class
文件 4605 2018-05-07 19:59 SupermarketManageSystem\bin\models\ProinfoBackManagemodel.class
文件 3101 2018-05-07 19:59 SupermarketManageSystem\bin\models\ProkindManagemodel.class
文件 2322 2018-05-07 19:59 SupermarketManageSystem\bin\models\Searchpromodel.class
文件 2426 2018-05-07 19:59 SupermarketManageSystem\bin\models\Searchviptablemodel.class
文件 600 2018-05-07 19:59 SupermarketManageSystem\bin\models\Sellcleanrecord.class
文件 2289 2018-05-07 19:59 SupermarketManageSystem\bin\models\SellListdetailmodel.class
文件 2311 2018-05-07 19:59 SupermarketManageSystem\bin\models\SellListmodel.class
文件 2099 2018-05-07 19:59 SupermarketManageSystem\bin\models\Sellmodel.class
文件 3128 2018-05-07 19:59 SupermarketManageSystem\bin\models\SellRankmodel.class
文件 770 2018-05-07 19:59 SupermarketManageSystem\bin\models\Sellvipmodel.class
文件 848 2018-05-07 19:59 SupermarketManageSystem\bin\models\ShowStaffInfodetailsmodel.class
文件 2130 2018-05-07 19:59 SupermarketManageSystem\bin\models\Staffinfomodel.class
文件 3637 2018-05-07 19:59 SupermarketManageSystem\bin\models\StockInventorymodel.class
............此处省略230个文件信息
- 上一篇:java 超市账单管理系统 jsp版本
- 下一篇:酒店预订系统 jsp+mysql
相关资源
- java串口通信全套完整代码-导入eclip
- jsonarray所必需的6个jar包.rar
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- Java编写的qq聊天室
- 商店商品管理系统 JAVA写的 有界面
- JAVA开发聊天室程序
- 在linux系统下用java执行系统命令实例
- java期末考试试题两套(答案) 选择(
- JAVA3D编程示例(建模、交互)
- Java 文件加密传输
- java做的房产管理系统
- 基于jsp的bbs论坛 非常详细
- [免费]java实现有障碍物的贪吃蛇游戏
评论
共有 条评论