在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 企业门户网站

企业门户网站

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.10M
  • 下载次数:50
  • 浏览次数:442
  • 发布时间:2020-10-28
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
企业门户网站 + 网页聊天 + 新闻管理 + 轮播图 + 毕业设计 + 邮箱验证码 + 表单重复提交校验 + 访问量统计 + wangEdit富文本框评论 + 客服打卡 + 登陆 + 注册
【实例截图】
【核心代码】
webchat
└── webchat
├── config
│   ├── book.sql
│   ├── chatlog.sql
│   └── struts-config.xml
├── src
│   ├── com
│   │   ├── json
│   │   │   ├── dao
│   │   │   │   └── CategoryDao.java
│   │   │   └── servlet
│   │   │   └── JsonTestServlet2.java
│   │   ├── mychat
│   │   │   ├── dao
│   │   │   │   ├── ChatLogDao.java
│   │   │   │   ├── impl
│   │   │   │   │   └── ProductionDaoImpl.java
│   │   │   │   ├── InsertChatLogDao.java
│   │   │   │   ├── ProductionDao.java
│   │   │   │   ├── PunchInDao.java
│   │   │   │   ├── PunchOutDao.java
│   │   │   │   ├── QueryChatObject.java
│   │   │   │   ├── QueryPunchDao.java
│   │   │   │   ├── QueryPunchInisNull.java
│   │   │   │   ├── QueryPunchOutisNull.java
│   │   │   │   ├── QueryUserInfoDao.java
│   │   │   │   ├── QueryWaiterInfoDao.java
│   │   │   │   ├── QueryWaiter.java
│   │   │   │   └── UserDao.java
│   │   │   ├── pojo
│   │   │   │   ├── Category.java
│   │   │   │   ├── ChatLog.java
│   │   │   │   ├── Production.java
│   │   │   │   ├── Punch.java
│   │   │   │   ├── User.java
│   │   │   │   └── Waiter.java
│   │   │   ├── servlet
│   │   │   │   ├── AutoCheckCode.java
│   │   │   │   ├── AutoCheckEmailCode.java
│   │   │   │   ├── CheckUnameServlet.java
│   │   │   │   ├── KefuLoginServlet.java
│   │   │   │   ├── MakeTokenServlet.java
│   │   │   │   ├── PunchInServlet.java
│   │   │   │   ├── PunchOutServlet.java
│   │   │   │   ├── RandomValidateCode.java
│   │   │   │   ├── SendEmailServlet.java
│   │   │   │   ├── SendMessageServlet.java
│   │   │   │   ├── SendMessageToYoukeServlet.java
│   │   │   │   ├── SkipToMessage.java
│   │   │   │   ├── SystemCodeServlet.java
│   │   │   │   ├── TalkLoginServlet.java
│   │   │   │   ├── TestJsonServlet.java
│   │   │   │   └── YouKeRegistServlet.java
│   │   │   └── utils
│   │   │   ├── DBHelper.java
│   │   │   ├── JdbcUtil.java
│   │   │   ├── MatchFunUtil.java
│   │   │   ├── SendEmail.java
│   │   │   └── TokenProccessor.java
│   │   ├── myeditor
│   │   │   └── servlet
│   │   │   └── UploadImageServlet.java
│   │   ├── news
│   │   │   ├── main
│   │   │   │   └── SinaNew.java
│   │   │   └── util
│   │   │   ├── GlobalConstants.java
│   │   │   └── HttpRequestUtils.java
│   │   └── webnews
│   │   ├── dao
│   │   │   ├── CommentDao.java
│   │   │   ├── SubPageDao.java
│   │   │   ├── VisitedDao.java
│   │   │   └── WebNewsDao.java
│   │   ├── pojo
│   │   │   ├── Comment.java
│   │   │   ├── Visited.java
│   │   │   └── WebNews.java
│   │   ├── servlet
│   │   │   ├── AddVisitedNumServlet.java
│   │   │   ├── CommentServlet.java
│   │   │   ├── QueryVisitedServlet.java
│   │   │   ├── ShowCommentByJsonServlet.java
│   │   │   ├── SubPageServlet.java
│   │   │   └── WebNewsServlet.java
│   │   └── utils
│   │   ├── RandomLinkUtil.java
│   │   ├── RegexMatches.java
│   │   └── SubStringUtil.java
│   └── Test.java
└── WebRoot
├── aboutus.jsp
├── assets
│   ├── css
│   │   ├── admin.css
│   │   ├── amazeui.css
│   │   ├── amazeui.flat.css
│   │   ├── amazeui.flat.min.css
│   │   ├── amazeui.min.css
│   │   └── app.css
│   ├── fonts
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   └── fontawesome-webfont.woff2
│   ├── i
│   │   ├── app-icon72x72@2x.png
│   │   ├── examples
│   │   │   ├── admin-chrome.png
│   │   │   ├── admin-firefox.png
│   │   │   ├── admin-ie.png
│   │   │   ├── admin-opera.png
│   │   │   ├── adminPage.png
│   │   │   ├── admin-safari.png
│   │   │   ├── blogPage.png
│   │   │   ├── landingPage.png
│   │   │   ├── landing.png
│   │   │   ├── loginPage.png
│   │   │   └── sidebarPage.png
│   │   ├── favicon.png
│   │   └── startup-640x1096.png
│   ├── images
│   │   ├── others.jpg
│   │   └── self.jpg
│   └── js
│   ├── amazeui.ie8polyfill.js
│   ├── amazeui.ie8polyfill.min.js
│   ├── amazeui.js
│   ├── amazeui.min.js
│   ├── amazeui.widgets.helper.js
│   ├── amazeui.widgets.helper.min.js
│   ├── app.js
│   ├── handlebars.min.js
│   └── jquery.min.js
├── award
│   └── img
│   ├── 1_14071917303044.jpg
│   ├── 1_14103113420123.jpg
│   ├── 1_14103113421569.jpg
│   ├── 1_14103113422772.jpg
│   ├── bg_bread.png
│   ├── bg_bread_r.png
│   ├── bg_list_b.gif
│   ├── bg_list_c.gif
│   ├── bg_list_m.gif
│   ├── icon_01.gif
│   ├── icon_02.gif
│   ├── img_banner_list.jpg
│   ├── img_kf.gif
│   ├── logo.jpg
│   └── psb.jpg
├── award.jsp
├── css
│   ├── registDialog.css
│   └── style.css
├── dist
│   ├── css
│   │   ├── wangEditor.css
│   │   ├── wangEditor.less
│   │   └── wangEditor.min.css
│   ├── fonts
│   │   ├── icomoon.eot
│   │   ├── icomoon.svg
│   │   ├── icomoon.ttf
│   │   └── icomoon.woff
│   └── js
│   ├── lib
│   │   ├── jquery-1.10.2.min.js
│   │   └── jquery-2.2.1.js
│   ├── wangEditor.js
│   └── wangEditor.min.js
├── fenye.jsp
├── frame
│   ├── bottom.jsp
│   ├── iframe.jsp
│   ├── left.jsp
│   ├── messageshow.jsp
│   ├── right.jsp
│   ├── send.jsp
│   └── top.jsp
├── fullpage
│   ├── css
│   │   ├── jquery.fullPage.css
│   │   └── jquery.fullPage.min.css
│   └── js
│   ├── jquery.easings.min.js
│   ├── jquery.fullPage.js
│   ├── jquery.fullPage.min.css.map
│   ├── jquery.fullPage.min.js
│   ├── scrolloverflow.js
│   └── scrolloverflow.min.js
├── images
│   ├── default.jpg
│   ├── lianjie
│   │   ├── baidu.jpg
│   │   ├── tengxun.jpg
│   │   └── weibo.jpg
│   ├── right.jpg
│   ├── top
│   │   └── clock.png
│   ├── topbackground.jpg
│   └── top_bg.png
├── img
│   ├── closebut.png
│   ├── edition_large_2x.jpg
│   ├── hero_sunset_large_2x.jpg
│   ├── logo_collection_edition.svg
│   ├── logo_collection_primary.svg
│   ├── logo_collection_sport.svg
│   ├── primary_large_2x.jpg
│   ├── sport_large_2x.jpg
│   ├── technology_hero_large_2x.jpg
│   └── timekeeping_hero_large_2x.jpg
├── index.jsp
├── index_lbt
│   ├── index
│   │   ├── 4.png
│   │   ├── citiao.jpg
│   │   ├── hot.jpg
│   │   └── login
│   │   ├── close.png
│   │   ├── loginbut.png
│   │   ├── login_in.gif
│   │   ├── login_logo.gif
│   │   └── sinabut.png
│   ├── js
│   │   └── jquery.1.10.2.js
│   ├── lbt1.png
│   ├── lbt2.png
│   ├── lbt3.png
│   ├── lbt4.png
│   ├── lbt5.png
│   ├── logo.jpg
│   └── timg.jpg
├── js
│   ├── jquery-1.3.2.min.js
│   ├── jquery-1.4.2.min.js
│   ├── jquery-1.8.2.js
│   ├── jquery-1.8.3.min.js
│   ├── jquery-2.1.1.js
│   ├── jquery-3.1.1.js
│   ├── jquery.js
│   └── top
│   └── Clock.js
├── JsonJsp2.jsp
├── jsontest.jsp
├── kefuframe
│   ├── kefubottom.jsp
│   ├── kefuleft.jsp
│   ├── kefumessageshow.jsp
│   ├── kefuright.jsp
│   ├── kefusend.jsp
│   └── kefutop.jsp
├── kefuindex.jsp
├── kefulogin.jsp
├── layui
│   ├── css
│   │   ├── layui.css
│   │   ├── layui.mobile.css
│   │   └── modules
│   │   ├── code.css
│   │   ├── laydate
│   │   │   └── default
│   │   │   └── laydate.css
│   │   └── layer
│   │   └── default
│   │   ├── icon-ext.png
│   │   ├── icon.png
│   │   ├── layer.css
│   │   ├── loading-0.gif
│   │   ├── loading-1.gif
│   │   └── loading-2.gif
│   ├── font
│   │   ├── iconfont.eot
│   │   ├── iconfont.svg
│   │   ├── iconfont.ttf
│   │   └── iconfont.woff
│   ├── images
│   │   └── face
│   │   ├── 0.gif
│   │   ├── 10.gif
│   │   ├── 11.gif
│   │   ├── 12.gif
│   │   ├── 13.gif
│   │   ├── 14.gif
│   │   ├── 15.gif
│   │   ├── 16.gif
│   │   ├── 17.gif
│   │   ├── 18.gif
│   │   ├── 19.gif
│   │   ├── 1.gif
│   │   ├── 20.gif
│   │   ├── 21.gif
│   │   ├── 22.gif
│   │   ├── 23.gif
│   │   ├── 24.gif
│   │   ├── 25.gif
│   │   ├── 26.gif
│   │   ├── 27.gif
│   │   ├── 28.gif
│   │   ├── 29.gif
│   │   ├── 2.gif
│   │   ├── 30.gif
│   │   ├── 31.gif
│   │   ├── 32.gif
│   │   ├── 33.gif
│   │   ├── 34.gif
│   │   ├── 35.gif
│   │   ├── 36.gif
│   │   ├── 37.gif
│   │   ├── 38.gif
│   │   ├── 39.gif
│   │   ├── 3.gif
│   │   ├── 40.gif
│   │   ├── 41.gif
│   │   ├── 42.gif
│   │   ├── 43.gif
│   │   ├── 44.gif
│   │   ├── 45.gif
│   │   ├── 46.gif
│   │   ├── 47.gif
│   │   ├── 48.gif
│   │   ├── 49.gif
│   │   ├── 4.gif
│   │   ├── 50.gif
│   │   ├── 51.gif
│   │   ├── 52.gif
│   │   ├── 53.gif
│   │   ├── 54.gif
│   │   ├── 55.gif
│   │   ├── 56.gif
│   │   ├── 57.gif
│   │   ├── 58.gif
│   │   ├── 59.gif
│   │   ├── 5.gif
│   │   ├── 60.gif
│   │   ├── 61.gif
│   │   ├── 62.gif
│   │   ├── 63.gif
│   │   ├── 64.gif
│   │   ├── 65.gif
│   │   ├── 66.gif
│   │   ├── 67.gif
│   │   ├── 68.gif
│   │   ├── 69.gif
│   │   ├── 6.gif
│   │   ├── 70.gif
│   │   ├── 71.gif
│   │   ├── 7.gif
│   │   ├── 8.gif
│   │   └── 9.gif
│   ├── lay
│   │   └── modules
│   │   ├── carousel.js
│   │   ├── code.js
│   │   ├── element.js
│   │   ├── flow.js
│   │   ├── form.js
│   │   ├── jquery.js
│   │   ├── laydate.js
│   │   ├── layedit.js
│   │   ├── layer.js
│   │   ├── laypage.js
│   │   ├── laytpl.js
│   │   ├── mobile.js
│   │   ├── table.js
│   │   ├── tree.js
│   │   ├── upload.js
│   │   └── util.js
│   ├── layui.all.js
│   └── layui.js
├── META-INF
│   └── MANIFEST.MF
├── mindex.jsp
├── MyJsp.jsp
├── production
│   ├── p1.png
│   ├── p2.png
│   ├── pbg.jpg
│   └── production.jpg
├── production.jsp
├── publishnews
│   ├── mynewspublish.jsp
│   └── wangEditor_uploadImg_assist.jsp
├── regist
│   ├── checkerror.png
│   └── checkpass.png
├── regist.jsp
├── registsuccess.jsp
├── resource
│   ├── bootstrap
│   │   ├── 3.3.7
│   │   │   ├── bootstrap.min.css
│   │   │   └── bootstrap.min.js
│   │   ├── css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.css.map
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   ├── bootstrap-theme.min.css
│   │   │   ├── bootstrap-theme.min.css.map
│   │   │   └── style.css
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2
│   │   ├── jquery
│   │   │   └── 2.1.1
│   │   │   ├── jquery-1.11.1.min.js
│   │   │   └── jquery.min.js
│   │   ├── js
│   │   │   ├── bootstrap.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.1.10.2.js
│   │   │   ├── jquery.js
│   │   │   └── npm.js
│   │   ├── menu
│   │   │   └── font-awesome.css
│   │   └── table
│   │   ├── bootstrap-table.css
│   │   ├── bootstrap-table.js
│   │   ├── bootstrap-table.min.css
│   │   ├── bootstrap-table.min.js
│   │   └── bootstrap-table-zh-CN.js
│   ├── buyerCart
│   │   ├── css
│   │   │   ├── carts.css
│   │   │   └── reset.css
│   │   ├── images
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   └── mark1.png
│   │   └── js
│   │   ├── carts.js
│   │   └── jquery.min.js
│   ├── easyui
│   │   ├── easyui-lang-zh_CN.js
│   │   ├── jquery-1.7.min.js
│   │   ├── jquery.easyui.min.js
│   │   ├── jquery.js
│   │   ├── jquery.min.js
│   │   └── themes
│   │   ├── black
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── bootstrap
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── color.css
│   │   ├── default
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── demo.css
│   │   ├── gray
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── icon.css
│   │   ├── icons
│   │   │   ├── back.png
│   │   │   ├── blank.gif
│   │   │   ├── cancel.png
│   │   │   ├── clear.png
│   │   │   ├── cut.png
│   │   │   ├── edit_add.png
│   │   │   ├── edit_remove.png
│   │   │   ├── filesave.png
│   │   │   ├── filter.png
│   │   │   ├── help.png
│   │   │   ├── large_chart.png
│   │   │   ├── large_clipart.png
│   │   │   ├── large_picture.png
│   │   │   ├── large_shapes.png
│   │   │   ├── large_smartart.png
│   │   │   ├── lock.png
│   │   │   ├── man.png
│   │   │   ├── mini_add.png
│   │   │   ├── mini_edit.png
│   │   │   ├── mini_refresh.png
│   │   │   ├── more.png
│   │   │   ├── no.png
│   │   │   ├── ok.png
│   │   │   ├── pencil.png
│   │   │   ├── print.png
│   │   │   ├── redo.png
│   │   │   ├── reload.png
│   │   │   ├── search.png
│   │   │   ├── sum.png
│   │   │   ├── tip.png
│   │   │   └── undo.png
│   │   ├── material
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── metro
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datalist.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── filebox.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── passwordbox_close.png
│   │   │   │   ├── passwordbox_open.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── tagbox_icons.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── numberbox.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── passwordbox.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── switchbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tagbox.css
│   │   │   ├── textbox.css
│   │   │   ├── tooltip.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   └── mobile.css
│   └── images
│   └── closebut.png
├── resources
│   ├── images
│   │   ├── 0.png
│   │   ├── 146249460.jpg
│   │   ├── 146301473.jpg
│   │   ├── 146302153.jpg
│   │   ├── 146383359.jpg
│   │   ├── 146803729.jpg
│   │   ├── myPhoto.jpg
│   │   └── vindex
│   │   ├── item-hover-play.png
│   │   ├── item-play.png
│   │   └── populartoday.png
│   └── js
│   └── jquery-3.2.1.min.js
├── servletc.jsp
├── sinaimages
│   ├── my
│   │   ├── 10.png
│   │   ├── 11.png
│   │   ├── 12.png
│   │   ├── 13.png
│   │   ├── 14.png
│   │   ├── 15.png
│   │   ├── 16.png
│   │   ├── 17.png
│   │   ├── 18.png
│   │   ├── 1.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 5.png
│   │   ├── 6.png
│   │   ├── 7.png
│   │   ├── 8.png
│   │   ├── 9.png
│   │   └── logo.jpg
│   ├── mylink
│   │   ├── link1.png
│   │   └── link2.png
│   └── sina.jpg
├── static
│   ├── emotions
│   │   ├── default
│   │   │   ├── 10.gif
│   │   │   ├── 11.gif
│   │   │   ├── 12.gif
│   │   │   ├── 13.gif
│   │   │   ├── 14.gif
│   │   │   ├── 15.gif
│   │   │   ├── 16.gif
│   │   │   ├── 17.gif
│   │   │   ├── 18.gif
│   │   │   ├── 19.gif
│   │   │   ├── 1.gif
│   │   │   ├── 20.gif
│   │   │   ├── 21.gif
│   │   │   ├── 22.gif
│   │   │   ├── 23.gif
│   │   │   ├── 24.gif
│   │   │   ├── 25.gif
│   │   │   ├── 26.gif
│   │   │   ├── 27.gif
│   │   │   ├── 28.gif
│   │   │   ├── 29.gif
│   │   │   ├── 2.gif
│   │   │   ├── 30.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── 36.gif
│   │   │   ├── 37.gif
│   │   │   ├── 38.gif
│   │   │   ├── 39.gif
│   │   │   ├── 3.gif
│   │   │   ├── 40.gif
│   │   │   ├── 41.gif
│   │   │   ├── 42.gif
│   │   │   ├── 43.gif
│   │   │   ├── 44.gif
│   │   │   ├── 45.gif
│   │   │   ├── 46.gif
│   │   │   ├── 47.gif
│   │   │   ├── 48.gif
│   │   │   ├── 49.gif
│   │   │   ├── 4.gif
│   │   │   ├── 50.gif
│   │   │   ├── 5.gif
│   │   │   ├── 6.gif
│   │   │   ├── 7.gif
│   │   │   ├── 8.gif
│   │   │   └── 9.gif
│   │   ├── emotions.data
│   │   └── jinxing
│   │   ├── 1.gif
│   │   ├── 2.gif
│   │   ├── 3.gif
│   │   ├── 4.gif
│   │   ├── 5.gif
│   │   └── 6.gif
│   └── highlightjs
│   ├── dark.css
│   ├── github.css
│   └── highlight.pack.js
├── tindex.jsp
├── umeditor
│   ├── dialogs
│   │   ├── emotion
│   │   │   ├── emotion.css
│   │   │   ├── emotion.js
│   │   │   └── images
│   │   │   ├── 0.gif
│   │   │   ├── bface.gif
│   │   │   ├── cface.gif
│   │   │   ├── fface.gif
│   │   │   ├── jxface2.gif
│   │   │   ├── neweditor-tab-bg.png
│   │   │   ├── tface.gif
│   │   │   ├── wface.gif
│   │   │   └── yface.gif
│   │   ├── formula
│   │   │   ├── formula.css
│   │   │   ├── formula.html
│   │   │   ├── formula.js
│   │   │   └── images
│   │   │   └── formula.png
│   │   ├── image
│   │   │   ├── image.css
│   │   │   ├── image.js
│   │   │   └── images
│   │   │   ├── close.png
│   │   │   ├── upload1.png
│   │   │   └── upload2.png
│   │   ├── link
│   │   │   └── link.js
│   │   ├── map
│   │   │   ├── map.html
│   │   │   └── map.js
│   │   └── video
│   │   ├── images
│   │   │   ├── center_focus.jpg
│   │   │   ├── left_focus.jpg
│   │   │   ├── none_focus.jpg
│   │   │   └── right_focus.jpg
│   │   ├── video.css
│   │   └── video.js
│   ├── index.html
│   ├── jquery.js
│   ├── json2.js
│   ├── json.js
│   ├── json_parse.js
│   ├── json_parse_state.js
│   ├── jsp
│   │   ├── commons-fileupload-1.2.2.jar
│   │   ├── getContent.jsp
│   │   ├── imageUp.jsp
│   │   ├── ueditor-mini.jar
│   │   └── Uploader.java
│   ├── lang
│   │   ├── en
│   │   │   ├── en.js
│   │   │   └── images
│   │   │   ├── addimage.png
│   │   │   ├── alldeletebtnhoverskin.png
│   │   │   ├── alldeletebtnupskin.png
│   │   │   ├── background.png
│   │   │   ├── button.png
│   │   │   ├── copy.png
│   │   │   ├── deletedisable.png
│   │   │   ├── deleteenable.png
│   │   │   ├── imglabel.png
│   │   │   ├── listbackground.png
│   │   │   ├── localimage.png
│   │   │   ├── music.png
│   │   │   ├── rotateleftdisable.png
│   │   │   ├── rotateleftenable.png
│   │   │   ├── rotaterightdisable.png
│   │   │   ├── rotaterightenable.png
│   │   │   └── upload.png
│   │   └── zh-cn
│   │   ├── images
│   │   │   ├── copy.png
│   │   │   ├── imglabel.png
│   │   │   ├── localimage.png
│   │   │   ├── music.png
│   │   │   └── upload.png
│   │   └── zh-cn.js
│   ├── themes
│   │   └── default
│   │   ├── css
│   │   │   ├── umeditor.css
│   │   │   └── umeditor.min.css
│   │   └── images
│   │   ├── caret.png
│   │   ├── close.png
│   │   ├── icons.gif
│   │   ├── icons.png
│   │   ├── ok.gif
│   │   ├── pop-bg.png
│   │   ├── spacer.gif
│   │   └── videologo.gif
│   ├── third-party
│   │   ├── jquery.min.js
│   │   ├── mathquill
│   │   │   ├── font
│   │   │   │   ├── stixgeneral-bundle
│   │   │   │   │   ├── STIXFontLicense2010.txt
│   │   │   │   │   ├── stixgeneralbolita-webfont.eot
│   │   │   │   │   ├── stixgeneralbolita-webfont.svg
│   │   │   │   │   ├── stixgeneralbolita-webfont.ttf
│   │   │   │   │   ├── stixgeneralbolita-webfont.woff
│   │   │   │   │   ├── stixgeneralbol-webfont.eot
│   │   │   │   │   ├── stixgeneralbol-webfont.svg
│   │   │   │   │   ├── stixgeneralbol-webfont.ttf
│   │   │   │   │   ├── stixgeneralbol-webfont.woff
│   │   │   │   │   ├── stixgeneralitalic-webfont.eot
│   │   │   │   │   ├── stixgeneralitalic-webfont.svg
│   │   │   │   │   ├── stixgeneralitalic-webfont.ttf
│   │   │   │   │   ├── stixgeneralitalic-webfont.woff
│   │   │   │   │   ├── stixgeneral-webfont.eot
│   │   │   │   │   ├── stixgeneral-webfont.svg
│   │   │   │   │   ├── stixgeneral-webfont.ttf
│   │   │   │   │   └── stixgeneral-webfont.woff
│   │   │   │   ├── Symbola.eot
│   │   │   │   ├── Symbola.otf
│   │   │   │   ├── Symbola.svg
│   │   │   │   ├── Symbola.ttf
│   │   │   │   └── Symbola.woff
│   │   │   ├── mathquill.css
│   │   │   ├── mathquill.js
│   │   │   └── mathquill.min.js
│   │   └── template.min.js
│   ├── umeditor.config.js
│   ├── umeditor.js
│   └── umeditor.min.js
├── visit.jsp
├── wangEditor
│   ├── css
│   │   ├── fontIcon.css
│   │   ├── fonts
│   │   │   ├── icomoon.eot
│   │   │   ├── icomoon.svg
│   │   │   ├── icomoon.ttf
│   │   │   └── icomoon.woff
│   │   ├── wangEditor-1.3.0.min.css
│   │   └── wangEditor.css
│   └── js
│   ├── jquery-1.10.2.min.js
│   └── wangEditor-1.3.0.min.js
├── wangeditor_test
│   ├── editor.jsp
│   ├── myeditor.jsp
│   └── myeditor_textarea.jsp
├── WEB-INF
│   ├── classes
│   │   ├── book.sql
│   │   ├── chatlog.sql
│   │   ├── com
│   │   │   ├── json
│   │   │   │   ├── dao
│   │   │   │   │   └── CategoryDao.class
│   │   │   │   └── servlet
│   │   │   │   └── JsonTestServlet2.class
│   │   │   ├── mychat
│   │   │   │   ├── dao
│   │   │   │   │   ├── ChatLogDao.class
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── ProductionDaoImpl.class
│   │   │   │   │   ├── InsertChatLogDao.class
│   │   │   │   │   ├── ProductionDao.class
│   │   │   │   │   ├── PunchInDao.class
│   │   │   │   │   ├── PunchOutDao.class
│   │   │   │   │   ├── QueryChatObject.class
│   │   │   │   │   ├── QueryPunchDao.class
│   │   │   │   │   ├── QueryPunchInisNull.class
│   │   │   │   │   ├── QueryPunchOutisNull.class
│   │   │   │   │   ├── QueryUserInfoDao.class
│   │   │   │   │   ├── QueryWaiter.class
│   │   │   │   │   ├── QueryWaiterInfoDao.class
│   │   │   │   │   └── UserDao.class
│   │   │   │   ├── pojo
│   │   │   │   │   ├── Category.class
│   │   │   │   │   ├── ChatLog.class
│   │   │   │   │   ├── Production.class
│   │   │   │   │   ├── Punch.class
│   │   │   │   │   ├── User.class
│   │   │   │   │   └── Waiter.class
│   │   │   │   ├── servlet
│   │   │   │   │   ├── AutoCheckCode.class
│   │   │   │   │   ├── AutoCheckEmailCode.class
│   │   │   │   │   ├── CheckUnameServlet.class
│   │   │   │   │   ├── KefuLoginServlet.class
│   │   │   │   │   ├── MakeTokenServlet.class
│   │   │   │   │   ├── PunchInServlet.class
│   │   │   │   │   ├── PunchOutServlet.class
│   │   │   │   │   ├── RandomValidateCode.class
│   │   │   │   │   ├── SendEmailServlet.class
│   │   │   │   │   ├── SendMessageServlet.class
│   │   │   │   │   ├── SendMessageToYoukeServlet.class
│   │   │   │   │   ├── SkipToMessage.class
│   │   │   │   │   ├── SystemCodeServlet.class
│   │   │   │   │   ├── TalkLoginServlet.class
│   │   │   │   │   ├── TestJsonServlet.class
│   │   │   │   │   └── YouKeRegistServlet.class
│   │   │   │   └── utils
│   │   │   │   ├── DBHelper.class
│   │   │   │   ├── JdbcUtil.class
│   │   │   │   ├── MatchFunUtil.class
│   │   │   │   ├── SendEmail$1.class
│   │   │   │   ├── SendEmail.class
│   │   │   │   └── TokenProccessor.class
│   │   │   ├── myeditor
│   │   │   │   └── servlet
│   │   │   │   └── UploadImageServlet.class
│   │   │   ├── news
│   │   │   │   ├── main
│   │   │   │   │   └── SinaNew.class
│   │   │   │   └── util
│   │   │   │   ├── GlobalConstants.class
│   │   │   │   └── HttpRequestUtils.class
│   │   │   └── webnews
│   │   │   ├── dao
│   │   │   │   ├── CommentDao.class
│   │   │   │   ├── SubPageDao.class
│   │   │   │   ├── VisitedDao.class
│   │   │   │   └── WebNewsDao.class
│   │   │   ├── pojo
│   │   │   │   ├── Comment.class
│   │   │   │   ├── Visited.class
│   │   │   │   └── WebNews.class
│   │   │   ├── servlet
│   │   │   │   ├── AddVisitedNumServlet.class
│   │   │   │   ├── CommentServlet.class
│   │   │   │   ├── QueryVisitedServlet.class
│   │   │   │   ├── ShowCommentByJsonServlet.class
│   │   │   │   ├── SubPageServlet.class
│   │   │   │   └── WebNewsServlet.class
│   │   │   └── utils
│   │   │   ├── RandomLinkUtil.class
│   │   │   ├── RegexMatches.class
│   │   │   └── SubStringUtil.class
│   │   ├── struts-config.xml
│   │   └── Test.class
│   ├── lib
│   │   ├── activation.jar
│   │   ├── commons-beanutils-1.8.3.jar
│   │   ├── commons-beanutils.jar
│   │   ├── commons-collections-3.2.1.jar
│   │   ├── commons-fileupload-1.3.jar
│   │   ├── commons-io-1.3.2.jar
│   │   ├── commons-lang-2.6.jar
│   │   ├── commons-lang3-3.1.jar
│   │   ├── commons-logging-1.1.1.jar
│   │   ├── ezmorph-1.0.6.jar
│   │   ├── json-lib-2.4-jdk15.jar
│   │   ├── jsp-api.jar
│   │   ├── jstl.jar
│   │   ├── mail.jar
│   │   ├── mysql-connector-java-5.0.5-bin.jar
│   │   ├── servlet-api.jar
│   │   ├── standard.jar
│   │   ├── sun.misc.BASE64Decoder.jar
│   │   ├── ueditor-mini.jar
│   │   ├── ValidateCode.jar
│   │   └── websocket-api.jar
│   ├── newslib
│   │   ├── fastjson-1.1.32.jar
│   │   └── jsoup-1.7.2.jar
│   └── web.xml
├── webnews
│   ├── webnewscontext.jsp
│   ├── webnewsshow1.jsp
│   ├── webnewsshow.jsp
│   └── webnewsshowtest.jsp
├── youkeindex.jsp
├── youkelogin.jsp
├── zhaoping
│   ├── chat.png
│   ├── clect.png
│   ├── findphone.png
│   ├── location.png
│   └── ztree
│   ├── css
│   │   ├── demo.css
│   │   └── zTreeStyle.css
│   ├── img
│   │   └── diy
│   │   ├── 1_close.png
│   │   ├── 1_open.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 5.png
│   │   ├── 6.png
│   │   ├── 7.png
│   │   ├── 8.png
│   │   ├── 9.png
│   │   └── line_conn.gif
│   └── js
│   ├── jquery-1.4.4.min.js
│   └── jquery.ztree.core.js
└── zhaoping.jsp

174 directories, 1061 files

标签:

实例下载地址

企业门户网站

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警