Master节点Log篇 1.?? WARN org.apache.hadoop.hdfs.server.common.Util: Path /usr/mywind/name should be specified as a URI in configuration files. Please update hdfs configuration. 问题定位:hdfs-si...
分类:
其他好文 时间:
2014-11-24 12:07:12
阅读次数:
230
This new feature doesn't paint the SQL statement in color; rather, it sort of marks it as "important."Suppose you are troubleshooting a performance issue and you suspect a specific SQL statement contr...
分类:
数据库 时间:
2014-11-24 11:53:56
阅读次数:
199
jetty中运行jsp时:报错:No JSP support. Check that JSP jars are in lib/jsp and that the JSP option has been specified to start.jar解决: 在pom.xml中加入jsp-2.1-gl...
分类:
其他好文 时间:
2014-11-22 00:40:00
阅读次数:
175
警告:it is always overridden by the value specified in the Gradle build script本文地址: http://blog.csdn.net/caroline_wendy警告:This minSdkVersion value (8) is not used; it is always overridden by the value s...
分类:
移动开发 时间:
2014-11-20 07:58:07
阅读次数:
243
ViewPager 报错:Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first....
分类:
编程语言 时间:
2014-11-19 18:47:17
阅读次数:
149
报错信息为:java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.首先,如果你看到这篇文章,说...
分类:
其他好文 时间:
2014-11-19 18:34:29
阅读次数:
119
y@y:~$ sqlplus Error 46 initializing SQL*PlusHTTP proxy setting has incorrect valueSP2-1502: The HTTP proxy server specified by http_proxy is not acce...
分类:
数据库 时间:
2014-11-17 19:04:06
阅读次数:
559
Name
Description
Equals(Object)
Determines whether the specified object is equal to the current object.
Equals(Object, Object)
Determines whether the specified object instances are co...
Point It represents a 2D point, specified by its image coordinates and . We can define it as: Point pt;pt.x = 10;pt.y = 8; or Point pt = Point(10, 8);...
参考了以下的文章,出现了 No input file specified. 我发现cmd下文件路径问题 c:\php>php-cgi.exe?-b?127.0.0.1:9000?-c?c:\php\php.ini 注意斜杠 原理:nginx+php-cgi的方式 配置步骤 ?? 1、 接下来我们...