摘要: DROP TABLE IF EXISTS `quality_channel_error_deatil`;CREATE TABLE `quality_channel_error_deatil` ( `id` int(10) NOT NULL AUTO_INCREMENT COMMENT '主键id', 阅读全文
posted @ 2021-10-23 15:13 beFuckingRich 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xxxcyzyy/article/details/73758093 阅读全文
posted @ 2021-06-29 23:20 beFuckingRich 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/abbc09ed6703 https://blog.csdn.net/wangshuminjava/article/details/80238161?utm_medium=distribute.pc_relevant.none-task-blog- 阅读全文
posted @ 2021-04-04 21:58 beFuckingRich 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 反射获取参数类型对应的值 通过反射修改参数的值 阅读全文
posted @ 2020-12-13 14:10 beFuckingRich 阅读(874) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_29102545/article/details/87368620 阅读全文
posted @ 2020-10-15 20:52 beFuckingRich 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_28193409/article/details/89537216 注意:classpath:a/a/a.xml如果不起作用变为classpath*:a/a/a.xml 阅读全文
posted @ 2020-09-07 23:19 beFuckingRich 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 导入依赖 <!-- https://mvnrepository.com/artifact/org.apache.curator/curator-recipes --> <dependency> <groupId>org.apache.curator</groupId> <artifactId>cur 阅读全文
posted @ 2020-08-31 22:20 beFuckingRich 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 6.java程序读取配置文件的内容 1.@Value 在配置文件添加 user.username=张三 user.password=123456 在java种使用 import lombok.extern.slf4j.Slf4j; import org.springframework.beans.f 阅读全文
posted @ 2020-07-31 23:43 beFuckingRich 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 判断用户是否是游客身份,如果是游客身份则显示此标签内容 一、Shiro认证流程 二、SpringBoot应用整合Shiro JavaSE应用中使用 web应用中使用 SSM整合Shiro(配置多,用的少) SpringBoot应用整合Shiro 2.1 创建SpringBoot应用 lombok s 阅读全文
posted @ 2020-07-24 23:51 beFuckingRich 阅读(868) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index 阅读全文
posted @ 2020-07-21 22:41 beFuckingRich 阅读(405) 评论(0) 推荐(0) 编辑