摘要:
可以让IE8等不支持Html5的浏览器,支持Html5元素,比如`` `` ``等标签```javascript/* HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed*/(function(l,f... 阅读全文
摘要:
Sublime_Text_Build_3080_x64_Setup.e...下载地址: http://download.csdn.net/detail/hyz301/8529945注册码```Sublime Text Build 3080 License key复制如下任意一个正版注册码即可----... 阅读全文
摘要:
###1.使用svg和css来模糊图片[代码 http://bin.amazeui.org/lixedacuje/1/edit?html,css,output)```html ``````css#css-filter-blur { margin: ... 阅读全文
摘要:
###js转码```javascriptfunction urlencode (str) { str = (str + '').toString(); return encodeURIComponent(str).replace(/!/g, '%21').replace(/'/... 阅读全文
摘要:
##【翻译】The Layout System 布局>In Sencha Touch there are two basic building blocks: componentsand containers. Whenyou instantiate both with no configur... 阅读全文
摘要:
------## callParent() 用法### 方法介绍用来调用父类的同名方法,并传参,这在从一个框架类派生且要重写诸如onRender这样的方法时会经常看到。### 传参方式## 1.arguments```javascriptExt.define('App.view.MyPanel', ... 阅读全文
摘要:
2015 WEB前端学习路线图,欢迎小伙伴补充 @落雨 阅读全文
摘要:
相关阅读:Express 4.X API 翻译[一] -- Application篇Express4.XApi 翻译[二] -- Request篇Express4.XApi 翻译[三]--- Response篇Express4.XApi 翻译[四]--- Router篇本篇是Express 4.0 ... 阅读全文
摘要:
相关阅读:Express 4.X API 翻译[一] -- Application篇Express4.XApi 翻译[二] -- Request篇Express4.XApi 翻译[三]--- Response篇Express4.XApi 翻译[四]--- Router篇本篇是Express 4.0 ... 阅读全文
摘要:
相关阅读:Express 4.X API 翻译[一] -- Application篇Express4.XApi 翻译[二] -- Request篇Express4.XApi 翻译[三]--- Response篇Express4.XApi 翻译[四]--- Router篇req.params这是一个包... 阅读全文