会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邓聪聪
https://www.cnblogs.com/dengcongcong/
博客园
首页
新随笔
联系
订阅
管理
2025年5月30日
element的选择框
摘要: <el-col :span="12"> <el-form-item label="角色"> <el-select v-model="form.roleIds" multiple placeholder="请选择" @change="handleChange"> <el-option v-for="i
阅读全文
posted @ 2025-05-30 08:44 邓聪聪
阅读(6)
评论(0)
推荐(0)
2024年2月27日
jira本地部署
摘要: 安装jdk并验证 yum install java-1.8.0-openjdk* -y java -version 下载地址分别为: https://pan.baidu.com/s/1pL7KmGb 提取密码:rgivhttps://pan.baidu.com/s/1htOIekG 提取密码:29t
阅读全文
posted @ 2024-02-27 14:58 邓聪聪
阅读(870)
评论(0)
推荐(0)
2022年11月16日
思科交换机配置ssh
摘要: 1,配置域名,使用主机名称即可 Switch(config)#ip domain-name Switch 2,创建密钥对,并开始ssh Switch(config)#crypto key zeroize rsa Switch(config)#ip ssh version 2 3,创建用户 Switc
阅读全文
posted @ 2022-11-16 16:15 邓聪聪
阅读(368)
评论(0)
推荐(0)
2022年10月14日
pandas读取excel转换科学计数法
摘要: import pandas as pd file = r"E:\Python\python_Shell\6851-流量-10GE1_0_47.csv" df = pd.read_csv(file, converters={" ": str}) for i in df.values: print(i[
阅读全文
posted @ 2022-10-14 16:43 邓聪聪
阅读(218)
评论(0)
推荐(0)
2022年10月13日
文件夹中查找日志中包含的关键字
摘要: ##批量## import os import pandas as pd #1,遍历目录下的文件 path = r"F:\项目\国美新\log\4-26/" file_list = os.listdir(path) #2,设置需要匹配的关键词列表 kws = ["bad", "faild", "FA
阅读全文
posted @ 2022-10-13 14:52 邓聪聪
阅读(54)
评论(0)
推荐(0)
2022年10月8日
锐捷交换机配置ssh
摘要: Ruijie#configure terminal Ruijie(config)#enable service ssh-server >开启SSH服务,默认关闭 Ruijie(config)#ip ssh version 2 >默认1.99版本,设置为版本2 Ruijie(config)#usern
阅读全文
posted @ 2022-10-08 15:04 邓聪聪
阅读(892)
评论(0)
推荐(0)
2022年8月31日
python遍历目录下的文件
摘要: import os, re file_path = “path” def readfile(): filelist = os.listdir(file_path) for i in filelist: filelist = str(os.path.splitext(i)[0]) #replace只能
阅读全文
posted @ 2022-08-31 10:40 邓聪聪
阅读(40)
评论(0)
推荐(0)
2022年8月29日
网络设备巡检自动化
摘要: import netmiko from netmiko import ConnectHandler import time import os import pandas as pd today = time.strftime("%Y-%m-%d", time.localtime()) switch
阅读全文
posted @ 2022-08-29 18:01 邓聪聪
阅读(220)
评论(0)
推荐(0)
2021年8月31日
shell利用叮叮发送消息
摘要: #!/bin/bash mes=`cat list.txt` webhook='xxx' function SendMsg() { curl $webhook -H 'Content-Type: application/json' -d " { 'msgtype': 'text', 'text':
阅读全文
posted @ 2021-08-31 15:10 邓聪聪
阅读(66)
评论(0)
推荐(0)
2021年8月18日
a
摘要: ad
阅读全文
posted @ 2021-08-18 12:08 邓聪聪
阅读(26)
评论(0)
推荐(0)
下一页
公告