实例介绍
企业网站java(前后台), 曾经小组合作开发的企业网站共享
【实例截图】
【核心代码】
java
└── jsp
├── doublesword.sql
├── src
│ ├── com
│ │ ├── DealString.java
│ │ ├── msg
│ │ │ ├── bean
│ │ │ │ ├── info.java
│ │ │ │ ├── Link.java
│ │ │ │ └── Pagination.java
│ │ │ └── db
│ │ │ ├── ConfigFile.java
│ │ │ ├── DBConnect.java
│ │ │ └── DBConn.java
│ │ └── web
│ │ ├── database
│ │ │ ├── Operation.java
│ │ │ └── Pagable.java
│ │ │ └── Email.java
│ │ ├── filter
│ │ │ ├── EncodingFilter.java
│ │ │ └── VipCenterFilter.java
│ │ ├── servlet
│ │ │ ├── AddLeaveWordClass.java
│ │ │ ├── ClassList.java
│ │ │ ├── DelUserManServlet.java
│ │ │ ├── DocUploadServlet.java
│ │ │ ├── EmailAction.java
│ │ │ ├── HelpList.java
│ │ │ ├── LeaveWordList.java
│ │ │ ├── NewsList.java
│ │ │ ├── OnlineQuestion.java
│ │ │ ├── SearchGame.java
│ │ │ └── UserList.java
│ │ ├── util
│ │ │ ├── DealString.java
│ │ │ ├── GetDate.java
│ │ │ ├── MD5.java
│ │ │ ├── page.java
│ │ │ ├── ProcessString.java
│ │ │ ├── ReplaceAll.java
│ │ │ └── SpecialStringFilter.java
│ │ └── www
│ │ ├── Admin.java
│ │ ├── Article.java
│ │ ├── Classify.java
│ │ ├── Counter.java
│ │ ├── DocDown.java
│ │ ├── Download.java
│ │ ├── FriendSite.java
│ │ ├── Job.java
│ │ ├── LeaveWordClass.java
│ │ ├── LeaveWord.java
│ │ ├── OnlineCounter.java
│ │ ├── OnlineCounterListener.java
│ │ ├── Permission.java
│ │ ├── Picture.java
│ │ ├── ProcessAdmin.java
│ │ ├── ProcessArticle.java
│ │ ├── ProcessClassify.java
│ │ ├── ProcessDocDown.java
│ │ ├── ProcessDownload.java
│ │ ├── ProcessFriendSite.java
│ │ ├── ProcessJob.java
│ │ ├── ProcessLeaveWordClass.java
│ │ ├── ProcessLeaveWord.java
│ │ ├── ProcessPicture.java
│ │ ├── ProcessUserMan.java
│ │ └── Userman.java
│ └── db.properties
└── WebRoot
├── bdunion.txt
├── chanpinzhanshi.html
├── checkcode
│ └── checkcode.jsp
├── css.css
├── culture
│ ├── commendation.html
│ ├── growth .html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── inspection.html
│ ├── left.jsp
│ ├── party.htm
│ ├── policy.html
│ ├── spirit1 .html
│ ├── spirit2 .html
│ └── spirit .html
├── download.jsp.htm
├── gbook
│ ├── addLink.jsp
│ ├── addLink_pro.jsp
│ ├── admin.jsp
│ ├── admin_pro.jsp
│ ├── delLink_pro.jsp
│ ├── del_pro.jsp
│ ├── edit.jsp
│ ├── edit_pro.jsp
│ ├── image
│ │ ├── 002.jpg
│ │ ├── 003.gif
│ │ ├── 004.gif
│ │ ├── 005.gif
│ │ ├── 006.gif
│ │ ├── 007.gif
│ │ ├── 008.gif
│ │ ├── 009.gif
│ │ ├── 010.gif
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── addfav.gif
│ │ ├── closedfold.gif
│ │ ├── fader.js
│ │ ├── forum.gif
│ │ ├── forum_lock.gif
│ │ ├── forum_new.gif
│ │ ├── gb.gif
│ │ ├── icon_delete_reply.gif
│ │ ├── icon_editor_oicq.gif
│ │ ├── icon_edit_topic.gif
│ │ ├── icon_email.gif
│ │ ├── icon_homepage.gif
│ │ ├── inboxnologin.gif
│ │ ├── lastpost.gif
│ │ ├── link11.gif
│ │ ├── link.gif
│ │ ├── logo.gif
│ │ ├── messages0.gif
│ │ ├── messages1.gif
│ │ ├── messages4.gif
│ │ ├── messages6.gif
│ │ ├── messages7.gif
│ │ ├── minipoll.gif
│ │ ├── minipost.gif
│ │ ├── online.gif
│ │ ├── shareforum.gif
│ │ ├── signature.gif
│ │ ├── t_new2.gif
│ │ ├── t_new3.gif
│ │ ├── t_new4.gif
│ │ ├── t_new5.gif
│ │ ├── t_new.gif
│ │ └── _vti_cnf
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── closedfold.gif
│ │ ├── icon_delete_reply.gif
│ │ ├── icon_editor_oicq.gif
│ │ ├── icon_edit_topic.gif
│ │ ├── icon_email.gif
│ │ ├── icon_homepage.gif
│ │ ├── link11.gif
│ │ ├── t_new2.gif
│ │ ├── t_new3.gif
│ │ ├── t_new4.gif
│ │ ├── t_new5.gif
│ │ └── t_new.gif
│ ├── inc
│ │ ├── footer.jsp
│ │ ├── head.jsp
│ │ ├── link.jsp
│ │ └── online.jsp
│ ├── index2006-11-2.jsp
│ ├── index_error.jsp
│ ├── index.jsp
│ ├── login.jsp
│ ├── login_pro.jsp
│ ├── publish.jsp
│ ├── publish_pro.jsp
│ ├── send.jsp
│ ├── send_pro.jsp
│ ├── style.css
│ └── sub
│ ├── foot.jsp
│ └── top.jsp
├── google2911dce49b255aca.html
├── guestbook
│ ├── add_do.jsp
│ ├── add_do.jsp.bak
│ ├── guestbook.jsp
│ ├── guestbook_middle.jsp
│ ├── guestbook_middle.jsp.bak
│ ├── guestbook_top.jsp
│ ├── index.jsp
│ ├── messagelist.jsp
│ ├── message_middle.jsp
│ ├── onlineQuestion.jsp
│ └── view.jsp
├── images
│ ├── 000_r10_c2.jpg
│ ├── 000_r12_c2.jpg
│ ├── 000_r14_c2.jpg
│ ├── 000_r15_c6.jpg
│ ├── 000_r2_c3.jpg
│ ├── 000_r2_c4.jpg
│ ├── 000_r4_c2.jpg
│ ├── 000_r6_c2.jpg
│ ├── 000_r8_c2.jpg
│ ├── 001.jpg
│ ├── 002.jpg
│ ├── 003.jpg
│ ├── 006.jpg
│ ├── 007.jpg
│ ├── 01_r1_c10.jpg
│ ├── 01_r1_c11.jpg
│ ├── 01_r1_c1.jpg
│ ├── 01_r1_c2.jpg
│ ├── 01_r1_c3.jpg
│ ├── 01_r1_c4.jpg
│ ├── 01_r1_c5.jpg
│ ├── 01_r1_c6.jpg
│ ├── 01_r1_c7.jpg
│ ├── 01_r1_c8.jpg
│ ├── 01_r1_c9.jpg
│ ├── 02.jpg
│ ├── 02_r1_c10.jpg
│ ├── 02_r1_c11.jpg
│ ├── 02_r1_c1.jpg
│ ├── 02_r1_c2.jpg
│ ├── 02_r1_c3.jpg
│ ├── 02_r1_c4.jpg
│ ├── 02_r1_c5.jpg
│ ├── 02_r1_c6.jpg
│ ├── 02_r1_c7.jpg
│ ├── 02_r1_c8.jpg
│ ├── 02_r1_c9.jpg
│ ├── 03.jpg
│ ├── 04_r2_c4.jpg
│ ├── 04_r4_c2.jpg
│ ├── 05_r2_c4.jpg
│ ├── 05_r4_c2.jpg
│ ├── 06.jpg
│ ├── 07.jpg
│ ├── 08_r1_c3.jpg
│ ├── 0_9.gif
│ ├── 09_r11_c4.jpg
│ ├── 09_r13_c4.jpg
│ ├── 09_r15_c6.jpg
│ ├── 09_r2_c2.jpg
│ ├── 09_r3_c4.jpg
│ ├── 09_r5_c4.jpg
│ ├── 09_r7_c4.jpg
│ ├── 09_r9_c4.jpg
│ ├── 0_r2_c9.jpg
│ ├── 1-0_r10_c5.jpg
│ ├── 1-0_r11_c20.jpg
│ ├── 1-0_r13_c14.jpg
│ ├── 1-0_r15_c16.jpg
│ ├── 1-0_r17_c7.jpg
│ ├── 1-0_r20_c6.jpg
│ ├── 1-0_r21_c16.jpg
│ ├── 1-0_r22_c20.jpg
│ ├── 1-0_r25_c4.jpg
│ ├── 1-0_r27_c4.jpg
│ ├── 1-0_r28_c16.jpg
│ ├── 10_r2_c2.jpg
│ ├── 1-0_r2_c3.jpg
│ ├── 1-0_r30_c4.jpg
│ ├── 1-0_r32_c20.jpg
│ ├── 1-0_r33_c5.jpg
│ ├── 1-0_r36_c2.jpg
│ ├── 1-0_r4_c20.jpg
│ ├── 1-0_r5_c5.jpg
│ ├── 1-0_r6_c17.jpg
│ ├── 11_r2_c2.jpg
│ ├── 12-1_r1_c2.jpg
│ ├── 13_r10_c2.png
│ ├── 13_r2_c2.png
│ ├── 13_r4_c5.png
│ ├── 13_r5_c7.png
│ ├── 13_r7_c3.png
│ ├── 4_1_3.gif
│ ├── 667_r1_c2.jpg
│ ├── 66_r1_c2.jpg
│ ├── a10_r2_c2.jpg
│ ├── a11.jpg
│ ├── a11_r2_c2.jpg
│ ├── a12_r2_c2.jpg
│ ├── a13_r2_c2.jpg
│ ├── a1_r2_c2.jpg
│ ├── a2_r2_c2.jpg
│ ├── a3_r2_c2.jpg
│ ├── a4_r2_c2.jpg
│ ├── a5_r2_c2.jpg
│ ├── a6_r2_c2.jpg
│ ├── a7_r2_c2.jpg
│ ├── a8_r2_c2.jpg
│ ├── a9_r2_c2.jpg
│ ├── admin1_face.gif
│ ├── agree.gif
│ ├── al_r5_c2.jpg
│ ├── announce.gif
│ ├── bb10.jpg
│ ├── bb1.jpg
│ ├── bb2.jpg
│ ├── bb3.jpg
│ ├── bb4.jpg
│ ├── bb5.jpg
│ ├── bb6.jpg
│ ├── bb7.jpg
│ ├── bb8.jpg
│ ├── bb9.jpg
│ ├── bj-09.gif
│ ├── boardkey.gif
│ ├── catalyst.jpg
│ ├── chanpin_r12_c15.jpg
│ ├── chanpin_r16_c6.jpg
│ ├── clean.gif
│ ├── email.gif
│ ├── face01.gif
│ ├── face02.gif
│ ├── f_media.gif
│ ├── g_r2_c2.jpg
│ ├── g_r2_c2_r2_c2.jpg
│ ├── hj_r2_c2.jpg
│ ├── ico_doc.gif
│ ├── ico_pdf.gif
│ ├── ico_ppt.gif
│ ├── ico_xls.gif
│ ├── index1.html
│ ├── index1.swf
│ ├── iop_r2_c7.jpg
│ ├── iop_r3_c3.jpg
│ ├── iop_r6_c2.jpg
│ ├── iop_r7_c6.jpg
│ ├── jiny1.swf
│ ├── jkll_r2_c2.jpg
│ ├── jkl_r4_c2.jpg
│ ├── kf.swf
│ ├── kio1_r2_c2.jpg
│ ├── kio2_r2_c2.jpg
│ ├── kio3_r2_c2.jpg
│ ├── kio_r2_c2.jpg
│ ├── man.gif
│ ├── mmzh_17.gif
│ ├── mmzh_20.gif
│ ├── mmzh_3.gif
│ ├── neiye_r12_c5.jpg
│ ├── neiye_r16_c3.jpg
│ ├── neiye_r18_c2.jpg
│ ├── neiye_r2_c2.jpg
│ ├── neiye_r3_c12.jpg
│ ├── neiye_r4_c12.jpg
│ ├── neiye_r4_c2.jpg
│ ├── neiye_r7_c31.jpg
│ ├── _notes
│ │ ├── iii_r2_c10.jpg.mno
│ │ ├── iii_r2_c2.jpg.mno
│ │ ├── iii_r2_c3.jpg.mno
│ │ ├── iii_r2_c4.jpg.mno
│ │ ├── iii_r2_c5.jpg.mno
│ │ ├── iii_r2_c6.jpg.mno
│ │ ├── iii_r2_c7.jpg.mno
│ │ ├── iii_r2_c8.jpg.mno
│ │ ├── iii_r2_c9.jpg.mno
│ │ ├── index.jpg.mno
│ │ ├── indextt.jpg.mno
│ │ ├── rrr_r2_c2.jpg.mno
│ │ ├── uuuu_r2_c2.jpg.mno
│ │ ├── uuuu_r3_c10.jpg.mno
│ │ ├── uuuu_r3_c2.jpg.mno
│ │ ├── uuuu_r3_c3.jpg.mno
│ │ ├── uuuu_r3_c4.jpg.mno
│ │ ├── uuuu_r3_c5.jpg.mno
│ │ ├── uuuu_r3_c6.jpg.mno
│ │ ├── uuuu_r3_c7.jpg.mno
│ │ ├── uuuu_r3_c8.jpg.mno
│ │ ├── uuuu_r3_c9.jpg.mno
│ │ ├── uuuu_r4_c2.jpg.mno
│ │ └── yyy_r2_c2.jpg.mno
│ ├── of_r2_c10.jpg
│ ├── of_r2_c11.jpg
│ ├── of_r2_c12.jpg
│ ├── of_r2_c2.jpg
│ ├── of_r2_c3.jpg
│ ├── of_r2_c4.jpg
│ ├── of_r2_c5.jpg
│ ├── of_r2_c6.jpg
│ ├── of_r2_c7.jpg
│ ├── of_r2_c8.jpg
│ ├── of_r2_c9.jpg
│ ├── oicq.gif
│ ├── oi_r2_c10.jpg
│ ├── oi_r2_c11.jpg
│ ├── oi_r2_c12.jpg
│ ├── oi_r2_c2.jpg
│ ├── oi_r2_c3.jpg
│ ├── oi_r2_c4.jpg
│ ├── oi_r2_c5.jpg
│ ├── oi_r2_c6.jpg
│ ├── oi_r2_c7.jpg
│ ├── oi_r2_c8.jpg
│ ├── oi_r2_c9.jpg
│ ├── oo10_r2_c2.jpg
│ ├── oo11_r2_c2.jpg
│ ├── oo12_r2_c2.jpg
│ ├── oo13_r2_c2.jpg
│ ├── oo14_r2_c2.jpg
│ ├── oo15_r2_c2.jpg
│ ├── oo16_r2_c2.jpg
│ ├── oo17_r2_c2.jpg
│ ├── oo18_r2_c2.jpg
│ ├── oo19_r2_c2.jpg
│ ├── oo1_r1_c2.jpg
│ ├── oo20_r2_c2.jpg
│ ├── oo21_r2_c2.jpg
│ ├── oo22_r2_c2.jpg
│ ├── oo23_r2_c2.jpg
│ ├── oo24_r2_c2.jpg
│ ├── oo25_r2_c2.jpg
│ ├── oo26_r2_c2.jpg
│ ├── oo27_r2_c2.jpg
│ ├── oo28_r2_c2.jpg
│ ├── oo29_r2_c2.jpg
│ ├── oo2_r1_c2.jpg
│ ├── oo30_r2_c2.jpg
│ ├── oo31_r2_c2.jpg
│ ├── oo32_r2_c2.jpg
│ ├── oo33_r2_c2.jpg
│ ├── oo34_r2_c2.jpg
│ ├── oo35_r2_c2.jpg
│ ├── oo36_r2_c2.jpg
│ ├── oo37_r2_c2.jpg
│ ├── oo38_r2_c2.jpg
│ ├── oo3_r2_c2.jpg
│ ├── oo3_r4_c2.jpg
│ ├── oo40_r2_c2.jpg
│ ├── oo41_r2_c2.jpg
│ ├── oo42_r2_c2.jpg
│ ├── oo43_r2_c2.jpg
│ ├── oo44_r2_c2.jpg
│ ├── oo45_r2_c2.jpg
│ ├── oo46_r2_c2.jpg
│ ├── oo47_r2_c2.jpg
│ ├── oo48_r2_c2.jpg
│ ├── oo49_r2_c2.jpg
│ ├── oo4_r2_c2.jpg
│ ├── oo50_r2_c2.jpg
│ ├── oo51_r2_c2.jpg
│ ├── oo52_r2_c2.jpg
│ ├── oo53_r2_c2.jpg
│ ├── oo54_r2_c2.jpg
│ ├── oo55_r2_c2.jpg
│ ├── oo5_r2_c2.jpg
│ ├── oo7_r2_c2.jpg
│ ├── oo8_r2_c2.jpg
│ ├── oo9_r2_c2.jpg
│ ├── oo_r1_c2.jpg
│ ├── OP1_r27_c24.jpg
│ ├── p_r12_c18.jpg
│ ├── p_r15_c6.jpg
│ ├── p_r16_c23.jpg
│ ├── p_r18_c17.jpg
│ ├── p_r1_c2.jpg
│ ├── p_r21_c7.jpg
│ ├── p_r23_c6.jpg
│ ├── p_r24_c17.jpg
│ ├── p_r27_c5.jpg
│ ├── p_r29_c23.jpg
│ ├── p_r2_c4.jpg
│ ├── p_r30_c5.jpg
│ ├── p_r33_c17.jpg
│ ├── p_r35_c5.jpg
│ ├── p_r37_c5.jpg
│ ├── p_r38_c5.jpg
│ ├── p_r39_c5.jpg
│ ├── p_r41_c4.jpg
│ ├── p_r4_c10.jpg
│ ├── p_r4_c8.jpg
│ ├── p_r6_c17.jpg
│ ├── p_r6_c23.jpg
│ ├── p_r7_c7.jpg
│ ├── p_r8_c21.jpg
│ ├── p_r9_c15.jpg
│ ├── qiye.swf
│ ├── qiyezongshu1.jpg
│ ├── qiyezongshu_r10_c5.jpg
│ ├── qiyezongshu_r12_c6.jpg
│ ├── qiyezongshu_r14_c8.jpg
│ ├── qiyezongshu_r16_c5.jpg
│ ├── qiyezongshu_r2_c2.jpg
│ ├── qiyezongshu_r3_c13.jpg
│ ├── qiyezongshu_r4_c11.jpg
│ ├── qiyezongshu_r7_c3.jpg
│ ├── qiyezongshu_r8_c5.jpg
│ ├── reg1.gif
│ ├── reply_a.gif
│ ├── shu1_r2_c2.jpg
│ ├── shuangjian.swf
│ ├── shu_r1_c1.jpg
│ ├── shu_r2_c1.jpg
│ ├── shu_r3_c1.jpg
│ ├── shu_r4_c4.jpg
│ ├── shu_r5_c2.jpg
│ ├── shu_r7_c2.jpg
│ ├── sy10_r2_c2.jpg
│ ├── sy11_r2_c4.jpg
│ ├── sy11_r4_c2.jpg
│ ├── sy12_r4_c2.jpg
│ ├── sy14_r4_c4.jpg
│ ├── sy2_r25_c34.jpg
│ ├── sy2_r27_c2.jpg
│ ├── sy2_r29_c30.jpg
│ ├── sy2_r32_c30.jpg
│ ├── sy3_r6_c2.jpg
│ ├── sy4_r2_c10.jpg
│ ├── sy4_r2_c12.jpg
│ ├── sy4_r2_c14.jpg
│ ├── sy4_r2_c16.jpg
│ ├── sy4_r2_c18.jpg
│ ├── sy4_r2_c20.jpg
│ ├── sy4_r2_c22.jpg
│ ├── sy4_r2_c2.jpg
│ ├── sy4_r2_c4.jpg
│ ├── sy4_r2_c6.jpg
│ ├── sy4_r2_c8.jpg
│ ├── sy6_r2_c2.jpg
│ ├── sy7_r2_c2.jpg
│ ├── sy_r2_c2.jpg
│ ├── Thumbs.db
│ ├── t_new.gif
│ ├── tuu_r2_c2.jpg
│ ├── tuuu_r2_c2.jpg
│ ├── u9.jpg
│ ├── uu.jpg
│ ├── woman.gif
│ ├── wz.swf
│ ├── XIAN.jpg
│ ├── yj_r2_c2.jpg
│ ├── yui_r12_c28.jpg
│ ├── yui_r13_c38.jpg
│ ├── yui_r19_c4.jpg
│ ├── yui_r21_c36.jpg
│ ├── yui_r25_c27.jpg
│ ├── yui_r26_c17.jpg
│ ├── yui_r26_c5.jpg
│ ├── yui_r2_c26.jpg
│ ├── yui_r31_c18.jpg
│ ├── yui_r37_c19.jpg
│ ├── yui_r4_c12.jpg
│ └── yyq_r2_c2.jpg
├── index1.html
├── index.htm
├── index.html
├── index.jsp
├── lianxiwomen.html
├── management
│ ├── 10.html
│ ├── 11.html
│ ├── 12.html
│ ├── 13.html
│ ├── 14.html
│ ├── 15.html
│ ├── 16.html
│ ├── 17.html
│ ├── 18.html
│ ├── 19.html
│ ├── 1.html
│ ├── 20.html
│ ├── 21.html
│ ├── 2.html
│ ├── 3.html
│ ├── 5.html
│ ├── 6.html
│ ├── 7.html
│ ├── 8.html
│ ├── 9.html
│ ├── achievement.html
│ ├── a.html
│ ├── b.html
│ ├── certificate.htm
│ ├── c.html
│ ├── d.html
│ ├── e.html
│ ├── f.html
│ ├── g.html
│ ├── h.html
│ ├── honor.html
│ ├── i.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── j.html
│ ├── k.html
│ ├── left.jsp
│ ├── l.html
│ ├── m.html
│ ├── n.html
│ ├── of.html
│ ├── o.html
│ ├── OI.html
│ ├── p.html
│ ├── Project.html
│ ├── q.html
│ ├── r.html
│ ├── s.html
│ └── Window.html
├── marketing
│ ├── client.html
│ ├── client.jsp
│ ├── distribution.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── left.jsp
│ ├── location.html
│ ├── network.html
│ ├── performance.html
│ ├── philosophy.html
│ └── showgrade.jsp
├── META-INF
│ └── MANIFEST.MF
├── navigation
│ ├── addorder.jsp
│ ├── contact us.html
│ ├── displayi.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── left.jsp
│ ├── online ordering.html
│ ├── online_ordering.jsp
│ ├── overview.html
│ ├── productlist.jsp
│ └── showproduct.jsp
├── news
│ ├── enterprise news.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── left.jsp
│ ├── profession information.html
│ ├── showNews.jsp
│ ├── Social hot.html
│ └── xinwenxiangxi.html
├── _notes
│ └── index.html.mno
├── resource
│ ├── Air-blower knowledge.html
│ ├── application software.html
│ ├── download.jsp
│ ├── File.html
│ ├── index2006-10-31.jsp
│ ├── index2006-8-26.jsp
│ ├── index.jsp
│ ├── left.jsp
│ ├── message.html
│ ├── messagelist.jsp
│ ├── photo.html
│ ├── specification.html
│ └── youqingtuijian.html
├── resources
│ ├── addlance.jsp
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── lance.html
│ ├── lance.jsp
│ ├── left.jsp
│ ├── policy.html
│ ├── recruitmenti.html
│ └── recruitmenti.jsp
├── scrollpic.htm
├── scrollpic.jsp
├── search
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── left.jsp
│ └── showNews.jsp
├── services
│ ├── addleav.jsp
│ ├── complaint.html
│ ├── duty.html
│ ├── feedback.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ ├── know.html
│ ├── left.jsp
│ ├── _notes
│ │ └── shouhoufuwu.html.mno
│ ├── support.html
│ └── support.jsp
├── shenchanyilan.html
├── siteadmin
│ ├── addarticle.jsp
│ ├── addclassify.jsp
│ ├── addfriendsite.jsp
│ ├── addjob.jsp
│ ├── addmanager.jsp
│ ├── admin.jsp
│ ├── article.jsp
│ ├── bottom.jsp
│ ├── classify.jsp
│ ├── commander.jsp
│ ├── css
│ │ ├── admin1.css
│ │ ├── admin.css
│ │ └── cool.css
│ ├── delarticle.jsp
│ ├── delclassify.jsp
│ ├── deldown.jsp
│ ├── delfriendsite.jsp
│ ├── deljob.jsp
│ ├── delmanager.jsp
│ ├── delselectedclassify.jsp
│ ├── delselecteddata.jsp
│ ├── delselectedfriendsite.jsp
│ ├── delselectedjob.jsp
│ ├── delselectedmanager.jsp
│ ├── docupload.jsp
│ ├── download.jsp
│ ├── editor
│ │ ├── edit.css
│ │ ├── fieldset.htm
│ │ ├── flash.htm
│ │ ├── help.htm
│ │ ├── hr.htm
│ │ ├── iframe.htm
│ │ ├── image.htm
│ │ ├── images
│ │ │ ├── acenter.gif
│ │ │ ├── aleft.gif
│ │ │ ├── aright.gif
│ │ │ ├── bold.gif
│ │ │ ├── clear.gif
│ │ │ ├── copy.gif
│ │ │ ├── cut.gif
│ │ │ ├── del.gif
│ │ │ ├── fgcolor.gif
│ │ │ ├── fieldset.gif
│ │ │ ├── flash.gif
│ │ │ ├── help.gif
│ │ │ ├── htm.gif
│ │ │ ├── img.gif
│ │ │ ├── indent.gif
│ │ │ ├── italic.gif
│ │ │ ├── line.gif
│ │ │ ├── list.gif
│ │ │ ├── nourl.gif
│ │ │ ├── num.gif
│ │ │ ├── outdent.gif
│ │ │ ├── paste.gif
│ │ │ ├── redo.gif
│ │ │ ├── rm.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── s.gif
│ │ │ ├── sline.gif
│ │ │ ├── sub.gif
│ │ │ ├── sup.gif
│ │ │ ├── table.gif
│ │ │ ├── underline.gif
│ │ │ ├── undo.gif
│ │ │ ├── upload.gif
│ │ │ ├── url.gif
│ │ │ └── wmv.gif
│ │ ├── index1.htm
│ │ ├── index.htm
│ │ ├── media.htm
│ │ ├── pic.htm
│ │ ├── processupload1.jsp
│ │ ├── processupload.jsp
│ │ ├── rm.htm
│ │ ├── selcolor.htm
│ │ ├── site.css
│ │ ├── table.htm
│ │ ├── ubb.htm
│ │ ├── upload1.jsp
│ │ └── upload.jsp
│ ├── error
│ │ ├── error.jsp
│ │ └── pagenotfound.htm
│ ├── friendsite.jsp
│ ├── function.jsp
│ ├── genhtml.jsp
│ ├── genindex.jsp
│ ├── images
│ │ ├── 11_r2_c2.jpg
│ │ ├── 11_r2_c4.jpg
│ │ ├── 11_r2_c6.jpg
│ │ ├── 1_r2_c2.jpg
│ │ ├── 1_r2_c4.jpg
│ │ ├── 1_r2_c6.jpg
│ │ ├── bg.GIF
│ │ ├── hide.GIF
│ │ ├── ico.gif
│ │ ├── litterdr.gif
│ │ ├── quit.GIF
│ │ ├── show.gif
│ │ ├── tablebg.gif
│ │ ├── title.gif
│ │ └── topbg.gif
│ ├── index.jsp
│ ├── leavewordClass.jsp
│ ├── leavewordList.jsp
│ ├── leavewordReply.jsp
│ ├── left.jsp
│ ├── logout.jsp
│ ├── main.jsp
│ ├── manager.jsp
│ ├── modarticle.jsp
│ ├── modclassify.jsp
│ ├── modfriendsite.jsp
│ ├── modjob.jsp
│ ├── modmanager.jsp
│ ├── modpass.jsp
│ ├── order.jsp
│ ├── orderlist.jsp
│ ├── permission
│ │ ├── permission10.jsp
│ │ ├── permission11.jsp
│ │ ├── permission1.jsp
│ │ ├── permission2.jsp
│ │ ├── permission3.jsp
│ │ ├── permission4.jsp
│ │ ├── permission5.jsp
│ │ ├── permission6.jsp
│ │ ├── permission7.jsp
│ │ ├── permission8.jsp
│ │ └── permission9.jsp
│ ├── permission.jsp
│ ├── processlogin.jsp
│ ├── processmodpass.jsp
│ ├── processsetmanager.jsp
│ ├── setmanager.jsp
│ ├── showcomm.jsp
│ ├── showorder.jsp
│ ├── statistic.jsp
│ └── user
│ ├── showUser.jsp
│ └── userList.jsp
├── sub
│ ├── foot2006-8-25.jsp
│ ├── foot.jsp
│ ├── map2006-11-9.jsp
│ ├── map.jsp
│ ├── top1.jsp
│ ├── top2.jsp
│ ├── top3.jsp
│ └── top.jsp
├── subNews.jsp
├── summary
│ ├── impression .html
│ ├── index2006-11-7.jsp
│ ├── index.jsp
│ ├── left.jsp
│ ├── organization.html
│ ├── plan .html
│ ├── speech .html
│ └── survey.html
├── system
│ ├── ability .html
│ ├── approach.html
│ ├── assurance2.htm
│ ├── assurance.html
│ ├── equipment.html
│ ├── index2006-10-31.jsp
│ ├── index.jsp
│ └── left.jsp
├── test.jsp
├── upload
│ └── images
│ └── 2008
│ └── 2
│ └── 16
│ └── Thumbs.db
├── user
│ ├── getpsw_do.jsp
│ ├── getpsw.jsp
│ ├── getpsw_middle.jsp
│ ├── index.jsp
│ ├── login_do.jsp
│ ├── login.jsp
│ ├── login_middle.jsp
│ ├── logout.jsp
│ ├── mod_psw.jsp
│ ├── mod_psw.jsp.bak
│ ├── regist_do.jsp
│ ├── regist.jsp
│ ├── regist_middle.jsp
│ ├── user_index.jsp
│ ├── user_top.jsp
│ └── user_top.jsp.bak
├── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ ├── DealString.class
│ │ │ ├── msg
│ │ │ │ ├── bean
│ │ │ │ │ ├── info.class
│ │ │ │ │ ├── Link.class
│ │ │ │ │ └── Pagination.class
│ │ │ │ └── db
│ │ │ │ ├── ConfigFile.class
│ │ │ │ ├── DBConn.class
│ │ │ │ └── DBConnect.class
│ │ │ └── web
│ │ │ ├── database
│ │ │ │ ├── Operation.class
│ │ │ │ └── Pagable.class
│ │ │ │ └── Email.class
│ │ │ ├── filter
│ │ │ │ ├── EncodingFilter.class
│ │ │ │ └── VipCenterFilter.class
│ │ │ ├── servlet
│ │ │ │ ├── AddLeaveWordClass.class
│ │ │ │ ├── ClassList.class
│ │ │ │ ├── DelUserManServlet.class
│ │ │ │ ├── DocUploadServlet.class
│ │ │ │ ├── EmailAction.class
│ │ │ │ ├── HelpList.class
│ │ │ │ ├── LeaveWordList.class
│ │ │ │ ├── NewsList.class
│ │ │ │ ├── OnlineQuestion.class
│ │ │ │ ├── SearchGame.class
│ │ │ │ └── UserList.class
│ │ │ ├── util
│ │ │ │ ├── DealString.class
│ │ │ │ ├── GetDate.class
│ │ │ │ ├── MD5.class
│ │ │ │ ├── page.class
│ │ │ │ ├── ProcessString.class
│ │ │ │ ├── ReplaceAll.class
│ │ │ │ └── SpecialStringFilter.class
│ │ │ └── www
│ │ │ ├── Admin.class
│ │ │ ├── Article.class
│ │ │ ├── Classify.class
│ │ │ ├── Counter.class
│ │ │ ├── DocDown.class
│ │ │ ├── Download.class
│ │ │ ├── FriendSite.class
│ │ │ ├── Job.class
│ │ │ ├── LeaveWord.class
│ │ │ ├── LeaveWordClass.class
│ │ │ ├── OnlineCounter.class
│ │ │ ├── OnlineCounterListener.class
│ │ │ ├── Permission.class
│ │ │ ├── Picture.class
│ │ │ ├── ProcessAdmin.class
│ │ │ ├── ProcessArticle.class
│ │ │ ├── ProcessClassify.class
│ │ │ ├── ProcessDocDown.class
│ │ │ ├── ProcessDownload.class
│ │ │ ├── ProcessFriendSite.class
│ │ │ ├── ProcessJob.class
│ │ │ ├── ProcessLeaveWord.class
│ │ │ ├── ProcessLeaveWordClass.class
│ │ │ ├── ProcessPicture.class
│ │ │ ├── ProcessUserMan.class
│ │ │ └── Userman.class
│ │ └── db.properties
│ ├── lib
│ │ ├── activation.jar
│ │ ├── commons-dbcp-1.2.1.jar
│ │ ├── commons-pool-1.2.jar
│ │ ├── jspSmartUpload.jar
│ │ ├── mailapi.jar
│ │ ├── msbase.jar
│ │ ├── mssqlserver.jar
│ │ ├── msutil.jar
│ │ ├── mysql-connector-java-3.1.12-bin.jar
│ │ ├── pop3.jar
│ │ └── smtp.jar
│ └── web.xml
├── zhuanyezhishi.html
├── zuzhijiegou1.html
└── zuzhijiegou.html
66 directories, 899 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论