随笔分类 - Python
摘要:pip install "your package" -i https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文
摘要:http://www.jianshu.com/p/0d80366ca60c, 对于mysqlclient的安装,直接看文档。https://github.com/PyMySQL/mysqlclient-python。
阅读全文
摘要:from suds improt client url ="your?wsdl" client = Client(url,cache=None) client.set_options(location=url) return client.service.SomeMeth(someVar)
阅读全文

浙公网安备 33010602011771号