-
npm install bcryptjs --save查看全部
-
npm install grunt-contrib-watch --save-dev监听文件增删改,重新执行任务 npm install grunt-nodemon --save-dev实时监听app.js npm install grunt-concurrent --save-dev监控慢任务SASS LESS 等查看全部
-
mongoose 自增访问量查看全部
-
.populate('from','name') .exec() 使用populate匹配数据库然后exec取出内容查看全部
-
require('./config/routes')(app)引用routes.js同时传入app 在routes.js中:module.export = function(app){ app.use()... } 传递app查看全部
-
grunt -g grunt-cli -g grunt-contrib-watch --save-dev监听文件增删改,重新执行任务 grunt-nodemon --save-dev实时监听app.js grunt-concurrent --save-dev监控慢任务SASS LESS 等查看全部
-
为了可以再其他文件使用 mongoose.model() 拿到文件需要使用 fs 配置查看全部
-
注册一个test 任务: grunt.registerTask( 'test', ['mochaTest'] )查看全部
-
grunt下配置mocha:grunt.loadNpmTasks('grunt-mocha-test') concurrent: { tasks: ['nodemon', 'watch'], options: { logConcurrentOutput: true } }查看全部
-
npm i grunt-mocha-test --save 安装mocha 测试工具查看全部
-
单元测试用mocha查看全部
-
使用 multipart/form-data 的文件提交,需要使用到 multipart 中间件查看全部
-
在保存新增的电影之前,添加一个中间件,用来处理上传的海报,需要用到 fs 和 path 第三方库查看全部
-
node 模糊查询匹配使用正则:new RegExp( q+ , '.*' ), 'i'查看全部
-
存储玩新增的分类,然后将id 存到相应的新增的电影的分类id 中查看全部
举报
0/150
提交
取消