上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
摘要: Shiro会话管理:https://shiro.apache.org/session-management.html#SessionManagement-CustomSessionIDs Redis主页:https://redis.io/ 关键的类为: SimpleSessionSessionDAO 阅读全文
posted @ 2021-04-16 18:01 星小梦 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 移动端导入VConsole插件,即可看到console.log打印的日志 VConsole链接:https://github.com/Tencent/vConsole/blob/a377da79b378fda7f51d896284806dcb377ebb7b/doc/tutorial_CN.md 阅读全文
posted @ 2021-04-12 11:45 星小梦 阅读(57) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/it-tsz/p/11749651.html 阅读全文
posted @ 2021-03-14 18:13 星小梦 阅读(76) 评论(0) 推荐(0) 编辑
摘要: > Task :HelloWorld_Web:compileGroovy startup failed: E:\GradleDemoManyModules\ExampleHelloWorld\HelloWorld_Web\src\main\groovy\cn\dmahz\web\HelloWorld 阅读全文
posted @ 2021-03-14 11:59 星小梦 阅读(2098) 评论(0) 推荐(0) 编辑
摘要: 导航1:https://blog.csdn.net/weixin_30668887/article/details/98822699 导航2:https://stackoverflow.com/questions/20424279/canvas-todataurl-securityerror 阅读全文
posted @ 2021-03-12 21:44 星小梦 阅读(657) 评论(0) 推荐(0) 编辑
摘要: // 自定义验证的方法,验证通过返回true,否则返回false(会显示错误消息) jQuery.validator.addMethod; // 定义验证的消息 jQuery.validator.format(""); @see https://jqueryvalidation.org/remote 阅读全文
posted @ 2021-03-12 17:30 星小梦 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 找到标签 <component name="PropertiesComponent">。在标签里加一行 : <property name="dynamic.classpath" value="true" /> <component name="PropertiesComponent"> <prope 阅读全文
posted @ 2021-03-09 18:41 星小梦 阅读(749) 评论(0) 推荐(0) 编辑
摘要: compileOnly —用于编译生产代码所必需的依赖关系,但不应作为运行时类路径的一部分 implementation(取代compile)-用于编译和运行时 runtimeOnly(取代runtime)-仅在运行时使用,不用于编译 testCompileOnly—compileOnly除了用于测 阅读全文
posted @ 2021-03-06 22:18 星小梦 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 租户的概念:https://baijiahao.baidu.com/s?id=1625945681925384464&wfr=spider&for=pc MybatisPlus框架的租户的实现方式:https://www.jb51.net/article/184431.htm 阅读全文
posted @ 2021-03-05 11:47 星小梦 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 解决方案:https://blog.csdn.net/sgrrmswtvt/article/details/107555015 阅读全文
posted @ 2021-03-05 11:38 星小梦 阅读(338) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页