Loading

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: ... 阅读全文
posted @ 2014-07-03 12:48 androllen 阅读(194) 评论(0) 推荐(0) 编辑
摘要: //获得设备虚拟标示符wp8public string GetWindowsLiveAnonymousID() { object anid = new object(); string anonymousUserId = ""; ... 阅读全文
posted @ 2014-06-22 15:48 androllen 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Stopwatch time = new Stopwatch(); byte[] target = new byte[size]; for (int j = 0; j < size; j++) target[j] = unchecke... 阅读全文
posted @ 2014-06-15 19:36 androllen 阅读(176) 评论(0) 推荐(0) 编辑
摘要: <phone:PhoneApplicationPage.Resources> <Style x:Key="ButtonStyle1" TargetType="Button"> <Setter Property="Background" Value="Transparent"/> <Setter Pr 阅读全文
posted @ 2014-05-12 14:21 androllen 阅读(214) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2014-04-22 20:15 androllen 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 抓包工具Fiddler的使用 Fiddler是一款免费且功能强大的数据包抓取软件.它通过代理的方式获取程序http通讯的数据.我们可以利用它来检测网页和服务器的交互情况.下面,我们以http://blog.cersp.com/index/1000176.jspx的网址列表的获取说明一下如何使Fidd 阅读全文
posted @ 2014-04-10 18:13 androllen 阅读(426) 评论(1) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/bb397924.aspx LINQ 查询操作中的类型关系 (C#) 使用一个人类发明快速检索的方法 // Northwnd inherits from System.Data.Linq.DataContext. Nor 阅读全文
posted @ 2014-04-01 09:47 androllen 阅读(312) 评论(0) 推荐(0) 编辑
摘要: WebClient wc = new WebClient();var URI = new Uri("http://your_uri_goes_here");//If any encoding is needed.wc.Headers["Content-Type"] = "application/x-www-form-urlencoded";//Or any other encoding type.//If any key neededwc.Headers["KEY"] = "Your_Key_Goes_H 阅读全文
posted @ 2014-03-31 01:03 androllen 阅读(303) 评论(0) 推荐(0) 编辑
摘要: DateTime.Now.ToShortTimeString()DateTime dt = DateTime.Now;dt.ToString();//2005-11-5 13:21:25dt.ToFileTime().ToString();//127756416859912816dt.ToFileT... 阅读全文
posted @ 2014-03-30 20:40 androllen 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Dispatcher.BeginInvoke(() => MessageBox.Show(String.Format("A push notification {0} error occurred. {1} ({2}) {3}", e.ErrorType, e.Message, e.ErrorCode, e.ErrorAdditionalData)) );用在其上创建了Dispatcher的线程的指定参数异步执行指定委托http://msdn.microsoft.com/zh-cn/l... 阅读全文
posted @ 2014-03-30 19:57 androllen 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页