随笔 - 745, 文章 - 1, 评论 - 180, 阅读 - 155万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2018 档案

摘要:http://blog.csdn.net/bigtree_3721/article/details/77417518 http://blog.csdn.net/zengxuewen2045/article/details/51589223 http://blog.itpub.net/26506993 阅读全文

posted @ 2018-01-26 22:53 moss_tan_jun 阅读(195) 评论(0) 推荐(0) 编辑

摘要:http://blog.51cto.com/dreamfire/1084729 https://www.cnblogs.com/xiaoluo501395377/archive/2013/05/24/3096087.html Linux LVM逻辑卷配置过程详解 另一个博客地址:www.rsyslo 阅读全文

posted @ 2018-01-16 23:39 moss_tan_jun 阅读(250) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/wupeiqi/articles/4963027.html 阅读全文

posted @ 2018-01-10 23:04 moss_tan_jun 阅读(149) 评论(0) 推荐(0) 编辑

摘要:time innobackupex --defaults-file=/data/mysql/3306/my.cnf --user=root --password=123456 \--rsync --parallel=2 --socket=/data/mysql/3306/mysql.sock --s 阅读全文

posted @ 2018-01-10 22:51 moss_tan_jun 阅读(222) 评论(0) 推荐(0) 编辑

摘要:单线程脚本 导入文件的行数 # wc -l /data/logs/testlog/20120219/testlog1/* 1510503 total 多线程脚本 结果 ('starting at:', 'Tue Mar 27 14:32:05 2012')Readfile Start at, Tue 阅读全文

posted @ 2018-01-10 22:50 moss_tan_jun 阅读(501) 评论(0) 推荐(0) 编辑

摘要:import sys 2 import time 3 import fcntl 4 5 class FLOCK(object): 6 7 def __init__(self, name): 8 self.fobj = open(name, 'w') 9 self.fd = self.fobj.fil 阅读全文

posted @ 2018-01-08 22:28 moss_tan_jun 阅读(204) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/mchdba/article/details/53889803 需要达到的效果是,左边变成右边,按照逗号拆分出来,单列变成多行记录,而且保留原来的其它列数据,如下图所示: #,blog原地址:http://blog.csdn.net/mchdba/artic 阅读全文

posted @ 2018-01-02 15:52 moss_tan_jun 阅读(2238) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示