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

  • 大小: 7.34MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-24
  • 語言: C#
  • 標簽:

資源簡介

現代教務管理系統系三層結構的管理系統,實現方式:VS2005+SQL2005,畢業設計的好素材,主要由學生管理,教師管理,專業管理,課程管理,成績管理等功能模塊構成。

資源截圖

代碼片段和文件信息

using?System;
using?System.Web;
using?System.Web.UI;
using?System.Data;
using?System.Web.Security;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;
using?StudentManager.IDAL;
using?StudentManager.Common;
using?StudentManager.DALFactory;
using?StudentManager.Model;

#region?業務邏輯層公告實體
namespace?StudentManager.BLL
{
????///?
????///?業務邏輯層公告實體
????///?創建者:余洪
????///?時間:2008-3
????///?

????public?class?Affiche
????{
????????#region?工廠實例化公告實體
????????///?
????????///?工廠實例化公告實體
????????///?

????????IAffiche?affiche?=?DataAccess.CreateAffiche();
????????#endregion?

????????#region??綁定數據到頁面數據控件
????????///?
????????///?綁定數據到頁面數據控件
????????///?

????????///?
????????public?void?BindAffiches(GridView?gdvAffiche)
????????{
????????????gdvAffiche.DataSource?=?affiche.GetAffiches();
????????????gdvAffiche.DataBind();
????????}
????????#endregion

????????#region?綁定指定公告信息
????????///?
????????///?綁定指定公告信息
????????///?

????????///?公告編號
????????///?詳細控件
????????///?
????????public?void?BindAffiche(int?af_IdDetailsView?dvAfficheDetails)
????????{
????????????dvAfficheDetails.DataSource=affiche.GetAffiche(af_Id);
????????????dvAfficheDetails.DataBind();
????????}
????????#endregion

????????#region?獲取公告信息表
????????///?
????????///?獲取公告信息表
????????///?

????????///?公告編號
????????///?公告信息表
????????public?DataTable?GetAfficheTb(int?af_Id)
????????{
????????????return?affiche.GetAffiche(af_Id).Tables[0];
????????}
????????#endregion

????????#region?發表公告信息
????????///?
????????///?發表公告信息
????????///?

????????///?公告實體
????????public?void?Add_Affiche(AfficheInf?afficheInf)
????????{
????????????if?(afficheInf.Af_EnableTime?????????????{
????????????????Jscript.Alert(“輸入的有效日期小于了現在日期!“);
????????????}
????????????else
????????????{
????????????????if?(affiche.AddAffiche(afficheInf)?==?false)
????????????????{
????????????????????Jscript.AlertAndRedirect(“發表公告失敗!“?“AddAffiche.aspx“);
????????????????}
????????????????else
????????????????{
????????????????????Jscript.AlertAndRedirect(“發表公告成功!“?“AddAffiche.aspx“);????????????????????
????????????????}
????????????}
????????}
????????#endregion

????????#region?刪除公告信息
????????///?
????????///?刪除公告信息
????????///?

????????///?公告編號
????????///?部門ID
????????///?
????????public?void?DelAffiche(int?af_Id?string?dp_Id)
????????{
????????????int?int_reault?=?affiche.DelAffiche(af_Id?dp_Id);
????????????if?(int_reault==-1)
????????????{
????????????????Jscript.AlertAn

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????.......?????24064??2008-05-20?22:11??StuManage\Web\AfficheFiles\NET面試問題.doc

????.......?????10752??2008-05-21?00:11??StuManage\Web\AfficheFiles\選課安排.doc

????.......?????10752??2008-05-25?03:03??StuManage\Web\AfficheFiles\重修通知.doc

?????文件???????6430??2008-06-01?10:34??StuManage\TestStudentManager\AuthoringTests.txt

?????文件????????636??2008-06-10?00:11??StuManage\BLL\obj\BLL.csproj.FileList.txt

?????文件???????1333??2008-08-06?10:58??StuManage\BLL\obj\BLL.csproj.FileListAbsolute.txt

?????文件????????254??2008-06-10?00:11??StuManage\CacheDependencyFactory\obj\CacheDependencyFactory.csproj.FileList.txt

?????文件???????1468??2008-07-31?19:45??StuManage\CodePub.Com說明.txt

?????文件????????190??2008-06-10?00:11??StuManage\Common\obj\Common.csproj.FileList.txt

?????文件????????410??2008-08-06?10:58??StuManage\Common\obj\Common.csproj.FileListAbsolute.txt

?????文件????????348??2008-06-10?00:11??StuManage\DALFactory\obj\DALFactory.csproj.FileList.txt

?????文件????????780??2008-08-06?10:58??StuManage\DALFactory\obj\DALFactory.csproj.FileListAbsolute.txt

?????文件????????202??2008-06-10?00:11??StuManage\DBUtility\obj\DBUtility.csproj.FileList.txt

?????文件????????437??2008-08-06?10:58??StuManage\DBUtility\obj\DBUtility.csproj.FileListAbsolute.txt

?????文件????????230??2008-06-10?00:11??StuManage\ICacheDependency\obj\ICacheDependency.csproj.FileList.txt

?????文件????????254??2008-06-10?00:11??StuManage\IDAL\obj\IDAL.csproj.FileList.txt

?????文件????????548??2008-08-06?10:58??StuManage\IDAL\obj\IDAL.csproj.FileListAbsolute.txt

?????文件????????210??2008-06-10?00:11??StuManage\IProfileDAL\obj\IProfileDAL.csproj.FileList.txt

?????文件????????206??2008-06-10?00:11??StuManage\Membership\obj\Membership.csproj.FileList.txt

?????文件????????186??2008-06-10?00:11??StuManage\Model\obj\Model.csproj.FileList.txt

?????文件????????401??2008-08-06?10:58??StuManage\Model\obj\Model.csproj.FileListAbsolute.txt

?????文件????????190??2008-06-10?00:11??StuManage\Oracle\obj\Oracle.csproj.FileList.txt

?????文件????????230??2008-06-10?00:11??StuManage\OracleProfileDAL\obj\OracleProfileDAL.csproj.FileList.txt

?????文件????????222??2008-06-10?00:11??StuManage\ProfileFactory\obj\ProfileFactory.csproj.FileList.txt

?????文件????????218??2008-06-10?00:11??StuManage\SQLProfileDAL\obj\SQLProfileDAL.csproj.FileList.txt

?????文件????????424??2008-06-10?00:11??StuManage\SQLServer\obj\SQLServer.csproj.FileList.txt

?????文件????????941??2008-08-06?10:58??StuManage\SQLServer\obj\SQLServer.csproj.FileListAbsolute.txt

?????文件????????246??2008-06-10?00:11??StuManage\TableCacheDependency\obj\TableCacheDependency.csproj.FileList.txt

?????文件????????182??2008-06-10?00:11??StuManage\TestStudentManager\obj\TestStudentManager.csproj.FileList.txt

?????文件???????2297??2008-08-06?20:30??StuManage\現代教務管理系統-使用說明.txt

............此處省略734個文件信息

評論

共有 條評論

相關資源