08 2013 档案

摘要:重新想象 Windows 8 Store Apps 之 绑定: 通过 MVVM 模式实现数据的添加、删除、修改和查询 阅读全文
posted @ 2013-08-29 08:25 webabcd 阅读(2574) 评论(17) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之 绑定: 通过实现 ISupportIncrementalLoading 接口,为 ListViewBase 的增量加载提供数据 阅读全文
posted @ 2013-08-26 08:17 webabcd 阅读(3326) 评论(22) 推荐(3) 编辑
摘要:重新想象 Windows 8 Store Apps 之 绑定: 与 ObservableCollection 绑定, 与 CollectionViewSource 绑定, 与 VirtualizedFilesVector 绑定, 对 VirtualizedItemsVector 绑定 阅读全文
posted @ 2013-08-22 08:27 webabcd 阅读(2607) 评论(21) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之 绑定: 与 Element 绑定, 与 Model 绑定, 与 Indexer 绑定, 对 Style 中的 Setter 进行绑定(绑定静态资源), Binding 的一个扩展标记 RelativeSource 的应用, 绑定中的数据转换 阅读全文
posted @ 2013-08-19 08:38 webabcd 阅读(2435) 评论(4) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 涂鸦板: 通过 Pointer 相关事件实现一个具有基本功能的涂鸦板; 通过 InkManager 实现一个功能完善的涂鸦板 阅读全文
posted @ 2013-08-15 09:02 webabcd 阅读(2454) 评论(20) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 手势: 监测边缘手势, 手势操作 - Manipulate 的应用(位移手势,缩放手势,旋转手势), 手势识别 - GestureRecognizer 的应用 阅读全文
posted @ 2013-08-12 08:53 webabcd 阅读(3203) 评论(10) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 输入: 输入设备的相关信息; SIP(Soft Input Panel)的应用; Tab 键导航; Pointer - 指针,鼠标; Tap - 触摸; Drag 和 Drop 阅读全文
posted @ 2013-08-08 09:27 webabcd 阅读(3243) 评论(12) 推荐(3) 编辑
摘要:重新想象 Windows 8 Store Apps 之 多线程操作的其他辅助类: SpinWait - 自旋等待; SpinLock - 自旋锁; volatile - 必在内存; SynchronizationContext - 在指定的线程上同步数据; CoreDispatcher - 调度器,用于线程同步; ThreadLocal - 用于保存每个线程自己的数据; ThreadStaticAttribute - 所指定的静态变量对每个线程都是唯一的 阅读全文
posted @ 2013-08-05 08:20 webabcd 阅读(2693) 评论(2) 推荐(4) 编辑
摘要:重新想象 Windows 8 Store Apps 之 线程同步: Semaphore - 信号量, CountdownEvent - 通过信号数量实现线程同步, Barrier - 屏障, ManualResetEvent - 手动红绿灯, AutoResetEvent - 自动红绿灯 阅读全文
posted @ 2013-08-01 10:58 webabcd 阅读(3466) 评论(6) 推荐(3) 编辑