文件名称:lanyuan-v3

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2015-06-05
  • 文件大小:
  • 1.93mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • wyzl****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

技术要点:



1:此版本采用ajax+js分页,表格lyGrid分页插件是群主自己写的,有点模仿ligerui的分页实现

2:兼容IE,firefox,google,360的浏览器,其他暂没有测试.

3:表格排序功能

4:弹窗采用贤心的插件,网址:http://sentsin.com/jquery/layer/

5:加入druid技术,对sql语句的监控.

6:自定义注解导出excel

7:使用了ehcache缓存机制

8:新增支持oracle分页实现

9:新增支持SQLserver2008分页实现

10:解决分页参数没法传到后台的问题

11:异常统一处理

12:使用spring Security3权限安全机制,采用了shiro权限机制

13:封装好baseMapper持久层统一调用,对于基本的增,删,改,查不需要写任何的Sql语句。直接调用

14:监控告告警邮件通知

-Technical key points:







1: This version of the ajax+js page, lyGrid page plug-in is the main form to write a bit, imitation ligerui paging







2: compatible with IE, Firefox, Google, 360 of the browser, the other temporarily not tested.







3: table sort function







4: the heart Yin popups plugin, URL: http://sentsin.com/jquery/layer/







5: Join Druid technology, the SQL statement monitoring.







6: Custom comments export Excel







7: use the ehcache caching mechanism







8: new support Oracle paging implementation







9: new support SQLserver2008 paging implementation







10: the problem of solving the paging parameters can not spread to the background







11: exception handling







12: use Security3 spring permissions security mechanism, using the Shiro permissions mechanism







13: the package is good for baseMapper persistence layer unified call, for the basic increase, delete, change, check do not need to write any Sql statements. Direct
(系统自动生成,下载前可以参看下载内容)

下载文件列表





lanyuan-v3

..........\.classpath

..........\.externalToolBuilders

..........\.....................\org.eclipse.wst.jsdt.core.javascriptValidator (2).launch

..........\.project

..........\.settings

..........\.........\.jsdtscope

..........\.........\org.eclipse.core.resources.prefs

..........\.........\org.eclipse.jdt.core.prefs

..........\.........\org.eclipse.m2e.core.prefs

..........\.........\org.eclipse.wst.jsdt.ui.superType.container

..........\.........\org.eclipse.wst.jsdt.ui.superType.name

..........\.........\org.eclipse.wst.validation.prefs

..........\.........\org.maven.ide.eclipse.prefs

..........\lanyuan_v_3.sql

..........\pom.xml

..........\src

..........\...\main

..........\...\....\java

..........\...\....\....\com

..........\...\....\....\...\lanyuan

..........\...\....\....\...\.......\base

..........\...\....\....\...\.......\....\Base.java

..........\...\....\....\...\.......\....\BaseMapper.java

..........\...\....\....\...\.......\controller

..........\...\....\....\...\.......\..........\AccountController.java

..........\...\....\....\...\.......\..........\BackgroundController.java

..........\...\....\....\...\.......\..........\BaseController.java

..........\...\....\....\...\.......\..........\DicController.java

..........\...\....\....\...\.......\..........\DicTypeController.java

..........\...\....\....\...\.......\..........\LogController.java

..........\...\....\....\...\.......\..........\ResourcesController.java

..........\...\....\....\...\.......\..........\RolesController.java

..........\...\....\....\...\.......\..........\ServerInfoController.java

..........\...\....\....\...\.......\..........\UserLoginListController.java

..........\...\....\....\...\.......\entity

..........\...\....\....\...\.......\......\Account.java

..........\...\....\....\...\.......\......\CpuInfos.java

..........\...\....\....\...\.......\......\Dic.java

..........\...\....\....\...\.......\......\DicType.java

..........\...\....\....\...\.......\......\DiskInfos.java

..........\...\....\....\...\.......\......\Log.java

..........\...\....\....\...\.......\......\Params.java

..........\...\....\....\...\.......\......\Resources.java

..........\...\....\....\...\.......\......\ResourcesRole.java

..........\...\....\....\...\.......\......\RoleAccount.java

..........\...\....\....\...\.......\......\Roles.java

..........\...\....\....\...\.......\......\ServerInfo.java

..........\...\....\....\...\.......\......\ServerStatus.java

..........\...\....\....\...\.......\......\UserLogin.java

..........\...\....\....\...\.......\exception

..........\...\....\....\...\.......\.........\MyExceptionHandler.java

..........\...\....\....\...\.......\.........\ParameterException.java

..........\...\....\....\...\.......\.........\SystemException.java

..........\...\....\....\...\.......\logAop

..........\...\....\....\...\.......\......\LogAopAction.java

..........\...\....\....\...\.......\mapper

..........\...\....\....\...\.......\......\AccountMapper.java

..........\...\....\....\...\.......\......\DicMapper.java

..........\...\....\....\...\.......\......\DicTypeMapper.java

..........\...\....\....\...\.......\......\LogMapper.java

..........\...\....\....\...\.......\......\ResourcesMapper.java

..........\...\....\....\...\.......\......\RolesMapper.java

..........\...\....\....\...\.......\......\ServerInfoMapper.java

..........\...\....\....\...\.......\......\UserLoginMapper.java

..........\...\....\....\...\.......\plugin

..........\...\....\....\...\.......\......\PagePlugin.java

..........\...\....\....\...\.......\......\PageView.java

..........\...\....\....\...\.......\......\ReflectHelper.java

..........\...\....\....\...\.......\......\SQLServer2008Dialect.java

..........\...\....\....\...\.......\service

..........\...\....\....\...\.......\.......\AccountService.java

..........\...\....\....\...\.......\.......\base

..........\...\....\....\...\.......\.......\....\BaseService.java

..........\...\....\....\...\.......\.......\....\BaseServiceImpl.java

..........\...\....\....\...\.......\.......\

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org