上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 46 下一页
摘要: 如果是Thymeleaf集成Shiro的话, 如果使用Shiro在页面上权限字符串需使用thymeleaf的表达式的话, 如果权限字符串在实例级别的话, 可以使用这种方式进行权限字符串的动态实例控制 阅读全文
posted @ 2019-11-07 21:58 星小梦 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 在CKeditor的config.js文件中,添加以下内容,重启服务器,图片、flash、video中的浏览服务器按钮就会消失掉 阅读全文
posted @ 2019-10-23 10:51 星小梦 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 其实如果想删除所有表可以直接如下操作: 在navicat中直接选中所有表,然后右键删除表即可,会有提示,一路确定,就会先删掉没有外键的表和字表,只要一路确定,删几批就把表都删完了,并不算太麻烦。 转: MySQL删除所有表的外键约束、禁用外键约束 2017年10月27日 00:11:34 李阿飞 阅 阅读全文
posted @ 2019-10-20 00:55 星小梦 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 使用Jquery的时候,想在Object原型上添加自己扩展的方法的时候,启动项目之后,打开网页就会报如上错误信息,经过测试,可以在Object下的具体类型上进行扩展自定义方法,如String,Array上进行扩展自己的方法不会导致Jquery报错 阅读全文
posted @ 2019-10-14 15:00 星小梦 阅读(439) 评论(0) 推荐(0) 编辑
摘要: Javascript字符串占位符替换 阅读全文
posted @ 2019-10-10 12:24 星小梦 阅读(3349) 评论(0) 推荐(0) 编辑
摘要: SpringBoot项目,已经依赖了MySQL驱动,却还是无法启动,通过问题排除,如果是启动项目,那么pom值 Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource 阅读全文
posted @ 2019-09-26 06:13 星小梦 阅读(4157) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalArgumentException: Error occurred validating the Criteria 。。。 Caused by: java.lang.IllegalStateException: No explicit selection and a 阅读全文
posted @ 2019-09-14 11:53 星小梦 阅读(1291) 评论(0) 推荐(0) 编辑
摘要: public String test(@RequestParam(value = "test") @ModelAttribute("test") String plateId)通过实验,RequestParam和ModelAttribute注解互斥,即添加了RequestParam注解会导致Mode 阅读全文
posted @ 2019-09-10 06:01 星小梦 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 第一步,通过Repository对象把实体根据ID查询出来 第二部,往查出来的实体对象进行set各个字段 第三步,通过Repository接口的save方法进行保存 保存和更新方式(已知两种) 第一种是通过@Query和@Modify注解进行更新,自己可在@Query注解的HQL或SQL片段中指定更 阅读全文
posted @ 2019-09-04 14:31 星小梦 阅读(7395) 评论(1) 推荐(2) 编辑
摘要: 相关文章:https://www.jianshu.com/p/5bab9e03ab92 官方文档:https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#resources 阅读全文
posted @ 2019-09-03 21:36 星小梦 阅读(368) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 46 下一页