亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? borrowhistorybystudentname.java~11~

?? 實(shí)現(xiàn)圖書借閱 歸還 增加圖書 刪除圖書 用java 和 access 開發(fā)
?? JAVA~11~
字號(hào):
package bookmanager;import javax.swing.*;import com.borland.jbcl.layout.*;import java.awt.*;import java.sql.*;import java.awt.event.*;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class borrowHistoryBystudentname extends JFrame {  ResultSet rs;    //resultset String sql; private DBManager db =new DBManager();  XYLayout xYLayout1 = new XYLayout();  JLabel jLabel4 = new JLabel();  JLabel jLabel1 = new JLabel();  JLabel jLabel3 = new JLabel();  JTextField jTextbdate = new JTextField();  JButton jButtonnext = new JButton();  JButton jButtonpre = new JButton();  JButton jButtonlast = new JButton();  JButton jButtonupdate = new JButton();  JLabel jLabel2 = new JLabel();  JTextField jTextbname = new JTextField();  JButton jButtonexit = new JButton();  JButton jButtondelete = new JButton();  JButton jButtonsearch = new JButton();  JButton jButtonfirst = new JButton();  JTextField jTextpname = new JTextField();  JTextField jTextrdate = new JTextField();  JTextField jTextcomment = new JTextField();  JLabel jLabel5 = new JLabel();  JPanel jPanel1 = new JPanel();  XYLayout xYLayout2 = new XYLayout();  public borrowHistoryBystudentname() {    try {      jbInit();    }    catch(Exception e) {      e.printStackTrace();    }  }  public static void main(String[] args) {    borrowHistoryBystudentname borrowHistoryBystudentname = new borrowHistoryBystudentname();  }  private void jbInit() throws Exception {    jLabel5.setText("還閱日期");    jLabel5.setFont(new java.awt.Font("Dialog", 0, 16));    jTextcomment.setText("");    jTextcomment.setFont(new java.awt.Font("Dialog", 0, 16));    jTextrdate.setText("");    jTextrdate.setFont(new java.awt.Font("Dialog", 0, 16));    jTextpname.setText("");    jTextpname.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonfirst.setText("第一條");    jButtonfirst.addMouseListener(new borrowHistoryBystudentname_jButtonfirst_mouseAdapter(this));    jButtonfirst.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonsearch.setText("查詢");    jButtonsearch.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setText("刪除");    jButtondelete.addMouseListener(new borrowHistoryBystudentname_jButtondelete_mouseAdapter(this));    jButtonexit.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonexit.setText("退出");    jButtonexit.addMouseListener(new borrowHistoryBystudentname_jButtonexit_mouseAdapter(this));    jTextbname.setText("");    jTextbname.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel2.setText("書名");    jLabel2.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonupdate.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonupdate.setText("更新");    jButtonupdate.addMouseListener(new borrowHistoryBystudentname_jButtonupdate_mouseAdapter(this));    jButtonlast.setText("最后一條");    jButtonlast.addMouseListener(new borrowHistoryBystudentname_jButtonlast_mouseAdapter(this));    jButtonlast.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonpre.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonpre.setText("前一條");    jButtonpre.addMouseListener(new borrowHistoryBystudentname_jButtonpre_mouseAdapter(this));    jButtonnext.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonnext.setText("后一條");    jButtonnext.addMouseListener(new borrowHistoryBystudentname_jButtonnext_mouseAdapter(this));    jTextbdate.setText("");    jTextbdate.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel3.setText("借閱日起");    jLabel3.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel1.setText("借閱者姓名");    jLabel1.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel4.setText("備注");    jLabel4.setFont(new java.awt.Font("Dialog", 0, 16));    this.getContentPane().setLayout(xYLayout1);    xYLayout1.setWidth(656);    xYLayout1.setHeight(395);    jPanel1.setLayout(xYLayout2);    jPanel1.setBorder(BorderFactory.createLineBorder(Color.black));    this.addMouseListener(new borrowHistoryBystudentname_this_mouseAdapter(this));    this.getContentPane().add(jButtonsearch, new XYConstraints(441, 35, 104, 31));    this.getContentPane().add(jPanel1,   new XYConstraints(26, 88, 611, 229));    jPanel1.add(jTextbname, new XYConstraints(220, 29, 154, 23));    jPanel1.add(jTextrdate, new XYConstraints(221, 118, 137, -1));    jPanel1.add(jLabel4, new XYConstraints(65, 178, 66, 29));    jPanel1.add(jLabel3, new XYConstraints(67, 71, 87, 29));    jPanel1.add(jTextbdate, new XYConstraints(220, 72, 137, -1));    jPanel1.add(jLabel2, new XYConstraints(69, 14, 89, 35));    jPanel1.add(jTextcomment, new XYConstraints(219, 171, 324, -1));    jPanel1.add(jLabel5, new XYConstraints(64, 119, 87, 29));    this.getContentPane().add(jButtonnext, new XYConstraints(202, 346, 89, 26));    this.getContentPane().add(jButtonpre, new XYConstraints(119, 345, 82, 26));    this.getContentPane().add(jButtonlast, new XYConstraints(291, 346, 98, 27));    this.getContentPane().add(jButtonupdate, new XYConstraints(390, 347, 84, 27));    this.getContentPane().add(jButtonexit, new XYConstraints(559, 346, 70, 28));    this.getContentPane().add(jButtondelete, new XYConstraints(473, 347, 86, 28));    this.getContentPane().add(jButtonfirst, new XYConstraints(32, 344, 86, 26));    this.getContentPane().add(jTextpname, new XYConstraints(246, 42, 116, 26));    this.getContentPane().add(jLabel1, new XYConstraints(92, 39, 88, 33));  }  void showResult(){   try {       jTextpname.setText(rs.getString("studentname") );      jTextbname.setText(rs.getString("bookname") );      jTextbdate.setText(rs.getString("borrowdate") );      jTextrdate.setText(rs.getString("returndate") );      jTextcomment.setText(rs.getString("comment") );       }    catch (SQLException ex) {       } }  void this_mouseClicked(MouseEvent e) {    sql="select * from BookBorrow ";                // JOptionPane.showMessageDialog(null,jCombocolor.getSelectedItem().toString().trim() );                       if (jTextpname.getText().trim().length() ==0)                       {}                       else                       {                          sql=sql+"  where  studentname='"+jTextpname.getText().trim()+"'";                       }                        rs =db.getResult(sql);                       try {                         if(! rs.equals(null) )                         {  rs.next();                            showResult();                         }                       }                       catch (SQLException ex) {                          JOptionPane.showMessageDialog(null," search failed!");                       }  }  void jButtonfirst_mouseClicked(MouseEvent e) {    try {              rs.first() ;              showResult();           }           catch (SQLException ex) {           }  }  void jButtonpre_mouseClicked(MouseEvent e) {    try {                if(! rs.isFirst() )                {  rs.previous();                   showResult();                }              }              catch (SQLException ex) {              }  }  void jButtonnext_mouseClicked(MouseEvent e) {    try {                if(! rs.isLast())                 {  rs.next();                    showResult();                 }               }                   catch (SQLException ex) {                     }  }  void jButtonlast_mouseClicked(MouseEvent e) {    try {                  rs.last();                   showResult();                }                catch (SQLException ex) {                }  }  void jButtonupdate_mouseClicked(MouseEvent e) {//update      sql="update Books set borrowdate='"+jTextbdate.getText().trim() +"',";      sql=sql+" returndate ='"+jTextrdate.getText().trim() +"',";      sql=sql+" comment ='"+jTextcomment.getText().trim() +"'";      sql=sql+" where studentname='"+jTextpname.getText() +"'";      sql=sql+" and bookname='"+jTextbname.getText() +"'";      if(db.executeSql(sql))          {             JOptionPane.showMessageDialog(null,"successed!");          }     else          {             JOptionPane.showMessageDialog(null,"failed!");          }  }  void jButtondelete_mouseClicked(MouseEvent e) {  }  void jButtonexit_mouseClicked(MouseEvent e) {  dispose();  }}class borrowHistoryBystudentname_this_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_this_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.this_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonfirst_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonfirst_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonfirst_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonpre_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonpre_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonpre_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonnext_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonnext_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonnext_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonlast_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonlast_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonlast_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonupdate_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonupdate_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonupdate_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtondelete_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtondelete_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtondelete_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonexit_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonexit_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonexit_mouseClicked(e);  }}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美喷潮久久久xxxxx| 日韩一区二区三区三四区视频在线观看| 色婷婷亚洲婷婷| 久久久国产综合精品女国产盗摄| 亚洲精品一二三| 国产寡妇亲子伦一区二区| 欧美日韩一卡二卡三卡| 最新成人av在线| 高清beeg欧美| 亚洲精品在线观看视频| 亚洲第一电影网| 色婷婷久久久亚洲一区二区三区 | 日韩一级黄色大片| 一区二区三区在线视频免费观看| 国产一区二区三区在线看麻豆| 欧美性色黄大片手机版| 亚洲欧洲精品一区二区精品久久久| 免费美女久久99| 欧美日韩视频在线一区二区| 亚洲卡通动漫在线| 国v精品久久久网| 国产亚洲精品7777| 国产精品影视在线观看| 精品久久久久久久久久久久久久久| 亚洲成人一区二区| 欧美网站一区二区| 亚洲国产一区在线观看| 91精彩视频在线| 国产在线一区二区综合免费视频| 欧美人狂配大交3d怪物一区| 亚洲最新视频在线观看| 色国产精品一区在线观看| 最新热久久免费视频| 成人动漫av在线| 国产精品无圣光一区二区| 国产.精品.日韩.另类.中文.在线.播放 | 欧美肥妇free| 日韩中文欧美在线| 日韩欧美高清dvd碟片| 精品一二三四在线| 久久久蜜桃精品| 不卡免费追剧大全电视剧网站| 国产丝袜欧美中文另类| 国产精品456| 国产精品乱码人人做人人爱 | 欧美片在线播放| 久久福利资源站| 久久久久青草大香线综合精品| 国产剧情av麻豆香蕉精品| 国产精品毛片久久久久久| 91亚洲精华国产精华精华液| 亚洲成人激情自拍| 日韩视频免费直播| 国产经典欧美精品| 亚洲欧洲在线观看av| 欧美三级视频在线观看| 美女www一区二区| 国产精品久久久久久一区二区三区 | 日韩一级完整毛片| 国产精品一品视频| 亚洲欧美日韩国产另类专区| 欧美偷拍一区二区| 国产一区在线精品| 亚洲另类在线一区| 欧美刺激脚交jootjob| 不卡一区二区中文字幕| 日韩专区欧美专区| 中文字幕av一区二区三区高| 欧美日韩中文字幕一区| 久久成人久久鬼色| 亚洲欧洲成人自拍| 56国语精品自产拍在线观看| 国产高清不卡二三区| 亚洲一区视频在线观看视频| 久久亚洲春色中文字幕久久久| 99视频有精品| 九九九精品视频| 亚洲一区av在线| 国产清纯在线一区二区www| 欧美少妇一区二区| 亚洲色图视频网| 精品在线一区二区三区| 国产日韩欧美亚洲| 本田岬高潮一区二区三区| 天堂蜜桃91精品| 亚洲视频网在线直播| 99久久综合精品| 五月天精品一区二区三区| 中文字幕一区二区三| 欧美不卡一区二区三区四区| 欧美综合欧美视频| 成人黄色软件下载| 蜜臀av性久久久久蜜臀aⅴ流畅| 中文字幕人成不卡一区| 精品国产乱码久久久久久老虎| 欧美主播一区二区三区美女| 成人在线综合网站| 狠狠v欧美v日韩v亚洲ⅴ| 日韩精品91亚洲二区在线观看 | 欧美色窝79yyyycom| 国产iv一区二区三区| 精品一区二区影视| 日韩高清一级片| 五月开心婷婷久久| 亚洲综合成人在线视频| 亚洲精选免费视频| 亚洲精品视频在线| 一区二区三区精品视频| 亚洲精品日韩一| 亚洲欧美另类综合偷拍| 中文字幕在线播放不卡一区| 国产精品丝袜在线| 国产精品久久久久久久裸模| 亚洲国产激情av| 国产精品久久一卡二卡| 国产精品每日更新| 一区二区三区在线观看欧美| 一区二区三区四区中文字幕| 亚洲二区在线观看| 日本伊人午夜精品| 黄页网站大全一区二区| 国产剧情一区二区| 不卡大黄网站免费看| 日本久久电影网| 欧美人狂配大交3d怪物一区| 69堂成人精品免费视频| 精品国产精品一区二区夜夜嗨| 久久综合一区二区| 国产欧美一区二区三区沐欲| 中文字幕精品一区| 亚洲黄色性网站| 免费在线视频一区| 国产精品综合av一区二区国产馆| 成人av在线播放网站| 色婷婷久久一区二区三区麻豆| 欧美精品在线观看一区二区| 日韩免费看的电影| 国产精品麻豆久久久| 亚洲毛片av在线| 捆绑紧缚一区二区三区视频| 国产成人在线电影| 欧美色倩网站大全免费| 日韩精品专区在线影院重磅| 国产精品激情偷乱一区二区∴| 亚洲国产欧美在线| 韩国三级中文字幕hd久久精品| aaa欧美色吧激情视频| 欧美乱妇20p| 亚洲国产岛国毛片在线| 亚洲自拍与偷拍| 国产精品一区二区男女羞羞无遮挡 | 91精品国产免费久久综合| 久久综合九色综合97婷婷 | 97精品久久久午夜一区二区三区| 欧美午夜精品理论片a级按摩| 欧美sm极限捆绑bd| 亚洲精选免费视频| 国模娜娜一区二区三区| 欧美视频一区二区在线观看| 国产欧美综合在线观看第十页| 亚洲国产aⅴ天堂久久| 高清在线不卡av| 日韩欧美国产系列| 亚洲综合在线观看视频| 国产一区二区不卡在线| 欧美乱妇15p| 一区二区三区精品在线观看| 成人午夜av在线| 日韩欧美激情一区| 亚洲成人黄色小说| av成人老司机| 国产日韩欧美一区二区三区乱码 | 久久久综合网站| 亚洲gay无套男同| 91美女片黄在线观看| 久久久99久久| 玖玖九九国产精品| 欧美精品在线观看播放| 亚洲一二三区不卡| 欧美性生活一区| 午夜久久久影院| 欧美视频中文一区二区三区在线观看| 国产精品视频一二三| 蓝色福利精品导航| 欧美人妇做爰xxxⅹ性高电影| 中文字幕亚洲一区二区va在线| 国产呦萝稀缺另类资源| 91精品午夜视频| 日韩精品欧美精品| 欧美日韩在线精品一区二区三区激情| 国产精品成人一区二区艾草 | 精品精品国产高清a毛片牛牛 | 久久天天做天天爱综合色| 热久久久久久久| 91麻豆精品国产自产在线 | 国产精品久久综合| 成人a级免费电影| 国产精品麻豆一区二区| 成人免费视频一区| 国产精品系列在线|