Gogs私有git仓库 + Drone构建CI/CD平台 参考便捷搭建教程:https://github.com/alicfeng/gogs_drone_docker 前提 安装有docker、docker-compose 安装有git 安装有mysql 使用docker-compose安装gogs ...
分类:
其他好文 时间:
2021-04-20 14:32:57
阅读次数:
0
postman官网下载地址https://www.postman.com/downloads/ postman汉化包https://github.com/hlmd/Postman-cn/releases 1.首先从官网下载postMan安装包 2.下载postMan 汉化包(app.zip) 3.将 ...
分类:
其他好文 时间:
2021-04-19 14:44:14
阅读次数:
0
## 1. 下载node [node官网](https://nodejs.org/en/) ## 2. 安装镜像 npm install -g mirror-config-china ## 3. 下载项目git clone https://******.git ## 4. 安装项目依赖 npm i ...
分类:
Web程序 时间:
2021-04-05 12:02:01
阅读次数:
0
在GOPATH下面的src文件夹下创建一个myapp文件夹,创建一个文件Sqrt.go package myapp func Sqrt(x float64) float64 { z := 0.0 for i := 0; i < 1000; i++ { z -= (z*z - x) / (2 * x) ...
一:把github上的项目克隆到本地,修改后推送到GitHub上 1、下载git、安装git:https://git-scm.com/download 2、cmd中输入:Git --version 查看git 版本 3、因为Git 是分布式版本控制系统,所以需要填写用户名和邮箱作为一个标识。 4、打 ...
分类:
其他好文 时间:
2021-03-08 13:59:40
阅读次数:
0
安装 在官网下载会比较慢时,学会使用镜像下载 http://npm.taobao.org/mirrors/git-for-windows/ 如果下有notepad++,则可以把vim改为notepad++,其余都默认 **Git Bash:**Unix与Linux风格的命令行,使用最多,推荐最多 * ...
分类:
其他好文 时间:
2021-02-20 12:21:09
阅读次数:
0
1、安装Git 在Git Bash里输入git --version 如果显示版本号,则说明Git安装成功。 2、在GitHub上新建一个仓库 例如:myrepo 3、在本地新建一个文件夹,作为VSCode代码的工作文件夹 例如:mycode 4、mycode既是VSCode的代码工作文件夹又应该是G ...
分类:
其他好文 时间:
2021-01-08 11:31:51
阅读次数:
0
Git安装 到官网下载安装包,直接一路next即可。 https://git-scm.com/download/win 配置用户名和用户邮箱 $ git config --global user.name "XXX" $ git config --global user.email "XXX@XXX ...
分类:
其他好文 时间:
2020-12-16 11:40:10
阅读次数:
3
1. 下载 Eigen3 源码 官网:http://eigen.tuxfamily.org/index.php?title=Main_Page 按照官网提示,git clone Eigen3。 git clone https://gitlab.com/libeigen/eigen.git 2. 安装 ...
分类:
系统相关 时间:
2020-11-25 12:20:33
阅读次数:
12
1.部署redis nginx mysql python3环境,安装git # 安装应用 yum install -y redis nginx yum install -y mariadb-server mariadb yum install -y python3 yum -y install gi ...
分类:
其他好文 时间:
2020-11-24 12:36:47
阅读次数:
7