資源簡介
學生機房上機管理源碼
管理員
信息維護:個人信息 教師信息 學生信息
機房信息維護
上機信息管理:排課表 上機信息
反饋信息管理
統(tǒng)計報表:上機統(tǒng)計報表 教學統(tǒng)計報表
學生用戶
信息管理:修改密碼 結賬下機
電腦報修:填寫電腦報修
教師用戶
個人信息
上機情況
預約機房
上機信息反饋

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?kcsj
{
????public?partial?class?AdminInfo?:?Form
????{
????????public?static?AdminInfo?aInfo?=?null;
????????string?sql?=?“select?*?from?Admin“;
????????Database?db?=?new?Database();
????????DataRow?dr?;
????????public?AdminInfo()
????????{
????????????InitializeComponent();
????????}
????????private?void?AdminInfo_Load(object?sender?EventArgs?e)
????????{
????????????getInfo();
????????}
????????private?void?btnpassw_Click(object?sender?EventArgs?e)
????????{
????????????groupBox2.Visible?=?true;
????????????groupBox1.Visible?=?false;
????????}
????????private?void?btnback_Click(object?sender?EventArgs?e)
????????{
????????????groupBox2.Visible?=?false;
????????????groupBox1.Visible?=?true;
????????}
????????private?void?sure_Click(object?sender?EventArgs?e)
????????{
????????????string?passw=txtNewPW.Text;
????????????string?sql1?=?“update?Admin?set?Apassword=‘“?+?passw?+?“‘“;
????????????dr?=?db.GetDataRow(sql);
????????????if?(txtOldPW.Text?==dr[“Apassword“].ToString()&&txtNewPW.Text==txtNewPW2.Text)
????????????{
????????????????db.ExecuteSQL(sql1);
????????????????MessageBox.Show(“密碼修改成功“);
????????????}
????????????if?(txtOldPW.Text?!=?dr[“Apassword“].ToString())
????????????{
????????????????MessageBox.Show(“密碼不正確“);
????????????}
????????????if?(txtNewPW.Text?!=?txtNewPW2.Text)
????????????{
????????????????MessageBox.Show(“兩次密碼不相同“);
????????????}
????????????getInfo();
????????}
????????public?void?getInfo()
????????{
????????????dr?=?db.GetDataRow(sql);
????????????if?(dr?!=?null)
????????????{
????????????????adminId.Text?=?“ID:?“?+?dr[“AdminId“].ToString();
????????????????adName.Text?=?“用戶名:?“?+?dr[“Aname“].ToString();
????????????????adPassW.Text?=?“密碼:?“?+?dr[“Apassword“].ToString();
????????????}
????????}
????????private?void?AdminInfo_FormClosed(object?sender?FormClosedEventArgs?e)
????????{
????????????aInfo?=?null;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......??????2225??2012-06-25?09:28??學生機房上機管理源碼\AdminInfo.cs
????.......?????10647??2012-06-25?09:28??學生機房上機管理源碼\AdminInfo.Designer.cs
????.......??????5814??2012-06-25?09:28??學生機房上機管理源碼\AdminInfo.resx
????.......???????853??2012-06-25?09:28??學生機房上機管理源碼\app.config
????.......??????2723??2012-06-25?09:28??學生機房上機管理源碼\Arrange.cs
????.......??????9057??2012-06-25?09:28??學生機房上機管理源碼\Arrange.Designer.cs
????.......??????5814??2012-06-25?09:28??學生機房上機管理源碼\Arrange.resx
????.......?????14328??2012-06-25?09:28??學生機房上機管理源碼\bin\Debug\kcsj.vshost.exe
????.......???????632??2012-06-25?09:28??學生機房上機管理源碼\bin\Debug\kcsj.vshost.exe.config
????.......???????490??2012-06-25?09:28??學生機房上機管理源碼\bin\Debug\kcsj.vshost.exe.manifest
?????文件??????18319??2018-06-01?16:59??學生機房上機管理源碼\bin\免費源碼下載群二維碼.png
?????文件?????????45??2018-07-22?17:09??學生機房上機管理源碼\bin\派多源碼網(wǎng)官網(wǎng).url
?????文件??????30969??2018-07-22?17:07??學生機房上機管理源碼\bin\派多網(wǎng).png
?????文件????????898??2018-07-22?17:06??學生機房上機管理源碼\bin\源碼說明.txt
????.......??????4560??2012-06-25?09:28??學生機房上機管理源碼\Databa
????.......???2293760??2012-06-25?09:28??學生機房上機管理源碼\DB_9ymw\kcsj.mdf
????.......????573440??2012-06-25?09:28??學生機房上機管理源碼\DB_9ymw\kcsj_log.ldf
????.......???????670??2012-06-25?09:28??學生機房上機管理源碼\ExperInfo.cs
????.......?????12777??2012-06-25?09:28??學生機房上機管理源碼\ExperInfo.Designer.cs
????.......??????5814??2012-06-25?09:28??學生機房上機管理源碼\ExperInfo.resx
????.......??????6889??2012-06-25?09:28??學生機房上機管理源碼\freuse.cs
????.......?????25196??2012-06-25?09:28??學生機房上機管理源碼\freuse.designer.cs
????.......??????5814??2012-06-25?09:28??學生機房上機管理源碼\freuse.resx
????.......???????785??2012-06-25?09:28??學生機房上機管理源碼\images\16.jpg
????.......???????737??2012-06-25?09:28??學生機房上機管理源碼\images\17.jpg
????.......???????732??2012-06-25?09:28??學生機房上機管理源碼\images\18.jpg
????.......???????712??2012-06-25?09:28??學生機房上機管理源碼\images\19.jpg
????.......???????678??2012-06-25?09:28??學生機房上機管理源碼\images\20.jpg
????.......???????717??2012-06-25?09:28??學生機房上機管理源碼\images\21.jpg
????.......???????729??2012-06-25?09:28??學生機房上機管理源碼\images\22.jpg
............此處省略133個文件信息
評論
共有 條評論