美化终端 安装zsh 安装好了zsh之后,安装oh-my-ssh,官网https://ohmyz.sh/ 在安装 oh-my-zsh之前需要安装git 可以通过curl和wget安装。 --curl: --wget 安装好之后会显示是否要设置zsh为默认。不设置的话,可以输入zsh来打开,在zsh中 ...
分类:
系统相关 时间:
2019-09-24 19:26:47
阅读次数:
107
Part 1: 从Git中克隆代码到本地 git clone https://github.com/git/git Part 2: 在VS Code中安装Salesforce和Git插件 在VS Code中打开代码工程 安装Salesforce Extension Pack 安装Git Extens ...
分类:
其他好文 时间:
2019-09-24 15:34:57
阅读次数:
211
grpm安装: git clone https://github.com/grpc/grpc-go.git $GOPATH/src/google.golang.org/grpc proto,protoc-gen-go安装: go get -u github.com/golang/protobuf/{ ...
分类:
其他好文 时间:
2019-09-23 15:05:24
阅读次数:
81
最近学习Python,学到面向对象-类一节感觉好难啊,虽然硬着头皮看完了视频,但是完全不知道在说啥,我内心是崩溃的。于是暂时放下Python,去学了一点Linux的基本命令,枯燥无味的敲命令行敲了两天,昨晚无意中看到一篇博客关于Git教程的,于是今天开始学Git,照着廖雪峰老师的教程一步步学习。以下 ...
分类:
其他好文 时间:
2019-09-22 14:45:43
阅读次数:
84
0.1准备工作 安装好CentOS7,配置好网络,确保网络畅通。 0.2root授权 首先:当前用户为kaid 0.3安装git 0.4 安装vimplus 注: 现在vimplus支持ubuntu14.04之后的所有ubuntu 64位系列以及centos7 64位,运行install.sh脚本, ...
分类:
编程语言 时间:
2019-09-21 16:54:54
阅读次数:
82
"搭建过程主要借鉴小歪的博客" "博客主题airclod" Hexo,Github建站记录 1. 准备 Github账号 "注册登陆Github" 创建Repository,Repository Name就是 YourName.github.io (YourName : 就是注册用户名) 安装Git ...
分类:
其他好文 时间:
2019-09-17 17:25:46
阅读次数:
76
如何将本地项目上传至GitHub 首先你需要一个github账号,所有还没有的话先去注册吧! https://github.com/ 我们使用git需要先安装git工具,这里给出下载地址,下载后一路直接安装即可: https://git-for-windows.github.io/ 1.进入Gith ...
分类:
Web程序 时间:
2019-09-15 01:16:26
阅读次数:
132
1、安装Git和nodejshttps://hexo.io/zh-cn/docs/?2安装Hexohttps://hexo.io/zh-cn/?3、更换伊卡洛斯主题https://github.com/ppoffice/hexo-theme-icarus?配置新主题:https://blog.zhangruipeng.me/hexo-theme-icarus/uncategorized/getti
分类:
其他好文 时间:
2019-09-14 00:25:44
阅读次数:
93
1、安装 Git 和 nodejs "https://hexo.io/zh cn/docs/" ? 2 安装Hexo "https://hexo.io/zh cn/" ? 3、更换伊卡洛斯主题 "https://github.com/ppoffice/hexo theme icarus" ? 配置新 ...
分类:
其他好文 时间:
2019-09-14 00:16:49
阅读次数:
106
1、安装git git在Windows上安装很简单,在官网下载git的安装包后打开,然后一路next就好。安装完git之后,在文件夹中右击鼠标,出现Git Bash Here就表示安装完成了。 选择Git Bash Here进入命令模式。如下 2、配置git 在使用git前,先配置下个人的用户名称和 ...
分类:
Web程序 时间:
2019-09-08 20:29:53
阅读次数:
101