基本信息
源码名称:BlueHill 人事管理系统(Web部分)项目C#.NET源代码 ASP.NET课程设计
源码大小:1.17M
文件格式:.rar
开发语言:C#
更新时间:2023-12-01
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
BlueHill 人事管理系统(Web部分)项目C#.NET源代码 ASP.NET课程设计 课程设计论文
├── 074314135_刘贤生_ASP.NET课程设计_07软件测试
│ ├── ASP.NET课程设计任务书.doc
│ ├── ASP.NET课程设计说明书.doc
│ └── ASP.NET人事管理系统(Web部分)课程设计.doc
├── BlueHill 人事管理系统(Web部分)项目C#.NET源代码 ASP.NET课程设计_asp.net课程设计最终竣工_BlueHill人事管理系统.rar
└── BlueHill人事管理系统_ASP.NET课程设计_07软件测试
├── BlueHill.bak
└── StartCode_CS
├── BlueHill
│ ├── AssemblyInfo.cs
│ ├── Attendance
│ │ ├── DailyReport.aspx
│ │ ├── DailyReport.aspx.cs
│ │ ├── DailyReport.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── ManageAttend.aspx
│ │ ├── ManageAttend.aspx.cs
│ │ ├── ManageAttend.aspx.resx
│ │ ├── ShowAttendDetail.aspx
│ │ ├── ShowAttendDetail.aspx.cs
│ │ ├── ShowAttendDetail.aspx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── BlueHill.csproj
│ ├── BlueHill.csproj.webinfo
│ ├── CheckLeave
│ │ ├── CheckLvReq.aspx
│ │ ├── CheckLvReq.aspx.cs
│ │ ├── CheckLvReq.aspx.resx
│ │ ├── Individual.aspx
│ │ ├── Individual.aspx.cs
│ │ ├── Individual.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── CheckOvertime
│ │ ├── CheckOTReq.aspx
│ │ ├── CheckOTReq.aspx.cs
│ │ ├── CheckOTReq.aspx.resx
│ │ ├── Individual.aspx
│ │ ├── Individual.aspx.cs
│ │ ├── Individual.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── Common
│ │ ├── Header.ascx
│ │ ├── Header.ascx.cs
│ │ ├── Header.ascx.resx
│ │ ├── Header.xml
│ │ ├── logo.jpg
│ │ └── mail.gif
│ ├── EmployeeInfo
│ │ ├── ChangePassword.aspx
│ │ ├── ChangePassword.aspx.cs
│ │ ├── ChangePassword.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Photo
│ │ │ ├── 177.jpg
│ │ │ ├── 180.jpg
│ │ │ ├── 80.jpg
│ │ │ ├── 8008.jpg
│ │ │ └── nophoto.JPG
│ │ ├── SearchEmp.aspx
│ │ ├── SearchEmp.aspx.cs
│ │ ├── SearchEmp.aspx.resx
│ │ ├── ShowEmpInfo.aspx
│ │ ├── ShowEmpInfo.aspx.cs
│ │ └── ShowEmpInfo.aspx.resx
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── Logout.aspx
│ ├── Logout.aspx.cs
│ ├── Logout.aspx.resx
│ ├── Performance
│ │ ├── CheckPerform.aspx
│ │ ├── CheckPerform.aspx.cs
│ │ ├── CheckPerform.aspx.resx
│ │ ├── Image
│ │ │ ├── Item1.GIF
│ │ │ ├── Item2.GIF
│ │ │ ├── Item3.GIF
│ │ │ └── Item4.GIF
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── ManagePerform.aspx
│ │ ├── ManagePerform.aspx.cs
│ │ ├── ManagePerform.aspx.resx
│ │ ├── PerformSummary.aspx
│ │ ├── PerformSummary.aspx.cs
│ │ ├── PerformSummary.aspx.resx
│ │ ├── ShowDetail.aspx
│ │ ├── ShowDetail.aspx.cs
│ │ └── ShowDetail.aspx.resx
│ ├── Salary
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Print.aspx
│ │ ├── Print.aspx.cs
│ │ ├── Print.aspx.resx
│ │ ├── PrintSalary.aspx
│ │ ├── PrintSalary.aspx.cs
│ │ ├── PrintSalary.aspx.resx
│ │ ├── QuerySalary.aspx
│ │ ├── QuerySalary.aspx.cs
│ │ ├── QuerySalary.aspx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── SubmitLeave
│ │ ├── CancelReq.aspx
│ │ ├── CancelReq.aspx.cs
│ │ ├── CancelReq.aspx.resx
│ │ ├── History.aspx
│ │ ├── History.aspx.cs
│ │ ├── History.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── SubmitLvReq.aspx
│ │ ├── SubmitLvReq.aspx.cs
│ │ └── SubmitLvReq.aspx.resx
│ ├── SubmitOvertime
│ │ ├── CancelReq.aspx
│ │ ├── CancelReq.aspx.cs
│ │ ├── CancelReq.aspx.resx
│ │ ├── History.aspx
│ │ ├── History.aspx.cs
│ │ ├── History.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── SubmitOTReq.aspx
│ │ ├── SubmitOTReq.aspx.cs
│ │ └── SubmitOTReq.aspx.resx
│ ├── Web References
│ │ └── localhost
│ │ ├── DentalService1.disco
│ │ ├── DentalService1.wsdl
│ │ └── Reference.map
│ ├── Web.config
│ ├── WebForm1.aspx
│ ├── WebForm1.aspx.cs
│ ├── WebForm1.aspx.resx
│ ├── bin
│ │ ├── BlueHill.dll
│ │ ├── BlueHill.pdb
│ │ ├── DBUtils.dll
│ │ └── DBUtils.pdb
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── login.aspx.resx
│ └── mssccprj.scc
├── BlueHill.sln
├── BlueHill.suo
├── DBUtils
│ ├── AssemblyInfo.cs
│ ├── Attendance.cs
│ ├── CheckLvReq.cs
│ ├── CheckOTReq.cs
│ ├── Common.cs
│ ├── DBUtils.csproj
│ ├── DBUtils.csproj.user
│ ├── EmployeeInfo.cs
│ ├── Login.cs
│ ├── Performance.cs
│ ├── SalaryInfo.cs
│ ├── SubmitLvReq.cs
│ ├── SubmitOTReq.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DBUtils.dll
│ │ └── DBUtils.pdb
│ ├── mssccprj.scc
│ └── obj
│ └── Debug
│ ├── DBUtils.dll
│ ├── DBUtils.pdb
│ ├── DBUtils.projdata
│ ├── TempPE
│ └── temp
└── mssccprj.scc
25 directories, 171 files
BlueHill 人事管理系统(Web部分)项目C#.NET源代码 ASP.NET课程设计 课程设计论文
.
├── 074314135_刘贤生_ASP.NET课程设计_07软件测试
│ ├── ASP.NET课程设计任务书.doc
│ ├── ASP.NET课程设计说明书.doc
│ └── ASP.NET人事管理系统(Web部分)课程设计.doc
├── BlueHill 人事管理系统(Web部分)项目C#.NET源代码 ASP.NET课程设计_asp.net课程设计最终竣工_BlueHill人事管理系统.rar
└── BlueHill人事管理系统_ASP.NET课程设计_07软件测试
├── BlueHill.bak
└── StartCode_CS
├── BlueHill
│ ├── AssemblyInfo.cs
│ ├── Attendance
│ │ ├── DailyReport.aspx
│ │ ├── DailyReport.aspx.cs
│ │ ├── DailyReport.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── ManageAttend.aspx
│ │ ├── ManageAttend.aspx.cs
│ │ ├── ManageAttend.aspx.resx
│ │ ├── ShowAttendDetail.aspx
│ │ ├── ShowAttendDetail.aspx.cs
│ │ ├── ShowAttendDetail.aspx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── BlueHill.csproj
│ ├── BlueHill.csproj.webinfo
│ ├── CheckLeave
│ │ ├── CheckLvReq.aspx
│ │ ├── CheckLvReq.aspx.cs
│ │ ├── CheckLvReq.aspx.resx
│ │ ├── Individual.aspx
│ │ ├── Individual.aspx.cs
│ │ ├── Individual.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── CheckOvertime
│ │ ├── CheckOTReq.aspx
│ │ ├── CheckOTReq.aspx.cs
│ │ ├── CheckOTReq.aspx.resx
│ │ ├── Individual.aspx
│ │ ├── Individual.aspx.cs
│ │ ├── Individual.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── Common
│ │ ├── Header.ascx
│ │ ├── Header.ascx.cs
│ │ ├── Header.ascx.resx
│ │ ├── Header.xml
│ │ ├── logo.jpg
│ │ └── mail.gif
│ ├── EmployeeInfo
│ │ ├── ChangePassword.aspx
│ │ ├── ChangePassword.aspx.cs
│ │ ├── ChangePassword.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Photo
│ │ │ ├── 177.jpg
│ │ │ ├── 180.jpg
│ │ │ ├── 80.jpg
│ │ │ ├── 8008.jpg
│ │ │ └── nophoto.JPG
│ │ ├── SearchEmp.aspx
│ │ ├── SearchEmp.aspx.cs
│ │ ├── SearchEmp.aspx.resx
│ │ ├── ShowEmpInfo.aspx
│ │ ├── ShowEmpInfo.aspx.cs
│ │ └── ShowEmpInfo.aspx.resx
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── Logout.aspx
│ ├── Logout.aspx.cs
│ ├── Logout.aspx.resx
│ ├── Performance
│ │ ├── CheckPerform.aspx
│ │ ├── CheckPerform.aspx.cs
│ │ ├── CheckPerform.aspx.resx
│ │ ├── Image
│ │ │ ├── Item1.GIF
│ │ │ ├── Item2.GIF
│ │ │ ├── Item3.GIF
│ │ │ └── Item4.GIF
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── ManagePerform.aspx
│ │ ├── ManagePerform.aspx.cs
│ │ ├── ManagePerform.aspx.resx
│ │ ├── PerformSummary.aspx
│ │ ├── PerformSummary.aspx.cs
│ │ ├── PerformSummary.aspx.resx
│ │ ├── ShowDetail.aspx
│ │ ├── ShowDetail.aspx.cs
│ │ └── ShowDetail.aspx.resx
│ ├── Salary
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── Print.aspx
│ │ ├── Print.aspx.cs
│ │ ├── Print.aspx.resx
│ │ ├── PrintSalary.aspx
│ │ ├── PrintSalary.aspx.cs
│ │ ├── PrintSalary.aspx.resx
│ │ ├── QuerySalary.aspx
│ │ ├── QuerySalary.aspx.cs
│ │ ├── QuerySalary.aspx.resx
│ │ ├── Summary.aspx
│ │ ├── Summary.aspx.cs
│ │ └── Summary.aspx.resx
│ ├── SubmitLeave
│ │ ├── CancelReq.aspx
│ │ ├── CancelReq.aspx.cs
│ │ ├── CancelReq.aspx.resx
│ │ ├── History.aspx
│ │ ├── History.aspx.cs
│ │ ├── History.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── SubmitLvReq.aspx
│ │ ├── SubmitLvReq.aspx.cs
│ │ └── SubmitLvReq.aspx.resx
│ ├── SubmitOvertime
│ │ ├── CancelReq.aspx
│ │ ├── CancelReq.aspx.cs
│ │ ├── CancelReq.aspx.resx
│ │ ├── History.aspx
│ │ ├── History.aspx.cs
│ │ ├── History.aspx.resx
│ │ ├── Left.ascx
│ │ ├── Left.ascx.cs
│ │ ├── Left.ascx.resx
│ │ ├── SubmitOTReq.aspx
│ │ ├── SubmitOTReq.aspx.cs
│ │ └── SubmitOTReq.aspx.resx
│ ├── Web References
│ │ └── localhost
│ │ ├── DentalService1.disco
│ │ ├── DentalService1.wsdl
│ │ └── Reference.map
│ ├── Web.config
│ ├── WebForm1.aspx
│ ├── WebForm1.aspx.cs
│ ├── WebForm1.aspx.resx
│ ├── bin
│ │ ├── BlueHill.dll
│ │ ├── BlueHill.pdb
│ │ ├── DBUtils.dll
│ │ └── DBUtils.pdb
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── login.aspx.resx
│ └── mssccprj.scc
├── BlueHill.sln
├── BlueHill.suo
├── DBUtils
│ ├── AssemblyInfo.cs
│ ├── Attendance.cs
│ ├── CheckLvReq.cs
│ ├── CheckOTReq.cs
│ ├── Common.cs
│ ├── DBUtils.csproj
│ ├── DBUtils.csproj.user
│ ├── EmployeeInfo.cs
│ ├── Login.cs
│ ├── Performance.cs
│ ├── SalaryInfo.cs
│ ├── SubmitLvReq.cs
│ ├── SubmitOTReq.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DBUtils.dll
│ │ └── DBUtils.pdb
│ ├── mssccprj.scc
│ └── obj
│ └── Debug
│ ├── DBUtils.dll
│ ├── DBUtils.pdb
│ ├── DBUtils.projdata
│ ├── TempPE
│ └── temp
└── mssccprj.scc
25 directories, 171 files