
Node.js
Wcheese
这个作者很懒,什么都没留下…
展开
-
node.js 实例简单解析
node.js实例const http = require('http');const hostname = '127.0.0.1';const port = 3000;const server = http.createServer((req, res) => { res.statusCode = 200; res.setHeader('Content-Typ...原创 2018-08-07 21:49:23 · 690 阅读 · 0 评论 -
微信小程序node.js 后台搭建-router的使用
待完善原创 2018-08-12 21:39:23 · 815 阅读 · 0 评论 -
warfer2配置微信小程序后台获取openID报错以及处理
warfer2https://github.com/tencentyun/wafer2-startup 项目中使用了腾讯云的后台解决方案,获取openID时显示登录错误。连接不上数据库,后来发现是没有在config中设置数据库的密码,以及小程序ID。在mysql中,填写腾讯云数据库的密码,就可以正常使用了。...原创 2018-08-13 17:04:44 · 677 阅读 · 0 评论