摘要: 1.注释掉 bind 127.0.0.1;2.设置 appendonly yes;3.设置 daemonize yes.以上设置完之后,重点来了,如果其他机器想访问本系统的话,需要经由端口进行访问,所以需要开启相应的端口,然后重启防火墙 原文地址:https://blog.csdn.net/m0_3 阅读全文
posted @ 2020-02-25 22:01 small_lei_it 阅读(188) 评论(0) 推荐(0) 编辑
摘要: type RequestInfo struct { Url string Data map[string]string //post要传输的数据,必须key value必须都是string DataInterface map[string]interface{} } //适用于 applicatio 阅读全文
posted @ 2020-02-25 14:51 small_lei_it 阅读(5067) 评论(0) 推荐(0) 编辑