上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页
摘要: 重新想象 Windows 8 Store Apps 之 选取器: FileOpenPickerUI - 自定义文件打开选取器, FileSavePickerUI - 自定义文件保存选取器 阅读全文
posted @ 2013-05-16 09:21 webabcd 阅读(2250) 评论(4) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之 选取器: FileOpenPicker - 选择一个文件或多个文件, FolderPicker - 选择一个文件夹, FileSavePicker - 保存文件到指定路径 阅读全文
posted @ 2013-05-13 08:29 webabcd 阅读(2199) 评论(4) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之 文件系统: Application Data(应用程序数据存储) 中的文件操作, Application Data(应用程序数据存储) 中的“设置”操作, 通过 uri 引用 Application Data(应用程序数据存储) 中的媒体(图片、视频或音频), 访问 Package 中的文件, 访问可移动存储 阅读全文
posted @ 2013-05-09 09:08 webabcd 阅读(3526) 评论(11) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 文件系统: 演示如何读写文本数据, 演示如何读写二进制数据, 演示如何读写流数据, 演示如何读写“最近访问列表”和“未来访问列表” 阅读全文
posted @ 2013-05-06 08:55 webabcd 阅读(3532) 评论(10) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之 文件系统: File Access - 访问文件夹和文件,以及获取文件的各种属性; Folder Access - 遍历文件夹时的一些特殊操作; Thumbnail Access - 获取文件的缩略图; AQS - 通过 AQS(Advanced Query Syntax)搜索本地文件 阅读全文
posted @ 2013-04-25 08:36 webabcd 阅读(3548) 评论(8) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 动画: ThemeTransition 的概述, EntranceThemeTransition - 页面间跳转时的过渡效果, ContentThemeTransition - 内容改变时的过渡效果, RepositionThemeTransition - 位置改变时的过渡效果, PopupThemeTransition - 弹出时的过渡效果, AddDeleteThemeTransition - 添加项或删除项时的过渡效果, ReorderThemeTransition - 对集合中的元素重新排序时的过渡效果, PaneThemeTransition - 基于边缘的较大 UI 滑入和滑出时的过渡效果, EdgeUIThemeTransition - 基于边缘的较小 UI 滑入和滑出时的过渡效果 阅读全文
posted @ 2013-04-22 08:43 webabcd 阅读(3555) 评论(16) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 动画: PopInThemeAnimation - 控件出现时的动画, PopOutThemeAnimation - 控件消失时的动画; FadeInThemeAnimation - 控件淡入的动画, FadeOutThemeAnimation - 控件淡出的动画; PointerDownThemeAnimation - 鼠标(手指)在控件上按下时的动画, PointerUpThemeAnimation - 鼠标(手指)在控件上抬起时的动画; SwipeHintThemeAnimation - 控件的 Swipe 动画(当你的控件在收到 Swipe 后会做响应时), SwipeBackThemeAnimation - 控件的 Swipe 动画(当你的控件在收到 Swipe 后不需要做任何响应时); RepositionThemeAnimation - 控件重新定位时的动画; SplitOpenThemeAnimation - 打开“拆分”控件的动画, SplitCloseThemeAnimation - 关闭“拆分”控件的动画 阅读全文
posted @ 2013-04-18 08:14 webabcd 阅读(2904) 评论(2) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 动画: 线性动画 - 共有 3 种: ColorAnimation, DoubleAnimation, PointAnimation, 它们均继承自 Timeline; 关键帧动画 - 共有 4 种:ColorAnimationUsingKeyFrames, DoubleAnimationUsingKeyFrames, PointAnimationUsingKeyFrames, ObjectAnimationUsingKeyFrames 它们均继承自 Timeline; 缓动动画 - easing 阅读全文
posted @ 2013-04-15 08:04 webabcd 阅读(3298) 评论(14) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 绘图: Shape - 图形, Path - 路径, Stroke - 笔划, Brush - 画笔 阅读全文
posted @ 2013-04-11 09:15 webabcd 阅读(3324) 评论(4) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之 控件基础: Measure() 和 Arrange() - xaml 的 layout 系统, GeneralTransform - 通过 UIElement.TransformToVisual() 获取元素的位置信息, VisualTree - 可视树 阅读全文
posted @ 2013-04-08 08:31 webabcd 阅读(2390) 评论(5) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之 控件基础: DependencyProperty - 依赖属性, AttachedProperty - 附加属性, 控件的继承关系, 路由事件和命中测试 阅读全文
posted @ 2013-04-01 08:28 webabcd 阅读(2860) 评论(8) 推荐(3)
摘要: 重新想象 Windows 8 Store Apps 之 控件 UI: 字体继承 - 继承父辈的 Font 相关的信息, Style - 样式, ControlTemplate - 控件模板, 系统资源 - 系统内置的样式资源, VisualState - 视图状态, VisualStateManager - 视图状态管理器 阅读全文
posted @ 2013-03-28 08:31 webabcd 阅读(3003) 评论(2) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 控件 UI: RenderTransform - 变换(用于做位移,旋转,缩放,扭曲等变换), Projection - 映射, Clip - 剪裁并显示 UIElement 的指定区域, UseLayoutRounding - 是否使用完整像素布局 阅读全文
posted @ 2013-03-25 08:48 webabcd 阅读(2515) 评论(6) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 SemanticZoom: 演示 SemanticZoom 的应用, 通过 ISemanticZoomInformation 接口实现自定义 SemanticZoom 的 View 阅读全文
posted @ 2013-03-21 09:09 webabcd 阅读(2891) 评论(8) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 GridView: 拖动项 - 在 GridView 内拖动 item 以对 item 排序, 拖动 item 到 GridView 外的指定位置以删除 item; 项尺寸可变 - 指定 GirdView 中每个 item 所占尺寸; 分组显示 - 分组显示集合数据 阅读全文
posted @ 2013-03-18 08:48 webabcd 阅读(4031) 评论(44) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 ListView 和 GridView: ListView - 列表控件, GridView - 网格控件 阅读全文
posted @ 2013-03-14 08:14 webabcd 阅读(5022) 评论(25) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之 ScrollViewer: Chaining - 锁链, Rail - 轨道, Inertia - 惯性, Snap - 对齐, Zoom - 缩放 阅读全文
posted @ 2013-03-11 08:38 webabcd 阅读(4036) 评论(49) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 ScrollViewer: 演示 ScrollViewer 的基本应用, 演示 ScrollBar 的基本应用, 演示 ScrollContentPresenter 的基本应用 阅读全文
posted @ 2013-03-07 08:27 webabcd 阅读(5553) 评论(14) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之 WebView: 演示 WebView 的基本应用, 演示 WebView 如何与 JavaScript 交互, 通过 Share Contract 分享 WebView 中的内容, 如何全屏 WebView 阅读全文
posted @ 2013-03-04 09:01 webabcd 阅读(5735) 评论(33) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之布局控件: Canvas - 绝对定位式布局, Grid - 网格式布局, StackPanel - 流式布局, VirtualizingStackPanel - 仅能用于 ItemsControl, WrapGrid - 仅能用于 ItemsControl, VariableSizedWrapGrid - 用于 Wrap 子元素集合 阅读全文
posted @ 2013-01-28 08:26 webabcd 阅读(3403) 评论(2) 推荐(1)
摘要: 重新想象 Windows 8 Store Apps 之媒体控件: Image - 图片控件, MediaElement - 播放视频或音频的控件 阅读全文
posted @ 2013-01-24 08:16 webabcd 阅读(4474) 评论(16) 推荐(3)
摘要: 重新想象 Windows 8 Store Apps 之集合控件: ComboBox - 下拉框, ListBox - 列表框, FlipView - 滑动视图控件, ItemsControl ItemsPresenter - ItemsPresenter 用来呈现 ItemsControl 的 Items 阅读全文
posted @ 2013-01-21 08:38 webabcd 阅读(4484) 评论(10) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之提示控件: ProgressRing - 进度圈控件; 重新想象 Windows 8 Store Apps 之范围控件: ProgressBar - 进度条控件, Slider - 滑动条控件 阅读全文
posted @ 2013-01-17 10:00 webabcd 阅读(4953) 评论(8) 推荐(0)
摘要: 重新想象 Windows 8 Store Apps 之内容控件: ToolTip - 提示框控件, Frame - 框架控件,用于导航内容, AppBar - 应用程序栏控件, ContentControl ContentPresenter - ContentPresenter 用来呈现 ContentControl 的 Content; 重新想象 Windows 8 Store Apps 之容器控件: Border - 边框控件, Viewbox - 控制子元素如何拉伸的容器控件, Popup - 弹出框控件 阅读全文
posted @ 2013-01-14 08:57 webabcd 阅读(4340) 评论(10) 推荐(4)
摘要: 重新想象 Windows 8 Store Apps 之按钮控件: Button - 按钮控件, HyperlinkButton - 超链按钮, RepeatButton - 按住后会重复执行单击操作的按钮, ToggleButton - 可切换状态的按钮, RadioButton - 单选框控件, CheckBox - 复选框控件, ToggleSwitch - 状态切换控件 阅读全文
posted @ 2013-01-10 08:25 webabcd 阅读(4061) 评论(2) 推荐(2)
摘要: 重新想象 Windows 8 Store Apps 之文本控件: TextBlock - 文本显示框, TextBox - 文本输入框, PasswordBox - 密码输入框, RichEditBox - 富文本编辑框, RichTextBlock - 富文本显示框, RichTextBlockOverflow - 溢出文本显示框 阅读全文
posted @ 2013-01-07 09:02 webabcd 阅读(7948) 评论(8) 推荐(2)
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之移动特性: 为不同的客户端提供不同的视图; 手动重写 UserAgent,从而强制使用对应的视图 阅读全文
posted @ 2012-10-25 08:23 webabcd 阅读(4670) 评论(2) 推荐(2)
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之 Web API: 自宿主 web api; 宿主到 iis,通过 WebForm 提供 web api 服务; 通过 Web API 上传文件; .net 4.5 带来的更方便的异步操作 阅读全文
posted @ 2012-10-22 08:45 webabcd 阅读(11819) 评论(15) 推荐(3)
摘要: asp.net mvc 之 asp.net mvc 4.0 新特性之 Web API: 开发一个 CRUD 的 Demo,服务端用 Web API,并使其支持 jsonp 协议,客户端用 jQuery 阅读全文
posted @ 2012-10-18 08:27 webabcd 阅读(7877) 评论(12) 推荐(2)
摘要: 精进不休 .NET 4.5: ADO.NET Entity Framework 5.0 新特性, WCF Data Services 5.0 新特性(OData V3) 阅读全文
posted @ 2012-10-15 09:01 webabcd 阅读(8266) 评论(4) 推荐(1)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页