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
全透明代码:{background:transparent} 半透明代码:{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
分类:
Web程序 时间:
2014-08-18 12:26:04
阅读次数:
256
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
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
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
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修改一个弹出框的样式的时候,由于有一个按钮有padding-left:12px;导致内间距空出来的这一块颜色用普通的方式无法改变。 普通的jquery修改css的方法:$("#idName").css("backgroundColor","red");但是这...
分类:
Web程序 时间:
2014-08-12 21:34:14
阅读次数:
219
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
png图片在ie8下有黑色边框的情况想必大家都有遇到过吧,那么该怎么解决呢?其实很简单,下面的方法或许对大家有所帮助background-image:url(******.png)!important; background-image:url(../images/space.gif);/*spac...
分类:
其他好文 时间:
2014-08-11 14:37:52
阅读次数:
197