08 2016 档案
摘要:#include<string> #include <algorithm> std::splice(str.end, str, str.begin());
阅读全文
摘要:#include <string> #include <algorithm> std::string str = "afafas"; std::replace(str.begin(), str.end(), 'a', '1');
阅读全文
摘要:非常好,现在防火墙测试,大数据测试都在例行进行网上质量的统计和分析,持续改进工作,下一步,进一步夯实PDU质量研讨会的共识:以责任田为维度,对责任田(包括)进行绩效回馈,尤其是勇于挑战高难度的,现网使用频度高的责任田主,耕耘效果好的(现网质量高,架构好),要表扬,要非物质和物质激励。 源域高,好比小
阅读全文
摘要:#include <iostream> #include <iomanip> cout << setfill(0)<< setw(2) << endl;
阅读全文
摘要:#include <map> struct key { std::string group; std::string user; inline void clear() { group.clear(); user.clear(); } inline std::string buildKey() {
阅读全文
摘要:#include <vector> #include <algorithm> typedef std::vector<std::string> StringVec; StringVec fruit; fruit.clear(); fruit.push_back("appale"); fruit.pu
阅读全文

浙公网安备 33010602011771号