码迷,mamicode.com
首页 >  
搜索关键字:behaviors    ( 75个结果
[Debug] Use Snippets to Store Behaviors in Chrome DevTools
Using the Snippets tab in the source devtool you can define and run arbitrary pieces of code in your browser against whatever website you’re looking a ...
分类:其他好文   时间:2016-10-12 19:00:01    阅读次数:118
Entity Framework 6.0 Tutorials(8):Custom Code-First Conventions
Custom Code-First Conventions: Code-First has a set of default behaviors for the models that are referred to as conventions. EF 6 provides the ability ...
分类:其他好文   时间:2016-07-07 12:53:54    阅读次数:134
Interaction triggers in WPF
Interaction Class - static class that owns the Triggers and Behaviors attached properties. Handles propagation of AssociatedObject change notification ...
分类:Windows程序   时间:2016-07-05 15:42:12    阅读次数:266
游戏中的AI算法总结与改进
参考文章: http://games.sina.com.cn/zl/duanpian/2014-03-11/105973.shtml http://www.oschina.net/translate/understanding-steering-behaviors-collision-avoidance?cmp http://blog.csdn.net/ityuany/article/d...
分类:编程语言   时间:2016-06-08 01:46:35    阅读次数:541
android CoordinatorLayout使用
一、CoordinatorLayout有什么作用 CoordinatorLayout作为“super-powered FrameLayout”基本实现两个功能:  1、作为顶层布局  2、调度协调子布局 CoordinatorLayout使用新的思路通过协调调度子布局的形式实现触摸影响布局的形式产生动画效果。CoordinatorLayout通过设置子View的 Behaviors来调...
分类:移动开发   时间:2016-06-03 11:24:12    阅读次数:382
YII2的restfulAPI开发入门(2)-第1个restfulAPI
1.ApiController.php<?phpnamespaceapp\controllers;useyii\web\Response;useyii\rest\ActiveController;classApiControllerextendsActiveController{/***将返回的数据设置成JSON格式*{@inheritDoc}*@see\yii\rest\Controller::behaviors()*/publicfunctionbehaviors(){$beh..
分类:Windows程序   时间:2016-04-25 09:24:20    阅读次数:264
Yii2系列教程七:Behaviors And Validations
这一篇文章的开头就无需多言了,紧接着上一篇的内容和计划,这一篇我们来说说Yii2的Behavior和Validations。 Behavior 首先我们来说说Behavior,在Yii2中Behavior主要是可以用于一些常用的Model字段当中,对其进行自动化操作,比如自动添加一些时间戳字段等,这 ...
分类:其他好文   时间:2016-04-22 23:45:07    阅读次数:328
YII框架——页面缓存
首先,要知道页面缓存是在什么时候使用的。一般是在所有操作之前缓存文件。 yii中有个behaviors()方法,在控制器的所有方法之前执行。所以一般在这个方法中缓存页面。 ...
分类:其他好文   时间:2016-04-18 17:10:46    阅读次数:134
页面静态化
控制器: //页面静态化(缓存) public function behaviors() { return [ [ 'class' => 'yii\filters\PageCache', 'only' => ['list'], 'duration' => 60, 'variations' => [ ...
分类:其他好文   时间:2016-04-07 20:37:07    阅读次数:121
C# Maximum number of items that can be serialized or deserialized in an object graph is '65536'
//出现这种问题,看看是不是少了 behaviorConfiguration="Behaviors.EndpointBehavior" ...
分类:Windows程序   时间:2016-04-07 17:07:14    阅读次数:300
75条   上一页 1 ... 3 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!