嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Java实用组件集光盘
所涉及的组件包括:TreeView、Excel的导入/导出、数据加密/解密、文件压缩/解压缩、绘制3D饼图、柱图、甘特图、图像处理、视频处理、工作流引擎等。 本书是一本全面介绍常用Java组件的实例教程,读者对象应是有过...
.
├── 10_树型结构组件
│ ├── Class
│ │ └── TreeView.class
│ ├── Document
│ │ └── TreeView.doc
│ ├── Enviroument
│ │ ├── CssLib
│ │ │ ├── treeview.css
│ │ │ └── vssver.scc
│ │ ├── Icon
│ │ │ ├── Cstyle
│ │ │ ├── Estyle
│ │ │ ├── Fstyle
│ │ │ ├── Pstyle
│ │ │ ├── Thumbs.db
│ │ │ ├── TreeView
│ │ │ └── Ustyle
│ │ ├── ScriptLib
│ │ │ ├── BigTree.js
│ │ │ ├── NoImgTree.js
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ ├── treeview.xslt
│ │ │ └── vssver.scc
│ │ ├── XML_Tree
│ │ │ ├── Demo.xml
│ │ │ ├── Icon
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ └── treeview.xslt
│ │ └── smart
│ │ └── css
│ ├── Jsp
│ │ ├── HiddenPage.jsp
│ │ ├── blank.htm
│ │ ├── index.jsp
│ │ ├── main.jsp
│ │ ├── script.js
│ │ ├── typeAdd.jsp
│ │ ├── typeAddAction.jsp
│ │ ├── typeDel.jsp
│ │ ├── typeDelAction.jsp
│ │ ├── typeModify.jsp
│ │ └── typeModifyAction.jsp
│ ├── Source
│ │ └── TreeView.java
│ └── readme.txt
├── 11_日期脚本
│ ├── Document
│ │ └── Calendar.doc
│ ├── Environment
│ │ └── style.css
│ ├── Readme.txt
│ ├── Sample
│ │ ├── calendar.js
│ │ ├── exmp.htm
│ │ ├── exmp.htm.bak
│ │ └── style.css
│ ├── Source
│ │ ├── calendar.js
│ │ ├── exmp.htm
│ │ └── style.css
│ └── class
├── 12_验证脚本
│ ├── Class
│ ├── Document
│ │ └── Validation.doc
│ ├── Environment
│ ├── Sample
│ │ └── sample.html
│ ├── Source
│ │ └── Validation.js
│ └── readme.txt
├── 13_文件上传
│ ├── Class
│ │ └── DateUtils.class
│ ├── Document
│ │ └── FileUpload.doc
│ ├── Enviroument
│ │ ├── ahxu-commons-fileuploadex-beta2.jar
│ │ └── commons-fileupload.jar
│ ├── Jsp
│ │ ├── FileUpload.jsp
│ │ ├── FileUploadAction.jsp
│ │ ├── progressbar.jsp
│ │ └── progressdetail.jsp
│ ├── Source
│ │ └── DateUtils.java
│ └── readme.txt
├── 14_幻灯播放
│ ├── Class
│ ├── Document
│ │ └── PhotoPlay.doc
│ ├── Enviroument
│ ├── Jsp
│ │ ├── PhotoPlay.jsp
│ │ └── images
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── Thumbs.db
│ │ ├── bt_d_fwd.gif
│ │ ├── bt_d_play.gif
│ │ ├── bt_d_rwd.gif
│ │ ├── bt_d_stop.gif
│ │ ├── bt_u_fwd.gif
│ │ ├── bt_u_play.gif
│ │ ├── bt_u_rwd.gif
│ │ └── bt_u_stop.gif
│ ├── Source
│ │ └── photoplay.js
│ └── readme.txt
├── 15_邮件发送组件
│ ├── Class
│ │ └── SendEmail.class
│ ├── Document
│ │ └── Email.doc
│ ├── Enviroument
│ ├── Jsp
│ ├── Source
│ │ └── SendEmail.java
│ └── readme.txt
├── 16_验证码组件
│ ├── Class
│ │ └── getimg.class
│ ├── Document
│ │ └── IdentifyingCode.doc
│ ├── Enviroument
│ ├── Jsp
│ │ └── GetImage.jsp
│ ├── Source
│ │ └── getimg.java
│ └── readme.txt
├── 17_动态评星组件
│ ├── Class
│ │ ├── SetPicStar.class
│ │ └── star.class
│ ├── Document
│ │ └── GetStar.doc
│ ├── Enviroument
│ ├── Jsp
│ │ └── GetStar.jsp
│ ├── Source
│ │ ├── SetPicStar.java
│ │ └── star.java
│ ├── images
│ │ ├── Cur.gif
│ │ ├── Dis.gif
│ │ ├── Sel.gif
│ │ ├── Thumbs.db
│ │ └── flower.jpg
│ └── readme.txt
├── 18_视频转化处理
│ ├── Class
│ │ └── ChangeVedio.class
│ ├── Document
│ │ └── ChangeVideo.doc
│ ├── Enviroument
│ │ ├── encoder.bat
│ │ ├── ffmpeg.exe
│ │ ├── makeing.bat
│ │ └── vcastr21.swf
│ ├── Jsp
│ │ └── VedioOnline.jsp
│ ├── Source
│ │ └── ChangeVedio.java
│ └── readme.txt
├── 21_图文混排
│ ├── Class
│ ├── Document
│ │ └── Gls.doc
│ ├── Enviroument
│ ├── Jsp
│ │ ├── Gls.htm
│ │ ├── html2xhtml.js
│ │ ├── palette.htm
│ │ ├── richtext.js
│ │ └── rte.css
│ ├── Source
│ │ └── GlsTest.java
│ ├── images
│ │ ├── bgcolor.gif
│ │ ├── blackdot.gif
│ │ ├── bold.gif
│ │ ├── centre.gif
│ │ ├── copy.gif
│ │ ├── cut.gif
│ │ ├── email.gif
│ │ ├── hr.gif
│ │ ├── hyperlink.gif
│ │ ├── image.gif
│ │ ├── indent.gif
│ │ ├── insert_table.gif
│ │ ├── italic.gif
│ │ ├── justifyfull.gif
│ │ ├── left_just.gif
│ │ ├── list.gif
│ │ ├── numbered_list.gif
│ │ ├── outdent.gif
│ │ ├── paste.gif
│ │ ├── redo.gif
│ │ ├── right_just.gif
│ │ ├── smiley.gif
│ │ ├── spellcheck.gif
│ │ ├── textcolor.gif
│ │ ├── underline.gif
│ │ └── undo.gif
│ └── readme.txt
├── 22_FtpServer
│ ├── Class
│ │ ├── FtpConsole.class
│ │ ├── FtpHandler.class
│ │ ├── FtpServer.class
│ │ ├── FtpState.class
│ │ ├── UserInfo.class
│ │ └── user.cfg
│ ├── Document
│ │ └── FtpServer.doc
│ ├── Enviroument
│ ├── Jsp
│ ├── Source
│ │ ├── FtpServer.java
│ │ └── user.cfg
│ └── readme.txt
├── 23_WorkFlow工作流
│ ├── Document
│ │ ├── 功能描述.doc
│ │ ├── 数据结构.doc
│ │ └── 工作流视图.doc
│ ├── Enviroument
│ │ └── smart
│ │ ├── ApplicationResources.properties
│ │ ├── app
│ │ └── css
│ ├── Example
│ │ ├── Readme.txt
│ │ ├── iwhr1016.dmp
│ │ └── workflow
│ │ ├── WebRoot
│ │ └── src
│ ├── Jsp
│ │ ├── BackManage
│ │ │ ├── blank.htm
│ │ │ ├── home.htm
│ │ │ ├── index.jsp
│ │ │ ├── logIndex.jsp
│ │ │ ├── logtop.jsp
│ │ │ ├── top.jsp
│ │ │ └── topold.jsp
│ │ ├── CssLib
│ │ │ ├── CSSForContract.css
│ │ │ ├── CSSForOA.css
│ │ │ ├── CSSForProject.css
│ │ │ ├── CSSForQuality.css
│ │ │ ├── ContractMenuItem.css
│ │ │ ├── Contract_Menu.css
│ │ │ ├── ExpandMenu.js
│ │ │ ├── FunctionForFrame.js
│ │ │ ├── FunctionForMenu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── OAMenuItem.css
│ │ │ ├── OAWorkFlow.css
│ │ │ ├── OA_Menu.css
│ │ │ ├── ProjectMenuItem.css
│ │ │ ├── Project_Menu.css
│ │ │ ├── denglu.css
│ │ │ ├── destroytree.css
│ │ │ ├── forsite.css
│ │ │ ├── index.css
│ │ │ ├── rightmenu.css
│ │ │ ├── style.css
│ │ │ ├── systree.css
│ │ │ ├── table.css
│ │ │ └── treeview.css
│ │ ├── Export2Excel.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── Permission
│ │ │ ├── Manage
│ │ │ ├── Permission
│ │ │ ├── Role
│ │ │ ├── UserGroup
│ │ │ ├── index.jsp
│ │ │ ├── mainWorkSpace.jsp
│ │ │ ├── topMenu.jsp
│ │ │ └── welcome.jsp
│ │ ├── ScriptLib
│ │ │ ├── BigTree.js
│ │ │ ├── CalendarTemp.js
│ │ │ ├── ExpandMenu.js
│ │ │ ├── FunctionForFrame.js
│ │ │ ├── FunctionForMenu.js
│ │ │ ├── Menu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── NoImgTree.js
│ │ │ ├── Validation.js
│ │ │ ├── browser.js
│ │ │ ├── calendar.js
│ │ │ ├── calendardiv.js
│ │ │ ├── check.js
│ │ │ ├── compose.js
│ │ │ ├── ftiens4.js
│ │ │ ├── judge.js
│ │ │ ├── moveOption.js
│ │ │ ├── moveloc.js
│ │ │ ├── script.js
│ │ │ ├── statScript.js
│ │ │ ├── style.css
│ │ │ ├── systree.js
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ ├── treeview.xslt
│ │ │ ├── ua.js
│ │ │ └── xmlTree.js
│ │ ├── Synthesis
│ │ │ ├── Image
│ │ │ ├── Thumbs.db
│ │ │ ├── ZHWelcome.jpg
│ │ │ ├── bottomFrame.jsp
│ │ │ ├── index.jsp
│ │ │ ├── indexFirst.jsp
│ │ │ ├── seal
│ │ │ └── welcome.jsp
│ │ ├── Thumbs.db
│ │ ├── User
│ │ │ ├── addContribute.jsp
│ │ │ ├── addContributeAction.jsp
│ │ │ ├── addUserToGroup.jsp
│ │ │ ├── blank.htm
│ │ │ ├── changePassword.jsp
│ │ │ ├── changePasswordAction.jsp
│ │ │ ├── changePersonal.jsp
│ │ │ ├── changePersonalAction.jsp
│ │ │ ├── clearPassword.jsp
│ │ │ ├── contributeDel.jsp
│ │ │ ├── contributeList.jsp
│ │ │ ├── deleteUserFormGroup.jsp
│ │ │ ├── departAdd.jsp
│ │ │ ├── departAddAction.jsp
│ │ │ ├── departDel.jsp
│ │ │ ├── departDelAction.jsp
│ │ │ ├── departModify.jsp
│ │ │ ├── departModifyAction.jsp
│ │ │ ├── departMove.jsp
│ │ │ ├── departMoveAction.jsp
│ │ │ ├── depintro.jsp
│ │ │ ├── exportExcel.jsp
│ │ │ ├── exportExcelAnalyze.jsp
│ │ │ ├── exportExcelSearch.jsp
│ │ │ ├── groupList.jsp
│ │ │ ├── index.jsp
│ │ │ ├── list.jsp
│ │ │ ├── main.jsp
│ │ │ ├── manageRolePermssion.jsp
│ │ │ ├── modifyPersonal.jsp
│ │ │ ├── moveTree.jsp
│ │ │ ├── moveUser.jsp
│ │ │ ├── orderDep.jsp
│ │ │ ├── orderDepAction.jsp
│ │ │ ├── permission.jsp
│ │ │ ├── print.jsp
│ │ │ ├── printAnalyze.jsp
│ │ │ ├── printSearch.jsp
│ │ │ ├── script.js
│ │ │ ├── scriptone.js
│ │ │ ├── search.htm
│ │ │ ├── search.jsp
│ │ │ ├── searchAction.jsp
│ │ │ ├── userAdd.jsp
│ │ │ ├── userAddAction.jsp
│ │ │ ├── userAllDetail.jsp
│ │ │ ├── userAnalyze.jsp
│ │ │ ├── userContributeList.jsp
│ │ │ ├── userDel.jsp
│ │ │ ├── userDetail.jsp
│ │ │ ├── userGroup.jsp
│ │ │ ├── userList.jsp
│ │ │ ├── userModify.jsp
│ │ │ ├── userModifyAction.jsp
│ │ │ ├── userModifyActionForIndex.jsp
│ │ │ └── userSearchDel.jsp
│ │ ├── UserMessage
│ │ │ ├── _desktop.ini
│ │ │ ├── index.css
│ │ │ ├── index.jsp
│ │ │ ├── password.jsp
│ │ │ ├── passwordAction.jsp
│ │ │ ├── personInfo.jsp
│ │ │ └── personInfoAction.jsp
│ │ ├── WEB-INF
│ │ │ ├── classes
│ │ │ ├── lib
│ │ │ ├── session-check.tld
│ │ │ ├── smart_config.xml
│ │ │ ├── struts-bean.tld
│ │ │ ├── struts-config.xml
│ │ │ ├── struts-html.tld
│ │ │ ├── struts-logic.tld
│ │ │ ├── struts-nested.tld
│ │ │ ├── struts-template.tld
│ │ │ ├── struts-tiles.tld
│ │ │ ├── style.css
│ │ │ ├── validator-rules.xml
│ │ │ └── web.xml
│ │ ├── WorkFlow
│ │ │ ├── Result.jsp
│ │ │ ├── addAuthorize.jsp
│ │ │ ├── addToGroup.jsp
│ │ │ ├── addWorkFlow.jsp
│ │ │ ├── applyInstance.jsp
│ │ │ ├── applyJudge.jsp
│ │ │ ├── appointList.jsp
│ │ │ ├── appointWorkFlow.jsp
│ │ │ ├── assign.jsp
│ │ │ ├── assignFrame.jsp
│ │ │ ├── assignResult.jsp
│ │ │ ├── assignfail.jsp
│ │ │ ├── authorizeList.jsp
│ │ │ ├── back applyJudge.jsp
│ │ │ ├── changeDep.jsp
│ │ │ ├── historyFrame.jsp
│ │ │ ├── historyList.jsp
│ │ │ ├── index.jsp
│ │ │ ├── instanceList.jsp
│ │ │ ├── myAffair.jsp
│ │ │ ├── myAffairForSub.jsp
│ │ │ ├── myAffairHisForSub.jsp
│ │ │ ├── nodeList.jsp
│ │ │ ├── sendMessageFrame.jsp
│ │ │ ├── showMyApply.jsp
│ │ │ ├── test.jsp
│ │ │ ├── toGroupList.jsp
│ │ │ ├── workFlowDocMain.jsp
│ │ │ ├── workFlowList.jsp
│ │ │ └── workFlowNodeEdit.jsp
│ │ ├── attachment
│ │ │ ├── AddDocs.jsp
│ │ │ ├── AddResult.html
│ │ │ ├── AddResult.jsp
│ │ │ ├── AddResultJ.html
│ │ │ ├── AddResultJ.jsp
│ │ │ ├── AttachMentList.jsp
│ │ │ ├── AttachMentSearchList.jsp
│ │ │ ├── AttachmentMain.html
│ │ │ ├── AttachmentMain.jsp
│ │ │ ├── DocMain.jsp
│ │ │ ├── Error.jsp
│ │ │ ├── FileUpload.jsp
│ │ │ ├── JDocMain.jsp
│ │ │ ├── Report.htm
│ │ │ ├── Test.jsp
│ │ │ ├── Thumbs.db
│ │ │ ├── Wait.html
│ │ │ ├── di2.gif
│ │ │ ├── docsReload.jsp
│ │ │ ├── kl.gif
│ │ │ ├── kr.gif
│ │ │ ├── showAttachCatalog.jsp
│ │ │ └── showFileName.jsp
│ │ ├── bottomFrame.jsp
│ │ ├── css
│ │ │ ├── cssstyle.css
│ │ │ ├── cssstyle2.css
│ │ │ └── login.css
│ │ ├── denglu.css
│ │ ├── images
│ │ │ ├── 001.jpg
│ │ │ ├── 002.jpg
│ │ │ ├── 003.jpg
│ │ │ ├── 004.jpg
│ │ │ ├── 005.jpg
│ │ │ ├── 006.jpg
│ │ │ ├── 007.jpg
│ │ │ ├── 008.jpg
│ │ │ ├── 009.jpg
│ │ │ ├── Outcharg.gif
│ │ │ ├── Outcharge_A.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── arr.gif
│ │ │ ├── arr_1.gif
│ │ │ ├── arrow.gif
│ │ │ ├── arrow01.gif
│ │ │ ├── board_failure.gif
│ │ │ ├── board_failure1.gif
│ │ │ ├── board_success.gif
│ │ │ ├── board_success1.gif
│ │ │ ├── bottom_jrlogo.gif
│ │ │ ├── bottom_right.gif
│ │ │ ├── bottombg.gif
│ │ │ ├── btn_cancel.gif
│ │ │ ├── btn_confirm.gif
│ │ │ ├── btn_delete.gif
│ │ │ ├── btn_modify.gif
│ │ │ ├── close_button.gif
│ │ │ ├── dl_001.gif
│ │ │ ├── dl_001_1.gif
│ │ │ ├── dl_001_2.gif
│ │ │ ├── dl_001_3.gif
│ │ │ ├── dl_002.gif
│ │ │ ├── dl_003.gif
│ │ │ ├── dl_004.gif
│ │ │ ├── dl_anniu.gif
│ │ │ ├── dl_back.gif
│ │ │ ├── export.gif
│ │ │ ├── header_001.gif
│ │ │ ├── header_003.gif
│ │ │ ├── header_004.gif
│ │ │ ├── header_005.gif
│ │ │ ├── header_006.gif
│ │ │ ├── header_007.gif
│ │ │ ├── header_008.gif
│ │ │ ├── header_009.gif
│ │ │ ├── header_010.gif
│ │ │ ├── header_011.gif
│ │ │ ├── header_012.gif
│ │ │ ├── header_014.gif
│ │ │ ├── header_015.gif
│ │ │ ├── header_016.gif
│ │ │ ├── header_017.gif
│ │ │ ├── header_018.gif
│ │ │ ├── header_019.gif
│ │ │ ├── hr_back.gif
│ │ │ ├── hr_backbar.gif
│ │ │ ├── hr_cover.gif
│ │ │ ├── hr_leftbar.gif
│ │ │ ├── hr_logo.gif
│ │ │ ├── hr_messageboard.gif
│ │ │ ├── hr_rightbar.gif
│ │ │ ├── hr_tdback.gif
│ │ │ ├── hr_thback.gif
│ │ │ ├── icon_attached.gif
│ │ │ ├── icon_success.gif
│ │ │ ├── import.gif
│ │ │ ├── index_tijiao.gif
│ │ │ ├── l.gif
│ │ │ ├── l_1.gif
│ │ │ ├── menubg.gif
│ │ │ ├── menubg_1.gif
│ │ │ ├── moon.gif
│ │ │ ├── print.gif
│ │ │ ├── star.gif
│ │ │ ├── sun.gif
│ │ │ ├── table1_bg_l.gif
│ │ │ ├── table1_bg_m.gif
│ │ │ ├── table1_bg_r.gif
│ │ │ ├── table1_line.gif
│ │ │ ├── table2_bg_l.gif
│ │ │ ├── table2_bg_m.gif
│ │ │ ├── table2_bg_r.gif
│ │ │ ├── table2_line.gif
│ │ │ ├── table3_bg_l.gif
│ │ │ ├── table3_bg_m.gif
│ │ │ ├── table3_bg_r.gif
│ │ │ ├── table3_line.gif
│ │ │ ├── table4_bg_l.gif
│ │ │ ├── table4_bg_m.gif
│ │ │ ├── table4_bg_r.gif
│ │ │ ├── table4_line.gif
│ │ │ ├── table5_bg_l.gif
│ │ │ ├── table5_bg_m.gif
│ │ │ ├── table5_bg_r.gif
│ │ │ ├── table5_line.gif
│ │ │ ├── table_arrow.gif
│ │ │ ├── title.gif
│ │ │ ├── top10_01.jpg
│ │ │ ├── top10_02.jpg
│ │ │ ├── top10_03.jpg
│ │ │ ├── top1_01.jpg
│ │ │ ├── top1_02.jpg
│ │ │ ├── top1_03.jpg
│ │ │ ├── top2_01.jpg
│ │ │ ├── top2_02.jpg
│ │ │ ├── top2_03.jpg
│ │ │ ├── top3_01.jpg
│ │ │ ├── top3_02.jpg
│ │ │ ├── top3_03.jpg
│ │ │ ├── top4_01.jpg
│ │ │ ├── top4_02.jpg
│ │ │ ├── top4_03.jpg
│ │ │ ├── top5_01.jpg
│ │ │ ├── top5_02.jpg
│ │ │ ├── top5_03.jpg
│ │ │ ├── top6_01.jpg
│ │ │ ├── top6_02.jpg
│ │ │ ├── top6_03.jpg
│ │ │ ├── top7_01.jpg
│ │ │ ├── top7_02.jpg
│ │ │ ├── top7_03.jpg
│ │ │ ├── top8_01.jpg
│ │ │ ├── top8_02.jpg
│ │ │ ├── top8_03.jpg
│ │ │ ├── top9_01.jpg
│ │ │ ├── top9_02.jpg
│ │ │ ├── top9_03.jpg
│ │ │ ├── true.gif
│ │ │ ├── whitebot_back.gif
│ │ │ ├── whitebot_left.gif
│ │ │ ├── whitebot_right.gif
│ │ │ ├── workflow_complete.gif
│ │ │ ├── workflow_complete1.gif
│ │ │ ├── workflow_ongoing.gif
│ │ │ ├── workflow_ongoing1.gif
│ │ │ ├── workflow_ongoing2.gif
│ │ │ ├── workflow_wait.gif
│ │ │ └── workflow_wait1.gif
│ │ ├── index.css
│ │ ├── index.jsp
│ │ ├── js
│ │ │ ├── BigTree.js
│ │ │ ├── Calendar.js
│ │ │ ├── CalendarTemp.js
│ │ │ ├── ExpandMenu.js
│ │ │ ├── Menu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── Validation.js
│ │ │ ├── ajax.js
│ │ │ ├── browser.js
│ │ │ ├── calendar
│ │ │ ├── calendardiv.js
│ │ │ ├── check.js
│ │ │ ├── description.js
│ │ │ ├── ftiens4.js
│ │ │ ├── judge.js
│ │ │ ├── moveOption.js
│ │ │ ├── moveloc.js
│ │ │ ├── page_wcx.js
│ │ │ ├── script.js
│ │ │ ├── setBodyHeight.js
│ │ │ ├── showDiv.js
│ │ │ ├── showtime.js
│ │ │ ├── smallTree.js
│ │ │ ├── statScript.js
│ │ │ ├── systree.js
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ ├── treeview.xslt
│ │ │ ├── ua.js
│ │ │ └── xmlTree.js
│ │ ├── login.jsp
│ │ ├── mainFrame1.jsp
│ │ ├── style
│ │ │ └── style.css
│ │ ├── style.css
│ │ ├── table02.jsp
│ │ ├── table03.jsp
│ │ ├── table04.jsp
│ │ └── topFrame1.jsp
│ ├── Source
│ │ ├── action
│ │ │ ├── accessory
│ │ │ ├── common
│ │ │ ├── log
│ │ │ ├── synthesis
│ │ │ └── workflow
│ │ ├── com
│ │ │ └── yourcompany
│ │ ├── common
│ │ │ └── accessory
│ │ ├── filters
│ │ │ └── SetCharacterEncodingFilter.java
│ │ ├── formbean
│ │ │ ├── accessory
│ │ │ ├── synthesis
│ │ │ └── workflow
│ │ └── model
│ │ ├── accessory
│ │ ├── common
│ │ ├── synthesis
│ │ └── workflow
│ └── readme.txt
├── 24_用户和权限
│ ├── Document
│ │ ├── Permission.doc
│ │ ├── User.doc
│ │ └── 数据结构.doc
│ ├── Environment
│ │ └── smart
│ │ ├── ApplicationResources.properties
│ │ ├── app
│ │ └── css
│ ├── Example
│ │ ├── Readme.txt
│ │ ├── data.dmp
│ │ ├── userAndPermission
│ │ │ ├── WebRoot
│ │ │ └── src
│ │ ├── 序列名称(sequence).txt
│ │ └── 建表语句.txt
│ ├── Jsp
│ │ ├── BackManage
│ │ │ ├── blank.htm
│ │ │ ├── home.htm
│ │ │ ├── index.jsp
│ │ │ ├── logIndex.jsp
│ │ │ ├── logtop.jsp
│ │ │ ├── top.jsp
│ │ │ ├── topold.jsp
│ │ │ └── vssver.scc
│ │ ├── CssLib
│ │ │ ├── CSSForContract.css
│ │ │ ├── CSSForOA.css
│ │ │ ├── CSSForProject.css
│ │ │ ├── CSSForQuality.css
│ │ │ ├── ContractMenuItem.css
│ │ │ ├── Contract_Menu.css
│ │ │ ├── ExpandMenu.js
│ │ │ ├── FunctionForFrame.js
│ │ │ ├── FunctionForMenu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── OAMenuItem.css
│ │ │ ├── OAWorkFlow.css
│ │ │ ├── OA_Menu.css
│ │ │ ├── ProjectMenuItem.css
│ │ │ ├── Project_Menu.css
│ │ │ ├── denglu.css
│ │ │ ├── destroytree.css
│ │ │ ├── forsite.css
│ │ │ ├── index.css
│ │ │ ├── rightmenu.css
│ │ │ ├── style.css
│ │ │ ├── systree.css
│ │ │ ├── table.css
│ │ │ ├── treeview.css
│ │ │ └── vssver.scc
│ │ ├── Icon
│ │ │ ├── Cstyle
│ │ │ ├── Estyle
│ │ │ ├── Fstyle
│ │ │ ├── Pstyle
│ │ │ ├── Thumbs.db
│ │ │ ├── TreeView
│ │ │ ├── Ustyle
│ │ │ └── vssver.scc
│ │ ├── Image
│ │ │ ├── 001.gif
│ │ │ ├── CoverPic.gif
│ │ │ ├── DownBar.gif
│ │ │ ├── Finish1.gif
│ │ │ ├── FlowIcon.gif
│ │ │ ├── Folder.gif
│ │ │ ├── Folders.gif
│ │ │ ├── GrayBar.gif
│ │ │ ├── LastFolder.gif
│ │ │ ├── LastFolders.gif
│ │ │ ├── Line.gif
│ │ │ ├── LineL.gif
│ │ │ ├── LineT.gif
│ │ │ ├── Minus.gif
│ │ │ ├── Nopermit_on.gif
│ │ │ ├── NoticeFeedback.gif
│ │ │ ├── NoticeMeet.gif
│ │ │ ├── NoticeProduct.gif
│ │ │ ├── OpenFolder.gif
│ │ │ ├── OpenFolders.gif
│ │ │ ├── Outcharg.gif
│ │ │ ├── Outcharge_A.gif
│ │ │ ├── Plus.gif
│ │ │ ├── Project.gif
│ │ │ ├── RestoreICON.gif
│ │ │ ├── ScrollDown.gif
│ │ │ ├── ScrollUp.gif
│ │ │ ├── T_minus.gif
│ │ │ ├── T_plus.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── ToMaxICON.gif
│ │ │ ├── Wait.gif
│ │ │ ├── WorkFlow.class
│ │ │ ├── add_note.gif
│ │ │ ├── anniu038.gif
│ │ │ ├── arrow.gif
│ │ │ ├── back.gif
│ │ │ ├── bar_bot.gif
│ │ │ ├── bar_memo.gif
│ │ │ ├── bar_password.gif
│ │ │ ├── bar_personelnews.gif
│ │ │ ├── bar_prealarm.gif
│ │ │ ├── bar_todo.gif
│ │ │ ├── bar_username.gif
│ │ │ ├── biao1_001.gif
│ │ │ ├── biao1_002.gif
│ │ │ ├── biao1_003.gif
│ │ │ ├── biao1_006.gif
│ │ │ ├── blank.gif
│ │ │ ├── board_failure.gif
│ │ │ ├── board_success.gif
│ │ │ ├── body_01.gif
│ │ │ ├── btn-convert.gif
│ │ │ ├── btn-deleteall.gif
│ │ │ ├── btn-receive.gif
│ │ │ ├── btn-replay.gif
│ │ │ ├── btn-send.gif
│ │ │ ├── btn-sendmail.gif
│ │ │ ├── btn-write.gif
│ │ │ ├── btn_account.gif
│ │ │ ├── btn_account_on.gif
│ │ │ ├── btn_add.gif
│ │ │ ├── btn_add_customer.gif
│ │ │ ├── btn_add_provider.gif
│ │ │ ├── btn_address.gif
│ │ │ ├── btn_address_on.gif
│ │ │ ├── btn_back.gif
│ │ │ ├── btn_backup.gif
│ │ │ ├── btn_cancel.gif
│ │ │ ├── btn_check.gif
│ │ │ ├── btn_close.gif
│ │ │ ├── btn_confirm.gif
│ │ │ ├── btn_contract.gif
│ │ │ ├── btn_contract_on.gif
│ │ │ ├── btn_corporation.gif
│ │ │ ├── btn_corporation_on.gif
│ │ │ ├── btn_cost.gif
│ │ │ ├── btn_cost_on.gif
│ │ │ ├── btn_delete.gif
│ │ │ ├── btn_draft.gif
│ │ │ ├── btn_draft_on.gif
│ │ │ ├── btn_edit.gif
│ │ │ ├── btn_endpage.gif
│ │ │ ├── btn_exit.gif
│ │ │ ├── btn_exit_on.gif
│ │ │ ├── btn_export.gif
│ │ │ ├── btn_exportexcel.gif
│ │ │ ├── btn_finish.gif
│ │ │ ├── btn_finish.gif.psd
│ │ │ ├── btn_firstpage.gif
│ │ │ ├── btn_front.gif
│ │ │ ├── btn_help.gif
│ │ │ ├── btn_help_on.gif
│ │ │ ├── btn_home.gif
│ │ │ ├── btn_home_on.gif
│ │ │ ├── btn_homepage.gif
│ │ │ ├── btn_hr.gif
│ │ │ ├── btn_hr_on.gif
│ │ │ ├── btn_inbox.gif
│ │ │ ├── btn_inbox_on.gif
│ │ │ ├── btn_lastpage.gif
│ │ │ ├── btn_login.gif
│ │ │ ├── btn_logon.gif
│ │ │ ├── btn_logout.gif
│ │ │ ├── btn_modify.gif
│ │ │ ├── btn_modify_customer.gif
│ │ │ ├── btn_modify_provider.gif
│ │ │ ├── btn_next.gif
│ │ │ ├── btn_nextpage.gif
│ │ │ ├── btn_now.gif
│ │ │ ├── btn_office.gif
│ │ │ ├── btn_office_on.gif
│ │ │ ├── btn_outbox.gif
│ │ │ ├── btn_outbox_on.gif
│ │ │ ├── btn_pass.gif
│ │ │ ├── btn_prepage.gif
│ │ │ ├── btn_printall.gif
│ │ │ ├── btn_printthis.gif
│ │ │ ├── btn_query.gif
│ │ │ ├── btn_receivemail.gif
│ │ │ ├── btn_relogin.gif
│ │ │ ├── btn_research.gif
│ │ │ ├── btn_research_on.gif
│ │ │ ├── btn_reset.gif
│ │ │ ├── btn_return.gif
│ │ │ ├── btn_rubbish.gif
│ │ │ ├── btn_rubbish_on.gif
│ │ │ ├── btn_sideofa.gif
│ │ │ ├── btn_sideofb.gif
│ │ │ ├── btn_stop.gif
│ │ │ ├── btn_submit.gif
│ │ │ ├── btn_sysconfig.gif
│ │ │ ├── btn_sysconfig_on.gif
│ │ │ ├── btn_template.gif
│ │ │ ├── btn_unpass.gif
│ │ │ ├── btn_view_customer.gif
│ │ │ ├── btn_view_provider.gif
│ │ │ ├── btn_writemail.gif
│ │ │ ├── contract_back.gif
│ │ │ ├── contract_backbar.gif
│ │ │ ├── contract_cover.gif
│ │ │ ├── contract_leftbar.gif
│ │ │ ├── contract_logo.gif
│ │ │ ├── contract_messageboard.gif
│ │ │ ├── contract_rightbar.gif
│ │ │ ├── contract_tdback.gif
│ │ │ ├── contract_thback.gif
│ │ │ ├── corporation_back.gif
│ │ │ ├── corporation_backbar.gif
│ │ │ ├── corporation_cover.gif
│ │ │ ├── corporation_cover.jpg
│ │ │ ├── corporation_coverback.gif
│ │ │ ├── corporation_covertdback.gif
│ │ │ ├── corporation_leftbar.gif
│ │ │ ├── corporation_logo.gif
│ │ │ ├── corporation_messageboard.gif
│ │ │ ├── corporation_rightbar.gif
│ │ │ ├── corporation_tdback.gif
│ │ │ ├── corporation_thback.gif
│ │ │ ├── cost_back.gif
│ │ │ ├── cost_backbar.gif
│ │ │ ├── cost_coverback.gif
│ │ │ ├── cost_leftbar.gif
│ │ │ ├── cost_logo.gif
│ │ │ ├── cost_messageboard.gif
│ │ │ ├── cost_rightbar.gif
│ │ │ ├── cost_tdback.gif
│ │ │ ├── cost_thback.gif
│ │ │ ├── cotract_messageboard.gif
│ │ │ ├── cover.jpg
│ │ │ ├── cover_logo.gif
│ │ │ ├── del_note.gif
│ │ │ ├── denglu002.gif
│ │ │ ├── dotback.gif
│ │ │ ├── dotline.gif
│ │ │ ├── dropdown.gif
│ │ │ ├── file.gif
│ │ │ ├── filefolder.gif
│ │ │ ├── frame_deal.gif
│ │ │ ├── frame_notice.gif
│ │ │ ├── header_001.gif
│ │ │ ├── header_002.gif
│ │ │ ├── header_003.gif
│ │ │ ├── header_004.gif
│ │ │ ├── header_005.gif
│ │ │ ├── header_006.gif
│ │ │ ├── header_007.gif
│ │ │ ├── header_008.gif
│ │ │ ├── header_009.gif
│ │ │ ├── header_010.gif
│ │ │ ├── header_011.gif
│ │ │ ├── header_012.gif
│ │ │ ├── header_013.gif
│ │ │ ├── help_back.gif
│ │ │ ├── help_logo.gif
│ │ │ ├── home_back.gif
│ │ │ ├── home_leftback.gif
│ │ │ ├── home_logo.gif
│ │ │ ├── home_rightback.gif
│ │ │ ├── hr_back.gif
│ │ │ ├── hr_backbar.gif
│ │ │ ├── hr_cover.gif
│ │ │ ├── hr_leftbar.gif
│ │ │ ├── hr_logo.gif
│ │ │ ├── hr_messageboard.gif
│ │ │ ├── hr_rightbar.gif
│ │ │ ├── hr_tdback.gif
│ │ │ ├── hr_thback.gif
│ │ │ ├── icon_account.gif
│ │ │ ├── icon_achieveddoc.gif
│ │ │ ├── icon_achievement.gif
│ │ │ ├── icon_add.gif
│ │ │ ├── icon_annualplan.gif
│ │ │ ├── icon_arrow.gif
│ │ │ ├── icon_attached.gif
│ │ │ ├── icon_back.gif
│ │ │ ├── icon_blink.gif
│ │ │ ├── icon_bluearrow.gif
│ │ │ ├── icon_client.gif
│ │ │ ├── icon_closewindow.gif
│ │ │ ├── icon_computer.gif
│ │ │ ├── icon_contract.gif
│ │ │ ├── icon_contractmanagement.gif
│ │ │ ├── icon_corporation.gif
│ │ │ ├── icon_costmanagement.gif
│ │ │ ├── icon_courselist.gif
│ │ │ ├── icon_delete.gif
│ │ │ ├── icon_dept.gif
│ │ │ ├── icon_doable.gif
│ │ │ ├── icon_document.gif
│ │ │ ├── icon_dot.gif
│ │ │ ├── icon_exportexcel.gif
│ │ │ ├── icon_failure.gif
│ │ │ ├── icon_greendot.gif
│ │ │ ├── icon_group.gif
│ │ │ ├── icon_help.gif
│ │ │ ├── icon_hrmanagement.gif
│ │ │ ├── icon_key.gif
│ │ │ ├── icon_lock.gif
│ │ │ ├── icon_mailcoming.gif
│ │ │ ├── icon_member.gif
│ │ │ ├── icon_modify.gif
│ │ │ ├── icon_office.gif
│ │ │ ├── icon_personanalysis.gif
│ │ │ ├── icon_point.gif
│ │ │ ├── icon_print.gif
│ │ │ ├── icon_query.gif
│ │ │ ├── icon_readmail.gif
│ │ │ ├── icon_redarrow.gif
│ │ │ ├── icon_reddot.gif
│ │ │ ├── icon_relatedcontract.gif
│ │ │ ├── icon_relateddoc.gif
│ │ │ ├── icon_researchmanagement.gif
│ │ │ ├── icon_restore.gif
│ │ │ ├── icon_result.gif
│ │ │ ├── icon_rsgl.gif
│ │ │ ├── icon_search.gif
│ │ │ ├── icon_sessionout.gif
│ │ │ ├── icon_staff.gif
│ │ │ ├── icon_success.gif
│ │ │ ├── icon_success1.gif
│ │ │ ├── icon_sysconfig.gif
│ │ │ ├── icon_tomax.gif
│ │ │ ├── icon_undoable.gif
│ │ │ ├── icon_unreadmail.gif
│ │ │ ├── icon_viewcost.gif
│ │ │ ├── icon_viewdetail.gif
│ │ │ ├── icon_viewnotice.gif
│ │ │ ├── icon_viewresult.gif
│ │ │ ├── icon_viewtemplate.gif
│ │ │ ├── icon_warning.gif
│ │ │ ├── icon_welcome.gif
│ │ │ ├── icon_workflow.gif
│ │ │ ├── icon_yarrow.gif
│ │ │ ├── jihua.jpg
│ │ │ ├── jishufuwu.JPG
│ │ │ ├── label_blue.gif
│ │ │ ├── label_deepblue.gif
│ │ │ ├── label_grey.gif
│ │ │ ├── leftcalendarbar.gif
│ │ │ ├── leftendcalendarbar.gif
│ │ │ ├── login_back.gif
│ │ │ ├── note_bot.gif
│ │ │ ├── notes_top.gif
│ │ │ ├── office_back.gif
│ │ │ ├── office_backbar.gif
│ │ │ ├── office_cover.gif
│ │ │ ├── office_leftbar.gif
│ │ │ ├── office_logo.gif
│ │ │ ├── office_messageboard.gif
│ │ │ ├── office_rightbar.gif
│ │ │ ├── office_tdback.gif
│ │ │ ├── office_thback.gif
│ │ │ ├── ongoing.gif
│ │ │ ├── ongoing_on.gif
│ │ │ ├── pic_blank.gif
│ │ │ ├── research_back.gif
│ │ │ ├── research_backbar.gif
│ │ │ ├── research_cover.gif
│ │ │ ├── research_leftbar.gif
│ │ │ ├── research_logo.gif
│ │ │ ├── research_messageboard.gif
│ │ │ ├── research_rightbar.gif
│ │ │ ├── research_tdback.gif
│ │ │ ├── research_thback.gif
│ │ │ ├── rightcalendarbar.gif
│ │ │ ├── rightendcalendarbar.gif
│ │ │ ├── successIcon.gif
│ │ │ ├── swsq.gif
│ │ │ ├── sysconfig_back.gif
│ │ │ ├── sysconfig_backbar.gif
│ │ │ ├── sysconfig_cover.gif
│ │ │ ├── sysconfig_covertitle.gif
│ │ │ ├── sysconfig_leftbar.gif
│ │ │ ├── sysconfig_logo.gif
│ │ │ ├── sysconfig_messageboard.gif
│ │ │ ├── sysconfig_rightbar.gif
│ │ │ ├── sysconfig_tdback.gif
│ │ │ ├── sysconfig_thback.gif
│ │ │ ├── taskimg.gif
│ │ │ ├── ttt.JPG
│ │ │ ├── viewboard_topback.gif
│ │ │ ├── viewboard_whiteback.gif
│ │ │ ├── viewmodel.gif
│ │ │ ├── vssver.scc
│ │ │ ├── waiting.gif
│ │ │ ├── webmail_back.gif
│ │ │ ├── webmail_title.gif
│ │ │ ├── whitebot_back.gif
│ │ │ ├── whitebot_left.gif
│ │ │ ├── whitebot_right.gif
│ │ │ ├── workflow_complete.gif
│ │ │ ├── workflow_ongoing.gif
│ │ │ ├── workflow_wait.gif
│ │ │ ├── wrong.gif
│ │ │ ├── xiangmu.jpg
│ │ │ └── zhuanxiang.jpg
│ │ ├── META-INF
│ │ │ ├── MANIFEST.MF
│ │ │ └── vssver.scc
│ │ ├── Permission
│ │ │ ├── Manage
│ │ │ ├── Permission
│ │ │ ├── Role
│ │ │ ├── UserGroup
│ │ │ ├── index.jsp
│ │ │ ├── mainWorkSpace.jsp
│ │ │ ├── topMenu.jsp
│ │ │ ├── vssver.scc
│ │ │ └── welcome.jsp
│ │ ├── ScriptLib
│ │ │ ├── BigTree.js
│ │ │ ├── CalendarTemp.js
│ │ │ ├── ExpandMenu.js
│ │ │ ├── FunctionForFrame.js
│ │ │ ├── FunctionForMenu.js
│ │ │ ├── Menu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── NoImgTree.js
│ │ │ ├── Validation.js
│ │ │ ├── browser.js
│ │ │ ├── calendar.js
│ │ │ ├── calendardiv.js
│ │ │ ├── check.js
│ │ │ ├── compose.js
│ │ │ ├── ftiens4.js
│ │ │ ├── judge.js
│ │ │ ├── moveOption.js
│ │ │ ├── moveloc.js
│ │ │ ├── script.js
│ │ │ ├── statScript.js
│ │ │ ├── style.css
│ │ │ ├── systree.js
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ ├── treeview.xslt
│ │ │ ├── ua.js
│ │ │ ├── vssver.scc
│ │ │ └── xmlTree.js
│ │ ├── User
│ │ │ ├── addContribute.jsp
│ │ │ ├── addContributeAction.jsp
│ │ │ ├── addUserToGroup.jsp
│ │ │ ├── blank.htm
│ │ │ ├── changePassword.jsp
│ │ │ ├── changePasswordAction.jsp
│ │ │ ├── changePersonal.jsp
│ │ │ ├── changePersonalAction.jsp
│ │ │ ├── clearPassword.jsp
│ │ │ ├── contributeDel.jsp
│ │ │ ├── contributeList.jsp
│ │ │ ├── deleteUserFormGroup.jsp
│ │ │ ├── departAdd.jsp
│ │ │ ├── departAddAction.jsp
│ │ │ ├── departDel.jsp
│ │ │ ├── departDelAction.jsp
│ │ │ ├── departModify.jsp
│ │ │ ├── departModifyAction.jsp
│ │ │ ├── departMove.jsp
│ │ │ ├── departMoveAction.jsp
│ │ │ ├── depintro.jsp
│ │ │ ├── exportExcel.jsp
│ │ │ ├── exportExcelAnalyze.jsp
│ │ │ ├── exportExcelSearch.jsp
│ │ │ ├── groupList.jsp
│ │ │ ├── index.jsp
│ │ │ ├── list.jsp
│ │ │ ├── main.jsp
│ │ │ ├── manageRolePermssion.jsp
│ │ │ ├── modifyPersonal.jsp
│ │ │ ├── moveTree.jsp
│ │ │ ├── moveUser.jsp
│ │ │ ├── orderDep.jsp
│ │ │ ├── orderDepAction.jsp
│ │ │ ├── permission.jsp
│ │ │ ├── print.jsp
│ │ │ ├── printAnalyze.jsp
│ │ │ ├── printSearch.jsp
│ │ │ ├── script.js
│ │ │ ├── scriptone.js
│ │ │ ├── search.htm
│ │ │ ├── search.jsp
│ │ │ ├── searchAction.jsp
│ │ │ ├── userAdd.jsp
│ │ │ ├── userAddAction.jsp
│ │ │ ├── userAllDetail.jsp
│ │ │ ├── userAnalyze.jsp
│ │ │ ├── userContributeList.jsp
│ │ │ ├── userDel.jsp
│ │ │ ├── userDetail.jsp
│ │ │ ├── userGroup.jsp
│ │ │ ├── userList.jsp
│ │ │ ├── userModify.jsp
│ │ │ ├── userModifyAction.jsp
│ │ │ ├── userModifyActionForIndex.jsp
│ │ │ ├── userSearchDel.jsp
│ │ │ └── vssver.scc
│ │ ├── WEB-INF
│ │ │ ├── classes
│ │ │ ├── lib
│ │ │ ├── session-check.tld
│ │ │ ├── smart_config.xml
│ │ │ ├── struts-bean.tld
│ │ │ ├── struts-config.xml
│ │ │ ├── struts-html.tld
│ │ │ ├── struts-logic.tld
│ │ │ ├── struts-nested.tld
│ │ │ ├── struts-template.tld
│ │ │ ├── struts-tiles.tld
│ │ │ ├── style.css
│ │ │ ├── validator-rules.xml
│ │ │ ├── vssver.scc
│ │ │ └── web.xml
│ │ ├── attachment
│ │ │ ├── AddDocs.jsp
│ │ │ ├── AddResult.html
│ │ │ ├── AddResult.jsp
│ │ │ ├── AddResultJ.html
│ │ │ ├── AddResultJ.jsp
│ │ │ ├── AttachMentList.jsp
│ │ │ ├── AttachMentSearchList.jsp
│ │ │ ├── AttachmentMain.html
│ │ │ ├── AttachmentMain.jsp
│ │ │ ├── DocMain.jsp
│ │ │ ├── Error.jsp
│ │ │ ├── FileUpload.jsp
│ │ │ ├── JDocMain.jsp
│ │ │ ├── Report.htm
│ │ │ ├── Test.jsp
│ │ │ ├── Thumbs.db
│ │ │ ├── Wait.html
│ │ │ ├── di2.gif
│ │ │ ├── docsReload.jsp
│ │ │ ├── kl.gif
│ │ │ ├── kr.gif
│ │ │ ├── showAttachCatalog.jsp
│ │ │ ├── showFileName.jsp
│ │ │ └── vssver.scc
│ │ ├── css
│ │ │ ├── cssstyle.css
│ │ │ ├── cssstyle2.css
│ │ │ └── login.css
│ │ ├── css111
│ │ │ ├── DocManage.css
│ │ │ ├── a.css
│ │ │ ├── a.css.bak
│ │ │ ├── button.css
│ │ │ ├── css_a.css
│ │ │ ├── css_all.css
│ │ │ ├── myStyle.css
│ │ │ ├── myStyle.css.bak
│ │ │ ├── readme.txt
│ │ │ ├── style.css
│ │ │ ├── style.css.bak
│ │ │ ├── table.css
│ │ │ ├── table.css.bak
│ │ │ └── vssver.scc
│ │ ├── images
│ │ │ ├── 001.jpg
│ │ │ ├── 002.jpg
│ │ │ ├── 003.jpg
│ │ │ ├── 004.jpg
│ │ │ ├── 005.jpg
│ │ │ ├── 006.jpg
│ │ │ ├── 007.jpg
│ │ │ ├── 008.jpg
│ │ │ ├── 009.jpg
│ │ │ ├── Outcharg.gif
│ │ │ ├── Outcharge_A.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── arr.gif
│ │ │ ├── arr_1.gif
│ │ │ ├── arrow.gif
│ │ │ ├── arrow01.gif
│ │ │ ├── board_failure.gif
│ │ │ ├── board_failure1.gif
│ │ │ ├── board_success.gif
│ │ │ ├── board_success1.gif
│ │ │ ├── bottom_jrlogo.gif
│ │ │ ├── bottom_right.gif
│ │ │ ├── bottombg.gif
│ │ │ ├── btn_cancel.gif
│ │ │ ├── btn_confirm.gif
│ │ │ ├── btn_delete.gif
│ │ │ ├── btn_modify.gif
│ │ │ ├── close_button.gif
│ │ │ ├── dl_001.gif
│ │ │ ├── dl_001_1.gif
│ │ │ ├── dl_001_2.gif
│ │ │ ├── dl_001_3.gif
│ │ │ ├── dl_002.gif
│ │ │ ├── dl_003.gif
│ │ │ ├── dl_004.gif
│ │ │ ├── dl_anniu.gif
│ │ │ ├── dl_back.gif
│ │ │ ├── export.gif
│ │ │ ├── header_001.gif
│ │ │ ├── header_003.gif
│ │ │ ├── header_004.gif
│ │ │ ├── header_005.gif
│ │ │ ├── header_006.gif
│ │ │ ├── header_007.gif
│ │ │ ├── header_008.gif
│ │ │ ├── header_009.gif
│ │ │ ├── header_010.gif
│ │ │ ├── header_011.gif
│ │ │ ├── header_012.gif
│ │ │ ├── header_014.gif
│ │ │ ├── header_015.gif
│ │ │ ├── header_016.gif
│ │ │ ├── header_017.gif
│ │ │ ├── header_018.gif
│ │ │ ├── header_019.gif
│ │ │ ├── hr_back.gif
│ │ │ ├── hr_backbar.gif
│ │ │ ├── hr_cover.gif
│ │ │ ├── hr_leftbar.gif
│ │ │ ├── hr_logo.gif
│ │ │ ├── hr_messageboard.gif
│ │ │ ├── hr_rightbar.gif
│ │ │ ├── hr_tdback.gif
│ │ │ ├── hr_thback.gif
│ │ │ ├── icon_attached.gif
│ │ │ ├── icon_success.gif
│ │ │ ├── import.gif
│ │ │ ├── index_tijiao.gif
│ │ │ ├── l.gif
│ │ │ ├── l_1.gif
│ │ │ ├── menubg.gif
│ │ │ ├── menubg_1.gif
│ │ │ ├── moon.gif
│ │ │ ├── print.gif
│ │ │ ├── star.gif
│ │ │ ├── sun.gif
│ │ │ ├── table1_bg_l.gif
│ │ │ ├── table1_bg_m.gif
│ │ │ ├── table1_bg_r.gif
│ │ │ ├── table1_line.gif
│ │ │ ├── table2_bg_l.gif
│ │ │ ├── table2_bg_m.gif
│ │ │ ├── table2_bg_r.gif
│ │ │ ├── table2_line.gif
│ │ │ ├── table3_bg_l.gif
│ │ │ ├── table3_bg_m.gif
│ │ │ ├── table3_bg_r.gif
│ │ │ ├── table3_line.gif
│ │ │ ├── table4_bg_l.gif
│ │ │ ├── table4_bg_m.gif
│ │ │ ├── table4_bg_r.gif
│ │ │ ├── table4_line.gif
│ │ │ ├── table5_bg_l.gif
│ │ │ ├── table5_bg_m.gif
│ │ │ ├── table5_bg_r.gif
│ │ │ ├── table5_line.gif
│ │ │ ├── table_arrow.gif
│ │ │ ├── title.gif
│ │ │ ├── top10_01.jpg
│ │ │ ├── top10_02.jpg
│ │ │ ├── top10_03.jpg
│ │ │ ├── top1_01.jpg
│ │ │ ├── top1_02.jpg
│ │ │ ├── top1_03.jpg
│ │ │ ├── top2_01.jpg
│ │ │ ├── top2_02.jpg
│ │ │ ├── top2_03.jpg
│ │ │ ├── top3_01.jpg
│ │ │ ├── top3_02.jpg
│ │ │ ├── top3_03.jpg
│ │ │ ├── top4_01.jpg
│ │ │ ├── top4_02.jpg
│ │ │ ├── top4_03.jpg
│ │ │ ├── top5_01.jpg
│ │ │ ├── top5_02.jpg
│ │ │ ├── top5_03.jpg
│ │ │ ├── top6_01.jpg
│ │ │ ├── top6_02.jpg
│ │ │ ├── top6_03.jpg
│ │ │ ├── top7_01.jpg
│ │ │ ├── top7_02.jpg
│ │ │ ├── top7_03.jpg
│ │ │ ├── top8_01.jpg
│ │ │ ├── top8_02.jpg
│ │ │ ├── top8_03.jpg
│ │ │ ├── top9_01.jpg
│ │ │ ├── top9_02.jpg
│ │ │ ├── top9_03.jpg
│ │ │ ├── true.gif
│ │ │ ├── whitebot_back.gif
│ │ │ ├── whitebot_left.gif
│ │ │ ├── whitebot_right.gif
│ │ │ ├── workflow_complete.gif
│ │ │ ├── workflow_complete1.gif
│ │ │ ├── workflow_ongoing.gif
│ │ │ ├── workflow_ongoing1.gif
│ │ │ ├── workflow_ongoing2.gif
│ │ │ ├── workflow_wait.gif
│ │ │ └── workflow_wait1.gif
│ │ ├── js
│ │ │ ├── BigTree.js
│ │ │ ├── Calendar.js
│ │ │ ├── CalendarTemp.js
│ │ │ ├── ExpandMenu.js
│ │ │ ├── Menu.js
│ │ │ ├── MenuExp.js
│ │ │ ├── Validation.js
│ │ │ ├── ajax.js
│ │ │ ├── browser.js
│ │ │ ├── calendar
│ │ │ ├── calendardiv.js
│ │ │ ├── check.js
│ │ │ ├── description.js
│ │ │ ├── ftiens4.js
│ │ │ ├── judge.js
│ │ │ ├── moveOption.js
│ │ │ ├── moveloc.js
│ │ │ ├── page_wcx.js
│ │ │ ├── script.js
│ │ │ ├── setBodyHeight.js
│ │ │ ├── showDiv.js
│ │ │ ├── showtime.js
│ │ │ ├── smallTree.js
│ │ │ ├── statScript.js
│ │ │ ├── systree.js
│ │ │ ├── treeview.css
│ │ │ ├── treeview.dtd
│ │ │ ├── treeview.js
│ │ │ ├── treeview.xslt
│ │ │ ├── ua.js
│ │ │ ├── vssver.scc
│ │ │ └── xmlTree.js
│ │ └── tree
│ │ ├── HiddenPage.jsp
│ │ ├── bigTree.jsp
│ │ ├── bigtreescript.js
│ │ ├── blank.jsp
│ │ ├── modifyTree.jsp
│ │ ├── script.js
│ │ ├── typeAdd.jsp
│ │ ├── typeAddAction.jsp
│ │ ├── typeDel.jsp
│ │ ├── typeDelAction.jsp
│ │ ├── typeModify.jsp
│ │ ├── typeModifyAction.jsp
│ │ ├── typeTree.jsp
│ │ └── vssver.scc
│ ├── Source
│ │ ├── action
│ │ │ └── accessory
│ │ ├── common
│ │ │ └── accessory
│ │ ├── filters
│ │ │ ├── SetCharacterEncodingFilter.java
│ │ │ └── vssver.scc
│ │ ├── formbean
│ │ │ └── accessory
│ │ └── model
│ │ └── accessory
│ └── readme.txt
├── 2_数据库组件
│ ├── Class
│ │ └── smart
│ │ ├── css
│ │ └── jrsoft
│ ├── Document
│ │ ├── DBHandle.doc
│ │ ├── ~$Connection.doc
│ │ └── ~WRL3640.tmp
│ ├── Enviroument
│ │ └── ojdbc14.jar
│ ├── Sample
│ │ └── DBHandleTest.java
│ ├── Source
│ │ ├── DBHandle.java
│ │ └── DateUtils.java
│ └── readme.txt
├── 3_绘图组件
│ ├── Document
│ │ ├── DrawBar.doc
│ │ ├── DrawDotLine.doc
│ │ ├── DrawGant.doc
│ │ ├── DrawLine.doc
│ │ ├── DrawPie.doc
│ │ ├── TimeDotLine.doc
│ │ └── ~WRL2383.tmp
│ ├── Enviroument
│ │ ├── jcommon-1.0.0-pre2.jar
│ │ ├── jfreechart-1.0.0-pre2.jar
│ │ └── 运行环境.txt
│ ├── class
│ │ ├── ChangeColor.class
│ │ ├── DrawBar.class
│ │ ├── DrawDotLine.class
│ │ ├── DrawGant.class
│ │ ├── DrawLine.class
│ │ ├── DrawPie.class
│ │ ├── TaskList.class
│ │ ├── TaskObject.class
│ │ ├── TimeDotLine.class
│ │ ├── TimeList.class
│ │ ├── TimeSeriesDemo5.class
│ │ └── XYPointList.class
│ ├── readme.txt
│ ├── sample
│ │ ├── drawBar.jsp
│ │ ├── drawDotLine.jsp
│ │ ├── drawGant.jsp
│ │ ├── drawLine.jsp
│ │ ├── drawPie.jsp
│ │ └── timeDotLine.jsp
│ └── source
│ └── src
│ └── smart
├── 4_读写Excel组件
│ ├── Class
│ │ └── Excel.class
│ ├── Document
│ │ ├── Excel.doc
│ │ ├── ~$Excel.doc
│ │ └── ~WRL0002.tmp
│ ├── Enviroument
│ │ ├── COM
│ │ │ └── TJHQ
│ │ └── Excel.jar
│ ├── Sample
│ │ ├── readExcelFile.jsp
│ │ └── writeExcelFile.jsp
│ ├── Source
│ │ └── Excel.java
│ └── readme.txt
├── 5_生成pdf组件
│ ├── Enviroument
│ │ ├── ExportPDF.jar
│ │ ├── vssver.scc
│ │ └── 运行环境.txt
│ ├── Jsp
│ │ └── pdf.jsp
│ ├── classes
│ │ ├── CreatPdf.class
│ │ ├── Font.class
│ │ ├── PdfCell.class
│ │ ├── PdfDocument.class
│ │ ├── PdfElement.class
│ │ ├── PdfFont.class
│ │ ├── PdfImage.class
│ │ ├── PdfParagraph.class
│ │ ├── PdfPart.class
│ │ ├── PdfTable.class
│ │ └── vssver.scc
│ ├── document
│ │ ├── CreatPdf.doc
│ │ ├── vssver.scc
│ │ ├── ~$eatPdf.doc
│ │ └── ~WRL0233.tmp
│ ├── readme.txt
│ ├── sample
│ │ ├── pdf.jsp
│ │ └── vssver.scc
│ └── source
│ ├── ChangeColor.java
│ ├── CreatPdf.java
│ ├── CreatPdf.java.bak
│ ├── Font.java
│ ├── PdfCell.java
│ ├── PdfDocument.java
│ ├── PdfElement.java
│ ├── PdfFont.java
│ ├── PdfImage.java
│ ├── PdfParagraph.java
│ ├── PdfPart.java
│ └── PdfTable.java
├── 6_加密解密组件
│ ├── Class
│ │ ├── EncryptUtil.class
│ │ └── StringUtils.class
│ ├── Document
│ │ ├── EncryptUtil.doc
│ │ └── StringUtils.doc
│ ├── Enviroument
│ ├── Jsp
│ │ └── XmlHandler.jsp
│ ├── Readme.txt
│ └── Source
│ ├── EncryptUtil.java
│ └── StringUtils.java
├── 7_文件操作组件
│ ├── Class
│ │ └── FileOperation.class
│ ├── Document
│ │ └── FileOperation.doc
│ ├── Enviroument
│ │ ├── COM
│ │ │ └── TJHQ
│ │ └── SMART
│ │ └── JRSOFT
│ ├── Jsp
│ │ └── FileOperation.jsp
│ ├── Source
│ │ └── FileOperation.java
│ └── readme.txt
├── 8_图片压缩
│ ├── Class
│ │ └── ImageUtil.class
│ ├── Document
│ │ └── PhotoRar.doc
│ ├── Enviroument
│ │ ├── jmagick.dll
│ │ └── jmagick.jar
│ ├── Jsp
│ │ └── PhotoRarAction.jsp
│ ├── Source
│ │ └── ImageUtil.java
│ └── readme.txt
├── 9_1_XML管理组件
│ ├── Class
│ │ ├── XmlHandler.class
│ │ └── debug.class
│ ├── Document
│ │ └── XmlHandler.doc
│ ├── Enviroument
│ │ └── jdom.jar
│ ├── Jsp
│ │ ├── XmlHandler.jsp
│ │ ├── operatexml.jsp
│ │ └── xmlation.jsp
│ ├── Source
│ │ ├── MyContentHandler.java
│ │ ├── MyJDOMAPP.java
│ │ ├── MySAX.java
│ │ ├── XmlBean.java
│ │ ├── XmlHandler.java
│ │ └── debug.java
│ └── readme.txt
├── 9_2_字符串处理组件
│ ├── Class
│ │ ├── StringUtilTest.class
│ │ ├── StringUtils.class
│ │ └── smart
│ │ └── jrsoft
│ ├── Document
│ │ └── StringUtils.doc
│ ├── Enviroument
│ ├── Sample
│ │ └── StringUtilTest.java
│ ├── Source
│ │ ├── StringUtils.java
│ │ └── smart
│ │ └── jrsoft
│ └── readme.txt
├── 9_3_数值处理组件
│ ├── Class
│ │ └── NumberUtils.class
│ ├── Document
│ │ └── NumberUtils.doc
│ ├── Enviroument
│ ├── Sample
│ │ └── NumberUtils.jsp
│ ├── Source
│ │ └── NumberUtils.java
│ └── redme.txt
├── 9_4_日期处理组件
│ ├── Class
│ │ └── DateUtils.class
│ ├── Document
│ │ └── DateUtils.doc
│ ├── Enviroument
│ ├── Sample
│ │ └── DateUtils.jsp
│ ├── Source
│ │ └── DateUtils.java
│ └── readme.txt
├── 9_5_在线用户数统计
│ ├── Class
│ │ └── OnlineCounter.class
│ ├── Document
│ │ └── OnLine.doc
│ ├── Enviroument
│ ├── Jsp
│ │ └── OnLine.jsp
│ ├── Source
│ │ └── OnlineCounter.java
│ └── readme.txt
├── readme.doc
├── 《Java实用组件集》读者调查表.doc
└── 好例子网_Java实用组件集光盘.rar
275 directories, 1390 files