摘要:
摘自:https://stackoverflow.com/questions/46363871/no-module-named-queue On Python 2, the module is named Queue, on Python 3, it was renamed to follow PE 阅读全文
摘要:
环境:windows 7。 安装过程中遇到的问题 1、error: Unable to find vcvarsall.bat 2、1083: Cannot open include file: 'basetsd.h' 3、failed with exit status 1159 最终没有解决。 后来 阅读全文
摘要:
#查看数据库物理存放目录show variables like "%datadir%";#查看所有数据库show databases#选择数据库use your_db_name#查看数据库表结构(需要先选择数据库【use your_db_name】)describe your_table_name# 阅读全文