实例介绍
【实例简介】
运行环境要求: (1)客户端: Windows操作系统 IE浏览器 (2)服务器: windows server 版操作系统 Tomcat web 服务器 My SQL 数据库服务器
【实例截图】
【核心代码】
JAVA服装库存管理系统_带数据库文件
├── csms
│ ├── src
│ │ ├── com
│ │ │ └── csms
│ │ │ ├── dao
│ │ │ │ ├── inter
│ │ │ │ │ ├── ClothingInterface.java
│ │ │ │ │ ├── OrdersInterface.java
│ │ │ │ │ ├── UserInterface.java
│ │ │ │ │ └── WarehouseInterface.java
│ │ │ │ ├── interImpl
│ │ │ │ │ ├── ClothImpl.java
│ │ │ │ │ ├── OrdersImpl.java
│ │ │ │ │ ├── UserImpl.java
│ │ │ │ │ └── WarehouseImpl.java
│ │ │ │ └── model
│ │ │ │ ├── ClothingInfo.java
│ │ │ │ ├── OrdersInfo.java
│ │ │ │ ├── UserInfo.java
│ │ │ │ └── Warehouse.java
│ │ │ ├── db
│ │ │ │ └── DBConnectio.java
│ │ │ └── serverlet
│ │ │ ├── ClothServerlet.java
│ │ │ ├── OrdersServerlet.java
│ │ │ ├── UserServerlet.java
│ │ │ └── WarehouseServerlet.java
│ │ └── filter
│ │ ├── CharsetFilter.java
│ │ └── CheckLogin.java
│ └── WebRoot
│ ├── bottom.htm
│ ├── common
│ │ ├── index.htm
│ │ ├── left.htm
│ │ ├── middle.htm
│ │ ├── PASSWORD1001.htm
│ │ └── PASSWORD1001.jsp
│ ├── css
│ │ ├── cjpm.css
│ │ └── frame.css
│ ├── Demo
│ ├── image
│ │ ├── 11.jpg
│ │ ├── 123.jpg
│ │ ├── 66.gif
│ │ ├── A_login01_01.gif
│ │ ├── A_login01_02.gif
│ │ ├── A_login01_03.gif
│ │ ├── A_login01_04.gif
│ │ ├── A_login01_05.gif
│ │ ├── A_login01_06.gif
│ │ ├── A_login01_07.gif
│ │ ├── A_login01_08.gif
│ │ ├── arr_left.gif
│ │ ├── arrow_bottom.gif
│ │ ├── arrow.gif
│ │ ├── arrow-subnav-down.gif
│ │ ├── arrow_top.gif
│ │ ├── arr_up.gif
│ │ ├── attach.gif
│ │ ├── B2.gif
│ │ ├── B3.gif
│ │ ├── back.gif
│ │ ├── bar_bug.gif
│ │ ├── bar_middle_Complete.gif
│ │ ├── bar_middle_unfinished.gif
│ │ ├── b_bookmark.png
│ │ ├── b_browse.png
│ │ ├── bd_deltbl.png
│ │ ├── bd_drop.png
│ │ ├── bd_edit.png
│ │ ├── b_deltbl.png
│ │ ├── b_drop.png
│ │ ├── b_edit.png
│ │ ├── b_empty.png
│ │ ├── bg002.gif
│ │ ├── bg01.gif
│ │ ├── bg.gif
│ │ ├── bglg.gif
│ │ ├── bian.gif
│ │ ├── blank.gif
│ │ ├── blank.png
│ │ ├── bmd.gif
│ │ ├── bottom.gif
│ │ ├── b_primary.png
│ │ ├── btn_add.gif
│ │ ├── btn_cancel.gif
│ │ ├── btn_choice.gif
│ │ ├── btn_close.gif
│ │ ├── btn_confirm.gif
│ │ ├── btn_del.gif
│ │ ├── btn_find.gif
│ │ ├── btn_goback.gif
│ │ ├── btn_modify.gif
│ │ ├── btnOn.gif
│ │ ├── btn_query.gif
│ │ ├── btn_reset.gif
│ │ ├── btn_save.gif
│ │ ├── btn_selectall.gif
│ │ ├── btn_stat.gif
│ │ ├── b_usredit.png
│ │ ├── but_bg.gif
│ │ ├── button01(1).gif
│ │ ├── button01_e.gif
│ │ ├── button01.gif
│ │ ├── button02(1).gif
│ │ ├── button02_d.gif
│ │ ├── button02_e.gif
│ │ ├── button02.gif
│ │ ├── button101.gif
│ │ ├── button102.gif
│ │ ├── button103.gif
│ │ ├── button104.gif
│ │ ├── button105.gif
│ │ ├── button106.gif
│ │ ├── button2.gif
│ │ ├── button_close.gif
│ │ ├── button_email.gif
│ │ ├── button.gif
│ │ ├── button_open.gif
│ │ ├── button_pm.gif
│ │ ├── button_profile.gif
│ │ ├── calendar.gif
│ │ ├── calendar.jpg
│ │ ├── christmas1.jpg
│ │ ├── cool.gif
│ │ ├── delete.gif
│ │ ├── del.gif
│ │ ├── desktop.gif
│ │ ├── dhsm.gif
│ │ ├── doc.gif
│ │ ├── dot1.gif
│ │ ├── dot2.gif
│ │ ├── edit.gif
│ │ ├── esso.swf
│ │ ├── exec.png
│ │ ├── fclose.gif
│ │ ├── file.png
│ │ ├── fish1.gif
│ │ ├── f_norm_new.gif
│ │ ├── foldericon.png
│ │ ├── fopen.gif
│ │ ├── fopen.png
│ │ ├── form_tab_btw_off_off.gif
│ │ ├── form_tab_btw_on_off.gif
│ │ ├── go.gif
│ │ ├── hidedown.gif
│ │ ├── hideup.gif
│ │ ├── hmd.gif
│ │ ├── hot_folder.gif
│ │ ├── humor.gif
│ │ ├── icon001.gif
│ │ ├── icon002.gif
│ │ ├── icon003.gif
│ │ ├── icon0101.gif
│ │ ├── icon01.gif
│ │ ├── icon0202.gif
│ │ ├── icon02.gif
│ │ ├── icon03.gif
│ │ ├── icon04.gif
│ │ ├── icon05.gif
│ │ ├── icon06.gif
│ │ ├── icon07.gif
│ │ ├── icon08.gif
│ │ ├── icon09.gif
│ │ ├── icon11.gif
│ │ ├── icon12.gif
│ │ ├── icon13.gif
│ │ ├── icon14.gif
│ │ ├── icon15.gif
│ │ ├── icon16.gif
│ │ ├── icon20.gif
│ │ ├── icon21.gif
│ │ ├── icon22.gif
│ │ ├── icon23.gif
│ │ ├── icon24.gif
│ │ ├── icon25.gif
│ │ ├── icon26.gif
│ │ ├── icon27.gif
│ │ ├── icon28.gif
│ │ ├── icon29.gif
│ │ ├── icon30.gif
│ │ ├── icon31.gif
│ │ ├── icon32.gif
│ │ ├── icon33.gif
│ │ ├── icon34.gif
│ │ ├── icon35.gif
│ │ ├── icon36.gif
│ │ ├── icon40.gif
│ │ ├── icon41.gif
│ │ ├── icon42.gif
│ │ ├── icon43.gif
│ │ ├── icon44.gif
│ │ ├── icon45.gif
│ │ ├── icon46.gif
│ │ ├── icon-folder1-close.gif
│ │ ├── icon-folder1-open.gif
│ │ ├── icon-folder-close.gif
│ │ ├── icon-folder-open.gif
│ │ ├── icon-page.gif
│ │ ├── icon_quanxuan.gif
│ │ ├── icon_r.gif
│ │ ├── icon_w.gif
│ │ ├── I.png
│ │ ├── jian.gif
│ │ ├── lastnode.gif
│ │ ├── left_01.gif
│ │ ├── line1.gif
│ │ ├── line.gif
│ │ ├── link.gif
│ │ ├── Lminus.png
│ │ ├── login
│ │ │ ├── 11_1.gif
│ │ │ ├── 11_2.gif
│ │ │ ├── 11_3-1.gif
│ │ │ ├── 11_3-2.jpg
│ │ │ ├── 11_3.gif
│ │ │ ├── index_1.jpg
│ │ │ ├── index_2.jpg
│ │ │ ├── index_3.jpg
│ │ │ ├── index_4.jpg
│ │ │ ├── index_5.jpg
│ │ │ └── Thumbs.db
│ │ ├── login.psd
│ │ ├── logo1.jpg
│ │ ├── logo2.gif
│ │ ├── logo3.jpg
│ │ ├── logo4.jpg
│ │ ├── logo.gif
│ │ ├── logo.psd
│ │ ├── logout.gif
│ │ ├── love.gif
│ │ ├── Lplus.png
│ │ ├── L.png
│ │ ├── m1.gif
│ │ ├── m2.gif
│ │ ├── main_rond.gif
│ │ ├── male.gif
│ │ ├── menu
│ │ │ ├── 0037.gif
│ │ │ ├── 0039.gif
│ │ │ ├── 11.gif
│ │ │ ├── 22.gif
│ │ │ ├── 33.gif
│ │ │ ├── 3.gif
│ │ │ ├── 44.gif
│ │ │ ├── all_minus.gif
│ │ │ ├── all_plus.gif
│ │ │ ├── blank.gif
│ │ │ ├── book.gif
│ │ │ ├── button.gif
│ │ │ ├── checked.gif
│ │ │ ├── close.gif
│ │ │ ├── cos_icon.gif
│ │ │ ├── cust.gif
│ │ │ ├── dir_link.gif
│ │ │ ├── disable.gif
│ │ │ ├── Divider.gif
│ │ │ ├── Divider_logo.gif
│ │ │ ├── doc.gif
│ │ │ ├── docu_icon.gif
│ │ │ ├── download.gif
│ │ │ ├── email.gif
│ │ │ ├── enable.gif
│ │ │ ├── First.gif
│ │ │ ├── fopen.gif
│ │ │ ├── help.gif
│ │ │ ├── home.gif
│ │ │ ├── ico01.gif
│ │ │ ├── icon_Calender.gif
│ │ │ ├── icon_card.gif
│ │ │ ├── icon_comp.gif
│ │ │ ├── icon_downfile.gif
│ │ │ ├── icon_exploration.gif
│ │ │ ├── icon_help.gif
│ │ │ ├── icon_jh.gif
│ │ │ ├── icon_ls.gif
│ │ │ ├── icon_mana.gif
│ │ │ ├── icon_my.gif
│ │ │ ├── icon_net.gif
│ │ │ ├── icon_tp.gif
│ │ │ ├── icon_upfile.gif
│ │ │ ├── icon_WorkDiary.gif
│ │ │ ├── icon_world.gif
│ │ │ ├── info_list.gif
│ │ │ ├── info_lock.gif
│ │ │ ├── info_top.gif
│ │ │ ├── info_win_bg.gif
│ │ │ ├── java.gif
│ │ │ ├── jj1.gif
│ │ │ ├── jj2.gif
│ │ │ ├── jj.gif
│ │ │ ├── key.gif
│ │ │ ├── Last.gif
│ │ │ ├── lastnode.gif
│ │ │ ├── login.gif
│ │ │ ├── magazine.gif
│ │ │ ├── mail1.gif
│ │ │ ├── mail2.gif
│ │ │ ├── mail.gif
│ │ │ ├── mail_nr.gif
│ │ │ ├── main_bg1.gif
│ │ │ ├── main_bg.gif
│ │ │ ├── main_top.gif
│ │ │ ├── mlastnode.gif
│ │ │ ├── mnode.gif
│ │ │ ├── modify.gif
│ │ │ ├── namecard_icon.gif
│ │ │ ├── node.gif
│ │ │ ├── non_checked.gif
│ │ │ ├── open.gif
│ │ │ ├── org.gif
│ │ │ ├── passport.gif
│ │ │ ├── pclose.gif
│ │ │ ├── plastnode.gif
│ │ │ ├── pnode.gif
│ │ │ ├── pointto.gif
│ │ │ ├── ppbook.gif
│ │ │ ├── read_no.gif
│ │ │ ├── read_yes.gif
│ │ │ ├── recycle1.gif
│ │ │ ├── recycle.gif
│ │ │ ├── reply1.gif
│ │ │ ├── reply2.gif
│ │ │ ├── reply.gif
│ │ │ ├── replynow.gif
│ │ │ ├── role.gif
│ │ │ ├── space.gif
│ │ │ ├── stat_icon.gif
│ │ │ ├── statistic.gif
│ │ │ ├── stats.gif
│ │ │ ├── sysman_icon.gif
│ │ │ ├── system.gif
│ │ │ ├── t1.gif
│ │ │ ├── t3.gif
│ │ │ ├── text.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── top.gif
│ │ │ ├── top_link_icon.gif
│ │ │ ├── tree1.gif
│ │ │ ├── tree_blank.gif
│ │ │ ├── tree_blankl.gif
│ │ │ ├── tree_dir.gif
│ │ │ ├── tree_diropen.gif
│ │ │ ├── tree.gif
│ │ │ ├── tree_line.gif
│ │ │ ├── tree_minus.gif
│ │ │ ├── tree_minusl.gif
│ │ │ ├── tree_plus.gif
│ │ │ ├── tree_plusl.gif
│ │ │ ├── user.gif
│ │ │ ├── users.gif
│ │ │ ├── vertline.gif
│ │ │ ├── win.gif
│ │ │ └── write.gif
│ │ ├── menujia.gif
│ │ ├── menujian.gif
│ │ ├── middle.gif
│ │ ├── minus.gif
│ │ ├── mlastnode.gif
│ │ ├── mnode.gif
│ │ ├── mydocument.gif
│ │ ├── nav.gif
│ │ ├── new.gif
│ │ ├── newtopic.gif
│ │ ├── open_03.gif
│ │ ├── open_06.gif
│ │ ├── openfoldericon.png
│ │ ├── page.gif
│ │ ├── plastnode.gif
│ │ ├── plus.gif
│ │ ├── pnode.gif
│ │ ├── poc_3.gif
│ │ ├── poc_4.gif
│ │ ├── poc_6.gif
│ │ ├── point.gif
│ │ ├── qq_maximize.gif
│ │ ├── qq_minimize.gif
│ │ ├── red_forum.gif
│ │ ├── reply.gif
│ │ ├── right1.gif
│ │ ├── right2.gif
│ │ ├── right.gif
│ │ ├── searcher.gif
│ │ ├── s_error.png
│ │ ├── shock.gif
│ │ ├── s_info.png
│ │ ├── slide_down.gif
│ │ ├── slide_up.gif
│ │ ├── s_notice.png
│ │ ├── s_okay.png
│ │ ├── spacer.gif
│ │ ├── stats.gif
│ │ ├── tab1.gif
│ │ ├── tab2.gif
│ │ ├── tab_fond.gif
│ │ ├── table.png
│ │ ├── tb_bg_01.gif
│ │ ├── th.gif
│ │ ├── Thumbs.db
│ │ ├── title2.gif
│ │ ├── title.gif
│ │ ├── Tminus.png
│ │ ├── top_01.gif
│ │ ├── top01.gif
│ │ ├── top_02.gif
│ │ ├── top_03.gif
│ │ ├── top_04.gif
│ │ ├── top_1.jpg
│ │ ├── top2.gif
│ │ ├── top_2.jpg
│ │ ├── top_3.jpg
│ │ ├── top_4.jpg
│ │ ├── top.jpg
│ │ ├── top_left.gif
│ │ ├── top_line.gif
│ │ ├── top_m2.gif
│ │ ├── top_m.gif
│ │ ├── Tplus.png
│ │ ├── T.png
│ │ ├── tree
│ │ │ ├── 001.gif
│ │ │ ├── 002.gif
│ │ │ ├── 3icon_e.gif
│ │ │ ├── 3icon.gif
│ │ │ ├── 4icon_e.gif
│ │ │ ├── 4icon.gif
│ │ │ ├── blank.gif
│ │ │ ├── b-left02.gif
│ │ │ ├── fclose.gif
│ │ │ ├── fopen.gif
│ │ │ ├── j-bg.gif
│ │ │ ├── j-button_bottom.gif
│ │ │ ├── j-button_left.gif
│ │ │ ├── j-button_middle_e.gif
│ │ │ ├── j-button_middle.gif
│ │ │ ├── k-bg.gif
│ │ │ ├── k-button_bottom.gif
│ │ │ ├── k-button_left.gif
│ │ │ ├── k-button_middle.gif
│ │ │ ├── lastnode.gif
│ │ │ ├── left01.gif
│ │ │ ├── left02.gif
│ │ │ ├── mlastnode.gif
│ │ │ ├── mnode.gif
│ │ │ ├── node.gif
│ │ │ ├── plastnode.gif
│ │ │ ├── pnode.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── top1.gif
│ │ │ ├── top.gif
│ │ │ └── vertline.gif
│ │ ├── tree_blank.gif
│ │ ├── tree_line.gif
│ │ ├── tree_minus.gif
│ │ ├── tree_minusl.gif
│ │ ├── up.gif
│ │ ├── user_stat.gif
│ │ ├── vertline.gif
│ │ └── 复件 123.jpg
│ ├── index.jsp
│ ├── js
│ │ ├── addFunction.js
│ │ ├── calendar.js
│ │ ├── check.js
│ │ ├── cjcalendar.js
│ │ ├── cjtreeMenu.js
│ │ ├── common.js
│ │ ├── date.js
│ │ ├── menu.htc
│ │ ├── menu.js
│ │ ├── msn_message.js
│ │ ├── page.js
│ │ └── qq_hidemenu.js
│ ├── login1.html
│ ├── login.html
│ ├── login.jsp
│ ├── Main.htm
│ ├── Menu.htm
│ ├── Menu.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── stock
│ │ ├── index.htm
│ │ ├── left.htm
│ │ ├── main.htm
│ │ ├── middle.htm
│ │ ├── order2001.jsp
│ │ ├── order2002.htm
│ │ ├── order2002.jsp
│ │ ├── order2003.html
│ │ ├── order2003.jsp
│ │ ├── order3001.htm
│ │ ├── order3001.jsp
│ │ ├── order3002.htm
│ │ ├── order3002.jsp
│ │ ├── order3003.html
│ │ └── order3003.jsp
│ ├── system
│ │ ├── bsd_code_006_1.htm
│ │ ├── bsd_code_006_1.jsp
│ │ ├── bsd_code_006.htm
│ │ ├── bsd_code_006.jsp
│ │ ├── CLOTHING1001.htm
│ │ ├── CLOTHING1001.jsp
│ │ ├── CLOTHING1002.htm
│ │ ├── CLOTHING1002.jsp
│ │ ├── index.htm
│ │ ├── index.jsp
│ │ ├── left.htm
│ │ ├── left.jsp
│ │ ├── main.htm
│ │ ├── middle.htm
│ │ ├── USER1001.htm
│ │ ├── USER1001.jsp
│ │ ├── USER1002.htm
│ │ └── USER1002.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── csms
│ │ │ ├── dao
│ │ │ │ ├── inter
│ │ │ │ │ ├── ClothingInterface.class
│ │ │ │ │ ├── OrdersInterface.class
│ │ │ │ │ ├── UserInterface.class
│ │ │ │ │ └── WarehouseInterface.class
│ │ │ │ ├── interImpl
│ │ │ │ │ ├── ClothImpl.class
│ │ │ │ │ ├── OrdersImpl.class
│ │ │ │ │ ├── UserImpl.class
│ │ │ │ │ └── WarehouseImpl.class
│ │ │ │ └── model
│ │ │ │ ├── ClothingInfo.class
│ │ │ │ ├── OrdersInfo.class
│ │ │ │ ├── UserInfo.class
│ │ │ │ └── Warehouse.class
│ │ │ ├── db
│ │ │ │ └── DBConnectio.class
│ │ │ └── serverlet
│ │ │ ├── ClothServerlet.class
│ │ │ ├── OrdersServerlet.class
│ │ │ ├── UserServerlet.class
│ │ │ └── WarehouseServerlet.class
│ │ └── filter
│ │ ├── CharsetFilter.class
│ │ └── CheckLogin.class
│ ├── lib
│ │ └── mysql-connector-java-5.1.19-bin.jar
│ └── web.xml
├── csms_db.sql
└── 实训4文档.doc
35 directories, 518 files
运行环境要求: (1)客户端: Windows操作系统 IE浏览器 (2)服务器: windows server 版操作系统 Tomcat web 服务器 My SQL 数据库服务器
【实例截图】
【核心代码】
JAVA服装库存管理系统_带数据库文件
├── csms
│ ├── src
│ │ ├── com
│ │ │ └── csms
│ │ │ ├── dao
│ │ │ │ ├── inter
│ │ │ │ │ ├── ClothingInterface.java
│ │ │ │ │ ├── OrdersInterface.java
│ │ │ │ │ ├── UserInterface.java
│ │ │ │ │ └── WarehouseInterface.java
│ │ │ │ ├── interImpl
│ │ │ │ │ ├── ClothImpl.java
│ │ │ │ │ ├── OrdersImpl.java
│ │ │ │ │ ├── UserImpl.java
│ │ │ │ │ └── WarehouseImpl.java
│ │ │ │ └── model
│ │ │ │ ├── ClothingInfo.java
│ │ │ │ ├── OrdersInfo.java
│ │ │ │ ├── UserInfo.java
│ │ │ │ └── Warehouse.java
│ │ │ ├── db
│ │ │ │ └── DBConnectio.java
│ │ │ └── serverlet
│ │ │ ├── ClothServerlet.java
│ │ │ ├── OrdersServerlet.java
│ │ │ ├── UserServerlet.java
│ │ │ └── WarehouseServerlet.java
│ │ └── filter
│ │ ├── CharsetFilter.java
│ │ └── CheckLogin.java
│ └── WebRoot
│ ├── bottom.htm
│ ├── common
│ │ ├── index.htm
│ │ ├── left.htm
│ │ ├── middle.htm
│ │ ├── PASSWORD1001.htm
│ │ └── PASSWORD1001.jsp
│ ├── css
│ │ ├── cjpm.css
│ │ └── frame.css
│ ├── Demo
│ ├── image
│ │ ├── 11.jpg
│ │ ├── 123.jpg
│ │ ├── 66.gif
│ │ ├── A_login01_01.gif
│ │ ├── A_login01_02.gif
│ │ ├── A_login01_03.gif
│ │ ├── A_login01_04.gif
│ │ ├── A_login01_05.gif
│ │ ├── A_login01_06.gif
│ │ ├── A_login01_07.gif
│ │ ├── A_login01_08.gif
│ │ ├── arr_left.gif
│ │ ├── arrow_bottom.gif
│ │ ├── arrow.gif
│ │ ├── arrow-subnav-down.gif
│ │ ├── arrow_top.gif
│ │ ├── arr_up.gif
│ │ ├── attach.gif
│ │ ├── B2.gif
│ │ ├── B3.gif
│ │ ├── back.gif
│ │ ├── bar_bug.gif
│ │ ├── bar_middle_Complete.gif
│ │ ├── bar_middle_unfinished.gif
│ │ ├── b_bookmark.png
│ │ ├── b_browse.png
│ │ ├── bd_deltbl.png
│ │ ├── bd_drop.png
│ │ ├── bd_edit.png
│ │ ├── b_deltbl.png
│ │ ├── b_drop.png
│ │ ├── b_edit.png
│ │ ├── b_empty.png
│ │ ├── bg002.gif
│ │ ├── bg01.gif
│ │ ├── bg.gif
│ │ ├── bglg.gif
│ │ ├── bian.gif
│ │ ├── blank.gif
│ │ ├── blank.png
│ │ ├── bmd.gif
│ │ ├── bottom.gif
│ │ ├── b_primary.png
│ │ ├── btn_add.gif
│ │ ├── btn_cancel.gif
│ │ ├── btn_choice.gif
│ │ ├── btn_close.gif
│ │ ├── btn_confirm.gif
│ │ ├── btn_del.gif
│ │ ├── btn_find.gif
│ │ ├── btn_goback.gif
│ │ ├── btn_modify.gif
│ │ ├── btnOn.gif
│ │ ├── btn_query.gif
│ │ ├── btn_reset.gif
│ │ ├── btn_save.gif
│ │ ├── btn_selectall.gif
│ │ ├── btn_stat.gif
│ │ ├── b_usredit.png
│ │ ├── but_bg.gif
│ │ ├── button01(1).gif
│ │ ├── button01_e.gif
│ │ ├── button01.gif
│ │ ├── button02(1).gif
│ │ ├── button02_d.gif
│ │ ├── button02_e.gif
│ │ ├── button02.gif
│ │ ├── button101.gif
│ │ ├── button102.gif
│ │ ├── button103.gif
│ │ ├── button104.gif
│ │ ├── button105.gif
│ │ ├── button106.gif
│ │ ├── button2.gif
│ │ ├── button_close.gif
│ │ ├── button_email.gif
│ │ ├── button.gif
│ │ ├── button_open.gif
│ │ ├── button_pm.gif
│ │ ├── button_profile.gif
│ │ ├── calendar.gif
│ │ ├── calendar.jpg
│ │ ├── christmas1.jpg
│ │ ├── cool.gif
│ │ ├── delete.gif
│ │ ├── del.gif
│ │ ├── desktop.gif
│ │ ├── dhsm.gif
│ │ ├── doc.gif
│ │ ├── dot1.gif
│ │ ├── dot2.gif
│ │ ├── edit.gif
│ │ ├── esso.swf
│ │ ├── exec.png
│ │ ├── fclose.gif
│ │ ├── file.png
│ │ ├── fish1.gif
│ │ ├── f_norm_new.gif
│ │ ├── foldericon.png
│ │ ├── fopen.gif
│ │ ├── fopen.png
│ │ ├── form_tab_btw_off_off.gif
│ │ ├── form_tab_btw_on_off.gif
│ │ ├── go.gif
│ │ ├── hidedown.gif
│ │ ├── hideup.gif
│ │ ├── hmd.gif
│ │ ├── hot_folder.gif
│ │ ├── humor.gif
│ │ ├── icon001.gif
│ │ ├── icon002.gif
│ │ ├── icon003.gif
│ │ ├── icon0101.gif
│ │ ├── icon01.gif
│ │ ├── icon0202.gif
│ │ ├── icon02.gif
│ │ ├── icon03.gif
│ │ ├── icon04.gif
│ │ ├── icon05.gif
│ │ ├── icon06.gif
│ │ ├── icon07.gif
│ │ ├── icon08.gif
│ │ ├── icon09.gif
│ │ ├── icon11.gif
│ │ ├── icon12.gif
│ │ ├── icon13.gif
│ │ ├── icon14.gif
│ │ ├── icon15.gif
│ │ ├── icon16.gif
│ │ ├── icon20.gif
│ │ ├── icon21.gif
│ │ ├── icon22.gif
│ │ ├── icon23.gif
│ │ ├── icon24.gif
│ │ ├── icon25.gif
│ │ ├── icon26.gif
│ │ ├── icon27.gif
│ │ ├── icon28.gif
│ │ ├── icon29.gif
│ │ ├── icon30.gif
│ │ ├── icon31.gif
│ │ ├── icon32.gif
│ │ ├── icon33.gif
│ │ ├── icon34.gif
│ │ ├── icon35.gif
│ │ ├── icon36.gif
│ │ ├── icon40.gif
│ │ ├── icon41.gif
│ │ ├── icon42.gif
│ │ ├── icon43.gif
│ │ ├── icon44.gif
│ │ ├── icon45.gif
│ │ ├── icon46.gif
│ │ ├── icon-folder1-close.gif
│ │ ├── icon-folder1-open.gif
│ │ ├── icon-folder-close.gif
│ │ ├── icon-folder-open.gif
│ │ ├── icon-page.gif
│ │ ├── icon_quanxuan.gif
│ │ ├── icon_r.gif
│ │ ├── icon_w.gif
│ │ ├── I.png
│ │ ├── jian.gif
│ │ ├── lastnode.gif
│ │ ├── left_01.gif
│ │ ├── line1.gif
│ │ ├── line.gif
│ │ ├── link.gif
│ │ ├── Lminus.png
│ │ ├── login
│ │ │ ├── 11_1.gif
│ │ │ ├── 11_2.gif
│ │ │ ├── 11_3-1.gif
│ │ │ ├── 11_3-2.jpg
│ │ │ ├── 11_3.gif
│ │ │ ├── index_1.jpg
│ │ │ ├── index_2.jpg
│ │ │ ├── index_3.jpg
│ │ │ ├── index_4.jpg
│ │ │ ├── index_5.jpg
│ │ │ └── Thumbs.db
│ │ ├── login.psd
│ │ ├── logo1.jpg
│ │ ├── logo2.gif
│ │ ├── logo3.jpg
│ │ ├── logo4.jpg
│ │ ├── logo.gif
│ │ ├── logo.psd
│ │ ├── logout.gif
│ │ ├── love.gif
│ │ ├── Lplus.png
│ │ ├── L.png
│ │ ├── m1.gif
│ │ ├── m2.gif
│ │ ├── main_rond.gif
│ │ ├── male.gif
│ │ ├── menu
│ │ │ ├── 0037.gif
│ │ │ ├── 0039.gif
│ │ │ ├── 11.gif
│ │ │ ├── 22.gif
│ │ │ ├── 33.gif
│ │ │ ├── 3.gif
│ │ │ ├── 44.gif
│ │ │ ├── all_minus.gif
│ │ │ ├── all_plus.gif
│ │ │ ├── blank.gif
│ │ │ ├── book.gif
│ │ │ ├── button.gif
│ │ │ ├── checked.gif
│ │ │ ├── close.gif
│ │ │ ├── cos_icon.gif
│ │ │ ├── cust.gif
│ │ │ ├── dir_link.gif
│ │ │ ├── disable.gif
│ │ │ ├── Divider.gif
│ │ │ ├── Divider_logo.gif
│ │ │ ├── doc.gif
│ │ │ ├── docu_icon.gif
│ │ │ ├── download.gif
│ │ │ ├── email.gif
│ │ │ ├── enable.gif
│ │ │ ├── First.gif
│ │ │ ├── fopen.gif
│ │ │ ├── help.gif
│ │ │ ├── home.gif
│ │ │ ├── ico01.gif
│ │ │ ├── icon_Calender.gif
│ │ │ ├── icon_card.gif
│ │ │ ├── icon_comp.gif
│ │ │ ├── icon_downfile.gif
│ │ │ ├── icon_exploration.gif
│ │ │ ├── icon_help.gif
│ │ │ ├── icon_jh.gif
│ │ │ ├── icon_ls.gif
│ │ │ ├── icon_mana.gif
│ │ │ ├── icon_my.gif
│ │ │ ├── icon_net.gif
│ │ │ ├── icon_tp.gif
│ │ │ ├── icon_upfile.gif
│ │ │ ├── icon_WorkDiary.gif
│ │ │ ├── icon_world.gif
│ │ │ ├── info_list.gif
│ │ │ ├── info_lock.gif
│ │ │ ├── info_top.gif
│ │ │ ├── info_win_bg.gif
│ │ │ ├── java.gif
│ │ │ ├── jj1.gif
│ │ │ ├── jj2.gif
│ │ │ ├── jj.gif
│ │ │ ├── key.gif
│ │ │ ├── Last.gif
│ │ │ ├── lastnode.gif
│ │ │ ├── login.gif
│ │ │ ├── magazine.gif
│ │ │ ├── mail1.gif
│ │ │ ├── mail2.gif
│ │ │ ├── mail.gif
│ │ │ ├── mail_nr.gif
│ │ │ ├── main_bg1.gif
│ │ │ ├── main_bg.gif
│ │ │ ├── main_top.gif
│ │ │ ├── mlastnode.gif
│ │ │ ├── mnode.gif
│ │ │ ├── modify.gif
│ │ │ ├── namecard_icon.gif
│ │ │ ├── node.gif
│ │ │ ├── non_checked.gif
│ │ │ ├── open.gif
│ │ │ ├── org.gif
│ │ │ ├── passport.gif
│ │ │ ├── pclose.gif
│ │ │ ├── plastnode.gif
│ │ │ ├── pnode.gif
│ │ │ ├── pointto.gif
│ │ │ ├── ppbook.gif
│ │ │ ├── read_no.gif
│ │ │ ├── read_yes.gif
│ │ │ ├── recycle1.gif
│ │ │ ├── recycle.gif
│ │ │ ├── reply1.gif
│ │ │ ├── reply2.gif
│ │ │ ├── reply.gif
│ │ │ ├── replynow.gif
│ │ │ ├── role.gif
│ │ │ ├── space.gif
│ │ │ ├── stat_icon.gif
│ │ │ ├── statistic.gif
│ │ │ ├── stats.gif
│ │ │ ├── sysman_icon.gif
│ │ │ ├── system.gif
│ │ │ ├── t1.gif
│ │ │ ├── t3.gif
│ │ │ ├── text.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── top.gif
│ │ │ ├── top_link_icon.gif
│ │ │ ├── tree1.gif
│ │ │ ├── tree_blank.gif
│ │ │ ├── tree_blankl.gif
│ │ │ ├── tree_dir.gif
│ │ │ ├── tree_diropen.gif
│ │ │ ├── tree.gif
│ │ │ ├── tree_line.gif
│ │ │ ├── tree_minus.gif
│ │ │ ├── tree_minusl.gif
│ │ │ ├── tree_plus.gif
│ │ │ ├── tree_plusl.gif
│ │ │ ├── user.gif
│ │ │ ├── users.gif
│ │ │ ├── vertline.gif
│ │ │ ├── win.gif
│ │ │ └── write.gif
│ │ ├── menujia.gif
│ │ ├── menujian.gif
│ │ ├── middle.gif
│ │ ├── minus.gif
│ │ ├── mlastnode.gif
│ │ ├── mnode.gif
│ │ ├── mydocument.gif
│ │ ├── nav.gif
│ │ ├── new.gif
│ │ ├── newtopic.gif
│ │ ├── open_03.gif
│ │ ├── open_06.gif
│ │ ├── openfoldericon.png
│ │ ├── page.gif
│ │ ├── plastnode.gif
│ │ ├── plus.gif
│ │ ├── pnode.gif
│ │ ├── poc_3.gif
│ │ ├── poc_4.gif
│ │ ├── poc_6.gif
│ │ ├── point.gif
│ │ ├── qq_maximize.gif
│ │ ├── qq_minimize.gif
│ │ ├── red_forum.gif
│ │ ├── reply.gif
│ │ ├── right1.gif
│ │ ├── right2.gif
│ │ ├── right.gif
│ │ ├── searcher.gif
│ │ ├── s_error.png
│ │ ├── shock.gif
│ │ ├── s_info.png
│ │ ├── slide_down.gif
│ │ ├── slide_up.gif
│ │ ├── s_notice.png
│ │ ├── s_okay.png
│ │ ├── spacer.gif
│ │ ├── stats.gif
│ │ ├── tab1.gif
│ │ ├── tab2.gif
│ │ ├── tab_fond.gif
│ │ ├── table.png
│ │ ├── tb_bg_01.gif
│ │ ├── th.gif
│ │ ├── Thumbs.db
│ │ ├── title2.gif
│ │ ├── title.gif
│ │ ├── Tminus.png
│ │ ├── top_01.gif
│ │ ├── top01.gif
│ │ ├── top_02.gif
│ │ ├── top_03.gif
│ │ ├── top_04.gif
│ │ ├── top_1.jpg
│ │ ├── top2.gif
│ │ ├── top_2.jpg
│ │ ├── top_3.jpg
│ │ ├── top_4.jpg
│ │ ├── top.jpg
│ │ ├── top_left.gif
│ │ ├── top_line.gif
│ │ ├── top_m2.gif
│ │ ├── top_m.gif
│ │ ├── Tplus.png
│ │ ├── T.png
│ │ ├── tree
│ │ │ ├── 001.gif
│ │ │ ├── 002.gif
│ │ │ ├── 3icon_e.gif
│ │ │ ├── 3icon.gif
│ │ │ ├── 4icon_e.gif
│ │ │ ├── 4icon.gif
│ │ │ ├── blank.gif
│ │ │ ├── b-left02.gif
│ │ │ ├── fclose.gif
│ │ │ ├── fopen.gif
│ │ │ ├── j-bg.gif
│ │ │ ├── j-button_bottom.gif
│ │ │ ├── j-button_left.gif
│ │ │ ├── j-button_middle_e.gif
│ │ │ ├── j-button_middle.gif
│ │ │ ├── k-bg.gif
│ │ │ ├── k-button_bottom.gif
│ │ │ ├── k-button_left.gif
│ │ │ ├── k-button_middle.gif
│ │ │ ├── lastnode.gif
│ │ │ ├── left01.gif
│ │ │ ├── left02.gif
│ │ │ ├── mlastnode.gif
│ │ │ ├── mnode.gif
│ │ │ ├── node.gif
│ │ │ ├── plastnode.gif
│ │ │ ├── pnode.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── top1.gif
│ │ │ ├── top.gif
│ │ │ └── vertline.gif
│ │ ├── tree_blank.gif
│ │ ├── tree_line.gif
│ │ ├── tree_minus.gif
│ │ ├── tree_minusl.gif
│ │ ├── up.gif
│ │ ├── user_stat.gif
│ │ ├── vertline.gif
│ │ └── 复件 123.jpg
│ ├── index.jsp
│ ├── js
│ │ ├── addFunction.js
│ │ ├── calendar.js
│ │ ├── check.js
│ │ ├── cjcalendar.js
│ │ ├── cjtreeMenu.js
│ │ ├── common.js
│ │ ├── date.js
│ │ ├── menu.htc
│ │ ├── menu.js
│ │ ├── msn_message.js
│ │ ├── page.js
│ │ └── qq_hidemenu.js
│ ├── login1.html
│ ├── login.html
│ ├── login.jsp
│ ├── Main.htm
│ ├── Menu.htm
│ ├── Menu.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── stock
│ │ ├── index.htm
│ │ ├── left.htm
│ │ ├── main.htm
│ │ ├── middle.htm
│ │ ├── order2001.jsp
│ │ ├── order2002.htm
│ │ ├── order2002.jsp
│ │ ├── order2003.html
│ │ ├── order2003.jsp
│ │ ├── order3001.htm
│ │ ├── order3001.jsp
│ │ ├── order3002.htm
│ │ ├── order3002.jsp
│ │ ├── order3003.html
│ │ └── order3003.jsp
│ ├── system
│ │ ├── bsd_code_006_1.htm
│ │ ├── bsd_code_006_1.jsp
│ │ ├── bsd_code_006.htm
│ │ ├── bsd_code_006.jsp
│ │ ├── CLOTHING1001.htm
│ │ ├── CLOTHING1001.jsp
│ │ ├── CLOTHING1002.htm
│ │ ├── CLOTHING1002.jsp
│ │ ├── index.htm
│ │ ├── index.jsp
│ │ ├── left.htm
│ │ ├── left.jsp
│ │ ├── main.htm
│ │ ├── middle.htm
│ │ ├── USER1001.htm
│ │ ├── USER1001.jsp
│ │ ├── USER1002.htm
│ │ └── USER1002.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── csms
│ │ │ ├── dao
│ │ │ │ ├── inter
│ │ │ │ │ ├── ClothingInterface.class
│ │ │ │ │ ├── OrdersInterface.class
│ │ │ │ │ ├── UserInterface.class
│ │ │ │ │ └── WarehouseInterface.class
│ │ │ │ ├── interImpl
│ │ │ │ │ ├── ClothImpl.class
│ │ │ │ │ ├── OrdersImpl.class
│ │ │ │ │ ├── UserImpl.class
│ │ │ │ │ └── WarehouseImpl.class
│ │ │ │ └── model
│ │ │ │ ├── ClothingInfo.class
│ │ │ │ ├── OrdersInfo.class
│ │ │ │ ├── UserInfo.class
│ │ │ │ └── Warehouse.class
│ │ │ ├── db
│ │ │ │ └── DBConnectio.class
│ │ │ └── serverlet
│ │ │ ├── ClothServerlet.class
│ │ │ ├── OrdersServerlet.class
│ │ │ ├── UserServerlet.class
│ │ │ └── WarehouseServerlet.class
│ │ └── filter
│ │ ├── CharsetFilter.class
│ │ └── CheckLogin.class
│ ├── lib
│ │ └── mysql-connector-java-5.1.19-bin.jar
│ └── web.xml
├── csms_db.sql
└── 实训4文档.doc
35 directories, 518 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论