10 body language love signals 10种散发着爱情信号的肢体语言 Do
you ever wish there was a magic wand that would make you more attractive to the
opposite sex, or at l...
分类:
其他好文 时间:
2014-06-03 12:15:10
阅读次数:
359
Hibernate provides SQL logging out of the box,
but such logging only shows prepared statements, and not the actual SQL queries
sent to the database.It...
分类:
数据库 时间:
2014-05-31 16:47:16
阅读次数:
514
小菜今天偶然打开了腾讯公益,本来是冲着公益活动去的,没想到腾讯公益界面做的还不错,索性把它的box样式剽窃了下来。个人觉得腾讯的东西普遍比较精致,就拿页面来说,每一个细节都把握的很到位,例如取色,看上去是黑色的,其实是灰黑色,所以才会有一种细腻温和的感觉,消除了视觉上的激进,最终的效果就是看起来很....
分类:
其他好文 时间:
2014-05-30 13:19:43
阅读次数:
203
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
!important是CSS1就定义的语法,作用是提高指定样式规则的应用优先权。语法格式{
cssRule !important },即写在定义的最后面,例如:box{color:red
!important;}默认情况下,CSS规则按级层覆盖,例如在.CSS文件中的定义可以被style标签的定义覆...
分类:
Web程序 时间:
2014-05-29 18:08:51
阅读次数:
303
出现原因:PHP版本6中
取消了get_magic_quotes_gpc()函数,首先这个函数的作用:是为了防止sql注入,当该函数打开时将所有单引号,双引号,反斜线和空字符转会自动转为含有反斜线的溢出字符。PHP6取消magic_quotes机制,那么就是默认转义一些特殊字符来防止sql注入。可以...
分类:
Web程序 时间:
2014-05-29 02:31:10
阅读次数:
282
盒模型阴影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
.box {/*非IE6、IE7的主流浏览器识别的垂直居中的方法*/display:
table-cell;
//设置了这个属性之后,此元素会做为一个表格单元格显示,类似th、td,margin属性将不起作用vertical-align:middle;/*
针对IE6、IE7的Hack */*d.....
分类:
其他好文 时间:
2014-05-27 16:08:20
阅读次数:
321
@interface K3ViewController :
UIViewController@end#import "K3ViewController.h"@interface K3ViewController
()@property (weak, nonatomic) IBOutlet UILab...
分类:
移动开发 时间:
2014-05-26 19:15:17
阅读次数:
259