码迷,mamicode.com
首页 >  
搜索关键字:behavior    ( 650个结果
w3c标准
W3C标准不是某一个标准,而是一系列标准的集合。网页主要由三部分组成:结构(Structure)、表现(Presentation)和行为(Behavior)。对应的标准也分三方面:结构化标准语言主要包括XHTML和XML,表现标准语言主要包括CSS,行为标准主要包括对象模型(如W3C DOM)、EC...
分类:其他好文   时间:2014-09-27 09:28:59    阅读次数:338
js制作圆角按钮(兼容谷歌,ie7,ie8)
无标题文档 Test passes if there is a box with rounded corners below. Filler Text behavior: url(../js/PIE.htc);这个引用htc文件的,指的是html页面相对于这个htc文件的...
分类:Web程序   时间:2014-09-24 16:35:47    阅读次数:234
PIE的使用
实际上是指的是一个名为pie的htc文件,即pie.htc,使用CSS的behavior行为,可以调用此文件,然后让IE也能实现一些常见的 CSS3效果,如圆角(border-radius),盒阴影(box-shadow),背景渐变(gradient),多图片背景(multiple backgrou...
分类:其他好文   时间:2014-09-22 19:15:33    阅读次数:229
8.1 设置滑动效果和多媒体
滚动标记:marquee滚动方向:direction 方向:up,down,left,right 例如:滚动方式:behavior 属性: scroll:循环滚动,默认效果 slide:只滚动一次就停止 alternate:来回交替进行滚动滚动速度:scrol...
分类:其他好文   时间:2014-09-19 23:55:26    阅读次数:308
设计模式学习每天一个——Strategy模式
TheStrategyPatternis a designpatternto encapsulate the variants (algorithms) and swap them strategically to alter system behavior without changing its...
分类:其他好文   时间:2014-09-16 12:25:50    阅读次数:160
verilog RTL编程实践之四
1.verilog平时三个级别: 1.gate level: and or not xor 2.RTL level: reg comb seq 3.behavior:+ – * / 2.system tasks 1.system tasks必须procedures(always/ initial/ ...
分类:其他好文   时间:2014-09-13 22:40:45    阅读次数:296
unknown behavior names: remove_failed
http://libmemcached.org/libMemcached.html报错:Exception Value:unknown behavior names: remove_failedException Location:/usr/local/lib/python2.7/site-pack...
分类:其他好文   时间:2014-09-12 18:46:23    阅读次数:213
ccleaner Command-line parameters
很有用的command ,自己写软件可以用到了very goodYou can use command-line parameters to change CCleaner's installation behavior, or to change how CCleaner runs.Command...
分类:其他好文   时间:2014-09-07 12:14:05    阅读次数:550
[WCF编程]6.绑定行为
一、绑定行为概述 为了支持服务端的其它本地特性,WCF定义了行为的概念。行为就是服务的本地特性,不会影响服务的通信模式。客户端并不知道服务端行为,所以行为不会出现在服务的绑定和发布的元数据中。说下WCF下“契约(Contract)”和“行为(Behavior)”的区别:契约是涉及双边的描述(契约是服...
分类:其他好文   时间:2014-09-02 19:27:45    阅读次数:313
Fedora10下建立linux系统的窗口没有地址栏
Fedora10下建立的linux系统窗口没有地址栏打开一个文件夹就打开一个窗口,还没有地址栏,这很麻烦也不习惯。另:打开地址栏可以用组合键 Ctrl+L如图解决:edit---perferences---behavior----always open browser windows选择选项alwa...
分类:系统相关   时间:2014-09-02 12:01:54    阅读次数:280
650条   上一页 1 ... 58 59 60 61 62 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!