码迷,mamicode.com
首页 >  
搜索关键字:behaviors    ( 75个结果
Notes on Design Patterns
一些笔记。 strategy : facilitates the switch of the different but related algorithms/behaviors observer proxy : controls the access to the real subject ; s ...
分类:其他好文   时间:2017-12-29 15:03:38    阅读次数:148
[Recompose] Create Stream Behaviors to Push Props in React Components with mapPropsStream
Rather than using Components to push streams into other Components, mapPropsStream allows you to create functions that can wrap components to create s ...
分类:移动开发   时间:2017-12-22 20:45:57    阅读次数:261
UWP:使用Behavior实现FlipView简单缩放效果
先上效果图 首先安装Behavior SDK:在Nuget中搜索安装 Microsoft.Xaml.Behaviors.Uwp.Managed 。 然后新建类,AnimationFlipViewBehavior.cs,并继承DependencyObject和IBehavior接口: Attach是添 ...
分类:其他好文   时间:2017-08-18 13:28:12    阅读次数:385
WCF拦截
WCF经常会有一些性能检测,全局异常,跨域设置,动态路由设置等,可以通过以下类实现 (1)拦截类,可以实现性能检测和全局异常处理 (2)异常类 (3)行为特性标签 (4)操作的拦截特性 (5)服务类的拦截特性 if (!operation.Behaviors.Any(d => d is WebGet ...
分类:其他好文   时间:2017-07-26 12:40:22    阅读次数:132
UWP:使用Behavior实现Button点击动态效果
废话不多说,先上效果 没有做成安卓那种圆形的原因是...人家真的不会嘛... 好了下面是正文: 首先在工程中引入Behavior的库,我们使用Nuget。 在项目->引用上点击右键,点击管理Nuget程序包,然后浏览里搜索Microsoft.Xaml.Behaviors.Uwp.Managed 或者 ...
分类:其他好文   时间:2017-07-26 01:59:50    阅读次数:881
WCF双向通讯netTCP
一、服务端配置 <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name="MyBehavior"> <ser ...
分类:Web程序   时间:2017-07-26 01:55:41    阅读次数:392
4. Building a Dynamic UI with Fragments 使用片段构建动态UI
To create a dynamic and multi-pane user interface on Android, you need to encapsulate UI components and activity behaviors into modules that you can s ...
分类:其他好文   时间:2017-06-16 10:07:10    阅读次数:106
Github - Unity3d-Timers
https://github.com/pointcache/Unity3d-Timers Unity3d-Timers Timer class with various behaviors About: Have a system allowing to easily create and exte ...
分类:编程语言   时间:2017-06-13 00:10:06    阅读次数:232
今日文献更新
a case study on the communication and computation behaviors of real applications in noc based mpsocs : noc based mpsocsA FPGA partial reconfiguration ...
分类:其他好文   时间:2017-04-03 13:55:09    阅读次数:177
YII2 自动 created_at created_by updated_by updated_at
use yii\behaviors\TimestampBehavior; use yii\behaviors\BlameableBehavior; use yii\db\Expression; /** * @inheritdoc * 插入创建者及创建时间/更新者及更新时间 */ public fun... ...
分类:其他好文   时间:2017-02-19 20:17:10    阅读次数:201
75条   上一页 1 2 3 4 5 ... 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!