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

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

?? borrowhistorybystudentname.java~11~

?? 這個(gè)是議和功能強(qiáng)大的圖書(shū)借閱系統(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 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("書(shū)名");    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);  }}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人污视频在线观看| 欧美成人艳星乳罩| 成人免费视频免费观看| 日本伊人色综合网| 一区二区理论电影在线观看| 日本一区二区三区在线观看| 日韩一区二区电影在线| 欧美妇女性影城| 欧美麻豆精品久久久久久| 色综合天天综合| www.亚洲在线| a级高清视频欧美日韩| 懂色av中文一区二区三区| 国产剧情一区二区| 国产在线精品视频| 国产乱人伦偷精品视频不卡| 黄色精品一二区| 久久精品99国产国产精| 美女网站色91| 国模大尺度一区二区三区| 激情五月婷婷综合| 国内精品久久久久影院一蜜桃| 麻豆成人av在线| 韩国一区二区在线观看| 国产麻豆精品一区二区| 国产99久久久久| 成人中文字幕电影| 99re这里只有精品视频首页| 91片黄在线观看| 欧美羞羞免费网站| 欧美一区二区美女| 精品奇米国产一区二区三区| 久久精品一二三| 一区二区中文字幕在线| 一区二区免费在线播放| 天堂蜜桃一区二区三区| 毛片不卡一区二区| 国产suv一区二区三区88区| 成人免费毛片片v| 91在线看国产| 欧美久久一二区| 久久人人爽爽爽人久久久| 久久久久久久久一| 亚洲人亚洲人成电影网站色| 亚洲电影一区二区| 国产一区免费电影| 菠萝蜜视频在线观看一区| 欧洲精品在线观看| 欧美一区二区福利在线| 久久精品一级爱片| 一个色综合av| 另类综合日韩欧美亚洲| 波多野结衣精品在线| 色天使色偷偷av一区二区| 91精品国产色综合久久不卡蜜臀| 久久久影视传媒| 亚洲黄色免费电影| 人人爽香蕉精品| 国产91清纯白嫩初高中在线观看| 色综合天天综合网国产成人综合天 | 色婷婷亚洲综合| 91精品国产品国语在线不卡| xnxx国产精品| 亚洲欧洲中文日韩久久av乱码| 日韩电影在线观看网站| 国产.精品.日韩.另类.中文.在线.播放| 91小视频免费观看| 日韩视频一区在线观看| 国产精品久久久久影院色老大| 亚洲一区二区三区四区在线| 激情六月婷婷综合| 色8久久人人97超碰香蕉987| wwwwww.欧美系列| 亚洲无线码一区二区三区| 国产精品1区二区.| 欧美色精品天天在线观看视频| 久久日一线二线三线suv| 亚洲午夜久久久久| 成人污污视频在线观看| 在线不卡欧美精品一区二区三区| 国产欧美中文在线| 奇米四色…亚洲| 91久久精品一区二区二区| 欧美精品一区二区高清在线观看| 亚洲男人的天堂在线aⅴ视频| 国产一区二区网址| 在线不卡a资源高清| 亚洲日本在线天堂| 国产aⅴ精品一区二区三区色成熟| 欧美另类久久久品| 亚洲日本成人在线观看| 国产综合久久久久久久久久久久| 欧美日韩国产一区二区三区地区| 国产精品传媒在线| 国产真实精品久久二三区| 欧美区视频在线观看| 国产精品久久久久9999吃药| 久久99精品国产.久久久久| 欧美综合欧美视频| 亚洲欧美在线aaa| 成人一区二区在线观看| 精品久久人人做人人爰| 日韩av中文在线观看| 欧美最新大片在线看| 亚洲色图在线播放| 成人高清视频免费观看| 国产亚洲欧美一区在线观看| 蜜臀av一区二区| 这里是久久伊人| 视频一区在线视频| 在线视频欧美精品| 一区二区三区欧美视频| 不卡高清视频专区| 中文字幕在线视频一区| 高清日韩电视剧大全免费| 久久久久久日产精品| 国模冰冰炮一区二区| 久久日一线二线三线suv| 久久 天天综合| 日韩女优毛片在线| 麻豆精品视频在线观看视频| 69精品人人人人| 日本美女一区二区三区视频| 在线综合+亚洲+欧美中文字幕| 香蕉乱码成人久久天堂爱免费| 欧美日韩在线亚洲一区蜜芽| 亚洲一区二区高清| 欧美高清性hdvideosex| 人人狠狠综合久久亚洲| 日韩亚洲电影在线| 狠狠色综合播放一区二区| 久久久久久97三级| 成人精品一区二区三区四区| 中文字幕在线一区二区三区| 91丨九色丨黑人外教| 亚洲精品高清视频在线观看| 日本福利一区二区| 亚洲va天堂va国产va久| 91精品国产综合久久久蜜臀粉嫩 | 久久久五月婷婷| 国产成人免费视频| 国产精品久久久久影视| 99精品久久免费看蜜臀剧情介绍| 亚洲日本在线视频观看| 欧美日韩一区二区欧美激情| 免费高清不卡av| 久久精子c满五个校花| 99久久精品国产麻豆演员表| 亚洲在线视频一区| 在线综合+亚洲+欧美中文字幕| 捆绑变态av一区二区三区| 久久精品亚洲一区二区三区浴池| 99在线精品一区二区三区| 亚洲国产成人av网| 日韩欧美一级二级三级| 国产99久久精品| 亚洲成人av电影| 精品久久久久久久久久久久久久久久久| 国产一区福利在线| 一区二区三区日本| 日韩欧美一区中文| 福利一区二区在线观看| 亚洲综合视频网| 日韩一区二区三区视频| 99在线热播精品免费| 日韩有码一区二区三区| 中文字幕不卡的av| 欧美主播一区二区三区| 国模套图日韩精品一区二区| 椎名由奈av一区二区三区| 欧美一级久久久久久久大片| 成人国产精品免费| 日韩精品电影在线观看| 国产精品美女久久久久av爽李琼 | 久久久久久亚洲综合| 在线免费观看日韩欧美| 久久疯狂做爰流白浆xx| 亚洲婷婷在线视频| 日韩欧美的一区| 91官网在线观看| 国产高清精品久久久久| 亚洲成av人片一区二区| 国产精品美女久久久久久 | 视频一区二区三区中文字幕| 亚洲国产成人一区二区三区| 在线不卡一区二区| 91在线观看成人| 精品一区二区三区在线观看| 亚洲精品免费在线观看| 国产亚洲va综合人人澡精品| 欧美日本一道本| 一本色道久久综合亚洲91| 国产精品一二三| 日韩1区2区3区| 亚洲精品成人在线| 国产精品视频线看| 久久这里只有精品首页| 日韩一区二区精品葵司在线| 欧美亚洲综合一区| 99久久精品免费看国产免费软件|