实例介绍
基于SSH框架开发的完整版的OA办公自动化系统,附带权限管理系统,可动态生成数据库表结构,依赖的的数据库为Oracle 10G,源码附带基本运行说明
【实例截图】
【核心代码】
c21a88e1-46bd-4cc5-a000-81dc52a7d04d
├── OaSystem
│ ├── src
│ │ ├── beans.xml
│ │ ├── com
│ │ │ └── xfrj
│ │ │ └── oa
│ │ │ ├── action
│ │ │ │ ├── Batch_managerAction.java
│ │ │ │ ├── CarApplyAction.java
│ │ │ │ ├── CarDriverAction.java
│ │ │ │ ├── CarMoneyAction.java
│ │ │ │ ├── CarRegisterAction.java
│ │ │ │ ├── ConferenceManagerAction.java
│ │ │ │ ├── ConferenceMessageAction.java
│ │ │ │ ├── ConferenceRoomAction.java
│ │ │ │ ├── ConferenceRoomOrderAction.java
│ │ │ │ ├── DepartmentAction.java
│ │ │ │ ├── DocumentHandleAction.java
│ │ │ │ ├── DownLoadAction.java
│ │ │ │ ├── EmailAction.java
│ │ │ │ ├── FaxAction.java
│ │ │ │ ├── FileAction.java
│ │ │ │ ├── FileUploadAction.java
│ │ │ │ ├── HanjianAction.java
│ │ │ │ ├── LoginAction.java
│ │ │ │ ├── NoticeAction.java
│ │ │ │ ├── PeriodicalAction.java
│ │ │ │ ├── SendDocumentAction.java
│ │ │ │ ├── SingDocumentAction.java
│ │ │ │ └── UserAction.java
│ │ │ ├── dao
│ │ │ │ ├── Batch_managerDao.java
│ │ │ │ ├── CarApplyDao.java
│ │ │ │ ├── CarDriverDao.java
│ │ │ │ ├── CarMoneyDao.java
│ │ │ │ ├── CarRegisterDao.java
│ │ │ │ ├── ConferenceManagerDao.java
│ │ │ │ ├── ConferenceMessageDao.java
│ │ │ │ ├── ConferenceRoomOrderDao.java
│ │ │ │ ├── ConfereneroomDao.java
│ │ │ │ ├── DepartmentDao.java
│ │ │ │ ├── DocumentHandleDao.java
│ │ │ │ ├── EmailDao.java
│ │ │ │ ├── FaxDao.java
│ │ │ │ ├── HanjianDao.java
│ │ │ │ ├── IFileDao.java
│ │ │ │ ├── ILoginDao.java
│ │ │ │ ├── Impl
│ │ │ │ │ ├── Batch_managerDaoImpl.java
│ │ │ │ │ ├── CarAlpplyforImpl.java
│ │ │ │ │ ├── CarDriverImpl.java
│ │ │ │ │ ├── CarMoneyImpl.java
│ │ │ │ │ ├── CarRegisterImpl.java
│ │ │ │ │ ├── ConferenceManagerDaoImpl.java
│ │ │ │ │ ├── ConferenceMessageDaoImpl.java
│ │ │ │ │ ├── ConferenceroomDaoImpl.java
│ │ │ │ │ ├── ConferenceRoomOrderDaoImpl.java
│ │ │ │ │ ├── DepartmentDaoImpl.java
│ │ │ │ │ ├── DocumentHandleDaoImpl.java
│ │ │ │ │ ├── EmailDaoImpl.java
│ │ │ │ │ ├── FaxDaoImpl.java
│ │ │ │ │ ├── FileDaoImpl.java
│ │ │ │ │ ├── HanjianDaoImpl.java
│ │ │ │ │ ├── LoginImpl.java
│ │ │ │ │ ├── NoticeDaoImpl.java
│ │ │ │ │ ├── PeriodicalDaoImpl.java
│ │ │ │ │ ├── SendDocumentDaoImpl.java
│ │ │ │ │ ├── SingDocmentDaoImpl.java
│ │ │ │ │ ├── SystemRoleDaoImpl.java
│ │ │ │ │ └── UserDaoImpl.java
│ │ │ │ ├── INoticeDao.java
│ │ │ │ ├── IPeriodicalDao.java
│ │ │ │ ├── SendDocumentDao.java
│ │ │ │ ├── SingDocumentDao.java
│ │ │ │ ├── SuperDao.java
│ │ │ │ ├── SystemRoleDao.java
│ │ │ │ └── UserDao.java
│ │ │ ├── java
│ │ │ │ ├── FilterUtil.java
│ │ │ │ ├── JFreeChartDrow.java
│ │ │ │ ├── Json.java
│ │ │ │ ├── LoginFilter.java
│ │ │ │ ├── Page1.java
│ │ │ │ ├── Page.java
│ │ │ │ ├── Randomtest.java
│ │ │ │ ├── ServiceContext.java
│ │ │ │ ├── StringUtil.java
│ │ │ │ └── UserNameTag.java
│ │ │ ├── model
│ │ │ │ ├── Batch_manager.java
│ │ │ │ ├── CarApply.java
│ │ │ │ ├── CarDriver.java
│ │ │ │ ├── CarMoney.java
│ │ │ │ ├── CarRegister.java
│ │ │ │ ├── ConferenceManager.java
│ │ │ │ ├── ConferenceMessage.java
│ │ │ │ ├── Conferenceroom.java
│ │ │ │ ├── ConferenceRoomOrder.java
│ │ │ │ ├── Department.java
│ │ │ │ ├── DocumentHandle.java
│ │ │ │ ├── EmailInBox.java
│ │ │ │ ├── EmailOutBox.java
│ │ │ │ ├── EmailRubbish.java
│ │ │ │ ├── Fax.java
│ │ │ │ ├── FileEntity.java
│ │ │ │ ├── Functions.java
│ │ │ │ ├── Group.java
│ │ │ │ ├── Hanjian.java
│ │ │ │ ├── Meeting.java
│ │ │ │ ├── Model.java
│ │ │ │ ├── Notice.java
│ │ │ │ ├── Periodical.java
│ │ │ │ ├── SendDocument.java
│ │ │ │ ├── SingDocument.java
│ │ │ │ ├── SystemRole.java
│ │ │ │ └── SystemUser.java
│ │ │ └── service
│ │ │ ├── Batch_managerService.java
│ │ │ ├── CarApplyService.java
│ │ │ ├── CarDriverService.java
│ │ │ ├── CarMoneyService.java
│ │ │ ├── CarRegisterService.java
│ │ │ ├── ConferenceManagerService.java
│ │ │ ├── ConferenceMessageService.java
│ │ │ ├── ConferenceRoomOrderService.java
│ │ │ ├── ConferenceroomService.java
│ │ │ ├── DepartmentService.java
│ │ │ ├── DocumentHandleService.java
│ │ │ ├── EmailService.java
│ │ │ ├── FaxService.java
│ │ │ ├── FileService.java
│ │ │ ├── HanjianService.java
│ │ │ ├── LoginService.java
│ │ │ ├── NoticeSerice.java
│ │ │ ├── PeriodicalService.java
│ │ │ ├── SendDocumentService.java
│ │ │ ├── singDocumentService.java
│ │ │ ├── SystemRoleService.java
│ │ │ └── UserService.java
│ │ ├── log4j.properties
│ │ ├── struts.xml
│ │ └── xml
│ │ ├── congyandong.xml
│ │ ├── email.xml
│ │ ├── hongjiyun.xml
│ │ ├── huangkun.xml
│ │ ├── majian.xml
│ │ └── weizhenzhen.xml
│ └── WebRoot
│ ├── artDialog4.1.6
│ │ ├── artDialog.js
│ │ ├── artDialog.source.js
│ │ ├── jquery.artDialog.js
│ │ ├── jquery.artDialog.source.js
│ │ ├── plugins
│ │ │ ├── iframeTools.js
│ │ │ └── iframeTools.source.js
│ │ └── skins
│ │ ├── blue
│ │ │ ├── bg2.png
│ │ │ ├── bg_css3_2.png
│ │ │ ├── bg_css3.png
│ │ │ ├── bg.png
│ │ │ └── ie6
│ │ │ ├── close.hover.png
│ │ │ ├── close.png
│ │ │ ├── e.png
│ │ │ ├── ne.png
│ │ │ ├── n.png
│ │ │ ├── nw.png
│ │ │ ├── se.png
│ │ │ ├── s.png
│ │ │ ├── sw.png
│ │ │ └── w.png
│ │ └── blue.css
│ ├── center.jsp
│ ├── css
│ │ ├── css.css
│ │ ├── layer.css
│ │ ├── main.css
│ │ ├── menu.css
│ │ ├── publicInfo.css
│ │ ├── skins
│ │ │ ├── blue
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bg_css3_2.png
│ │ │ │ ├── bg_css3.png
│ │ │ │ ├── bg.png
│ │ │ │ └── ie6
│ │ │ │ ├── close.hover.png
│ │ │ │ ├── close.png
│ │ │ │ ├── e.png
│ │ │ │ ├── ne.png
│ │ │ │ ├── n.png
│ │ │ │ ├── nw.png
│ │ │ │ ├── se.png
│ │ │ │ ├── s.png
│ │ │ │ ├── sw.png
│ │ │ │ └── w.png
│ │ │ └── blue.css
│ │ └── tabletree.css
│ ├── images
│ │ ├── center
│ │ │ ├── main_24.gif
│ │ │ ├── main_26.gif
│ │ │ ├── main_28.gif
│ │ │ ├── main_41_1.gif
│ │ │ ├── main_41.gif
│ │ │ ├── main_46.gif
│ │ │ ├── main_48.gif
│ │ │ └── main_50.gif
│ │ │ ├── caogao.gif
│ │ │ ├── email.gif
│ │ │ ├── hide.gif
│ │ │ ├── show.gif
│ │ │ └── success.gif
│ │ ├── left
│ │ │ ├── main_23.gif
│ │ │ ├── main_26_1.gif
│ │ │ ├── main_26.gif
│ │ │ ├── main_28.gif
│ │ │ ├── main_29_1.gif
│ │ │ ├── main_29.gif
│ │ │ ├── main_31_1.gif
│ │ │ ├── main_31.gif
│ │ │ ├── main_43.gif
│ │ │ └── main_45.gif
│ │ ├── login
│ │ │ ├── login_01.jpg
│ │ │ ├── login_02.gif
│ │ │ ├── login_05.gif
│ │ │ ├── login_06.gif
│ │ │ ├── login_07.gif
│ │ │ ├── login_08.gif
│ │ │ ├── login_09_1.gif
│ │ │ ├── login_09.gif
│ │ │ ├── login_10_1.gif
│ │ │ ├── login_10.gif
│ │ │ ├── login_11.gif
│ │ │ └── login_12.gif
│ │ ├── main
│ │ │ ├── g.gif
│ │ │ ├── icon-mail2.gif
│ │ │ ├── icon-phone.gif
│ │ │ ├── news-title-bg.gif
│ │ │ ├── right_smbg.jpg
│ │ │ ├── ts.gif
│ │ │ └── X.gif
│ │ ├── page
│ │ │ ├── 11.gif
│ │ │ ├── 22.gif
│ │ │ ├── 33.gif
│ │ │ ├── add.gif
│ │ │ ├── back.gif
│ │ │ ├── bg.gif
│ │ │ ├── button03.gif
│ │ │ ├── button04.gif
│ │ │ ├── button09.gif
│ │ │ ├── del.gif
│ │ │ ├── file_dir.gif
│ │ │ ├── first.gif
│ │ │ ├── folder.gif
│ │ │ ├── folder-open.gif
│ │ │ ├── go.gif
│ │ │ ├── ico07.gif
│ │ │ ├── last.gif
│ │ │ ├── new.gif
│ │ │ ├── next.gif
│ │ │ ├── open.gif
│ │ │ ├── search.bmp
│ │ │ ├── tab_03.gif
│ │ │ ├── tab_05.gif
│ │ │ ├── tab_07.gif
│ │ │ ├── tab_12.gif
│ │ │ ├── tab_15.gif
│ │ │ ├── tab_17.gif
│ │ │ ├── tab_18.gif
│ │ │ ├── tab_19.gif
│ │ │ ├── tab_20.gif
│ │ │ └── tb.gif
│ │ ├── top
│ │ │ ├── main_01.gif
│ │ │ ├── main_02.gif
│ │ │ ├── main_03.gif
│ │ │ ├── main_05.gif
│ │ │ ├── main_06.gif
│ │ │ ├── main_07_1.gif
│ │ │ ├── main_07.gif
│ │ │ ├── main_08_1.gif
│ │ │ ├── main_08.gif
│ │ │ ├── main_09.gif
│ │ │ ├── main_10_1.gif
│ │ │ ├── main_10.gif
│ │ │ ├── main_11_1.gif
│ │ │ ├── main_11.gif
│ │ │ ├── main_12_1.gif
│ │ │ ├── main_12.gif
│ │ │ ├── main_13_1.gif
│ │ │ ├── main_13.gif
│ │ │ ├── main_14_1.gif
│ │ │ ├── main_14.gif
│ │ │ ├── main_15.gif
│ │ │ ├── main_16.gif
│ │ │ ├── main_18.gif
│ │ │ └── user.gif
│ │ └── tree
│ │ ├── base.gif
│ │ ├── cd.gif
│ │ ├── empty.gif
│ │ ├── folder.gif
│ │ ├── folderopen.gif
│ │ ├── globe.gif
│ │ ├── imgfolder.gif
│ │ ├── joinbottom.gif
│ │ ├── join.gif
│ │ ├── line.gif
│ │ ├── minusbottom.gif
│ │ ├── minus.gif
│ │ ├── musicfolder.gif
│ │ ├── nolines_minus.gif
│ │ ├── nolines_plus.gif
│ │ ├── page.gif
│ │ ├── plusbottom.gif
│ │ ├── plus.gif
│ │ ├── question.gif
│ │ ├── titleTable.gif
│ │ ├── trash.gif
│ │ ├── treebar1.png
│ │ ├── treebar2.png
│ │ └── treebar.png
│ ├── index.jsp
│ ├── js
│ │ ├── artDialogJs
│ │ │ ├── artDialog.js
│ │ │ └── iframeTools.js
│ │ ├── Clock.js
│ │ ├── cong
│ │ │ ├── email.js
│ │ │ ├── sel.js
│ │ │ └── table.js
│ │ ├── date
│ │ │ ├── _doc
│ │ │ │ ├── common.css
│ │ │ │ └── images
│ │ │ │ ├── boxtitle.gif
│ │ │ │ ├── calendar1.gif
│ │ │ │ ├── calendar2.gif
│ │ │ │ ├── calendar3.gif
│ │ │ │ ├── dotline.gif
│ │ │ │ ├── iconDate.gif
│ │ │ │ └── lhgcal_logo.gif
│ │ │ ├── lhgcalendar.min.js
│ │ │ └── skins
│ │ │ ├── default
│ │ │ │ ├── default_s2.gif
│ │ │ │ └── default_s.gif
│ │ │ └── lhgcalendar.css
│ │ ├── jquery-1.5.2.min.js
│ │ ├── jquery-1.8.1.js
│ │ ├── menu
│ │ │ ├── moo.fx.js
│ │ │ ├── moo.fx.pack.js
│ │ │ └── prototype.lite.js
│ │ ├── publicInfo
│ │ │ ├── noticeList.js
│ │ │ └── periodicalList.js
│ │ ├── selectInput.js
│ │ └── TableTree-1.1.0.js
│ ├── left.jsp
│ ├── liger
│ │ ├── plugins
│ │ │ ├── base.js
│ │ │ ├── ligerDialog.js
│ │ │ ├── ligerDrag.js
│ │ │ ├── ligerResizable.js
│ │ │ └── ligerTree.js
│ │ └── skin
│ │ ├── Aqua
│ │ │ ├── css
│ │ │ │ ├── ligerui-all.css
│ │ │ │ ├── ligerui-common.css
│ │ │ │ ├── ligerui-dialog.css
│ │ │ │ ├── ligerui-form.css
│ │ │ │ ├── ligerui-grid.css
│ │ │ │ ├── ligerui-layout.css
│ │ │ │ ├── ligerui-menu.css
│ │ │ │ ├── ligerui-tab.css
│ │ │ │ ├── ligerui-tree.css
│ │ │ │ ├── tree.gif
│ │ │ │ └── tree-noline.gif
│ │ │ └── images
│ │ │ ├── common
│ │ │ │ ├── bigloading.gif
│ │ │ │ ├── drop-icons.gif
│ │ │ │ ├── exclamation.gif
│ │ │ │ ├── invalid-line.gif
│ │ │ │ ├── loading.gif
│ │ │ │ └── table.png
│ │ │ ├── controls
│ │ │ │ ├── bg-panel-title.gif
│ │ │ │ ├── bg-panel-title-over.gif
│ │ │ │ ├── bg-panel-title-pressed.gif
│ │ │ │ ├── bg-tab-title.gif
│ │ │ │ ├── bg-tab-title-over.gif
│ │ │ │ ├── bg-tab-title-pressed.gif
│ │ │ │ ├── bg-text.gif
│ │ │ │ ├── bg-trigger.gif
│ │ │ │ ├── bg-trigger-over.gif
│ │ │ │ ├── bg-trigger-pressed.gif
│ │ │ │ ├── btn.gif
│ │ │ │ ├── btn-l.gif
│ │ │ │ ├── btn-r.gif
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── button-bg-over.gif
│ │ │ │ ├── checkbox.gif
│ │ │ │ ├── dateeditor-bar-bg.gif
│ │ │ │ ├── dateeditor-header-bg.gif
│ │ │ │ └── radio.gif
│ │ │ ├── dateeditor
│ │ │ │ ├── icon-first.gif
│ │ │ │ ├── icon-last.gif
│ │ │ │ ├── icon-next.gif
│ │ │ │ └── icon-prev.gif
│ │ │ ├── form
│ │ │ │ └── verify-corner.gif
│ │ │ ├── grid
│ │ │ │ ├── grid-checkbox-checked.gif
│ │ │ │ ├── grid-checkbox.gif
│ │ │ │ ├── grid-detail-close.gif
│ │ │ │ ├── grid-detail-open.gif
│ │ │ │ ├── grid-tree-close.gif
│ │ │ │ ├── grid-tree-open.gif
│ │ │ │ ├── header2-bg.jpg
│ │ │ │ ├── header-bg.gif
│ │ │ │ ├── header-bg-over.gif
│ │ │ │ ├── popup-line.gif
│ │ │ │ └── popup-row-over.gif
│ │ │ ├── icon
│ │ │ │ ├── bar-button-over.gif
│ │ │ │ ├── checkbox-checked.gif
│ │ │ │ ├── checkbox.gif
│ │ │ │ ├── cross.gif
│ │ │ │ ├── icon-close.gif
│ │ │ │ ├── icon-close-over.gif
│ │ │ │ ├── icon-down.gif
│ │ │ │ ├── icon-drop.gif
│ │ │ │ ├── icon-edited.gif
│ │ │ │ ├── icon-first.gif
│ │ │ │ ├── icon-last.gif
│ │ │ │ ├── icon-line.gif
│ │ │ │ ├── icon-load.gif
│ │ │ │ ├── icon-next.gif
│ │ │ │ ├── icon-prev.gif
│ │ │ │ ├── icon-sort-asc.gif
│ │ │ │ ├── icon-sort-desc.gif
│ │ │ │ └── icon-up.gif
│ │ │ ├── layout
│ │ │ │ ├── accordion-content.gif
│ │ │ │ ├── accordion-header.gif
│ │ │ │ ├── accordion-header-over.gif
│ │ │ │ ├── layout-header.gif
│ │ │ │ ├── layout-header-over.gif
│ │ │ │ ├── layout-sidebar-header.gif
│ │ │ │ ├── mini-bottom.gif
│ │ │ │ ├── mini-left.gif
│ │ │ │ ├── mini-right.gif
│ │ │ │ ├── mini-top.gif
│ │ │ │ ├── panel-content.gif
│ │ │ │ ├── panel-header.gif
│ │ │ │ ├── panel-header-over.gif
│ │ │ │ ├── tabs-bg.gif
│ │ │ │ ├── tabs-item-bg.gif
│ │ │ │ ├── tabs-item-left-bg.gif
│ │ │ │ ├── tabs-item-over-bg.gif
│ │ │ │ ├── tabs-item-right-bg.gif
│ │ │ │ ├── tabs-tools.gif
│ │ │ │ └── togglebar.gif
│ │ │ ├── menu
│ │ │ │ ├── menu-item-arrow.gif
│ │ │ │ ├── menu-item-down.gif
│ │ │ │ ├── menu-item-over-l.gif
│ │ │ │ ├── menu-item-over-m.gif
│ │ │ │ ├── menu-item-over-r.gif
│ │ │ │ ├── menu-line-x.gif
│ │ │ │ └── menu-line-y.gif
│ │ │ ├── panel
│ │ │ │ ├── bar-bg.gif
│ │ │ │ ├── header2-bg.jpg
│ │ │ │ ├── header-bg.gif
│ │ │ │ ├── header-bg.jpg
│ │ │ │ ├── panel-btn.gif
│ │ │ │ ├── panel-btn-l.gif
│ │ │ │ ├── panel-btn-r.gif
│ │ │ │ ├── panel-header.gif
│ │ │ │ ├── panel-menu.gif
│ │ │ │ ├── panel-menu-item-down.gif
│ │ │ │ ├── panel-toolbar.gif
│ │ │ │ └── panel-tools.gif
│ │ │ ├── tree
│ │ │ │ ├── folder.gif
│ │ │ │ ├── folder-open.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── tree.gif
│ │ │ │ ├── tree-leaf.gif
│ │ │ │ ├── tree-level.gif
│ │ │ │ ├── tree-noline.gif
│ │ │ │ ├── tree-status-close.gif
│ │ │ │ ├── tree-status.gif
│ │ │ │ └── tree-status-open.gif
│ │ │ └── win
│ │ │ ├── box.gif
│ │ │ ├── box-icons.gif
│ │ │ ├── dialog-bc.gif
│ │ │ ├── dialog.gif
│ │ │ ├── dialog-icons.gif
│ │ │ ├── dialog-tc.gif
│ │ │ ├── dialog-winbtns.gif
│ │ │ ├── taskbar.gif
│ │ │ ├── taskbar.png
│ │ │ ├── taskbar-task.gif
│ │ │ └── taskicon.gif
│ │ └── ligerui-icons.css
│ ├── login.jsp
│ ├── Main.jsp
│ ├── Menu.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── page
│ │ ├── batchmanager
│ │ │ ├── Batch_managerAdd.jsp
│ │ │ ├── Batch_managerList.jsp
│ │ │ ├── Batch_managerUpdate.jsp
│ │ │ ├── Company_lenderinstruct.jsp
│ │ │ ├── Department_lenderinstruct.jsp
│ │ │ ├── DepartmentList.jsp
│ │ │ ├── DetailsList.jsp
│ │ │ ├── Finance_lenderinstruct.jsp
│ │ │ └── Financemajordomoinstruct.jsp
│ │ ├── Car
│ │ │ ├── add_driver.jsp
│ │ │ ├── add_money.jsp
│ │ │ ├── add_register.jsp
│ │ │ ├── caozuo_carapply.jsp
│ │ │ ├── car_applyfor.jsp
│ │ │ ├── detail_carApply.jsp
│ │ │ ├── detail_carDriver.jsp
│ │ │ ├── detail_carregister.jsp
│ │ │ ├── detail_money.jsp
│ │ │ ├── edit_carRegister.jsp
│ │ │ ├── Jfreechart.jsp
│ │ │ ├── list_carApply.jsp
│ │ │ ├── list_carDriver.jsp
│ │ │ ├── list_carRegister.jsp
│ │ │ ├── list_money.jsp
│ │ │ ├── update_carapply.jsp
│ │ │ ├── update_cardriver.jsp
│ │ │ ├── update_carmoney.jsp
│ │ │ └── update_register.jsp
│ │ ├── conferencemanager
│ │ │ ├── Company_lenderinstruct.jsp
│ │ │ ├── ConferenceManagerAdd.jsp
│ │ │ ├── ConferenceManagerList.jsp
│ │ │ ├── ConferenceManagerUpdate.jsp
│ │ │ ├── ConferenceMessageList.jsp
│ │ │ ├── ConferenceRoomAdd.jsp
│ │ │ ├── ConferenceRoomList.jsp
│ │ │ ├── ConferenceRoomOrderAdd.jsp
│ │ │ ├── ConferenceRoomOrderList.jsp
│ │ │ ├── ConferenceRoomOrderUpdate.jsp
│ │ │ ├── ConferenceRoomUpdate.jsp
│ │ │ ├── Department_lenderinstruct.jsp
│ │ │ ├── Detailslist.jsp
│ │ │ ├── ForwardConferenceMessage.jsp
│ │ │ ├── Office_lenderinstruct.jsp
│ │ │ └── userNameList.jsp
│ │ ├── congyandong
│ │ │ ├── DocumentUser.jsp
│ │ │ ├── FindDocument.jsp
│ │ │ ├── seeDocHandle.jsp
│ │ │ ├── SendDocumentAdd.jsp
│ │ │ ├── SendDocumentAll.jsp
│ │ │ ├── SendDocumentSee.jsp
│ │ │ ├── SingDocumentAdd.jsp
│ │ │ ├── SingDocumentAll.jsp
│ │ │ ├── SingDocumentSee.jsp
│ │ │ ├── SingDocumentUpd.jsp
│ │ │ └── Undertake.jsp
│ │ │ ├── EmailAll.jsp
│ │ │ ├── EmailSee.jsp
│ │ │ ├── EmailSuccess.jsp
│ │ │ ├── EmailWrite.jsp
│ │ │ └── JfreeChart.jsp
│ │ ├── hong
│ │ │ ├── caozuo_hanjian.jsp
│ │ │ ├── detail_hanjian.jsp
│ │ │ ├── edit_hanjian.jsp
│ │ │ ├── list_hanjian.jsp
│ │ │ └── new_hanjian.jsp
│ │ ├── notice
│ │ │ ├── FileList.jsp
│ │ │ ├── NoticeAdd.jsp
│ │ │ ├── NoticeEdit.jsp
│ │ │ ├── NoticeExamine.jsp
│ │ │ ├── NoticeList.jsp
│ │ │ ├── PeriodicalAdd.jsp
│ │ │ ├── PeriodicalEdit.jsp
│ │ │ ├── PeriodicalExamine.jsp
│ │ │ └── PeriodicalList.jsp
│ │ └── wei
│ │ ├── caozuo_fax.jsp
│ │ ├── detail_fax.jsp
│ │ ├── edit_fax.jsp
│ │ ├── list_fax.jsp
│ │ └── new_fax.jsp
│ ├── top.jsp
│ ├── UpFile.jsp
│ ├── uploadify
│ │ ├── cancel.png
│ │ ├── check.php
│ │ ├── com
│ │ │ └── adobe
│ │ │ ├── air
│ │ │ │ └── logging
│ │ │ │ └── FileTarget.as
│ │ │ ├── crypto
│ │ │ │ ├── HMAC.as
│ │ │ │ ├── MD5.as
│ │ │ │ ├── MD5Stream.as
│ │ │ │ ├── SHA1.as
│ │ │ │ ├── SHA224.as
│ │ │ │ ├── SHA256.as
│ │ │ │ └── WSSEUsernameToken.as
│ │ │ ├── errors
│ │ │ │ └── IllegalStateError.as
│ │ │ ├── fileformats
│ │ │ │ └── vcard
│ │ │ │ ├── Address.as
│ │ │ │ ├── Email.as
│ │ │ │ ├── Phone.as
│ │ │ │ ├── VCard.as
│ │ │ │ └── VCardParser.as
│ │ │ ├── images
│ │ │ │ ├── BitString.as
│ │ │ │ ├── JPGEncoder.as
│ │ │ │ └── PNGEncoder.as
│ │ │ ├── net
│ │ │ │ ├── DynamicURLLoader.as
│ │ │ │ ├── IURIResolver.as
│ │ │ │ ├── MimeTypeMap.as
│ │ │ │ ├── proxies
│ │ │ │ │ └── RFC2817Socket.as
│ │ │ │ ├── URI.as
│ │ │ │ └── URIEncodingBitmap.as
│ │ │ ├── protocols
│ │ │ │ └── dict
│ │ │ │ ├── Database.as
│ │ │ │ ├── Definition.as
│ │ │ │ ├── Dict.as
│ │ │ │ ├── DictionaryServer.as
│ │ │ │ ├── events
│ │ │ │ │ ├── ConnectedEvent.as
│ │ │ │ │ ├── DatabaseEvent.as
│ │ │ │ │ ├── DefinitionEvent.as
│ │ │ │ │ ├── DefinitionHeaderEvent.as
│ │ │ │ │ ├── DictionaryServerEvent.as
│ │ │ │ │ ├── DisconnectedEvent.as
│ │ │ │ │ ├── ErrorEvent.as
│ │ │ │ │ ├── MatchEvent.as
│ │ │ │ │ ├── MatchStrategiesEvent.as
│ │ │ │ │ └── NoMatchEvent.as
│ │ │ │ ├── MatchStrategy.as
│ │ │ │ ├── Response.as
│ │ │ │ └── util
│ │ │ │ ├── CompleteResponseEvent.as
│ │ │ │ └── SocketHelper.as
│ │ │ ├── serialization
│ │ │ │ └── json
│ │ │ │ ├── JSON.as
│ │ │ │ ├── JSONDecoder.as
│ │ │ │ ├── JSONEncoder.as
│ │ │ │ ├── JSONParseError.as
│ │ │ │ ├── JSONToken.as
│ │ │ │ ├── JSONTokenizer.as
│ │ │ │ └── JSONTokenType.as
│ │ │ ├── utils
│ │ │ │ ├── ArrayUtil.as
│ │ │ │ ├── DateUtil.as
│ │ │ │ ├── DictionaryUtil.as
│ │ │ │ ├── IntUtil.as
│ │ │ │ ├── NumberFormatter.as
│ │ │ │ ├── StringUtil.as
│ │ │ │ └── XMLUtil.as
│ │ │ └── webapis
│ │ │ ├── events
│ │ │ │ └── ServiceEvent.as
│ │ │ ├── ServiceBase.as
│ │ │ └── URLLoaderBase.as
│ │ ├── expressInstall.swf
│ │ ├── jquery-1.4.2.min.js
│ │ ├── jquery.uploadify.v2.1.4.js
│ │ ├── jquery.uploadify.v2.1.4.min.js
│ │ ├── swfobject.js
│ │ ├── uploadify.allglyphs.swf
│ │ ├── uploadify.css
│ │ ├── uploadify.fla
│ │ ├── uploadify.php
│ │ └── uploadify.swf
│ └── WEB-INF
│ ├── classes
│ │ ├── beans.xml
│ │ ├── com
│ │ │ └── xfrj
│ │ │ └── oa
│ │ │ ├── action
│ │ │ │ ├── Batch_managerAction.class
│ │ │ │ ├── CarApplyAction.class
│ │ │ │ ├── CarDriverAction.class
│ │ │ │ ├── CarMoneyAction.class
│ │ │ │ ├── CarRegisterAction.class
│ │ │ │ ├── ConferenceManagerAction.class
│ │ │ │ ├── ConferenceMessageAction.class
│ │ │ │ ├── ConferenceRoomAction.class
│ │ │ │ ├── ConferenceRoomOrderAction.class
│ │ │ │ ├── DepartmentAction.class
│ │ │ │ ├── DocumentHandleAction.class
│ │ │ │ ├── DownLoadAction.class
│ │ │ │ ├── EmailAction.class
│ │ │ │ ├── FaxAction.class
│ │ │ │ ├── FileAction.class
│ │ │ │ ├── FileUploadAction.class
│ │ │ │ ├── HanjianAction.class
│ │ │ │ ├── LoginAction.class
│ │ │ │ ├── NoticeAction.class
│ │ │ │ ├── PeriodicalAction.class
│ │ │ │ ├── SendDocumentAction.class
│ │ │ │ ├── SingDocumentAction.class
│ │ │ │ └── UserAction.class
│ │ │ ├── dao
│ │ │ │ ├── Batch_managerDao.class
│ │ │ │ ├── CarApplyDao.class
│ │ │ │ ├── CarDriverDao.class
│ │ │ │ ├── CarMoneyDao.class
│ │ │ │ ├── CarRegisterDao.class
│ │ │ │ ├── ConferenceManagerDao.class
│ │ │ │ ├── ConferenceMessageDao.class
│ │ │ │ ├── ConferenceRoomOrderDao.class
│ │ │ │ ├── ConfereneroomDao.class
│ │ │ │ ├── DepartmentDao.class
│ │ │ │ ├── DocumentHandleDao.class
│ │ │ │ ├── EmailDao.class
│ │ │ │ ├── FaxDao.class
│ │ │ │ ├── HanjianDao.class
│ │ │ │ ├── IFileDao.class
│ │ │ │ ├── ILoginDao.class
│ │ │ │ ├── Impl
│ │ │ │ │ ├── Batch_managerDaoImpl.class
│ │ │ │ │ ├── CarAlpplyforImpl.class
│ │ │ │ │ ├── CarDriverImpl.class
│ │ │ │ │ ├── CarMoneyImpl.class
│ │ │ │ │ ├── CarRegisterImpl.class
│ │ │ │ │ ├── ConferenceManagerDaoImpl.class
│ │ │ │ │ ├── ConferenceMessageDaoImpl.class
│ │ │ │ │ ├── ConferenceroomDaoImpl.class
│ │ │ │ │ ├── ConferenceRoomOrderDaoImpl.class
│ │ │ │ │ ├── DepartmentDaoImpl.class
│ │ │ │ │ ├── DocumentHandleDaoImpl.class
│ │ │ │ │ ├── EmailDaoImpl.class
│ │ │ │ │ ├── FaxDaoImpl.class
│ │ │ │ │ ├── FileDaoImpl.class
│ │ │ │ │ ├── HanjianDaoImpl.class
│ │ │ │ │ ├── LoginImpl.class
│ │ │ │ │ ├── NoticeDaoImpl.class
│ │ │ │ │ ├── PeriodicalDaoImpl.class
│ │ │ │ │ ├── SendDocumentDaoImpl.class
│ │ │ │ │ ├── SingDocmentDaoImpl.class
│ │ │ │ │ ├── SystemRoleDaoImpl.class
│ │ │ │ │ └── UserDaoImpl.class
│ │ │ │ ├── INoticeDao.class
│ │ │ │ ├── IPeriodicalDao.class
│ │ │ │ ├── SendDocumentDao.class
│ │ │ │ ├── SingDocumentDao.class
│ │ │ │ ├── SuperDao.class
│ │ │ │ ├── SystemRoleDao.class
│ │ │ │ └── UserDao.class
│ │ │ ├── java
│ │ │ │ ├── FilterUtil.class
│ │ │ │ ├── JFreeChartDrow.class
│ │ │ │ ├── Json.class
│ │ │ │ ├── LoginFilter.class
│ │ │ │ ├── Page1.class
│ │ │ │ ├── Page.class
│ │ │ │ ├── Randomtest.class
│ │ │ │ ├── ServiceContext.class
│ │ │ │ ├── StringUtil.class
│ │ │ │ └── UserNameTag.class
│ │ │ ├── model
│ │ │ │ ├── Batch_manager.class
│ │ │ │ ├── CarApply.class
│ │ │ │ ├── CarDriver.class
│ │ │ │ ├── CarMoney.class
│ │ │ │ ├── CarRegister.class
│ │ │ │ ├── ConferenceManager.class
│ │ │ │ ├── ConferenceMessage.class
│ │ │ │ ├── Conferenceroom.class
│ │ │ │ ├── ConferenceRoomOrder.class
│ │ │ │ ├── Department.class
│ │ │ │ ├── DocumentHandle.class
│ │ │ │ ├── EmailInBox.class
│ │ │ │ ├── EmailOutBox.class
│ │ │ │ ├── EmailRubbish.class
│ │ │ │ ├── Fax.class
│ │ │ │ ├── FileEntity.class
│ │ │ │ ├── Functions.class
│ │ │ │ ├── Group.class
│ │ │ │ ├── Hanjian.class
│ │ │ │ ├── Meeting.class
│ │ │ │ ├── Model.class
│ │ │ │ ├── Notice.class
│ │ │ │ ├── Periodical.class
│ │ │ │ ├── SendDocument.class
│ │ │ │ ├── SingDocument.class
│ │ │ │ ├── SystemRole.class
│ │ │ │ └── SystemUser.class
│ │ │ └── service
│ │ │ ├── Batch_managerService.class
│ │ │ ├── CarApplyService.class
│ │ │ ├── CarDriverService.class
│ │ │ ├── CarMoneyService.class
│ │ │ ├── CarRegisterService.class
│ │ │ ├── ConferenceManagerService.class
│ │ │ ├── ConferenceMessageService.class
│ │ │ ├── ConferenceRoomOrderService.class
│ │ │ ├── ConferenceroomService.class
│ │ │ ├── DepartmentService.class
│ │ │ ├── DocumentHandleService.class
│ │ │ ├── EmailService.class
│ │ │ ├── FaxService.class
│ │ │ ├── FileService.class
│ │ │ ├── HanjianService.class
│ │ │ ├── LoginService.class
│ │ │ ├── NoticeSerice.class
│ │ │ ├── PeriodicalService.class
│ │ │ ├── SendDocumentService.class
│ │ │ ├── singDocumentService.class
│ │ │ ├── SystemRoleService.class
│ │ │ └── UserService.class
│ │ ├── log4j.properties
│ │ ├── struts.xml
│ │ └── xml
│ │ ├── congyandong.xml
│ │ ├── email.xml
│ │ ├── hongjiyun.xml
│ │ ├── huangkun.xml
│ │ ├── majian.xml
│ │ └── weizhenzhen.xml
│ ├── lib
│ │ ├── antlr-2.7.6.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── aspectjrt.jar
│ │ ├── aspectjweaver.jar
│ │ ├── c3p0-0.9.1.2.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── common-annotations.jar
│ │ ├── commons-beanutils-1.7.0.jar
│ │ ├── commons-collections-3.1.jar
│ │ ├── commons-dbcp.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging-1.1.jar
│ │ ├── commons-pool.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── ejb3-persistence.jar
│ │ ├── ezmorph-1.0.3.jar
│ │ ├── freemarker-2.3.13.jar
│ │ ├── gson-1.6.jar
│ │ ├── hibernate3.jar
│ │ ├── hibernate-annotations.jar
│ │ ├── hibernate-commons-annotations.jar
│ │ ├── javassist-3.9.0.GA.jar
│ │ ├── jcommon-1.0.13.jar
│ │ ├── jfreechart-1.0.13.jar
│ │ ├── json-lib-2.1.jar
│ │ ├── jta-1.1.jar
│ │ ├── junit-4.5.jar
│ │ ├── log4j-1.2.15.jar
│ │ ├── mysql-connector-java-5.1.15-bin.jar
│ │ ├── ognl-2.6.11.jar
│ │ ├── ojdbc14.jar
│ │ ├── org.springframework.aop-3.0.0.RELEASE.jar
│ │ ├── org.springframework.asm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.aspects-3.0.0.RELEASE.jar
│ │ ├── org.springframework.beans-3.0.0.RELEASE.jar
│ │ ├── org.springframework.context-3.0.0.RELEASE.jar
│ │ ├── org.springframework.context.support-3.0.0.RELEASE.jar
│ │ ├── org.springframework.core-3.0.0.RELEASE.jar
│ │ ├── org.springframework.expression-3.0.0.RELEASE.jar
│ │ ├── org.springframework.instrument-3.0.0.RELEASE.jar
│ │ ├── org.springframework.instrument.tomcat-3.0.0.RELEASE.jar
│ │ ├── org.springframework.jdbc-3.0.0.RELEASE.jar
│ │ ├── org.springframework.jms-3.0.0.RELEASE.jar
│ │ ├── org.springframework.orm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.oxm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.test-3.0.0.RELEASE.jar
│ │ ├── org.springframework.transaction-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.portlet-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.servlet-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.struts-3.0.0.RELEASE.jar
│ │ ├── slf4j-api-1.5.8.jar
│ │ ├── slf4j-log4j12-1.5.8.jar
│ │ ├── spring.jar
│ │ ├── struts2-core-2.1.6.jar
│ │ ├── struts2-dojo-plugin-2.1.6.jar
│ │ ├── struts2-jfreechart-plugin-2.1.6.jar
│ │ ├── struts2-json-plugin-2.1.8.1.jar
│ │ ├── struts2-spring-plugin-2.1.6.jar
│ │ └── xwork-2.1.2.jar
│ ├── oa.tld
│ └── web.xml
├── PrivilegeSystem
│ ├── src
│ │ ├── beans.xml
│ │ ├── com
│ │ │ ├── cyd
│ │ │ │ └── test
│ │ │ │ ├── BinarySearch.java
│ │ │ │ └── LoginFilter.java
│ │ │ └── xfrj
│ │ │ ├── oa
│ │ │ │ ├── action
│ │ │ │ │ ├── DepartmentAction.java
│ │ │ │ │ ├── FunctionAction.java
│ │ │ │ │ ├── GroupAction.java
│ │ │ │ │ ├── LoginAction.java
│ │ │ │ │ ├── ModuleAction.java
│ │ │ │ │ ├── SystemRoleAction.java
│ │ │ │ │ └── UserAction.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── FunctionDao.java
│ │ │ │ │ ├── IDepartment.java
│ │ │ │ │ ├── IGroup.java
│ │ │ │ │ ├── Impl
│ │ │ │ │ │ ├── DepartmentImpl.java
│ │ │ │ │ │ ├── FunctionDaoImpl.java
│ │ │ │ │ │ ├── GroupImpl.java
│ │ │ │ │ │ ├── ModelDaoImpl.java
│ │ │ │ │ │ ├── SystemRoleDaoImpl.java
│ │ │ │ │ │ └── UserDaoImpl.java
│ │ │ │ │ ├── ModelDao.java
│ │ │ │ │ ├── SystemRoleDao.java
│ │ │ │ │ └── UserDao.java
│ │ │ │ ├── model
│ │ │ │ │ ├── Batch_manager.java
│ │ │ │ │ ├── CarApply.java
│ │ │ │ │ ├── CarDriver.java
│ │ │ │ │ ├── CarMoney.java
│ │ │ │ │ ├── CarRegister.java
│ │ │ │ │ ├── ConferenceManager.java
│ │ │ │ │ ├── ConferenceMessage.java
│ │ │ │ │ ├── Conferenceroom.java
│ │ │ │ │ ├── ConferenceRoomOrder.java
│ │ │ │ │ ├── Department.java
│ │ │ │ │ ├── DocumentHandle.java
│ │ │ │ │ ├── EmailInBox.java
│ │ │ │ │ ├── EmailOutBox.java
│ │ │ │ │ ├── EmailRubbish.java
│ │ │ │ │ ├── Fax.java
│ │ │ │ │ ├── FileEntity.java
│ │ │ │ │ ├── Functions.java
│ │ │ │ │ ├── Group.java
│ │ │ │ │ ├── Hanjian.java
│ │ │ │ │ ├── Meeting.java
│ │ │ │ │ ├── Model.java
│ │ │ │ │ ├── Notice.java
│ │ │ │ │ ├── Periodical.java
│ │ │ │ │ ├── SendDocument.java
│ │ │ │ │ ├── SingDocument.java
│ │ │ │ │ ├── SystemRole.java
│ │ │ │ │ └── SystemUser.java
│ │ │ │ └── service
│ │ │ │ ├── DepartmentService.java
│ │ │ │ ├── FunctionService.java
│ │ │ │ ├── GroupService.java
│ │ │ │ ├── ModelService.java
│ │ │ │ ├── SystemRoleService.java
│ │ │ │ └── UserService.java
│ │ │ └── util
│ │ │ ├── LoginFilter.java
│ │ │ └── StringUtil.java
│ │ ├── log4j.properties
│ │ └── struts.xml
│ └── WebRoot
│ ├── artDialog4.1.6
│ │ ├── artDialog.js
│ │ ├── artDialog.source.js
│ │ ├── jquery.artDialog.js
│ │ ├── jquery.artDialog.source.js
│ │ ├── plugins
│ │ │ ├── iframeTools.js
│ │ │ └── iframeTools.source.js
│ │ └── skins
│ │ ├── blue
│ │ │ ├── bg2.png
│ │ │ ├── bg_css3_2.png
│ │ │ ├── bg_css3.png
│ │ │ ├── bg.png
│ │ │ └── ie6
│ │ │ ├── close.hover.png
│ │ │ ├── close.png
│ │ │ ├── e.png
│ │ │ ├── ne.png
│ │ │ ├── n.png
│ │ │ ├── nw.png
│ │ │ ├── se.png
│ │ │ ├── s.png
│ │ │ ├── sw.png
│ │ │ └── w.png
│ │ └── blue.css
│ ├── Center.jsp
│ ├── css
│ │ ├── css.css
│ │ ├── reg.css
│ │ └── tabletree.css
│ ├── Down.jsp
│ ├── Error.htm
│ ├── Error.jsp
│ ├── images
│ │ ├── 404bg.jpg
│ │ ├── 404.jpg
│ │ ├── button03.gif
│ │ ├── button04.gif
│ │ ├── button08.gif
│ │ ├── button09.gif
│ │ ├── down
│ │ │ ├── main_71.gif
│ │ │ ├── main_72.gif
│ │ │ └── main_74.gif
│ │ ├── ico07.gif
│ │ ├── index.jpg
│ │ ├── loading.gif
│ │ ├── login
│ │ │ ├── ico13.gif
│ │ │ ├── line01.gif
│ │ │ ├── login_01.jpg
│ │ │ ├── login_02.gif
│ │ │ ├── login_05.gif
│ │ │ ├── login_06.gif
│ │ │ ├── login_07.gif
│ │ │ ├── login_08.gif
│ │ │ ├── login_09_1.gif
│ │ │ ├── login_09.gif
│ │ │ ├── login_10_1.gif
│ │ │ ├── login_10.gif
│ │ │ ├── login_11.gif
│ │ │ ├── login_12.gif
│ │ │ ├── top02.gif
│ │ │ └── top03.gif
│ │ ├── menu
│ │ │ ├── ico02.gif
│ │ │ ├── menu_bg1.gif
│ │ │ ├── menu_bg2.gif
│ │ │ ├── menu_bg.gif
│ │ │ ├── menu_bgs.gif
│ │ │ ├── menu_topline.gif
│ │ │ └── nav01.gif
│ │ ├── minus.gif
│ │ ├── nav04.gif
│ │ ├── plus.gif
│ │ ├── spacer.gif
│ │ ├── to.gif
│ │ ├── top
│ │ │ ├── main_01.gif
│ │ │ ├── main_03.gif
│ │ │ ├── main_05.gif
│ │ │ ├── main_06.gif
│ │ │ ├── main_07.gif
│ │ │ ├── main_10.gif
│ │ │ ├── main_11.gif
│ │ │ ├── main_13.gif
│ │ │ ├── main_15.gif
│ │ │ ├── main_17.gif
│ │ │ ├── main_19.gif
│ │ │ ├── main_21.gif
│ │ │ ├── main_31.gif
│ │ │ ├── pass.gif
│ │ │ ├── quit.gif
│ │ │ └── user.gif
│ │ └── tree
│ │ ├── base.gif
│ │ ├── cd.gif
│ │ ├── empty.gif
│ │ ├── folder.gif
│ │ ├── folderopen.gif
│ │ ├── globe.gif
│ │ ├── imgfolder.gif
│ │ ├── joinbottom.gif
│ │ ├── join.gif
│ │ ├── line.gif
│ │ ├── minusbottom.gif
│ │ ├── minus.gif
│ │ ├── musicfolder.gif
│ │ ├── nolines_minus.gif
│ │ ├── nolines_plus.gif
│ │ ├── page.gif
│ │ ├── plusbottom.gif
│ │ ├── plus.gif
│ │ ├── question.gif
│ │ ├── titleTable.gif
│ │ ├── trash.gif
│ │ ├── treebar1.png
│ │ ├── treebar2.png
│ │ └── treebar.png
│ ├── Index.jsp
│ ├── js
│ │ ├── Clock.js
│ │ ├── date
│ │ │ ├── _doc
│ │ │ │ ├── common.css
│ │ │ │ └── images
│ │ │ │ ├── boxtitle.gif
│ │ │ │ ├── calendar1.gif
│ │ │ │ ├── calendar2.gif
│ │ │ │ ├── calendar3.gif
│ │ │ │ ├── dotline.gif
│ │ │ │ ├── iconDate.gif
│ │ │ │ └── lhgcal_logo.gif
│ │ │ ├── lhgcalendar.min.js
│ │ │ └── skins
│ │ │ ├── default
│ │ │ │ ├── default_s2.gif
│ │ │ │ └── default_s.gif
│ │ │ └── lhgcalendar.css
│ │ ├── group.js
│ │ ├── jquery-1.5.2.min.js
│ │ ├── jquery-1.8.1.js
│ │ ├── login.js
│ │ ├── TableTree-1.1.0.js
│ │ └── user.js
│ ├── login.jsp
│ ├── Main.jsp
│ ├── Menu.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── MyJsp.jsp
│ ├── Pages
│ │ ├── department
│ │ │ ├── DepartmentAdd.jsp
│ │ │ └── DepartmentList.jsp
│ │ ├── error.jsp
│ │ ├── function
│ │ │ ├── AddFunction.jsp
│ │ │ ├── FunctionAll.jsp
│ │ │ └── UpdFunction.jsp
│ │ ├── module
│ │ │ ├── modelsuccess.jsp
│ │ │ ├── ModuleAdd.jsp
│ │ │ ├── ModuleList.jsp
│ │ │ └── ModuleUpd.jsp
│ │ ├── other
│ │ │ ├── Function.jsp
│ │ │ ├── Module.jsp
│ │ │ └── Role.jsp
│ │ ├── role
│ │ │ ├── AddRole.jsp
│ │ │ ├── AddRoleToDepartment.jsp
│ │ │ ├── AddRoleToGroup.jsp
│ │ │ └── RoleAll.jsp
│ │ └── user
│ │ ├── AddGroup.jsp
│ │ ├── AddUser.jsp
│ │ ├── GroupList.jsp
│ │ ├── UpdGroup.jsp
│ │ ├── UpdUser.jsp
│ │ └── UserList.jsp
│ ├── Top.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── beans.xml
│ │ ├── com
│ │ │ ├── cyd
│ │ │ │ └── test
│ │ │ │ ├── BinarySearch.class
│ │ │ │ └── LoginFilter.class
│ │ │ └── xfrj
│ │ │ ├── oa
│ │ │ │ ├── action
│ │ │ │ │ ├── DepartmentAction.class
│ │ │ │ │ ├── FunctionAction.class
│ │ │ │ │ ├── GroupAction.class
│ │ │ │ │ ├── LoginAction.class
│ │ │ │ │ ├── ModuleAction.class
│ │ │ │ │ ├── SystemRoleAction.class
│ │ │ │ │ └── UserAction.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── FunctionDao.class
│ │ │ │ │ ├── IDepartment.class
│ │ │ │ │ ├── IGroup.class
│ │ │ │ │ ├── Impl
│ │ │ │ │ │ ├── DepartmentImpl.class
│ │ │ │ │ │ ├── FunctionDaoImpl.class
│ │ │ │ │ │ ├── GroupImpl.class
│ │ │ │ │ │ ├── ModelDaoImpl.class
│ │ │ │ │ │ ├── SystemRoleDaoImpl.class
│ │ │ │ │ │ └── UserDaoImpl.class
│ │ │ │ │ ├── ModelDao.class
│ │ │ │ │ ├── SystemRoleDao.class
│ │ │ │ │ └── UserDao.class
│ │ │ │ ├── model
│ │ │ │ │ ├── Batch_manager.class
│ │ │ │ │ ├── CarApply.class
│ │ │ │ │ ├── CarDriver.class
│ │ │ │ │ ├── CarMoney.class
│ │ │ │ │ ├── CarRegister.class
│ │ │ │ │ ├── ConferenceManager.class
│ │ │ │ │ ├── ConferenceMessage.class
│ │ │ │ │ ├── Conferenceroom.class
│ │ │ │ │ ├── ConferenceRoomOrder.class
│ │ │ │ │ ├── Department.class
│ │ │ │ │ ├── DocumentHandle.class
│ │ │ │ │ ├── EmailInBox.class
│ │ │ │ │ ├── EmailOutBox.class
│ │ │ │ │ ├── EmailRubbish.class
│ │ │ │ │ ├── Fax.class
│ │ │ │ │ ├── FileEntity.class
│ │ │ │ │ ├── Functions.class
│ │ │ │ │ ├── Group.class
│ │ │ │ │ ├── Hanjian.class
│ │ │ │ │ ├── Meeting.class
│ │ │ │ │ ├── Model.class
│ │ │ │ │ ├── Notice.class
│ │ │ │ │ ├── Periodical.class
│ │ │ │ │ ├── SendDocument.class
│ │ │ │ │ ├── SingDocument.class
│ │ │ │ │ ├── SystemRole.class
│ │ │ │ │ └── SystemUser.class
│ │ │ │ └── service
│ │ │ │ ├── DepartmentService.class
│ │ │ │ ├── FunctionService.class
│ │ │ │ ├── GroupService.class
│ │ │ │ ├── ModelService.class
│ │ │ │ ├── SystemRoleService.class
│ │ │ │ └── UserService.class
│ │ │ └── util
│ │ │ ├── LoginFilter.class
│ │ │ └── StringUtil.class
│ │ ├── log4j.properties
│ │ └── struts.xml
│ ├── lib
│ │ ├── antlr-2.7.6.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── aspectjrt.jar
│ │ ├── aspectjweaver.jar
│ │ ├── c3p0-0.9.1.2.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── common-annotations.jar
│ │ ├── commons-beanutils-1.7.0.jar
│ │ ├── commons-collections-3.1.jar
│ │ ├── commons-dbcp.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging-1.1.jar
│ │ ├── commons-pool.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── ejb3-persistence.jar
│ │ ├── ezmorph-1.0.3.jar
│ │ ├── freemarker-2.3.13.jar
│ │ ├── gson-1.6.jar
│ │ ├── hibernate3.jar
│ │ ├── hibernate-annotations.jar
│ │ ├── hibernate-commons-annotations.jar
│ │ ├── javassist-3.9.0.GA.jar
│ │ ├── json-lib-2.1.jar
│ │ ├── jta-1.1.jar
│ │ ├── junit-4.5.jar
│ │ ├── log4j-1.2.15.jar
│ │ ├── mysql-connector-java-5.1.15-bin.jar
│ │ ├── ognl-2.6.11.jar
│ │ ├── ojdbc14.jar
│ │ ├── org.springframework.aop-3.0.0.RELEASE.jar
│ │ ├── org.springframework.asm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.aspects-3.0.0.RELEASE.jar
│ │ ├── org.springframework.beans-3.0.0.RELEASE.jar
│ │ ├── org.springframework.context-3.0.0.RELEASE.jar
│ │ ├── org.springframework.context.support-3.0.0.RELEASE.jar
│ │ ├── org.springframework.core-3.0.0.RELEASE.jar
│ │ ├── org.springframework.expression-3.0.0.RELEASE.jar
│ │ ├── org.springframework.instrument-3.0.0.RELEASE.jar
│ │ ├── org.springframework.instrument.tomcat-3.0.0.RELEASE.jar
│ │ ├── org.springframework.jdbc-3.0.0.RELEASE.jar
│ │ ├── org.springframework.jms-3.0.0.RELEASE.jar
│ │ ├── org.springframework.orm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.oxm-3.0.0.RELEASE.jar
│ │ ├── org.springframework.test-3.0.0.RELEASE.jar
│ │ ├── org.springframework.transaction-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.portlet-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.servlet-3.0.0.RELEASE.jar
│ │ ├── org.springframework.web.struts-3.0.0.RELEASE.jar
│ │ ├── slf4j-api-1.5.8.jar
│ │ ├── slf4j-log4j12-1.5.8.jar
│ │ ├── spring.jar
│ │ ├── struts2-core-2.1.6.jar
│ │ ├── struts2-dojo-plugin-2.1.6.jar
│ │ ├── struts2-json-plugin-2.1.8.1.jar
│ │ ├── struts2-spring-plugin-2.1.6.jar
│ │ └── xwork-2.1.2.jar
│ └── web.xml
├── 权限数据.dmp
├── 用户权限对照表.xlsx
└── 程序运行说明.docx
156 directories, 1158 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论