91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.19MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-01
  • 語(yǔ)言: 其他
  • 標(biāo)簽:

資源簡(jiǎn)介

隨著在校大學(xué)生人數(shù)的不斷增加,教務(wù)系統(tǒng)的數(shù)據(jù)量不斷上漲。為了減輕教務(wù)工作,針對(duì)學(xué)生選課這一環(huán)節(jié),實(shí)現(xiàn)學(xué)生的信息查詢、選課功能以及教師對(duì)課程信息發(fā)布的管理等功能。 學(xué)生選課系統(tǒng)是一個(gè)學(xué)校不可缺少的部分,它對(duì)于學(xué)校的決策者和管理者來說至關(guān)重要。學(xué)生選課系統(tǒng)應(yīng)該能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄巍J褂糜?jì)算機(jī)對(duì)選課信息進(jìn)行管理,能夠極大地提高教務(wù)管理的效率。1系統(tǒng)功能需求在本系統(tǒng)中,有三類用戶:系統(tǒng)管理員,教師和學(xué)生。

資源截圖

代碼片段和文件信息

using?System;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
using?System.xml;
using?System.Collections.Generic;//泛型集合

public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!Page.IsPostBack)
????????{
????????????ClassName?=?““;
????????????GridViewBind();
????????}
????}
????public?String?ClassName
????{
????????get?{?return?(string)ViewState[“className“];?}
????????set?{?ViewState[“className“]?=?value;?}
????}
????public?void?GridViewBind()
????{
????????xmlDocument?xmldoc?=?new?xmlDocument();
????????xmldoc.Load(Server.MapPath(“~/xmlData/YYJCSchool.xml“));
????????//定義Xpath字符串
????????string?xpath?=?““;
????????if?(ClassName?==?““)
????????{
????????????xpath?=?“/School/ClassInfo/Students/Student“;
????????}
????????else?
????????{
????????????xpath?=?“/School/ClassInfo[@Name=‘“?+?ClassName?+?“‘]/Students/Student“;
????????}
????????xmlNodeList?nodeList?=?xmldoc.SelectNodes(xpath);
????????List?studentList=?new?List();
????????foreach?(xmlNode?xmlNode?in?nodeList)
????????{
????????????StudentInfo?StuInfo?=?new?StudentInfo();//定義一個(gè)學(xué)員
????????????StuInfo.Id?=?xmlNode.Attributes[“Id“].Value;
????????????StuInfo.Sex?=?xmlNode.Attributes[“Sex“].Value;
????????????StuInfo.Name?=?xmlNode[“name“].InnerText;
????????????StuInfo.Phone?=?xmlNode[“phone“].InnerText;
????????????StuInfo.Qq?=?xmlNode[“QQ“].InnerText;
????????????StuInfo.Email?=?xmlNode[“Email“].InnerText;
????????????StuInfo.Address?=?xmlNode[“Address“].InnerText;
????????????StuInfo.Age?=(xmlNode[“age“].InnerText);
????????????//
????????????studentList.Add(StuInfo);
????????}
????????//綁定數(shù)據(jù)源
????????GridView1.DataSource?=?studentList;
????????GridView1.DataBind();
????}
????protected?void?TreeView1_SelectedNodeChanged(object?sender?EventArgs?e)
????{
????????ClassName?=?TreeView1.SelectedNode.Text;
????????GridViewBind();
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????886??2012-12-25?08:53??xml學(xué)生系統(tǒng)\App_Code\basePage.cs

?????文件????????852??2012-12-25?08:53??xml學(xué)生系統(tǒng)\App_Code\ClassInfo.cs

?????文件????????760??2013-05-01?21:03??xml學(xué)生系統(tǒng)\App_Code\StudentInfo.cs

?????文件???????1164??2013-05-01?22:21??xml學(xué)生系統(tǒng)\App_Code\SystemConfig.cs

?????文件???????6258??2012-12-07?16:18??xml學(xué)生系統(tǒng)\App_Code\xml.cs

?????文件????????493??2013-04-12?22:25??xml學(xué)生系統(tǒng)\Bottom.html

?????文件???????1727??2012-12-25?08:53??xml學(xué)生系統(tǒng)\Default.aspx

?????文件???????2252??2013-04-28?21:17??xml學(xué)生系統(tǒng)\Default.aspx.cs

?????文件????????450??2014-04-07?19:56??xml學(xué)生系統(tǒng)\goumai.aspx

?????文件????????278??2014-04-07?19:51??xml學(xué)生系統(tǒng)\goumai.aspx.cs

?????文件??????36268??2013-04-09?09:36??xml學(xué)生系統(tǒng)\head_bg.jpg

?????文件???????6604??2011-10-05?10:11??xml學(xué)生系統(tǒng)\images\1.gif

?????文件???????5750??2011-10-05?10:07??xml學(xué)生系統(tǒng)\images\2.gif

?????文件???????5376??2011-10-05?10:11??xml學(xué)生系統(tǒng)\images\3.gif

?????文件???????6566??2011-10-05?10:17??xml學(xué)生系統(tǒng)\images\4.gif

?????文件???????4386??2011-07-06?20:59??xml學(xué)生系統(tǒng)\images\b.jpg

?????文件??????34776??2013-04-05?10:23??xml學(xué)生系統(tǒng)\images\banner.jpg

?????文件????????526??2010-02-25?23:31??xml學(xué)生系統(tǒng)\images\bg.gif

?????文件????????542??2009-12-06?11:06??xml學(xué)生系統(tǒng)\images\bj.jpg

?????文件?????271247??2013-02-27?17:18??xml學(xué)生系統(tǒng)\images\bj1.png

?????文件?????199009??2013-02-27?17:18??xml學(xué)生系統(tǒng)\images\bj2.png

?????文件?????511751??2013-02-27?17:18??xml學(xué)生系統(tǒng)\images\bj4.png

?????文件?????594125??2013-02-27?17:18??xml學(xué)生系統(tǒng)\images\bj6.png

?????文件???????3200??2006-01-31?01:35??xml學(xué)生系統(tǒng)\images\body.fix

?????文件????????577??2010-04-28?09:12??xml學(xué)生系統(tǒng)\images\botbj.jpg

?????文件????????220??2011-07-06?21:40??xml學(xué)生系統(tǒng)\images\bottombg.gif

?????文件??????28688??2010-02-25?23:31??xml學(xué)生系統(tǒng)\images\bottom_01.jpg

?????文件??????46246??2010-02-25?23:31??xml學(xué)生系統(tǒng)\images\bottom_02.jpg

?????文件????????443??2010-12-10?19:43??xml學(xué)生系統(tǒng)\images\bottom_bg.gif

?????文件???????2401??2010-02-25?23:31??xml學(xué)生系統(tǒng)\images\center_01.jpg

............此處省略135個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源