上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 171 下一页
摘要: show variables like "general_log%";SET GLOBAL general_log = 'ON';SET GLOBAL general_log = 'OFF';tail -f /var/lib/mysql/changchun.log | grep t_base_app 阅读全文
posted @ 2019-03-08 08:50 糖豆爸爸 阅读(229) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xiaoxueyiye/article/details/78720886 阅读全文
posted @ 2019-03-06 13:04 糖豆爸爸 阅读(323) 评论(0) 推荐(0)
摘要: 上一篇写了使用RabbitMQ来实现延迟任务的实现,其实实现延迟任务的方式有很多,各有利弊,有单机和分布式的。在这里做一个总结,在遇到这类问题的时候希望给大家一个参考和思路。 延迟任务有别于定式任务,定式任务往往是固定周期的,有明确的触发时间。而延迟任务一般没有固定的开始时间,它常常是由一个事件触发 阅读全文
posted @ 2019-03-04 12:59 糖豆爸爸 阅读(347) 评论(0) 推荐(0)
摘要: -- 查找所有sphinx引擎select group_concat(table_name separator ' ') from information_schema.tables where engine='SPHINX' and table_schema ='dsideal_db'; -- 导 阅读全文
posted @ 2019-02-26 13:33 糖豆爸爸 阅读(260) 评论(0) 推荐(0)
摘要: Golang项目目录结构组织 阅读全文
posted @ 2019-02-14 10:29 糖豆爸爸 阅读(123) 评论(0) 推荐(0)
摘要: http://pandownload.com/faq/about.html 阅读全文
posted @ 2019-02-12 17:57 糖豆爸爸 阅读(266) 评论(0) 推荐(0)
摘要: { "pk": "student_id", "sql": "select concat('#area_code#_',#pk#) as id,'#area_code#' as area_code,#pk# as pk,'t_base_student' as table_name,now() as r 阅读全文
posted @ 2019-02-02 15:37 糖豆爸爸 阅读(393) 评论(0) 推荐(0)
摘要: 复杂点的生产环境配置: 阅读全文
posted @ 2019-01-31 14:43 糖豆爸爸 阅读(1083) 评论(0) 推荐(0)
摘要: 参考地址:http://blog.51cto.com/sfzhang88/1558254 -- 获取主机id -- 10084 select hostid from hosts where host="Zabbix server"; -- 查询剩余磁盘itemid --28537 select itemid,key_ from items where hostid=10084... 阅读全文
posted @ 2019-01-26 08:34 糖豆爸爸 阅读(2843) 评论(0) 推荐(0)
摘要: 思路: 在安装前对系统文件进行备份,一旦出现问题,马上启用还原系统文件办法,这样即可。 # 准备rm -rf /SystemBackup && mkdir -p /SystemBackup && yum install rsync -y#备份rsync -avz / /SystemBackup -- 阅读全文
posted @ 2018-12-13 13:48 糖豆爸爸 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 171 下一页
Live2D