01 2014 档案

摘要:使用Python抓取线上所有权限信息测试学习篇1、入门例子_开启多个线程#!/usr/bin/env python2.7#-*- coding:utf-8 -*-import threadingimport timeclass MyThread(threading.Thread): def run(self): global num time.sleep(1) num = num + 1 msg = self.name + "set num=" + str(num) print msgnum = 0def test()... 阅读全文
posted @ 2014-01-14 17:42 小郭学路 阅读(153) 评论(0) 推荐(0) 编辑
摘要:http://www.zhaokunyao.com/archives/5793http://www.mysqlperformanceblog.com/2013/07/01/tpcc-mysql-simple-usage-steps-and-how-to-build-graphs-with-gnuplot/ 阅读全文
posted @ 2014-01-13 20:40 小郭学路 阅读(165) 评论(0) 推荐(0) 编辑
摘要:http://www.mysqlperformanceblog.com/2009/01/30/linux-schedulers-in-tpcc-like-benchmark/http://blog.chinaunix.net/uid-28437434-id-3531534.htmlhttp://www.tpc.org/information/sessions/sigmod/sld001.htm 阅读全文
posted @ 2014-01-13 20:04 小郭学路 阅读(146) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/itech/archive/2011/11/23/2260009.html 阅读全文
posted @ 2014-01-06 16:01 小郭学路 阅读(111) 评论(0) 推荐(0) 编辑