C++STL1--map 一、心得 本质上就是数组,关联数组,map就是键到值得一个映射,并且重载了[]符号,所以可以像数组一样用。 map<string,int> cnt;//前键后值,键就可以理解为索引 if(!cnt.count(r)) cnt[r]=0;//统计键值出现过没有 二、用法 1 ...
分类:
编程语言 时间:
2017-06-09 14:07:39
阅读次数:
268
详解 Python3 正则表达式(一) 详解 Python3 正则表达式(二) 详解 Python3 正则表达式(三) 详解 Python3 正则表达式(四) 详解 Python3 正则表达式(五) 详解 Python3 正则表达式(六) 详解 Python3 正则表达式(七) ...
分类:
编程语言 时间:
2017-06-08 23:46:35
阅读次数:
216
http://blog.csdn.net/derpvailzhangfan/article/details/2332795\ 上述问题: 一设置关联 二包含关键字 三 映射文件设置 catalog=“” 都不能解决我的问题,最大的可能是 四 数据库中的jar包不支持批量操作。 这次很不严谨的不去实验 ...
分类:
数据库 时间:
2017-06-07 14:28:27
阅读次数:
217
1.安装jdk http://jingyan.baidu.com/article/c74d60007b85510f6a595dfa.html 2.上传jmeter 的压缩包到Linux 解压文件 unzip apache-jmeter-3.0,zip 移动文件 mv apache-jmeter-3. ...
分类:
系统相关 时间:
2017-06-07 11:18:09
阅读次数:
163
递归5--汉诺塔问题的栈实现 汉诺塔的递归解法:http://www.cnblogs.com/Renyi-Fan/p/6949515.html 一、心得 系统里面的递归就是靠栈来维护的,区别我们普通栈的是维护递归的那个栈有返回地址递归每深入一层,栈顶元素加一递归每退出一层,栈顶元素减一返回地址是执行 ...
分类:
其他好文 时间:
2017-06-07 10:10:18
阅读次数:
203
转载自http://blog.csdn.net/fan_hai_ping/article/details/8023433 VLD简介 VLD使用 VLD工具原理 初始化 记录内存分配 使用问题 问题1:VLD 1.9 问题2:VLD 2.2.3 ...
分类:
其他好文 时间:
2017-06-06 23:30:42
阅读次数:
236
/// /// 百度翻译 /// public class BaiDuTransHelp { /// /// 密钥 /// private readonly static string TransKey = ConfigurationManager.AppSettings["TransKey"... ...
分类:
其他好文 时间:
2017-06-06 14:24:01
阅读次数:
1063
《个人作品》:新人学习 模糊判断字符串存在与否 ...
分类:
其他好文 时间:
2017-06-06 01:10:36
阅读次数:
312
1 2 3 4 5 Document 6 7 8 34 www.alloyteam.github.io 35 36 ...
分类:
Web程序 时间:
2017-06-05 10:05:52
阅读次数:
163
// // main.c // 02 翻译数字的优化 // // Created by vic fan on 2017/6/4. // Copyright © 2017年 李洪强. All rights reserved. // #include <stdio.h> //函数(数学) //在其他编程 ...
分类:
移动开发 时间:
2017-06-04 21:22:56
阅读次数:
177