上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

2021年6月17日

完整版go-mysql-elasticsearch安装步骤

摘要: https://www.jianshu.com/p/0670e2554cc7 阅读全文

posted @ 2021-06-17 18:05 木林coder 阅读(451) 评论(0) 推荐(0)

2021年6月12日

安装GO

摘要: vi /etc/profile export GOROOT=/usr/local/go export GOPATH=/go/src export PATH=$PATH:$GOROOT/bin 执行 export GO111MODULE='on' && go env -w GOPRIVATE=*.co 阅读全文

posted @ 2021-06-12 22:46 木林coder 阅读(43) 评论(0) 推荐(0)

2021年6月11日

POSTMAN

摘要: https://www.cnblogs.com/fnng/p/9136434.html 阅读全文

posted @ 2021-06-11 17:02 木林coder 阅读(20) 评论(0) 推荐(0)

2021年6月10日

ES 配置文件

摘要: cluster.name: elasticsearch-cluster node.name: es-master-10 network.host: 0.0.0.0 network.publish_host: 180.200.7.10 http.port: 9200 transport.tcp.por 阅读全文

posted @ 2021-06-10 19:54 木林coder 阅读(103) 评论(0) 推荐(0)

2021年6月8日

mysql开启远程连接

摘要: https://blog.csdn.net/lilvming_19940816/article/details/82151744 https://blog.csdn.net/iiiiiilikangshuai/article/details/100905996 远程登录: mysql -h 192. 阅读全文

posted @ 2021-06-08 06:58 木林coder 阅读(35) 评论(0) 推荐(0)

2021年6月7日

Centos 7配置阿里云yum源

摘要: https://www.cnblogs.com/digdeep/p/10982669.html 阅读全文

posted @ 2021-06-07 11:32 木林coder 阅读(52) 评论(0) 推荐(0)

mha 排障

摘要: https://blog.csdn.net/lj_11111/article/details/81009050 https://www.cxybl.com/2020/chengxurensheng_0920/961.html mha切换主从步骤 1.保持宕机的master中的binlog日志文件 2 阅读全文

posted @ 2021-06-07 09:53 木林coder 阅读(47) 评论(0) 推荐(0)

2021年6月6日

mysql 主从基本操作

摘要: mysql配置文件开启这两个选项之后才能生成server-uuid ,才能创建主从,并保证每个server-id不一致 主节点配置: log-bin=mysql-bin server-id=1 从节点配置: server-id=2 重启MySQL服务 2. 删除auto.cnf,因为这个文件保存着之 阅读全文

posted @ 2021-06-06 11:33 木林coder 阅读(41) 评论(0) 推荐(0)

2021年6月4日

nginx常见bug

摘要: 如果访问报404,原因可能有:1:路径错误 2:目录权限 3:配置文件-user root root; Nginx显示中文乱码问题: charset 'utf-8' default_type 'application/x-javascript;charset=utf-8'; ngx.header.c 阅读全文

posted @ 2021-06-04 17:30 木林coder 阅读(184) 评论(0) 推荐(0)

2021年6月3日

mongodb 连接工具

摘要: https://www.nosqlbooster.com/downloads 阅读全文

posted @ 2021-06-03 16:56 木林coder 阅读(233) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

导航