上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 一、安装docker(目前登录的是root用户) 1、下载 https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ 本次使用 20.10.9版本 2、解压 tar xfz docker-20.10.9.tgz 3、复制到 阅读全文
posted @ 2024-09-05 10:30 猝死的路上 阅读(227) 评论(0) 推荐(0)
摘要: MyPerf4J 轻量级、功能强大、性能优越的 Java 性能监控工具 AJ-Captcha 验证码(滑块验证和文字验证) 阅读全文
posted @ 2024-08-20 09:45 猝死的路上 阅读(17) 评论(0) 推荐(0)
摘要: $(".article-content-wrap").unbind("copy").bind("copy", (function(e) { e.preventDefault() e.stopPropagation() event.clipboardData.setData("text/plain", 阅读全文
posted @ 2024-08-19 10:28 猝死的路上 阅读(48) 评论(0) 推荐(0)
摘要: profiles标签添加 <profile> <id>test</id> <repositories> <repository> <id>private-nexus</id> <url>http://192.168.10.2:8081/repository/maven-public/</url> < 阅读全文
posted @ 2024-08-16 10:46 猝死的路上 阅读(197) 评论(0) 推荐(0)
摘要: 有时候会根据需要,区分不同的vue项目,这样要加一个后缀,不加后缀,访问是http://localhost/,加一个后缀,app,访问路径就是http://localhost/app 一、vue工程配置: 1.vue.config.js publicPath 配置为 /app/ 2.route配置b 阅读全文
posted @ 2024-08-14 11:06 猝死的路上 阅读(267) 评论(0) 推荐(0)
摘要: 运行 yum repolist all | grep mysql 出现 https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to conne 阅读全文
posted @ 2024-07-31 11:57 猝死的路上 阅读(575) 评论(0) 推荐(0)
摘要: 1.下载yum源 https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm 2.安装 yum install mysql80-community-release-el7-1.noarch.rpm 3.列出可安装的版本 y 阅读全文
posted @ 2024-07-23 17:57 猝死的路上 阅读(352) 评论(0) 推荐(0)
摘要: 1.拉取镜像 docker pull jetbrains/teamcity-server 2.运行,挂载数据和日志目录,映射端口即可 docker run --name teamcity-server-instance \ -v <path-to-data-directory>:/data/team 阅读全文
posted @ 2024-07-23 16:11 猝死的路上 阅读(77) 评论(0) 推荐(0)
摘要: pipeline { agent any tools { jdk 'jdk8' } environment { harborUser = "admin" harborPassword = "Harbor12345" harborAddress = "harbor地址" harborRepo = "仓 阅读全文
posted @ 2024-07-15 08:52 猝死的路上 阅读(54) 评论(0) 推荐(0)
摘要: 使用的若依版本为3.8.7 本地父工程使用的springboot版本为2.3.4 注册中心使用了nacos2.0.2 1.将ruoyi工程复制到父工程文件夹下 2.修改若依根pom的springboot版本为2.3.4 <!-- SpringBoot的依赖配置--> <dependency> <gr 阅读全文
posted @ 2024-06-18 00:39 猝死的路上 阅读(207) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页