this is my first time to try to write the blog about java.i focus on javaSE,javaEE,javaME, recording and sharing my mistakes or idea in no soon is wha...
分类:
其他好文 时间:
2014-09-26 11:21:18
阅读次数:
205
第四步:通过Spark的IDE搭建并测试Spark开发环境Step1:导入Spark-hadoop对应的包,次选择“File”–>“ProjectStructure”–>“Libraries”,选择“+”,将spark-hadoop对应的包导入:点击“OK”确认:点击“OK”:IDEA工作完成后会发现Spark的jar包导入到了我们的工程中..
分类:
其他好文 时间:
2014-09-26 01:10:28
阅读次数:
365
本文讲述在IntelliJ IDEA中使用FileSystem.copyFromLocalFile操作Hadoop时因URI格式有误导致Permission denied的解决过程。环境:Mac OS X 10.9.5, IntelliJ IDEA 13.1.4, Hadoop 1.2.1Hadoo...
分类:
其他好文 时间:
2014-09-25 23:01:38
阅读次数:
144
Selection Sort选择排序The idea of the selection sort is to find the smallest element in the list and exchange it with theelement in the first position. Th...
分类:
其他好文 时间:
2014-09-25 19:44:07
阅读次数:
223
本文讲述使用IntelliJ IDEA时遇到Hadoop提示input path does not exist(输入路径不存在)的一种解决办法。环境:Mac OS X 10.9.5, IntelliJ IDEA 13.1.4, Hadoop 1.2.1Hadoop放在虚拟机中,宿主机通过SSH连接,...
分类:
其他好文 时间:
2014-09-25 17:37:39
阅读次数:
776
第四步:通过Spark的IDE搭建并测试Spark开发环境Step 1:导入Spark-hadoop对应的包,次选择“File”–> “Project Structure” –> “Libraries”,选择“+”,将spark-hadoop 对应的包导入:点击“OK”确认:点击“OK”:IDEA工...
分类:
其他好文 时间:
2014-09-25 16:21:19
阅读次数:
169
先记住前40个常用的1. Ctrl+A全选2. Ctrl+B = Ctrl + 鼠标左键 跳转到声明处3. Ctrl+c复制4. Ctrl+D 复制行、5. Ctrl+E最近更改的代码6. Ctrl+F 查找文本7. Ctrl+shift+F全局查找8. Ctrl+G跳转到第几行9. Ctrl+H ...
分类:
其他好文 时间:
2014-09-25 12:10:18
阅读次数:
198
It is not a good idea to use dev server in Production Environment.
Apache or Nginx are good choice.Both of them are of great used as the web server.
...
分类:
其他好文 时间:
2014-09-25 02:39:28
阅读次数:
338
用Intellij,少很多烦恼。最近在用Java+Groovy混合编程,好吧,Eclipse要下载插件。成也萧何,败也是他。插件良莠不齐,很多都不好用,好用的收费。很多人更喜欢NetBeans,因为需要的都打包在里面了,都是精品(那个Swing界面拖拽开发,真是无人替代),你只需要下载的时候选择.....
分类:
系统相关 时间:
2014-09-24 23:20:47
阅读次数:
395
1. 打开intellij idea,点击configure,settings 2. 左侧展开Version Control,点击Git,点击下图中红框中按钮 3. 在弹出窗口中找到git.exe,点击 4. 点击ok完成设置5. 后退回欢迎页,点击Check out from Version C....
分类:
其他好文 时间:
2014-09-24 20:42:17
阅读次数:
587