实例介绍
自己做的学生预警管理系统,自带数据库,供参考交流
【实例截图】
【核心代码】
预警管理系统
└── 预警管理系统
├── YuJing
│ ├── Backup
│ │ ├── Web
│ │ │ ├── Admin
│ │ │ │ ├── Accounts
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── Add.aspx.cs
│ │ │ │ │ ├── Add.aspx.designer.cs
│ │ │ │ │ ├── Add.aspx.resx
│ │ │ │ │ ├── Admin
│ │ │ │ │ │ ├── editrole.aspx
│ │ │ │ │ │ ├── EditRole.aspx.cs
│ │ │ │ │ │ ├── EditRole.aspx.designer.cs
│ │ │ │ │ │ ├── EditRole.aspx.resx
│ │ │ │ │ │ ├── index.aspx
│ │ │ │ │ │ ├── Index.aspx.cs
│ │ │ │ │ │ ├── Index.aspx.designer.cs
│ │ │ │ │ │ ├── Index.aspx.resx
│ │ │ │ │ │ ├── permissionadmin.aspx
│ │ │ │ │ │ ├── PermissionAdmin.aspx.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── PermissionAdmin.aspx.resx
│ │ │ │ │ │ ├── RoleAdmin.aspx
│ │ │ │ │ │ ├── RoleAdmin.aspx.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAdmin.aspx.resx
│ │ │ │ │ │ ├── roleassignment.aspx
│ │ │ │ │ │ ├── RoleAssignment.aspx.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.designer.cs
│ │ │ │ │ │ ├── RoleAssignment.aspx.resx
│ │ │ │ │ │ ├── UserAdmin.aspx
│ │ │ │ │ │ ├── UserAdmin.aspx.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.designer.cs
│ │ │ │ │ │ ├── UserAdmin.aspx.resx
│ │ │ │ │ │ ├── UserAdminList.aspx
│ │ │ │ │ │ ├── UserAdminList.aspx.cs
│ │ │ │ │ │ ├── UserAdminList.aspx.designer.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.cs
│ │ │ │ │ │ ├── UserAssignmentRole.aspx.designer.cs
│ │ │ │ │ │ ├── UserRoleAssignment.aspx
│ │ │ │ │ │ ├── UserType.aspx
│ │ │ │ │ │ ├── UserType.aspx.cs
│ │ │ │ │ │ └── UserType.aspx.designer.cs
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── adminLeftArrow.gif
│ │ │ │ │ │ ├── admin_top_bg.gif
│ │ │ │ │ │ ├── bg1.gif
│ │ │ │ │ │ ├── bg2.gif
│ │ │ │ │ │ ├── bg3.gif
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── bottombg.gif
│ │ │ │ │ │ ├── btnreview.GIF
│ │ │ │ │ │ ├── button_add.gif
│ │ │ │ │ │ ├── button_back.gif
│ │ │ │ │ │ ├── button_cancel.gif
│ │ │ │ │ │ ├── button_close.gif
│ │ │ │ │ │ ├── button_del.gif
│ │ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ │ ├── button-join.gif
│ │ │ │ │ │ ├── button-login.gif
│ │ │ │ │ │ ├── button_look.gif
│ │ │ │ │ │ ├── button_ok.gif
│ │ │ │ │ │ ├── button_save.gif
│ │ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ │ ├── button_sift.gif
│ │ │ │ │ │ ├── button_update.gif
│ │ │ │ │ │ ├── lan12.gif
│ │ │ │ │ │ ├── lan1.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── navspacer.gif
│ │ │ │ │ │ ├── skin2
│ │ │ │ │ │ │ ├── downbg.gif
│ │ │ │ │ │ │ └── topbar_01.jpg
│ │ │ │ │ │ └── topbg.gif
│ │ │ │ │ ├── setpass.aspx
│ │ │ │ │ ├── SetPass.aspx.cs
│ │ │ │ │ ├── SetPass.aspx.designer.cs
│ │ │ │ │ ├── style
│ │ │ │ │ │ ├── css.css
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── userinfo.aspx
│ │ │ │ │ ├── userinfo.aspx.cs
│ │ │ │ │ ├── userinfo.aspx.designer.cs
│ │ │ │ │ ├── userinfo.aspx.resx
│ │ │ │ │ ├── usermodify.aspx
│ │ │ │ │ ├── usermodify.aspx.cs
│ │ │ │ │ ├── usermodify.aspx.designer.cs
│ │ │ │ │ ├── usermodify.aspx.resx
│ │ │ │ │ ├── userpass.aspx
│ │ │ │ │ ├── userPass.aspx.cs
│ │ │ │ │ ├── userPass.aspx.designer.cs
│ │ │ │ │ ├── userPass.aspx.resx
│ │ │ │ │ ├── userupdate.aspx
│ │ │ │ │ ├── userupdate.aspx.cs
│ │ │ │ │ ├── userupdate.aspx.designer.cs
│ │ │ │ │ └── userupdate.aspx.resx
│ │ │ │ ├── Images
│ │ │ │ │ ├── about16.gif
│ │ │ │ │ ├── add16.gif
│ │ │ │ │ ├── a_te01.gif
│ │ │ │ │ ├── a_te02.gif
│ │ │ │ │ ├── b11-1.gif
│ │ │ │ │ ├── b11-2.gif
│ │ │ │ │ ├── b11.gif
│ │ │ │ │ ├── b12.gif
│ │ │ │ │ ├── b13-1.gif
│ │ │ │ │ ├── b13-2.gif
│ │ │ │ │ ├── b13.gif
│ │ │ │ │ ├── b1.gif
│ │ │ │ │ ├── b3.gif
│ │ │ │ │ ├── b4.gif
│ │ │ │ │ ├── b5.gif
│ │ │ │ │ ├── bar_00.gif
│ │ │ │ │ ├── bar_01.gif
│ │ │ │ │ ├── bar_02.gif
│ │ │ │ │ ├── bar_03.gif
│ │ │ │ │ ├── bar_04.gif
│ │ │ │ │ ├── bar_05.gif
│ │ │ │ │ ├── bar_06.gif
│ │ │ │ │ ├── bar_07.gif
│ │ │ │ │ ├── bar_08.gif
│ │ │ │ │ ├── bar_10.gif
│ │ │ │ │ ├── bg_01.gif
│ │ │ │ │ ├── bg_02.gif
│ │ │ │ │ ├── bg_03.gif
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── bgx.GIF
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── bottom_01.gif
│ │ │ │ │ ├── bottom_02.gif
│ │ │ │ │ ├── bottom_03.gif
│ │ │ │ │ ├── Briefcase16.gif
│ │ │ │ │ ├── Briefcase32.gif
│ │ │ │ │ ├── button_edit.gif
│ │ │ │ │ ├── button_search.GIF
│ │ │ │ │ ├── c6.gif
│ │ │ │ │ ├── card16.gif
│ │ │ │ │ ├── card32.gif
│ │ │ │ │ ├── company16.gif
│ │ │ │ │ ├── css.css
│ │ │ │ │ ├── d2.gif
│ │ │ │ │ ├── d3.gif
│ │ │ │ │ ├── desktop_01.gif
│ │ │ │ │ ├── desktop_02.gif
│ │ │ │ │ ├── desktop_03.gif
│ │ │ │ │ ├── desktop16.gif
│ │ │ │ │ ├── desktop32.gif
│ │ │ │ │ ├── dsj16.gif
│ │ │ │ │ ├── dsj32.gif
│ │ │ │ │ ├── f3.gif
│ │ │ │ │ ├── f4.gif
│ │ │ │ │ ├── find16.gif
│ │ │ │ │ ├── find32.gif
│ │ │ │ │ ├── folder16.gif
│ │ │ │ │ ├── folder32.gif
│ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ ├── ger16.gif
│ │ │ │ │ ├── ger32.gif
│ │ │ │ │ ├── gongg16.gif
│ │ │ │ │ ├── gongg32.gif
│ │ │ │ │ ├── gongzkp16.gif
│ │ │ │ │ ├── gongzkp32.gif
│ │ │ │ │ ├── help16.gif
│ │ │ │ │ ├── help32.gif
│ │ │ │ │ ├── image.gif
│ │ │ │ │ ├── in_bg.gif
│ │ │ │ │ ├── left-1-1.gif
│ │ │ │ │ ├── left-1-2.gif
│ │ │ │ │ ├── left-1-3.gif
│ │ │ │ │ ├── left-1.gif
│ │ │ │ │ ├── left-2-1.gif
│ │ │ │ │ ├── left-2-2.gif
│ │ │ │ │ ├── left-2-3.gif
│ │ │ │ │ ├── left-2.gif
│ │ │ │ │ ├── left-3-1.gif
│ │ │ │ │ ├── left-3-2.gif
│ │ │ │ │ ├── left-3-3.gif
│ │ │ │ │ ├── left-3.gif
│ │ │ │ │ ├── left-bj-1.gif
│ │ │ │ │ ├── left-bj-2.gif
│ │ │ │ │ ├── left-bj-3.gif
│ │ │ │ │ ├── left-bj.gif
│ │ │ │ │ ├── Loading.gif
│ │ │ │ │ ├── login.css
│ │ │ │ │ ├── login_p_img02.gif
│ │ │ │ │ ├── login_p_img03.gif
│ │ │ │ │ ├── login_p_img04.gif
│ │ │ │ │ ├── login_p_img05.gif
│ │ │ │ │ ├── login_p_img11.gif
│ │ │ │ │ ├── mag16.gif
│ │ │ │ │ ├── mail16.gif
│ │ │ │ │ ├── main_01.gif
│ │ │ │ │ ├── main_04.gif
│ │ │ │ │ ├── main_05.gif
│ │ │ │ │ ├── main_06.gif
│ │ │ │ │ ├── main_08.gif
│ │ │ │ │ ├── main_09.gif
│ │ │ │ │ ├── member_t04.JPG
│ │ │ │ │ ├── MenuImg
│ │ │ │ │ │ ├── 288.GIF
│ │ │ │ │ │ ├── about16.gif
│ │ │ │ │ │ ├── bbs16.gif
│ │ │ │ │ │ ├── find16.gif
│ │ │ │ │ │ ├── folder16.gif
│ │ │ │ │ │ ├── foldergreen_16.gif
│ │ │ │ │ │ ├── ger16.gif
│ │ │ │ │ │ ├── help16.gif
│ │ │ │ │ │ ├── news16.gif
│ │ │ │ │ │ ├── out16.gif
│ │ │ │ │ │ ├── Programs16.gif
│ │ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ │ ├── thumbnails.gif
│ │ │ │ │ │ ├── times.gif
│ │ │ │ │ │ ├── ts16.gif
│ │ │ │ │ │ ├── user16.gif
│ │ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ │ └── zjsp16.gif
│ │ │ │ │ ├── message16.gif
│ │ │ │ │ ├── module16.gif
│ │ │ │ │ ├── module32.gif
│ │ │ │ │ ├── more1.gif
│ │ │ │ │ ├── myfile16.gif
│ │ │ │ │ ├── myfile32.gif
│ │ │ │ │ ├── news16.gif
│ │ │ │ │ ├── onecard16.gif
│ │ │ │ │ ├── onecard32.gif
│ │ │ │ │ ├── out16.gif
│ │ │ │ │ ├── out32.gif
│ │ │ │ │ ├── plan16.gif
│ │ │ │ │ ├── plan32.gif
│ │ │ │ │ ├── point07.gif
│ │ │ │ │ ├── quanx16.gif
│ │ │ │ │ ├── quanx32.gif
│ │ │ │ │ ├── right-bj-1.gif
│ │ │ │ │ ├── right-bj-2.gif
│ │ │ │ │ ├── right-bj-3.gif
│ │ │ │ │ ├── right-bj.gif
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── top-1-1.gif
│ │ │ │ │ ├── top-1-2.gif
│ │ │ │ │ ├── top-1-3.gif
│ │ │ │ │ ├── top-1.gif
│ │ │ │ │ ├── top-2-1.gif
│ │ │ │ │ ├── top-2-2.gif
│ │ │ │ │ ├── top-2-3.gif
│ │ │ │ │ ├── top-2.gif
│ │ │ │ │ ├── top-3-1.gif
│ │ │ │ │ ├── top-3-2.gif
│ │ │ │ │ ├── top-3-3.gif
│ │ │ │ │ ├── top-3.gif
│ │ │ │ │ ├── top-4-1.gif
│ │ │ │ │ ├── top-4-2.gif
│ │ │ │ │ ├── top-4-3.gif
│ │ │ │ │ ├── top-4.gif
│ │ │ │ │ ├── top-5-1.gif
│ │ │ │ │ ├── top-5-2.gif
│ │ │ │ │ ├── top-5-3.gif
│ │ │ │ │ ├── top-5.gif
│ │ │ │ │ ├── topbar_01.jpg
│ │ │ │ │ ├── topbar_02.jpg
│ │ │ │ │ ├── topbar_03.jpg
│ │ │ │ │ ├── top-bj-1.gif
│ │ │ │ │ ├── top-bj-2.gif
│ │ │ │ │ ├── top-bj-3.gif
│ │ │ │ │ ├── top-bj.gif
│ │ │ │ │ ├── tubiao_01.GIF
│ │ │ │ │ ├── tubiao_02.gif
│ │ │ │ │ ├── user16.gif
│ │ │ │ │ ├── vote16.gif
│ │ │ │ │ ├── x16.gif
│ │ │ │ │ ├── xinx16.gif
│ │ │ │ │ ├── xinx32.gif
│ │ │ │ │ ├── yw16.gif
│ │ │ │ │ ├── zhut16.gif
│ │ │ │ │ └── zjsp16.gif
│ │ │ │ ├── Left.aspx
│ │ │ │ ├── Left.aspx.cs
│ │ │ │ ├── Left.aspx.designer.cs
│ │ │ │ ├── Left.aspx.resx
│ │ │ │ ├── Login.aspx
│ │ │ │ ├── Login.aspx.cs
│ │ │ │ ├── Login.aspx.designer.cs
│ │ │ │ ├── Logout.aspx
│ │ │ │ ├── Logout.aspx.cs
│ │ │ │ ├── Logout.aspx.designer.cs
│ │ │ │ ├── Logout.aspx.resx
│ │ │ │ ├── Main.aspx
│ │ │ │ ├── Main.aspx.cs
│ │ │ │ ├── Main.aspx.designer.cs
│ │ │ │ ├── Main.aspx.resx
│ │ │ │ ├── Main.htm
│ │ │ │ ├── Relogin.aspx
│ │ │ │ ├── Relogin.aspx.cs
│ │ │ │ ├── Relogin.aspx.designer.cs
│ │ │ │ ├── Relogin.aspx.resx
│ │ │ │ ├── ShowCallBoard.aspx
│ │ │ │ ├── ShowCallBoard.aspx.cs
│ │ │ │ ├── ShowCallBoard.aspx.designer.cs
│ │ │ │ ├── ShowCallBoard.aspx.resx
│ │ │ │ ├── Spliter.aspx
│ │ │ │ ├── Spliter.aspx.cs
│ │ │ │ ├── Spliter.aspx.designer.cs
│ │ │ │ ├── Spliter.aspx.resx
│ │ │ │ ├── Style.css
│ │ │ │ ├── SysManage
│ │ │ │ │ ├── add.aspx
│ │ │ │ │ ├── add.aspx.cs
│ │ │ │ │ ├── add.aspx.designer.cs
│ │ │ │ │ ├── add.aspx.resx
│ │ │ │ │ ├── CheckBox.js
│ │ │ │ │ ├── delete.aspx
│ │ │ │ │ ├── delete.aspx.cs
│ │ │ │ │ ├── delete.aspx.designer.cs
│ │ │ │ │ ├── delete.aspx.resx
│ │ │ │ │ ├── IndexTree.aspx
│ │ │ │ │ ├── IndexTree.aspx.cs
│ │ │ │ │ ├── IndexTree.aspx.designer.cs
│ │ │ │ │ ├── logindex.aspx
│ │ │ │ │ ├── LogIndex.aspx.cs
│ │ │ │ │ ├── LogIndex.aspx.designer.cs
│ │ │ │ │ ├── LogIndex.aspx.resx
│ │ │ │ │ ├── logshow.aspx
│ │ │ │ │ ├── LogShow.aspx.cs
│ │ │ │ │ ├── LogShow.aspx.designer.cs
│ │ │ │ │ ├── LogShow.aspx.resx
│ │ │ │ │ ├── makesql.aspx
│ │ │ │ │ ├── makesql.aspx.cs
│ │ │ │ │ ├── makesql.aspx.designer.cs
│ │ │ │ │ ├── makesql.aspx.resx
│ │ │ │ │ ├── modify.aspx
│ │ │ │ │ ├── modify.aspx.cs
│ │ │ │ │ ├── modify.aspx.designer.cs
│ │ │ │ │ ├── modify.aspx.resx
│ │ │ │ │ ├── search.aspx
│ │ │ │ │ ├── search.aspx.cs
│ │ │ │ │ ├── search.aspx.designer.cs
│ │ │ │ │ ├── search.aspx.resx
│ │ │ │ │ ├── show.aspx
│ │ │ │ │ ├── show.aspx.cs
│ │ │ │ │ ├── show.aspx.designer.cs
│ │ │ │ │ ├── show.aspx.resx
│ │ │ │ │ ├── treelist.aspx
│ │ │ │ │ ├── treelist.aspx.cs
│ │ │ │ │ ├── treelist.aspx.designer.cs
│ │ │ │ │ └── treelist.aspx.resx
│ │ │ │ ├── toindex.aspx
│ │ │ │ ├── toindex.aspx.cs
│ │ │ │ ├── toindex.aspx.designer.cs
│ │ │ │ ├── toindex.aspx.resx
│ │ │ │ ├── Top.aspx
│ │ │ │ ├── Top.aspx.cs
│ │ │ │ ├── Top.aspx.designer.cs
│ │ │ │ └── Top.aspx.resx
│ │ │ ├── Controls
│ │ │ │ ├── checkright.ascx
│ │ │ │ ├── CheckRight.ascx.cs
│ │ │ │ ├── CheckRight.ascx.designer.cs
│ │ │ │ ├── copyright.ascx
│ │ │ │ ├── CopyRight.ascx.cs
│ │ │ │ └── CopyRight.ascx.designer.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.cs
│ │ │ ├── Global.asax.resx
│ │ │ ├── MasterPage.master
│ │ │ ├── MasterPage.master.cs
│ │ │ ├── MasterPage.master.designer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Style.css
│ │ │ ├── ValidateCode.aspx
│ │ │ ├── ValidateCode.aspx.cs
│ │ │ ├── ValidateCode.aspx.designer.cs
│ │ │ ├── Web.config
│ │ │ ├── Web.csproj
│ │ │ └── Web.csproj.user
│ │ ├── YuJing_BaiCuiJuan.sln
│ │ └── YuJing_BaiCuiJuan.v11.suo
│ ├── BLL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YuJing.BLL.dll
│ │ │ ├── YuJing.BLL.pdb
│ │ │ ├── YuJing.Common.dll
│ │ │ ├── YuJing.Common.pdb
│ │ │ ├── YuJing.DAL.dll
│ │ │ ├── YuJing.DAL.pdb
│ │ │ ├── YuJing.DBUtility.dll
│ │ │ ├── YuJing.DBUtility.pdb
│ │ │ ├── YuJing.Model.dll
│ │ │ └── YuJing.Model.pdb
│ │ ├── BLL.csproj
│ │ ├── BLL.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── YuJing.BLL.dll
│ │ │ └── YuJing.BLL.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SysManageBLL.cs
│ │ ├── tbClassBLL.cs
│ │ ├── tbDepartmentBLL.cs
│ │ ├── tbpunishBLL.cs
│ │ ├── tbSpecialityBLL.cs
│ │ ├── tbStudentBLL.cs
│ │ ├── tbTeacherBLL.cs
│ │ ├── tbUserBLL.cs
│ │ └── tbyearsBLL.cs
│ ├── Common
│ │ ├── Assistant.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── OWC10Chart.dll
│ │ │ ├── YuJing.Common.dll
│ │ │ └── YuJing.Common.pdb
│ │ ├── ChartHelper.cs
│ │ ├── Common.csproj
│ │ ├── Common.csproj.user
│ │ ├── CommonHelper.cs
│ │ ├── ConfigHelper.cs
│ │ ├── DataCache.cs
│ │ ├── DataToExcel.cs
│ │ ├── DEncrypt
│ │ │ ├── DEncrypt.cs
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── HashEncode.cs
│ │ │ ├── RSACryption.cs
│ │ │ └── vssver2.scc
│ │ ├── HttpProc.cs
│ │ ├── INIFile.cs
│ │ ├── MailSender.cs
│ │ ├── MessageBox.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Common.csproj.FileListAbsolute.txt
│ │ │ ├── Common.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── YuJing.Common.dll
│ │ │ └── YuJing.Common.pdb
│ │ ├── PageBase.cs
│ │ ├── PageValidate.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RMB.cs
│ │ ├── StringPlus.cs
│ │ ├── TimeParser.cs
│ │ ├── UrlOper.cs
│ │ ├── vssver2.scc
│ │ └── YuJing_BaiCuiJuan.suo
│ ├── DAL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YuJing.Common.dll
│ │ │ ├── YuJing.Common.pdb
│ │ │ ├── YuJing.DAL.dll
│ │ │ ├── YuJing.DAL.pdb
│ │ │ ├── YuJing.DBUtility.dll
│ │ │ ├── YuJing.DBUtility.pdb
│ │ │ ├── YuJing.Model.dll
│ │ │ └── YuJing.Model.pdb
│ │ ├── DAL.csproj
│ │ ├── DAL.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── YuJing.DAL.dll
│ │ │ └── YuJing.DAL.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SysManageDAL.cs
│ │ ├── tbClassDAL.cs
│ │ ├── tbDepartmentDAL.cs
│ │ ├── tbpunishDAL.cs
│ │ ├── tbSpecialityDAL.cs
│ │ ├── tbStudentDAL.cs
│ │ ├── tbTeacherDAL.cs
│ │ ├── tbUserDAL.cs
│ │ └── tbyearsDAL.cs
│ ├── DBUtility
│ │ ├── BaseSqlMapDao.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── System.Data.SQLite.DLL
│ │ │ ├── YuJing.DBUtility.dll
│ │ │ └── YuJing.DBUtility.pdb
│ │ ├── CommandInfo.cs
│ │ ├── DbHelperMySQL.cs
│ │ ├── DbHelperOleDb.cs
│ │ ├── DbHelperOra.cs
│ │ ├── DbHelperSQL2.cs
│ │ ├── DbHelperSQL.cs
│ │ ├── DbHelperSQLite.cs
│ │ ├── DbHelperSQLP.cs
│ │ ├── DBUtility.csproj
│ │ ├── DBUtility.csproj.user
│ │ ├── DESEncrypt.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ │ ├── DBUtility.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── YuJing.DBUtility.dll
│ │ │ └── YuJing.DBUtility.pdb
│ │ ├── OracleHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PubConstant.cs
│ │ ├── SQLHelper.cs
│ │ └── YuJing_BaiCuiJuan.suo
│ ├── Lib
│ │ ├── COM.Excel.dll
│ │ ├── Excel.dll
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── LTP.Accounts.dll
│ │ ├── LTP.Accounts.txt
│ │ ├── LtpPageControl.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── MySql.Data.dll
│ │ ├── OpenSmtp.dll
│ │ ├── OWC10Chart.dll
│ │ ├── System.Data.SQLite.DLL
│ │ └── System.Data.SQLite.lib
│ ├── Model
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── YuJing.Model.dll
│ │ │ └── YuJing.Model.pdb
│ │ ├── Model.csproj
│ │ ├── Model.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ │ ├── YuJing.Model.dll
│ │ │ └── YuJing.Model.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SysNodeModel.cs
│ │ ├── tbClassModel.cs
│ │ ├── tbDepartmentModel.cs
│ │ ├── tbpunishModel.cs
│ │ ├── tbSpecialityModel.cs
│ │ ├── tbStudentModel.cs
│ │ ├── tbTeacherModel.cs
│ │ ├── tbUserModel.cs
│ │ └── tbyearsModel.cs
│ ├── UpgradeLog.htm
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Error.png
│ │ ├── UpgradeReport_Information.png
│ │ ├── UpgradeReport_Success.png
│ │ ├── UpgradeReport_Warning.png
│ │ └── UpgradeReport.xslt
│ ├── Web
│ │ ├── Admin
│ │ │ ├── Class
│ │ │ │ ├── AddClass.aspx
│ │ │ │ ├── AddClass.aspx.cs
│ │ │ │ ├── AddClass.aspx.designer.cs
│ │ │ │ ├── ClassList.aspx
│ │ │ │ ├── ClassList.aspx.cs
│ │ │ │ ├── ClassList.aspx.designer.cs
│ │ │ │ ├── ModifyClass.aspx
│ │ │ │ ├── ModifyClass.aspx.cs
│ │ │ │ └── ModifyClass.aspx.designer.cs
│ │ │ ├── Department
│ │ │ │ ├── AddDepartment.aspx
│ │ │ │ ├── AddDepartment.aspx.cs
│ │ │ │ ├── AddDepartment.aspx.designer.cs
│ │ │ │ ├── Departmentlist.aspx
│ │ │ │ ├── Departmentlist.aspx.cs
│ │ │ │ ├── Departmentlist.aspx.designer.cs
│ │ │ │ ├── ImportDepart.aspx
│ │ │ │ ├── ImportDepart.aspx.cs
│ │ │ │ ├── ImportDepart.aspx.designer.cs
│ │ │ │ ├── ModifyDepart.aspx
│ │ │ │ ├── ModifyDepart.aspx.cs
│ │ │ │ └── ModifyDepart.aspx.designer.cs
│ │ │ ├── Punish
│ │ │ │ ├── AddPunish.aspx
│ │ │ │ ├── AddPunish.aspx.cs
│ │ │ │ ├── AddPunish.aspx.designer.cs
│ │ │ │ ├── ModifyPunish.aspx
│ │ │ │ ├── ModifyPunish.aspx.cs
│ │ │ │ ├── ModifyPunish.aspx.designer.cs
│ │ │ │ ├── PunishLish3.aspx
│ │ │ │ ├── PunishLish3.aspx.cs
│ │ │ │ ├── PunishLish3.aspx.designer.cs
│ │ │ │ ├── PunishList.aspx
│ │ │ │ ├── PunishList.aspx.cs
│ │ │ │ └── PunishList.aspx.designer.cs
│ │ │ ├── Speciality
│ │ │ │ ├── AddSpeciality.aspx
│ │ │ │ ├── AddSpeciality.aspx.cs
│ │ │ │ ├── AddSpeciality.aspx.designer.cs
│ │ │ │ ├── ModifySpeciality.aspx
│ │ │ │ ├── ModifySpeciality.aspx.cs
│ │ │ │ ├── ModifySpeciality.aspx.designer.cs
│ │ │ │ ├── SpecialityList.aspx
│ │ │ │ ├── SpecialityList.aspx.cs
│ │ │ │ └── SpecialityList.aspx.designer.cs
│ │ │ ├── Student
│ │ │ │ ├── AddStudent.aspx
│ │ │ │ ├── AddStudent.aspx.cs
│ │ │ │ ├── AddStudent.aspx.designer.cs
│ │ │ │ ├── ModifyStudent.aspx
│ │ │ │ ├── ModifyStudent.aspx.cs
│ │ │ │ ├── ModifyStudent.aspx.designer.cs
│ │ │ │ ├── StudentList3.aspx
│ │ │ │ ├── StudentList3.aspx.cs
│ │ │ │ ├── StudentList3.aspx.designer.cs
│ │ │ │ ├── StudentList.aspx
│ │ │ │ ├── StudentList.aspx.cs
│ │ │ │ └── StudentList.aspx.designer.cs
│ │ │ ├── Teacher
│ │ │ │ ├── AddTeacher.aspx
│ │ │ │ ├── AddTeacher.aspx.cs
│ │ │ │ ├── AddTeacher.aspx.designer.cs
│ │ │ │ ├── ModifyTeacher.aspx
│ │ │ │ ├── ModifyTeacher.aspx.cs
│ │ │ │ ├── ModifyTeacher.aspx.designer.cs
│ │ │ │ ├── TeacherList.aspx
│ │ │ │ ├── TeacherList.aspx.cs
│ │ │ │ └── TeacherList.aspx.designer.cs
│ │ │ ├── User
│ │ │ │ ├── AddUser.aspx
│ │ │ │ ├── AddUser.aspx.cs
│ │ │ │ ├── AddUser.aspx.designer.cs
│ │ │ │ ├── ModifyUser.aspx
│ │ │ │ ├── ModifyUser.aspx.cs
│ │ │ │ ├── ModifyUser.aspx.designer.cs
│ │ │ │ ├── UserList.aspx
│ │ │ │ ├── UserList.aspx.cs
│ │ │ │ └── UserList.aspx.designer.cs
│ │ │ └── Years
│ │ │ ├── AddYears.aspx
│ │ │ ├── AddYears.aspx.cs
│ │ │ ├── AddYears.aspx.designer.cs
│ │ │ ├── ModifyYears.aspx
│ │ │ ├── ModifyYears.aspx.cs
│ │ │ ├── ModifyYears.aspx.designer.cs
│ │ │ ├── YearsList.aspx
│ │ │ ├── YearsList.aspx.cs
│ │ │ └── YearsList.aspx.designer.cs
│ │ ├── bin
│ │ │ ├── AspNetPager.dll
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── LTP.Accounts.dll
│ │ │ ├── LtpPageControl.dll
│ │ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── NPOI.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── OWC10Chart.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YuJing.BLL.dll
│ │ │ ├── YuJing.BLL.pdb
│ │ │ ├── YuJing.Common.dll
│ │ │ ├── YuJing.Common.pdb
│ │ │ ├── YuJing.DAL.dll
│ │ │ ├── YuJing.DAL.pdb
│ │ │ ├── YuJing.DBUtility.dll
│ │ │ ├── YuJing.DBUtility.pdb
│ │ │ ├── YuJing.Model.dll
│ │ │ ├── YuJing.Model.pdb
│ │ │ ├── YuJing.Web.dll
│ │ │ ├── YuJing.Web.dll.config
│ │ │ └── YuJing.Web.pdb
│ │ ├── css
│ │ │ ├── login.css
│ │ │ ├── select.css
│ │ │ ├── style.css
│ │ │ └── tab.js
│ │ ├── dll
│ │ │ ├── AspNetPager.dll
│ │ │ ├── bin
│ │ │ │ ├── COM.Excel.dll
│ │ │ │ ├── Excel.dll
│ │ │ │ ├── IBatisNet.Common.dll
│ │ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ │ ├── LTP.Accounts.dll
│ │ │ │ ├── LtpPageControl.dll
│ │ │ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ │ │ ├── MySql.Data.dll
│ │ │ │ ├── NPOI.dll
│ │ │ │ ├── OpenSmtp.dll
│ │ │ │ ├── OWC10Chart.dll
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ ├── YuJing.BLL.dll
│ │ │ │ ├── YuJing.BLL.pdb
│ │ │ │ ├── YuJing.Common.dll
│ │ │ │ ├── YuJing.Common.pdb
│ │ │ │ ├── YuJing.DAL.dll
│ │ │ │ ├── YuJing.DAL.pdb
│ │ │ │ ├── YuJing.DBUtility.dll
│ │ │ │ ├── YuJing.DBUtility.pdb
│ │ │ │ ├── YuJing.Model.dll
│ │ │ │ ├── YuJing.Model.pdb
│ │ │ │ ├── YuJing.Web.dll
│ │ │ │ ├── YuJing.Web.dll.config
│ │ │ │ └── YuJing.Web.pdb
│ │ │ └── NPOI.dll
│ │ ├── Files
│ │ │ └── 部门信息.xls
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── images
│ │ │ ├── 001.jpg
│ │ │ ├── 0.jpg
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 404.png
│ │ │ ├── add.png
│ │ │ ├── bj.png
│ │ │ ├── btnbg1.png
│ │ │ ├── btnbg2.png
│ │ │ ├── btnbg.png
│ │ │ ├── buttonbg.png
│ │ │ ├── c01.png
│ │ │ ├── c02.png
│ │ │ ├── c03.png
│ │ │ ├── cbg.png
│ │ │ ├── clist.png
│ │ │ ├── close1.png
│ │ │ ├── close.png
│ │ │ ├── cloud.png
│ │ │ ├── copy_rignt_24.png
│ │ │ ├── d01.png
│ │ │ ├── d02.png
│ │ │ ├── d03.png
│ │ │ ├── d04.png
│ │ │ ├── d05.png
│ │ │ ├── d06.png
│ │ │ ├── d07.png
│ │ │ ├── diskbg.png
│ │ │ ├── dp.png
│ │ │ ├── f01.png
│ │ │ ├── f02.png
│ │ │ ├── f03.png
│ │ │ ├── f04.png
│ │ │ ├── f05.png
│ │ │ ├── f06.png
│ │ │ ├── gxyj_r7_c3.jpg
│ │ │ ├── help.png
│ │ │ ├── i01.png
│ │ │ ├── i02.png
│ │ │ ├── i03.png
│ │ │ ├── i04.png
│ │ │ ├── i05.png
│ │ │ ├── i06.png
│ │ │ ├── i07.png
│ │ │ ├── i08.png
│ │ │ ├── i09.png
│ │ │ ├── iadd.png
│ │ │ ├── ibtnbg.png
│ │ │ ├── ico01.png
│ │ │ ├── ico02.png
│ │ │ ├── ico03.png
│ │ │ ├── ico04.png
│ │ │ ├── ico05.gif
│ │ │ ├── ico05.png
│ │ │ ├── ico06.gif
│ │ │ ├── ico06.png
│ │ │ ├── icon01.png
│ │ │ ├── icon02.png
│ │ │ ├── icon03.png
│ │ │ ├── icon04.png
│ │ │ ├── icon05.png
│ │ │ ├── icon06.png
│ │ │ ├── img01.png
│ │ │ ├── img02.png
│ │ │ ├── img03.png
│ │ │ ├── img04.png
│ │ │ ├── img05.png
│ │ │ ├── img06.png
│ │ │ ├── img07.png
│ │ │ ├── img08.png
│ │ │ ├── img09.png
│ │ │ ├── img10.png
│ │ │ ├── img11.png
│ │ │ ├── img12.png
│ │ │ ├── img13.png
│ │ │ ├── img14.png
│ │ │ ├── img15.png
│ │ │ ├── inputbg.gif
│ │ │ ├── itabbg1.png
│ │ │ ├── itabbg.png
│ │ │ ├── leftico01.png
│ │ │ ├── leftico02.png
│ │ │ ├── leftico03.png
│ │ │ ├── leftico04.png
│ │ │ ├── leftico.png
│ │ │ ├── leftline.gif
│ │ │ ├── leftmenubg.gif
│ │ │ ├── lefttop.gif
│ │ │ ├── libg.png
│ │ │ ├── light.png
│ │ │ ├── line1.png
│ │ │ ├── line.gif
│ │ │ ├── list1.gif
│ │ │ ├── list2.png
│ │ │ ├── list.gif
│ │ │ ├── loginbg1.png
│ │ │ ├── loginbg2.png
│ │ │ ├── loginbg3.png
│ │ │ ├── logininfo.png
│ │ │ ├── loginlogo.png
│ │ │ ├── loginpassword.png
│ │ │ ├── loginsj.png
│ │ │ ├── loginuser.png
│ │ │ ├── logo.png
│ │ │ ├── msg.png
│ │ │ ├── navbg.png
│ │ │ ├── next.gif
│ │ │ ├── pre.gif
│ │ │ ├── px.gif
│ │ │ ├── righttop.gif
│ │ │ ├── rlist.gif
│ │ │ ├── search.png
│ │ │ ├── sj.png
│ │ │ ├── spacer.gif
│ │ │ ├── sun.png
│ │ │ ├── t01.png
│ │ │ ├── t02.png
│ │ │ ├── t03.png
│ │ │ ├── t04.png
│ │ │ ├── t05.png
│ │ │ ├── tbg.png
│ │ │ ├── tcbg.gif
│ │ │ ├── th.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── ticon.png
│ │ │ ├── time.png
│ │ │ ├── toolbg.gif
│ │ │ ├── topbg.gif
│ │ │ ├── topleft.jpg
│ │ │ ├── topright.jpg
│ │ │ ├── ub1.png
│ │ │ ├── uew_icon_hover.png
│ │ │ ├── uew_icon.png
│ │ │ ├── ulist.png
│ │ │ ├── userbg.png
│ │ │ ├── user.png
│ │ │ ├── xh2.png
│ │ │ ├── xh.png
│ │ │ └── xsyjxt_r5_c10.jpg
│ │ ├── js
│ │ │ ├── cloud.js
│ │ │ ├── format+zh_CN,default,corechart.I.js
│ │ │ ├── jquery1.42.min.js
│ │ │ ├── jquery-1.6.min.js
│ │ │ ├── jQuery1.7.js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ ├── jquery.ba-resize.min.js
│ │ │ ├── jquery.gvChart-1.0.1.min.js
│ │ │ ├── jquery.idTabs.min.js
│ │ │ ├── jquery.js
│ │ │ ├── jquery.SuperSlide.js
│ │ │ ├── jsapi.js
│ │ │ ├── PIE.htc
│ │ │ ├── select-ui.min.js
│ │ │ ├── Validform_v5.3.2.js
│ │ │ └── Validform_v5.3.2_min.js
│ │ ├── left2.aspx
│ │ ├── left2.aspx.cs
│ │ ├── left2.aspx.designer.cs
│ │ ├── left3.aspx
│ │ ├── left3.aspx.cs
│ │ ├── left3.aspx.designer.cs
│ │ ├── left.aspx
│ │ ├── left.aspx.cs
│ │ ├── left.aspx.designer.cs
│ │ ├── main2.aspx
│ │ ├── main2.aspx.cs
│ │ ├── main2.aspx.designer.cs
│ │ ├── main3.aspx
│ │ ├── main3.aspx.cs
│ │ ├── main3.aspx.designer.cs
│ │ ├── main.aspx
│ │ ├── main.aspx.cs
│ │ ├── main.aspx.designer.cs
│ │ ├── newLogin.aspx
│ │ ├── newLogin.aspx.cs
│ │ ├── newLogin.aspx.designer.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Web.csproj.FileListAbsolute.txt
│ │ │ ├── Web.csproj.GenerateResource.Cache
│ │ │ ├── Web.csprojResolveAssemblyReference.cache
│ │ │ ├── YuJing.Web.dll
│ │ │ ├── YuJing.Web.Global.resources
│ │ │ └── YuJing.Web.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── right.aspx
│ │ ├── right.aspx.cs
│ │ ├── right.aspx.designer.cs
│ │ ├── top.aspx
│ │ ├── top.aspx.cs
│ │ ├── top.aspx.designer.cs
│ │ ├── WaterMark.ashx
│ │ ├── Web.config
│ │ ├── Web.csproj
│ │ ├── Web.csproj.user
│ │ ├── Web.sln
│ │ └── Web.suo
│ ├── YuJing.sln
│ ├── YuJing.suo
│ └── YuJing.v11.suo
└── 作品数据库.sql
68 directories, 895 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论