06 2015 档案

摘要:[root@web ~]# cat ~/.ssh/configHost gerritUser deploy-gerritPort 29418Hostname gerrit.demo.comIdentityFile ~/.ssh/id_rsaIdentityFile ~/.ssh/openssh-ke... 阅读全文
posted @ 2015-06-19 17:00 er_bao 阅读(1772) 评论(0) 推荐(0)
摘要:问题描述: 服务器迁移,迁移以后Linux系统编码由 UTF-8 变成了GBK !!! 导致在resin 中运行java web项目,调用 http 接口,解析http 接口的返回内容 如:xml 时,出现奇怪的(xml 中还有中文)编码错误。(底层使用dom4j 解析xml)错误如下:org... 阅读全文
posted @ 2015-06-18 19:49 er_bao 阅读(937) 评论(0) 推荐(0)