一、字体标签 1.text-indent:首行缩进 2.text-decoration:文本修饰(text-decoration:none;除去文字的下划线;text-decoration:line-through;文字上加删除线) 3.letter-spacing:字母间距 4.word-spac ...
分类:
其他好文 时间:
2016-07-30 18:30:06
阅读次数:
130
background-attachment 背景图像是否随着页面滚动(是否fixed) letter-spacing 字符间距 word-spacing 字间距 line-height 行高 text-decoration 修饰(下划线) text-indent 首行缩进 ...
分类:
Web程序 时间:
2016-07-25 14:23:55
阅读次数:
167
body { background-color:#CCE5FF;}span { color: red;}.logo { font-family: Georgia; font-size: 37px; letter-spacing: 3px; line-height: 1; padding-left: ...
分类:
Web程序 时间:
2016-07-25 00:09:40
阅读次数:
207
body { font: 100% Lucida Sans, Verdana; margin: 20px;}span { color: red;}.logo { font-family: Georgia; font-size: 37px; letter-spacing: 3px; line-heig ...
分类:
Web程序 时间:
2016-07-25 00:05:01
阅读次数:
194
关键字:文本格式化 学习计划: 文本格式化 color特性 text-align特性 vertical-align特性 text-decoraton特性 text-indent特性 text-shadow特性 text-transform特性 letter-spacing特性 word-spacin ...
分类:
Web程序 时间:
2016-07-23 16:39:56
阅读次数:
254
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Ouli ...
分类:
编程语言 时间:
2016-07-23 07:29:35
阅读次数:
163
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-07-23 01:57:48
阅读次数:
197
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-07-21 00:50:37
阅读次数:
327
Description The word “the” is the most commonthree-letter word. It evenshows up inside other words, suchas “other” and “mathematics”.Sometimes it hide ...
分类:
编程语言 时间:
2016-07-19 17:07:14
阅读次数:
238
目录和文件操作命令1.目录的增删查改C 增
mkdir 新建目录 可以同时创建多个目录
mkdirubunturedhatslackware如果需要递归创建需要?p参数表示在letter下建一个important目录 mkdir ubuntu redhat slackware
如果需要递归创建 需要 -p 参数 表示在letter下建一个important目录
mkdir-p l...
分类:
系统相关 时间:
2016-07-15 21:31:26
阅读次数:
249