1 //ArrayList是动态数组,方法有:2
//Add----配合foreach一个个的添加3 //AddRange-----以数组的形式,一次性添加4 //Clear--------清空数组5
//Count-----数组的长度6 //Remove-----移除对应的元素7 //Remove...
分类:
其他好文 时间:
2014-06-13 08:20:36
阅读次数:
363
1,MESSAGE: Input files reads and reference have
incompatible contigs: Relative ordering of overlapping contigs differs, which is
unsafe.##### ERROR re...
分类:
其他好文 时间:
2014-06-13 07:46:21
阅读次数:
1050
原题地址:https://oj.leetcode.com/problems/count-and-say/题意:The
count-and-say sequence is the sequence of integers beginning as follows:1, 11,
21, 1211, 11...
分类:
编程语言 时间:
2014-06-13 06:23:26
阅读次数:
366
The count-and-say sequence is the sequence of
integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one
1"or11.11is read off as"tw...
分类:
其他好文 时间:
2014-06-13 00:54:33
阅读次数:
376
function InsertSort($arr){ $num = count($arr);
for($i = 1; $i = 0; $j--){ if($arr[$j] > $key){ $arr[$j + 1...
分类:
Web程序 时间:
2014-06-12 16:51:05
阅读次数:
270
1. 新建一个C#的Console project. 2. 给project 添加reference:
Microsoft.SharePoint.Client Microsoft.SharePoint.Runtime 3. 修改project的属性:
Platform target – x64 Ta...
分类:
其他好文 时间:
2014-06-12 11:43:29
阅读次数:
326
http://www.cplusplus.com/reference/list/list/#include
list l:初始化一个0大小的表list
l(10):初始化一个10个大小的表empty:是否为空size:大小max_size:可分配的最大值front:第一个元素back:最后一个元素p...
分类:
编程语言 时间:
2014-06-12 10:42:33
阅读次数:
241