已采纳回答 / 瓜瓜射门啦
windows 下开发确实会有很多坑,我已经有 3 年多没有用过 windows 系统了,看这个报错感觉是 bcrypt 这个库安装的有问题,试试从 stackoverflow 上搜搜相关的 issue
2014-10-07
已采纳回答 / 瓜瓜射门啦
这就是加盐的过程,同样的密码,最终生成的 hash 是不同的,具体比对则是通过 bcr看源码, save 的时候:<...code...>首先造盐,拿到一个 salt ,然后混合到 password ,生成最终的 hash,拿 aaabbb ...
2014-10-07
最赞回答 / 海河之家
查了stackoverflow(http://stackoverflow.com/questions/21234304/grunt-wont-load-the-node-server)Just change you options.file to script or keep both.nodemon: { dev: { script: 'app.js', options: { file: 'app.js',
2014-09-29
最新回答 / 冰宁496058
nodemon: { dev: { script: 'app.js', options: { args: [], nodeArgs: ['--debug'], ignore: ['README.md', 'node_modules/**', '.DS_Store'], ext: 'js', watch: ['....
2014-09-29
已采纳回答 / weibo_SecturityE_0
嗯.这里确实是会这样子.schemas 下的user.js 封装个静态方法 findByName<...code...>然后 app.js 那里的find换成findByName 或者直接用findOne
2014-09-29
已采纳回答 / int30xcc
我勒个去。。。纠结半天,,问题是我 concurrent里面的option少写个s,,应该是 options。。。。。跟着视频敲代码就是容易敲错。。。。这个也不给错误提示。。心塞。。
2014-09-27