摘要: 1 (base) kaka@KakadeMBP bin % /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version 2 Google Chrome 116.0.5845.96 3 (base) kaka@Kak 阅读全文
posted @ 2023-08-23 12:31 爱家家的卡卡 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 1 import urllib 2 import time 3 import oss2 4 import os 5 import random 6 from pathlib import Path 7 import requests 8 import datetime 9 from decouple 阅读全文
posted @ 2023-08-23 12:25 爱家家的卡卡 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1 import json 2 import pymysql 3 import datetime 4 from decimal import Decimal 5 from decouple import config 6 7 8 # 获取每日汇率的方法 9 def get_currency_rate 阅读全文
posted @ 2023-08-23 12:23 爱家家的卡卡 阅读(27) 评论(0) 推荐(0) 编辑