
编程开发-Python
Python开发,自动化运维
戒掉贪嗔痴
10年以上DBA从业经验,Oracle ACE,中国DBA联盟成员,青学会专家顾问,Oracle,MySQL,PostgreSQL DBA,大数据运维工程师。
熟悉20种数据库的运维及管理:横跨关系数据库,NoSQL数据库,搜索引擎,大数据等。
获得IT类认证十几张。
擅长数据库系统架构涉及,容量规划,灾备系统建设,故障诊断及性能优化。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python3 Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available)解决方式
Caused by SSLError("Can’t connect to HTTPS URL because the SSL module is not available)解决方式。编辑Python时启用openssl;原创 2025-06-11 09:01:11 · 86 阅读 · 0 评论 -
Python3 Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available)解决方式
Caused by SSLError("Can’t connect to HTTPS URL because the SSL module is not available)解决方式。编辑Python时启用openssl;原创 2025-06-10 16:10:29 · 173 阅读 · 0 评论 -
【python】字符串格式化
2.namedtuple的使用。1.python字符串格式化。原创 2024-08-26 09:46:54 · 284 阅读 · 0 评论 -
【python】字符串变量使用2
2.字符串方法 startswith,endswith;6.字典Counter的使用。原创 2024-08-25 19:22:32 · 182 阅读 · 0 评论 -
【python】字符串变量使用1
4.python语言字符串的特点。6.与大小相关的方法。原创 2024-08-25 19:20:51 · 229 阅读 · 0 评论 -
【python】与命令行相关的开源工具:click,prompt_toolkit
2. prompt_toolkit 开源工具。1.安装 click。原创 2024-08-12 16:50:10 · 243 阅读 · 0 评论 -
【python】使用logging 记录日志
5.通过配置文件保存logging的日志信息。3.logging 日志模块。1.标准库中的日志模块。原创 2024-08-12 13:34:19 · 319 阅读 · 0 评论 -
使用 ConfigParse/argparse 解析配置文件和命令行参数
1.ConfigParser 解析配置文件。2.使用 argparse 解析命令行参数。原创 2024-08-12 11:49:50 · 412 阅读 · 0 评论 -
【python】sys,fileinput,getpass库的使用
2.使用 sys.stdin 和 fileinput 读取标准输入。3.使用 SystemExit 异常打印错误信息。1.使用sys.argv 获取命令行参数。4.使用getpass 库读取密码。原创 2024-08-12 11:48:47 · 262 阅读 · 0 评论 -
【python】python工作环境管理
3.virtualenv 管理不同的项目。1.python工作环境管理。2.pyenv 的使用。原创 2024-08-11 15:02:07 · 305 阅读 · 0 评论 -
【python】python 代码规范 及格式化工具
4.使用 autopep8 将代码格式化。pycodestyle :检查代码规范性。autopep8: 重新格式化不规范的代码。3.pycodestyle 检查编码规范。2.pep8 自带的编码规范器。pep8 :检查代码规范性。原创 2024-08-11 10:32:49 · 305 阅读 · 0 评论 -
【python】PIP包管理工具
4.windows pycharm 开发工具。6.pdb python 调试器。3.将软件下载到本地安装部署。2.加速pip 安装技巧。7.开源的 ipdb。原创 2024-08-10 19:44:18 · 316 阅读 · 0 评论 -
【python】字符串转换为JSON
3.python 主流的包管理工具。2.检查第三方库是否安装成功。1.字符串转换为JSON;原创 2024-08-10 18:27:57 · 559 阅读 · 0 评论 -
【python】使用python开启一个linux文件下载服务器
2.浏览器打开:192.168.1.11:8000。3.在python3上开启方法如下。1.开启一个文件下载服务器。原创 2024-08-10 18:02:21 · 388 阅读 · 0 评论 -
24.Python-pattern匹配列表中的值
pattern匹配特定的内容原创 2023-03-31 10:37:44 · 225 阅读 · 0 评论 -
23.行中的值属于某个集合
python原创 2023-03-27 20:52:28 · 80 阅读 · 0 评论 -
22.python安装
python安装原创 2023-03-27 14:59:13 · 275 阅读 · 0 评论 -
21.筛选特定的行
python选取特定的行原创 2023-03-22 11:23:34 · 141 阅读 · 0 评论 -
20.Python读取excel文件,并格式化日期数据
python读取excel,格式化日期数据原创 2023-03-21 16:34:41 · 1090 阅读 · 0 评论 -
19.Python读写Excel文件xlrd,xlwt
xlrd,xlwt原创 2023-03-21 15:46:05 · 140 阅读 · 0 评论 -
18.Excel文件读取
python读取excel原创 2023-03-21 11:20:27 · 75 阅读 · 0 评论 -
17.从多个文件中连接数据
python 多个文件中的数据合并原创 2023-03-20 14:56:24 · 87 阅读 · 0 评论 -
16.Python读取多个格式相同的文件(多个csv文件)
python读取多个文件原创 2023-03-20 14:19:37 · 423 阅读 · 0 评论 -
15.Python加标题的两种方法
python添加头信息原创 2023-03-20 13:40:31 · 1149 阅读 · 0 评论 -
13.Python去掉行头部尾部选取连续的行
python 选取csv里面连续的一段原创 2023-03-17 15:53:16 · 119 阅读 · 0 评论 -
14.Python 通过列标题取列所有值
python通过列标题取列原创 2023-03-15 14:29:09 · 1001 阅读 · 0 评论 -
12.python行中的值匹配于某个模块正则表达式
python 正则表达式匹配原创 2023-03-14 15:41:57 · 98 阅读 · 0 评论 -
11.行中的值属于某个集合
python 单元格的值和列表里面的值比较。原创 2023-03-14 09:44:05 · 94 阅读 · 0 评论 -
10.Python-csv文件的处理及pandas的使用
python-csv-pandas原创 2023-03-13 15:06:33 · 909 阅读 · 0 评论 -
9.Python读取-写入文本文件
python写入和读取文件原创 2023-03-10 14:36:33 · 214 阅读 · 0 评论 -
8.Python-控制流
python流程控制语句原创 2023-03-10 11:28:00 · 99 阅读 · 0 评论 -
7.Python-字典
python字典原创 2023-03-10 10:27:00 · 290 阅读 · 0 评论 -
6.Python-元组
python元组原创 2023-03-10 09:36:42 · 87 阅读 · 0 评论 -
5.Python列表-索引值
python列表,索引值原创 2023-03-09 09:21:37 · 1202 阅读 · 0 评论 -
4.Python日期类型
python日期类型原创 2023-03-09 09:13:38 · 383 阅读 · 0 评论 -
3.Python正则表达式
python正则表达式原创 2023-03-09 08:50:27 · 79 阅读 · 0 评论 -
2.Python字符串基础
python字符串基础原创 2023-03-06 13:49:53 · 97 阅读 · 0 评论 -
1.数学基础计算
python数据基础原创 2023-03-06 13:42:09 · 137 阅读 · 0 评论