摘要:
set global read_only=0; set global optimizer_switch='derived_merge=off'; create user 'my_user'@'%' identified by 'my_password'; create database my_db 阅读全文
摘要:
# encoding: utf8 #部分网站api数据有bug,这个bug问题不是自身程序的问题,而是第三方公司股票的问题 __author__ = 'nooper' import re from math import ceil import datetime from httpGet impor 阅读全文
摘要:
#方式一 直接连接 #!/usr/bin/python3 # a sample to use mysql-connector for python3 # see details from http://dev.mysql.com/doc/connector-python/en/index.html 阅读全文