摘要: mime npm 阅读全文
posted @ 2019-03-16 11:51 码路上的奋斗 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-16 11:47 码路上的奋斗 阅读(248) 评论(0) 推荐(0) 编辑
摘要: const http = require('http'); http.createServer((req,res)=>{ res.end() }).listen(8090,()=>{ console.log('成功启动服务') }) const http = require('http'); htt 阅读全文
posted @ 2019-03-16 10:33 码路上的奋斗 阅读(591) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/cuo9958/article/details/77989407 vscode真的是一个非常好用的IDE,但是智能提示这块还是不能提示所有的东西,这个真的是非常的麻烦的。 下面就教大家使用typing来给没有提示的关键字、对象、方法等添加提示。 安装typ 阅读全文
posted @ 2019-03-16 09:58 码路上的奋斗 阅读(1048) 评论(0) 推荐(0) 编辑