#2 楼 @dead_horse 我的貌似是太高了 grunt v0.4.4
看到一堆繁琐的配置,瞎尿了。。。
我猜 row["sex"] 也没有吧。。
#4 楼 @jiang_plus #5 楼 @lgn21st 别拆呀
php 无法形成社区
谢谢,我比较纠结的是 mysql 设计类似本站的“通知”,“提醒”没有 mongodb 好实现。 比如:
notification = {
[
event: '在主题中提到了你',
topic: {
_id: 1,
title: 'topic title',
xxx: xxx
},
event: '在评论中提到了你',
comment: {
_id: 1,
body: 'comment body',
xxx: xxx
},
event: '你关注的话题有了新的回复',
comment: {
_id: 1,
body: 'comment body',
xxx: xxx,
topic: {
_id: 1,
title: 'topic title',
xxx: xxx
}
},
]
}
这样在 notification 中可以混合多种类型,mysql 我还没有好的思路实现。
#1 楼 @huacnlee #2 楼 @hz_qiuyuanxin #3 楼 @winnie #4 楼 @Rei #5 楼 @Victor #6 楼 @Numbcoder #7 楼 @chairy11 #8 楼 @miclle
http://docs.mongodb.org/manual/tutorial/create-an-auto-incrementing-field/
Warning Generally in MongoDB, you would not use an auto-increment pattern for the _id field, or any field, because it does not scale for databases with large numbers of documents. Typically the default value ObjectId is more ideal for the _id.
#6 楼 @jeff_duan 谢谢
搜到了这篇文章 不知道有道理没有,保留 db 等信息是为了更快的找到引用的文档?
#3 楼 @Rei #2 楼 @jeff_duan DBRef 不要用?不用没有什么影响吗?
href="#top" 页面顶部需要有一个类似
的东西