实例介绍
真实实用的javaweb大型项目,实验室预约系统
【实例截图】
【核心代码】
kingkit_LRMS
├── lrms
│ ├── AccessDenied.jsp
│ ├── attachment
│ │ └── file
│ │ ├── 12771061455621399.jpg
│ │ ├── 12771062795461429.doc
│ │ ├── 12775187814211064.jpg
│ │ ├── 12775187814376038.doc
│ │ ├── 12775190395156523.jpg
│ │ ├── 1277878247234569.jpg
│ │ ├── 12778782592345915.jpg
│ │ ├── 12778782705153884.jpg
│ │ ├── 1277878277968287.jpg
│ │ ├── 12779038036879976.jpg
│ │ ├── 12785064311562508.jpg
│ │ ├── 12785596702502241.jpg
│ │ ├── 12785891518599895.png
│ │ ├── 12785891571879732.png
│ │ ├── 12785891633123943.png
│ │ ├── 12786675680158722.jpg
│ │ ├── 12786675680316823.rar
│ │ ├── 12787247630006662.rar
│ │ ├── 12789821959556937.jpg
│ │ ├── 12789822077246834.jpg
│ │ ├── 12789822161978910.jpg
│ │ ├── 12789822407063932.jpg
│ │ ├── 12789822532054637.jpg
│ │ ├── 12789822651587636.jpg
│ │ ├── 12789822752181642.jpg
│ │ ├── 12789822856328276.jpg
│ │ ├── 12789822964843290.jpg
│ │ ├── 12789823043825699.jpg
│ │ ├── 12789823150926032.jpg
│ │ ├── 12789823244072732.jpg
│ │ ├── 1278984382360287.jpg
│ │ ├── 12792645290733872.jpg
│ │ └── Thumbs.db
│ ├── comm
│ │ ├── resc
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── role
│ │ │ └── List.jsp
│ │ └── user
│ │ ├── Edit.jsp
│ │ └── List.jsp
│ ├── css
│ │ ├── Global.css
│ │ ├── Main.css
│ │ ├── style_min.css
│ │ └── tooltips.css
│ ├── error
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── Error.jsp
│ │ └── WebError.jsp
│ ├── framework
│ │ ├── dhtmlxTree
│ │ │ ├── dhtmlxcommon.js
│ │ │ ├── dhtmlxtree.css
│ │ │ ├── dhtmlxtree.js
│ │ │ ├── ext
│ │ │ │ ├── dhtmlxtree_dragin.js
│ │ │ │ ├── dhtmlxtree_ed.js
│ │ │ │ ├── dhtmlxtree_er.js
│ │ │ │ ├── dhtmlxtree_json.js
│ │ │ │ └── dhtmlxtree_start.js
│ │ │ └── imgs
│ │ │ ├── blank.gif
│ │ │ ├── but_cut.gif
│ │ │ ├── csh_bluebooks
│ │ │ │ ├── blank.gif
│ │ │ │ ├── book.gif
│ │ │ │ ├── book_titel.gif
│ │ │ │ ├── but_cut.gif
│ │ │ │ ├── close2.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconSafe.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line1_rtl.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line2_rtl.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line3_rtl.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line4_rtl.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus2_rtl.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus3_rtl.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus4_rtl.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus5_rtl.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus2_rtl.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus3_rtl.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus4_rtl.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus5_rtl.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── tombs.gif
│ │ │ ├── csh_bluefolders
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll_2.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconFlag.gif
│ │ │ │ ├── iconGraph.gif
│ │ │ │ ├── iconSound.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconTexts.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── iconWrite1.gif
│ │ │ │ ├── iconWrite2.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── csh_books
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tombs.gif
│ │ │ │ └── tombs_open.gif
│ │ │ ├── csh_dhx_skyblue
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconFlag.gif
│ │ │ │ ├── iconGraph.gif
│ │ │ │ ├── iconSound.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconTexts.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── iconWrite1.gif
│ │ │ │ ├── iconWrite2.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── csh_scbrblue
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconFlag.gif
│ │ │ │ ├── iconGraph.gif
│ │ │ │ ├── iconSound.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconTexts.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── iconWrite1.gif
│ │ │ │ ├── iconWrite2.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ ├── safe_close.gif
│ │ │ │ ├── safe_open.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── csh_vista
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconFlag.gif
│ │ │ │ ├── iconGraph.gif
│ │ │ │ ├── iconSound.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconTexts.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── iconWrite1.gif
│ │ │ │ ├── iconWrite2.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── csh_winstyle
│ │ │ │ ├── blank.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconChecked.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconFlag.gif
│ │ │ │ ├── iconGraph.gif
│ │ │ │ ├── iconSound.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconTexts.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── iconWrite1.gif
│ │ │ │ ├── iconWrite2.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── leaves.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── csh_yellowbooks
│ │ │ │ ├── blank.gif
│ │ │ │ ├── books_close.gif
│ │ │ │ ├── books_open.gif
│ │ │ │ ├── folderClosed.gif
│ │ │ │ ├── folderOpen.gif
│ │ │ │ ├── iconCheckAll.gif
│ │ │ │ ├── iconCheckDis.gif
│ │ │ │ ├── iconCheckGray.gif
│ │ │ │ ├── iconText.gif
│ │ │ │ ├── iconUncheckAll.gif
│ │ │ │ ├── iconUncheckDis.gif
│ │ │ │ ├── leaf_2.gif
│ │ │ │ ├── leaf2.gif
│ │ │ │ ├── leaf3.gif
│ │ │ │ ├── leaf.gif
│ │ │ │ ├── line1.gif
│ │ │ │ ├── line2.gif
│ │ │ │ ├── line3.gif
│ │ │ │ ├── line4.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── minus1.gif
│ │ │ │ ├── minus2.gif
│ │ │ │ ├── minus3.gif
│ │ │ │ ├── minus4.gif
│ │ │ │ ├── minus5.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus1.gif
│ │ │ │ ├── plus2.gif
│ │ │ │ ├── plus3.gif
│ │ │ │ ├── plus4.gif
│ │ │ │ ├── plus5.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── radio_off.gif
│ │ │ │ ├── radio_on.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tombs.gif
│ │ │ │ └── tombs_open.gif
│ │ │ ├── folderClosed.gif
│ │ │ ├── folderOpen.gif
│ │ │ ├── iconCheckAll.gif
│ │ │ ├── iconCheckDis.gif
│ │ │ ├── iconCheckGray.gif
│ │ │ ├── iconUncheckAll.gif
│ │ │ ├── iconUncheckDis.gif
│ │ │ ├── leaf.gif
│ │ │ ├── line1.gif
│ │ │ ├── line1_rtl.gif
│ │ │ ├── line2.gif
│ │ │ ├── line2_rtl.gif
│ │ │ ├── line3.gif
│ │ │ ├── line3_rtl.gif
│ │ │ ├── line4.gif
│ │ │ ├── line4_rtl.gif
│ │ │ ├── line.gif
│ │ │ ├── lock.gif
│ │ │ ├── minus1.gif
│ │ │ ├── minus2.gif
│ │ │ ├── minus2_rtl.gif
│ │ │ ├── minus3.gif
│ │ │ ├── minus3_rtl.gif
│ │ │ ├── minus4.gif
│ │ │ ├── minus4_rtl.gif
│ │ │ ├── minus5.gif
│ │ │ ├── minus5_rtl.gif
│ │ │ ├── minus_ar.gif
│ │ │ ├── minus.gif
│ │ │ ├── plus1.gif
│ │ │ ├── plus2.gif
│ │ │ ├── plus2_rtl.gif
│ │ │ ├── plus3.gif
│ │ │ ├── plus3_rtl.gif
│ │ │ ├── plus4.gif
│ │ │ ├── plus4_rtl.gif
│ │ │ ├── plus5.gif
│ │ │ ├── plus5_rtl.gif
│ │ │ ├── plus_ar.gif
│ │ │ ├── plus.gif
│ │ │ ├── radio_off.gif
│ │ │ ├── radio_on.gif
│ │ │ ├── sky_blue_sel_tree.png
│ │ │ └── Thumbs.db
│ │ ├── kindeditor
│ │ │ ├── kindeditor.js
│ │ │ ├── plugins
│ │ │ │ ├── about.jsp
│ │ │ │ ├── accessory.jsp
│ │ │ │ ├── emoticons
│ │ │ │ │ ├── etc_01.gif
│ │ │ │ │ ├── etc_02.gif
│ │ │ │ │ ├── etc_03.gif
│ │ │ │ │ ├── etc_04.gif
│ │ │ │ │ ├── etc_05.gif
│ │ │ │ │ ├── etc_06.gif
│ │ │ │ │ ├── etc_07.gif
│ │ │ │ │ ├── etc_08.gif
│ │ │ │ │ ├── etc_09.gif
│ │ │ │ │ ├── etc_10.gif
│ │ │ │ │ ├── etc_11.gif
│ │ │ │ │ ├── etc_12.gif
│ │ │ │ │ ├── etc_13.gif
│ │ │ │ │ ├── etc_14.gif
│ │ │ │ │ ├── etc_15.gif
│ │ │ │ │ ├── etc_16.gif
│ │ │ │ │ ├── etc_17.gif
│ │ │ │ │ ├── etc_18.gif
│ │ │ │ │ ├── etc_19.gif
│ │ │ │ │ ├── etc_20.gif
│ │ │ │ │ ├── etc_21.gif
│ │ │ │ │ ├── etc_22.gif
│ │ │ │ │ ├── etc_23.gif
│ │ │ │ │ ├── etc_24.gif
│ │ │ │ │ ├── etc_25.gif
│ │ │ │ │ ├── etc_26.gif
│ │ │ │ │ ├── etc_27.gif
│ │ │ │ │ ├── etc_28.gif
│ │ │ │ │ ├── etc_29.gif
│ │ │ │ │ ├── etc_30.gif
│ │ │ │ │ ├── etc_31.gif
│ │ │ │ │ ├── etc_32.gif
│ │ │ │ │ ├── etc_33.gif
│ │ │ │ │ ├── etc_34.gif
│ │ │ │ │ ├── etc_35.gif
│ │ │ │ │ └── etc_36.gif
│ │ │ │ ├── flash.jsp
│ │ │ │ ├── image.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── doc.gif
│ │ │ │ │ ├── pdf.gif
│ │ │ │ │ ├── ppt.gif
│ │ │ │ │ ├── rar.gif
│ │ │ │ │ ├── txt.gif
│ │ │ │ │ ├── unknown.gif
│ │ │ │ │ ├── xls.gif
│ │ │ │ │ ├── xlt.gif
│ │ │ │ │ └── zip.gif
│ │ │ │ ├── link.jsp
│ │ │ │ ├── media.jsp
│ │ │ │ ├── plainpaste.jsp
│ │ │ │ ├── remote_image.jsp
│ │ │ │ └── wordpaste.jsp
│ │ │ ├── skins
│ │ │ │ ├── default.css
│ │ │ │ ├── default.gif
│ │ │ │ ├── default.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tinymce.css
│ │ │ │ └── tinymce.gif
│ │ │ └── upload
│ │ │ ├── uploadaccessory.jsp
│ │ │ └── upload.jsp
│ │ ├── kui
│ │ │ ├── css
│ │ │ │ └── KUI.css
│ │ │ ├── icons
│ │ │ │ ├── accept.png
│ │ │ │ ├── add-row.gif
│ │ │ │ ├── application_add.png
│ │ │ │ ├── application_cascade.png
│ │ │ │ ├── application_delete.png
│ │ │ │ ├── application_double.png
│ │ │ │ ├── application_edit.png
│ │ │ │ ├── application_error.png
│ │ │ │ ├── application_form_add.png
│ │ │ │ ├── application_form_delete.png
│ │ │ │ ├── application_form_edit.png
│ │ │ │ ├── application_form_magnify.png
│ │ │ │ ├── application_form.png
│ │ │ │ ├── application_get.png
│ │ │ │ ├── application_go.png
│ │ │ │ ├── application_home.png
│ │ │ │ ├── application_key.png
│ │ │ │ ├── application_lightning.png
│ │ │ │ ├── application.png
│ │ │ │ ├── cancel.png
│ │ │ │ ├── disk.png
│ │ │ │ ├── disk_unable.png
│ │ │ │ ├── group_edit.png
│ │ │ │ ├── group.png
│ │ │ │ ├── icon014a1_import.png
│ │ │ │ ├── icon014a1_lock.png
│ │ │ │ ├── icon014a1_unlock.png
│ │ │ │ └── icon403a12.gif
│ │ │ ├── images
│ │ │ │ ├── BtnLeftBG.gif
│ │ │ │ ├── BtnLeftBG-small.gif
│ │ │ │ ├── BtnRightBG.gif
│ │ │ │ ├── BtnRightBG-small.gif
│ │ │ │ ├── DialogBC.png
│ │ │ │ ├── DialogBL.png
│ │ │ │ ├── DialogBR.png
│ │ │ │ ├── DialogCloseBtn-down.gif
│ │ │ │ ├── DialogCloseBtn.gif
│ │ │ │ ├── DialogCloseBtn-over.gif
│ │ │ │ ├── DialogIcon.png
│ │ │ │ ├── DialogMC.png
│ │ │ │ ├── DialogML.png
│ │ │ │ ├── DialogMR.png
│ │ │ │ ├── DialogTC.png
│ │ │ │ ├── DialogTL.png
│ │ │ │ └── DialogTR.png
│ │ │ ├── KUI.js
│ │ │ └── unitpngfix
│ │ │ ├── clear.gif
│ │ │ ├── README-unitpngfix.txt
│ │ │ └── unitpngfix.js
│ │ └── My97DatePicker
│ │ ├── calendar.js
│ │ ├── config.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── My97DatePicker.htm
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── img.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── Thumbs.db
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ ├── img.gif
│ │ │ └── Thumbs.db
│ │ ├── test.htm
│ │ └── WdatePicker.js
│ ├── HiCode.cn.url
│ ├── images
│ │ ├── error.jpg
│ │ ├── login
│ │ │ ├── login_02.jpg
│ │ │ ├── login_03.jpg
│ │ │ ├── login_05.jpg
│ │ │ ├── login_06.jpg
│ │ │ ├── login_07.jpg
│ │ │ ├── login_09.jpg
│ │ │ └── login_12.jpg
│ │ │ ├── mail_icon.gif
│ │ │ ├── mail_noOpen.gif
│ │ │ └── mail_Opened.gif
│ │ └── main
│ │ ├── Accordion+2.gif
│ │ ├── Accordion-2.gif
│ │ ├── Accordion+.gif
│ │ ├── Accordion-.gif
│ │ ├── AccorndionSubBG.gif
│ │ ├── AccorndionSubBG_white.gif
│ │ ├── ajax-loader.gif
│ │ ├── bad.png
│ │ ├── BodyBG.gif
│ │ ├── First-disabled.gif
│ │ ├── First.gif
│ │ ├── Home.gif
│ │ ├── Last-disabled.gif
│ │ ├── Last.gif
│ │ ├── Loading.gif
│ │ ├── Logo.gif
│ │ ├── MainTableControllerBG_bottom.gif
│ │ ├── MainTableControllerBG.gif
│ │ ├── MainTableHeaderBG.gif
│ │ ├── MenuControllerArrow2.gif
│ │ ├── MenuControllerArrow.gif
│ │ ├── MenuControllerBG.gif
│ │ ├── MenuIcon.png
│ │ ├── Next-disabled.gif
│ │ ├── Next.gif
│ │ ├── Previous-disabled.gif
│ │ ├── Previous.gif
│ │ ├── scroll-arrows.gif
│ │ ├── scroll-bg.gif
│ │ ├── TableHeader.gif
│ │ ├── Thumbs.db
│ │ └── TopAndBottomLine.gif
│ ├── Index.html
│ ├── js
│ │ ├── buffalo.js
│ │ ├── effects.js
│ │ ├── jquery.js
│ │ ├── main
│ │ │ └── Main.js
│ │ ├── prototype1.5.js
│ │ ├── prototype_for_validation.js
│ │ ├── prototype.js
│ │ ├── provice.js
│ │ ├── template.js
│ │ ├── tooltips.js
│ │ └── validation_cn.js
│ ├── kindeditupload
│ │ └── image
│ │ ├── 12777294167658780.jpg
│ │ ├── 12777339849373103.jpg
│ │ ├── 12777342979213030.jpg
│ │ ├── 12783866586717254.jpg
│ │ └── Thumbs.db
│ ├── lib
│ │ ├── buffalo
│ │ │ └── buffalo-core-2.0.jar
│ │ ├── default
│ │ │ ├── ant.jar
│ │ │ ├── antlr-2.7.6.jar
│ │ │ ├── asm-2.2.3.jar
│ │ │ ├── asm-util-2.2.3.jar
│ │ │ ├── backport-util-concurrent.jar
│ │ │ ├── dom4j-1.6.jar
│ │ │ ├── dwr.jar
│ │ │ ├── ehcache-1.5.0.jar
│ │ │ ├── jsr173_1.0_api.jar
│ │ │ ├── jstl-1.2.jar
│ │ │ ├── jstl.jar
│ │ │ ├── jxl.jar
│ │ │ ├── log4j-1.2.11.jar
│ │ │ ├── quartz-1.8.3.jar
│ │ │ ├── slf4j-api-1.5.10.jar
│ │ │ ├── slf4j-log4j12-1.5.10.jar
│ │ │ └── standard.jar
│ │ ├── hibernate
│ │ │ ├── cglib-nodep-2.1_3.jar
│ │ │ ├── ejb3-persistence.jar
│ │ │ ├── freemarker-2.3.13.jar
│ │ │ ├── hibernate3.jar
│ │ │ ├── hibernate-annotations.jar
│ │ │ ├── hibernate-commons-annotations.jar
│ │ │ ├── hibernate-entitymanager.jar
│ │ │ └── jta-spec1_0_1.jar
│ │ ├── jakarta-commons
│ │ │ ├── asm-commons-2.2.3.jar
│ │ │ ├── commons-beanutils-1.7.0.jar
│ │ │ ├── commons-codec-1.2.jar
│ │ │ ├── commons-collections-3.0.jar
│ │ │ ├── commons-dbcp-1.2.1.jar
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── commons-lang-2.2.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ └── commons-pool-1.3.jar
│ │ ├── mysql
│ │ │ └── mysql-connector-java-5.1.0-bin.jar
│ │ ├── spring
│ │ │ ├── jsr107cache-1.0.jar
│ │ │ ├── spring-aop.jar
│ │ │ ├── spring-beans.jar
│ │ │ ├── spring-context.jar
│ │ │ ├── spring-context-support.jar
│ │ │ ├── spring-core.jar
│ │ │ ├── spring.jar
│ │ │ ├── spring-jdbc.jar
│ │ │ ├── spring-jms.jar
│ │ │ ├── spring-orm.jar
│ │ │ ├── spring-security-acl-2.0.4.jar
│ │ │ ├── spring-security-cas-client-2.0.4.jar
│ │ │ ├── spring-security-core-2.0.4.jar
│ │ │ ├── spring-security-core-tiger-2.0.4.jar
│ │ │ ├── spring-security-openid-2.0.4.jar
│ │ │ ├── spring-security-portlet-2.0.4.jar
│ │ │ ├── spring-security-taglibs-2.0.4.jar
│ │ │ ├── spring-test.jar
│ │ │ ├── spring-tx.jar
│ │ │ ├── spring-web.jar
│ │ │ ├── spring-webmvc.jar
│ │ │ ├── spring-webmvc-portlet.jar
│ │ │ └── spring-webmvc-struts.jar
│ │ └── struts2
│ │ ├── jsonplugin-0.33.jar
│ │ ├── ognl-2.6.11.jar
│ │ ├── sitemesh-2.4.1.jar
│ │ ├── struts2-core-2.1.6.jar
│ │ ├── struts2-sitemesh-plugin-2.0.11.1.jar
│ │ ├── struts2-spring-plugin-2.0.11.1.jar
│ │ └── xwork-2.1.2.jar
│ ├── Login.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── pages
│ │ ├── article
│ │ │ └── List.jsp
│ │ ├── articleType
│ │ │ └── List.jsp
│ │ ├── buffalo-blank.html
│ │ ├── dataBackup
│ │ │ └── Edit.jsp
│ │ ├── IncludeEdit.jsp
│ │ ├── IncludeMain.jsp
│ │ ├── incomeMail
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── increaseOrCutPoint
│ │ │ ├── Edit.jsp
│ │ │ ├── List1.jsp
│ │ │ └── List.jsp
│ │ ├── instrument
│ │ │ └── List.jsp
│ │ ├── instrumentActualReservation
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── instrumentAppointmentSetting
│ │ │ └── Edit.jsp
│ │ ├── instrumentManager
│ │ │ └── List.jsp
│ │ ├── instrumentReservation
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── instrumentUsageStatistics
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── letter
│ │ │ └── Edit.jsp
│ │ ├── link
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── Main.jsp
│ │ ├── member
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── message
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── navigation
│ │ │ └── List.jsp
│ │ ├── password
│ │ │ └── Edit.jsp
│ │ ├── registrationInfo
│ │ │ └── List.jsp
│ │ ├── scoreSetting
│ │ │ └── Edit.jsp
│ │ ├── sendMail
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── showPic
│ │ │ ├── Edit.jsp
│ │ │ └── List.jsp
│ │ ├── siteSet
│ │ │ └── Edit.jsp
│ │ ├── userGroup
│ │ │ └── List.jsp
│ │ └── userGroupUsageStatistics
│ │ ├── Edit.jsp
│ │ ├── List2.jsp
│ │ └── List.jsp
│ ├── Repeat.jsp
│ ├── sql
│ │ └── lrms.sql
│ ├── template
│ │ └── member.xls
│ ├── web
│ │ ├── Content.jsp
│ │ ├── flash
│ │ │ └── focus.swf
│ │ ├── Foot.jsp
│ │ ├── Grxx.jsp
│ │ ├── Grzx.jsp
│ │ ├── Head.jsp
│ │ ├── images
│ │ │ ├── 01.jpg
│ │ │ ├── 02.jpg
│ │ │ ├── 03.jpg
│ │ │ ├── 04.jpg
│ │ │ ├── 05.jpg
│ │ │ ├── 1810468_103254062479_2.jpg
│ │ │ ├── 37.png
│ │ │ ├── 38.png
│ │ │ ├── 50.png
│ │ │ ├── common_text.jpg
│ │ │ ├── document_edit.png
│ │ │ ├── document_notice.png
│ │ │ ├── grzx01.jpg
│ │ │ ├── MainTableHeaderBG.png
│ │ │ ├── me_03.jpg
│ │ │ ├── me_06.jpg
│ │ │ ├── me_09.jpg
│ │ │ ├── message_03.jpg
│ │ │ ├── message_07.jpg
│ │ │ ├── message_10.jpg
│ │ │ ├── message_13.jpg
│ │ │ ├── pixelicious_083.png
│ │ │ ├── pixelicious_139.png
│ │ │ ├── pixelicious_140.png
│ │ │ ├── pixelicious_141.png
│ │ │ ├── pixelicious_142.png
│ │ │ ├── pixelicious_143.png
│ │ │ ├── pixelicious_144.png
│ │ │ ├── pixelicious_145.png
│ │ │ ├── pixelicious_146.png
│ │ │ ├── pixelicious_147.png
│ │ │ ├── pixelicious_notice.png
│ │ │ ├── succeed_01.png
│ │ │ ├── sytj_search.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── wyyy02_07.jpg
│ │ │ ├── wyyy02_11.jpg
│ │ │ ├── wyyy02_13.jpg
│ │ │ ├── wyyy02_15.jpg
│ │ │ ├── wyyy02_21.jpg
│ │ │ ├── wyyy02_24.jpg
│ │ │ ├── wyyy02_25.jpg
│ │ │ ├── wyyy02_26.jpg
│ │ │ ├── wyyy02_30.jpg
│ │ │ ├── wyyy02_ruler0.gif
│ │ │ ├── wyyy02_ruler.gif
│ │ │ ├── wyyy_03.jpg
│ │ │ ├── wyyy_06.gif
│ │ │ ├── wyyy_10.jpg
│ │ │ ├── wyyy_15.jpg
│ │ │ ├── wyyy_19_back.jpg
│ │ │ ├── wyyy_19.jpg
│ │ │ ├── wyyy_20.jpg
│ │ │ ├── wyyy_21.jpg
│ │ │ ├── yiye_02.jpg
│ │ │ ├── yiye_04.gif
│ │ │ ├── yiye_09.jpg
│ │ │ ├── yiye_16.jpg
│ │ │ ├── yiye_20.jpg
│ │ │ ├── yiye_22.jpg
│ │ │ ├── yiye_24.jpg
│ │ │ ├── yiye_30.jpg
│ │ │ ├── yiye_321.jpg
│ │ │ ├── yiye_322.jpg
│ │ │ ├── yiye_323.jpg
│ │ │ ├── zc_03.jpg
│ │ │ └── zc_07.jpg
│ │ ├── Index.jsp
│ │ ├── InstrumentReservation.jsp
│ │ ├── Instruments.jsp
│ │ ├── Left.jsp
│ │ ├── Message.jsp
│ │ ├── News.jsp
│ │ ├── Password.jsp
│ │ ├── PersonLeft.jsp
│ │ ├── PrintTable.jsp
│ │ ├── stlye
│ │ │ └── stlye_01.css
│ │ ├── Succeed.jsp
│ │ ├── Sytj.jsp
│ │ ├── Wdfz.jsp
│ │ ├── WdyyEdit.jsp
│ │ ├── Wdyy.jsp
│ │ ├── Zc.jsp
│ │ ├── ZcSuccessA.jsp
│ │ ├── ZcSuccessB.jsp
│ │ ├── ZntxInbox.jsp
│ │ ├── ZntxRead.jsp
│ │ ├── ZntxSendbox.jsp
│ │ ├── ZntxSRead.jsp
│ │ ├── ZntxWrite.jsp
│ │ └── Zsytj.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── applicationContext-security.xml
│ │ ├── applicationContext.xml
│ │ ├── cn
│ │ │ └── com
│ │ │ └── kingkit
│ │ │ └── sys
│ │ │ ├── action
│ │ │ │ ├── kindeditor
│ │ │ │ │ ├── KindEditorAction.class
│ │ │ │ │ └── KindEditorFileAction.class
│ │ │ │ ├── lrms
│ │ │ │ │ ├── LrmsArticleTypeAction.class
│ │ │ │ │ ├── LrmsBackUpAction.class
│ │ │ │ │ ├── LrmsImportInformationAction.class
│ │ │ │ │ ├── LrmsIncomeMailAction.class
│ │ │ │ │ ├── LrmsIncreaseOrCutPointAction.class
│ │ │ │ │ ├── LrmsInstrumentActualReservationAction.class
│ │ │ │ │ ├── LrmsInstrumentAppointmentSettingAction.class
│ │ │ │ │ ├── LrmsInstrumentReservationAction.class
│ │ │ │ │ ├── LrmsLetterAction.class
│ │ │ │ │ ├── LrmsLinkAction.class
│ │ │ │ │ ├── LrmsMemberAction.class
│ │ │ │ │ ├── LrmsMessageAction.class
│ │ │ │ │ ├── LrmsNavigationAction.class
│ │ │ │ │ ├── LrmsScoreSettingAction.class
│ │ │ │ │ ├── LrmsSendMailAction.class
│ │ │ │ │ ├── LrmsSettlementAction.class
│ │ │ │ │ ├── LrmsShowPicAction.class
│ │ │ │ │ ├── LrmsSiteSetAction.class
│ │ │ │ │ └── LrmsUserGroupAction.class
│ │ │ │ ├── security
│ │ │ │ │ ├── RescAction.class
│ │ │ │ │ ├── RoleAction.class
│ │ │ │ │ └── UserAction.class
│ │ │ │ └── web
│ │ │ │ ├── LrmsArticleAction.class
│ │ │ │ ├── LrmsIncomeMailAction.class
│ │ │ │ ├── LrmsIndexAction.class
│ │ │ │ ├── LrmsInstrumentAction.class
│ │ │ │ ├── LrmsInstrumentReservationAction.class
│ │ │ │ ├── LrmsInstrumentUsageStatisticsAction.class
│ │ │ │ ├── LrmsInstrumentUserGroupUsageStatisticsAction.class
│ │ │ │ ├── LrmsLetterAction.class
│ │ │ │ ├── LrmsMemberAction.class
│ │ │ │ ├── LrmsMessageAction.class
│ │ │ │ ├── LrmsMyInstrumentReservationAction.class
│ │ │ │ ├── LrmsRegistrationAction.class
│ │ │ │ ├── LrmsScoreAction.class
│ │ │ │ └── LrmsSendMailAction.class
│ │ │ ├── aop
│ │ │ │ ├── LogBean.class
│ │ │ │ ├── Logger.class
│ │ │ │ └── SecurityMethod.class
│ │ │ ├── base
│ │ │ │ ├── action
│ │ │ │ │ └── BaseAction.class
│ │ │ │ ├── dao
│ │ │ │ │ └── BaseHibernateDao.class
│ │ │ │ └── service
│ │ │ │ ├── BaseServiceImpl.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── BaseDaoImpl.class
│ │ │ │ │ └── IBaseDao.class
│ │ │ │ └── IBaseService.class
│ │ │ ├── convert
│ │ │ │ └── DoubleConvert.class
│ │ │ ├── dao
│ │ │ │ ├── article
│ │ │ │ │ ├── ILrmsArticleDao.class
│ │ │ │ │ └── LrmsArticleDaoImpl.class
│ │ │ │ ├── articleType
│ │ │ │ │ ├── ILrmsArticleTypeDao.class
│ │ │ │ │ └── LrmsArticleTypeDaoImpl.class
│ │ │ │ ├── incomeMail
│ │ │ │ │ ├── ILrmsIncomeMailDao.class
│ │ │ │ │ └── LrmsIncomeMailDaoImpl.class
│ │ │ │ ├── increaseOrCutPoint
│ │ │ │ │ ├── ILrmsIncreaseOrCutPointDao.class
│ │ │ │ │ └── LrmsIncreaseOrCutPointDaoImpl.class
│ │ │ │ ├── instrument
│ │ │ │ │ ├── ILrmsInstrumentDao.class
│ │ │ │ │ └── LrmsInstrumentDaoImpl.class
│ │ │ │ ├── instrumentCharges
│ │ │ │ │ ├── ILrmsInstrumentChargesDao.class
│ │ │ │ │ └── LrmsInstrumentChargesDaoImpl.class
│ │ │ │ ├── instrumentReservation
│ │ │ │ │ ├── ILrmsInstrumentReservationDao.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$10.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$11.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$12.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$13.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$1.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$2.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$3.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$4.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$5.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$6.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$7.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$8.class
│ │ │ │ │ ├── LrmsInstrumentReservationDaoImpl$9.class
│ │ │ │ │ └── LrmsInstrumentReservationDaoImpl.class
│ │ │ │ ├── link
│ │ │ │ │ ├── ILrmsLinkDao.class
│ │ │ │ │ └── LrmsLinkDaoImpl.class
│ │ │ │ ├── member
│ │ │ │ │ ├── ILrmsMemberDao.class
│ │ │ │ │ ├── LrmsMemberDaoImpl$1.class
│ │ │ │ │ └── LrmsMemberDaoImpl.class
│ │ │ │ ├── navigation
│ │ │ │ │ ├── ILrmsNavigationDao.class
│ │ │ │ │ └── LrmsNavigationDaoImpl.class
│ │ │ │ ├── registrationInfo
│ │ │ │ │ ├── ILrmsRegistrationInfoDao.class
│ │ │ │ │ └── LrmsRegistrationInfoDaoImpl.class
│ │ │ │ ├── resc
│ │ │ │ │ ├── IRescDao.class
│ │ │ │ │ └── RescDaoImpl.class
│ │ │ │ ├── role
│ │ │ │ │ ├── IRoleDao.class
│ │ │ │ │ └── RoleDaoImpl.class
│ │ │ │ ├── sendMail
│ │ │ │ │ ├── ILrmsSendMailDao.class
│ │ │ │ │ └── LrmsSendMailDaoImpl.class
│ │ │ │ ├── showPic
│ │ │ │ │ ├── ILrmsShowPicDao.class
│ │ │ │ │ └── LrmsShowPicDaoImpl.class
│ │ │ │ ├── user
│ │ │ │ │ ├── IUserDao.class
│ │ │ │ │ └── UserDaoImpl.class
│ │ │ │ └── userGroup
│ │ │ │ ├── ILrmsUserGroupDao.class
│ │ │ │ └── LrmsUserGroupDaoImpl.class
│ │ │ ├── dto
│ │ │ │ ├── lrms
│ │ │ │ │ ├── ArticleDTO.class
│ │ │ │ │ ├── ArticleTypeDTO.class
│ │ │ │ │ ├── IncomeMailDTO.class
│ │ │ │ │ ├── IncreaseOrCutPointDTO.class
│ │ │ │ │ ├── InstrumentDTO.class
│ │ │ │ │ ├── InstrumentManagerDTO.class
│ │ │ │ │ ├── InstrumentReservationDTO.class
│ │ │ │ │ ├── InstrumentUsageStatisticsDTO.class
│ │ │ │ │ ├── LinkDTO.class
│ │ │ │ │ ├── MemberDTO.class
│ │ │ │ │ ├── MessageDTO.class
│ │ │ │ │ ├── NavigationDTO.class
│ │ │ │ │ ├── RegistrationInfoDTO.class
│ │ │ │ │ ├── sendMailDTO.class
│ │ │ │ │ ├── ShowPicDTO.class
│ │ │ │ │ ├── UserGroupDTO.class
│ │ │ │ │ └── UserGroupUsageStatisticsDTO.class
│ │ │ │ ├── security
│ │ │ │ │ ├── RoleDTO.class
│ │ │ │ │ └── UserDTO.class
│ │ │ │ ├── view
│ │ │ │ │ ├── LrmsArticleTypeView.class
│ │ │ │ │ ├── LrmsArticleView.class
│ │ │ │ │ ├── LrmsIncomeMailView.class
│ │ │ │ │ ├── LrmsIncreaseOrCutPointView.class
│ │ │ │ │ ├── LrmsInstrumentReservationView.class
│ │ │ │ │ ├── LrmsInstrumentUsageStatisticsView.class
│ │ │ │ │ ├── LrmsInstrumentView.class
│ │ │ │ │ ├── LrmsLaboratoryReservationView.class
│ │ │ │ │ ├── LrmsLaboratoryUsageStatisticsView.class
│ │ │ │ │ ├── LrmsLaboratoryView.class
│ │ │ │ │ ├── LrmsMemberView.class
│ │ │ │ │ ├── LrmsMessageView.class
│ │ │ │ │ ├── LrmsNavigationView.class
│ │ │ │ │ ├── LrmsSendMailView.class
│ │ │ │ │ ├── LrmsSettlementView.class
│ │ │ │ │ ├── LrmsUserGroupView.class
│ │ │ │ │ ├── RoleView.class
│ │ │ │ │ └── UserView.class
│ │ │ │ └── web
│ │ │ │ ├── IncomeMailDTO.class
│ │ │ │ ├── InstrumentDTO.class
│ │ │ │ └── LogInOutDTO.class
│ │ │ ├── exception
│ │ │ │ ├── SecurityException.class
│ │ │ │ ├── SysException.class
│ │ │ │ └── ValidationCodeException.class
│ │ │ ├── filter
│ │ │ │ ├── SecurityAUTHFilter.class
│ │ │ │ └── WebFilter.class
│ │ │ ├── interceptor
│ │ │ │ ├── LogInterceptor.class
│ │ │ │ └── SecurityMethodInterceptor.class
│ │ │ ├── persistence
│ │ │ │ ├── lrms
│ │ │ │ │ ├── LrmsArticle.class
│ │ │ │ │ ├── LrmsArticleType.class
│ │ │ │ │ ├── LrmsAttachment.class
│ │ │ │ │ ├── LrmsIncomeMail.class
│ │ │ │ │ ├── LrmsIncreaseOrCutPoint.class
│ │ │ │ │ ├── LrmsInstrumentAppointmentSetting.class
│ │ │ │ │ ├── LrmsInstrumentCharges.class
│ │ │ │ │ ├── LrmsInstrument.class
│ │ │ │ │ ├── LrmsInstrumentReservation.class
│ │ │ │ │ ├── LrmsLetterAttachment.class
│ │ │ │ │ ├── LrmsLetter.class
│ │ │ │ │ ├── LrmsLink.class
│ │ │ │ │ ├── LrmsMember.class
│ │ │ │ │ ├── LrmsMessage.class
│ │ │ │ │ ├── LrmsNavigation.class
│ │ │ │ │ ├── LrmsRegistrationInfo.class
│ │ │ │ │ ├── LrmsScoreSetting.class
│ │ │ │ │ ├── LrmsSendMail.class
│ │ │ │ │ ├── LrmsSettlement.class
│ │ │ │ │ ├── LrmsShowPic.class
│ │ │ │ │ ├── LrmsSiteSet.class
│ │ │ │ │ └── LrmsUserGroup.class
│ │ │ │ └── security
│ │ │ │ ├── Resc.class
│ │ │ │ ├── Resc_role.class
│ │ │ │ ├── Resc_roleRowMapper.class
│ │ │ │ ├── Role.class
│ │ │ │ ├── User.class
│ │ │ │ ├── User_role.class
│ │ │ │ └── User_roleRowMapper.class
│ │ │ ├── security
│ │ │ │ ├── ClearCache.class
│ │ │ │ ├── IUserService.class
│ │ │ │ ├── RequestMapFactoryBean.class
│ │ │ │ ├── SecurityUserHolder.class
│ │ │ │ ├── UserAuthBean.class
│ │ │ │ ├── UserAuthBeanRowMapper.class
│ │ │ │ ├── UserAuthenticationProcessingFilter.class
│ │ │ │ ├── UserAuthUtil.class
│ │ │ │ └── UserDetailsServiceImpl.class
│ │ │ ├── service
│ │ │ │ ├── article
│ │ │ │ │ ├── ILrmsArticleService.class
│ │ │ │ │ └── LrmsArticleServiceImpl.class
│ │ │ │ ├── articleType
│ │ │ │ │ ├── ILrmsArticleTypeService.class
│ │ │ │ │ └── LrmsArticleTypeServiceImpl.class
│ │ │ │ ├── incomeMail
│ │ │ │ │ ├── ILrmsIncomeMailService.class
│ │ │ │ │ └── LrmsIncomeMailServiceImpl.class
│ │ │ │ ├── increaseOrCutPoint
│ │ │ │ │ ├── ILrmsIncreaseOrCutPointService.class
│ │ │ │ │ └── LrmsIncreaseOrCutPointServiceImpl.class
│ │ │ │ ├── instrument
│ │ │ │ │ ├── ILrmsInstrumentService.class
│ │ │ │ │ └── LrmsInstrumentServiceImpl.class
│ │ │ │ ├── instrumentCharges
│ │ │ │ │ ├── ILrmsInstrumentChargesService.class
│ │ │ │ │ └── LrmsInstrumentChargesServiceImpl.class
│ │ │ │ ├── instrumentReservation
│ │ │ │ │ ├── ILrmsInstrumentReservationService.class
│ │ │ │ │ └── LrmsInstrumentReservationServiceImpl.class
│ │ │ │ ├── link
│ │ │ │ │ ├── ILrmsLinkService.class
│ │ │ │ │ └── LrmsLinkServiceImpl.class
│ │ │ │ ├── member
│ │ │ │ │ ├── ILrmsMemberService.class
│ │ │ │ │ └── LrmsMemberServiceImpl.class
│ │ │ │ ├── navigation
│ │ │ │ │ ├── ILrmsNavigationService.class
│ │ │ │ │ └── LrmsNavigationServiceImpl.class
│ │ │ │ ├── registrationInfo
│ │ │ │ │ ├── ILrmsRegistrationInfoService.class
│ │ │ │ │ └── LrmsRegistrationInfoServiceImpl.class
│ │ │ │ ├── resc
│ │ │ │ │ ├── IRescService.class
│ │ │ │ │ └── RescServiceImpl.class
│ │ │ │ ├── role
│ │ │ │ │ ├── IRoleService.class
│ │ │ │ │ └── RoleServiceImpl.class
│ │ │ │ ├── sendMail
│ │ │ │ │ ├── ILrmsSendMailService.class
│ │ │ │ │ └── LrmsSendMailServiceImpl.class
│ │ │ │ ├── settlement
│ │ │ │ │ ├── IrmsSettlementService.class
│ │ │ │ │ └── LrmsSettlementServiceImpl.class
│ │ │ │ ├── showPic
│ │ │ │ │ ├── ILrmsShowPicService.class
│ │ │ │ │ └── LrmsShowPicServiceImpl.class
│ │ │ │ ├── user
│ │ │ │ │ ├── IUserService.class
│ │ │ │ │ └── UserServiceImpl.class
│ │ │ │ └── userGroup
│ │ │ │ ├── ILrmsUserGroupService.class
│ │ │ │ └── LrmsUserGroupServiceImpl.class
│ │ │ ├── tag
│ │ │ │ └── PermissionBodyTag.class
│ │ │ ├── tree
│ │ │ │ ├── Node.class
│ │ │ │ └── TreeUtil.class
│ │ │ └── util
│ │ │ ├── CheckEmptyUtil.class
│ │ │ ├── DateUtil.class
│ │ │ ├── DeleteFileUtil.class
│ │ │ ├── GenericsUtils.class
│ │ │ ├── MysqlTool.class
│ │ │ ├── PageController.class
│ │ │ ├── Password.class
│ │ │ ├── PropertyLoader.class
│ │ │ └── ZipUtil.class
│ │ ├── ehcache-security.xml
│ │ ├── globalMessages_zh_CN.properties
│ │ ├── log4j.xml
│ │ ├── ps.properties
│ │ ├── struts-web.xml
│ │ ├── struts.xml
│ │ ├── template
│ │ │ └── simple
│ │ │ └── fielderror.ftl
│ │ └── xwork-conversion.properties
│ ├── kingkitTag.tld
│ ├── lib
│ │ ├── ant.jar
│ │ ├── antlr-2.7.6.jar
│ │ ├── asm-2.2.3.jar
│ │ ├── asm-commons-2.2.3.jar
│ │ ├── asm-util-2.2.3.jar
│ │ ├── backport-util-concurrent.jar
│ │ ├── buffalo-core-2.0.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── commons-beanutils-1.7.0.jar
│ │ ├── commons-codec-1.2.jar
│ │ ├── commons-collections-3.0.jar
│ │ ├── commons-dbcp-1.2.1.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── commons-lang-2.2.jar
│ │ ├── commons-logging-1.0.4.jar
│ │ ├── commons-pool-1.3.jar
│ │ ├── dom4j-1.6.jar
│ │ ├── dwr.jar
│ │ ├── ehcache-1.5.0.jar
│ │ ├── ejb3-persistence.jar
│ │ ├── freemarker-2.3.13.jar
│ │ ├── hibernate3.jar
│ │ ├── hibernate-annotations.jar
│ │ ├── hibernate-commons-annotations.jar
│ │ ├── hibernate-entitymanager.jar
│ │ ├── jsf-api.jar
│ │ ├── jsf-impl.jar
│ │ ├── jsonplugin-0.33.jar
│ │ ├── jsr107cache-1.0.jar
│ │ ├── jsr173_1.0_api.jar
│ │ ├── jstl-1.2.jar
│ │ ├── jstl.jar
│ │ ├── jta-spec1_0_1.jar
│ │ ├── jxl.jar
│ │ ├── log4j-1.2.11.jar
│ │ ├── mysql-connector-java-5.1.0-bin.jar
│ │ ├── ognl-2.6.11.jar
│ │ ├── quartz-1.8.3.jar
│ │ ├── sitemesh-2.4.1.jar
│ │ ├── slf4j-api-1.5.10.jar
│ │ ├── slf4j-log4j12-1.5.10.jar
│ │ ├── spring-aop.jar
│ │ ├── spring-beans.jar
│ │ ├── spring-context.jar
│ │ ├── spring-context-support.jar
│ │ ├── spring-core.jar
│ │ ├── spring.jar
│ │ ├── spring-jdbc.jar
│ │ ├── spring-jms.jar
│ │ ├── spring-orm.jar
│ │ ├── spring-security-acl-2.0.4.jar
│ │ ├── spring-security-cas-client-2.0.4.jar
│ │ ├── spring-security-core-2.0.4.jar
│ │ ├── spring-security-core-tiger-2.0.4.jar
│ │ ├── spring-security-openid-2.0.4.jar
│ │ ├── spring-security-portlet-2.0.4.jar
│ │ ├── spring-security-taglibs-2.0.4.jar
│ │ ├── spring-test.jar
│ │ ├── spring-tx.jar
│ │ ├── spring-web.jar
│ │ ├── spring-webmvc.jar
│ │ ├── spring-webmvc-portlet.jar
│ │ ├── spring-webmvc-struts.jar
│ │ ├── standard.jar
│ │ ├── struts2-core-2.1.6.jar
│ │ ├── struts2-sitemesh-plugin-2.0.11.1.jar
│ │ ├── struts2-spring-plugin-2.0.11.1.jar
│ │ └── xwork-2.1.2.jar
│ └── web.xml
└── 软件安装说明.txt
158 directories, 1129 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论