<div class='flo_left'> <h2 class='red'>订货价¥${productEntity.agentsPrice}</h2> <h4 class='gray_9' style="text-decoration: line-through;">零售价¥${productEn ...
分类:
Web程序 时间:
2016-05-25 18:32:25
阅读次数:
166
1、元素选择器
2、类选择器
3、ID选择器
4、属性选择器
5、派生选择器
1、元素选择器最常见的css选择器当属元素选择器了,在HTML文档中该选择器通常是指某种HTML元素,例如:p,h2,span,a,div乃至html。用法十分简单,例如:html {background-color: black;}
p {font-size: 30px; backgroud-color: gray;}...
分类:
Web程序 时间:
2016-05-23 13:29:55
阅读次数:
230
<script language="javascript"> function changeColor() { var color = "yellow|green|blue|gray|pink"; color = color.split("|"); document.getElementById(" ...
分类:
其他好文 时间:
2016-05-22 13:50:50
阅读次数:
110
Problem: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the ...
分类:
其他好文 时间:
2016-05-22 06:07:32
阅读次数:
132
异步fifo,解决跨时钟域的数据传输问题。 由binary,gray两种counter组成,在读写domain之间,只传输gray code。 主要的设计难点在empty和full的产生中。 empty信号在read domain中产生,full信号在write domain中产生。 fifo设计框 ...
分类:
其他好文 时间:
2016-05-10 20:47:54
阅读次数:
262
新书到手 TRANSACTION PROCESSING:CONCEPTS AND TECHNIQUES Jim Gray大神的著作 ...
分类:
其他好文 时间:
2016-05-03 00:31:41
阅读次数:
476
CSS样式部分: <style type="text/css">#loading-mask{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:20000; background-color:gray; } #loa ...
分类:
Web程序 时间:
2016-04-23 11:44:00
阅读次数:
203
作者:Cary G.Gray and David R. Cheriton 1989 译者:phylips@bmy 2011-5-7 出处:http://duanple.blog.163.com/blog/static/70971767201141111440789/ [ 序:所谓租约(leases) ...
分类:
其他好文 时间:
2016-04-21 13:22:52
阅读次数:
579
要做一个车牌号输入的输入框联想提示功能,要求比较简单,故没有利用ajax去数据库查询. 车辆多为京津冀地区的. js代码如下: <head> <style type="text/css"> .item:hover{ background-color: Gray; cursor:pointer; } ...
分类:
其他好文 时间:
2016-04-06 16:50:26
阅读次数:
139