会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山涧的水
博客园
首页
新随笔
联系
订阅
管理
随笔 - 7
文章 - 2
评论 - 0
阅读 -
808
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 山涧的水
阅读(102)
评论(0)
推荐(0)
2016年8月27日
LIST
摘要: #include<string> #include <algorithm> std::splice(str.end, str, str.begin());
阅读全文
posted @ 2016-08-27 22:48 山涧的水
阅读(109)
评论(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 山涧的水
阅读(94)
评论(0)
推荐(0)
工作
摘要: 非常好,现在防火墙测试,大数据测试都在例行进行网上质量的统计和分析,持续改进工作,下一步,进一步夯实PDU质量研讨会的共识:以责任田为维度,对责任田(包括)进行绩效回馈,尤其是勇于挑战高难度的,现网使用频度高的责任田主,耕耘效果好的(现网质量高,架构好),要表扬,要非物质和物质激励。 源域高,好比小
阅读全文
posted @ 2016-08-27 22:45 山涧的水
阅读(91)
评论(0)
推荐(0)
2016年8月24日
OSTREAM
摘要: #include <iostream> #include <iomanip> cout << setfill(0)<< setw(2) << endl;
阅读全文
posted @ 2016-08-24 21:38 山涧的水
阅读(117)
评论(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 山涧的水
阅读(107)
评论(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 山涧的水
阅读(121)
评论(0)
推荐(0)
公告
昵称:
山涧的水
园龄:
8年10个月
粉丝:
0
关注:
0
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2016年11月(1)
2016年8月(6)
阅读排行榜
1. VECTOR(121)
2. OSTREAM(117)
3. LIST(109)
4. MAP(107)
5. file os(102)
点击右上角即可分享