不理解populate方法的path option这些参数意思的童鞋建议去看下这篇文章 https://segmentfault.com/a/1190000002727265
2016-09-26
extend_.extend(destination, *sources)
Shallowly copy all of the properties in the source objects over to the destination object, and return the destination object. Any nested objects or arrays will be copied by reference, not duplicated
看着改,然后写自己思路
Shallowly copy all of the properties in the source objects over to the destination object, and return the destination object. Any nested objects or arrays will be copied by reference, not duplicated
看着改,然后写自己思路
2016-09-22
跑不起来啊!Cannot read property 'ObjectId' of undefined
2016-09-21
真的很谢谢scott老师,之前一直对后端和前端的交互和运作弄不太明白,做完这个项目对前后端有了更加深刻的理解,真的谢谢scott老师了。
2016-09-21
https://github.com/gaoxianglyx/movie-project.git谢谢老师,跟着全部敲完了,采用express4.x,加上gulp管理。大家可以看一下。
2016-09-18