这是因为myeclipse没有正常关闭再次启动加载工作空间时产生的错误异常,删除工作空间下F:\java-work\.metadata\.plugins\org.eclipse.core.runtime\.settings\的com.genuitec.eclipse.ast.deploy.core. ...
分类:
系统相关 时间:
2017-09-22 10:10:58
阅读次数:
236
一、选择题(32分) 1、python不支持的数据类型有:(A) A、char B、int C、float D、list 2、x = “foo” y = 2 print(x+y) (E) A.foo B.foofoo C.foo2 D.2 E.An exception is thrown 解释:不同 ...
分类:
编程语言 时间:
2017-09-02 18:06:17
阅读次数:
732
目前据我所知最好用的 autocomplete 插件就是 jquery-ui 的 autocomplete 以及 devbridge 的 autocomplete 插件。 我最终选择了 devbridge 的 autocomplete 插件,主要是不想引用 jquery-ui 的 css 文件。 官 ...
分类:
其他好文 时间:
2017-08-23 11:49:53
阅读次数:
187
Problem Description A weird clock marked from 0 to 59 has only a minute hand. It won’t move until a special coin is thrown into its box. There are dif ...
分类:
其他好文 时间:
2017-08-19 21:17:41
阅读次数:
195
n common cubic dice are thrown. What is the probability that the sum of all thrown dice is at least x? Input Input starts with an integer T (≤ 200), d ...
A reference to null should never be dereferenced/accessed. Doing so will cause a NullPointerException to be thrown. At best, such an exception will ca ...
分类:
其他好文 时间:
2017-08-08 12:40:10
阅读次数:
1084
android.os.NetworkOnMainThreadException 一、出现原因 我把网络读取数据的操作写进了主线程 二、产生原因 官网解释 Class Overview The exception that is thrown when an application attempts ...
分类:
移动开发 时间:
2017-08-07 22:11:08
阅读次数:
238
1.创建maven项目 pom文件: 2.编写wordcound 3.在src下面创建NativeIO 创建package:org.apache.hadoop.io.nativeio 创建类:NativeIO 4.确保hadoop运行正常,将文件上传到hdfs上 hadoop fs -mkdir - ...
分类:
其他好文 时间:
2017-07-25 00:50:27
阅读次数:
331
修仙修仙! PART1:给你了一部分源代码,让你根据输入建立URL,读取网站HTML的前五行内容,逆序输出。。 逆序输出倒不难。。就是这个网站的部分研究了半天,还有感觉这个BufferedReader甚是麻烦。。 运行结果: PART2:输入一串字符,去掉第二个字符并输出: 找了几种不同的键盘输入的 ...
分类:
其他好文 时间:
2017-07-15 10:08:38
阅读次数:
198
ps:每一篇博客不过为了记录学习的过程,并反思总结,如有错误,还望指正。 函数原型:extern __pid_t fork (void) __THROWNL; 该函数包括于头文件unistd.h中。 源文件里凝视: /* Clone the calling process, creating an ...
分类:
系统相关 时间:
2017-07-04 21:42:30
阅读次数:
272