第一部分 normalize.css 167至171行 fieldset?{
??padding:?.35em?.625em?.75em;
??margin:?0?2px;
??border:?1px?solid?#c0c0c0;
}
legend?{
??padding:?0;
??border:?0;
} 表单分组标题的...
分类:
其他好文 时间:
2014-08-10 13:11:30
阅读次数:
282
Solid Converter PDF可以准确地将PDF格式的文档转换为Word (DOC)格式,并且保留文本、图像、页面布局、表格、标题 /页脚等内容。入门指南:将一个PDF文档转换为Word文档,只需:1、 在PDF格式转换工具打开PDF文件2、 选择“Convert to Word”按钮3、进...
分类:
其他好文 时间:
2014-08-09 18:23:58
阅读次数:
185
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CSS滑动门圆角</title> <style type="text/css"> .huadong{ width:500px; border:1px solid #ccc; ?line-height:50px; padding-top:20px;} .huado...
分类:
Web程序 时间:
2014-08-08 16:38:36
阅读次数:
253
CSS:a, label { display: block; border-bottom: 1px solid #ccc; padding: 1em 2em; width: 100%; co...
分类:
Web程序 时间:
2014-08-07 12:33:29
阅读次数:
268
body
{
background:#444;
}
.rect
{
border:1px solid #94F;
width:680px;
height:680px;
}
.gridred
{
width:38px;
height:38px;
background:red;
border:1px #555 solid;
float:left
}
.gridgreen
{
width:38p...
分类:
编程语言 时间:
2014-08-05 22:38:20
阅读次数:
357
A method for garbage collection in a solid state drive (SSD) includes determining whether the SSD is idle by a garbage collection module of the SSD; b...
分类:
其他好文 时间:
2014-08-05 00:25:08
阅读次数:
283
Solid-state storage management for a system, the management including establishing, externally to a solid-state storage board, a correspondence betwee...
分类:
其他好文 时间:
2014-08-05 00:24:28
阅读次数:
462
innerHTML的用法:在xxxx内部的添加一些yyyy.value内容,这些内容可以是HTML标签!
下面是一个小小的例子:
muban
#div1 { width:200px; height:200px; border:1px solid red;}
window.onload=function()
{
var oTxt=document.getElementByI...
分类:
Web程序 时间:
2014-08-04 18:02:47
阅读次数:
266
1. Single Responsibilityhttp://en.wikipedia.org/wiki/Single_responsibility_principle (ToRead)2. Open/Closedhttp://en.wikipedia.org/wiki/Open/closed_pr...
分类:
其他好文 时间:
2014-08-03 23:07:06
阅读次数:
216
MM.div1{ position: relative; height: 150px; width: 150px; margin: 0px; padding:2px; border: 1px solid black; perspective:550; -webkit-perspective:550;...
分类:
Web程序 时间:
2014-08-01 18:32:02
阅读次数:
200