Yuanjie
Yuanjie
same here - Docker info ``` Containers: 2 Running: 0 Paused: 0 Stopped: 2 Images: 4 Server Version: 1.12.6 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 48...
@izayl 可以啊。 - 抓取 ``` ``` - 代码 ``` app.get('/', function (req, res, next) { superagent.get('http://www.youku.com/') .end(function (err, sres) { if (err) { return next(err); } var $ = cheerio.load(sres.text);...
@banditsmile 应该是版本的问题,我自己电脑上面没有问题 ``` ➜ All node -v&&npm -v v4.4.3 2.15.1 ➜ All mkdir test&&cd test ➜ test npm install express [email protected] ../../../node_modules/express ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected]...
换了一个思路,从每行找起 ``` app.get('/', function (req, res, next) { superagent.get('https://cnodejs.org/') .end(function (err, sres) { if (err) { return next(err); } var $ = cheerio.load(sres.text); var items = []; $('.cell').each(function (idx, el)...
@tufu9441 实现不好意思。 第一次用PR,已经将`个性化`的修改还原