摘要:
# 13位时间戳获取方法:millis = int(round(time.time()*1000))#round()方法返回 x 的小数点四舍五入到n个数字。print(millis)print(24*3600*1000*365*)# 10时间戳获取方法:# # import time# t = t 阅读全文
摘要:
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 69-70: ordinal not in range(256)解决办法 使用python3.X向数据库插入中文数据的时候,提示: 大概步骤是: anjuk 阅读全文
摘要:
unix:///tmp/supervisor.sock no such file 修改: [unix_http_server] file=/tmp/supervisor.sock ; the path to the socket file chmod=0700 ; socket file mode 阅读全文