码迷,mamicode.com
首页 >  
搜索关键字:important    ( 1878个结果
Lesson 61-62 Are Relatives Important to You?
1 Mid-Autumn Festival eg. The Dragon Boat Festival is one of three major Chinese holidays,along with the Spring and Moon Festivals.端午节是三个中国主要节日之一,另两个是...
分类:其他好文   时间:2014-08-19 00:46:53    阅读次数:242
Css透明度
全透明代码:{background:transparent} 半透明代码:{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
分类:Web程序   时间:2014-08-18 12:26:04    阅读次数:256
【JavaScript】Understanding callback functions in Javascript
Callback functions are extremely important in Javascript. They’re pretty much everywhere. Originally coming from a more traditional C/Java background ...
分类:编程语言   时间:2014-08-18 02:47:53    阅读次数:533
One usage of recurison: the tower of Hanoi
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】   we have seen important examples of functions that are more n...
分类:其他好文   时间:2014-08-17 01:09:11    阅读次数:186
ZOJ 3210 A Stack or A Queue? (I)
A Stack or A Queue?Time Limit:1 Second Memory Limit:32768 KBDo you know stack and queue? They're both important data structures. A stack is a "first i...
分类:其他好文   时间:2014-08-16 23:48:11    阅读次数:308
div半透明背景,文字不透明
1 background: rgba(255, 255, 255, 0.8) !important; /* IE无效,FF有效 */2 3 background: #fff;4 5 filter: alpha(opacity=60);在需要不透明文字的...
分类:其他好文   时间:2014-08-13 18:37:26    阅读次数:211
jquery修改css样式,样式带!important
由于需求的需要,今天在用jquery修改一个弹出框的样式的时候,由于有一个按钮有padding-left:12px;导致内间距空出来的这一块颜色用普通的方式无法改变。 普通的jquery修改css的方法:$("#idName").css("backgroundColor","red");但是这...
分类:Web程序   时间:2014-08-12 21:34:14    阅读次数:219
The Building Blocks- Components of EA Part 2- Process, People, Network and Time
1. Zachman FrameworkInformation (Data) - Answer the Question 'What?'Contextual: List of Things important to the BusinessConceptual: Semantic Model - T...
分类:Web程序   时间:2014-08-12 13:01:54    阅读次数:279
比较完整的配置 根据硬件改数值就好
#ExampleMySQLconfigfileformediumsystems.##Thisisforasystemwithlittlememory(32M-64M)whereMySQLplays#animportantpart,orsystemsupto128MwhereMySQLisusedtogetherwith#otherprograms(suchasawebserver)##MySQLprogramslookforoptionfilesinasetof#Thefollowingoptionswill..
分类:其他好文   时间:2014-08-12 03:41:04    阅读次数:196
IE下png图片黑边问题
png图片在ie8下有黑色边框的情况想必大家都有遇到过吧,那么该怎么解决呢?其实很简单,下面的方法或许对大家有所帮助background-image:url(******.png)!important; background-image:url(../images/space.gif);/*spac...
分类:其他好文   时间:2014-08-11 14:37:52    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!