会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山涧的水
博客园
首页
新随笔
联系
订阅
管理
2016年11月29日
file os
摘要: 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 山涧的水
阅读(105)
评论(0)
推荐(0)
2016年8月27日
LIST
摘要: #include<string> #include <algorithm> std::splice(str.end, str, str.begin());
阅读全文
posted @ 2016-08-27 22:48 山涧的水
阅读(113)
评论(0)
推荐(0)
STRING
摘要: #include <string> #include <algorithm> std::string str = "afafas"; std::replace(str.begin(), str.end(), 'a', '1');
阅读全文
posted @ 2016-08-27 22:46 山涧的水
阅读(98)
评论(0)
推荐(0)
工作
摘要: 非常好,现在防火墙测试,大数据测试都在例行进行网上质量的统计和分析,持续改进工作,下一步,进一步夯实PDU质量研讨会的共识:以责任田为维度,对责任田(包括)进行绩效回馈,尤其是勇于挑战高难度的,现网使用频度高的责任田主,耕耘效果好的(现网质量高,架构好),要表扬,要非物质和物质激励。 源域高,好比小
阅读全文
posted @ 2016-08-27 22:45 山涧的水
阅读(98)
评论(0)
推荐(0)
2016年8月24日
OSTREAM
摘要: #include <iostream> #include <iomanip> cout << setfill(0)<< setw(2) << endl;
阅读全文
posted @ 2016-08-24 21:38 山涧的水
阅读(120)
评论(0)
推荐(0)
MAP
摘要: #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 山涧的水
阅读(110)
评论(0)
推荐(0)
VECTOR
摘要: #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 山涧的水
阅读(126)
评论(0)
推荐(0)
公告