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
服务器上启动一个java程序,其他服务器正常,有一个老是失败,最后发现了: The stack size specified is too small, Specify at least 228k? 我的jvm参数是: -server -Xmx2048m -Xms2048m -Xss128k -XX:MaxPe...
分类:
其他好文 时间:
2015-04-27 17:03:21
阅读次数:
1534
打算好好练练计算几何。
昨天经过反省决定戒掉一做题就看题解的恶习,结果今天做题就抓瞎了。。。
因为刚开始有很多公式方法不知道,所以完全自己做就毫无思路= =。还是忍住没看题解,打开了手边的CLRS,我本来以为这里面关于计算几何的篇幅很少,应该讲不了什么。
然后我发现我错了,经典就是经典。关于判断线段相交的方法,讲的非常清楚,每一步包括叉乘等细节都有很详细的讲解。
看完之后手动敲,1A,代码...
分类:
其他好文 时间:
2015-04-25 12:17:23
阅读次数:
153
Ignatius and the Princess IVTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=1029Description"OK, you are not too bad...
分类:
其他好文 时间:
2015-04-24 14:08:39
阅读次数:
154
dfs序+可持久化线段树 好吧……是我too naive 这题……$$ans=min(dep[x],k)×(size[x]-1)+\sum_{y在x的子树中,且dis(x,y)12 #include13 #include14 #include15 #include16 #include17 #d.....
分类:
其他好文 时间:
2015-04-19 01:10:32
阅读次数:
201