• 2023-02-06clickhouse http 导入数据
    curl --data-binary@localpath'http://host:port?database=databasename&date_time_input_format=best_effort&query=INSERT%20INTO%20tablename%20%20FORMAT%20CSV'-
  • 2022-11-02下载中国气象数据网链接脚本
    #-*-coding:utf-8-*-"""参考:https://blog.csdn.net/x2434417239/article/details/110958446添加下载进度条显示@author:xiao_gf下载链接列表格式样例:http://101
  • 2022-11-02下载gldas数据连接脚本
    importosimportsysimportrequestsdefget_file_once(URL,FILENAME):result=requests.get(URL)try:result.raise_for_status()f=open(