1、错误描述java.lang.IllegalArgumentException: sheetName '' is invalid - character count MUST be greater than or equal to 1 and less than or equal to 31
at org.apache.poi.ss.util.WorkbookUtil.validateShee...
分类:
编程语言 时间:
2015-07-28 21:13:47
阅读次数:
440
今天学习了一下微信企业号发送消息的接口,发现在发送含有中文字符的信息时,微信接口响应错误,错误信息为:
invalid charset. please check your request, if include \uxxxx will create fail!
但是,在不包含中文字符的事情,却没有什么问题。其实错误信息已经很明确,是因为包含了\uxxxx这个Unicode编码导致无法解析...
分类:
微信 时间:
2015-07-28 13:04:21
阅读次数:
1202
开始遇到这个问题的时候,我第一反应是“数据越界了,问题应该在数组里面”。然后我在就数据里面找啊。但是把所有相关的数据对查了一遍,数据没有问题啊。后来我把全部数据答应出来。不断的测试。发现,一个地方的数据发送了变化。这种变化存在一定的偶然行。然后我就跟这偶然得到数据追寻。发现是这组数据是另外一个界面的...
分类:
编程语言 时间:
2015-07-27 10:37:03
阅读次数:
212
在WIN XP下手动配置PHP环境,安装Apache2.4+fastcgi后,重启Apache服务,出现如下提示:AH00526: Syntax error on line 293 of D:/php_web/Apache24/conf/httpd.conf:Invalid command 'Ord...
分类:
Web程序 时间:
2015-07-26 12:25:54
阅读次数:
6623
1 地图定位,发现出现这个问题
Exception : 'Invalid Region ' when trying to display the map
2 究其根本,数据出错,后来找了原因,latitude 118,错了,已经超过范围
-90<=latitude<=90
-180<=longtitude<=180...
分类:
其他好文 时间:
2015-07-24 20:54:26
阅读次数:
95
$image = new Imagick($url);
$image->blurImage($x, $y);
调用blurImage($x, $y)函数报错:
原因是:原来的图片是CMYK的是印刷模式的。改为RGB显示模式就好用了!!!!!!!!!!!
*** glibc detected *** /data/php/bin/php: f...
分类:
其他好文 时间:
2015-07-24 14:26:10
阅读次数:
115
使用R读取数据的时候遇到这种错误:invalid multibyte string at ''解决方法就是:tbl <- read.delim("dir/file.txt", fileEncoding="UCS-2LE")Refhttp://stackoverflow.com/questions/4...
分类:
其他好文 时间:
2015-07-24 06:55:55
阅读次数:
151
今天在尝试自定义一个控件后,在布局文件中使用的时候报错
xmlns:tools="http://schemas.android.com/tools"
xmlns:carrey="http://schemas.android.com/apk/res/com.example.customview"
android:layout_width="match_parent"...
分类:
其他好文 时间:
2015-07-23 12:08:27
阅读次数:
143
2. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptvs 2010Properties\Configuration Properties\Mai\nifest Tool\In...
分类:
编程语言 时间:
2015-07-23 06:40:39
阅读次数:
108
【错误】
模拟器无法启动,报错:Cannot set up guest memory ‘android_arm’: Invalid argument
【解决办法】
在AVD中(Android Virtual Device Manager)将模拟器的RAM调成512。
参考:http://stackoverflow.com/questions/26620765/cannot-set-up-gu...
分类:
移动开发 时间:
2015-07-22 01:41:29
阅读次数:
283