win7下eclipse远程开发hadoop程序,分为两种: (1)运行【Run As】 Java Application, 打包程序为jar,上传集群执行(这里不做解释) (2)运行【Run As】 Run on Hadoop重点来说说Run on Hadoop这种方式,搭建好eclipse远.....
分类:
系统相关 时间:
2014-10-25 11:52:07
阅读次数:
194
Windows下推荐使用ConsolasLinux下推荐使用DejaVu Sans Mono,Website:http://dejavu-fonts.org/wiki/Main_PageDownload:http://dejavu-fonts.org/wiki/Download不同系统的安装文件相同...
分类:
系统相关 时间:
2014-10-25 11:41:16
阅读次数:
208
原创文章,如有转载,请注明出处:http://blog.csdn.net/yihui823/article/details/6697535本文章的前提:已经安装了Eclipse和ADT。android SDK也下载完毕。Eclipse里面已经设置好了android SDK。本文章将系统的介绍Andr...
分类:
移动开发 时间:
2014-10-25 07:03:41
阅读次数:
182
原创文章,如有转载,请注明出处:http://blog.csdn.net/yihui823/article/details/6689922本文章的前提:已经安装了Eclipse和ADT。android SDK也下载完毕。Eclipse里面已经设置好了andro本文章的前id SDK。本文章将系统的介...
分类:
移动开发 时间:
2014-10-25 07:03:23
阅读次数:
218
原创文章,如有转载,请注明出处:http://blog.csdn.net/yihui823/article/details/6686578本文章的前提:已经安装了Eclipse和ADT。android SDK也下载完毕。Eclipse里面已经设置好了andro本文章的前id SDK。本文章将系统的介...
分类:
移动开发 时间:
2014-10-25 07:02:49
阅读次数:
185
一、Android 的 SDK Windows 版本安装按顺序安装以下内容1.安装JDK(Java Development Kit, 即Java开发工具包)2. 安装Eclipse 集成开发环境3.安装SDK(Software Development Kit, 即软件开发工具包)4.安装ADT(An...
分类:
移动开发 时间:
2014-10-25 00:47:59
阅读次数:
365
Eclipse @override报错解决关键字: eclipse @override 报错 解决第一种解决方案:@Override是JDK5 就已经有了,但有个小小的Bug,就是不支持对接口的实现,认为这不是Override而JDK6 修正了这个Bug,无论是对父类的方法覆盖还是对接口的实现都可以...
分类:
系统相关 时间:
2014-10-24 23:33:49
阅读次数:
266
1, Stack, heap, contructorStack: method invocations, local variables所以在eclipse里查看stack trace,最上面的是当前调用的方法,当结束当前方法,其就会被移出stack.variable: primitive, or ...
分类:
其他好文 时间:
2014-10-24 23:30:00
阅读次数:
286
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把ec...
分类:
数据库 时间:
2014-10-24 22:05:09
阅读次数:
322
Update July 2011:?This list has been reviewed and made current with the most recent Eclipse 3.7 release. If you are a Java developer and use the new @SuppressWarnings annotation in your code from...
分类:
其他好文 时间:
2014-10-24 20:54:22
阅读次数:
214