嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
在线考试系统源码(C#)
采用经典的三层架构结合抽象工厂设计模式,其中包含大量的实战技巧,经典收藏不容错过!
.
├── 好例子网_在线考试系统(C#_经典).rar
└── 在线考试系统(经典)
├── App_Code
│ ├── BusinessLogicLayer
│ │ ├── Course.cs
│ │ ├── Department.cs
│ │ ├── FillBlankProblem.cs
│ │ ├── JudgeProblem.cs
│ │ ├── MultiProblem.cs
│ │ ├── Paper.cs
│ │ ├── QuestionProblem.cs
│ │ ├── Role.cs
│ │ ├── Scores.cs
│ │ ├── SingleProblem.cs
│ │ └── Users.cs
│ ├── CommonComponent
│ │ └── Tree.cs
│ ├── DataAccessHelper
│ │ ├── GetSafeData.cs
│ │ └── SQLString.cs
│ └── DataAccessLayer
│ └── DataBase.cs
├── App_Data
│ └── OnLineExam.bak
├── Bin
├── CSS
│ └── CSS.css
├── Controls
│ ├── lefttree.ascx
│ └── lefttree.ascx.cs
├── Images
│ ├── Answer.GIF
│ ├── BtnAdd.gif
│ ├── BtnBack.gif
│ ├── BtnDelete.gif
│ ├── BtnDetail.gif
│ ├── BtnDispose.gif
│ ├── BtnGiant.gif
│ ├── BtnLogin.gif
│ ├── BtnQuery.gif
│ ├── BtnResetPassword.gif
│ ├── BtnSave.gif
│ ├── BtnUpdate.gif
│ ├── Confirm.GIF
│ ├── Delete.GIF
│ ├── Excel.GIF
│ ├── Login.GIF
│ ├── QUERY.GIF
│ ├── RESET.GIF
│ ├── Return.GIF
│ ├── Save.GIF
│ ├── Submit.GIF
│ ├── Thumbs.db
│ ├── Update.GIF
│ ├── folder.gif
│ ├── folderopen.gif
│ ├── ico_Xp01.gif
│ ├── ico_Xp02.gif
│ ├── ico_Xp03.gif
│ ├── ico_Xp04.gif
│ ├── ico_Xp05.gif
│ ├── ico_Xp06.gif
│ ├── ico_Xp07.gif
│ ├── ico_Xp08.gif
│ ├── ico_Xp09.gif
│ ├── ico_Xp10.gif
│ ├── ico_Xp11.gif
│ ├── ico_Xp12.gif
│ ├── ico_Xp13.gif
│ ├── ico_Xp14.gif
│ ├── ico_Xp15.gif
│ ├── left_bg_02.jpg
│ ├── left_bg_03.jpg
│ ├── line.gif
│ ├── lineS.jpg
│ ├── loginBg.jpg
│ ├── logo.jpg
│ ├── sline.gif
│ ├── suotu1.gif
│ └── suotu2.gif
├── JS
│ ├── Menu.js
│ └── Morning_JS.js
├── Module01.xls
├── Solution
│ ├── Solution.sln
│ └── Solution.suo
├── Thumbs.db
├── Web
│ ├── CourseAdd.aspx
│ ├── CourseAdd.aspx.cs
│ ├── CourseManage.aspx
│ ├── CourseManage.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── DepartmentAdd.aspx
│ ├── DepartmentAdd.aspx.cs
│ ├── DepartmentManage.aspx
│ ├── DepartmentManage.aspx.cs
│ ├── FillBlankAdd.aspx
│ ├── FillBlankAdd.aspx.cs
│ ├── FillBlankManage.aspx
│ ├── FillBlankManage.aspx.cs
│ ├── JudgeAdd.aspx
│ ├── JudgeAdd.aspx.cs
│ ├── JudgeManage.aspx
│ ├── JudgeManage.aspx.cs
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── MultiSelectAdd.aspx
│ ├── MultiSelectAdd.aspx.cs
│ ├── MultiSelectManage.aspx
│ ├── MultiSelectManage.aspx.cs
│ ├── PaperDetail.aspx
│ ├── PaperDetail.aspx.cs
│ ├── PaperLists.aspx
│ ├── PaperLists.aspx.cs
│ ├── PaperSetup.aspx
│ ├── PaperSetup.aspx.cs
│ ├── PaperSetup2.aspx
│ ├── PaperSetup2.aspx.cs
│ ├── PwdModify.aspx
│ ├── PwdModify.aspx.cs
│ ├── QuestionAdd.aspx
│ ├── QuestionAdd.aspx.cs
│ ├── QuestionManage.aspx
│ ├── QuestionManage.aspx.cs
│ ├── Role.aspx
│ ├── Role.aspx.cs
│ ├── RoleAdd.aspx
│ ├── RoleAdd.aspx.cs
│ ├── RoleManage.aspx
│ ├── RoleManage.aspx.cs
│ ├── SingleSelectAdd.aspx
│ ├── SingleSelectAdd.aspx.cs
│ ├── SingleSelectManage.aspx
│ ├── SingleSelectManage.aspx.cs
│ ├── StudentIndex.aspx
│ ├── StudentIndex.aspx.cs
│ ├── Temp
│ │ └── 20110602142259.xls
│ ├── TestAnswer.aspx
│ ├── TestAnswer.aspx.cs
│ ├── UserAdd.aspx
│ ├── UserAdd.aspx.cs
│ ├── UserManage.aspx
│ ├── UserManage.aspx.cs
│ ├── UserPaper.aspx
│ ├── UserPaper.aspx.cs
│ ├── UserPaperList.aspx
│ ├── UserPaperList.aspx.cs
│ ├── UserScore.aspx
│ ├── UserScore.aspx.cs
│ ├── UserTest.aspx
│ ├── UserTest.aspx.cs
│ ├── ValidateImage.aspx
│ └── ValidateImage.aspx.cs
├── Web.Config
├── 说明.htm
└── 下载说明.txt
15 directories, 145 files