序 | 教程摘要 |
---|---|
1 |
《NODE.JS selenium-webdriver 远程测试》【vephp】 NODE |
2 |
《node.js出现selenium错误:ERROR:platform_sensor_reader_win.cc(239) NOT IMPLEME NTED》【vephp】 [7432:6672:0506/083636.855:ERROR:platform_sensor_reader_win |
3 |
《使用Nodejs用selenium webdriver 模拟登录阿里妈妈平台》【vephp】 如何使用Nodejs用seleniumwebdriver模拟登录阿里妈妈平台? |
4 |
《在linux centos上安装node.js》【vephp】 先安装依赖包: yum -y install gcc openssl-devel gcc-c++ compat-gcc-34 compat-gcc-34-c++ |
5 |
《Node.js的线程和进程详解》【vephp】 可惜也可以说可喜的是,Node.js的核心模块并没有提供这样的api给我们,我们真的不想多线程又回归回来。不过或许多线程真的能够解决我们某方面的问题 |
6 |
《怎样接收node.js运行时附加的参数?》【vephp】 比如我想运行node |
7 |
《node.js如何在terminal显示二维码?》【vephp】 node.js如何在putty,xshell,cmd等终端显示二维码? 只要qrcode-terminal 模块就行了哦,如下: $ npm install qrcode-terminal |
8 |
《node.js安装wx-voice转换silk和mp3》【vephp】 constWxVoice=require('wx-voice');,varvoice=newWxVoice();,voice.on("error",(err)=>{});,,voice.encode("mp3.mp3","mp3_output |
9 |
《让Nodejs来管理定时器任务later》【vephp】 Later是一个基于Nodejs的工具库,用最简单的方式执行定时任务。Later可以运行在Node和浏览器中 |
10 |
《node.js定时器node-schedule模块》【vephp】 一般可以写个定时器,来完成相应的需求,在 |