摘要:
1、错误信息pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 2 、原因系统版本centos6.5,其中openssl的版本为OpenSS 阅读全文
摘要:
1.查询数据库中的所有数据库名: SELECT Name FROM Master..SysDatabases ORDER BY Name 2.查询某个数据库中所有的表名: SELECT Name FROM SysObjects Where XType='U' ORDER BY Name 1.查询数据 阅读全文