摘要: https://blog.csdn.net/u014454538/article/details/78544227 阅读全文
posted @ 2020-05-04 09:07 proper128 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/zhuyunbk/p/11661033.html docker 简单示例 docker 安装 切换国内源(没试过) 切换成国内源,不然下载镜像很慢,例如个人切换成阿里的镜像源地址(去官网https://cn.aliyun.com/ 注册一下会 阅读全文
posted @ 2020-05-04 08:42 proper128 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 四.添加日志logback(多环境) 4.1拆分application.properties 拆分为开发环境 和正式环境 根据不同环境的数据库登登不同配置,application.properties保留多环境相同的配置 application.properties 4.2拆分logback.xml 阅读全文
posted @ 2020-04-10 17:30 proper128 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 三.添加执行 SQL 分析打印插件 该功能依赖 组件, 完美的输出打印 SQL 及执行时长 ,对于开发时研究sql语句很有用途。 3.1添加依赖 3.2修改数据库配置 只需要改动 driver 和 url 即可,如下配置 3.3添加p6spy的配置文件spy.properties 3.4 运行sql 阅读全文
posted @ 2020-04-10 17:28 proper128 阅读(3042) 评论(0) 推荐(1) 编辑
摘要: Mybatis Plus 简介 "MyBatis Plus" (简称 MP)是一个 "MyBatis" 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 官网:https://mp.baomidou.com/guide/ 搭建 基于springboot: 2.2. 阅读全文
posted @ 2020-04-08 15:15 proper128 阅读(303) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/felixzh/p/12554701.html 阅读全文
posted @ 2020-04-08 11:50 proper128 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/qq_35503293/article/details/103956627 阅读全文
posted @ 2020-02-19 17:28 proper128 阅读(339) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41933666/article/details/80990247 阅读全文
posted @ 2020-02-18 15:18 proper128 阅读(502) 评论(0) 推荐(0) 编辑
摘要: var obj = window.document.location;var BASE_PATH = obj.href.substring(0, obj.href.indexOf(obj.pathname));console.log(BASE_PATH); 阅读全文
posted @ 2020-02-18 14:17 proper128 阅读(125) 评论(0) 推荐(0) 编辑
摘要: fs文件模块 文件读写 其他功能 扩展介绍 文件读写 其他功能 扩展介绍 // I or O?// I input 计算机来说,就是输入// O output 计算机来说 ,展现/写入数据就是输出,// fs.writeFile(path,data||string,callback); 写文件: 这 阅读全文
posted @ 2019-10-27 16:08 proper128 阅读(114) 评论(0) 推荐(0) 编辑