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

etmvc + Easyui

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.05M
  • 下载次数:3
  • 浏览次数:87
  • 发布时间:2021-03-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
etmvc + Easyui +oracle 开发实例,带数据库,内有treegrid,tree,data等案例。可供java,jsp,Easyui, etmvc学习研究。[etmvc是基于Java技术,为WEB开发提供的一套简易MVC框架。 简易但不简单,其设计和实现借鉴业界众多的优秀框架,如struts,spring mvc,ror,grails等, 力图为Java开发人员提供一套高效的开发框架。]
【实例截图】
【核心代码】
0a350d7a-c0a5-4f63-9abd-d418580472bc
└── etmvcEasyui
├── src
│   ├── activerecord.properties
│   ├── com
│   │   ├── comuse.java
│   │   └── dao
│   │   └── ConnDB.java
│   ├── controllers
│   │   ├── ApplicationController.java
│   │   ├── ContactController.java
│   │   ├── DataController.java
│   │   ├── JobController.java
│   │   ├── MainController.java
│   │   └── OrganController.java
│   └── models
│   ├── Contact.java
│   ├── Hrm.java
│   ├── Jobs.java
│   ├── Main.java
│   └── Organ.java
└── WebRoot
├── css
│   ├── jquery-easyui
│   │   └── themes
│   │   ├── black
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── grid.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── blue
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.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
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── bootstrap
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── grid.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── default
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── button
│   │   │   │   │   ├── btn.gif
│   │   │   │   │   ├── btn-hover.gif
│   │   │   │   │   ├── btn-pressed.gif
│   │   │   │   │   ├── button.png
│   │   │   │   │   ├── disabled.png
│   │   │   │   │   ├── hover.png
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── menu_arrow.png
│   │   │   │   │   ├── pressed.png
│   │   │   │   │   ├── split-allow-bottom.gif
│   │   │   │   │   └── split_arrow.png
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── fhbg.gif
│   │   │   │   ├── grid.png
│   │   │   │   ├── hl.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── toolbar
│   │   │   │   │   └── toolbar.png
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── gray
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── fhbg.gif
│   │   │   │   ├── grid.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── linkbutton_bg - 副本.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── icon.css
│   │   ├── icons
│   │   │   ├── back.png
│   │   │   ├── blank.gif
│   │   │   ├── cancel.png
│   │   │   ├── cut.png
│   │   │   ├── edit_add.png
│   │   │   ├── edit_remove.png
│   │   │   ├── filesave.png
│   │   │   ├── folder.gif
│   │   │   ├── folder-open.gif
│   │   │   ├── grid.png
│   │   │   ├── help.png
│   │   │   ├── lock_edit.png
│   │   │   ├── mini_add.png
│   │   │   ├── mini_edit.png
│   │   │   ├── mini_refresh.png
│   │   │   ├── multiple.png
│   │   │   ├── next.png
│   │   │   ├── no.png
│   │   │   ├── ok.png
│   │   │   ├── pencil.png
│   │   │   ├── print.png
│   │   │   ├── redo.png
│   │   │   ├── reload.png
│   │   │   ├── search.png
│   │   │   ├── single.png
│   │   │   ├── sum.png
│   │   │   ├── tip.png
│   │   │   ├── undo.png
│   │   │   └── view.png
│   │   ├── linkbutton_bg - 副本.psd
│   │   ├── metro
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── grid.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   └── style.css
│   └── syCss.css
├── data
│   ├── getArea
│   ├── grid_data.json
│   ├── gridServer.jsp
│   ├── index.jsp
│   ├── tree_data.json
│   ├── treegrid_data2.json
│   ├── treegrid.jsp
│   └── treeServer.jsp
├── doc
│   ├── easyUI.htm
│   └── Etmvc入门学习详解.doc
├── easyui.jsp
├── index.jsp
├── js
│   ├── apps.js
│   ├── common.js
│   ├── contact.js
│   ├── dataApps.js
│   ├── hrmApps.js
│   ├── job.js
│   ├── jquery-easyui
│   │   ├── contextmenu.css
│   │   ├── contextmenu - 副本.css
│   │   ├── easyui-lang-zh_CN.js
│   │   ├── jquery-1.8.0.min.js
│   │   ├── jquery.contextmenu.js
│   │   ├── jquery.easyui.min.js
│   │   ├── jquery.resizable.js
│   │   ├── t.gif
│   │   └── t.psd
│   ├── jquery-easyui-portal
│   │   ├── jquery.portal.js
│   │   └── portal.css
│   ├── My97DatePicker
│   │   ├── calendar.js
│   │   ├── datePicker.gif
│   │   ├── lang
│   │   │   └── zh-cn.js
│   │   ├── My97日期控件.htm
│   │   ├── skin
│   │   │   └── default
│   │   │   ├── datepicker.css
│   │   │   ├── datePicker.gif
│   │   │   ├── img.gif
│   │   │   └── WdatePicker.css
│   │   └── WdatePicker.js
│   ├── syUtil.js
│   └── treeApps.js
├── META-INF
│   └── MANIFEST.MF
├── parser.htm
├── treeGrid.jsp
├── tree.jsp
├── views
│   ├── contact
│   │   ├── contact.sql
│   │   ├── contentMenu.htm
│   │   └── index.jsp
│   ├── contact_table.txt
│   ├── img
│   │   ├── bg.png
│   │   ├── light-hd.gif
│   │   └── logo.png
│   ├── job
│   │   ├── index.jsp
│   │   └── job_info1.sql
│   ├── layout
│   │   ├── center.jsp
│   │   ├── east.jsp
│   │   ├── north.jsp
│   │   ├── portal
│   │   │   ├── about2.jsp
│   │   │   ├── about.jsp
│   │   │   ├── link.jsp
│   │   │   ├── qun.jsp
│   │   │   └── repair.jsp
│   │   ├── portal.jsp
│   │   └── south.jsp
│   └── main
│   ├── admin
│   │   ├── cdglAdd.jsp
│   │   ├── cdglEdit.jsp
│   │   ├── cdgl.jsp
│   │   ├── gwgl.jsp
│   │   ├── yhglAdd.jsp
│   │   ├── yhglEdit.jsp
│   │   ├── yhglEditPwd.jsp
│   │   ├── yhglEditRole.jsp
│   │   └── yhgl.jsp
│   ├── index.jsp
│   ├── menuController
│   │   ├── menuTree.json
│   │   └── treegrid.json
│   └── userController
│   └── datagrid.json
└── WEB-INF
├── classes
│   ├── activerecord.properties
│   ├── com
│   │   ├── comuse.class
│   │   └── dao
│   │   └── ConnDB.class
│   ├── controllers
│   │   ├── ApplicationController.class
│   │   ├── ContactController.class
│   │   ├── DataController.class
│   │   ├── JobController.class
│   │   ├── MainController.class
│   │   └── OrganController.class
│   └── models
│   ├── Contact.class
│   ├── Hrm.class
│   ├── Jobs.class
│   ├── Main.class
│   └── Organ.class
├── lib
│   ├── asm.jar
│   ├── cglib-2.1.3.jar
│   ├── classes12.jar
│   ├── commons-io.jar
│   ├── commons-logging.jar
│   ├── et-ar-1.0.1.jar
│   ├── et-mvc-1.0.1.jar
│   ├── jstl.jar
│   ├── paranamer-1.3.jar
│   ├── servlet-api.jar
│   └── standard.jar
└── web.xml

52 directories, 446 files

标签:

实例下载地址

etmvc + Easyui

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警