require这么多东西,每次都不知道是什么,老师引入一个我就要查好久的文档。。都没有勇气看下去了。完全是跟着敲,跟到数据库就越来越不理解了
2016-01-10
其实demo的例子可以简化一些,例如只保存基本的电影信息,因为我们主要关注的是知识点,大量重复的live coding感觉有些低效
2016-01-05
装个MongoDB都不成功,一启动就 “停止工作”。。。btw,视频里怎没顺带说一下mongdb怎么装,突然就执行mongo命令行,好紧张。
另外就是,跟着视频做,做到一半老师突然说了一句“我这边偷下懒,复制一下”。整个人都不好了。。
另外就是,跟着视频做,做到一半老师突然说了一句“我这边偷下懒,复制一下”。整个人都不好了。。
2016-01-04
但其他所有页都报错,只有http://localhost:3000/movie/1 页是正常的
TypeError: /Users/denny/Desktop/nodejs/Development/Imooc/views/includes/header.jade:4
2| .row
3| .page-header
> 4| h1 #{movie.title}
5| small 重度科幻迷
Cannot read property 'title' of undefined
TypeError: /Users/denny/Desktop/nodejs/Development/Imooc/views/includes/header.jade:4
2| .row
3| .page-header
> 4| h1 #{movie.title}
5| small 重度科幻迷
Cannot read property 'title' of undefined
2016-01-02
header.jade 我内容为 .container
.row
.page-header
h1 #{movie.title}
small 重度科幻迷 时,不同页的标题出来了,但首页还是只出来标题,app.js内容没读出来
.row
.page-header
h1 #{movie.title}
small 重度科幻迷 时,不同页的标题出来了,但首页还是只出来标题,app.js内容没读出来
2016-01-02