Skip to content

Commit

Permalink
add toc
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Dec 29, 2019
1 parent 40c4e7d commit 9d4cfa2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* [关系型数据库和非关系型数据库的区别?](关系型数据库和非关系型数据库的区别)
* [参考](#参考)

------

### 事务的概念和特性?
概念:事务(Transaction)是一个操作序列,不可分割的工作单位,以BEGIN TRANSACTION开始,以ROLLBACK/COMMIT结束

Expand Down
12 changes: 12 additions & 0 deletions Git-ComdLine-REST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Git/RESTful API/命令行

* [Git](#git)
* [Git 常用命令](#git-常用命令)
* [Git 撤销与回滚](#git-撤销与回滚)
* [Git 分支管理](#git-分支管理)
* [RESTful API](#restful-api)
* [Linux 常用命令](#linux-常用命令)
* [参考](#参考)

------

## Git

#### Git 常用命令
Expand Down Expand Up @@ -53,6 +63,8 @@ REST指Representational State Transfer,可以翻译为“表现层状态转化
- 状态码:服务器应该返回尽可能精确的状态码,客户端只需查看状态码,就可以判断出发生了什么情况。见计算机网络部分 -- [HTTP请求有哪些常见状态码?](Computer%20Network.md#HTTP请求有哪些常见状态码)
- 服务器回应:在响应中放上其它API的链接,方便用户寻找

## Linux 常用命令

### 参考
- [Git教程 - 廖雪峰的官方网站](https://www.liaoxuefeng.com/wiki/896043488029600)
- [RESTful API 最佳实践 - 阮一峰的网络日志](http://www.ruanyifeng.com/blog/2018/10/restful-api-best-practices.html)
Expand Down

0 comments on commit 9d4cfa2

Please sign in to comment.