JS 异步编程解决方案
YAML
git flow
PM2命令表
leanCloud pointer include find
redis
9-27个人总结
res.json()
是返回给客户端一个 json 对象,但是并不会就此停下里,需要在前面加上 return, 才会停止整个 API 或者方法.Array 对象有 unshift()和 push()方法,组合成队列,头出尾进
- 还有 push() 和 pop() 方法组合成栈,尾进尾出,
- 也可以用 unshift()和 pop() 方法组合成头进尾出.是另一种队列,同理还可以有头进头出,shift() 和 unshift()
Nginx使用
Git2
##git
最基本的操作就是gst ->git add . ->git commit -m"" ->git push ->gst
但是往往事情没有那么顺利,比如git add以后我要撤销怎么办