cleey
望着那一丝海线,若隐若现。落日下的海霞,数不尽的美,看不完的醉
js实现倒计时
js实现倒计时的代码:时间展示function timeGoOn(){     function getFullStr(i){       r
CSS透明色
background-image:-ms-linear-gradient(rgba(255,255,255,.50) 0,rgba(255,255,255,.50) 100%) !important;
js select选中项
$('.g-search .g-type-select option:selected').attr('v');
apache 禁止浏览目录
当我们不想让别人直接访问某些目录时:#Options Indexes FollowSymLinks 改成Options -Indexes FollowSymLinks   <Direc
vim设置缩进,缩进大小
编辑vim配置文件:vim /etc/vimrc 添加几行: set nu//设置行号 set autoindent set ts=4 //这个是设置tap的大小为4个空格
IPMI Could not open device
我们使用ipmi公式,出现以下错误:IPMI Could not open device当提示:[root@localhost ~]# ipmitool&n
js验证汉字
使用js验证汉字,只允许输入汉字:var str=document.getElementById("name").value;  var reg = /^[\u4e00-\u9fa5]+$/i;  if (
html中文显示 html乱码
html输出中文,在html头部,即head标签里面,加入以下:<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 或者 <meta 
CSS 根据屏幕大小设置样式
使用css 的@media screen属性:<!-- 浏览器宽度不超过1030px时 --> @media screen and (max-width: 1030px) { &nbs
 
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |