上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 51 下一页
摘要: 1. 官网下载链接 企业微信 https://work.weixin.qq.com/#indexDownload VSCode https://code.visualstudio.com/docs/?dv=osx iterm2 https://iterm2.com nodejs http://nod 阅读全文
posted @ 2022-04-25 16:30 代码诠释的世界 阅读(213) 评论(0) 推荐(0)
摘要: 1、 Mac开启共享桌面 https://support.apple.com/zh-cn/guide/mac-help/mh11848/mac 2、VNC工具下载 TightVNC https://www.tightvnc.com/ vnc viewer https://www.realvnc.co 阅读全文
posted @ 2022-04-25 14:37 代码诠释的世界 阅读(570) 评论(0) 推荐(0)
摘要: 1. 默认Mac是不支持远程登录的 2、配置方法 打开系统偏好设置 找到共享 勾选远程登录 3、测试 ssh username@host 参考链接: https://article.itxueyuan.com/51yLe https://www.lategege.com/?p=273 阅读全文
posted @ 2022-04-22 20:57 代码诠释的世界 阅读(586) 评论(0) 推荐(0)
摘要: 1. 官网地址 https://www.sonatype.com/products/repository-oss 2. 下载安装包 3.x版本 https://help.sonatype.com/repomanager3/download/download-archives repository-m 阅读全文
posted @ 2022-04-22 10:05 代码诠释的世界 阅读(961) 评论(0) 推荐(0)
摘要: 1. vm软件下载 https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html 注册码自己百度一下 2. unlocker安装(使VM支持Mac OS安装) https://gitee.com/ 阅读全文
posted @ 2022-04-21 11:15 代码诠释的世界 阅读(473) 评论(0) 推荐(0)
摘要: 1. 官网 https://www.apple.com.cn/macos/monterey/ 2. 镜像下载 https://www.cnblogs.com/sysin/p/16007691.html 3. 安装操作 https://support.apple.com/zh-cn/guide/mac 阅读全文
posted @ 2022-04-21 11:04 代码诠释的世界 阅读(706) 评论(0) 推荐(0)
摘要: 1. 问题现象 2. 处理方法 根据提示删除对应文件即可 rm -rf /home/tester/xxxxxx/.git/index.lock 然后重新切换即可 阅读全文
posted @ 2022-04-02 14:36 代码诠释的世界 阅读(50) 评论(0) 推荐(0)
摘要: 1. 安装jenkins插件 JIRA Trigger Plugin 2. 全局配置,配置jira网址及账号信息 3. 配置jenkins的网络钩子到jira中 找到高级>网络钩子 配置网络钩子 配置信息如下, 换成自己的jenkins url http://192.168.10.99:8081/j 阅读全文
posted @ 2022-03-31 17:18 代码诠释的世界 阅读(1565) 评论(0) 推荐(0)
摘要: 1. 方法一:[[ "${array[@]}" =~ "字符串" ]] names="This is a computer , I am playing games in the computer" if [[ "${names[@]}" =~ "playing" ]]; then echo 'st 阅读全文
posted @ 2022-03-31 15:56 代码诠释的世界 阅读(764) 评论(0) 推荐(0)
摘要: 1. 方法一:${JAVA_ALLOWED_VERSIONS[*]} =~ "$JAVA_VERSION" JAVA=`type -p java` JAVA_ALLOWED_VERSIONS=( "1.8" "11" ) # Work out the JAVA version we are work 阅读全文
posted @ 2022-03-31 15:51 代码诠释的世界 阅读(1368) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 51 下一页