Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 36b4a04

Browse files
committed
update
1 parent c3ddb7f commit 36b4a04

File tree

9 files changed

+46
-18
lines changed

9 files changed

+46
-18
lines changed

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## 一些普适性的建议和内容
44

5-
1. 使用Unix操作系统来完成环境和开发
5+
* 使用Unix操作系统来完成环境和开发
66

7-
2. 使用Goland作为Golang语言IDE,使用vscode完成文本编辑等操作
7+
* 使用Goland作为Golang语言IDE,使用vscode完成文本编辑等操作
8+
9+
## 目录
10+
11+
* [WSL Windows Linux 子系统](./windows/README.md)(Windows 用户 强烈建议)
12+
* [Brew Unix 包管理工具](./unix/Brew.md)(可选)
13+
* [Git 版本控制工具](./common/git.md)
14+
* [Goland 最好的Golang IDE](./jetBrains/README.md)

‎golang/basicGrammer.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Golang 基础语法
22

33
## 资料推荐
4-
* [Go语言圣经](https://books.studygolang.com/gopl-zh/):《The Go Programming Language》 中文版本,慢慢看
4+
5+
* [Go语言圣经](https://books.studygolang.com/gopl-zh/):《The Go Programming Language》 中文版本,慢慢看

‎golang/quickStart.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
## 这里插一份简单的 git 操作文档
1313

1414
## Gin —— web 框架
15+
1516
框架不需要学得很细致,能上手开发就行,下同
1617

1718
* [Gin Web Framework(官网)](https://gin-gonic.com/):请点击上方 Documentation,右上角可切换语言
1819
* [gin 某中文文档](https://www.topgoer.cn/docs/ginkuangjia/ginkuangjia-1c50hfaag99k2)
1920

2021
## Gorm —— 数据库操作框架
21-
* [GORM Guides(官方文档)](https://gorm.io/docs/):需科学上网,右上角可切换中文。搜索仅英文模式可用。
22+
23+
* [GORM Guides(官方文档)](https://gorm.io/docs/):需科学上网,右上角可切换中文。搜索仅英文模式可用。

‎jetBrains/README.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# JetBrains
2+
3+
## 介绍
4+
5+
### 安装 Goland IDE
6+
7+
下载安装包安装<https://www.jetbrains.com/zh-cn/go/>
8+
9+
### JetBrains Toolbox 安装
10+
11+
<https://www.jetbrains.com/toolbox-app/>

‎jetBrains/edu.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 教育 学生许可申请
2+
3+
可以使用杭电邮箱完成申请
4+
5+
<https://www.jetbrains.com/shop/eform/students>

‎unix/Brew.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BREW
1+
# BREW
22

33
## 简介
44

@@ -21,4 +21,4 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
2121

2222
```bash
2323
brew install hello
24-
```
24+
```

‎unix/macOS.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Apple Mac 操作系统
2+
3+
## [Brew](./Brew.md)
4+
5+
## Docker

‎unix/zsh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
```bash
88
echo "if test -r ~/.profile; then . ~/.profile; fi" >> ~/.zshrc
99
source ~/.zshrc
10-
```
10+
```

‎windows/README.md‎

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Windows 环境配置
22

3-
## WSL 简介
3+
## WSL 简介
44

5-
https://docs.microsoft.com/zh-cn/windows/wsl/
5+
<https://docs.microsoft.com/zh-cn/windows/wsl/>
66

77
## 安装 WSL
88

9-
在 Windows(10 及以上)的操作系统中安装WSL
9+
在 Windows(10 及以上)的操作系统中[安装WSL](https://docs.microsoft.com/zh-cn/windows/wsl/install)(建议使用 [WSL2](https://docs.microsoft.com/zh-cn/windows/wsl/compare-versions#whats-new-in-wsl-2) ,本文档内容也以 WSL2 为基础)
1010

11-
推荐使用 Ubuntu 20.04 LTS
11+
推荐使用 Ubuntu 20.04 LTS,Microstoft Store [安装链接](https://www.microsoft.com/en-us/p/ubuntu-2004-lts/9n6svws3rx71)
1212

13+
使用WSL后系统环境将变得简单,其他相关的环境配置可以参考本导引[Unix内容](./../unix/)
1314

1415
### WSL 不继承 Windows 环境变量
1516

@@ -32,7 +33,6 @@ appendWindowsPath = false
3233
WSL --shutdown
3334
```
3435

35-
3636
### WSL 内部 Proxy 环境脚本
3737

3838
将下面函数加入到`~/.bashrc`中,记得编辑端口配置
@@ -63,11 +63,8 @@ proxy
6363
curl https://www.google.com
6464
```
6565

66+
## [安装 Golang 语言环境](./../jetBrains/)
6667

67-
## 安装 Golang 语言环境
68-
69-
### JetBrains Toolbox
70-
71-
https://www.jetbrains.com/toolbox-app/
68+
## Visual Studio Code
7269

73-
#### 安装 Goland IDE
70+
<https://code.visualstudio.com>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /