嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
大学在线考试系统源码 v2.0
.
├── 51Aspx源码必读.txt
├── Admin
│ ├── AddAdmin.aspx
│ ├── AddAdmin.aspx.cs
│ ├── AddStudent.aspx
│ ├── AddStudent.aspx.cs
│ ├── AddTeacher.aspx
│ ├── AddTeacher.aspx.cs
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── ManageAdmin.aspx
│ ├── ManageAdmin.aspx.cs
│ ├── ManageStudent.aspx
│ ├── ManageStudent.aspx.cs
│ ├── ManageTeacher.aspx
│ ├── ManageTeacher.aspx.cs
│ ├── admin.aspx
│ └── admin.aspx.cs
├── App_Code
│ ├── BusinessLogicLayer
│ │ ├── JudgeProblem.cs
│ │ ├── MultiProblem.cs
│ │ ├── Paper.cs
│ │ ├── Scores.cs
│ │ └── SingleProblem.cs
│ ├── DataAccessHelper
│ │ └── GetSafeData.cs
│ └── Datacon.cs
├── App_Data
├── DB_51aspx
│ ├── Examination.MDF
│ └── Examination.ldf
├── Teacher
│ ├── AddCourse.aspx
│ ├── AddCourse.aspx.cs
│ ├── AddDanXuan.aspx
│ ├── AddDanXuan.aspx.cs
│ ├── AddDuoXuan.aspx
│ ├── AddDuoXuan.aspx.cs
│ ├── AddPanDuan.aspx
│ ├── AddPanDuan.aspx.cs
│ ├── AddTaoTi.aspx
│ ├── AddTaoTi.aspx.cs
│ ├── ChangeDanXuan.aspx
│ ├── ChangeDanXuan.aspx.cs
│ ├── ChangeDuoXuan.aspx
│ ├── ChangeDuoXuan.aspx.cs
│ ├── ChangePanDuan.aspx
│ ├── ChangePanDuan.aspx.cs
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── ManageCourse.aspx
│ ├── ManageCourse.aspx.cs
│ ├── ManageDanXuan.aspx
│ ├── ManageDanXuan.aspx.cs
│ ├── ManageDuoXuan.aspx
│ ├── ManageDuoXuan.aspx.cs
│ ├── ManagePanDuan.aspx
│ ├── ManagePanDuan.aspx.cs
│ ├── ManageScore.aspx
│ ├── ManageScore.aspx.cs
│ ├── ManageStudent.aspx
│ ├── ManageStudent.aspx.cs
│ ├── ManageTaoTi.aspx
│ ├── ManageTaoTi.aspx.cs
│ ├── TaoTiDetail.aspx
│ ├── TaoTiDetail.aspx.cs
│ ├── teacher.aspx
│ └── teacher.aspx.cs
├── Thumbs.db
├── User
│ ├── ChangePwd.aspx
│ ├── ChangePwd.aspx.cs
│ ├── ChoosePaper.aspx
│ ├── ChoosePaper.aspx.cs
│ ├── Exam.aspx
│ ├── Exam.aspx.cs
│ ├── MasterPage.master
│ ├── MasterPage.master.cs
│ ├── Score.aspx
│ ├── Score.aspx.cs
│ ├── attention.aspx
│ ├── attention.aspx.cs
│ ├── getpwd1.aspx
│ ├── getpwd1.aspx.cs
│ ├── getpwd2.aspx
│ ├── getpwd2.aspx.cs
│ ├── getpwd3.aspx
│ ├── getpwd3.aspx.cs
│ ├── or.aspx
│ ├── or.aspx.cs
│ ├── wait.aspx
│ ├── wait.aspx.cs
│ ├── zhuce.aspx
│ └── zhuce.aspx.cs
├── code.aspx
├── code.aspx.cs
├── css
│ ├── Common.css
│ └── admin.css
├── from.gif
├── image
│ ├── 1.png
│ ├── 1111.png
│ ├── 2.png
│ ├── 2132.png
│ ├── RESET.GIF
│ ├── Submit.GIF
│ ├── adelete.gif
│ ├── allselect.gif
│ ├── answer.png
│ ├── b.jpg
│ ├── back.gif
│ ├── bc_1.gif
│ ├── cselect.gif
│ ├── exam_bc.png
│ ├── exam_head.png
│ ├── footer.png
│ ├── head_bg.png
│ ├── home1.gif
│ ├── hou.gif
│ ├── illust02_07.jpg
│ ├── lock.png
│ ├── login.jpg
│ ├── login.png
│ ├── main_03.jpg
│ ├── management_01.jpg
│ ├── middle_center.png
│ ├── navshape.jpg
│ ├── next.gif
│ ├── options_2.png
│ ├── pagebackgrad.gif
│ ├── que.gif
│ ├── quit.gif
│ ├── search.gif
│ ├── titlegraphic.gif
│ ├── tree_bg.png
│ ├── tree_head.png
│ └── whitearrow.gif
├── index.aspx
├── index.aspx.cs
├── robots.txt
├── web.config
├── 说明.htm
├── 最新Asp.Net源码下载.url
├── 好例子网_大学在线考试系统源码 v2.0.zip
└── 在线考试系统.sln
10 directories, 137 files