摘要: public static String loadConvert(String src) { char[] in = new char[src.length()]; src.getChars(0, src.length()-1, in, 0); char[] convtBuf = new char[in.length]; int len = in.length; int off = 0; char aChar; char[] out = convtBuf; // 保存输出结果 int outLen = 0; int end = off + len; while (off < end) { 阅读全文
posted @ 2012-09-02 23:51 箫起之曲 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 实现新浪微博代码登录功能 阅读全文
posted @ 2011-11-14 20:11 箫起之曲 阅读(10447) 评论(19) 推荐(3) 编辑