1.下载mysql源码 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-boost-5.7.20.tar.gz 2.新建my.cnf文件 [client] port = 3306 default-character-set=utf8 ...
分类:
数据库 时间:
2020-05-13 11:41:21
阅读次数:
94
1. 下载安装包 2. 解压安装包到目标位置:C:\Program Files\MySQL\mysql-5.7.29 3. 配置环境变量 path后面添加 ,C:\Program Files\MySQL\mysql-5.7.29\bin\ 4. 编辑配置文件 在安装目录下创建my.ini [mysq ...
分类:
数据库 时间:
2020-05-12 17:03:09
阅读次数:
75
一 生成器与yield 插图:恶搞图49 若函数体包含yield关键字,再调用函数,并不会执行函数体代码,得到的返回值即生成器对象 >>> def my_range(start,stop,step=1): ... print('start...') ... while start < stop: . ...
分类:
其他好文 时间:
2020-05-12 16:58:08
阅读次数:
51
https://blog.csdn.net/weixin_33748818/article/details/91994025 讲扰动函数的 table[(n-1) & hash] 这位大佬讲的很好 我保存下 有人刷到 建议你看看这个链接。 https://my.oschina.net/u/23291 ...
分类:
移动开发 时间:
2020-05-12 16:45:57
阅读次数:
89
演示网址:https://my-netdata.io/ 官方首页:http://netdata.cloud/ 文档地址:http://docs.netdata.cloud 官方安装文档:http://docs.netdata.cloud/docs/agent github地址:https://git ...
分类:
Web程序 时间:
2020-05-12 14:11:43
阅读次数:
96
新建一台服务器 192.168.88.40 yum -y install mysql mysql-server 编辑etc下的配置文件 vim /etc/my.cnf 输入 bin-log=mysql-bin server-id=40binlog-ignore-db=mysql 主服务器赋予权限 g ...
分类:
数据库 时间:
2020-05-12 11:22:50
阅读次数:
82
Windows下安装MySQL详细教程 1、安装包下载 2、安装教程 (1)配置环境变量 (2)生成data文件 (3)安装MySQL (4)启动服务 (5)登录MySQL (6)查询用户密码 (7)设置修改用户密码 (8)退出 3、解决问题 1、安装包下载。 下载地址:https://dev.my ...
分类:
数据库 时间:
2020-05-11 18:16:29
阅读次数:
115
Springboot 配置接口文档swagger 往期推荐 SpringBoot系列(一)idea新建Springboot项目 SpringBoot系列(二)入门知识 springBoot系列(三)配置文件详解 SpringBoot系列(四)web静态资源配置详解 SpringBoot系列(五)My ...
分类:
编程语言 时间:
2020-05-11 15:49:24
阅读次数:
74
As the size of my blog "Chrome Development Tool tips used in my daily work" turns to be larger I create a separate post to record down this small tip. ...
分类:
编程语言 时间:
2020-05-11 15:23:04
阅读次数:
79
说明:配置参数存放在my.cnf文件中,有需求可自定制。 # 表空间模式(即.ibd文件,存放了行数据,索引及LSN号。该文件成为独立表空间): 参考:https://www.cnblogs.com/quzq/p/12833272.html innoda_file_per_table=1,1代表独立 ...
分类:
数据库 时间:
2020-05-10 21:03:16
阅读次数:
90