摘要: 官网:https://mp.baomidou.com/guide/ 优点:支持lambda表达式,内置分页插件,支持多种数据库,强大的CRUD 操作损耗小无入侵 等等等等。。 pom: <dependency> <groupId>com.baomidou</groupId> <artifactId> 阅读全文
posted @ 2020-01-13 14:47 DarGi 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 相关网站: layui 官网:https://www.layui.com/ layui 弹窗:http://layer.layui.com/ layui select :xm-select参考(推荐): https://maplemei.gitee.io/xm-select/#/basic/prop 阅读全文
posted @ 2019-12-20 11:28 DarGi 阅读(1379) 评论(0) 推荐(1) 编辑
摘要: 1.下载 下载地址: Maven – Download Apache Maven 下载页面 - 要根据IDEA的版本来选择 maven 版本 找到对应的老版本 这里选择旧版本 这里我选的 3.8.4 binaries/ 这里选的 zip 下载并解压 2.配置环境变量 MAVEN_HOME path: 阅读全文
posted @ 2023-01-30 10:22 DarGi 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1.安装地址: IntelliJ IDEA – the Leading Java and Kotlin IDE (jetbrains.com) 下载 下载完成 双击安装即可 继续-> 退出 阅读全文
posted @ 2023-01-28 15:46 DarGi 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 重新装的系统 所以这里总结一下环境的配置 1.下载JDK Oracle 官网:Oracle | Cloud Applications and Cloud Platform java 下载 找到想要下载的版本 这里我选择的是老版本java8 下载完成 2. 安装jdk 双击安装 3.配置环境变量 当前 阅读全文
posted @ 2023-01-28 14:47 DarGi 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. addInterceptors 方法中加多条 @Configuration public class ResourcesConfig implements WebMvcConfigurer{ @Override public void addInterceptors(InterceptorRe 阅读全文
posted @ 2023-01-16 14:13 DarGi 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 参考: 前端手册 | RuoYi 关闭当前标签并刷新父页面: close() { const obj = { path: "/system/organization",name:'Organization' }; this.$tab.closeOpenPage(obj).then(() => { / 阅读全文
posted @ 2022-12-02 21:57 DarGi 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: mvn clean install 失败 [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 如果环境变量等配置都没有问题 下面看一下注册表: 阅读全文
posted @ 2021-01-04 13:34 DarGi 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 1. 二进制图片展示: 场景:展示后台生成的验证码,收藏一下。 <img v-show="flag" :src="kaptchaImg" class="kaptchaImg" @click="getKaptcha()" > this.$axios .get('/kaptcha', { respons 阅读全文
posted @ 2020-12-08 10:53 DarGi 阅读(65) 评论(0) 推荐(1) 编辑
摘要: 文档地址:https://docs.docker.com/ https://docs.docker.com/engine/reference/run/ 仓库地址:https://hub.docker.com/ docker: 镜像:image:-》模板 (tomcat->run ->tomcat1容 阅读全文
posted @ 2020-11-26 07:58 DarGi 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 目的: 手机端H5页面&web浏览器端 =》共用同一个域名的 且 跳转不同html 实现: 试了一下好用收藏一下。 public class SysUtil { // \b 是单词边界(连着的两个(字母字符 与 非字母字符) 之间的逻辑上的间隔), // 字符串在编译时会被转码一次,所以是 "\\b 阅读全文
posted @ 2020-11-23 16:25 DarGi 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 首先:按照官网的指定安装了宝塔: https://www.bt.cn/btcode.html wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 安装成功: 但发 阅读全文
posted @ 2020-11-19 13:18 DarGi 阅读(253) 评论(0) 推荐(0) 编辑