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