David Wu
David Wu
``` Checking scws ... 1.2.3 Checking scws dict ... ok Checking libuuid ... yes: /usr/local/xunsearch Checking xapian-core-scws ... 1.4.9 Checking libevent ... no Installing libevent (2.0.21-stable) ... Extracting libevent package...
文档中的这段代码在php7下面不能运行: ``` class XSXyzFilter implements XSDataFilter { public function process($data, $cs) { print_r($data); return $data; } public function processDoc($doc) { // $doc->addTerm('subject', '特殊词'); } } ``` 要将process的参数声明改为: ``` public function...
(SIOSocket)[https://github.com/MegaBits/SIOSocket] it same use webview and embed javascript to achieve the feature
I have key define ``` { "keys": ["super+shift+l"], "command": "erb", } ``` but not work
When I use `ESC` to switch to `normal` mode, but it complete the words
like that: ``` js imager.upload([req.body.base64Image], function(err, cdnUri, files) { // do your stuff }, 'items') ``` will work?