freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

java項(xiàng)目源碼(1)——學(xué)生信息管理系統(tǒng)-文庫(kù)吧

2025-04-24 01:58 本頁(yè)面


【正文】 ucess() { if(ConnectSQL()) return true。 return false。 } //登陸成功后關(guān)閉登陸界面 void closeWindow() { ()。 } //連接數(shù)據(jù)庫(kù) boolean ConnectSQL() { String driverName = 。 //加載 JDBC 驅(qū)動(dòng) String dbURL = jdbc: DatabaseName=JavaTest 。 //連接服務(wù)器和數(shù)據(jù)庫(kù) sample String userName = sa。 //默認(rèn)用戶名 String userPwd = songyuejie。 //密碼 String getname = ()。 if((admin)) IsAdmin = true。 //設(shè)置管理員登陸模式 char[] pwd = ()。 String getpwd = new String(pwd)。 String sql = select * from 登陸 where 用戶名 =39。+getname+39。 and 密碼 =39。+getpwd+39。 。 Connection dbConn。 try { (driverName)。 dbConn = (dbURL, userName, userPwd)。 //通過 Statement查詢記錄 Statement stmt = ()。 //取得返回的記錄集 ResultSet rs = (sql)。 if(()) { return true。 } ()。 ()。 return false。 } catch (Exception e) { ()。 return false。 } } } //添加用戶界面 class UserAdd extends JDialog implements ActionListener { JTextField field1。 JPasswordField field2,field3。 JPanel panel1,panel2,panel3。 JLabel label,label1,label2,label3。 JButton confBtn,cancelBtn。 public UserAdd() { setTitle(添加用戶 )。 Container container=getContentPane()。 (new FlowLayout())。 setLocation(400,400)。 setSize(520,200)。 setVisible(true)。 ImageIcon ic = new ImageIcon(src/)。 setIconImage(())。 panel1=new JPanel()。 panel2=new JPanel()。 panel3=new JPanel()。 label=new JLabel(請(qǐng)輸入你要添加的用戶信息 )。 label1=new JLabel(新用戶名 )。 field1=new JTextField(,10)。 label2=new JLabel(密碼 )。 field2=new JPasswordField(,10)。 label3=new JLabel(確認(rèn)密碼 )。 field3=new JPasswordField(,10)。 confBtn=new JButton(添加 )。 cancelBtn=new JButton(取消 )。 (label)。 (label1)。 (field1)。 (label2)。 (field2)。 (label3)。 (field3)。 (confBtn)。 (cancelBtn)。 (panel1,)。 (panel2,)。 (panel3)。 (this)。 (this)。 } void closeDialog() { ()。//關(guān)閉該對(duì)話框 } public void actionPerformed(ActionEvent e) { if(() == confBtn)//添加 { if(AddUserSucess()) { (null, 添加成功 , 提示 , 1)。 ()。
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1