2014年11月21日

摘要: test.h#include #include #include using namespace std;namespace NS_TEST{class Animal{public: std::string Name; int Foot; vector Fil... 阅读全文
posted @ 2014-11-21 15:11 allen__ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: bigint和int在64位的机子上,500W数据的查询速度一样。其中bigint最多只能存19物理位(64位)的数据,且不能大于9223372036854775807所以设计bigint时,最多18位,随便存。 阅读全文
posted @ 2014-11-21 10:58 allen__ 阅读(294) 评论(0) 推荐(0) 编辑

导航