博客是我工作的好帮手,遇到困难就来博客找资料
发布时间:2015-09-08 12:30:08
echo `seq 0 2 100`echo `seq 1 3 100` echo `seq 2 2 100` 打印行号 awk '{print NR":"$0}' 打印偶数行、奇数行 (1) awk '{print $0 > NR%2}' &.........【阅读全文】
发布时间:2015-09-07 21:55:07
<p style="margin:10px auto;white-space:normal;font-family:'black Verdana', Arial, Helvetica, sans-serif;font-size:14px;line-height:21px;background-color:#FFFFFF;">Linux下可以直接用mail命令发送邮件,但是发件人是user@servername,如果机器没有外网的dns,其他人就无法回复。此时,有一个可以使用网络免费邮.........【阅读全文】
发布时间:2015-09-07 13:50:19
<span style="font-family:宋体, Arial;line-height:26px;white-space:normal;background-color:#FFFFFF;font-size:small;color:#FF6600;"><span style="font-size:x-small;">查询数据库中的存储过程和函数</span></span><div id="blog_text" class="cnt" style="color:#666666;font-family:宋体, Arial;line-height:26px;.........【阅读全文】
发布时间:2015-08-25 14:47:06
<article id="post-280" class="post-280 post type-post status-publish format-standard hentry category-python category-87 tag-daemon tag-python-2 tag-supervisor tag-90" style="box-sizing:border-box;color:#333333;font-family:sans-serif;font-size:medium;line-height:22.399999618530273px;white-space:norma.........【阅读全文】
发布时间:2015-08-25 14:38:49
<p style="font-family:sans-serif;font-size:medium;white-space:normal;box-sizing:border-box;color:#333333;line-height:22.399999618530273px;background-color:#FFFFFF;">方法一:<br style="box-sizing:border-box;" /># <span style="background-color:#FFFF00;"><strong>/etc/init.d/mysql stop</strong>.........【阅读全文】