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

正文內(nèi)容

學(xué)生學(xué)籍管理系統(tǒng)需求分析畢業(yè)論文(編輯修改稿)

2025-07-16 01:36 本頁面
 

【文章內(nèi)容簡介】 ytBLOBData))。 } sql=sql+ where StudentId=+().Trim()。 =sql。 ()。 (學(xué)167。生Θ?信?息¢修T改?成233。功|,提?示?)。 } } } private void pictureBox1_Click(object sender, e) { =bmp|*.bmp|gif|*.gif|jpg|*jpg|jpeg|*.jpeg|ico|*.ico。 ()。 if (!=) =()。 } } 教學(xué)計劃管理的創(chuàng)建教學(xué)計劃管理模塊主要實現(xiàn)如下功能:● 添加課程信息● 課程信息瀏覽/修改課程信息 添加課程信息在成功登錄系統(tǒng)后,點擊添加課程信息,出現(xiàn)如下所示窗體:在窗體上放置兩個文本框和三個下拉式文本框,將它們的信息輸入用來添加課程信息。兩個按鈕用來確定是否添加課程信息。具體代碼如下:public bool strisyear(string s) { if (().Length!=4) return (false)。 else { int n=1。 for (int i=0。i=。i++) { if (!(s[i])) { n=1。 break。 } } if (n==1) return (true)。 else return (false)。 } } private void AddCourse_Load(object sender, e) { try { ()。 string sql=select specialtyid,specialtyname from specialtyinfo。 OleDbDataAdapter adp=new OleDbDataAdapter(sql,oleDbConnection1)。 DataSet ds=new DataSet()。 (ds,specialtyinfo)。 =[specialtyinfo].DefaultView。 =specialtyname。 =specialtyid。 =().Trim()。 } catch (Exception ee) { ()。 } } private void textBox2_TextChanged(object sender, e) { if (()!= amp。amp。 ().Length==4 amp。amp。 strisyear(())) { string sql=select classid,classname from classinfo where specialtyname=39。+()+39。 and year(enrolmenttime)=+()。 OleDbDataAdapter adp=new OleDbDataAdapter(sql,oleDbConnection1)。 DataSet ds=new DataSet()。 ()。 (ds,classinfo)。 if ([classinfo].!=0) { =classname。 =classid。 =[0].DefaultView。 } else =null。 } else =null。 } private void boBox2_TextChanged(object sender, e) { =。 } private void button1_Click(object sender, e) { if (()== || ()== || ()==) (請?正y確ā?選?擇?班悒?級?、¢學(xué)167。期以?及176。填?寫′課?程236。名?稱?,提?示?)。 else { string sql。 sql=select * from courseinfo where classid=+().Trim()+ and semester=39。+()+39。 and course=39。+()+39。 OleDbCommand cmd=new OleDbCommand(sql,oleDbConnection1)。 if (null==()) { sql=insert into courseinfo (classid,semester,course) values (39。++39。,39。+()+39。,39。+()+39。)。 =sql。 ()。 (班悒?級?課?程236。添?加243。成233。功|,提?示?)。 } else (在同?一?個?班悒?級?同?一?個?學(xué)167。期不?能252。添?加243。相224。同?的?課?程236。,提?示?)。 } } private void boBox2_Click(object sender, e) { } private void boBox2_SelectedIndexChanged(object sender, e) { if (!=null) { string sql=select year(enrolmenttime) from classinfo where classid=+。 OleDbCommand cmd=new OleDbCommand(sql,oleDbConnection1)。 int rxnf=(().ToString())。 sql=select length from classinfo where classid=+。 =sql。 int nianzhi=(().ToString())。 ()。 int nf=rxnf。 Object item=new object()。 for (int i=1。i=nianzhi*2。i++) { (nf++((i+1)%2+1))。 if (i%2==0) nf++。 } } else { =1。 ()。 } } private void tjkc_Closed(object sender, e) { ()。 } private void boBox1_SelectedIndexChanged(object sender, e) { ()。 =null。 =。 ()。 } private void button2_Click(object sender, e) { ()。 } private void textBox2_Leave(object sender, e) { if (!strisyear(())) { (請?輸?入?合?法ぁ?的?入?學(xué)167。年234。份,錯洙?誤243。提?示?)。 =().Trim()。 =null。 } } } 課程信息瀏覽/修改課程信息 在成功登錄系統(tǒng)后,點擊課程信息瀏覽,出現(xiàn)如下所示窗體:課程信息瀏覽系統(tǒng)是用來查看有關(guān)課程信息和修改課程信息,通過修改班級課程和刪除班級課程進行操作,在課程信息瀏覽窗體具體代碼如下:private void BrowseCourse_Load(object sender, e) { ction(Data Source=D:/學(xué)167。生Θ?學(xué)167。籍?管252。理え?系μ統(tǒng)?/book/。Jet OLEDB:Engine Type=5。Provider=)。 OleDbCommand cmd1,cmd2,cmd3。 cmd1=new OleDbCommand(,oleDbConnection1)。 cmd2=new OleDbCommand(,oleDbConnection2)。 cmd3=new OleDbCommand(,oleDbConnection3)。 OleDbDataReader rd1,rd2,rd3。 string sql。 sql=select specialtyname from specialtyinfo。 =sql。 ()。 rd1=()。 while (()) { TreeNode node=new TreeNode()。 =(0).ToString()。 (node)。 ()。 sql=select classid,classname from classinfo where specialtyname=39。++39。 order by classname desc。 =sql。 rd2=()。 while (()) { TreeNode node1=new TreeNode()。 =(1)。 (node1)。 ()。 sql=select distinct semester from courseinfo inner join classinfo on = where =39。++39。 =sql。 rd3=()。 while (()) { TreeNode node2=new TreeNode()。 =(((0).ToString())/10)+至225。+(((0).ToString())/10+1)+年234。度232。第臺?+(((0).ToString())%10)+學(xué)167。期 =(0)。 (node2)。 } ()。 ()。 } ()。 ()。 } ()。 ()。 } DataSet ds。 private void treeView1_AfterSelect(object sender, e) { string sql=。 OleDbDataAdapter adp=new OleDbDataAdapter(sql,oleDbConnection1)。 ds=new DataSet()。 ()。 ()。 if (!=null) { sql=select as 自?動ˉ編括?號?, as 課?程236。名?稱? from classinfo inner join courseinfo on = where =39。+()+39。 and semester=39。+()+39。 =sql。 (ds,class_course)。 =[0].DefaultView。 =()+ ++課?程236。表括?。 } else { =null。 =。 } ()。 } private void treeView1_Click(object sender, e) { } private void button1_Click(object sender, e) { if (!=null amp。amp。 dataGrid1[]!=null) { ModifyCourse modifycourse=new ModifyCourse()。 =[0].Rows[][0].ToString().Trim()。 ()。 } else (沒?有瓺指?定168。的?課?程236。信?息¢,提?示?)。 } private void button3_Click1(object sender, e) { ()。 } private void button2_Click(object sender, e) { ()。 } private void butt
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1