原创地址:http://www.cnblogs.com/Alandre/
(泥沙砖瓦浆木匠),需要转载的,保留下! Thanks The reasonable man adapts himself to the world;the
unreasonable...
分类:
编程语言 时间:
2014-06-07 05:28:48
阅读次数:
349
Process manufacturing(Process
industry)加工制造,或者加工工业。其一个重要特征是,原材料被加工成成品后,我们再也无法将它恢复成原料,比如,苹果罐头,我们再没法把它恢复成苹果。Discrete
manufacturing组装制造,主要是一些把很多零配件组合起来,让...
分类:
其他好文 时间:
2014-06-04 20:26:37
阅读次数:
374
Given a string, determine if it is a
palindrome, considering only alphanumeric characters and ignoring cases.For
example,"A man, a plan, a canal: Pana...
分类:
其他好文 时间:
2014-05-30 16:24:31
阅读次数:
222
成功安装Oracle 11g后,共有7个服务,一、这七个服务的含义分别为:1. Oracle
ORCL VSS Writer Service:Oracle卷映射拷贝写入服务,VSS(Volume Shadow Copy
Service)能够让存储基础设备(比如磁盘,阵列等)创建高保真的时间点映像,即...
分类:
数据库 时间:
2014-05-30 07:07:36
阅读次数:
295
1 moz-box-shadow: 0 0 10px #888;2
-webkit-box-shadow: 0 0 10px#888;3 box-shadow: 0 0 10px #888;
分类:
Web程序 时间:
2014-05-30 07:02:25
阅读次数:
181
盒模型阴影box-shadow。下面是一个使用多参数的例子:用CSS3创建一个阴影的mixin,需要传递水平和垂的偏移量,模糊的范围,还有颜色,4个参数:
分类:
Web程序 时间:
2014-05-29 02:27:00
阅读次数:
442
.fixed {position: fixed;top: -5px;left: 0;width:
100%;box-shadow: 0 0 3px #f2f2f2;-webkit-box-shadow: 0 0 3px
#f2f2f2;-moz-box-shadow: 0 0 3px #f2f2f2...
分类:
其他好文 时间:
2014-05-28 22:41:25
阅读次数:
311
按option后会有提示:Do not use the label object to set
the text color or the shadow color. Instead, use the setTitleColor:forState: and
setTitleShadowColor:f...
分类:
其他好文 时间:
2014-05-26 18:47:48
阅读次数:
212
语法: = inset? && {2,4} && ?
注释:问号表示可选参数;{2,4}表示最少2个参数最多4个;当length = 2时,代表position x 和position y的值;当length =
3时,代表position x, position y, blur;当length ....
分类:
Web程序 时间:
2014-05-25 14:07:41
阅读次数:
355