-
我们国外不可能要求对方先下载微信,然后再注册微信账号,然后再加我好友,然后才把dapp 地址发给对方,
我们推广的渠道:
1) 发邮件,大家都用gmail , 桌面版 ,
2) whatsapp 群 , 桌面端应用
3) telegram 群 , 桌面端应用
4)facebook 群, 网页桌面端
5)linkedin , 网页
6)Instagram , 手机端,
…
-
I want to parse blogun.ru. I login:
```javascript
var Horseman = require('node-horseman');
var horseman = new Horseman();
horseman
.viewport(3200,1800)
.userAgent('Mozilla/5.0 (Windows NT …
-
My environment is on windows 7 64bit. When I am using this plugin, error happens:
```
phantom stdout: ReferenceError: Can't find variable: mermaid
phantom stdout: c:%5CUsers%5CHuangFeng%5Cworkspace…
-
This a known bug. We already know that this is not a PDBF problem but a bug in phantom-js. So we have to wait for an updated build of phantom-js or compile an up to date version ourselves.
-
**Repro Script**:
``` js
// test.js
phantom.onError = function(err) {
console.log('onError: ' + err);
phantom.exit(1);
};
console.log('pre');
setTimeout(function() {
x();
}, 0);
```
**E…
-
```
dynamic-0-4:phyto pm286$ quickscrape -u http://pubs.acs.org/doi/full/10.1021/np200645p -s ../../workspace/journal-scrapers/scrapers/acs1.json -o jnp -i 5
info: quickscrape 0.4.7 launched with...
i…
-
This can be fixed by just passing '--web-security=no' to phantom.create() as the first param in init-phantomjs.js
https://github.com/iconic/grunt-svg-toolkit/blob/master/tasks/lib/init-phantomjs.js…
-
Phantom.js < v2 doesn't work on Sierra for some reason. By amending the packages.json to require phantom.js ~2, the package starts working again. Not sure if this has any implications on other operati…
-
Hiya, I'm seeing some serious leakage going on when using the pool feature. I may very well be using the API wrong, but can you take a quick look?
Here's what's going on with htop (showing threads) …
-
phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.
phantom stdout: phantomjs://code/shim.js:1815 in send
phantomjs://code/shim.js:1815 i…