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

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

?? borrowhistorybybookname.java~11~

?? 這個(gè)是議和功能強(qiáng)大的圖書借閱系統(tǒng) 用java實(shí)現(xiàn)的可供各大高校使用
?? 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 borrowHistoryBybookname 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 borrowHistoryBybookname() {    try {      jbInit();    }    catch(Exception e) {      e.printStackTrace();    }  }  public static void main(String[] args) {    borrowHistoryBybookname borrowHistoryBybookname = new borrowHistoryBybookname();  }  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 borrowHistoryBybookname_jButtonfirst_mouseAdapter(this));    jButtonfirst.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonsearch.setText("查詢");    jButtonsearch.addMouseListener(new borrowHistoryBybookname_jButtonsearch_mouseAdapter(this));    jButtonsearch.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setText("刪除");    jButtondelete.addMouseListener(new borrowHistoryBybookname_jButtondelete_mouseAdapter(this));    jButtonexit.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonexit.setText("退出");    jButtonexit.addMouseListener(new borrowHistoryBybookname_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 borrowHistoryBybookname_jButtonupdate_mouseAdapter(this));    jButtonlast.setText("最后一條");    jButtonlast.addMouseListener(new borrowHistoryBybookname_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 borrowHistoryBybookname_jButtonpre_mouseAdapter(this));    jButtonnext.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonnext.setText("后一條");    jButtonnext.addMouseListener(new borrowHistoryBybookname_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(631);    xYLayout1.setHeight(377);    jPanel1.setLayout(xYLayout2);    jPanel1.setBorder(BorderFactory.createLineBorder(Color.black));    this.getContentPane().add(jButtonsearch, new XYConstraints(423, 38, 104, 31));    this.getContentPane().add(jLabel2, new XYConstraints(56, 31, 89, 35));    this.getContentPane().add(jTextbname, new XYConstraints(209, 38, 154, 23));    this.getContentPane().add(jPanel1,         new XYConstraints(20, 84, 583, 217));    jPanel1.add(jTextpname, new XYConstraints(180, 14, 116, 26));    jPanel1.add(jLabel1, new XYConstraints(25, 14, 88, 33));    jPanel1.add(jTextbdate, new XYConstraints(181, 57, 137, -1));    jPanel1.add(jLabel3, new XYConstraints(28, 56, 87, 29));    jPanel1.add(jLabel5, new XYConstraints(29, 98, 87, 29));    jPanel1.add(jTextcomment, new XYConstraints(178, 143, 324, -1));    jPanel1.add(jTextrdate, new XYConstraints(180, 98, 137, -1));    jPanel1.add(jLabel4, new XYConstraints(29, 149, 66, 29));    this.getContentPane().add(jButtonnext, new XYConstraints(188, 326, 89, 26));    this.getContentPane().add(jButtonpre, new XYConstraints(105, 325, 82, 26));    this.getContentPane().add(jButtonlast, new XYConstraints(277, 326, 98, 27));    this.getContentPane().add(jButtonupdate, new XYConstraints(376, 327, 84, 27));    this.getContentPane().add(jButtonexit, new XYConstraints(545, 326, 70, 28));    this.getContentPane().add(jButtondelete, new XYConstraints(459, 327, 86, 28));    this.getContentPane().add(jButtonfirst, new XYConstraints(18, 324, 86, 26));  }  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() );                   if (jTextbname.getText().trim().length() ==0)                   {}                   else                   {                      sql=sql+"  where  bookname='"+jTextbname.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) {  }  void jButtonpre_mouseClicked(MouseEvent e) {  }  void jButtonnext_mouseClicked(MouseEvent e) {  }  void jButtonlast_mouseClicked(MouseEvent e) {  }  void jButtonupdate_mouseClicked(MouseEvent e) {  }  void jButtondelete_mouseClicked(MouseEvent e) {  }  void jButtonexit_mouseClicked(MouseEvent e) {  dispose();  }}class borrowHistoryBybookname_jButtonsearch_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonsearch_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonsearch_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonfirst_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonfirst_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonfirst_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonpre_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonpre_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonpre_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonnext_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonnext_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonnext_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonlast_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonlast_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonlast_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonupdate_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonupdate_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonupdate_mouseClicked(e);  }}class borrowHistoryBybookname_jButtondelete_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtondelete_mouseAdapter(borrowHistoryBybookname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtondelete_mouseClicked(e);  }}class borrowHistoryBybookname_jButtonexit_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBybookname adaptee;  borrowHistoryBybookname_jButtonexit_mouseAdapter(borrowHistoryBybookname 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一区二区三区免费野_久草精品视频
久久精品视频一区| 午夜视频在线观看一区| 91精品综合久久久久久| 成人在线综合网| 日韩av电影天堂| 日韩毛片高清在线播放| 欧美大片一区二区| 色国产综合视频| 成人动漫一区二区三区| 久久成人精品无人区| 亚洲va中文字幕| 亚洲日本一区二区| 久久精品欧美一区二区三区不卡| 91精品国产综合久久久久久久久久| av高清不卡在线| 国产91丝袜在线播放九色| 视频一区二区三区在线| 一区二区三区成人在线视频| 国产精品国产三级国产a| 久久久久久电影| 日韩你懂的在线观看| 91精品国产91久久久久久最新毛片| 97精品国产97久久久久久久久久久久| 精品一区二区在线免费观看| 亚洲www啪成人一区二区麻豆| 亚洲免费观看视频| 亚洲婷婷综合久久一本伊一区| 国产视频在线观看一区二区三区| 日韩精品一区国产麻豆| 91麻豆精品91久久久久久清纯| 欧美影视一区二区三区| 欧美影院一区二区三区| 欧美特级限制片免费在线观看| 色综合久久88色综合天天6| av午夜精品一区二区三区| 成人在线视频一区二区| 国产成a人无v码亚洲福利| 国产精品18久久久久久久网站| 看国产成人h片视频| 蜜桃精品视频在线| 久88久久88久久久| 国产一区二区三区美女| 国产成人99久久亚洲综合精品| 国产精选一区二区三区 | 九九久久精品视频| 国产一区二区三区四区五区入口 | 国产v综合v亚洲欧| 国产丶欧美丶日本不卡视频| 丰满白嫩尤物一区二区| 成人国产在线观看| 91捆绑美女网站| 欧美亚洲精品一区| 91精品国产黑色紧身裤美女| 欧美成人精品福利| 国产免费成人在线视频| 综合久久一区二区三区| 亚洲午夜电影在线观看| 免费看日韩精品| 国产乱码一区二区三区| av高清不卡在线| 欧美日韩国产一级片| 日韩一级高清毛片| 国产欧美一区二区三区在线看蜜臀| 国产精品久久久久天堂| 亚洲国产精品麻豆| 国产资源在线一区| 91影院在线免费观看| 欧美久久久一区| 久久久久97国产精华液好用吗| 国产精品毛片久久久久久久| 亚洲国产裸拍裸体视频在线观看乱了 | 日韩在线观看一区二区| 精品一区二区久久| 91丝袜美腿高跟国产极品老师 | 综合久久久久综合| 日本不卡视频在线观看| www.色精品| 日韩欧美一区电影| 最新国产の精品合集bt伙计| 日韩中文字幕区一区有砖一区| 国产成人午夜视频| 欧美无人高清视频在线观看| 精品国产髙清在线看国产毛片| 国产精品第五页| 轻轻草成人在线| 99热这里都是精品| 日韩欧美亚洲国产另类| 亚洲欧美在线视频| 久久精品国产精品青草| 99re热这里只有精品免费视频| 884aa四虎影成人精品一区| 国产精品视频一二三区| 日本亚洲视频在线| 日本乱人伦aⅴ精品| 久久美女高清视频| 首页亚洲欧美制服丝腿| 一本一道久久a久久精品| 久久综合色综合88| 日韩高清一区二区| 日本韩国精品在线| 欧美激情艳妇裸体舞| 蜜桃久久精品一区二区| 欧美性大战久久久久久久| 中文一区二区完整视频在线观看| 日产国产高清一区二区三区| 色综合天天综合给合国产| 久久综合九色综合97婷婷女人| 亚洲va国产天堂va久久en| gogo大胆日本视频一区| 国产丝袜欧美中文另类| 激情综合网最新| 欧美一区二区三区成人| 亚洲一区二区美女| 91蜜桃免费观看视频| 国产欧美一二三区| 国内精品在线播放| 精品欧美一区二区三区精品久久| 亚洲国产你懂的| 欧美亚洲自拍偷拍| 一区二区视频在线| 一本一道久久a久久精品 | 中文字幕亚洲在| 国产成人在线网站| 久久先锋影音av| 久久精品久久精品| 欧美电影免费提供在线观看| 视频在线观看一区二区三区| 欧美日韩国产高清一区二区| 亚洲一二三级电影| 在线观看成人免费视频| 亚洲一区二区在线免费观看视频 | 精品影院一区二区久久久| 日韩欧美一级二级| 蜜臀精品一区二区三区在线观看| 欧美一区二区三区白人| 日本欧美大码aⅴ在线播放| 91精品在线麻豆| 久久99精品视频| 337p日本欧洲亚洲大胆色噜噜| 国产一区二区在线影院| 欧美极品美女视频| 99精品视频在线观看| 综合色天天鬼久久鬼色| 欧美亚洲丝袜传媒另类| 日韩专区在线视频| 欧美成人伊人久久综合网| 精品亚洲aⅴ乱码一区二区三区| 欧美白人最猛性xxxxx69交| 国产精品资源网站| 亚洲色图欧美偷拍| 欧美三级视频在线| 老司机午夜精品| 国产三级精品三级| 91视频www| 亚洲成人免费在线| 欧美精品一区二区三区蜜桃 | 在线亚洲+欧美+日本专区| 亚洲一区二区三区四区五区中文| 777午夜精品免费视频| 九九久久精品视频| 国产精品家庭影院| 欧美日韩成人综合天天影院| 精品在线一区二区| 亚洲婷婷综合色高清在线| 欧美日韩激情在线| 国产在线看一区| 亚洲人一二三区| 欧美一区二区三区视频在线| 国产99久久精品| 夜夜精品浪潮av一区二区三区| 91精品蜜臀在线一区尤物| 粉嫩久久99精品久久久久久夜| 夜夜亚洲天天久久| 久久久久久电影| 欧美视频完全免费看| 国产一区二区三区美女| 亚洲一二三四在线| 久久久久成人黄色影片| 91国产丝袜在线播放| 国产一区二区三区久久悠悠色av| 亚洲欧美视频在线观看视频| 日韩一区二区三区电影| www.亚洲色图.com| 捆绑紧缚一区二区三区视频| 亚洲欧美日韩国产综合| www久久久久| 欧美猛男男办公室激情| 成人毛片老司机大片| 欧美a级一区二区| 亚洲人成伊人成综合网小说| 精品国产自在久精品国产| 日本黄色一区二区| 成人久久视频在线观看| 蜜臀va亚洲va欧美va天堂| 悠悠色在线精品| 国产视频一区二区在线| 91精品在线免费| 欧美色精品天天在线观看视频| 成人一级片网址| 国产在线精品视频|