上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: ElasticSearch写入测试 - 简书 es索引数据量 查询ES集群全部索引的数据量 - 闲汉 - 博客园 阅读全文
posted @ 2021-04-12 13:19 zxhy哦 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 浏览器测试 https://chromedriver下载 [chrome://version/] #查看版本 定位元素 from selenium import webdriver from time import sleep driver=webdriver.Chrome('C:\selenuim 阅读全文
posted @ 2021-04-09 20:50 zxhy哦 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 配置主机互信: $ ssh-keygen -t rsa -f ~/.ssh/id_rsa -N '' 将节点主机信息添加到本地,防止提醒 for host in 192.168.200.{27..33};do ssh-keyscan $host >>~/.ssh/known_hosts 2>/dev 阅读全文
posted @ 2021-04-08 15:18 zxhy哦 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 生成时间 def last_time(): t = datetime.datetime.now() list_time=[10,20,30,40,50,59] list = [10, 20, 30, 40, 50, 60] for i in range(0,len(list)): if t.minu 阅读全文
posted @ 2021-04-07 15:38 zxhy哦 阅读(119) 评论(0) 推荐(0) 编辑
摘要: vlan 缺省vlan vlan三种接口的区别 1、接口的作用:添加和剥离标签 2、交换机内部都是带有tag的数据包 access口 1、接口收到不带tag的包会自动打上tag=pvid 2、接口收到带tag的包会判断该包的tag与access口设置的pvid是否相同 3、交换机内部都是带标签的 4 阅读全文
posted @ 2021-04-06 22:16 zxhy哦 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 分页 rest_framework\settings PAGE_SIZE:None 默认没有配置分页 需要在settings.py 配置 接口返回数据,会给上一页下一页 REST_FRAMEWORK={ 'PAGE_SIZE':2, } # 查所有,才需要分页 from rest_framework 阅读全文
posted @ 2021-03-31 20:30 zxhy哦 阅读(26) 评论(0) 推荐(0) 编辑
摘要: syslog协议及rsyslog服务全解析_Hello,world!-CSDN博客 Linux history记录发送到syslog日志 阅读全文
posted @ 2021-03-29 15:46 zxhy哦 阅读(62) 评论(0) 推荐(0) 编辑
摘要: Django中使用Oracle数据库-安生 阅读全文
posted @ 2021-03-29 10:07 zxhy哦 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Django admin模块CSS样式丢失处理 - 简书 Django+SimpleUI快速开发指南 - 知乎 (8条消息) 深入理解Django Admin的list_display, list_filter和raw_id_fields,filter_horizontal选项。_大江狗-CSDN博 阅读全文
posted @ 2021-03-28 12:25 zxhy哦 阅读(108) 评论(0) 推荐(0) 编辑
摘要: web@ct171130:~$ netstat -altnp|grep -i close_wait|awk '{print $4}'|uniq|wc -l (Not all processes could be identified, non-owned process info will not 阅读全文
posted @ 2021-03-25 21:54 zxhy哦 阅读(67) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css