摘要:
图片下载 阅读全文
posted @ 2016-07-14 19:31
浪荡小新
阅读(10521)
评论(0)
推荐(0)
摘要:
public class ChineseUtils { public static void main(String[] args) { String str = "中国 (1).jpg"; try { String str2 = new String(str.getBytes("iso-8859-1"),"iso-8859-1")... 阅读全文
posted @ 2016-07-14 19:27
浪荡小新
阅读(938)
评论(0)
推荐(0)
摘要:
日志包装类 需要依赖:as3corelib库 阅读全文
posted @ 2016-07-14 19:24
浪荡小新
阅读(427)
评论(0)
推荐(0)
摘要:
1.Flex端进行编码 2.Java端解码 解决乱码问题。 阅读全文
posted @ 2016-07-14 19:20
浪荡小新
阅读(242)
评论(0)
推荐(0)