估计是因为Win7和ADS不兼容的原因,第一次安装ADS后一直停在100%的位置,等了好久也没有反应。于是我点了Cancel。准备从新安装,于是就发生了下面的问题:一直在Modify
Repair Remove界面循环: 无论我是点什么都没有用。 一开始想着能不能从360卸载,找了半天发现360软件...
分类:
其他好文 时间:
2014-05-23 08:51:38
阅读次数:
360
Ext使用了三个核心的工具类对我们掌握的DOM进行了完美的封装。 ┣
Ext.Element(几乎对DOM的一切进行了封彻底装) ┣ Ext.DomHelper(一个强大的操控UI界面的工具类) ┣
Ext.DomQuery(用来进行DOM节点查询)Ext.Element常用的方法: ┣ E...
分类:
Web程序 时间:
2014-05-22 00:55:39
阅读次数:
315
Given a sorted array, remove the duplicates in
place such that each element appear onlyonceand return the new length.Do not
allocate extra space for a...
分类:
其他好文 时间:
2014-05-21 20:00:51
阅读次数:
296
Given a sorted linked list, delete all nodes
that have duplicate numbers, leaving onlydistinctnumbers from the original
list.For example,Given1->2->3-...
分类:
其他好文 时间:
2014-05-21 17:51:09
阅读次数:
190
Html DOM Ext Element ComponentComponent 最高层Html DOM
最基础Ext.getCmp 是 Ext.ComponentMgr.get 的简称 获取 ComponentExt.get 是 Ext.Element.get
的简称 获取Ext Element.....
分类:
其他好文 时间:
2014-05-21 17:26:40
阅读次数:
258
Microsoft.Maps.Events.addHandler(map, "mousemove", function (e) {
// get the HTML DOM Element that represents the Map
var mapElem = map.getRootElement();
if (e.targetType === "map") {
// Mou...
分类:
其他好文 时间:
2014-05-21 10:47:53
阅读次数:
253
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-21 04:39:53
阅读次数:
332
Java中List.remove(removeRange,clear类似)报出UnsupportedOperationException的错误。原来该List是一个AbstractList,不支持增删改操作。一般情况下我们会使用LinkedList和ArrayList,什么情况下出现AbstractList呢?通过ArrayList.asList()函数得到的List就是AbstractList。..
分类:
编程语言 时间:
2014-05-20 20:15:11
阅读次数:
427
1.HashSet内的对象无法remove:在Java中HashSet的底层的实现是通过Map来实现,将要保存的对象的hashcode值作为Key,使用一个dummy作为Value.在对象被放入Set之后,如果有操作改变影响该对象的hashcode的变量,会造成该对象无法被remove,因为remove时是通过hashcode来查找Set内的..
分类:
其他好文 时间:
2014-05-20 19:57:22
阅读次数:
294
为虚拟磁盘添加/删除物理磁盘Add-Physicaldisk此命令用于将指定的物理磁盘添加到虚拟磁盘在存储池一节已经介绍过将物理磁盘加入存储池的用法,在这里将介绍在虚拟磁盘上的用法在正式介绍命令用法之前先回答在Get-StoragePool,Get-VirtualDisk,New-VirtualDisk三节中的提问要..
分类:
其他好文 时间:
2014-05-20 19:05:35
阅读次数:
280