随笔分类 -  脚本

摘要:#!/bin/bash start=6800000 j=19 for ((i=1;i<=j;i++)) do end=expr $start + 1400000 if (( $end > 32862620 )) then end=32862620 fi sql="delete from mmstst 阅读全文
posted @ 2021-08-10 18:03 π=3.1415926 阅读(609) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-05-25 22:59 π=3.1415926 阅读(0) 评论(0) 推荐(0) 编辑
摘要:登录交换机使用 switchshow 查看不同端口的port 类型 操作步骤: 1. 将fc_discovery.py脚本放在监控服务器的externalscript目录,并执行以下命令,增加脚本可执行权限:chmod 755 fc_discovery.py 2. 将fc_reflect_depen 阅读全文
posted @ 2020-01-15 16:34 π=3.1415926 阅读(900) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/1361758/201910/1361758-20191023082850208-355731117.png) 阅读全文
posted @ 2019-10-23 08:29 π=3.1415926 阅读(130) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/1361758/201910/1361758-20191023082755643-993271252.png) 阅读全文
posted @ 2019-10-23 08:28 π=3.1415926 阅读(92) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/1361758/201910/1361758-20191023082726024-1396002284.png) 阅读全文
posted @ 2019-10-23 08:28 π=3.1415926 阅读(109) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/1361758/201910/1361758-20191022082319907-1889603427.png) 阅读全文
posted @ 2019-10-22 08:23 π=3.1415926 阅读(124) 评论(0) 推荐(0) 编辑
摘要:![](https://img2018.cnblogs.com/blog/1361758/201910/1361758-20191022082024996-736813625.png) 阅读全文
posted @ 2019-10-22 08:20 π=3.1415926 阅读(129) 评论(0) 推荐(0) 编辑
摘要:cat 阅读全文
posted @ 2019-10-22 08:18 π=3.1415926 阅读(121) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-10-16 23:38 π=3.1415926 阅读(8) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-10-16 23:37 π=3.1415926 阅读(12) 评论(0) 推荐(0) 编辑
摘要:[sdata base] name=Base baseurl=http://xx.xx.xx.xx:4507/repo/$releasever/$basearch/base enabled=1 gpgcheck=0 [sdata] name=SDATA baseurl=http://xx.xx.xx 阅读全文
posted @ 2019-10-16 23:19 π=3.1415926 阅读(150) 评论(0) 推荐(0) 编辑
摘要:``` ! /bin/bash ntp_num=$[ 1] if [ $ntp_num == 1 ];then echo 0 else echo $ntp_num fi ``` 阅读全文
posted @ 2019-09-22 19:30 π=3.1415926 阅读(233) 评论(0) 推荐(0) 编辑

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