2018年12月的内容
Thinkcmf5.0集成Swoole
<?php class ws{ private $_host; private $_port; protected $ws; public function __construct($host,$port){ $this->_host = $host; $this->_port = $port; $this->ws = new sw……
12-30 立刻查看
liteide没有提示的问题解决
liteide 有变量名智能提示,但没有函数名提示。 命令行 go get -u -ldflags -H=windowsgui github.com/nsf/gocode 获得最新的 gocode.exe 替换 liteIDE 安装目录/bin 下面的 gocode.exe 重新启动 liteide ……
12-15 立刻查看