Loading

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: public class CCSetting { public async static void AddOrUpdateValue(string key, T value) { try { ... 阅读全文
posted @ 2014-07-20 21:54 androllen 阅读(364) 评论(0) 推荐(0)
摘要: /// <summary> /// 颜色字符串转Color /// </summary> public static Color ConvertFromString(string argb) { uint result; if (uint.TryParse(argb.TrimStart('#', ' 阅读全文
posted @ 2014-07-19 17:18 androllen 阅读(183) 评论(0) 推荐(0)
摘要: public MainPage() { InitializeComponent(); this.textBox.KeyUp += new KeyEventHandler(textBox_KeyUp); } void text... 阅读全文
posted @ 2014-07-16 10:21 androllen 阅读(237) 评论(0) 推荐(0)
摘要: ... 阅读全文
posted @ 2014-07-03 12:48 androllen 阅读(198) 评论(0) 推荐(0)
摘要: //获得设备虚拟标示符wp8public string GetWindowsLiveAnonymousID() { object anid = new object(); string anonymousUserId = ""; ... 阅读全文
posted @ 2014-06-22 15:48 androllen 阅读(280) 评论(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 阅读(184) 评论(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 阅读(221) 评论(0) 推荐(0)
摘要: ... 阅读全文
posted @ 2014-04-22 20:15 androllen 阅读(251) 评论(0) 推荐(0)
摘要: 抓包工具Fiddler的使用 Fiddler是一款免费且功能强大的数据包抓取软件.它通过代理的方式获取程序http通讯的数据.我们可以利用它来检测网页和服务器的交互情况.下面,我们以http://blog.cersp.com/index/1000176.jspx的网址列表的获取说明一下如何使Fidd 阅读全文
posted @ 2014-04-10 18:13 androllen 阅读(430) 评论(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 阅读(317) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页