01 2013 档案
摘要:http://blog.csdn.net/ydj213/article/details/8088759ZBar 有个问题,对于中文二维码的支持经常出现乱码。ZBar 缺省支持 SHIF-JIS, UTF-8, ISO8859-1 ,但是不支持 GB18030,而很多生成的二维码都是 GB18030 (或者 GBK, GB2312)的,所以 ZBar 解码出来就直接乱码了/*This is the encoding the standard says is the default.*/ //latin1_cd=iconv_open("UTF-8","ISO8859-
阅读全文
摘要:例子比较简单 记录下思路1、接口中定义 实体和方法声明 //登录信息 [OperationContract] [WebInvoke(UriTemplate = "LogInf/{name}/{pwd}", Method = "POST", ResponseFormat = WebMessageFormat.Json)] LogInf GetLogInf(string name, string pwd);2//数据交换实体类 [DataContract] public class LogInf { [DataMember] public string Us
阅读全文
摘要:http://www.devdiv.com/iOS_iPhone-ASIHTTPRequest使用指南_中文版_-thread-124642-1-1.html
阅读全文

浙公网安备 33010602011771号