05 2019 档案

golang send post request
摘要:send by form send post request data in body : 参考: https://i6448038.github.io/2017/11/11/httpAndGolang/ Golang提供了官方的http包,对于http操作非常的方便和简洁。但是不同于PHP,使用G 阅读全文

posted @ 2019-05-20 10:50 iokde.com 阅读(590) 评论(0) 推荐(0)

nginx location配置
摘要:nginx location配置出现too many Host headers 错误 检查具体配置如下: 发现Host的配置重复,导致设置出错请求无法继续传递到后端 将多余的 proxy_set_header Host $host; 删除即可; location 路径下子路径的配置, 如果存在/mo 阅读全文

posted @ 2019-05-14 16:10 iokde.com 阅读(192) 评论(0) 推荐(0)

linux find使用
摘要:当电脑使用一段时间以后,就会堆积越来越多的文件。有各种资料、下载应用、照片视频,临时备忘…………然后的然后就是电脑变卡,找个文件都得花半个小时。 用软件就 low 了,咱们用 mac 苹果电脑的主当然是直接敲命令行显逼格了,不用怕是灰常简单实用的命令行。 find 命令--简单、好用、显逼格 如果想 阅读全文

posted @ 2019-05-08 14:21 iokde.com 阅读(314) 评论(0) 推荐(0)

linux(centos) 查看系统版本
摘要:查看版本命令 阅读全文

posted @ 2019-05-07 09:40 iokde.com 阅读(1008) 评论(0) 推荐(0)

导航