摘要: 1 # ----------- 首字母大写 ---------- 2 test = "alex is a man" 3 v = test.capitalize() 4 print(v): Alex is a man 1 # ----------- 转换全部字符串为小写 ---------- 2 test = "aLex is A man" 3 V1 = test.casefol... 阅读全文
posted @ 2019-01-11 22:38 静水潜流 阅读(202) 评论(0) 推荐(1) 编辑
摘要: PycURL中文简介:https://blog.csdn.net/qq_41185868/article/details/80487014 PycURL英文简介(如下):http://pycurl.io/docs/latest/index.html PycURL – A Python Interfa 阅读全文
posted @ 2019-01-11 16:09 静水潜流 阅读(459) 评论(0) 推荐(0) 编辑
摘要: Python PyAudio安装: Python3.7 无法安装pyaudio pip install pyaudio提示error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Too 阅读全文
posted @ 2019-01-11 12:57 静水潜流 阅读(2457) 评论(0) 推荐(0) 编辑