Skip to content

Commit 94f7c93

Browse files
authored
添加svg支持
1 parent 4fb4835 commit 94f7c93

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

thinkphp-queue/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -805,20 +805,17 @@ public function failed($jobData){
805805

806806
各个类之间的关系图如下:
807807

808-
![thinkphp-queue类关系图](thinkphp-queue类关系图.svg)
809-
![thinkphp-queue类关系图](https://github.com/coolseven/notes/blob/master/thinkphp-queue/thinkphp-queue类关系图.svg)
808+
![thinkphp-queue类关系图](https://blog.huzhongyuan.com/wp-content/uploads/2017/02/thinkphp-queue%E7%B1%BB%E5%85%B3%E7%B3%BB%E5%9B%BE.svg)
810809

811810
#### 3.3 Deamon模式的执行流程
812811

813-
![Daemon模式与非daemon模式状态图](Daemon模式与非daemon模式状态图.svg)
814812
![Daemon模式与非daemon模式状态图](https://blog.huzhongyuan.com/wp-content/uploads/2017/02/Daemon%E6%A8%A1%E5%BC%8F%E4%B8%8E%E9%9D%9Edaemon%E6%A8%A1%E5%BC%8F%E7%8A%B6%E6%80%81%E5%9B%BE.svg)
815-
<img src="https://blog.huzhongyuan.com/wp-content/uploads/2017/02/Daemon%E6%A8%A1%E5%BC%8F%E4%B8%8E%E9%9D%9Edaemon%E6%A8%A1%E5%BC%8F%E7%8A%B6%E6%80%81%E5%9B%BE.svg">
816813

817814
#### 3.4 消息处理的详细流程
818815

819816
下图中,展示了database 模式下一个消息处理的详细流程,redis 驱动下大体类似
820817

821-
![消息获取和执行的具体流程](消息获取和执行的具体流程.svg)
818+
![Database模式下消息获取和执行的具体流程](https://blog.huzhongyuan.com/wp-content/uploads/2017/02/%E6%B6%88%E6%81%AF%E8%8E%B7%E5%8F%96%E5%92%8C%E6%89%A7%E8%A1%8C%E7%9A%84%E5%85%B7%E4%BD%93%E6%B5%81%E7%A8%8B.svg)
822819

823820
#### 3.5 thinkphp-queue的性能
824821

0 commit comments

Comments
 (0)