摘要:
MacBook 安装 uwsgi 报错 Exception: you need a C compiler to build uWSGI 解决方法 $:pip install uwsgi Traceback (most recent call last): File "<string>", line 阅读全文
摘要:
# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen 阅读全文
摘要:
csv文件批量插入sybase数据库 # -*- coding:utf-8 -*- import os import pyodbc import pandas as pd from math import ceil from pandas.api.types import is_datetime64 阅读全文