最新回答 / qq_悄悄_0
我也碰到了这样的提示,是在接收post的路由里面出错的吧?你把大写的var movieObj = req.body.;Movie改成 var movieObj = req.body.movie;试试
2017-05-04
express3到express4变化挺大的,采用express4.1.2搭建的多人博客系统:https://github.com/Destinygu/node-blog,大家一起学习交流
2017-04-29
连不到27017的同学,你看一下你的mongoDB的配置是不是port为27017,mongoDB默认为27017端口,你有可能是修改了端口号
2017-04-28
刷新浏览器就报错
Error: Cannot find module 'jade'
是不是要下载这个插件
Error: Cannot find module 'jade'
是不是要下载这个插件
2017-04-26
Error: C:\Users\Administrator\desktop\study\imooc\views\index.jade:4 2| html
3| head
> 4| meta (charset="utf-8")
5| title #{title}
6| body
7| h1 #{title}meta is self closing and should not have content.
3| head
> 4| meta (charset="utf-8")
5| title #{title}
6| body
7| h1 #{title}meta is self closing and should not have content.
2017-04-20
他竟是个路痴
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
2017-04-20