Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0xe99d2c
原因是客户端字符集和插入内容的字符集不匹配。PostgreSQL默认不做字符集转换,如果数据库是UTF8的字符集,一般终端的中文字符集会设置为GBK(可以看LANG环境变量确认),所以这个编码不经转换的存入数据库中,而数据库是UTF8的,Po...
分类:
其他好文 时间:
2014-09-26 19:06:48
阅读次数:
208
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:
其他好文 时间:
2014-09-26 12:24:59
阅读次数:
614
关于MyEclipse对Struts2配置文件较检异常Invalidresultlocationvalue/parameter有时候Struts.xml配置没有错误,完全可以顺利运行,而MyEclipse9以上版本却经常出现一大坨错误标识,错误信息是Invalidresultlocationvalue/parameter搜索了一下,结果大多都是转载的某个“技巧”..
分类:
其他好文 时间:
2014-09-25 17:12:09
阅读次数:
133
#lang?racket
(define-syntax?for
??(syntax-rules?(in?:?as)
????((_?(i?:?list)?body?...)
?????(map?(lambda?(i)
????????????body?...)
??????????list))
?...
分类:
其他好文 时间:
2014-09-25 16:59:09
阅读次数:
219
在日常运用中,经常遇到点击按钮/菜单的时候,选中了文本,为了避免这种情况,可以使用纯css来解决这个问题(IE10+),对于旧版本的就只能用js:onselectstart = 'return false;'这种方式。以下介绍一下-prefix-user-select:Formal syntax.....
分类:
Web程序 时间:
2014-09-25 13:08:08
阅读次数:
245
In a DTD, attributes are declared with an ATTLIST declaration.Declaring AttributesAn attribute declaration has the following syntax:DTD example:XML ex...
分类:
其他好文 时间:
2014-09-25 04:03:28
阅读次数:
283
Invalid asset name supplied: , or invalid scale factor: 2.000000错误解决方法:
错误原因:在ios7中设置imageView的image时,实例化image时不能传nil,(cell.imageView.image = [UIImage imageNamed:nil] 上图所报的错,就是因为这句话)。
在ios6中,这...
分类:
其他好文 时间:
2014-09-24 19:59:37
阅读次数:
203
Spring 3 supports${my.server.port:defaultValue}syntax.@Value("${zookeeper.enable:false}") private boolean isZkEnable;done!
分类:
编程语言 时间:
2014-09-23 11:57:24
阅读次数:
1094
MySQL返回:#1064-YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'USINGBTREE,KEY`lang`(`lan....
分类:
数据库 时间:
2014-09-22 18:28:22
阅读次数:
255
上传app时出现的错误:
ERROR
ITMS-9000: "Missing or invalid signature. The bundle 'com.google.GPPSignIn3PResources' at bundle path 'Payload/My_app_name.app/GooglePlus.bundle' is not signed using an Apple sub...
分类:
移动开发 时间:
2014-09-22 18:16:43
阅读次数:
261