2011年11月18日

Microsoft training Kits

摘要: http://www.cnblogs.com/shanyou/archive/2009/06/14/1503193.html 阅读全文

posted @ 2011-11-18 23:34 thankchunzi 阅读(108) 评论(0) 推荐(0) 编辑

C# 编写一个简单的快速排序例程

摘要: 这个程序用随机数字组成的同一序列填充一个大型数组,然后使用快速排序例程对这些数字进行排序,并报告所用时间。图 3 快速排序usingSystem;usingSystem.Threading;usingSystem.Threading.Tasks;usingSystem.Diagnostics;namespaceParallelSort{classProgram{//Forsmallarrays,useInsertionSortprivatestaticvoidInsertionSort(int[]list,intleft,intright){for(inti=left;i<right;i 阅读全文

posted @ 2011-11-18 18:24 thankchunzi 阅读(501) 评论(0) 推荐(0) 编辑

Silverlight、Windows Phone 7 和多点触控 Thumb

摘要: http://msdn.microsoft.com/zh-cn/magazine/gg490351.aspx 阅读全文

posted @ 2011-11-18 17:59 thankchunzi 阅读(114) 评论(0) 推荐(0) 编辑

滑到底再加载数据

摘要: http://www.codeproject.com/Articles/150166/Loading-Data-when-the-User-Scrolls-to-the-End-of-a.aspx 阅读全文

posted @ 2011-11-18 17:42 thankchunzi 阅读(129) 评论(0) 推荐(0) 编辑

Windows Phone 7 中的页面和弹出框

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh456394.aspx 阅读全文

posted @ 2011-11-18 17:35 thankchunzi 阅读(108) 评论(0) 推荐(0) 编辑

打开数据协议-生成带有 OData 的任何设备上实现完美的体验

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh394150.aspx 阅读全文

posted @ 2011-11-18 17:31 thankchunzi 阅读(167) 评论(0) 推荐(0) 编辑

针对 Windows Phone 7 上的独立存储的 Sterling

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh205658.aspx 阅读全文

posted @ 2011-11-18 17:29 thankchunzi 阅读(127) 评论(0) 推荐(0) 编辑

Windows Phone 7 上的 UI 前沿技术 分页的原则

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh205757.aspx 阅读全文

posted @ 2011-11-18 17:28 thankchunzi 阅读(112) 评论(0) 推荐(0) 编辑

了解 C# 4 中的 Dynamic 关键字 C# 对 Excel 进行脚本编程

摘要: MSDN杂志二月 阅读全文

posted @ 2011-11-18 17:06 thankchunzi 阅读(157) 评论(0) 推荐(0) 编辑

MSDN杂志

摘要: http://msdn.microsoft.com/zh-cn/magazine/ee310108.aspx 阅读全文

posted @ 2011-11-18 12:04 thankchunzi 阅读(132) 评论(0) 推荐(0) 编辑

Windows Phone 上的手势

摘要: http://msdn.microsoft.com/zh-cn/magazine/gg650664.aspx 阅读全文

posted @ 2011-11-18 12:03 thankchunzi 阅读(99) 评论(0) 推荐(0) 编辑

导航