随笔分类 -  数据结构

Spring的PropertyPlaceholderConfigurer应用
摘要:Spring 利用PropertyPlaceholderConfigurer占位符 转载地址:http://www.cnblogs.com/yl2755/archive/2012/05/06/2486752.html 1. PropertyPlaceholderConfigurer是个bean工厂后 阅读全文

posted @ 2013-07-17 18:25 世界之大追梦者 阅读(295) 评论(0) 推荐(0)

String与byte[]字节数组中文转换乱码问题
摘要:Sunshine的 String.getBytes()和new String()在Java中,String.getBytes(String decode)方法会根据指定的decode编码返回某字符串在该编码下的byte数组表示,如byte[] b_gbk = "中".getBytes("GBK");byte[] b_utf8 = "中".getBytes("UTF-8");byte[] b_iso88591 = "中".getBytes("ISO8859-1");byte[] 阅读全文

posted @ 2013-04-20 16:08 世界之大追梦者 阅读(42440) 评论(1) 推荐(1)

导航