From 3729d39e1bec92e309fd01b104417affac4e52f1 Mon Sep 17 00:00:00 2001 From: farwish Date: Sun, 25 Aug 2019 21:28:15 +0800 Subject: [PATCH] rename capture --- .../README.md" | 0 .../README.md" | 0 .../README.md" | 0 .../exit.php" | 0 .../isolation.php" | 0 .../rand.php" | 0 .../sleep.php" | 0 .../while.php" | 0 .../README.md" | 0 .../callback.php" | 0 .../lifecycle.php" | 0 .../redis.php" | 0 .../setting.php" | 0 .../task.php" | 0 .../tcp.php" | 0 .../timer.php" | 0 .../udp.php" | 0 .../README.md" | 0 .../co.php" | 0 .../.gitkeep" | 0 .../.gitkeep" | 0 .../.gitkeep" | 0 .../.gitkeep" | 0 "9.1.Swoole\345\205\266\345\256\203/.gitkeep" | 0 "9.2.\346\200\273\347\273\223/.gitkeep" | 0 README.md | 26 +++++-------------- 26 files changed, 7 insertions(+), 19 deletions(-) rename "1\345\257\274\345\255\246/README.md" => "1.\345\257\274\345\255\246/README.md" (100%) rename "2\350\277\220\350\241\214\347\216\257\345\242\203/README.md" => "2.\350\277\220\350\241\214\347\216\257\345\242\203/README.md" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" (100%) rename "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" => "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/README.md" => "4.Swoole\346\234\215\345\212\241\345\231\250/README.md" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/callback.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/callback.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/redis.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/redis.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/setting.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/setting.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/task.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/task.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/tcp.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/tcp.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/timer.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/timer.php" (100%) rename "4Swoole\346\234\215\345\212\241\345\231\250/udp.php" => "4.Swoole\346\234\215\345\212\241\345\231\250/udp.php" (100%) rename "5Swoole\345\215\217\347\250\213/README.md" => "5.Swoole\345\215\217\347\250\213/README.md" (100%) rename "5Swoole\345\215\217\347\250\213/co.php" => "5.Swoole\345\215\217\347\250\213/co.php" (100%) create mode 100644 "6.Swoole\345\205\261\344\272\253\345\206\205\345\255\230/.gitkeep" create mode 100644 "7.Swoole\345\244\232\350\277\233\347\250\213/.gitkeep" create mode 100644 "8.Swoole\345\256\242\346\210\267\347\253\257/.gitkeep" create mode 100644 "9.0.Swoole\351\253\230\347\272\247\351\203\250\345\210\206/.gitkeep" create mode 100644 "9.1.Swoole\345\205\266\345\256\203/.gitkeep" create mode 100644 "9.2.\346\200\273\347\273\223/.gitkeep" diff --git "a/1\345\257\274\345\255\246/README.md" "b/1.\345\257\274\345\255\246/README.md" similarity index 100% rename from "1\345\257\274\345\255\246/README.md" rename to "1.\345\257\274\345\255\246/README.md" diff --git "a/2\350\277\220\350\241\214\347\216\257\345\242\203/README.md" "b/2.\350\277\220\350\241\214\347\216\257\345\242\203/README.md" similarity index 100% rename from "2\350\277\220\350\241\214\347\216\257\345\242\203/README.md" rename to "2.\350\277\220\350\241\214\347\216\257\345\242\203/README.md" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/README.md" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/exit.php" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/isolation.php" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/rand.php" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/sleep.php" diff --git "a/3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" "b/3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" similarity index 100% rename from "3Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" rename to "3.Swoole\347\274\226\347\250\213\351\241\273\347\237\245/while.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/README.md" "b/4.Swoole\346\234\215\345\212\241\345\231\250/README.md" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/README.md" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/README.md" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/callback.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/callback.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/callback.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/callback.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/lifecycle.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/redis.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/redis.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/redis.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/redis.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/setting.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/setting.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/setting.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/setting.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/task.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/task.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/task.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/task.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/tcp.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/tcp.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/tcp.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/tcp.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/timer.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/timer.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/timer.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/timer.php" diff --git "a/4Swoole\346\234\215\345\212\241\345\231\250/udp.php" "b/4.Swoole\346\234\215\345\212\241\345\231\250/udp.php" similarity index 100% rename from "4Swoole\346\234\215\345\212\241\345\231\250/udp.php" rename to "4.Swoole\346\234\215\345\212\241\345\231\250/udp.php" diff --git "a/5Swoole\345\215\217\347\250\213/README.md" "b/5.Swoole\345\215\217\347\250\213/README.md" similarity index 100% rename from "5Swoole\345\215\217\347\250\213/README.md" rename to "5.Swoole\345\215\217\347\250\213/README.md" diff --git "a/5Swoole\345\215\217\347\250\213/co.php" "b/5.Swoole\345\215\217\347\250\213/co.php" similarity index 100% rename from "5Swoole\345\215\217\347\250\213/co.php" rename to "5.Swoole\345\215\217\347\250\213/co.php" diff --git "a/6.Swoole\345\205\261\344\272\253\345\206\205\345\255\230/.gitkeep" "b/6.Swoole\345\205\261\344\272\253\345\206\205\345\255\230/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git "a/7.Swoole\345\244\232\350\277\233\347\250\213/.gitkeep" "b/7.Swoole\345\244\232\350\277\233\347\250\213/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git "a/8.Swoole\345\256\242\346\210\267\347\253\257/.gitkeep" "b/8.Swoole\345\256\242\346\210\267\347\253\257/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git "a/9.0.Swoole\351\253\230\347\272\247\351\203\250\345\210\206/.gitkeep" "b/9.0.Swoole\351\253\230\347\272\247\351\203\250\345\210\206/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git "a/9.1.Swoole\345\205\266\345\256\203/.gitkeep" "b/9.1.Swoole\345\205\266\345\256\203/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git "a/9.2.\346\200\273\347\273\223/.gitkeep" "b/9.2.\346\200\273\347\273\223/.gitkeep" new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index bcab8d1..055f0c7 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,12 @@ -# Swoole 通信引擎 +# Swoole 入门到进阶 -导学 +本课程帮助大家较为轻松入门 Swoole,掌握 Swoole 几乎所有常见用法,为工作中应用打下坚实基础。 -运行环境 +``` +Swoole 是面向生产环境的 PHP 异步网络通信引擎,使 PHP 开发人员可以编写高性能的异步并发 TCP、UDP、Unix Socket、HTTP 和 WebSocket 服务。 -Swoole 编程须知 +Swoole 可以广泛应用于互联网、移动通信、企业软件、云计算、网络游戏、物联网、车联网和智能家居等领域。 -Swoole 服务器 - -Swoole 协程 - -Swoole 共享内存 - -Swoole 多进程 - -Swoole 客户端 - -Swoole 高级部分 - -Swoole 其它 - -总结 +使用 PHP+Swoole 作为网络通信框架,可以使企业IT研发团队的效率大大提升,更加专注于开发创新产品。 +```