在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → OA办公系统源代码+数据库

OA办公系统源代码+数据库

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.48M
  • 下载次数:43
  • 浏览次数:387
  • 发布时间:2020-09-28
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
本系统主要包括: 简单OA办公自动化系统源码 人事管理 机构信息、部门信息、人员管理 日程管理 我的日程、部门日程、我的便签 文档管理 文档管理、回收站、文档搜索 系统管理 角色管理、登陆日志、操作日志 考勤管理 员工考勤、考勤历史查询、考勤统计
【实例截图】
【核心代码】
OA办公系统源代码数据库
└── OA办公系统源代码+数据库
└── SimpleOAOffice
├── BLL
│   ├── bin
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── BLL.csproj
│   ├── Check_countManager.cs
│   ├── Check_EmployeeManager.cs
│   ├── Check_standardManager.cs
│   ├── DepartmentManager.cs
│   ├── DepcalendarManager.cs
│   ├── DocumentManager.cs
│   ├── DocumentTypeManager.cs
│   ├── EmployeeManager.cs
│   ├── Login_logManager.cs
│   ├── MessageManager.cs
│   ├── MycalendarManage.cs
│   ├── My_markManage.cs
│   ├── obj
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.csproj.FileList.txt
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Refactor
│   │   │   └── BLL.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── OperationLogManager.cs
│   ├── OrganManager.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Role_rightManager.cs
│   ├── Sys_menuManager.cs
│   └── UserRoleManager.cs
├── DAL
│   ├── bin
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Check_countService.cs
│   ├── Check_standardService.cs
│   ├── DAL.csproj
│   ├── DBHelper.cs
│   ├── Department_manageService.cs
│   ├── Dept_calendarService.cs
│   ├── Document_manageService.cs
│   ├── DocumentTypeService.cs
│   ├── Employee_checkService.cs
│   ├── Employee_manageService.cs
│   ├── Login_logService.cs
│   ├── Mail_manageService.cs
│   ├── Message_manageService.cs
│   ├── My_calendarService.cs
│   ├── My_markService.cs
│   ├── obj
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.csproj.FileList.txt
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Refactor
│   │   │   └── DAL.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── Operation_logService.cs
│   ├── Organ_manageService.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Role_rightService.cs
│   ├── Sys_menuService.cs
│   └── User_roleService.cs
├── DB
│   ├── OASystem_log.ldf
│   └── OASystem.mdf
├── EeekSoft.Web.PopupWin.dll
├── from.gif
├── Model
│   ├── bin
│   │   └── Debug
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Check_count.cs
│   ├── Check_standard.cs
│   ├── Department_manage.cs
│   ├── Dept_calendar.cs
│   ├── Document_manage.cs
│   ├── DocumentType.cs
│   ├── Employee_check.cs
│   ├── Employee_manage.cs
│   ├── Login_log.cs
│   ├── Mail_manage.cs
│   ├── Message_manage.cs
│   ├── Model.csproj
│   ├── My_calendar.cs
│   ├── My_mark.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   └── Refactor
│   │   │   └── Model.dll
│   │   ├── Model.csproj.FileListAbsolute.txt
│   │   └── Model.csproj.FileList.txt
│   ├── Operation_log.cs
│   ├── Organ_manage.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Role_right.cs
│   ├── Sys_menu.cs
│   └── User_role.cs
├── Web
│   ├── AllMessage.aspx
│   ├── AllMessage.aspx.cs
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── EeekSoft.Web.PopupWin.dll
│   │   ├── EeekSoft.Web.PopupWin.dll.refresh
│   │   ├── FreeTextBox.dll
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── CalendarManage
│   │   ├── AddMoDepCalendar.aspx
│   │   ├── AddMoDepCalendar.aspx.cs
│   │   ├── AddMyCalendar.aspx
│   │   ├── AddMyCalendar.aspx.cs
│   │   ├── AddMyMark.aspx
│   │   ├── AddMyMark.aspx.cs
│   │   ├── CheckDepCalendar.aspx
│   │   ├── CheckDepCalendar.aspx.cs
│   │   ├── CheckMycalendar.aspx
│   │   ├── CheckMycalendar.aspx.cs
│   │   ├── CheckMymark.aspx
│   │   ├── CheckMymark.aspx.cs
│   │   ├── DepCaldetail.aspx
│   │   ├── DepCaldetail.aspx.cs
│   │   ├── MyCaldetail.aspx
│   │   ├── MyCaldetail.aspx.cs
│   │   ├── MyMarkdetail.aspx
│   │   └── MyMarkdetail.aspx.cs
│   ├── CheckManager
│   │   ├── CheckManager
│   │   │   ├── Employee_Check.aspx
│   │   │   ├── Employee_Check.aspx.cs
│   │   │   ├── Employee_Check_count.aspx
│   │   │   ├── Employee_Check_count.aspx.cs
│   │   │   ├── Employee_check_Search.aspx
│   │   │   ├── EmployeeCheckSearch.aspx
│   │   │   ├── Employee_check_Search.aspx.cs
│   │   │   └── EmployeeCheckSearch.aspx.cs
│   │   ├── Employee_Check.aspx
│   │   ├── Employee_Check.aspx.cs
│   │   ├── Employee_Check_count.aspx
│   │   ├── Employee_Check_count.aspx.cs
│   │   ├── Employee_check_Search.aspx
│   │   ├── EmployeeCheckSearch.aspx
│   │   ├── Employee_check_Search.aspx.cs
│   │   └── EmployeeCheckSearch.aspx.cs
│   ├── Css
│   │   └── Style.css
│   ├── DetailMessage.aspx
│   ├── DetailMessage.aspx.cs
│   ├── DocumentManager
│   │   ├── DocumentManager.aspx
│   │   ├── DocumentManager.aspx.cs
│   │   ├── DocumentPost.aspx
│   │   ├── DocumentPost.aspx.cs
│   │   ├── DocumentRecycle.aspx
│   │   └── DocumentRecycle.aspx.cs
│   ├── DocumentName
│   │   ├── 20090820091121.jpg
│   │   ├── 20090820091910.gif
│   │   ├── 20090820092052.gif
│   │   ├── 20090820092729.gif
│   │   ├── 20090820093227.gif
│   │   ├── 20090820093739.jpg
│   │   ├── 20090820093847.gif
│   │   ├── 20090820110028.gif
│   │   ├── 20090820110041.jpg
│   │   ├── 20090820110112.gif
│   │   ├── 20090822100504.gif
│   │   ├── 20090822100710.gif
│   │   ├── 20090822100807.gif
│   │   ├── 20090822101047.gif
│   │   ├── 20090822101256.gif
│   │   ├── 20090822101310.gif
│   │   ├── 20090825084745.doc
│   │   ├── 20090829095146.gif
│   │   ├── 20090829095757.gif
│   │   ├── 20090829095813.gif
│   │   ├── 20090829100929.rar
│   │   ├── 20090829175209.jpg
│   │   └── Thumbs.db
│   ├── Employee
│   │   ├── AddDepartment.aspx
│   │   ├── AddDepartment.aspx.cs
│   │   ├── AddEmployee.aspx
│   │   ├── AddEmployee.aspx.cs
│   │   ├── AddOrgan.aspx
│   │   ├── AddOrgan.aspx.cs
│   │   ├── DepartmentDetail.aspx
│   │   ├── DepartmentDetail.aspx.cs
│   │   ├── DepartmentManager.aspx
│   │   ├── DepartmentManager.aspx.cs
│   │   ├── EmployeeDetail.aspx
│   │   ├── EmployeeDetail.aspx.cs
│   │   ├── Employee_manage.aspx
│   │   ├── Employee_manage.aspx.cs
│   │   ├── OrganDetail.aspx
│   │   ├── OrganDetail.aspx.cs
│   │   ├── OrganManager.aspx
│   │   └── OrganManager.aspx.cs
│   ├── filedown.aspx
│   ├── filedown.aspx.cs
│   ├── Images
│   │   ├── 98.gif
│   │   ├── bg-019.gif
│   │   ├── bg-023.gif
│   │   ├── bg1.gif
│   │   ├── bt-015.gif
│   │   ├── bt-016.gif
│   │   ├── bt-0213.gif
│   │   ├── bt-021.gif
│   │   ├── bt-39.gif
│   │   ├── bt-40.gif
│   │   ├── bt-44.gif
│   │   ├── calendar.gif
│   │   ├── delete.gif
│   │   ├── desktop_votting_button.gif
│   │   ├── diary.gif
│   │   ├── down.jpg
│   │   ├── edit.gif
│   │   ├── email_close.gif
│   │   ├── error3.jpg
│   │   ├── file_folder.gif
│   │   ├── head_topline.gif
│   │   ├── home.gif
│   │   ├── infofind.gif
│   │   ├── leftmenubg.gif
│   │   ├── login-bac.jpg
│   │   ├── login.gif
│   │   ├── login_head.gif
│   │   ├── login.jpg
│   │   ├── log.jpg
│   │   ├── myphoto.gif
│   │   ├── mytable2.gif
│   │   ├── netdisk.gif
│   │   ├── new.gif
│   │   ├── node_user.gif
│   │   ├── notify_new.gif
│   │   ├── notify_open.gif
│   │   ├── person_info.gif
│   │   ├── pic02.jpg
│   │   ├── pic03.jpg
│   │   ├── pic04.jpg
│   │   ├── pic05.jpg
│   │   ├── pic06.jpg
│   │   ├── pic07.jpg
│   │   ├── rms.gif
│   │   ├── search.gif
│   │   ├── sms.gif
│   │   ├── sms_receive.gif
│   │   ├── sms_send.gif
│   │   ├── submit.gif
│   │   ├── system.gif
│   │   ├── taitou.JPG
│   │   ├── Thumbs.db
│   │   ├── title.jpg
│   │   ├── url.gif
│   │   └── user_group.gif
│   ├── Index.aspx
│   ├── Index.aspx.cs
│   ├── Login.aspx
│   ├── Login.aspx.cs
│   ├── MasterPage2.master
│   ├── MasterPage2.master.cs
│   ├── MasterPage.master
│   ├── MasterPage.master.cs
│   ├── Message.aspx
│   ├── Message.aspx.cs
│   ├── My97DatePicker
│   │   ├── calendar.js
│   │   ├── config.js
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh-tw.js
│   │   ├── My97DatePicker.htm
│   │   ├── skin
│   │   │   ├── datePicker.gif
│   │   │   ├── default
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   ├── WdatePicker.css
│   │   │   └── whyGreen
│   │   │   ├── bg.jpg
│   │   │   ├── datepicker.css
│   │   │   └── img.gif
│   │   └── WdatePicker.js
│   ├── SysManager
│   │   ├── AddRole.aspx
│   │   ├── AddRole.aspx.cs
│   │   ├── LoginLog.aspx
│   │   ├── LoginLog.aspx.cs
│   │   ├── ModifyRole.aspx
│   │   ├── ModifyRole.aspx.cs
│   │   ├── OperationLog.aspx
│   │   ├── OperationLog.aspx.cs
│   │   ├── RoleManage.aspx
│   │   └── RoleManage.aspx.cs
│   ├── Web.config
│   └── Web.sitemap
├── Web.sln
├── 最新Asp.Net源码下载.url
└── 项目文档
├── OA办公自动化系统需求规格说明书.doc
├── 各功能详细文档
│   ├── 人事管理.doc
│   ├── 文档管理.doc
│   ├── 日程管理.doc
│   ├── 消息传递.doc
│   ├── 系统管理.doc
│   └── 考勤管理.doc
└── 概要设计.doc

42 directories, 292 files

标签:

实例下载地址

OA办公系统源代码+数据库

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警