错误Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refusedFailed to ...
分类:
移动开发 时间:
2014-07-16 22:58:26
阅读次数:
234
今天我的eclipse崩溃了,报“parseSdkContent failed java.lang.NullPointerException”的错误。所有的安卓项目都不正常,创建项目就会报java.lang.NullPointerException的错误。后来上网搜到了解决办法,办法就是,把项目的存...
分类:
编程语言 时间:
2014-07-16 21:34:18
阅读次数:
219
昨天做了一个Android的小程序,调试的时候连接真实的手机,而不是用模拟器。今天早上打开eclipse的时候报错:“Android SDK Content loader has encountered a problem” “parseSdkContent Failed ”。原先设置的模拟器也不见...
分类:
移动开发 时间:
2014-07-16 20:55:07
阅读次数:
210
开发SharePoint2013 的时候,系统里面有一个“SharePoint” 的logo,客户很少不满意,我们的系统不能出现产品的名称,如下图: 咋么修改呢,咨询了广大网友,给出了一个解决方案:launch SharePoint 2013 Management Shell in Admi...
分类:
其他好文 时间:
2014-07-12 13:46:19
阅读次数:
257
Android开发遇到的小问题之小解;@1@ 编译运行安卓程序时eclipse里console里提示The launch will only sync the application package on the device经查找是AndroidManifest.xml里的主activity里红色...
分类:
移动开发 时间:
2014-07-11 09:23:10
阅读次数:
241
1、Shell$ExitCodeException
现象:运行hadoop job时出现如下异常:
14/07/09 14:42:50 INFO mapreduce.Job: Task Id : attempt_1404886826875_0007_m_000000_1, Status : FAILED
Exception from container-launch: org.apache....
分类:
其他好文 时间:
2014-07-11 00:24:58
阅读次数:
355
今天写一个简单的socket网络通讯的程序的时候,用ctrl+c结束服务器端程序之后,再次启动服务器出现了bind failed:the address already in use的错误。在网上查了一下以后找到了原因,在此记录一下。这个IBM的官网上说到了这一点:http://www.ibm.com/developerworks/cn/linux/l-sockpit/。详细介绍如下:
...
分类:
系统相关 时间:
2014-07-10 21:30:27
阅读次数:
806
错误例子:error: command 'cc' failed with exit status 1clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard err...
分类:
其他好文 时间:
2014-07-10 19:30:11
阅读次数:
3913
错误代码:Failed to Initialize Windows Azure Storage EmulatorAdded reservation for http://127.0.0.1:10000/ in user account Richard-PC\Richard.Added reserva...
遇到的问题:1.java.io.IOException: open failed: EINVAL (Invalid argument)异常,在模拟器中的sd卡创建文件夹和文件时报错出错原因可能是:(1)文件名称中含有不符合规范的字符,比如“:”,“?”或者空格等。(2)需要先创建文件夹目录再创建文件...
分类:
移动开发 时间:
2014-07-10 15:12:16
阅读次数:
255