摘要: //编译器为每个函数自动添加一个prototype属性 //prototype.constructor 指向本函数定义 //prototype.__proto__ 指向Function.prototype function Point(x, y) { this.x = x; this.y = y; 阅读全文
posted @ 2020-11-05 22:32 fndefbwefsowpvqfx 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://github.com/sindresorhus/awesome-nodejs https://github.com/zerolab-fe/awesome-nodejs AI brain.js - 基于模型训练的神经网络 JS 库,支持浏览器和 Node tfjs - TensorFl 阅读全文
posted @ 2020-11-05 11:08 fndefbwefsowpvqfx 阅读(156) 评论(0) 推荐(0) 编辑
摘要: https://github.com/octalmage/robotjs https://github.com/ccampbell/mousetrap https://github.com/shelljs/shelljs https://github.com/vercel/pkg https://g 阅读全文
posted @ 2020-11-05 10:37 fndefbwefsowpvqfx 阅读(82) 评论(0) 推荐(0) 编辑
摘要: import net from 'net'; for(let i=1;i<=65535;++i){ setTimeout( ()=>{ let server:any = net.createServer(); server.once('error', (err : any)=> {if (err.c 阅读全文
posted @ 2020-11-05 09:31 fndefbwefsowpvqfx 阅读(54) 评论(0) 推荐(0) 编辑