会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
androllen
不要让现实侵蚀了你的善良
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
2014年7月20日
wp8 入门到精通 Utilities类 本地存储+异步
摘要: public class CCSetting { public async static void AddOrUpdateValue(string key, T value) { try { ...
阅读全文
posted @ 2014-07-20 21:54 androllen
阅读(364)
评论(0)
推荐(0)
2014年7月19日
wp8 入门到精通 ---转换
摘要: /// <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)
2014年7月16日
wp8 入门到精通 高仿微信发信息 键盘不消失
摘要: public MainPage() { InitializeComponent(); this.textBox.KeyUp += new KeyEventHandler(textBox_KeyUp); } void text...
阅读全文
posted @ 2014-07-16 10:21 androllen
阅读(237)
评论(0)
推荐(0)
2014年7月3日
wp8 入门到精通 仿QQPivot 提示数量
摘要: ...
阅读全文
posted @ 2014-07-03 12:48 androllen
阅读(198)
评论(0)
推荐(0)
2014年6月22日
wp8 入门到精通 虚拟标示符 设备ID
摘要: //获得设备虚拟标示符wp8public string GetWindowsLiveAnonymousID() { object anid = new object(); string anonymousUserId = ""; ...
阅读全文
posted @ 2014-06-22 15:48 androllen
阅读(280)
评论(0)
推荐(0)
2014年6月15日
wp8 入门到精通 测量代码执行时间
摘要: 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)
2014年5月12日
wp8 入门到精通 Animation 背景加字体颜色从下向上变化颜色效果
摘要: <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)
2014年4月22日
wp8 入门到精通 聊天控件
摘要: ...
阅读全文
posted @ 2014-04-22 20:15 androllen
阅读(251)
评论(0)
推荐(0)
2014年4月10日
wp8 入门到精通 抓包
摘要: 抓包工具Fiddler的使用 Fiddler是一款免费且功能强大的数据包抓取软件.它通过代理的方式获取程序http通讯的数据.我们可以利用它来检测网页和服务器的交互情况.下面,我们以http://blog.cersp.com/index/1000176.jspx的网址列表的获取说明一下如何使Fidd
阅读全文
posted @ 2014-04-10 18:13 androllen
阅读(430)
评论(1)
推荐(0)
2014年4月1日
wp8 入门到精通 LINQ to SQL
摘要: 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
下一页
公告