!(或者使用composer
`composer require workerman/gateway-worker`
!(手冊:
## 使用
/gatewayworker.zip
!(修改配置 tcp改為websocket
!(啟動服務
cd vendor/gatewayworker/
php start.php start -d
開啟的擴充套件
pcntl_fork posix pcntl
## 簡單應用
!(!(
## gatewayworker 啟動與停止linux命令
啟動與停止
注意workerman啟動停止等命令都是在命令列中完成的。
要啟動workerman,首先需要有乙個啟動入口檔案,裡面定義了服務監聽的埠及協議。
這裡以workerman-chat為例,它的啟動入口為start.php。
啟動以debug(除錯)方式啟動
php start.php start
以daemon(守護程序)方式啟動
php start.php start -d
停止php start.php stop
重啟php start.php restart
平滑重啟
php start.php reload
檢視狀態
php start.php status
## 繫結
client_id 與當前使用者id的繫結
可乙個使用者id對應多個client_id
Vim 使用筆記
set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...
xemacs使用筆記
xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...
TreeView使用筆記
treeview由節點構成,建樹通過對treeview.items屬性進行操作。items是乙個ttreenodes物件,這是乙個ttreenode集。一 針對ttreenodes,也就是 treeview.items,有這些屬性 1 count,節點個數。2 item index 通過index得...