zno2

随笔分类 -  menu

8) Struts2 2 SpringMVC
摘要:git@github.com:witaste/smse.git 数据库脚本: ps:目前是角色-菜单(受保护urls) 左 阅读全文

posted @ 2016-08-06 07:52 zno2 阅读(187) 评论(0) 推荐(0)

七)oracle 2 mysql
摘要:/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50527 Source Host : localhost:3306 Source Database : test Target Server Type : MYSQL Ta... 阅读全文

posted @ 2016-08-06 07:52 zno2 阅读(206) 评论(0) 推荐(0)

五)使用 easyui-tabs 遭遇错误 Unexpected Exception caught setting '_' on
摘要:产生原因是使用href 原因不明。 解决办法: 不使用href ,使用 content 阅读全文

posted @ 2016-08-06 07:51 zno2 阅读(612) 评论(0) 推荐(0)

六)iframe 及父子页面之间获取元素、方法调用
摘要:http://www.w3school.com.cn/tags/tag_iframe.asp father.html san.html 补充: jQuery选择元素用: jQuery(expression, [context]) 返回值:jQuery 效果图: 阅读全文

posted @ 2016-08-06 07:51 zno2 阅读(222) 评论(0) 推荐(0)

七)如何实现权限控制
摘要:1. 为每个菜单绑定角色 2. 为用户绑定角色,用户只能看到自己角色下的菜单 3. root 用户可以查看所有菜单。 阅读全文

posted @ 2016-08-06 07:51 zno2 阅读(163) 评论(0) 推荐(0)

三)EasyUI layout
摘要:参考文档 http://www.jeasyui.com/documentation/layout.php 阅读全文

posted @ 2016-08-06 07:50 zno2 阅读(101) 评论(0) 推荐(0)

二)手动添加基础数据
摘要:基础数据: 删除sql: 系统管理数据: 阅读全文

posted @ 2016-08-06 07:50 zno2 阅读(218) 评论(0) 推荐(0)

四)绘树
摘要:实测代码: 打印结果: 格式化结果: 实际项目应用见:SMSE 为 easyui-tree 阅读全文

posted @ 2016-08-06 07:50 zno2 阅读(212) 评论(0) 推荐(0)

一)6张表
摘要:1用户表 SMSE_USER 2角色表 SMSE_ROLE 3菜单表 SMSE_MENU 4用户角色关联表 SMSE_USER_ROLE_LINK 5角色菜单关联表 SMSE_ROLE_MENU_LINK 6进入权限表 SMSE_ACCESS_PERMISSION sql: 阅读全文

posted @ 2016-08-06 07:49 zno2 阅读(204) 评论(0) 推荐(0)

导航