实例介绍
【实例简介】JavaEE登陆程序(JSF ICEFaces)好东东
JSF ICEFaces 做的一个小登陆,大家凑合着看看,小弟初学乍练,有什么不好的大家包涵包涵。
文件清单
└── BetaItems
├── data
│ ├── database.txt
│ └── data.txt
├── doc
│ └── 设计描述.doc.doc
├── src
│ ├── bean
│ │ ├── newUserInfo.java
│ │ ├── RoleInfo.java
│ │ ├── UserInfo.java
│ │ └── WelcomBean.java
│ ├── biz
│ │ └── UserInfoBiz.java
│ ├── dao
│ │ ├── impl
│ │ │ └── UserInfoImpl.java
│ │ └── jdbc
│ │ ├── Config.java
│ │ ├── DataException.java
│ │ ├── DBHelp.java
│ │ ├── db.properties
│ │ └── SqlDAO.java
│ └── tools
│ ├── OperationSession.java
│ └── Page.java
└── WebRoot
├── admin.jsp
├── admin.xhtml
├── css
│ └── style.css
├── js
│ ├── icefaces-d2d.js
│ └── jquery.js
├── login.xhtml
├── META-INF
│ └── MANIFEST.MF
├── WEB-INF
│ ├── classes
│ │ ├── bean
│ │ │ ├── newUserInfo.class
│ │ │ ├── RoleInfo.class
│ │ │ ├── UserInfo.class
│ │ │ └── WelcomBean.class
│ │ ├── biz
│ │ │ └── UserInfoBiz.class
│ │ ├── dao
│ │ │ ├── impl
│ │ │ │ └── UserInfoImpl.class
│ │ │ └── jdbc
│ │ │ ├── Config.class
│ │ │ ├── DataException.class
│ │ │ ├── DBHelp.class
│ │ │ ├── db.properties
│ │ │ └── SqlDAO.class
│ │ └── tools
│ │ ├── OperationSession.class
│ │ └── Page.class
│ ├── faces-config.xml
│ ├── html_basic.tld
│ ├── jsf_core.tld
│ ├── lib
│ │ └── mysql-connector-java-5.0.6-bin.jar
│ └── web.xml
└── xmlhttp
└── css
├── rime
│ ├── css-images
│ │ ├── arrow-ff-dis.gif
│ │ ├── arrow-ff.gif
│ │ ├── arrow-first-dis.gif
│ │ ├── arrow-first.gif
│ │ ├── arrow-fr-dis.gif
│ │ ├── arrow-fr.gif
│ │ ├── arrow-last-dis.gif
│ │ ├── arrow-last.gif
│ │ ├── arrow-next-dis.gif
│ │ ├── arrow-next.gif
│ │ ├── arrow-previous-dis.gif
│ │ ├── arrow-previous.gif
│ │ ├── bottom_menu_bg.png
│ │ ├── bottom_menu_btn_bg_on.png
│ │ ├── bullet.gif
│ │ ├── cal_arrow_left_dis.gif
│ │ ├── cal_arrow_left.gif
│ │ ├── cal_arrow_right_dis.gif
│ │ ├── cal_arrow_right.gif
│ │ ├── cal_button.gif
│ │ ├── cal_off.gif
│ │ ├── column_sort_asc.gif
│ │ ├── column_sort_desc.gif
│ │ ├── connect_active.gif
│ │ ├── connect_caution.gif
│ │ ├── connect_disconnected.gif
│ │ ├── connect_idle.gif
│ │ ├── contentContainer_bg.gif
│ │ ├── contentContainer_bg_up.gif
│ │ ├── off-left-bot.gif
│ │ ├── off-left-top-dis.gif
│ │ ├── off-mid-bot.gif
│ │ ├── off-mid-top-dis.gif
│ │ ├── off-right-bot.gif
│ │ ├── off-right-top-dis.gif
│ │ ├── PnlClpsblCnt_bullet.gif
│ │ ├── PnlHdr_bgslice.gif
│ │ ├── PnlHdr_collapsed.gif
│ │ ├── PnlHdr_down.gif
│ │ ├── PnlHdr_file.gif
│ │ ├── ProgFill_bg.gif
│ │ ├── ProgFill_Indet_Bg_active.gif
│ │ ├── ProgFill_Indet_Bg_inactive.gif
│ │ ├── submenu.gif
│ │ ├── submenu_on.gif
│ │ ├── Tab_Btm_LftBtm.gif
│ │ ├── Tab_Btm_LftBtm_off.gif
│ │ ├── Tab_Btm_LftMid.gif
│ │ ├── Tab_Btm_LftMid_off.gif
│ │ ├── Tab_Btm_MidBtm.gif
│ │ ├── Tab_Btm_MidBtm_off.gif
│ │ ├── Tab_Btm_MidMid.gif
│ │ ├── Tab_Btm_MidMid_off.gif
│ │ ├── Tab_Btm_RtBtm.gif
│ │ ├── Tab_Btm_RtBtm_off.gif
│ │ ├── Tab_Btm_RtMid.gif
│ │ ├── Tab_Btm_RtMid_off.gif
│ │ ├── table-border.gif
│ │ ├── table_col_header.gif
│ │ ├── Tab_LftMid.gif
│ │ ├── Tab_LftMid_off.gif
│ │ ├── Tab_LftTop.gif
│ │ ├── Tab_LftTop_off.gif
│ │ ├── Tab_MidMid_bullet.gif
│ │ ├── Tab_MidMid_bullet_off.gif
│ │ ├── Tab_MidMid_bullet_over.gif
│ │ ├── Tab_MidMid.gif
│ │ ├── Tab_MidMid_off.gif
│ │ ├── Tab_MidTop.gif
│ │ ├── Tab_MidTop_off.gif
│ │ ├── Tab_RtMid.gif
│ │ ├── Tab_RtMid_off.gif
│ │ ├── Tab_RtTop.gif
│ │ ├── Tab_RtTop_off.gif
│ │ ├── theme_bg.gif
│ │ ├── theme_change_bg.gif
│ │ ├── tree_document.gif
│ │ ├── tree_folder_closed.gif
│ │ ├── tree_folder_close.gif
│ │ ├── tree_folder_doc.gif
│ │ ├── tree_folder_open.gif
│ │ ├── tree_line_blank.gif
│ │ ├── tree_line_last_node.gif
│ │ ├── tree_line_middle_node.gif
│ │ ├── tree_line_vertical.gif
│ │ ├── tree_nav_bottom_close.gif
│ │ ├── tree_nav_bottom_open.gif
│ │ ├── tree_nav_middle_close.gif
│ │ ├── tree_nav_middle_open.gif
│ │ ├── tree_nav_top_close.gif
│ │ ├── tree_nav_top_close_no_siblings.gif
│ │ ├── tree_nav_top_open.gif
│ │ └── tree_nav_top_open_no_siblings.gif
│ ├── rime.css
│ └── rime-portlet.css
├── royale
│ ├── css-images
│ │ ├── add.gif
│ │ ├── arrowAsc.jpg
│ │ ├── arrowDesc.jpg
│ │ ├── arrow-ff-dis.gif
│ │ ├── arrow-ff.gif
│ │ ├── arrow-first-dis.gif
│ │ ├── arrow-first.gif
│ │ ├── arrow-fr.gif
│ │ ├── arrow-last-dis.gif
│ │ ├── arrow-last.gif
│ │ ├── arrow-next-dis.gif
│ │ ├── arrow-next.gif
│ │ ├── arrow-previous-dis.gif
│ │ ├── arrow-previous.gif
│ │ ├── arrow-rw-dis.gif
│ │ ├── cal_arrow_left.gif
│ │ ├── cal_arrow_right.gif
│ │ ├── cal_button.gif
│ │ ├── cal_off.gif
│ │ ├── column_sort_asc.gif
│ │ ├── column_sort_desc.gif
│ │ ├── connect_active.gif
│ │ ├── connect_caution.gif
│ │ ├── connect_disconnected.gif
│ │ ├── connect_idle.gif
│ │ ├── folder.gif
│ │ ├── images.jpeg
│ │ ├── in_progress.gif
│ │ ├── in_progress_inactive.gif
│ │ ├── line_first.gif
│ │ ├── line.gif
│ │ ├── line_last.gif
│ │ ├── line_middle.gif
│ │ ├── menu_blank_icon.gif
│ │ ├── menu_checkbox.gif
│ │ ├── menu_checkbox_selected.gif
│ │ ├── menu_radio.gif
│ │ ├── menu_radio_selected.gif
│ │ ├── node_close_first.gif
│ │ ├── node_close.gif
│ │ ├── node_close_last.gif
│ │ ├── node_close_middle.gif
│ │ ├── node_open_first.gif
│ │ ├── node_open.gif
│ │ ├── node_open_last.gif
│ │ ├── node_open_middle.gif
│ │ ├── noline.gif
│ │ ├── off-left-bot.gif
│ │ ├── off-left-mid.gif
│ │ ├── off-left-top-dis.gif
│ │ ├── off-left-top.gif
│ │ ├── off-mid-bot.gif
│ │ ├── off-mid-mid.gif
│ │ ├── off-mid-top-dis.gif
│ │ ├── off-mid-top.gif
│ │ ├── off-right-bot.gif
│ │ ├── off-right-mid.gif
│ │ ├── off-right-top-dis.gif
│ │ ├── off-right-top.gif
│ │ ├── on-left-bot.gif
│ │ ├── on-left-mid.gif
│ │ ├── on-left-top.gif
│ │ ├── on-mid-bot.gif
│ │ ├── on-mid-mid.gif
│ │ ├── on-mid-top.gif
│ │ ├── on-right-bot.gif
│ │ ├── on-right-mid.gif
│ │ ├── on-right-top.gif
│ │ ├── over-left-bot.gif
│ │ ├── over-left-mid.gif
│ │ ├── over-left-top.gif
│ │ ├── over-mid-bot.gif
│ │ ├── over-mid-mid.gif
│ │ ├── over-mid-top.gif
│ │ ├── over-right-bot.gif
│ │ ├── over-right-mid.gif
│ │ ├── over-right-top.gif
│ │ ├── popupclose.gif
│ │ ├── popupicon.gif
│ │ ├── remove.gif
│ │ ├── resize.gif
│ │ ├── selection_spacer.gif
│ │ ├── spacer.gif
│ │ ├── submenu.gif
│ │ ├── submenu_on.gif
│ │ ├── table_col_header.gif
│ │ ├── tab-off.gif
│ │ ├── tab-on.gif
│ │ ├── tab-over.gif
│ │ ├── tbot-off-left-bot.gif
│ │ ├── tbot-off-left-top.gif
│ │ ├── tbot-off-mid-bot.gif
│ │ ├── tbot-off-mid-top.gif
│ │ ├── tbot-off-right-bot.gif
│ │ ├── tbot-off-right-top.gif
│ │ ├── tbot-on-left-bot.gif
│ │ ├── tbot-on-left-top.gif
│ │ ├── tbot-on-mid-bot.gif
│ │ ├── tbot-on-mid-top.gif
│ │ ├── tbot-on-right-bot.gif
│ │ ├── tbot-on-right-top.gif
│ │ ├── tbot-over-left-bot.gif
│ │ ├── tbot-over-left-top.gif
│ │ ├── tbot-over-mid-bot.gif
│ │ ├── tbot-over-mid-top.gif
│ │ ├── tbot-over-right-bot.gif
│ │ ├── tbot-over-right-top.gif
│ │ ├── tree_document.gif
│ │ ├── tree_folder_closed.gif
│ │ ├── tree_folder_close.gif
│ │ ├── tree_folder_open.gif
│ │ ├── tree_line_blank.gif
│ │ ├── tree_line_last_node.gif
│ │ ├── tree_line_middle_node.gif
│ │ ├── tree_line_vertical.gif
│ │ ├── tree_nav_bottom_close.gif
│ │ ├── tree_nav_bottom_open.gif
│ │ ├── tree_nav_middle_close.gif
│ │ ├── tree_nav_middle_open.gif
│ │ ├── tree_nav_top_close.gif
│ │ ├── tree_nav_top_close_no_siblings.gif
│ │ ├── tree_nav_top_closess.gif
│ │ ├── tree_nav_top_open.gif
│ │ ├── tree_nav_top_open_no_siblings.gif
│ │ └── window_top.gif
│ └── royale.css
└── xp
├── css-images
│ ├── add.gif
│ ├── arrowAsc.jpg
│ ├── arrowDesc.jpg
│ ├── arrow-ff-dis.gif
│ ├── arrow-ff.gif
│ ├── arrow-first-dis.gif
│ ├── arrow-first.gif
│ ├── arrow-fr-dis.gif
│ ├── arrow-fr.gif
│ ├── arrow-last-dis.gif
│ ├── arrow-last.gif
│ ├── arrow-next-dis.gif
│ ├── arrow-next.gif
│ ├── arrow-previous-dis.gif
│ ├── arrow-previous.gif
│ ├── cal_arrow_left_dis.gif
│ ├── cal_arrow_left.gif
│ ├── cal_arrow_right_dis.gif
│ ├── cal_arrow_right.gif
│ ├── cal_button.gif
│ ├── cal_off.gif
│ ├── column_sort_asc.gif
│ ├── column_sort_desc.gif
│ ├── connect_active.gif
│ ├── connect_caution.gif
│ ├── connect_disconnected.gif
│ ├── connect_idle.gif
│ ├── folder.gif
│ ├── images.jpeg
│ ├── in_progress.gif
│ ├── in_progress_inactive.gif
│ ├── line_first.gif
│ ├── line.gif
│ ├── line_last.gif
│ ├── line_middle.gif
│ ├── menu_blank_icon.gif
│ ├── menu_checkbox.gif
│ ├── menu_checkbox_selected.gif
│ ├── menu_radio.gif
│ ├── menu_radio_selected.gif
│ ├── node_close_first.gif
│ ├── node_close.gif
│ ├── node_close_last.gif
│ ├── node_close_middle.gif
│ ├── node_open_first.gif
│ ├── node_open.gif
│ ├── node_open_last.gif
│ ├── node_open_middle.gif
│ ├── noline.gif
│ ├── off-left-bot.gif
│ ├── off-left-mid.gif
│ ├── off-left-top-dis.gif
│ ├── off-left-top.gif
│ ├── off-mid-bot.gif
│ ├── off-mid-mid.gif
│ ├── off-mid-top-dis.gif
│ ├── off-mid-top.gif
│ ├── off-right-bot.gif
│ ├── off-right-mid.gif
│ ├── off-right-top-dis.gif
│ ├── off-right-top.gif
│ ├── on-left-bot.gif
│ ├── on-left-mid.gif
│ ├── on-left-top.gif
│ ├── on-mid-bot.gif
│ ├── on-mid-mid.gif
│ ├── on-mid-top.gif
│ ├── on-right-bot.gif
│ ├── on-right-mid.gif
│ ├── on-right-top.gif
│ ├── over-left-bot.gif
│ ├── over-left-mid.gif
│ ├── over-left-top.gif
│ ├── over-mid-bot.gif
│ ├── over-mid-mid.gif
│ ├── over-mid-top.gif
│ ├── over-right-bot.gif
│ ├── over-right-mid.gif
│ ├── over-right-top.gif
│ ├── popupclose.gif
│ ├── popupicon.gif
│ ├── remove.gif
│ ├── resize.gif
│ ├── selection_spacer.gif
│ ├── spacer.gif
│ ├── submenu.gif
│ ├── submenu_on.gif
│ ├── table-border.gif
│ ├── table_col_header.gif
│ ├── tab-off.gif
│ ├── tab-on.gif
│ ├── tab-over.gif
│ ├── tbot-off-left-bot.gif
│ ├── tbot-off-left-top.gif
│ ├── tbot-off-mid-bot.gif
│ ├── tbot-off-mid-top.gif
│ ├── tbot-off-right-bot.gif
│ ├── tbot-off-right-top.gif
│ ├── tbot-on-left-bot.gif
│ ├── tbot-on-left-top.gif
│ ├── tbot-on-mid-bot.gif
│ ├── tbot-on-mid-top.gif
│ ├── tbot-on-right-bot.gif
│ ├── tbot-on-right-top.gif
│ ├── tbot-over-left-bot.gif
│ ├── tbot-over-left-top.gif
│ ├── tbot-over-mid-bot.gif
│ ├── tbot-over-mid-top.gif
│ ├── tbot-over-right-bot.gif
│ ├── tbot-over-right-top.gif
│ ├── tree_document.gif
│ ├── tree_folder_closed.gif
│ ├── tree_folder_close.gif
│ ├── tree_folder_open.gif
│ ├── tree_line_blank.gif
│ ├── tree_line_last_node.gif
│ ├── tree_line_middle_node.gif
│ ├── tree_line_vertical.gif
│ ├── tree_nav_bottom_close.gif
│ ├── tree_nav_bottom_open.gif
│ ├── tree_nav_middle_close.gif
│ ├── tree_nav_middle_open.gif
│ ├── tree_nav_top_close.gif
│ ├── tree_nav_top_close_no_siblings.gif
│ ├── tree_nav_top_open.gif
│ ├── tree_nav_top_open_no_siblings.gif
│ └── window_top.gif
├── xp.css
└── xp-portlet.css
31 directories, 391 files
JSF ICEFaces 做的一个小登陆,大家凑合着看看,小弟初学乍练,有什么不好的大家包涵包涵。
【实例截图】
文件清单
└── BetaItems
├── data
│ ├── database.txt
│ └── data.txt
├── doc
│ └── 设计描述.doc.doc
├── src
│ ├── bean
│ │ ├── newUserInfo.java
│ │ ├── RoleInfo.java
│ │ ├── UserInfo.java
│ │ └── WelcomBean.java
│ ├── biz
│ │ └── UserInfoBiz.java
│ ├── dao
│ │ ├── impl
│ │ │ └── UserInfoImpl.java
│ │ └── jdbc
│ │ ├── Config.java
│ │ ├── DataException.java
│ │ ├── DBHelp.java
│ │ ├── db.properties
│ │ └── SqlDAO.java
│ └── tools
│ ├── OperationSession.java
│ └── Page.java
└── WebRoot
├── admin.jsp
├── admin.xhtml
├── css
│ └── style.css
├── js
│ ├── icefaces-d2d.js
│ └── jquery.js
├── login.xhtml
├── META-INF
│ └── MANIFEST.MF
├── WEB-INF
│ ├── classes
│ │ ├── bean
│ │ │ ├── newUserInfo.class
│ │ │ ├── RoleInfo.class
│ │ │ ├── UserInfo.class
│ │ │ └── WelcomBean.class
│ │ ├── biz
│ │ │ └── UserInfoBiz.class
│ │ ├── dao
│ │ │ ├── impl
│ │ │ │ └── UserInfoImpl.class
│ │ │ └── jdbc
│ │ │ ├── Config.class
│ │ │ ├── DataException.class
│ │ │ ├── DBHelp.class
│ │ │ ├── db.properties
│ │ │ └── SqlDAO.class
│ │ └── tools
│ │ ├── OperationSession.class
│ │ └── Page.class
│ ├── faces-config.xml
│ ├── html_basic.tld
│ ├── jsf_core.tld
│ ├── lib
│ │ └── mysql-connector-java-5.0.6-bin.jar
│ └── web.xml
└── xmlhttp
└── css
├── rime
│ ├── css-images
│ │ ├── arrow-ff-dis.gif
│ │ ├── arrow-ff.gif
│ │ ├── arrow-first-dis.gif
│ │ ├── arrow-first.gif
│ │ ├── arrow-fr-dis.gif
│ │ ├── arrow-fr.gif
│ │ ├── arrow-last-dis.gif
│ │ ├── arrow-last.gif
│ │ ├── arrow-next-dis.gif
│ │ ├── arrow-next.gif
│ │ ├── arrow-previous-dis.gif
│ │ ├── arrow-previous.gif
│ │ ├── bottom_menu_bg.png
│ │ ├── bottom_menu_btn_bg_on.png
│ │ ├── bullet.gif
│ │ ├── cal_arrow_left_dis.gif
│ │ ├── cal_arrow_left.gif
│ │ ├── cal_arrow_right_dis.gif
│ │ ├── cal_arrow_right.gif
│ │ ├── cal_button.gif
│ │ ├── cal_off.gif
│ │ ├── column_sort_asc.gif
│ │ ├── column_sort_desc.gif
│ │ ├── connect_active.gif
│ │ ├── connect_caution.gif
│ │ ├── connect_disconnected.gif
│ │ ├── connect_idle.gif
│ │ ├── contentContainer_bg.gif
│ │ ├── contentContainer_bg_up.gif
│ │ ├── off-left-bot.gif
│ │ ├── off-left-top-dis.gif
│ │ ├── off-mid-bot.gif
│ │ ├── off-mid-top-dis.gif
│ │ ├── off-right-bot.gif
│ │ ├── off-right-top-dis.gif
│ │ ├── PnlClpsblCnt_bullet.gif
│ │ ├── PnlHdr_bgslice.gif
│ │ ├── PnlHdr_collapsed.gif
│ │ ├── PnlHdr_down.gif
│ │ ├── PnlHdr_file.gif
│ │ ├── ProgFill_bg.gif
│ │ ├── ProgFill_Indet_Bg_active.gif
│ │ ├── ProgFill_Indet_Bg_inactive.gif
│ │ ├── submenu.gif
│ │ ├── submenu_on.gif
│ │ ├── Tab_Btm_LftBtm.gif
│ │ ├── Tab_Btm_LftBtm_off.gif
│ │ ├── Tab_Btm_LftMid.gif
│ │ ├── Tab_Btm_LftMid_off.gif
│ │ ├── Tab_Btm_MidBtm.gif
│ │ ├── Tab_Btm_MidBtm_off.gif
│ │ ├── Tab_Btm_MidMid.gif
│ │ ├── Tab_Btm_MidMid_off.gif
│ │ ├── Tab_Btm_RtBtm.gif
│ │ ├── Tab_Btm_RtBtm_off.gif
│ │ ├── Tab_Btm_RtMid.gif
│ │ ├── Tab_Btm_RtMid_off.gif
│ │ ├── table-border.gif
│ │ ├── table_col_header.gif
│ │ ├── Tab_LftMid.gif
│ │ ├── Tab_LftMid_off.gif
│ │ ├── Tab_LftTop.gif
│ │ ├── Tab_LftTop_off.gif
│ │ ├── Tab_MidMid_bullet.gif
│ │ ├── Tab_MidMid_bullet_off.gif
│ │ ├── Tab_MidMid_bullet_over.gif
│ │ ├── Tab_MidMid.gif
│ │ ├── Tab_MidMid_off.gif
│ │ ├── Tab_MidTop.gif
│ │ ├── Tab_MidTop_off.gif
│ │ ├── Tab_RtMid.gif
│ │ ├── Tab_RtMid_off.gif
│ │ ├── Tab_RtTop.gif
│ │ ├── Tab_RtTop_off.gif
│ │ ├── theme_bg.gif
│ │ ├── theme_change_bg.gif
│ │ ├── tree_document.gif
│ │ ├── tree_folder_closed.gif
│ │ ├── tree_folder_close.gif
│ │ ├── tree_folder_doc.gif
│ │ ├── tree_folder_open.gif
│ │ ├── tree_line_blank.gif
│ │ ├── tree_line_last_node.gif
│ │ ├── tree_line_middle_node.gif
│ │ ├── tree_line_vertical.gif
│ │ ├── tree_nav_bottom_close.gif
│ │ ├── tree_nav_bottom_open.gif
│ │ ├── tree_nav_middle_close.gif
│ │ ├── tree_nav_middle_open.gif
│ │ ├── tree_nav_top_close.gif
│ │ ├── tree_nav_top_close_no_siblings.gif
│ │ ├── tree_nav_top_open.gif
│ │ └── tree_nav_top_open_no_siblings.gif
│ ├── rime.css
│ └── rime-portlet.css
├── royale
│ ├── css-images
│ │ ├── add.gif
│ │ ├── arrowAsc.jpg
│ │ ├── arrowDesc.jpg
│ │ ├── arrow-ff-dis.gif
│ │ ├── arrow-ff.gif
│ │ ├── arrow-first-dis.gif
│ │ ├── arrow-first.gif
│ │ ├── arrow-fr.gif
│ │ ├── arrow-last-dis.gif
│ │ ├── arrow-last.gif
│ │ ├── arrow-next-dis.gif
│ │ ├── arrow-next.gif
│ │ ├── arrow-previous-dis.gif
│ │ ├── arrow-previous.gif
│ │ ├── arrow-rw-dis.gif
│ │ ├── cal_arrow_left.gif
│ │ ├── cal_arrow_right.gif
│ │ ├── cal_button.gif
│ │ ├── cal_off.gif
│ │ ├── column_sort_asc.gif
│ │ ├── column_sort_desc.gif
│ │ ├── connect_active.gif
│ │ ├── connect_caution.gif
│ │ ├── connect_disconnected.gif
│ │ ├── connect_idle.gif
│ │ ├── folder.gif
│ │ ├── images.jpeg
│ │ ├── in_progress.gif
│ │ ├── in_progress_inactive.gif
│ │ ├── line_first.gif
│ │ ├── line.gif
│ │ ├── line_last.gif
│ │ ├── line_middle.gif
│ │ ├── menu_blank_icon.gif
│ │ ├── menu_checkbox.gif
│ │ ├── menu_checkbox_selected.gif
│ │ ├── menu_radio.gif
│ │ ├── menu_radio_selected.gif
│ │ ├── node_close_first.gif
│ │ ├── node_close.gif
│ │ ├── node_close_last.gif
│ │ ├── node_close_middle.gif
│ │ ├── node_open_first.gif
│ │ ├── node_open.gif
│ │ ├── node_open_last.gif
│ │ ├── node_open_middle.gif
│ │ ├── noline.gif
│ │ ├── off-left-bot.gif
│ │ ├── off-left-mid.gif
│ │ ├── off-left-top-dis.gif
│ │ ├── off-left-top.gif
│ │ ├── off-mid-bot.gif
│ │ ├── off-mid-mid.gif
│ │ ├── off-mid-top-dis.gif
│ │ ├── off-mid-top.gif
│ │ ├── off-right-bot.gif
│ │ ├── off-right-mid.gif
│ │ ├── off-right-top-dis.gif
│ │ ├── off-right-top.gif
│ │ ├── on-left-bot.gif
│ │ ├── on-left-mid.gif
│ │ ├── on-left-top.gif
│ │ ├── on-mid-bot.gif
│ │ ├── on-mid-mid.gif
│ │ ├── on-mid-top.gif
│ │ ├── on-right-bot.gif
│ │ ├── on-right-mid.gif
│ │ ├── on-right-top.gif
│ │ ├── over-left-bot.gif
│ │ ├── over-left-mid.gif
│ │ ├── over-left-top.gif
│ │ ├── over-mid-bot.gif
│ │ ├── over-mid-mid.gif
│ │ ├── over-mid-top.gif
│ │ ├── over-right-bot.gif
│ │ ├── over-right-mid.gif
│ │ ├── over-right-top.gif
│ │ ├── popupclose.gif
│ │ ├── popupicon.gif
│ │ ├── remove.gif
│ │ ├── resize.gif
│ │ ├── selection_spacer.gif
│ │ ├── spacer.gif
│ │ ├── submenu.gif
│ │ ├── submenu_on.gif
│ │ ├── table_col_header.gif
│ │ ├── tab-off.gif
│ │ ├── tab-on.gif
│ │ ├── tab-over.gif
│ │ ├── tbot-off-left-bot.gif
│ │ ├── tbot-off-left-top.gif
│ │ ├── tbot-off-mid-bot.gif
│ │ ├── tbot-off-mid-top.gif
│ │ ├── tbot-off-right-bot.gif
│ │ ├── tbot-off-right-top.gif
│ │ ├── tbot-on-left-bot.gif
│ │ ├── tbot-on-left-top.gif
│ │ ├── tbot-on-mid-bot.gif
│ │ ├── tbot-on-mid-top.gif
│ │ ├── tbot-on-right-bot.gif
│ │ ├── tbot-on-right-top.gif
│ │ ├── tbot-over-left-bot.gif
│ │ ├── tbot-over-left-top.gif
│ │ ├── tbot-over-mid-bot.gif
│ │ ├── tbot-over-mid-top.gif
│ │ ├── tbot-over-right-bot.gif
│ │ ├── tbot-over-right-top.gif
│ │ ├── tree_document.gif
│ │ ├── tree_folder_closed.gif
│ │ ├── tree_folder_close.gif
│ │ ├── tree_folder_open.gif
│ │ ├── tree_line_blank.gif
│ │ ├── tree_line_last_node.gif
│ │ ├── tree_line_middle_node.gif
│ │ ├── tree_line_vertical.gif
│ │ ├── tree_nav_bottom_close.gif
│ │ ├── tree_nav_bottom_open.gif
│ │ ├── tree_nav_middle_close.gif
│ │ ├── tree_nav_middle_open.gif
│ │ ├── tree_nav_top_close.gif
│ │ ├── tree_nav_top_close_no_siblings.gif
│ │ ├── tree_nav_top_closess.gif
│ │ ├── tree_nav_top_open.gif
│ │ ├── tree_nav_top_open_no_siblings.gif
│ │ └── window_top.gif
│ └── royale.css
└── xp
├── css-images
│ ├── add.gif
│ ├── arrowAsc.jpg
│ ├── arrowDesc.jpg
│ ├── arrow-ff-dis.gif
│ ├── arrow-ff.gif
│ ├── arrow-first-dis.gif
│ ├── arrow-first.gif
│ ├── arrow-fr-dis.gif
│ ├── arrow-fr.gif
│ ├── arrow-last-dis.gif
│ ├── arrow-last.gif
│ ├── arrow-next-dis.gif
│ ├── arrow-next.gif
│ ├── arrow-previous-dis.gif
│ ├── arrow-previous.gif
│ ├── cal_arrow_left_dis.gif
│ ├── cal_arrow_left.gif
│ ├── cal_arrow_right_dis.gif
│ ├── cal_arrow_right.gif
│ ├── cal_button.gif
│ ├── cal_off.gif
│ ├── column_sort_asc.gif
│ ├── column_sort_desc.gif
│ ├── connect_active.gif
│ ├── connect_caution.gif
│ ├── connect_disconnected.gif
│ ├── connect_idle.gif
│ ├── folder.gif
│ ├── images.jpeg
│ ├── in_progress.gif
│ ├── in_progress_inactive.gif
│ ├── line_first.gif
│ ├── line.gif
│ ├── line_last.gif
│ ├── line_middle.gif
│ ├── menu_blank_icon.gif
│ ├── menu_checkbox.gif
│ ├── menu_checkbox_selected.gif
│ ├── menu_radio.gif
│ ├── menu_radio_selected.gif
│ ├── node_close_first.gif
│ ├── node_close.gif
│ ├── node_close_last.gif
│ ├── node_close_middle.gif
│ ├── node_open_first.gif
│ ├── node_open.gif
│ ├── node_open_last.gif
│ ├── node_open_middle.gif
│ ├── noline.gif
│ ├── off-left-bot.gif
│ ├── off-left-mid.gif
│ ├── off-left-top-dis.gif
│ ├── off-left-top.gif
│ ├── off-mid-bot.gif
│ ├── off-mid-mid.gif
│ ├── off-mid-top-dis.gif
│ ├── off-mid-top.gif
│ ├── off-right-bot.gif
│ ├── off-right-mid.gif
│ ├── off-right-top-dis.gif
│ ├── off-right-top.gif
│ ├── on-left-bot.gif
│ ├── on-left-mid.gif
│ ├── on-left-top.gif
│ ├── on-mid-bot.gif
│ ├── on-mid-mid.gif
│ ├── on-mid-top.gif
│ ├── on-right-bot.gif
│ ├── on-right-mid.gif
│ ├── on-right-top.gif
│ ├── over-left-bot.gif
│ ├── over-left-mid.gif
│ ├── over-left-top.gif
│ ├── over-mid-bot.gif
│ ├── over-mid-mid.gif
│ ├── over-mid-top.gif
│ ├── over-right-bot.gif
│ ├── over-right-mid.gif
│ ├── over-right-top.gif
│ ├── popupclose.gif
│ ├── popupicon.gif
│ ├── remove.gif
│ ├── resize.gif
│ ├── selection_spacer.gif
│ ├── spacer.gif
│ ├── submenu.gif
│ ├── submenu_on.gif
│ ├── table-border.gif
│ ├── table_col_header.gif
│ ├── tab-off.gif
│ ├── tab-on.gif
│ ├── tab-over.gif
│ ├── tbot-off-left-bot.gif
│ ├── tbot-off-left-top.gif
│ ├── tbot-off-mid-bot.gif
│ ├── tbot-off-mid-top.gif
│ ├── tbot-off-right-bot.gif
│ ├── tbot-off-right-top.gif
│ ├── tbot-on-left-bot.gif
│ ├── tbot-on-left-top.gif
│ ├── tbot-on-mid-bot.gif
│ ├── tbot-on-mid-top.gif
│ ├── tbot-on-right-bot.gif
│ ├── tbot-on-right-top.gif
│ ├── tbot-over-left-bot.gif
│ ├── tbot-over-left-top.gif
│ ├── tbot-over-mid-bot.gif
│ ├── tbot-over-mid-top.gif
│ ├── tbot-over-right-bot.gif
│ ├── tbot-over-right-top.gif
│ ├── tree_document.gif
│ ├── tree_folder_closed.gif
│ ├── tree_folder_close.gif
│ ├── tree_folder_open.gif
│ ├── tree_line_blank.gif
│ ├── tree_line_last_node.gif
│ ├── tree_line_middle_node.gif
│ ├── tree_line_vertical.gif
│ ├── tree_nav_bottom_close.gif
│ ├── tree_nav_bottom_open.gif
│ ├── tree_nav_middle_close.gif
│ ├── tree_nav_middle_open.gif
│ ├── tree_nav_top_close.gif
│ ├── tree_nav_top_close_no_siblings.gif
│ ├── tree_nav_top_open.gif
│ ├── tree_nav_top_open_no_siblings.gif
│ └── window_top.gif
├── xp.css
└── xp-portlet.css
31 directories, 391 files
好例子网口号:伸出你的我的手 — 分享!
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论