摘要: //aa='{"id":0,"appId":"app***********Id","appSecret":"appSexxxxxxxxxrcret","addBalance":111,"updateTime":0}'; var... 阅读全文
posted @ 2015-10-13 18:32 ordinary01 阅读(479) 评论(0) 推荐(0)
摘要: @RequestMapping(value = "/{path}/toList") public String toList(@PathVariable String path) { return "xte/" + path; } 阅读全文
posted @ 2015-10-13 14:03 ordinary01 阅读(230) 评论(0) 推荐(0)
摘要: 从计算机对多国语言的支持角度看,大致可以分为三个阶段:ISO-8859-1iso-8859-1最多能表示的字符范围是0-255(编码范围是0x00-0xFF),其中0x00-0x7F之间完全和ASCII一致(ASCII是7位编码,能个表示128个字符),因此向下兼容ASCII,由于ISO-8859-... 阅读全文
posted @ 2015-10-13 12:33 ordinary01 阅读(523) 评论(0) 推荐(0)