解决 flask django 链接openGauss数据库报错
SQLAlchemy ORM 链接openGauss 会提示版本错误,用一下代码生成兼容postgresql 版本号from sqlalchemy.dialects.postgr…
共 6 篇 文章
SQLAlchemy ORM 链接openGauss 会提示版本错误,用一下代码生成兼容postgresql 版本号from sqlalchemy.dialects.postgr…
import tempfile import win32api import win32print filename = tempfile.mktemp (".txt…
最近折腾一下身份证读卡器,厂商只提供了Windows 32位的dll动态库文件,需要用python调用dll文件,读取身份证信息。遇到的坑,32位的dll,只能用32位的pyth…
在Windows电脑上安装Cnocr报错,提示Polygon3扩展安装失败,需要安装Microsoft C++ Build Tools ,搜索了一番,也没有找到 Windows …
准备Ubuntu Server 20.04 LTSPython3.9Oracle Database 11gOracle Instant Client instantclient…
Ubuntu 编译安装Python3.6安装环境 Ubuntu 16.04 amd64最好不要卸载系统自带的Python,可能会导致系统错误,因为系统中的好多软件都依赖Pytho…