前言 当用户登录后,才有操作当前用户的权限,只可以操作自己的账户,不能操作别人的账户,怎样实现?这就需要用到权限认证。 authentication是身份认证,用于判断当前用户的登录方式是哪种认证方式。 permission是权限认证,判断哪些用户有操作权限 authentication身份认证 身 ...
分类:
其他好文 时间:
2020-06-16 20:09:59
阅读次数:
78
E:\SourceCode\VUE\vue-element-admin-master>cnpm run dev > vue-element-admin@4.3.0 dev E:\SourceCode\VUE\vue-element-admin-master > vue-cli-service ser ...
分类:
Web程序 时间:
2020-06-16 18:35:15
阅读次数:
448
问题来源: Spring Boot 项目集成 ActiveMQ。 报错内容: Description:Field jmsTemplate in XXX required a bean of type 'org.springframework.jms.core.JmsMessagingTemplate ...
分类:
编程语言 时间:
2020-06-15 21:17:09
阅读次数:
136
1.全局安装(官网不推荐) 2.指定目录运行,如:node_modules/.bin/webpack(找不到webpack命令是因为系统环境变量的原因) 3.自定义shell命令:alias webpack="node_modules/.bin/webpack",之后再用webpack命令 ...
分类:
Web程序 时间:
2020-06-15 17:35:53
阅读次数:
188
go mod 配置 beego 首先cmd bee new blog go mod init 然后复制到任意目录 bee run 就会报错, 要退出该目录,进入上级目录 bee run blog 才行 ...
分类:
移动开发 时间:
2020-06-15 10:16:56
阅读次数:
91
sudo yum -y install net-tools ...
分类:
其他好文 时间:
2020-06-14 21:00:47
阅读次数:
64
问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将 ...
分类:
系统相关 时间:
2020-06-14 20:37:55
阅读次数:
183
【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:
其他好文 时间:
2020-06-13 11:19:56
阅读次数:
53
【故障处理】ORA-28040: No matching authentication protocol 1> 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter、 ORA-28040: No matching authe ...
分类:
其他好文 时间:
2020-06-13 10:30:44
阅读次数:
49
今天用springboot写了个webservice的接口 启动项目后报错class not found EmbeddedServletContainerAutoConfiguration 然后看了下pom.xml文件中的依赖如下: <parent> <groupId>org.springframe ...
分类:
编程语言 时间:
2020-06-12 14:11:19
阅读次数:
252