会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
数码产品
Sharplee
工欲善其事,必先利其器
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
2020年2月23日
Linux 非root 用户安装openresty
摘要: 首先得用root用户安装依赖包 yum install perl yum install gcc yum install gcc-c++ yum install zlib yum install zlib-devel; 接着 安装openresty 1,下载openssl wget https://
阅读全文
posted @ 2020-02-23 21:19 Hackerman
阅读(793)
评论(0)
推荐(0)
2020年2月20日
centos 安装Redis
摘要: Redis Redis 是一个很出名的在现代程序开发中常用的缓存。缓存简单来说就是把经常使用的数据放在一个临时的存储中(比如内存中)这样能够快速的查询到对于的数据。减少查询时间,比如数据库的数据放到缓存中,这样每次需要的数据就不用到数据库中去取。Redis现在是主流 的缓存解决方案,由于Redis支
阅读全文
posted @ 2020-02-20 22:16 Hackerman
阅读(945)
评论(0)
推荐(0)
2020年2月10日
navicat 12 激活
摘要: https://www.cnblogs.com/wei9593/p/11907307.html
阅读全文
posted @ 2020-02-10 16:55 Hackerman
阅读(114)
评论(0)
推荐(0)
2020年1月21日
Spring security - why does RoleVoter supports all classes and WebExpressionVoter only supports subclasses of FilterInvocation?
摘要: The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P
阅读全文
posted @ 2020-01-21 14:33 Hackerman
阅读(164)
评论(0)
推荐(0)
2020年1月13日
springmvc 注册错误页
摘要: @Bean public ErrorPageRegistrar errorPageRegistrar(){ return new MyErrorPageRegistrar(); } // ... private static class MyErrorPageRegistrar implements
阅读全文
posted @ 2020-01-13 16:40 Hackerman
阅读(183)
评论(0)
推荐(0)
2020年1月3日
spring security
摘要: 发现这个问题已经在这放了那么久没人回答,为了方便后面的人,我在这里就完结一下这个问题。Spring Security 默认action="j_spring_security_check",让很多人不理解这个请求之后会跳转到哪里去,这里我们就看配置文件里这个<http></http>标签,这个标签里面
阅读全文
posted @ 2020-01-03 16:24 Hackerman
阅读(210)
评论(0)
推荐(0)
spring security 学习
摘要: https://www.cnblogs.com/zhengqing/p/11730306.html
阅读全文
posted @ 2020-01-03 16:01 Hackerman
阅读(95)
评论(0)
推荐(0)
2019年12月20日
idea 模板
摘要: /** * @author sharplee * @version 1.0.0 * @ClassName ${PACKAGE_NAME}.${NAME} * @Description * @createTime ${DATE} */
阅读全文
posted @ 2019-12-20 09:26 Hackerman
阅读(758)
评论(0)
推荐(0)
2019年12月19日
搭建cas 服务器
摘要: https://blog.csdn.net/oumuv/article/details/84306361 记得添加数据库驱动 https://blog.csdn.net/zhouzhiwengang/article/details/89876323 不然连接不了数据库 https://blog.cs
阅读全文
posted @ 2019-12-19 16:28 Hackerman
阅读(314)
评论(0)
推荐(0)
2019年12月12日
spring security rbac 权限认证管理器
摘要: https://github.com/18061495586/Spring-Security-Demo https://blog.csdn.net/I_am_Hutengfei/article/details/100561564
阅读全文
posted @ 2019-12-12 15:38 Hackerman
阅读(372)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
公告
数码产品