摘要: std::string strTmp; std::string subStrTmp; int pos = 0; int subPos1 = 0; int subPos2 = 0; Data fileData = FileUtils::getInstance()->getDa... 阅读全文
posted @ 2015-05-11 14:30 jenny2015 阅读(610) 评论(0) 推荐(0)
摘要: #include clock_t t1 = clock();clock_t t2 = clock();t2-t1 阅读全文
posted @ 2015-05-11 11:54 jenny2015 阅读(410) 评论(0) 推荐(0)