码迷,mamicode.com
首页 >  
搜索关键字:ve    ( 1112个结果
java 复习001
# java 复习001> 比较随意的记录下我的java复习笔记## ArrayList 内存扩展方法1. 分配一片更大的内存空间,复制原有的数据到新的内存中,让引用指向新的内存地址2. ArrayList在内存不够时默认是扩展为1.5倍 + 1个## ArrayList,LinkedList,Ve...
分类:编程语言   时间:2014-05-30 03:00:39    阅读次数:350
LeedCode --- Best Time to Buy and Sell Stock
题目链接题意: 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
T技术创新的搞笑解释
是创新,还是模仿,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
The Clean Architecture--一篇很不错的关于架构的文章
翻译水平有限,见谅!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
acd LCM Challenge(求1~n的任意三个数的最大公倍数)
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
ACdream1077:LCM Challenge
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)
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
IOS开发创建开发证书及发布App应用(九)——等待审核(审核几种状态)
源于:http://www.jkqnb.com/ydkf/article/44描述以下是App应用的几种状态,如果看不到英文,建议复制到网站翻译一下就行,意思差不多能明白的 Waiting for Upload (Yellow)Appears when you’ve compl...
分类:移动开发   时间:2014-05-22 06:00:03    阅读次数:586
SharpMap开发教程——图层标注
在GIS开发中,根据图层属性字段对要素进行标注(图层标注)是一项常规的、必备的功能。在基于SharpMap开发GIS应用时,也可以方便的实现该功能。1、加载Shapefile图层数据SharpMap.Layers.VectorLayer vLayer = new SharpMap.Layers.Ve...
分类:其他好文   时间:2014-05-19 10:44:03    阅读次数:779
关于类型“LinkButton”的控件“xxx”必须放在具有 runat=server 的窗体标记内问题的解决方案
1.首先确认LinkButton控件包含在Form中,检查该Form有无runat标记,如果有,排除Form原因,请继续看。2.如果看到这里,估计你是在做Excel导出功能。在后台代码中重写VerifyRenderingInServerForm方法: public override void Ve....
分类:Windows程序   时间:2014-05-17 01:07:07    阅读次数:433
1112条   上一页 1 ... 108 109 110 111 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!