14/07/21 17:49:59 ERROR security.UserGroupInformation: PriviledgedActionException as:chenlongquan cause:org.apache.hadoop.mapred.FileAlreadyExistsException: Output directory hdfs://ubuntu:9000/output0...
分类:
其他好文 时间:
2014-07-22 14:38:19
阅读次数:
179
android SDK更新到23.0.2后创建新项目无法创建MainActivity和默认布局,这个时候就需要更新ADT到23.0.2 更新时报如下错误 Your original request has been modified. "Android DDMS" is already installed, so a...
分类:
移动开发 时间:
2014-07-21 10:25:58
阅读次数:
323
在将一个fragment替换到一个frameLayout的时候报错:code: transaction.replace(R.id.fragment_container, fragment2);错误: java.lang.IllegalStateException: The specified chi...
分类:
其他好文 时间:
2014-07-21 08:03:10
阅读次数:
217
在Windows下使用mysql API或者WinSock API的时候,需要包含#include 。 编译的时候就会遇到标题所示的问题。 一般最简单的坚决办法是:在包含WinSock2.h之前包含其它的。 可以双击这条报错语句,然后看看是哪个头文件报错了,一般情况下是,就在WinSock2.h之前...
分类:
移动开发 时间:
2014-07-19 13:29:43
阅读次数:
277
Counting
The Problem
Gustavo knows how to count, but he is now learning how write numbers. As he is a very good student, he already learned 1, 2, 3 and 4. But he didn't realize yet tha...
分类:
其他好文 时间:
2014-07-18 22:04:36
阅读次数:
322
A simple 1D searching problem. Binary search of course.But.. STL has already done it for you:class Solution {public: int searchInsert(int A[], int ...
分类:
其他好文 时间:
2014-07-18 18:35:41
阅读次数:
205
Problem Description
The Czech Technical University is rather old — you already know that it celebrates 300 years of its existence in 2007. Some of the university buildings are old as well. And the ...
分类:
其他好文 时间:
2014-07-18 12:24:56
阅读次数:
217
脑补一下JDBC基础知识,原文链接:http://docs.oracle.com/javase/tutorial/jdbc/basics/gettingstarted.htmlIf you are using Java DB, it already comes with a JDBC driver....
分类:
数据库 时间:
2014-07-18 10:37:40
阅读次数:
248
http://yzxqml.iteye.com/blog/1761540————————————————————————————————————————————————————————————————————————————————Log4j是Apache的一个开放源代码项目,通过使用Log4j,我...
分类:
移动开发 时间:
2014-07-18 09:02:20
阅读次数:
277
错误:
rake aborted!
Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this.
解决:
bundle exec rake d...
分类:
其他好文 时间:
2014-07-17 10:31:22
阅读次数:
209