码迷,mamicode.com
首页 >  
搜索关键字:behavior    ( 650个结果
Studying TCP's Congestion Window using NS
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion...
分类:Windows程序   时间:2014-10-27 00:23:39    阅读次数:319
2.App Components-Activities/Fragments
1. Fragments A Fragment represents a behavior or a portion of user interface in an Activity. You can combine multiple fragments in a single activity.....
分类:移动开发   时间:2014-10-23 22:20:50    阅读次数:458
ThinkPHP3.2 新bug ReadHtmlCache 支持不区分大小写的函数
报错提示: Fatal error: Function name must be a string in D:\wwwroot\zbphp.com\ThinkPHP\Library\Behavior\ReadHtmlCacheBehavior.class.php on line 87 代码如下: // {|FUN} 单独使用函数 $rule = preg_replace_...
分类:Web程序   时间:2014-10-22 12:55:51    阅读次数:345
函数,设为首页
function setHomepage(){ var url = window.location.href; if (document.all) { document.body.style.behavior='url(#default#homepage)'; document....
分类:其他好文   时间:2014-10-17 11:49:18    阅读次数:192
其他标签
段落标记,在段落之间会有一个空行加粗与相同倾斜下划线保持文本的原有格式 文本动画,可以用direction来设置方向,用behavior设置飘动方式设置下标设置上标分割线换行
分类:其他好文   时间:2014-10-17 01:37:23    阅读次数:174
doctype选择和模式开启及测试相关网址资源
https://developer.mozilla.org/en/Mozilla_Quirks_Mode_Behavior quirks模式的行为表现https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps几乎标准和标准...
分类:其他好文   时间:2014-10-16 01:04:11    阅读次数:198
@IBDesignable和@IBInspectable
最近一直在看苹果公司提供的两本swift官方教程电子书,一部是《The Swift Programming Language》,另一部是《Using Swift With Cocoa and Objective-C》。昨天正好看到第二部电子书的“Writing Swift Classes with Objective-C Behavior”这一节,其中讲述了关于实时渲染这一技术。下面是摘抄的其中一...
分类:其他好文   时间:2014-10-08 15:08:29    阅读次数:280
Extending JavaScript Natives
Most built-in JavaScript types are constructors whose prototypes contain the methods and other properties that define their default behavior://(result...
分类:编程语言   时间:2014-10-03 23:15:55    阅读次数:386
Operator overloading
By defining other special methods, you can specify the behavior of operators on user-defined types. For example, if you define add method for the Time...
分类:其他好文   时间:2014-10-02 22:43:53    阅读次数:258
深入理解MVVM模式中Silverlight的Trigger、Action和Behavior及Silverlight的继承机制
接触Silverlight已经有两三个月了,开始一直感觉他和Winform很相似,拖拖控件就行了,所以一直把经历放在了研究后台和服务器交互和性能优化上面,很少去仔细研究Silverlight的页面。前几天,公司突然让修改一个Winform的项目,再回过头来看Winform,有种"不堪回首"的感觉.....
分类:Web程序   时间:2014-09-30 19:47:30    阅读次数:332
650条   上一页 1 ... 57 58 59 60 61 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!