上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 46 下一页
摘要: 1. 问题现象 appledeMacBook-Pro:~ apple$ allure -version ERROR: JAVA_HOME is set to an invalid directory: /usr/local/opt/openjdk Please set the JAVA_HOME v 阅读全文
posted @ 2022-02-23 14:58 代码诠释的世界 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 1. 官网链接 http://docs.docker.com/compose/install/ 2.项目链接 https://github.com/docker/compose/releases 3. 下载二进制安装 Linux 上我们可以从 Github 上下载它的二进制包来使用,最新发行的版本地 阅读全文
posted @ 2022-02-22 20:06 代码诠释的世界 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 1. 官网链接 https://goharbor.io/docs/2.4.0/ 2. 项目地址 https://github.com/goharbor/harbor/releases 3. 安装 wget https://storage.googleapis.com/harbor-releases/ 阅读全文
posted @ 2022-02-22 19:47 代码诠释的世界 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 1. 修改hostname sudo vim /etc/hostname sudo vim /etc/hosts 2. 让其立即生效 sudo hostname -F /etc/hostname 阅读全文
posted @ 2022-02-21 15:40 代码诠释的世界 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: 1. TFS https://tfs.visualstudio.com 2. JIRA(常用) https://www.atlassian.com/zh/software/jira 3. 禅道(常用) https://www.zentao.net/ 4. Teambitionhttps://www. 阅读全文
posted @ 2022-02-18 17:21 代码诠释的世界 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1. 项目地址 https://github.com/mjpclab/go-http-file-server/tree/v1.8.4 https://gitee.com/mjpclab/go-http-file-server/ 2. 相关使用介绍 https://www.oschina.net/ne 阅读全文
posted @ 2022-02-18 16:16 代码诠释的世界 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-18 16:10 代码诠释的世界 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 1. 原因是目录modules/xxxxx下出现了.git, 可能是在docker里操作时产生的 2. 解决办法 cd modules/xxxxx find -name '.git*' |xargs rm -rf 阅读全文
posted @ 2022-02-17 20:40 代码诠释的世界 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1. 首先你要可以连接到数据库 数据库配置文件地址 sudo vim /etc/postfixadmin/dbconfig.inc.php 2. 使用php脚本生成加密后的脚本,然后替换数据库中的passwd vim reset_passwd.php<?php echo md5crypt("输入你自 阅读全文
posted @ 2022-02-17 20:00 代码诠释的世界 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.cnblogs.com/deeptester-vv/p/14777422.html 阅读全文
posted @ 2022-02-17 19:44 代码诠释的世界 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 46 下一页