2014年2月11日
摘要: 代码1:引用:System.ServiceModel.Web程序集(系统内置)public static T JSONDecode(string json){ JsonQueryStringConverter converter = new JsonQueryStringConverter()... 阅读全文
posted @ 2014-02-11 11:16 朝着 阅读(696) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Reflection;namespace Beehive.CloudReader.Utility{ /// /// 反射工厂 /// public abs... 阅读全文
posted @ 2014-02-11 10:46 朝着 阅读(144) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.IO;namespace Beehive... 阅读全文
posted @ 2014-02-11 10:45 朝着 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Net;using System.I... 阅读全文
posted @ 2014-02-11 10:38 朝着 阅读(532) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Beehive.CloudReader.Utility{ ... 阅读全文
posted @ 2014-02-11 09:28 朝着 阅读(375) 评论(0) 推荐(0) 编辑