Skip to content

Commit a4134ca

Browse files
liguofangliguofang
liguofang
authored and
liguofang
committed
docs: roadmap
1 parent 481a7d7 commit a4134ca

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# self-developed-framework
1+
## 1.0 实现目标
2+
3+
## 2.0 玩转技巧
4+
5+
### 2.1 **non-blocking IO**
6+
### 2.2 **Promise**
7+
### 2.3 **Redis pipeline**
8+
### 2.4 **AMQP**
9+
### 2.5 **MySQL BatchInsert**
10+
### 2.6 **Deamon Process**
11+
### 2.7 **PThread**
12+
### 2.8 **Memory**
13+
### 2.9 **Hooks**
14+
### 2.10 **Logger**
15+
### 2.11 **HeapSort**
16+
### 2.12 **Composer Psr4**
17+
### 2.13 **Lock**
18+
### 2.14 **phptrace**
19+
### 2.15 **Cache-Aside**
20+
### 2.16 **Zookeeper**

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"require-dev": {
33
"psecio/iniscan": "^3.6"
4+
},
5+
"repositories": {
6+
"packagist": {
7+
"type": "composer",
8+
"url": "https://packagist.phpcomposer.com"
9+
}
410
}
511
}

composer/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77

88
curl -sS https://getcomposer.org/installer | php
99
mv composer.phar /usr/local/bin/composer
10+
11+
composer config repo.packagist composer https://packagist.phpcomposer.com

0 commit comments

Comments
 (0)