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 8662607

Browse files
committed
update(more infomation): add links,refers more.little change about the files
1 parent 70115f2 commit 8662607

File tree

8 files changed

+50
-3
lines changed

8 files changed

+50
-3
lines changed

‎common/network.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 网络优化
1+
# 网络优化与代理
22

33
由于中国大陆互联网网络情况不佳,访问境外网络受阻,我们通常会使用代理加速或者镜像访问开发者内容
44

55
以下内容需要或者在网络优化后有更好的访问体验
66

77
* [GitHub](https://github.com) 世界最大的开源版本控制平台
8-
* [Golang 官网](https://golang.org)
8+
* [Golang 官网](https://golang.org)
99
* [pkg.go.dev](https://pkg.go.dev) Go 包文档中心
1010

1111
## 镜像

‎common/networkKnowledge.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,12 @@ https://www.infoq.cn/article/mnftt4ubk5pql3jpnt6m
9898

9999
> 不要有一把锤子,看什么都是钉子
100100
101-
在Web项目开发前应当预估项目规模、技术栈等等需求再去决定开发模式,而不是无脑前后端分离。在一些开发时间紧的项目里,`PHP` (不分离)显然是比 `Golang` (分离) 更好的选择。当然,在时间允许的情况下,尽量采取前后端分离的开发模式,这在后续团队规模扩大、项目复杂度变高后会体现出非常大的优势。
101+
在Web项目开发前应当预估项目规模、技术栈等等需求再去决定开发模式,而不是无脑前后端分离。
102+
在一些开发时间紧的项目里,`PHP` (不分离)显然是比 `Golang` (分离) 更好的选择。
103+
当然,在时间允许的情况下,尽量采取前后端分离的开发模式,这在后续团队规模扩大、项目复杂度变高后会体现出非常大的优势。
104+
105+
> 这里可以安利一下 Cloudflare 的 pages 作为前端的部署, 也可以当作博客的网页做自动部署 他自己会有前端项目的 CI/CD
106+
>
107+
> 支持 Vue React 乃至是 hexo 和 hugo 的部署
108+
>
109+
> cloudflare 的产品非常适合托管你的域名帮助你更好更快的完成你的全栈级开发

‎golang/framework.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# go 基本框架介绍
2+
3+
// to be continued

‎golang/quickStart.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99

1010
## 这里插一节简单的网络知识、前后端交互课
1111

12+
* [backend guide](../common/networkKnowledge.md)
13+
1214
## git 操作文档
1315
* [git教程](https://www.liaoxuefeng.com/wiki/896043488029600)
16+
* [backend guide](../git)
17+
1418

1519
## Gin —— web 框架
1620

‎jetBrains/commonware.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/>

‎unix/Brew.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
适用于个人Linux,不建议在服务端部署使用Brew
66

7+
Brew 主要使用 类 git 的方式来进行软件的更新
8+
79
## 安装
810

911
```bash

‎unix/quickStart.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 快速入门
2+
3+
## 文件系统 cli
4+
5+
```bash
6+
cd $path #进入目录
7+
```
8+
9+
## 环境变量
10+
11+
```bash
12+
env #输出全部环境变量
13+
source $file #从文件加载环境变量
14+
echo $key #输出指定的环境变量
15+
```

‎unix/shell.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## BASH
44

5+
推荐课程为 <https://missing.csail.mit.edu/>
56

7+
你可以学到很多命令行下的操作与工作方式 以及以前人们是如何开发的
8+
9+
接触到很多好玩的命令行工具和命令行玩法
610

711
## ZSH & ohmyzsh
812

0 commit comments

Comments
(0)

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