摘要: 理论介绍: 长尾(英语:The Long Tail),或译长尾效应,最初由《连线》的总编辑克里斯·安德森(Chris Anderson) 于2004年发表于自家的杂志中[1],用来描述诸如亚马逊公司、Netflix和Real.com/Rhapsody之类的网站的 商业和经济模式。是指那些原来不受到重视的销量小但种类多的产品或服务由于总量巨大,累积起来的... 阅读全文
posted @ 2012-03-23 09:57 treemon 阅读(385) 评论(0) 推荐(0) 编辑
摘要: #include <QtCore/QCoreApplication>#include <QDebug>int main(int argc, char *argv[]){ QCoreApplication a(argc, argv); QMap<int, int> map; map.insert(1, 3); map.insert(2, 4); map.insert(15, 9); map.insert(6, 8); QMap<int, int>::const_iterator i; for( i=map.constBegin(); i!=map. 阅读全文
posted @ 2012-03-23 08:41 treemon 阅读(29648) 评论(0) 推荐(0) 编辑