摘要: 1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using... 阅读全文
posted @ 2014-05-21 17:25 FlashMeng 阅读(270) 评论(0) 推荐(0)
摘要: Visual Studio 2013旗舰版KEY:BWG7X-J98B3-W34RT-33B3R-JVYW9Ultimate:BWG7X-J98B3-W34RT-33B3R-JVYW9 Premium:FBJVC-3CMTX-D8DVP-RTQCT-92494 阅读全文
posted @ 2014-05-21 16:32 FlashMeng 阅读(542) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 对象序列化成 XML String 3 /// 4 public static void XmlSerialize(T obj, string fieldTickefolderName, string fieldTic... 阅读全文
posted @ 2014-05-21 16:18 FlashMeng 阅读(211) 评论(0) 推荐(0)
摘要: 1 public static async Task DisplayApplicationPicker(string folderName, string fileName) 2 { 3 // Path to the file in the app... 阅读全文
posted @ 2014-05-21 16:04 FlashMeng 阅读(259) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 8 ... 阅读全文
posted @ 2014-05-21 15:56 FlashMeng 阅读(285) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-05-21 15:38 FlashMeng 阅读(19) 评论(0) 推荐(0)
摘要: Newtonsoft.Json.Net20.dll 下载请访问http://files.cnblogs.com/hualei/Newtonsoft.Json.Net20.rar在.net 2.0中提取这样的json{"name":"lily","age":23,"addr":{"city":guan... 阅读全文
posted @ 2014-05-21 15:34 FlashMeng 阅读(2703) 评论(0) 推荐(0)