07 2015 档案
mysql 单机同版本多实例 mysql55
摘要:先贴上my.cnf[mysqld_multi]mysqld = /usr/bin/mysqld_safemysqladmin = /usr/bin/mysqladminuser =rootpassword =123456[mysqld2]socket = /tmp/mysql.sock2port =... 阅读全文
posted @ 2015-07-30 10:47 海暗 阅读(386) 评论(0) 推荐(0)
python 魔术方法
摘要:import timefunc_count_time_dict = {}def count_time(func): global func_count_time_dict func_count_time_dict[func]=[1,time.localtime()] def wra... 阅读全文
posted @ 2015-07-19 23:05 海暗 阅读(277) 评论(0) 推荐(0)