码迷,mamicode.com
首页 >  
搜索关键字:important    ( 1878个结果
mysqld_multi配置MySQL多实例
# This is an example of a my.cnf file for mysqld_multi.# Usually this file is located in home dir ~/.my.cnf or /etc/my.cnf## SOME IMPORTANT NOTES FOLL...
分类:数据库   时间:2014-07-07 09:04:08    阅读次数:292
filter press used in graphite
Water is the most important substance needed by the body. It is the sole substance which has affected the human being and civilization. That’s why it ...
分类:其他好文   时间:2014-07-02 19:00:20    阅读次数:154
css兼容性hack
#box{color:red;/*所有浏览器都支持*/color:red!important;/*Firefox、IE7支持*/_color:red;/*IE6支持*/*color:red;/*IE6、IE7支持*/*+color:red;/*IE7支持*/color:red\9;/*IE6、IE7、IE8支持*/color:red\0;/*IE8支持*/}
分类:Web程序   时间:2014-07-02 10:58:18    阅读次数:164
HZS35 Batching Plant
When thinking about tire safety, it is important to consider two things: age and use. Vehicles driven daily are typically driven 15,000 miles a year. ...
分类:其他好文   时间:2014-07-01 19:54:16    阅读次数:236
HDU 2824 The Euler function 题解
求区间的euler数值,自然使用筛子法了。 Problem Description The Euler function phi is an important kind of function in number theory, (n) represents the amount of the numbers which are smaller than n and coprim...
分类:其他好文   时间:2014-06-29 22:49:30    阅读次数:303
前端首选微软雅黑字体设定
首先可以用{font-family: 微软雅黑;}如果这样不行还可以用:{font-family: "Microsoft YaHei" ! important;}使用中最好不用中文,中文的话,英文系统就显示不了了。(前提是英文系统也有这个字体)CSS中设置的字体考虑到兼容性,我们总会在CSS中队字....
分类:其他好文   时间:2014-06-27 14:27:17    阅读次数:286
该分手的八大征兆
该分手的八大征兆Relationships are important – to each other, to our families, to our friends, to the people we care about. There comes a point in romantic rel...
分类:其他好文   时间:2014-06-26 23:29:21    阅读次数:355
IE浏览器跟火狐浏览器兼容写法2
XHTML+CSS兼容性解决方案小集 ! 我就先把一些我遇到的问题写在下面: 1.在mozilla firefox和IE中的BOX模型解释不一致导致相差2px解决方法: div{margin:30px!important;margin:28px;}注意这两个margin的顺序一定不能写反,据阿捷.....
分类:其他好文   时间:2014-06-25 19:07:30    阅读次数:222
Just a complaint about the college examinations
Well , you know. As a college student who want to find a good job after graduating  like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:其他好文   时间:2014-06-25 09:59:37    阅读次数:202
IE6+IE7+IE8+IE9+FF兼容性调试
HACK原理:不同浏览器对各中字符的识别不同 (读完文章你会发现,FF和IE8对以下字符的识别能力完全相同)在 CSS中常用特殊字符识别表:(1)*:IE6+IE7都能识别*,而标准浏览器FF+IE8是不能识别*的;(2)!important: 除IE6不能识别!important外,FF+IE8+...
分类:其他好文   时间:2014-06-24 12:08:42    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!