12 2014 档案

Hibernate中文乱码
摘要:utf8 阅读全文

posted @ 2014-12-26 17:53 renshaoping 阅读(111) 评论(0) 推荐(0)

HttpPost 中文编码问题 EntityBuilder
摘要:EntityBuilder.setText()和系统编码一致,中文会出现乱码。使用EntityBuilder.setbinary()解决。 阅读全文

posted @ 2014-12-25 11:03 renshaoping 阅读(801) 评论(0) 推荐(0)

apache 配置tomcat代理
摘要:http代理LoadModule proxy_module modules/mod_proxy.soLoadModule proxy_http_module modules/mod_proxy_http.soLoadModule proxy_ajp_module modules/mod_proxy_... 阅读全文

posted @ 2014-12-16 15:14 renshaoping 阅读(634) 评论(0) 推荐(0)

mysql查询表的当前ID 自动增加id后
摘要:mysql函数语句 “show table status”,可以获取当前数据库里的所有表的属性等信息其中mysql获取指定表当前自增id值(Auto_increment)方法有两种,1、show table status like ‘TableName’2、show table status whe... 阅读全文

posted @ 2014-12-06 10:34 renshaoping 阅读(486) 评论(0) 推荐(0)