表达式描述 hasRole([role]) 当前用户是否拥有指定角色。 hasAnyRole([role1,role2]) 多个角色是一个以逗号进行分隔的字符串。如果当前用户拥有指定角色中的任意一个则返回true。 hasAuthority([auth]) 等同于hasRole hasAnyAuth ...
分类:
编程语言 时间:
2020-03-07 16:16:20
阅读次数:
69
pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <depend ...
分类:
编程语言 时间:
2020-03-04 17:38:48
阅读次数:
246
Airless pump bottles play an important role in the preservation of sensitive cosmetics (such as creams, serums or foundations) and various other prese ...
分类:
其他好文 时间:
2020-03-04 14:39:50
阅读次数:
82
1 创建表空间 --create tablespace 表空间名称 datafile ‘表空间文件路径’ size 64M create tablespace data_test datafile 'e:\oracle\oradata\test\data_test.dbf' size 2000M; ...
分类:
其他好文 时间:
2020-03-03 14:36:25
阅读次数:
59
ubuntu k8s 单节点快速安装 很早以前记录过 ubuntu 上 k8s 的单节点安装,现在更新一下 ubuntu 18.04 上 k8s 单节点的快速安装,方便参考。 安装过程 安装 docker curl fsSL https://get.docker.com | sudo sh 使用 u ...
分类:
系统相关 时间:
2020-03-02 00:53:44
阅读次数:
190
0x00前言 开始从小的漏洞开始练习,搬运项目地址: https://github.com/imsebao/Code Audit 0x01 EML 企业客户关系管理系统,是基于 Linux 开放性内核和 Apache 基础上 Php+Mysql 的智能 B/S 交互式服务系统。 eml 企业通讯录管 ...
分类:
数据库 时间:
2020-03-01 21:29:54
阅读次数:
110
恢复内容开始 1、首先什么是双向选择器,上图 类似这样的一个可以穿梭相互选择的选择器,实现方法:html+jquery+django django-models.py # 用户组使用了Django自带的group表 from django.contrib.auth.models import Use ...
分类:
其他好文 时间:
2020-02-28 22:44:14
阅读次数:
109
进一步掌握动态代理1.Role类public class Role { private int id; private String roleName; private String note; public Role(int i, String string, String string2) { ... ...
分类:
其他好文 时间:
2020-02-28 14:12:38
阅读次数:
54
Welcome to Fan Ouyang’s website!欧阳璠,哲学博士,湖南娄底人。目前为浙江大学教育学院课程与学习科学系教育技术专业百人计划研究员。2013-2018年 明尼苏达大学,教育与人类发展学院,课程与指导系,学习技术专业。2007-2018年 中南林业科技大学计算机与通信工程学... ...
分类:
Web程序 时间:
2020-02-26 14:17:22
阅读次数:
152
Laravel 6 Tutorial & New Features - Build a CRM [PART 1]Laravel 6 REST API CRUD Tutorial - Build a CRM [PART 2]: Eloquent Models and RelationshipsLara... ...
分类:
Web程序 时间:
2020-02-25 19:37:55
阅读次数:
86