0*7e47f5f6指令引用的0*03e42352内存,该内存不能为read?这个是中毒后引起的,你按下面的方式来做就可以搞定了,去下个最新版的360安全卫士:下载地址是:http://down.360safe.com/psetup1845558.exe清理一下系统垃圾,然后用这个来清理一下IE,再...
分类:
其他好文 时间:
2014-12-20 20:48:37
阅读次数:
135
题目
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
解答
求二叉树的最大深度。
递归:a.若二叉树为空,...
分类:
其他好文 时间:
2014-12-20 15:38:37
阅读次数:
173
调试的时候出现一下错误:The connection to adb is down, and a servera error has occured.You must restart adb and Eclipse. Please ensure that adb is correctly locat...
分类:
移动开发 时间:
2014-12-20 00:44:35
阅读次数:
213
这题要收费了。只能网上看题目,我等屌丝也没法OJ测试了。网上看了后发现其实并非独创,其他的方也有类似的题。例如在这里,CareerCup上先用了递归的想法, TreeNode *ans; TreeNode *helper156(TreeNode *root) { if...
分类:
其他好文 时间:
2014-12-19 12:05:48
阅读次数:
167
一、情况描述: 我们在使用eclipse开发有时候会出现adb连接异常中,有时候控制台会打印出来 adb connect异常 比如会出现下面这样 : [2014-12-18 16:18:26 - ] The connection to adb is down, and a severe error ...
分类:
移动开发 时间:
2014-12-19 11:48:06
阅读次数:
199
axis2 WebService的发布与调用1:准备:JDK:http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.html eclipse:http://www.eclipse.org/down....
分类:
Web程序 时间:
2014-12-19 10:03:49
阅读次数:
251
Spring.NET 1.3.2下载地址:http://down.51cto.com/data/861700
下载后解压
Spring.NET-1.3.2.7z:这个里面有我们需要用到的所有东西。
Spring.NET-1.3.2.exe:安装文件
Spring.NET-1.3.2-API.chm:帮助文档
NHibernate 3.2 的下载地址:
http://source...
分类:
编程语言 时间:
2014-12-18 22:17:44
阅读次数:
307
先附一图(自己画的又难看还说不全,就down个美观点的):具体每个接口和实现类是什么意思就不说了,菜鸟一枚可能也说不太清,此篇主要说一些本人学习过程中印象深刻的问题。1、 Vector、ArrayList、LinkedList的联系与区别:Vector与ArrayList唯一区别就是Vector线程...
分类:
编程语言 时间:
2014-12-18 20:31:16
阅读次数:
174
教你如何实现android上的九点连线锁 - 周柯文 - 博客园这两天研究了View类,自己实现了一个九点连线锁,把心得分享下。下面是实现截图:我的思路是,首先绘制每个点,就是中间的小蓝点,当手指触摸到某个点的范围内时(就是当ACTION_DOWN发生在某个范围内时),绘制灰色大圆;当手指移动时(A...
分类:
移动开发 时间:
2014-12-18 15:02:11
阅读次数:
250
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'E:\androidide\android-sdk-windows\platform-tools\adb....
分类:
数据库 时间:
2014-12-18 13:35:51
阅读次数:
191