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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? borrowhistoryall.java~16~

?? 這個(gè)是議和功能強(qiáng)大的圖書(shū)借閱系統(tǒng) 用java實(shí)現(xiàn)的可供各大高校使用
?? JAVA~16~
字號(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 borrowHistoryall 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 jButtonupdate = new JButton();  JButton jButtonlast = new JButton();  JLabel jLabel2 = new JLabel();  JButton jButtonexit = new JButton();  JTextField jTextbname = new JTextField();  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();  public borrowHistoryall() {    try {      jbInit();    }    catch(Exception e) {      e.printStackTrace();    }  }  public static void main(String[] args) {    borrowHistoryall borrowHistoryall = new borrowHistoryall();  }  private void jbInit() throws Exception {    jLabel5.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel5.setText("還閱日期");    jTextcomment.setFont(new java.awt.Font("Dialog", 0, 16));    jTextcomment.setText("");    jTextrdate.setFont(new java.awt.Font("Dialog", 0, 16));    jTextrdate.setText("");    jTextpname.setFont(new java.awt.Font("Dialog", 0, 16));    jTextpname.setText("");    jButtonfirst.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonfirst.setText("第一條");     jButtonfirst.addMouseListener(new borrowHistoryall_jButtonfirst_mouseAdapter(this));    jButtonsearch.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonsearch.setText("查詢");    jButtonsearch.addMouseListener(new borrowHistoryall_jButtonsearch_mouseAdapter(this));    jButtondelete.setText("刪除");    jButtondelete.addMouseListener(new borrowHistoryall_jButtondelete_mouseAdapter(this));    jButtondelete.setFont(new java.awt.Font("Dialog", 0, 16));    jTextbname.setFont(new java.awt.Font("Dialog", 0, 16));    jTextbname.setText("");    jButtonexit.setText("退出");    jButtonexit.addMouseListener(new borrowHistoryall_jButtonexit_mouseAdapter(this));    jButtonexit.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel2.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel2.setText("書(shū)名");    jButtonlast.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonlast.setText("最后一條");    jButtonlast.addMouseListener(new borrowHistoryall_jButtonlast_mouseAdapter(this));    jButtonupdate.setText("更新");    jButtonupdate.addMouseListener(new borrowHistoryall_jButtonupdate_mouseAdapter(this));    jButtonupdate.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonpre.setText("前一條");    jButtonpre.addMouseListener(new borrowHistoryall_jButtonpre_mouseAdapter(this));    jButtonpre.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonnext.setText("后一條");     jButtonnext.addMouseListener(new borrowHistoryall_jButtonnext_mouseAdapter(this));    jButtonnext.setFont(new java.awt.Font("Dialog", 0, 16));    jTextbdate.setFont(new java.awt.Font("Dialog", 0, 16));    jTextbdate.setText("");    jLabel3.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel3.setText("借閱日起");    jLabel1.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel1.setText("借閱者姓名");    jLabel4.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel4.setText("備注");    this.getContentPane().setLayout(xYLayout1);    xYLayout1.setWidth(662);    xYLayout1.setHeight(351);    this.getContentPane().add(jTextpname, new XYConstraints(226, 39, 116, 26));    this.getContentPane().add(jLabel4, new XYConstraints(72, 242, 66, 29));    this.getContentPane().add(jLabel1, new XYConstraints(75, 31, 88, 33));    this.getContentPane().add(jLabel3, new XYConstraints(74, 135, 87, 29));    this.getContentPane().add(jTextbdate, new XYConstraints(227, 136, 137, -1));    this.getContentPane().add(jButtonnext, new XYConstraints(193, 300, 89, 26));    this.getContentPane().add(jButtonpre, new XYConstraints(110, 299, 82, 26));    this.getContentPane().add(jButtonupdate, new XYConstraints(381, 301, 84, 27));    this.getContentPane().add(jButtonlast, new XYConstraints(282, 300, 98, 27));    this.getContentPane().add(jLabel2, new XYConstraints(76, 78, 89, 35));    this.getContentPane().add(jButtonexit, new XYConstraints(550, 300, 70, 28));    this.getContentPane().add(jTextbname, new XYConstraints(227, 93, 154, 23));    this.getContentPane().add(jButtondelete, new XYConstraints(464, 301, 86, 28));    this.getContentPane().add(jButtonsearch, new XYConstraints(443, 35, 104, 31));    this.getContentPane().add(jButtonfirst, new XYConstraints(23, 298, 86, 26));    this.getContentPane().add(jTextrdate, new XYConstraints(228, 182, 137, -1));    this.getContentPane().add(jTextcomment, new XYConstraints(226, 235, 324, -1));    this.getContentPane().add(jLabel5, new XYConstraints(71, 183, 87, 29));  }  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 jButtonsearch_mouseClicked(MouseEvent e) {    sql="select * from BookBorrow ";        // JOptionPane.showMessageDialog(null,jCombocolor.getSelectedItem().toString().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) {    sql="delete from Books ";    sql=sql+" where studentname='"+jTextpname.getText() +"'";    sql=sql+" and bookname='"+jTextbname.getText() +"'";                    if(db.executeSql(sql))                     System.out.println(sql+"delete successed!") ;                   else                      System.out.println(sql+"delete failed!!!") ;  }  void jButtonexit_mouseClicked(MouseEvent e) {  dispose();  }}class borrowHistoryall_jButtonsearch_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonsearch_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonsearch_mouseClicked(e);  }}class borrowHistoryall_jButtonfirst_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonfirst_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonfirst_mouseClicked(e);  }}class borrowHistoryall_jButtonpre_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonpre_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonpre_mouseClicked(e);  }}class borrowHistoryall_jButtonnext_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonnext_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonnext_mouseClicked(e);  }}class borrowHistoryall_jButtonlast_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonlast_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonlast_mouseClicked(e);  }}class borrowHistoryall_jButtonupdate_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonupdate_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonupdate_mouseClicked(e);  }}class borrowHistoryall_jButtondelete_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtondelete_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtondelete_mouseClicked(e);  }}class borrowHistoryall_jButtonexit_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryall adaptee;  borrowHistoryall_jButtonexit_mouseAdapter(borrowHistoryall adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonexit_mouseClicked(e);  }}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一区中文字幕| 国产精品午夜春色av| 在线观看国产精品网站| 波多野结衣亚洲| 福利一区二区在线观看| 国产传媒一区在线| 国产成人精品网址| 成人丝袜视频网| 成人动漫一区二区在线| av电影天堂一区二区在线观看| 成人性生交大片免费看中文| 夫妻av一区二区| 91原创在线视频| 91国偷自产一区二区三区观看| 欧美在线制服丝袜| 91精品婷婷国产综合久久| 在线成人免费视频| 日韩午夜精品视频| 26uuu精品一区二区三区四区在线| 精品国精品自拍自在线| 久久久国产一区二区三区四区小说| 久久久综合精品| 色天天综合色天天久久| 美女爽到高潮91| 国产福利精品一区二区| 成人网页在线观看| 欧美中文字幕一区| 日韩一区二区高清| 中文字幕一区二区三区在线不卡 | 国产欧美精品一区aⅴ影院| 欧美精品久久久久久久久老牛影院| 国产成a人无v码亚洲福利| 久久精品国产一区二区| 蜜桃av一区二区三区电影| 日韩成人av影视| 麻豆91精品视频| 国产一区二区三区综合| 国产99精品在线观看| 懂色av中文字幕一区二区三区| 国产二区国产一区在线观看| 国产成人在线视频网站| 国产成人亚洲精品狼色在线| 精品1区2区3区| 欧美艳星brazzers| 国产欧美日韩视频在线观看| 欧美α欧美αv大片| 国产在线视频一区二区| 国产99一区视频免费| www.成人在线| 国产精品乱码一区二三区小蝌蚪| 91同城在线观看| 国产一区二区三区免费看| 99久久精品免费精品国产| 6080午夜不卡| 日韩一区日韩二区| 久久精品国产**网站演员| 成人av在线观| 日韩欧美高清一区| 亚洲精品v日韩精品| 国内精品第一页| 欧美丝袜自拍制服另类| 国产视频一区二区三区在线观看| 亚洲国产另类av| 成人av动漫在线| 久久综合精品国产一区二区三区 | 亚洲欧美综合在线精品| 日本不卡一区二区三区高清视频| av高清不卡在线| 国产亚洲一二三区| 日本视频中文字幕一区二区三区| 99精品视频中文字幕| 精品国产网站在线观看| 亚洲超丰满肉感bbw| 97精品久久久久中文字幕| 国产午夜精品一区二区三区嫩草| 免费一级欧美片在线观看| 日本高清不卡一区| 国产精品美女久久久久久久久久久 | 国产精品视频一区二区三区不卡| 视频在线在亚洲| 一本久久综合亚洲鲁鲁五月天| 久久伊人蜜桃av一区二区| 日本vs亚洲vs韩国一区三区| 欧美综合视频在线观看| 中文字幕一区二区三| 国产成a人无v码亚洲福利| 精品国产伦一区二区三区免费 | 美女高潮久久久| 欧美性猛片aaaaaaa做受| 中文字幕一区二区三区在线不卡| 国产剧情一区二区| 久久久天堂av| 国产综合一区二区| 26uuu精品一区二区在线观看| 久久国产婷婷国产香蕉| 日韩一级黄色大片| 美女www一区二区| 日韩欧美另类在线| 麻豆久久久久久久| 欧美成va人片在线观看| 美女一区二区久久| 欧美精品一区二区三区四区| 久久国产精品露脸对白| 精品国产三级a在线观看| 91精品国产一区二区三区| 亚洲国产日韩一级| 日韩久久精品一区| 岛国精品在线观看| 亚洲一级二级在线| 久久婷婷国产综合精品青草| 欧美福利视频一区| 五月婷婷激情综合| 最新国产成人在线观看| 欧美人伦禁忌dvd放荡欲情| 国产一区 二区| 亚洲chinese男男1069| 精品久久久久久综合日本欧美| 国产精品99久久久久久似苏梦涵 | 一区二区三区视频在线观看| 久久久久久亚洲综合影院红桃| 欧美三区在线视频| 成人欧美一区二区三区白人| 91丨九色丨尤物| 久草热8精品视频在线观看| 国产精品欧美久久久久一区二区| 一区在线观看免费| 韩国视频一区二区| 亚洲日本在线看| 91猫先生在线| 午夜欧美视频在线观看| 欧美片在线播放| 国内精品久久久久影院色| 国产精品国产三级国产普通话三级 | 亚洲视频在线一区| 在线精品观看国产| 日韩专区中文字幕一区二区| 精品区一区二区| 成人午夜电影网站| 婷婷一区二区三区| 久久精品日产第一区二区三区高清版| 91在线视频播放地址| 天天综合网天天综合色| 久久久高清一区二区三区| 一本色道久久综合亚洲aⅴ蜜桃| 日韩av中文字幕一区二区三区| 久久久久综合网| 色88888久久久久久影院野外| 日本中文在线一区| 国产精品丝袜在线| 欧美一区二区视频网站| 国产成a人亚洲精| 日韩福利电影在线观看| 中文字幕免费观看一区| 欧美日韩免费一区二区三区| 激情小说欧美图片| 亚洲综合成人在线| 国产视频不卡一区| 在线91免费看| 色偷偷久久人人79超碰人人澡| 久久精品国产精品青草| 夜夜嗨av一区二区三区四季av | 亚洲一级二级在线| 久久久精品国产免大香伊| 欧美日韩精品三区| 99在线视频精品| 韩国欧美国产一区| 性久久久久久久久久久久| 国产精品电影一区二区三区| 精品久久人人做人人爰| 欧美日韩综合一区| 91原创在线视频| 东方欧美亚洲色图在线| 免费久久精品视频| 亚洲永久精品国产| 国产精品嫩草99a| 欧美精品一区二区三| 欧美日韩亚洲综合在线| 99免费精品在线观看| 国产麻豆午夜三级精品| 日韩av不卡一区二区| 亚洲精品国产a久久久久久| 国产日产亚洲精品系列| 欧美一级在线视频| 欧美色视频一区| 91免费版pro下载短视频| 国产成人av电影在线| 久久se这里有精品| 青青草国产成人av片免费| 亚洲一区二区免费视频| 亚洲精品视频免费看| 中文字幕中文字幕一区| 久久久久88色偷偷免费| 精品久久久久一区| 欧美刺激午夜性久久久久久久| 欧美男人的天堂一二区| 欧美天堂亚洲电影院在线播放| 色老汉一区二区三区| 91浏览器入口在线观看| 99久久综合狠狠综合久久| 成人自拍视频在线|