漂定

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页

2014年5月14日

摘要: #!/bin/bash# 或者这样来写$(date +%F)day=$(date +%Y_%m_%d)size=$(du -sh /var/lib/mysql)echo "Date:$day" >> /tmp/dbinfo.txtecho "DataSize:$size" >> /tmp/dbinf... 阅读全文
posted @ 2014-05-14 17:41 漂定 阅读(133) 评论(0) 推荐(0) 编辑

摘要: #!/bin/bashhttp=$(netstat -tunpl | awk '{printf $4 "\n"}' | grep '80$')if [ -z "$http" ]then echo "http doing run" /etc/init.d/httpd startelse ... 阅读全文
posted @ 2014-05-14 16:42 漂定 阅读(237) 评论(0) 推荐(0) 编辑

2014年5月13日

摘要: ㈠ 序言为了应对无线互联网的机遇和挑战、避免 emoji 表情符号带来的问题、涉及无线相关的 MySQL 数据库建议都提前采用 utf8mb4 字符集这必须要作为移动互联网行业的一个技术选型的要点㈡ 限制需要 >= MySQL 5.5.3版本、从库也必须是5.5的了、低版本不支持这个字符集、复制报错... 阅读全文
posted @ 2014-05-13 10:37 漂定 阅读(367) 评论(0) 推荐(0) 编辑

2014年4月29日

摘要: 1 .opacity{2 position: absolute;3 top: 0px;left: 0px;4 background: #000;5 filter:alpha(opacity=50); /* IE */6 -moz-opacity:0... 阅读全文
posted @ 2014-04-29 14:55 漂定 阅读(492) 评论(0) 推荐(0) 编辑

摘要: 1 2 3 4 5 Document 6 33 34 56 57 58 请往下拖动滚动条59 60 61 阅读全文
posted @ 2014-04-29 13:20 漂定 阅读(169) 评论(0) 推荐(0) 编辑

2014年4月28日

摘要: 网址:http://icomoon.io/http://iconfont.cn/ 阿里巴巴字体库 1 2 3 4 5 无标题文档 6 17 18 19 20 21 22 23 阅读全文
posted @ 2014-04-28 17:32 漂定 阅读(194) 评论(0) 推荐(0) 编辑

摘要: 1 2 3 4 5 css3旋转小三角 6 15 16 17 18 19 20 阅读全文
posted @ 2014-04-28 14:52 漂定 阅读(544) 评论(0) 推荐(0) 编辑

2014年4月24日

摘要: @echo offattrib -s -h -r /s /d C:\*Thumbs.dbattrib -s -h -r /s /d D:\*Thumbs.dbattrib -s -h -r /s /d E:\*Thumbs.dbattrib -s -h -r /s /d F:\*Thumbs.dbd... 阅读全文
posted @ 2014-04-24 10:49 漂定 阅读(792) 评论(0) 推荐(0) 编辑

2014年4月21日

摘要: 官网http://cubiq.org/iscroll-4 阅读全文
posted @ 2014-04-21 17:59 漂定 阅读(207) 评论(0) 推荐(0) 编辑

摘要: 插件下载地址:https://gist.github.com/2863474插件,可以将CSS格式化成一行,也可以将一行格式化成多行。下载解压缩之后,将compact_expand_css_command.py放到*\Sublime Text 2\Packages\User [windows下一般在... 阅读全文
posted @ 2014-04-21 09:56 漂定 阅读(463) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页