-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,51 @@ | ||
--- | ||
title: "Dev" | ||
|
||
title: Dev(开发) | ||
|
||
weight: 1 | ||
|
||
bookFlatSection: false | ||
|
||
bookToc: true | ||
|
||
bookHidden: false | ||
|
||
bookCollapseSection: true | ||
|
||
bookComments: false | ||
|
||
--- | ||
|
||
<!--more--> | ||
|
||
## Development | ||
Record something about software development. | ||
## Directory | ||
{{<section>}} | ||
## 简介 | ||
|
||
Go是一个开源的编程工具。于2017年末开始研发,至2012年推出Go 1稳定版本。 | ||
|
||
## 特色 | ||
|
||
- 简洁、快速、安全 | ||
- 并行、有趣、开源 | ||
- 内存管理、数组安全、编译迅速 | ||
|
||
## 特性 | ||
|
||
- 自动垃圾回收 | ||
- 丰富的内置类型 | ||
- 函数多返回值 | ||
- 错误处理 | ||
- 匿名函数和闭包 | ||
- 类型和接口 | ||
- 并发编程 | ||
- 反射 | ||
- 语言交互性 | ||
|
||
## 应用场景 | ||
|
||
- web服务器 | ||
- 存储集群 | ||
- 高性能分布式系统 | ||
|
||
## 目录 | ||
|
||
{{< section >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
--- | ||
title: "Ops" | ||
|
||
title: Ops(运维) | ||
|
||
weight: 2 | ||
|
||
bookFlatSection: false | ||
|
||
bookToc: true | ||
|
||
bookHidden: false | ||
|
||
bookCollapseSection: true | ||
|
||
bookComments: false | ||
|
||
--- | ||
|
||
<!--more--> | ||
|
||
## Operations | ||
Record something about software platform operations. | ||
## Directory | ||
{{<section>}} | ||
## 目录 | ||
|
||
{{< section >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
--- | ||
title: "Sec" | ||
|
||
title: Sec(安全) | ||
|
||
weight: 3 | ||
|
||
bookFlatSection: false | ||
|
||
bookToc: true | ||
|
||
bookHidden: false | ||
|
||
bookCollapseSection: true | ||
|
||
bookComments: false | ||
|
||
--- | ||
|
||
<!--more--> | ||
|
||
## Security | ||
Record something about software security. | ||
## Directory | ||
{{<section>}} | ||
## 目录 | ||
|
||
{{< section >}} |