把Hadoop源码导入IDEA中后,其中有个ClientNamenodeProtocolProtos文件代码高达82997行,IDEA直接就不把它当java类看了,报file size exceeds configured limit错误。 解决办法如下: 你可以尝试修改intellij IDE安装...
分类:
其他好文 时间:
2016-02-24 22:47:12
阅读次数:
291
ios进行http请求,会出现这个问题: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be con
分类:
移动开发 时间:
2016-02-16 18:37:04
阅读次数:
156
这几天重装系统,装了win10,居然用vs2013打开项目出现下面这个提示错误,搞了很久才知道原因: Even though I am an administrator on the machine, Visual Studio is not running as administrator so
分类:
移动开发 时间:
2016-02-05 19:24:40
阅读次数:
246
今天在程序中,jedis put数据到redis过程中,“MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk”报错; 再查看Redis日志,看到有这样的错误提示
分类:
数据库 时间:
2016-02-03 11:40:45
阅读次数:
187
/*** * MapReduce Module * @author nele * */ public class ModuleMapReduce extends Configured implements Tool { // map class /** * * @author nele * TODO
分类:
其他好文 时间:
2016-02-02 16:12:48
阅读次数:
207
报错信息: Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured
分类:
Web程序 时间:
2016-02-01 18:29:09
阅读次数:
133
while running: /u01/app/oracle/product/10.2.0/db_1/root.sh Checking to see if Oracle CRS stack is already configured/etc/oracle does not exist. Creati
分类:
数据库 时间:
2016-01-31 02:40:44
阅读次数:
1910
1. Install Xdebug To use Xdebug with PhpStorm for debugging PHP applications, you need to have a PHP development environment configured with Xdebug ex
分类:
移动开发 时间:
2016-01-30 09:35:37
阅读次数:
344
刚学线程通信,提示:2016-01-27 11:11:02.246 20-9 gcd3 communicationOfThread[5193:298643] App Transport Security has blocked a cleartext HTTP (http://) resource ...
分类:
移动开发 时间:
2016-01-27 12:55:23
阅读次数:
164