File tree 3 files changed +28
-1
lines changed
3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 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**
Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
3
"psecio/iniscan" : " ^3.6"
4
+ },
5
+ "repositories" : {
6
+ "packagist" : {
7
+ "type" : " composer" ,
8
+ "url" : " https://packagist.phpcomposer.com"
9
+ }
4
10
}
5
11
}
Original file line number Diff line number Diff line change 7
7
8
8
curl -sS https://getcomposer.org/installer | php
9
9
mv composer.phar /usr/local/bin/composer
10
+
11
+ composer config repo.packagist composer https://packagist.phpcomposer.com
You can’t perform that action at this time.
0 commit comments