
运维进阶:运维开发
程序猿
一得同学
一得,非著名运维工程师,欢迎交流。
展开
-
Python统计字符串中某字符出现次数
备忘下count函数原创 2020-08-05 21:01:20 · 2227 阅读 · 0 评论 -
Python 字典:使用 lambda 去重 key/value
lambda 偶尔用用还不错的~原创 2020-06-05 15:30:37 · 2473 阅读 · 0 评论 -
解决 UnicodeEncodeError 和 UnicodeDecodeError 问题
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 6-8: ordinal not in range(256) 和 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 6: ordinal not in range(128)原创 2020-05-27 17:10:48 · 764 阅读 · 0 评论 -
我写了一段这样的 Python 代码,把自己坑惨了
诡异难解的问题,通常总会出在那些容易被忽略的地方!原创 2020-05-09 17:58:28 · 365 阅读 · 0 评论 -
requests.post 小坑: 默认无超时,会阻塞
我的进程怎么卡在 recvfrom 了? 哦...原创 2020-04-27 18:14:16 · 17394 阅读 · 0 评论 -
Python urllib.urlencode
urllib.urlencode 小笔记原创 2020-04-27 17:34:15 · 7252 阅读 · 0 评论 -
Python string 转 dict 笔记
通过 json 来转换可能会遇到问题哦~原创 2020-04-27 17:06:20 · 1147 阅读 · 0 评论 -
Python list 与 string 互相转换
TypeError: cannot concatenate 'str' and 'list' objects原创 2020-04-26 21:49:59 · 441 阅读 · 0 评论 -
Python 如何 import 引用其它 xxx.py 文件
xxx.py 直接 import 进来,为我所用原创 2020-04-26 21:39:45 · 475 阅读 · 0 评论 -
Python 长代码换行姿势
嫌一行代码写得太长? 各种换行姿势来帮你~原创 2020-04-11 15:19:09 · 776 阅读 · 0 评论 -
Python 性能分析工具 cProfile
Python性能分析神器,帮我找到了一个耗时小坑;填坑快乐~原创 2020-01-22 20:07:56 · 922 阅读 · 0 评论 -
Python 调试库 pdb
找到一个像 sh -x 这么方便的 py 调试方法了~原创 2020-01-22 17:33:55 · 380 阅读 · 0 评论 -
TypeError: sequence item 2: expected string, int found
python TypeError 小错误原创 2020-01-10 21:49:24 · 1249 阅读 · 0 评论 -
Python requests 重试机制
Python requests 重试机制学习笔记原创 2019-12-25 13:40:15 · 9117 阅读 · 0 评论