码迷,mamicode.com
首页 >  
搜索关键字:respond    ( 131个结果
Change Data template dynamically
1. Attached Property bound to task state. Any change will dynamically set data template.2. Visual State ManagerADataTemplateSelectordoes not respond t...
分类:其他好文   时间:2014-10-15 11:29:00    阅读次数:260
响应式设计-媒体查询
媒体查询媒体查询只支持IE9+、chrome、ff等浏览器,IE8以下的浏览器可以下载引用respond.js,写法: 媒体查询能检测哪些属性 : 1.width 视口宽度 2.height 视口高度 3.device-width 渲染表面的宽度(对我们来说就是设备屏幕的宽度) 4.devic...
分类:其他好文   时间:2014-09-29 14:44:01    阅读次数:239
Respond.js让IE6-8支持CSS3 Media Query
Bootstrap里面就引入了这个js文件,从名字看出来是自适应的兼容。打开IE看了一下,效果挺好的,自适应的效果挺好的。Respond.js让不支持CSS3 Media Query的浏览器包括IE6-IE8等其他浏览器支持查询。使用方式官方demo地址:http://scottjehl.githu...
分类:Web程序   时间:2014-09-17 13:35:32    阅读次数:230
CSS3 target伪类简介,以实现tab效果为例子
CSS3 target伪类是众多实用的CSS3特性中的一个。它用来匹配文档(页面)的URI中某个标志符的目标元素。具体来说,URI中的标志符通常会包含一个”#”字符,然后后面带有一个标志符名称,比如#respond,target就是用来匹配ID为respond的元素的。 现在在页面中,点击一个ID链接后,页面只会跳转到相应的位置,但是并不会有比较明显的UI标识,使用:target伪类可以...
分类:Web程序   时间:2014-09-15 17:55:39    阅读次数:306
bootstrap3浏览器支持情况
Internet Explorer 8 和 9 是被支持的,但是还是有很多CSS3属性和HTML5元素 -- 例如,圆角矩形和投影 -- 是肯定不被支持的。另外,Internet Explorer 8 需要Respond.js配合才能实现对媒体查询(media query)的支持。另外ie9一下版本...
分类:其他好文   时间:2014-09-09 15:01:58    阅读次数:171
Lesson 41-42 How would you respond?
一 Words 1 think through 充分考虑 schoolwork 功课,学业 2 only to 结果却 eg. Or we will solve one problem only to have to deal with another instead. 3 tutor 导师,家庭教...
分类:其他好文   时间:2014-08-05 09:24:48    阅读次数:277
rails respond_to 的原理与使用
rails 的 respond_to 的使用和原理respond_to 实现了根据客户端的请求来返回不同的类型资源原理: 在HTTP协议中,客户端会在他们的HTTP首部包含一些元信息(meta-information),这些元信息按照“字段:值”的方式来组织,HTTP协议预定义了很多标准字段,...
分类:其他好文   时间:2014-07-21 09:01:41    阅读次数:177
IE8以下不支持css3 media query的解决办法
针对IE8以下不支持css3的media query,可以使用response.js解决下载地址:https://github.com/scottjehl/Respond/这里有一篇关于其实现原理的文章:http://caibaojian.com/respondjs.html引用时的注意点: 不可....
分类:Web程序   时间:2014-06-30 20:49:30    阅读次数:235
Reporting Service 服务启动时报错The service did not respond to the start or control request in a timely fashion
案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service Report...
分类:其他好文   时间:2014-06-23 08:24:07    阅读次数:415
重写actionbar的up返回按钮
@Override public boolean onOptionsItemSelected(MenuItem item) {     switch (item.getItemId()) {     // Respond to the action bar's Up/Home button     case android.R.id.home:      //这里写重写的方法 一定要retrun ...
分类:其他好文   时间:2014-06-08 10:39:02    阅读次数:278
131条   上一页 1 ... 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!