摘要:
阅读全文
摘要:
input file 把之前的按钮透明度opacity设置为0,外层用div包裹。 阅读全文
摘要:
使用伪元素,伪元素在4个方向上都比宿主元素大 不会干扰其他的效果,可以把区域设置为任何大小,任何位置。 阅读全文
摘要:
#Ulist li:nth-of-type(odd){ margin-left: 20px;}奇数行 #Ulist li:nth-of-type(even){margin-left: 10px;}偶数行 1 2 3 4 5 6 阅读全文
摘要:
安装(需要 Ruby):ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/Go/install)" 搜索:brew search MySQL 查询:brew info mysql 主要看具体的信息,比如目前的版本,依赖,安装 阅读全文
摘要:
1 /*半像素*/ 2 .halfpxline_after, .halfpxline_before { 3 position: relative; 4 } 5 6 .halfpxline_after:after, .halfpxline_before:before { 7 content: ''; 8 display: block; 9 position: a... 阅读全文
摘要:
npm install --global --production windows-build-tools 安装VS2013 阅读全文
摘要:
本JQ插件例子是在你网站的文章结尾处添加你的版权。 JQ插件标准的封装代码如下,首先需要闭包: 这是jQuery官方的插件开发规范,这样写是作用是:1. 避免全局依赖。2. 避免第三方破坏。3. 兼容jQuery操作符’$'和’jQuery’ 接着给插件加入主体: OK了,这个插件已经完成了,接下来 阅读全文