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
keys的操作 keys * # 取出所有key keys my* # 模糊匹配 exists name # 有name键 返回1 ,否则返回0; del key1 # 删除一个key //成功返回1 ,否则返回0; EXPIRE key1 100 # 设置key1 100s后过期 ttl key ...
分类:
其他好文 时间:
2020-05-10 10:59:12
阅读次数:
61
一、所用资源 mysql 8.0.17 winx64.zip my.ini vc_redist.x64.exe(vc++2015,前提是win7升级了sp1才能正常安装) windows6.1 KB976932 X64.exe(win7升级sp1) 二、环境准备 1. 操作系统win7_64位需升级 ...
分类:
数据库 时间:
2020-05-10 10:26:07
阅读次数:
85
"下载文件" 解压文件 编辑配置文件 my.ini 初始化 启动 重置mysql root密码 ...
分类:
数据库 时间:
2020-05-10 00:54:31
阅读次数:
90