我这 对测试 mysql infobright 压缩 和 查询速度 进行测试测试结果我会尽快登出的
#!/usr/bin/pythonimport MySQLdb#conn = MySQLdb.Connection('127.
【mysql】 【random】 【数据库】 【数据仓库】 【测试】 【BY】 【脚本】 …
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 5 of 5
« Previous |
Next »
Dec
07
2017
Nov
28
2017
Nov
08
2017
1:已知a和b元素 a = 'pyer' b = 'apple' 用字典和format方法实现:效果:my name is
pyer, i love apple. 1、format的方法 c ="mysql name is {0},i love
{1}".format('pyer','apple') 用字典的方法: >>> c ="mysql name
is {xiaoluo},i love {hui}".format(xiaoluo='pyer',hui='apple')
>>> c 'mysql name is pyer,i love apple'
#主要是理解占位符的概念。
【python】 【mysql】 【string】 【index】 【Apple】 …
Sep
01
2017
Feb
11
2015