# java 复习001> 比较随意的记录下我的java复习笔记## ArrayList
内存扩展方法1. 分配一片更大的内存空间,复制原有的数据到新的内存中,让引用指向新的内存地址2. ArrayList在内存不够时默认是扩展为1.5倍 +
1个## ArrayList,LinkedList,Ve...
分类:
编程语言 时间:
2014-05-30 03:00:39
阅读次数:
350
题目链接题意: find the maximum positive difference
between the price on the ith day and the jth day附上代码: 1 class Solution { 2
public: 3 int maxProfit(ve...
分类:
其他好文 时间:
2014-05-28 03:49:45
阅读次数:
307
是创新,还是模仿,IT界六大巨头(google, facebook,amazon,
apple, twitter, microsoft)给出了他们的答案:Google 谷歌We’ve got to be more like apple, and
make our android phones and...
分类:
其他好文 时间:
2014-05-27 02:16:15
阅读次数:
226
翻译水平有限,见谅!Uncle Bob13 Aug
2012ArchitectureCraftsmanshipOver the last several years we’ve seen a whole
range of ideas regarding the architecture of s.....
分类:
其他好文 时间:
2014-05-26 19:20:25
阅读次数:
354
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:39:53
阅读次数:
266
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:32:49
阅读次数:
214
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb#
To change this template, choose Tools | Templates# and open the template in the
editor.require "SDK/ve...
分类:
其他好文 时间:
2014-05-24 12:51:59
阅读次数:
496
源于:http://www.jkqnb.com/ydkf/article/44描述以下是App应用的几种状态,如果看不到英文,建议复制到网站翻译一下就行,意思差不多能明白的
Waiting for Upload (Yellow)Appears when you’ve compl...
分类:
移动开发 时间:
2014-05-22 06:00:03
阅读次数:
586
在GIS开发中,根据图层属性字段对要素进行标注(图层标注)是一项常规的、必备的功能。在基于SharpMap开发GIS应用时,也可以方便的实现该功能。1、加载Shapefile图层数据SharpMap.Layers.VectorLayer
vLayer = new SharpMap.Layers.Ve...
分类:
其他好文 时间:
2014-05-19 10:44:03
阅读次数:
779
1.首先确认LinkButton控件包含在Form中,检查该Form有无runat标记,如果有,排除Form原因,请继续看。2.如果看到这里,估计你是在做Excel导出功能。在后台代码中重写VerifyRenderingInServerForm方法:
public override void Ve....