摘要: void writeFile() { const unsigned int ONE = 1; FILE* file = open("a.db", "wb) if(NULL != file) { unsigned int apple = 6; if(ONE = fwrite(&apple, sizeo 阅读全文
posted @ 2016-11-29 22:38 山涧的水 阅读(102) 评论(0) 推荐(0)
摘要: #include<string> #include <algorithm> std::splice(str.end, str, str.begin()); 阅读全文
posted @ 2016-08-27 22:48 山涧的水 阅读(109) 评论(0) 推荐(0)
摘要: #include <string> #include <algorithm> std::string str = "afafas"; std::replace(str.begin(), str.end(), 'a', '1'); 阅读全文
posted @ 2016-08-27 22:46 山涧的水 阅读(94) 评论(0) 推荐(0)
摘要: 非常好,现在防火墙测试,大数据测试都在例行进行网上质量的统计和分析,持续改进工作,下一步,进一步夯实PDU质量研讨会的共识:以责任田为维度,对责任田(包括)进行绩效回馈,尤其是勇于挑战高难度的,现网使用频度高的责任田主,耕耘效果好的(现网质量高,架构好),要表扬,要非物质和物质激励。 源域高,好比小 阅读全文
posted @ 2016-08-27 22:45 山涧的水 阅读(91) 评论(0) 推荐(0)
摘要: #include <iostream> #include <iomanip> cout << setfill(0)<< setw(2) << endl; 阅读全文
posted @ 2016-08-24 21:38 山涧的水 阅读(117) 评论(0) 推荐(0)
摘要: #include <map> struct key { std::string group; std::string user; inline void clear() { group.clear(); user.clear(); } inline std::string buildKey() { 阅读全文
posted @ 2016-08-24 21:35 山涧的水 阅读(107) 评论(0) 推荐(0)
摘要: #include <vector> #include <algorithm> typedef std::vector<std::string> StringVec; StringVec fruit; fruit.clear(); fruit.push_back("appale"); fruit.pu 阅读全文
posted @ 2016-08-24 21:09 山涧的水 阅读(121) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示