/***** Selector Hacks ******//* IE6 and below */* html #uno { color: red }/* IE7 */*:first-child+html #dos { color: red }/* IE7, FF, Saf, Opera */html...
分类:
Web程序 时间:
2014-10-23 22:20:32
阅读次数:
275
Today i'm going to release a new version of my overlay.It's coded for beginners & users who want to create external hacks.With the drawing functions i...
分类:
其他好文 时间:
2014-10-07 15:36:43
阅读次数:
286
在IE中,数字1,2,3不能居中,所以后来加个span(之前没有),用IE hacks解决
1:
2:
3: .circle span
4: {
5: display:block;
6: padding-top:12px;
7: font-weight:bold;
8: }
9: </...
分类:
Web程序 时间:
2014-09-29 16:17:01
阅读次数:
321
Duedate作用是当测试人员创建ticket时,设置一个给开发人员解决bug的预期时间.形成的效果图如下:(1)下载setuptools-0.6c11-py2.4.eggShell>easy_install-2.4setuptools-0.6c11-py2.4.egg(2)安装datefieldplugin插件Shell>easy_install-2.4https://trac-hacks.org/svn/d..
分类:
其他好文 时间:
2014-09-05 10:10:41
阅读次数:
200
目的:当测试人员发现bug时assignto给开发人员,一般是assignto后面输入开发人员的名字,现在可以在下拉框里选择.效果图如下:Assignto后面的下拉框里是开发人员的名字.(1)安装tracrestrictownertolistplugin插件Shell>easy_install-2.4http://trac-hacks.org/svn/tracres..
分类:
其他好文 时间:
2014-09-05 10:10:31
阅读次数:
182
我不再使用CSS Hacks了,相反的是,我将使用IE的条件判断将类应用到body标签。
但是,我想记录我之前碰到过的每一个浏览器特定的CSS 选择器和样式属性。我相信也没有其他方式提供样式表给独特的Safari.
利用这些CSS Hacks,你能够更好的针对IE、Chrome、Firefox、Opera和Safari,代码如下:...
分类:
Web程序 时间:
2014-09-03 00:20:45
阅读次数:
306
LZ注:此文原作者是:Paul Irish(Google的前端开发工程师),本文是原文的部分译文. 我不再使用CSS Hacks了,相反的是,我将使用IE的条件判断将类应用到body标签。 但是,我想记录我之前碰到过的每一个浏览器特定的CSS 选择器和样式属性。我相信也没有其他方式提供样式表给独特的...
分类:
Web程序 时间:
2014-09-03 00:13:25
阅读次数:
494
1 /***** Selector Hacks ******/ 2 3 /* IE6 and below */ 4 * html #uno { color: red } 5 6 /* IE7 */ 7 *:first-child+html #dos { color: red } 8 ...
分类:
Web程序 时间:
2014-08-22 21:03:49
阅读次数:
311
转载:http://jianshu.io/p/d00df35d2a2cQuora:What
are the best day-to-day time-saving hacks?在Twitter上关注原作者@Marius
Ursache在过去五年我不断尝试和调整各种提高生产力的技术,读了很多关于这方面...
分类:
其他好文 时间:
2014-06-11 10:55:49
阅读次数:
228
强大的 CD 命令技巧 -rw-------. 1 root root 14808 Mar
13 12:31 .bash_history -rw-r--r--. 1 root root 18 May 20 2009 .bash_logout
-rw-r--r--. 1 root root 176 M...
分类:
系统相关 时间:
2014-06-11 09:51:09
阅读次数:
374