摘要:
docker assistant #!/usr/local/bin/python3 import sh names = sh.docker("ps", "--format", '{{.Names}}') for name in names: ip = sh.docker("inspect", '-f 阅读全文
摘要:
mysql comment Table comment add comment during creating table alter table comment check table moment Column comment add comment during creating table 阅读全文
摘要:
1. convertion between list and tuple tuple(<list>) list(<tuple>) 2. ('aa',) means a tuple containing only one element 'aa' ('aa') means a tuple contai 阅读全文
摘要:
Library 类别 子类 用途 mycli tool mysql 支持highlight,支持自动补全的mysql客户端 MySQL-python lib mysql used in python2, the next generation is mysqlclient, not ORM mysq 阅读全文
摘要:
1. MySQL python2操作mysql的库是 MySQL-python, 这个库2014年不再更新了,the next generation is mysqlclient. mysqlclient is forked from MySQL-python, so they have the s 阅读全文