在需要显示地设置所有值的情况下,应尽量限制使用简写的属性声明。常见的滥用:padding, margin, font, background, border, border-radius 【??这不就是我经常简写的么】大部分情况下,我们不需要为简写形式的属性声明指定所有值。例如,HTML 的 hea...
分类:
Web程序 时间:
2014-07-22 22:51:54
阅读次数:
276
.header{ width:100%; height:100px; background:red; color:#333333;}aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeedddddddddddddddddddddddddddddddddddddddddddd...
分类:
其他好文 时间:
2014-07-19 17:25:05
阅读次数:
134
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
在扩展数据里配置条码数据,使用过的条码不再出现selectBC_BARCODE,BC_UPDATEfromTBARCODEwhereBC_BARCODEnotin(selectBILL_KD_ITEMfromTBILL)andBC_USER_ID=‘$G_USER‘2.在模板里增加选择或者直接输入条码框,实物条码必须要用这个字段BILL_KD_ITEM<tdstyle="BACKGROUND-COL..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
219
对html元素属性的增删改查操作
#attr{text-align:center;font-size:24px;color:white;background:#008000;width:400px;height:30px; }
.myclass{background:#828555;}
对html元素属性的增删改查操作
访问DIV属性
修改DIV属性
删除DIV属性
...
JAVA 性能调优和GChttp://blog.csdn.net/gzh0222/article/details/7663181JAVA GC调优手记http://blog.csdn.net/firecoder/article/details/7225654JAVA GC 日志详解http://bl...
分类:
编程语言 时间:
2014-07-18 21:00:42
阅读次数:
290
Smith Numbers
Background
While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephone number of his brother-in-law H. Smith had ...
分类:
其他好文 时间:
2014-07-18 13:28:06
阅读次数:
234
long sd=1345185923140L;
Date dat=new Date(sd);
GregorianCalendar gc = new GregorianCalendar();
gc.setTime(dat);
java.text.SimpleDateFormat format =...
分类:
编程语言 时间:
2014-07-18 11:29:20
阅读次数:
188
CSS 背景-CSS backgroundCSS background目录 CSS背景语法 css背景色 css背景图片 背景居中 复合背景样式简写 背景background总结一、Css background背景语法 - ...
分类:
Web程序 时间:
2014-07-17 11:08:43
阅读次数:
187
价格
对a链接包含的span图标进行样式更改。
.icon-down-single-arr{
background-position: -67px -974px;
}
.icon-down-single-arr-li li:hover .icon-down-single-arr{
background-position: -81px -974px;...
分类:
Web程序 时间:
2014-07-17 10:32:35
阅读次数:
241