会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
运维之爪
爪爪爪
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
2020年8月17日
python 百度api mac地址提取
摘要: python 调用baidu api 识别图片 # encoding:utf-8 import requests import base64 import pprint import re def get_token(): host = 'https://aip.baidubce.com/oauth
阅读全文
posted @ 2020-08-17 12:33 运维之爪
阅读(201)
评论(0)
推荐(0)
2020年8月14日
如何提取安装顺序提取字典 Python3
摘要: # encoding:utf-8 a = {"b1": "1", "b2": "2", "b3": "3"} # 按下标取值 print(sorted(a.keys())[1])
阅读全文
posted @ 2020-08-14 11:43 运维之爪
阅读(179)
评论(0)
推荐(0)
2020年8月5日
源码编译openssl1.1.1c make test错误解决
摘要: 相关问题: https://github.com/openssl/openssl/issues/9921 报错:Parse errors: No plan found in TAP output 解决方案: # 解决 make test 问题,安装相关依赖 yum install perl-Modu
阅读全文
posted @ 2020-08-05 12:33 运维之爪
阅读(2117)
评论(0)
推荐(0)
Centos7 解决gcc 4.85版本(升级更改版本gcc)
摘要: 由于需要源码编译最新的包,需要用到gcc9.0版本,做个记录! 安装 gcc官方源: #!/bin/bash yum install centos-release-scl scl-utils-build devtoolset-7-gcc.x86_64 7.3.1-5.16.el7 centos-sc
阅读全文
posted @ 2020-08-05 12:28 运维之爪
阅读(1832)
评论(0)
推荐(0)
python3 企业微信邮箱批量脚本
摘要: 缺陷:执行速度慢 1s 一条数据,无多线程 (如果有更好的方法,可以告知我) 脚本功能介绍: 批量判断创建不存在部门,更新成员到部门 接口文档:https://exmail.qq.com/qy_mng_logic/doc xlsx 模板格式: 工作表1: | 湛江事业群 | 运维部 | 网络部 |
阅读全文
posted @ 2020-08-05 11:33 运维之爪
阅读(270)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
公告