01 2019 档案

摘要:http://rickgong.iteye.com/blog/2414263 @Configurationpublic class RedisConfig extends CachingConfigurerSupport { @Bean public CacheManager cacheManage 阅读全文
posted @ 2019-01-30 18:58 花儿为何那样红 阅读(4111) 评论(0) 推荐(0)
摘要:包版本过低,找最新包 https://mvnrepository.com/ <dependency> <groupId>com.github.theborakompanioni</groupId> <artifactId>thymeleaf-extras-shiro</artifactId></de 阅读全文
posted @ 2019-01-30 15:32 花儿为何那样红 阅读(1076) 评论(0) 推荐(0)
摘要:查询数据库中的存储过程和函数 select `name` from mysql.proc where db = 'xx' and `type` = 'PROCEDURE' //存储过程 select `name` from mysql.proc where db = 'xx' and `type` 阅读全文
posted @ 2019-01-22 14:18 花儿为何那样红 阅读(5136) 评论(0) 推荐(0)
摘要:lrzsz 官网入口:https://ohse.de/uwe/software/lrzsz.html lrzsz是一个unix通信套件提供的X,Y,和ZModem文件传输协议,可以用在windows与linux 系统之间的文件传输,体积小速度快。感觉可以替代ftp了 lrzsz 在线安装: yum 阅读全文
posted @ 2019-01-16 09:57 花儿为何那样红 阅读(1424) 评论(0) 推荐(0)
摘要:/** * 认证信息.(身份验证) : Authentication 是用来验证用户身份 * * @param token * @return * @throws AuthenticationException */ @Override protected AuthenticationInfo doGetAuthenticationInfo( Authenticati... 阅读全文
posted @ 2019-01-09 10:15 花儿为何那样红 阅读(2251) 评论(0) 推荐(0)