码迷,mamicode.com
首页 >  
搜索关键字:hacks    ( 104个结果
将DJANGO管理界面的filter_horizontal移到前面来复用
参考URL: http://www.hoboes.com/Mimsy/hacks/replicating-djangos-admin/reusing-djangos-filter_horizontal/ http://www.hoboes.com/Mimsy/hacks/replicating-dj
分类:其他好文   时间:2016-03-16 16:53:17    阅读次数:308
针对铁定浏览器的css选择符
/***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7, FF, Saf, Opera *
分类:Web程序   时间:2016-03-01 22:23:49    阅读次数:209
CSS3 弹性布局弹性流(flex-flow)属性详解和实例
弹性布局是CSS3引入的强大的布局方式,用来替代以前Web开发人员使用的一些复杂而易错hacks方法(如使用float进行类似流式布局)。其中flex-flow是flex-direction和flex-wrap属性的简写方式,语法如下:flex-flow: || flex-direction: row(初始值) | row-reverse | column | column-reversefle...
分类:Web程序   时间:2016-02-24 09:35:29    阅读次数:186
ES6 的模块系统
原文地址:https://hacks.mozilla.org/2015/08/es6-in-depth-modules/ ES6 是 ECMAScript 第 6 版本的简称,这是新一代的 JavaScript 的标准。ES6 in Depth是关于 ES6 的一系列新特性的介绍。 ES6 ...
分类:其他好文   时间:2016-01-04 13:16:22    阅读次数:152
How To Create an IE-Only Stylesheet
https://css-tricks.com/how-to-create-an-ie-only-stylesheet/https://css-tricks.com/snippets/css/css-hacks-targeting-firefox/If you read this blog, ther...
分类:其他好文   时间:2015-12-28 00:56:15    阅读次数:299
读书笔记_《50 Android Hacks》之一 linearlayout的weightsum及weights
最近在读《50 Android Hacks》,准备谢谢读书笔记,并不断丰满一下。 听到过这样的问题,“如果我想让一个button占父控件的50%,应该怎么办”。 通常来说,我们可以使用linearlayout其中的属性 android:layout_weight属性 在实现方法上来说,有...
分类:移动开发   时间:2015-11-27 23:28:27    阅读次数:209
POJ 3030. Nasty Hacks 模拟水题
Nasty HacksTime Limit:1000MSMemory Limit:65536KTotal Submissions:13136Accepted:9077DescriptionYou are the CEO of Nasty Hacks Inc., a company that crea...
分类:其他好文   时间:2015-11-05 22:14:08    阅读次数:253
HDOJ 2317. Nasty Hacks 模拟水题
Nasty HacksTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3049Accepted Submission(s): 2364Problem...
分类:其他好文   时间:2015-11-05 22:11:59    阅读次数:240
8 Productivity hacks for Data Scientists & Business Analysts
8 Productivity hacks for Data Scientists & Business AnalystsIntroductionI was catching up with one of my friends from a past organization. She had alw...
分类:其他好文   时间:2015-10-09 19:59:14    阅读次数:306
(转)这个API很“迷人”——新的Fetch API
原文:https://hacks.mozilla.org/2015/03/this-api-is-so-fetching原标题是This API is So Fetching,Fetching也可以表示迷人的意思——译者注JavaScript 通过XMLHttpRequest(XHR)来执行异步请求...
分类:Windows程序   时间:2015-09-08 00:33:12    阅读次数:340
104条   上一页 1 ... 5 6 7 8 9 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!