• 大小: 339KB
    文件类型: .zip
    金币: 2
    下载: 5 次
    发布日期: 2021-05-29
  • 语言: Java
  • 标签: JAVA  SQLServer  

资源简介

煤气公司管理系统、包括煤气库存、供应商信息、员工信息、客户信息、账单信息

资源截图

代码片段和文件信息

package gas;

import java.awt.BorderLayout;
import java.awt.GridLayout;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;

import javax.swing.JButton;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTextField;

public class AccountManager extends Jframe {
    private static final long serialVersionUID=1L;
    private GasConnect connect=new GasConnect();
    private java.sql.Connection con=null;
    
     private Jframe f = new Jframe();
       
      public AccountManager(){
      JLabel lb=new JLabel(“请选择进行的操作“);
             JButton b1b2b3b4b5;
             JPanel p1p2p3p4p5p6p7;
             JTextField t1t2t3t4t5;
             p1=new JPanel();p2=new JPanel();p3=new JPanel();p4=new JPanel();p5=new JPanel();p6=new JPanel();p7=new JPanel();
          b1=new JButton(“添加“);
          b2=new JButton(“删除“);
          b3=new JButton(“修改“);
          b4=new JButton(“查询“);
          b5=new JButton(“显示“);
          JLabel L1=new JLabel(“编号“);JLabel L2=new JLabel(“收支金额“);JLabel L3=new JLabel(“来源或用途“);JLabel L4=new JLabel(“日期“);JLabel L5=new JLabel(“总利润“);
          t1=new JTextField(10);t2=new JTextField(10);t3=new JTextField(10);t4=new JTextField(10);t5=new JTextField(10);
          p1.add(L1);p2.add(L2);p3.add(L3);p4.add(L4);//p5.add(L5);
          p1.add(t1);p2.add(t2);p3.add(t3);p4.add(t4);//p5.add(t5);
     p6.setLayout(new GridLayout(51));
     p6.add(p1);p6.add(p2);p6.add(p3);p6.add(p4);p6.add(p5);
      p7.add(lb);
          p7.add(b1);p7.add(b2);p7.add(b3);p7.add(b4);p7.add(b5);
         
         f.settitle(“费用管理“);
         f.setLayout(new BorderLayout());
         f.add(p6BorderLayout.CENTER);
         f.add(p7BorderLayout.SOUTH);
         f.setSize(600300);
          //f.setDefaultCloseOperation(EXIT_ON_CLOSE);
         f.setVisible(true);
         b1.addActionListener(new ActionListener() {

@Override
public void actionPerformed(ActionEvent arg0) {
// TODO 自动生成的方法存根

String number=““;
number=t1.getText();
boolean exist=false;
try{
con=connect.getConnection();
Statement stmt=con.createStatement();
ResultSet rs=stmt.executeQuery(“select * from Account where Ano=‘“+number+“‘“);
if(rs.next()){
exist=true;
}
if(exist){
String warning=“该记录已存在,请重新输入“;
JOptionPane.showMessageDialog(null warning“警告“JOptionPane.WARNING_MESSAGE);
}
                         if(exist==false){
try{
String sql=“INSERT INTO Account (AnoAiospAdate)VALUES(????)“;
PreparedStatement parepare=con.prepareStatem

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-12 23:32  煤气公司送气管理系统\
     文件     3145728  2017-09-22 20:57  煤气公司送气管理系统\Gas.mdf
     文件     1048576  2017-09-22 20:57  煤气公司送气管理系统\Gas_log.ldf
     目录           0  2017-09-25 12:45  煤气公司送气管理系统\gas\
     文件         386  2017-09-14 13:36  煤气公司送气管理系统\gas\.classpath
     文件         379  2017-09-13 21:19  煤气公司送气管理系统\gas\.project
     目录           0  2017-09-25 12:40  煤气公司送气管理系统\gas\.settings\
     文件         670  2017-09-13 21:26  煤气公司送气管理系统\gas\.settings\org.eclipse.jdt.core.prefs
     目录           0  2017-09-25 12:40  煤气公司送气管理系统\gas\bin\
     目录           0  2017-09-25 12:45  煤气公司送气管理系统\gas\bin\gas\
     文件        3165  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager$1.class
     文件        2389  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager$2.class
     文件        2880  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager$3.class
     文件        2810  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager$4.class
     文件         678  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager$5.class
     文件        3157  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\AccountManager.class
     文件        2107  2017-09-14 17:35  煤气公司送气管理系统\gas\bin\gas\GasConnect.class
     文件         651  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$1.class
     文件         650  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$2.class
     文件         654  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$3.class
     文件         649  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$4.class
     文件         649  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$5.class
     文件         653  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager$6.class
     文件        2230  2017-09-17 21:33  煤气公司送气管理系统\gas\bin\gas\GasManager.class
     文件        3231  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage$1.class
     文件        2369  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage$2.class
     文件        2952  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage$3.class
     文件        2876  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage$4.class
     文件         657  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage$5.class
     文件        3156  2017-09-19 21:34  煤气公司送气管理系统\gas\bin\gas\GasMessage.class
     文件        3313  2017-09-20 01:18  煤气公司送气管理系统\gas\bin\gas\GasStorage$1.class
............此处省略40个文件信息

评论

共有 条评论