上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: * * * * * * - - - - - - | | | | | | | | | | | + year [optional] | | | | + day of week (0 - 7) (Sunday=0 or 7) | | | + month (1 - 12) | | + day of mont 阅读全文
posted @ 2020-08-23 03:04 JeromePowell 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1、crontab定时任务 默认最小单位分钟级别,如果要实现秒级通常需要shell sleep等进行辅助控制实现。 例如:每30s执行一次 # 1. 多条crontab 每分钟一次,另一条sleep 30s后执行 # Need these to run on 30-sec boundaries, k 阅读全文
posted @ 2020-08-23 01:57 JeromePowell 阅读(433) 评论(0) 推荐(0) 编辑
摘要: -- 当数据库在有约束的情况下,无论进行删除或者更新操作,都会对相关表进行一个校验,判断相关表的相关记录是否被删除或者更新。 -- 在删除大量数据时,可以先禁用触发器,然后再进行删除。最后再优化一下表空间 -- 1.禁用触发器 ALTER TABLE table_name DISABLE TRIGG 阅读全文
posted @ 2020-08-23 00:18 JeromePowell 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: from:https://blog.csdn.net/opensure/article/details/46047931 ipset介绍 iptables是在linux内核里配置防火墙规则的用户空间工具,它实际上是netfilter框架的一部分。可能因为iptables是netfilter框架里最常 阅读全文
posted @ 2020-08-22 23:55 JeromePowell 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 常用: kill -1 SIGHUP - hangup or exit a foreground running process from a terminal kill -1 向进程发送SIGHUP signal,对于不同类型的进程可能产生不一样的效果。如果pid对象为daemon,则kill - 阅读全文
posted @ 2020-08-22 20:12 JeromePowell 阅读(2369) 评论(0) 推荐(0) 编辑
摘要: docker ce安装 https://docs.docker.com/engine/install/centos/ docker hub image https://hub.docker.com/search?type=image 阅读全文
posted @ 2020-08-20 10:50 JeromePowell 阅读(73) 评论(0) 推荐(0) 编辑
摘要: Python MySQL版本 def delete_mysql_expired_data(db_name, table_name, time_field): """删除MySQL指定库指定表指定字段的数据""" time_end = get_font_6_last_second(t_type='ti 阅读全文
posted @ 2020-08-20 10:42 JeromePowell 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 图解 https://regexper.com/ https://jex.im/regulex/ 阅读全文
posted @ 2020-08-20 10:41 JeromePowell 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 安装: https://docs.timescale.com/latest/getting-started/installation/rhel-centos/installation-yum Github: https://github.com/timescale/timescaledb-tune 阅读全文
posted @ 2020-08-20 02:51 JeromePowell 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.luyixian.cn/news_show_395768.aspx 记一次 Centos7 postgresql v11 安装时序数据库 TimescaleDB 2020/5/26 16:27:32 0 人评论 83 次浏览 分类:学习教程 一、数据库安装 根据自身环境需 阅读全文
posted @ 2020-08-20 02:47 JeromePowell 阅读(699) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页