- 博客(4)
- 收藏
- 关注
转载 nginx.conf sample
#test # 修改/etc/nginx/sites-enabled/default #注意端口和目录跟你自己的实际情况一致 upstream foxback{ #server 127.0.0.1:8010 fail_timeout=2s max_fails=3; ...
2017-02-07 15:23:00 289
转载 t-platform
frontend: vue pdf.js element mint backend follows: koa@2 koa-router@next koa-session postgresql redis socket.io wechat(sns application) ...
2017-02-06 16:06:00 346
转载 node 入门
https://blog.xervo.io/build-your-first-http-server-in-nodejs 1、系统 进程管理 沙盒 全局 2、网络(IO) net http(s) 3、文件(IO) fs 4、事件: event: emitter ...
2017-02-05 19:54:00 62
转载 sequelize.js
var Sequelize = require('sequelize'); var sequelize = new Sequelize('postgres://dbuser:passwd@localhost:5432/dbname'); console.log(sequelize); var...
2017-02-05 11:53:00 108
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人