// mootools // auditFlag = $(this).getElement('>td input[id="auditFlag"]').val() // .getParent() //获得一个元素的父元素 //. setStyle('background-color'...
分类:
其他好文 时间:
2014-08-09 13:27:07
阅读次数:
248
Good about Java:friendly syntax, memory management[GC can collect unreferenced memory resources], object-oriented features, portability.StackStores me...
分类:
编程语言 时间:
2014-08-08 23:59:46
阅读次数:
496
Camel trading
Time Limit: 1 second
Background
Aroud 800 A.D., El Mamum, Calif of Baghdad was presented the formula 1+2*3*4+5, which had its origin in the financial accounts of a c...
分类:
其他好文 时间:
2014-08-08 18:21:52
阅读次数:
273
直接说解决方法:
假设一张拼合好的大图大小是:900 x 1000 px (如上图)
现在想取图中左上角的河马图标,并缩小图标的大小。
正常取图:
.sprite {
background: url('imgs/woqu_localjoin_all.png') no-repeat -21px -80px;
width: 190px;
height: 154px;
}
现在取正...
分类:
Web程序 时间:
2014-08-08 18:09:57
阅读次数:
233
background-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:
其他好文 时间:
2014-08-08 17:49:36
阅读次数:
306
告警日志介绍 告警日志文件是一类特殊的跟踪文件(trace file)。告警日志文件命名一般为alert_.log,其中SID为ORACLE数据库实例名称。数据库告警日志是按时间顺序记录message和错误信息。 告警日志位置 在ORACLE 10g中,BACKGROUND_DUMP_DEST参数确...
分类:
数据库 时间:
2014-08-08 17:38:26
阅读次数:
451
语法: background-repeat : repeat | no-repeat | repeat-x | repeat-y 参数: repeat : 背景图像在纵向和横向上平铺no-repeat : 背景图像不平铺repeat-x : 背景图像在横向上平铺repeat-y : 背...
分类:
Web程序 时间:
2014-08-08 17:31:17
阅读次数:
314
效果图:网站页面上弹出消息提示狂,用来提示重大事件。 //设置消息条通知内容 var $strTip = '欢迎您加入中国失智老人网!'; //在div元素中显示通知内容 $('').html($strTip).activebar({ 'background': 'yello...
分类:
其他好文 时间:
2014-08-08 15:46:46
阅读次数:
202
三大选择器派生选择器,他的的语法特点是:标记名称{ }接下来举个例子body{babackground-image: url("img/5.jpg"); padding: 0px;">background-repeat:no-repeat;}这是一个简单的背景派生选择器的运用,从这个例子也可以看出这...
分类:
Web程序 时间:
2014-08-08 15:46:16
阅读次数:
3198
1. background:url(Images/cry.png) 0 0 no-repeatbackground:url(../images/list01.png) no-repeat 0 center;的意思是 图像地址 不重复 水平位置0 垂直位置居中2. 有序号的 test1 tes...
分类:
Web程序 时间:
2014-08-08 15:26:56
阅读次数:
208