码迷,mamicode.com
首页 >  
搜索关键字:man shadow    ( 15788个结果
编写高质量代码改善java程序的151个建议——[1-3]基础?亦是基础
原创地址: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和Discrete manufacturing的区别
Process manufacturing(Process industry)加工制造,或者加工工业。其一个重要特征是,原材料被加工成成品后,我们再也无法将它恢复成原料,比如,苹果罐头,我们再没法把它恢复成苹果。Discrete manufacturing组装制造,主要是一些把很多零配件组合起来,让...
分类:其他好文   时间:2014-06-04 20:26:37    阅读次数:374
Valid Palindrome
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各服务说明及cmd启动启动命令
成功安装Oracle 11g后,共有7个服务,一、这七个服务的含义分别为:1. Oracle ORCL VSS Writer Service:Oracle卷映射拷贝写入服务,VSS(Volume Shadow Copy Service)能够让存储基础设备(比如磁盘,阵列等)创建高保真的时间点映像,即...
分类:数据库   时间:2014-05-30 07:07:36    阅读次数:295
css阴影效果
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
sass中mixin常用的CSS3
盒模型阴影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
为什么alertView弹出后button会消失的问题
按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
Android之用自定义的shape去实现shadow效果
直接上xml文件, 并且附上相应的解析:
分类:移动开发   时间:2014-05-26 17:06:53    阅读次数:275
css3 ------ box-shadow
语法: = 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!