From fb992c3babda65d70eb683d74bf0d4ae5355ed8d Mon Sep 17 00:00:00 2001 From: her-cat Date: Wed, 20 Jan 2021 11:50:24 +0800 Subject: [PATCH] Fix command typo --- .../Channel\345\210\233\345\273\272.md" | 2 +- .../Channel\347\232\204push\345\222\214pop.md" | 6 +++--- ...7\216\260Channel\345\237\272\347\241\200\347\261\273.md" | 2 +- ...rver\345\205\263\351\227\255\350\277\236\346\216\245.md" | 2 +- ...0\344\272\233bug\357\274\210\344\270\203\357\274\211.md" | 4 ++-- ...0\344\272\233bug\357\274\210\344\272\224\357\274\211.md" | 2 +- ...0\344\272\233bug\357\274\210\345\205\255\357\274\211.md" | 2 +- ...\266\345\231\250\357\274\210\344\270\200\357\274\211.md" | 2 +- ...\266\345\231\250\357\274\210\344\272\214\357\274\211.md" | 2 +- ...3bug\357\274\210\345\215\201\344\270\200\357\274\211.md" | 4 ++-- ...0\344\272\233bug\357\274\210\345\215\201\357\274\211.md" | 2 +- ...45\256\232\344\271\211Socket\345\257\271\350\261\241.md" | 2 +- ...6\236\204Channel\357\274\210\344\272\214\357\274\211.md" | 2 +- .../\351\207\215\346\236\204Server.md" | 2 +- ...45\205\250\345\261\200\345\217\230\351\207\217STUDYG.md" | 4 ++-- .../\345\215\217\347\250\213\345\214\226Socket::Socket.md" | 2 +- ...\347\250\213\345\214\226Socket::recv\345\222\214send.md" | 2 +- ...45\215\217\347\250\213\345\214\226Socket::wait_event.md" | 2 +- ...\241\345\231\250\357\274\210\344\270\200\357\274\211.md" | 4 ++-- ...\241\345\231\250\357\274\210\344\270\211\357\274\211.md" | 2 +- ...\241\345\231\250\357\274\210\344\272\214\357\274\211.md" | 6 +++--- ...\241\345\231\250\357\274\210\345\233\233\357\274\211.md" | 2 +- ...\271\345\272\224\347\232\204\345\215\217\347\250\213.md" | 2 +- ...47\250\213\345\214\226\347\232\204Socket\347\261\273.md" | 4 ++-- ...347\216\260coroutine::Socket::bind\345\222\214listen.md" | 2 +- .../\345\256\236\347\216\260coroutine::Socket::close.md" | 2 +- 26 files changed, 35 insertions(+), 35 deletions(-) diff --git "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\345\210\233\345\273\272.md" "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\345\210\233\345\273\272.md" index c726062..83b2efa 100644 --- "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\345\210\233\345\273\272.md" +++ "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\345\210\233\345\273\272.md" @@ -96,7 +96,7 @@ void study_coro_channel_init(); // 新增的一行 重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # phpize --clean ; phpize ; ./configure +~/codeDir/cppCode/study # phpize --clean && phpize && ./configure ~/codeDir/cppCode/study # make clean ; make -j4 ; make install ---------------------------------------------------------------------- diff --git "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\347\232\204push\345\222\214pop.md" "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\347\232\204push\345\222\214pop.md" index a6d7ccf..5771247 100644 --- "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\347\232\204push\345\222\214pop.md" +++ "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/Channel\347\232\204push\345\222\214pop.md" @@ -149,7 +149,7 @@ static const zend_function_entry study_coro_channel_methods[] = `OK`,重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -260,7 +260,7 @@ int st_event_wait() 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -396,7 +396,7 @@ efree(zdata); // 增加的地方 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/\345\256\236\347\216\260Channel\345\237\272\347\241\200\347\261\273.md" "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/\345\256\236\347\216\260Channel\345\237\272\347\241\200\347\261\273.md" index 3835315..489d15c 100644 --- "a/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/\345\256\236\347\216\260Channel\345\237\272\347\241\200\347\261\273.md" +++ "b/docs/CSP\345\271\266\345\217\221\346\250\241\345\236\213/\345\256\236\347\216\260Channel\345\237\272\347\241\200\347\261\273.md" @@ -246,7 +246,7 @@ bool Channel::push(void *data, double timeout) `OK`,我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/server\345\205\263\351\227\255\350\277\236\346\216\245.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/server\345\205\263\351\227\255\350\277\236\346\216\245.md" index ea250a6..b178ea9 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/server\345\205\263\351\227\255\350\277\236\346\216\245.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/server\345\205\263\351\227\255\350\277\236\346\216\245.md" @@ -40,7 +40,7 @@ PHP_METHOD(study_coroutine_server_coro, close) 然后编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\270\203\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\270\203\357\274\211.md" index 32159e6..b1e3564 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\270\203\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\270\203\357\274\211.md" @@ -79,7 +79,7 @@ Context::~Context() 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -119,7 +119,7 @@ zval_ptr_dtor(retval); 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\272\224\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\272\224\357\274\211.md" index d4227b4..5f8c5ad 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\272\224\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\344\272\224\357\274\211.md" @@ -45,7 +45,7 @@ ssize_t Socket::send(const void *buf, size_t len) 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\205\255\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\205\255\357\274\211.md" index e861013..352d79f 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\205\255\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\205\255\357\274\211.md" @@ -181,7 +181,7 @@ PHP_METHOD(study_coroutine_server_coro, recv) 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\270\200\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\270\200\357\274\211.md" index 095fdde..b10c0ee 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\270\200\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\270\200\357\274\211.md" @@ -272,7 +272,7 @@ void TimerManager::run_timers() `OK`,我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\272\214\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\272\214\357\274\211.md" index 9043823..528065e 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\272\214\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\270\200\357\274\211/\351\207\215\346\236\204\345\256\232\346\227\266\345\231\250\357\274\210\344\272\214\357\274\211.md" @@ -110,7 +110,7 @@ extern "C" int uv__next_timeout(const uv_loop_t* loop); 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\344\270\200\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\344\270\200\357\274\211.md" index e7f1d81..c5af6c8 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\344\270\200\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\344\270\200\357\274\211.md" @@ -13,7 +13,7 @@ efree(stack); 这里,我们打印了`PHP`栈的地址。然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -165,7 +165,7 @@ efree(stack); 接着,重新编译、安装扩展: ```cpp -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\357\274\211.md" index 616a6c4..8daafd1 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\344\277\256\345\244\215\344\270\200\344\272\233bug\357\274\210\345\215\201\357\274\211.md" @@ -107,7 +107,7 @@ void study_coroutine_server_coro_init() 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\350\207\252\345\256\232\344\271\211Socket\345\257\271\350\261\241.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\350\207\252\345\256\232\344\271\211Socket\345\257\271\350\261\241.md" index 1ae02a7..2d8864c 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\350\207\252\345\256\232\344\271\211Socket\345\257\271\350\261\241.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\350\207\252\345\256\232\344\271\211Socket\345\257\271\350\261\241.md" @@ -448,7 +448,7 @@ PHP_MINIT_FUNCTION(study) 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ``` 然后编写测试脚本: diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Channel\357\274\210\344\272\214\357\274\211.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Channel\357\274\210\344\272\214\357\274\211.md" index 353cc08..bb97396 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Channel\357\274\210\344\272\214\357\274\211.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Channel\357\274\210\344\272\214\357\274\211.md" @@ -293,7 +293,7 @@ void study_coro_channel_init() 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Server.md" "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Server.md" index 5e3040c..5e65dcf 100644 --- "a/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Server.md" +++ "b/docs/\344\274\230\345\214\226\357\274\210\344\272\214\357\274\211/\351\207\215\346\236\204Server.md" @@ -410,7 +410,7 @@ void study_coro_socket_init(int module_number); 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\205\250\345\261\200\345\217\230\351\207\217STUDYG.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\205\250\345\261\200\345\217\230\351\207\217STUDYG.md" index 385e250..c7f020f 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\205\250\345\261\200\345\217\230\351\207\217STUDYG.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\205\250\345\261\200\345\217\230\351\207\217STUDYG.md" @@ -113,13 +113,13 @@ int PHPCoroutine::scheduler() 然后,我们需要重新生成一下我们的`Makefile`: ```shell -~/codeDir/cppCode/study # phpize --clean ; phpize ; ./configure +~/codeDir/cppCode/study # phpize --clean && phpize && ./configure ``` 然后编译、安装扩展: ```shell -~/codeDir/cppCode/study # make ; make install +~/codeDir/cppCode/study # make && make install ``` 编写测试代码: diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::Socket.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::Socket.md" index 449a993..c9c61fd 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::Socket.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::Socket.md" @@ -115,7 +115,7 @@ stSocket_listen(sock); 然后,我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::recv\345\222\214send.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::recv\345\222\214send.md" index fd51fe5..75e980b 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::recv\345\222\214send.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::recv\345\222\214send.md" @@ -66,7 +66,7 @@ ssize_t stSocket_send(int sock, const void *buf, size_t len, int flag) 我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::wait_event.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::wait_event.md" index 93e3f17..d8c60fb 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::wait_event.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226Socket::wait_event.md" @@ -102,7 +102,7 @@ static inline uint64_t touint64(int fd, int id) `OK`,我们现在重新编译、安装我们的扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\200\357\274\211.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\200\357\274\211.md" index d4c430a..1e4142c 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\200\357\274\211.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\200\357\274\211.md" @@ -66,7 +66,7 @@ zend_declare_property(study_coroutine_server_coro_ce_ptr, ZEND_STRL("zsock"), zs `OK`,我们来编译一下扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- @@ -169,7 +169,7 @@ PHP_METHOD(study_coroutine_server_coro, __construct) 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\211\357\274\211.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\211\357\274\211.md" index 58498be..07acbf3 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\211\357\274\211.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\270\211\357\274\211.md" @@ -56,7 +56,7 @@ Socket::Socket(int fd) 然后,我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\272\214\357\274\211.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\272\214\357\274\211.md" index a61e97a..e79a1de 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\272\214\357\274\211.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\344\272\214\357\274\211.md" @@ -35,7 +35,7 @@ st_zend_read_property 重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -100,7 +100,7 @@ if (ret < 0 && errno != EAGAIN) 然后,我们重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. @@ -249,7 +249,7 @@ ev = StudyG.poll->events; 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\345\233\233\357\274\211.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\345\233\233\357\274\211.md" index 9d8c010..eb34c4b 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\345\233\233\357\274\211.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\215\217\347\250\213\345\214\226\346\234\215\345\212\241\345\231\250\357\274\210\345\233\233\357\274\211.md" @@ -29,7 +29,7 @@ PHP_METHOD(study_coroutine_server_coro, send) 我们重新编译安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\234\250\344\272\213\344\273\266\345\210\260\346\235\245\346\227\266resume\345\257\271\345\272\224\347\232\204\345\215\217\347\250\213.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\234\250\344\272\213\344\273\266\345\210\260\346\235\245\346\227\266resume\345\257\271\345\272\224\347\232\204\345\215\217\347\250\213.md" index 24c0bf8..3efa322 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\234\250\344\272\213\344\273\266\345\210\260\346\235\245\346\227\266resume\345\257\271\345\272\224\347\232\204\345\215\217\347\250\213.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\234\250\344\272\213\344\273\266\345\210\260\346\235\245\346\227\266resume\345\257\271\345\272\224\347\232\204\345\215\217\347\250\213.md" @@ -173,7 +173,7 @@ static inline void free_stPoll() 我们来重新编译、安装扩展: ```cpp -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\232\344\271\211\345\215\217\347\250\213\345\214\226\347\232\204Socket\347\261\273.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\232\344\271\211\345\215\217\347\250\213\345\214\226\347\232\204Socket\347\261\273.md" index 8ab807b..3279eeb 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\232\344\271\211\345\215\217\347\250\213\345\214\226\347\232\204Socket\347\261\273.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\232\344\271\211\345\215\217\347\250\213\345\214\226\347\232\204Socket\347\261\273.md" @@ -103,13 +103,13 @@ study_source_file="\ `OK`,我们重新生成`Makefile`: ```shell -~/codeDir/cppCode/study # phpize --clean ; phpize ; ./configure +~/codeDir/cppCode/study # phpize --clean && phpize && ./configure ``` 然后编译、安装扩展: ```shell -~/codeDir/cppCode/study # make ; make install +~/codeDir/cppCode/study # make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::bind\345\222\214listen.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::bind\345\222\214listen.md" index 6d0decb..d774b24 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::bind\345\222\214listen.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::bind\345\222\214listen.md" @@ -17,7 +17,7 @@ int Socket::listen() 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete. diff --git "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::close.md" "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::close.md" index 3e986b6..b24d144 100644 --- "a/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::close.md" +++ "b/docs/\347\275\221\347\273\234\346\250\241\345\235\227/\345\256\236\347\216\260coroutine::Socket::close.md" @@ -34,7 +34,7 @@ int stSocket_close(int fd) 然后重新编译、安装扩展: ```shell -~/codeDir/cppCode/study # make clean ; make ; make install +~/codeDir/cppCode/study # make clean && make && make install ---------------------------------------------------------------------- Build complete.