摘要: void ConvertGBKToUtf8(CString& strGBK) { int len=MultiByteToWideChar(CP_ACP, 0, (LPCTSTR)strGBK, -1, NULL,0); unsigned short * wszUtf8... 阅读全文
posted @ 2015-03-26 14:46 巅峰净土 阅读(134) 评论(0) 推荐(0)
摘要: 李xuCnBlogsHomeNew PostContactAdminRssPosts - 6 Articles - 0 Comments - 1OC与js混合开发在iOS开发中,大多必然会用到UIWebView,所以我们有必要去研究oc与js的相互调用。若在app中加载的webView界面进行交互,... 阅读全文
posted @ 2015-03-18 15:18 巅峰净土 阅读(314) 评论(0) 推荐(0)
摘要: #include #include #include #include unsigned char C[17][28],D[17][28],K[17][48];unsigned char pc_1_c[28]={ 57,49,41,33,25,17,9 ,1,58,50,42,34,26,18 ,1... 阅读全文
posted @ 2015-03-18 14:38 巅峰净土 阅读(330) 评论(1) 推荐(0)