摘要:
1.安装centos7,注意要安装桌面,如果最小化安装,无法使用IDE了 关闭防火墙或者打开4000端口 安装后换阿里源,安装git 2.安装go环境 https://golang.org/dl/ go的主页下载地址,可以到这里寻找最新版本 在/etc/profile中添加 修改完source /e 阅读全文
posted @ 2018-04-12 18:13
猫不急
阅读(540)
评论(0)
推荐(0)
|
摘要:
1.安装centos7,注意要安装桌面,如果最小化安装,无法使用IDE了 关闭防火墙或者打开4000端口 安装后换阿里源,安装git 2.安装go环境 https://golang.org/dl/ go的主页下载地址,可以到这里寻找最新版本 在/etc/profile中添加 修改完source /e 阅读全文
posted @ 2018-04-12 18:13
猫不急
阅读(540)
评论(0)
推荐(0)
摘要:
启动 mysql service mysqld start 查看正在执行的sql show processlist 阅读全文
posted @ 2018-03-28 15:25
猫不急
阅读(128)
评论(0)
推荐(0)
摘要:
GO下载 https://golang.org/dl/ IDE-goland下载 http://www.jetbrains.com/go/ 本次安装go1.9.3.windows-amd64.msi和goland-2017.3.1.exe版本。 安装Go 双击安装包,一路next下去就可以了。 安装 阅读全文
posted @ 2018-01-26 16:57
猫不急
阅读(11420)
评论(1)
推荐(2)
摘要:
官方资料 TPC官网 http://www.tpc.org/ 配置文档 大家一起来测试,benchmark起来(MySQL下的TPC-C,TPC-H,TPC-W) http://www.itpub.net/thread-1330311-1-1.html 测试项目 test_db https://gi 阅读全文
posted @ 2018-01-24 20:46
猫不急
阅读(301)
评论(0)
推荐(0)
摘要:
参考资料:https://www.jianshu.com/p/9e05a2522758 Fiddler下载地址 https://www.telerik.com/download/fiddler 阅读全文
posted @ 2018-01-24 02:34
猫不急
阅读(288)
评论(0)
推荐(0)
摘要:
tpcc-mysql的github地址:https://github.com/Percona-Lab/tpcc-mysql tpcc-mysql源代码进行编译,服务器上需要安装有mysql 可能会遇到如下错误: 需要安装以下组件 make成功后,会在tpcc-mysql下生成两个命令行工具 创建库 阅读全文
posted @ 2018-01-23 20:11
猫不急
阅读(448)
评论(0)
推荐(0)
摘要:
参考文档 http://www.linuxidc.com/Linux/2016-09/135288.htm 安装环境: CentOS7 64位 安装版本: mysql5.7版本 如果之前有安装过mysql,可以使用如下命令进行卸载 # yum list installed | grep mysql 阅读全文
posted @ 2018-01-23 16:57
猫不急
阅读(352)
评论(0)
推荐(0)
摘要:
首先准备一台能够联网,并且操作系统版本与正式版本完全一致的服务器。 安装思路是,通过在线方式获得所有离线安装包,然后导入到正式安装环境中去。 阅读全文
posted @ 2018-01-15 13:46
猫不急
阅读(544)
评论(0)
推荐(0)
摘要:
http://docs.couchdb.org/en/2.0.0/api/database/find.html#find-selectors 阅读全文
posted @ 2017-12-25 00:04
猫不急
阅读(189)
评论(0)
推荐(0)
摘要:
fabric涉及到了couchdb做为数据库,所以单独安装一个进行测试,当然也可以使用docker来安装。 项目地址:http://couchdb.apache.org/ 这里采用windows来安装,直接下载msi文件,默认安装即可。 安装完成后,couchdb自动启动。直接访问http://12 阅读全文
posted @ 2017-12-18 11:55
猫不急
阅读(359)
评论(0)
推荐(0)
|