log4j:WARN No appenders could be found for logger
分类:
移动开发 时间:
2015-09-17 08:46:23
阅读次数:
143
Pascal's Triangle IIGiven an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your alg...
分类:
其他好文 时间:
2015-09-16 21:34:10
阅读次数:
183
Sum Root to Leaf NumbersGiven a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-l...
分类:
其他好文 时间:
2015-09-16 17:39:34
阅读次数:
106
Follow upforH-Index: What if thecitationsarray is sorted in ascending order? Could you optimize your algorithm?class Solution(object): def hIndex(s...
分类:
编程语言 时间:
2015-09-15 21:36:36
阅读次数:
211
eclipse运行hadoop程序报错:Connection refused: no further informationlog4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration....
分类:
系统相关 时间:
2015-09-15 21:33:46
阅读次数:
590
搭建好FTP之后就没有去测试了,今天去试了一下上传的时候发生错误了,无法上传,提示“553 Could not create file”错误,上网找了一些资料,发现很多都说是权限和防火墙的问题,但是我们的服务器好像没开防火墙啊,我记得我关了防火墙了(虽然这样很不安全,迟点再装上个IPTABLES吧,...
分类:
Web程序 时间:
2015-09-15 16:25:46
阅读次数:
231
Exploiting CVE-2015-2509 /MS15-100 : Windows Media Center could allow remote code executionTrend Micro blog aboutitfew days ago. This vulnerability is...
在Ubuntu 中,安装JDK之后,不能正常启动PHPStorm的问题
分类:
编程语言 时间:
2015-09-14 22:25:08
阅读次数:
617
Failed to host the DeployerNotificationReceiverSystem.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:6001/Deployer/No...
分类:
Web程序 时间:
2015-09-14 15:20:09
阅读次数:
309
当我在用NET命名空间下获取URL的时候,提示如下错误:The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.使用传输安全模式,证书建立S...
分类:
Web程序 时间:
2015-09-14 13:58:53
阅读次数:
309