css之css设置 文本设置text-transform: capitalize | uppercase | lowercase | nonetext-decoration: underline | overline | line-through | blink | nonewhite-space : none | underline | nowrapvertical-align: base
css之css与div css控制div内部定义样式链入内部css样式 链入内部css样式 #p1 { border: 2px solid #000000; } #p2 { color: red; } .p3 { font-size: 12px; } css css css
html之div div布局 div布局 #header { background:blue; height:100px; } #content{} #right { width:33%; height:250px; float:right; background:green; } #left { width:33%;
html之移动的字体和图片 基本语法设置文字移动方向图片的移动设置对象移动 对象移动 向上移动 behavior设置滚动循环:scroll(循环移动)slide(只移动一个回合)alternate(来回移动) 循环3次 scrollamount设置移动速度
C++数字字符串转换 数字转字符串:#include #include string num2str(int i) { stringstream ss; ss << i; return ss.str();}字符串转数字:#include #include int str2num(string s) { int i; stringstream ss(
C++输出位数控制 这么点简单的东西总是记不清,气死人了,干脆粘贴在这好了#include#includeusing namespace std;int main(){cout//coutcout 3.1415926 coutcoutcout}setw(n)用法: 通俗地讲就是预设宽度如
Vim as IDE Reblogged from: http://yannesposito.com/Scratch/en/blog/Vim-as-IDE/This short article is about how the author use Vim as an IDE. Mainly by using some great plugins.1. Vim Plugin Manage