![240](https://upload.jianshu.io/users/upload_avatars/14643121/d60f5936-3a1d-4b32-b440-a1406bee4ed3.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
问题记录:在本地可以连接mongo数据库,在服务器连接报错pymongo.errors.ServerSelectionTimeoutError检...
jdk11 删除了 javah命令,直接用javac -h reference:https://blog.csdn.net/qq_4496888...
json.dumps 将 Python 对象编码成 JSON 字符串 json.loads 将已编码的 JSON 字符串解码为 Pytho...
# -*- coding: utf-8 -*- importre #过滤掉除了中文以外的字符 str="hello,world!!%[545]你...
格式化输出浮点数(float) import math #default print"PI = %f"%math.pi #width = 10,...
CSV import csv csvFile =open(csv_File_path, 'wt', newline='', encoding='...
from globimport glob html_files = glob('./html_test/*.repair.html')
import os if not os.path.exists(Dir): os.mkdir(Dir) os.remove(path) def ...
from bs4import BeautifulSoup html =open(file_path, 'r', encoding='utf-8'...