上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页
摘要: package com.simonjia.web.index.service; import com.simonjia.web.index.InsertThread; import java.util.concurrent.CountDownLatch; /** * @Author: SimonHu 阅读全文
posted @ 2020-07-16 12:11 748573200000 阅读(140) 评论(0) 推荐(0) 编辑
摘要: SpringbootShiroDemo 管理后台基于人人开源框架(人人开源:https://www.renren.io )进行修改》 很值得推荐的权限基础框架(无业务耦合),针对原有框架进行优化,后期业务再此进行拓展即可。 技术栈: 前端:Vue2.x,Layui,Ztree,TreeTable,J 阅读全文
posted @ 2020-07-15 20:56 748573200000 阅读(1455) 评论(0) 推荐(0) 编辑
摘要: 参考: SpringBoot 2.X @Cacheable,redis-cache 如何根据key设置缓存时间? github源码地址:https://github.com/SimonHu1993/SpringbootShiroDemo @Cacheable(value = "Menus", unl 阅读全文
posted @ 2020-07-15 13:44 748573200000 阅读(18900) 评论(0) 推荐(0) 编辑
摘要: 只允许用户指定n个地点登录,超过的被移除下线。参考:https://blog.csdn.net/qq_34021712/article/details/80457041源码:https://github.com/Clever-Wang/spring-boot-examples因为KickoutSes 阅读全文
posted @ 2020-07-15 12:30 748573200000 阅读(749) 评论(0) 推荐(0) 编辑
摘要: shiro登录后修改资料动态修改个人登录信息 [code=java] /** * 切换身份,登录后,动态更改subject的用户属性 * @param userInfo */ public static void setUser(UserInfo userInfo) { Subject subjec 阅读全文
posted @ 2020-06-10 09:20 748573200000 阅读(1038) 评论(1) 推荐(1) 编辑
摘要: <!-- freemarker + shiro(标签) begin --> <dependency> <groupId>net.mingsoft</groupId> <artifactId>shiro-freemarker-tags</artifactId> <version>1.0.0</vers 阅读全文
posted @ 2020-06-08 17:10 748573200000 阅读(465) 评论(0) 推荐(0) 编辑
摘要: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.ClassFormatError: com/zhx/base/utils/Exc 阅读全文
posted @ 2020-06-02 15:44 748573200000 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: input上传文件时,如遇到后台返回错误提示,没有将上传文件内容入库, 需要根据提示修改原文件之后再次提交,会出现: VM867:1 Uncaught SyntaxError: Unexpected token ')' at Object.success (eval at <anonymous> ( 阅读全文
posted @ 2020-05-28 13:54 748573200000 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: 有一组数据,需要根据tag便签分组,分组后的tag再根据日期进行分组; 显示样式: 数据库查询出源数据: final static String lists = "[ {\n" + " \"goodsImg\" : \"http://www.baidu.com:8081/appimages/acti 阅读全文
posted @ 2020-05-21 09:15 748573200000 阅读(2534) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis-reactive</artifactId> </dependency> <dependency> < 阅读全文
posted @ 2020-05-19 13:28 748573200000 阅读(544) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 24 下一页