413 Request Entity Too Large配置好的 Nginx 服务器 今天上传文件时显示的错误 原因:上传的文件大小超过了Nginx client_max_body_size 的限制 ; 一般安装Nginx时,他的默认大小client_max_body_size 是 ...
分类:
其他好文 时间:
2015-05-05 18:20:51
阅读次数:
131
这几天都在学习Hive,在安装方面花费了不少时间,主要问题集中在:1)创建数据库后创建表不成功,提示Specified key was too long; max key length is 767 bytes 长度的问题。因为用的不是案例的数据库,傻不拉几折腾了好些时间。2)总算创建表成功了...
分类:
其他好文 时间:
2015-05-05 18:19:26
阅读次数:
144
xargs是给命令传递参数的一个过滤器,也是组合多个命令的一个工具。它把一个数据流分割为一些足够小的块,以方便过滤器和命令进行处理。通常情况下,xargs从管道或者stdin中读取数据,但是它也能够从文件的输出中读取数据。xargs的默认命令是echo,这意味着通过管道传递给xargs..
分类:
其他好文 时间:
2015-05-04 15:47:36
阅读次数:
144
本人在编译OpenWrt,可能是选多了,导致最后报错: make[5]:?[install]?Error?255?(ignored)
/home/hevake_lcj/Workspace/OpenWRT/trunk/staging_dir/host/bin/mktplinkfw?-H?0x07400004?-W?1?-F?4Mlzm...
分类:
其他好文 时间:
2015-05-03 16:09:48
阅读次数:
218
configure 时出现以下错误:checking for autoconf... no
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL file for required versions.问题原因:
缺少autoconf或版本太低下载安装新版本#...
分类:
其他好文 时间:
2015-05-02 11:15:11
阅读次数:
510
1265 - Island of Survival
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You are in a reality show, and the show is way too real t...
分类:
其他好文 时间:
2015-05-01 12:08:02
阅读次数:
542
最先试一试最简单的测试方式就是先修改my.ini文件中的-default-character-set = gb2312或utf8,重启mysql再输入数据,如果不行,再考虑以下办法。在程序中写了一段代码向数据库中插入数据,出现了data too long for column 'name' at r...
分类:
其他好文 时间:
2015-04-30 21:37:14
阅读次数:
135
glassfish里抛出如下错误:
org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
PWC6199: Generated servlet error:
string:///XXXX_jsp.java:169: constant string too long
是由于glassfish里 把genStrAsCharArray 项设为 true 导致的。...
分类:
编程语言 时间:
2015-04-30 16:19:51
阅读次数:
326
报错位置
SDWebImage里面一些类的方法
objc_msgSend(delegate, @selector(webImageManager:didFinishWithImage:forURL:), self, image, url);
报错内容
......SDWebImage/SDWebImageManager.m:246:22: Too many arguments to fun...
分类:
其他好文 时间:
2015-04-29 19:46:58
阅读次数:
1898
http://zuoye.baidu.com/question/f1e3db7358aaa7f6f745a2b1c6f3c274.htmlPadon?Could you speak louder?Your voice is too low,could you speak up?Could you s...
分类:
其他好文 时间:
2015-04-27 23:30:12
阅读次数:
182