上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 76 下一页
摘要: 网上很多资源都说是 xorm reverse mysql "root:123456@tcp(127.0.0.1:3306)/users?charset=utf8" ./ 执行后报错:2022/03/16 15:00:53 [Error] reverse.go:196 Unknown colType 阅读全文
posted @ 2022-03-16 15:22 浮尘微光 阅读(808) 评论(0) 推荐(0)
摘要: go: lottery/rpc imports git.apache.org/thrift.git/lib/go/thrift: git.apache.org/thrift.git@v0.16.0: parsing go.mod: module declares its path as: githu 阅读全文
posted @ 2022-03-16 11:27 浮尘微光 阅读(4589) 评论(0) 推荐(0)
摘要: echo insecure >> ~/.curlrc HOMEBREW_CURLRC=1 export HOMEBREW_CURLRC brew install thrift 阅读全文
posted @ 2022-03-16 10:40 浮尘微光 阅读(707) 评论(0) 推荐(0)
摘要: ab -h 查看使用方法 10000次请求,10个并发:ab -n10000 -c10 http://localhost:8080/ Requests per second: 1385.77 [#/sec] (mean) QPS wrk -h 查看使用方法 10个请求,10个线程,5秒钟: 阅读全文
posted @ 2022-03-09 16:56 浮尘微光 阅读(69) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/benben_2015/article/details/82227338 https://studygolang.com/articles/14625?fr=sidebar Go 1.11 前天已经正式发布了,这个版本包含了两个最重要的feature就是  阅读全文
posted @ 2022-03-09 11:29 浮尘微光 阅读(69) 评论(0) 推荐(0)
摘要: export GOROOT="/usr/local/go" # go 的安装位置 export GOPATH="$HOME/go:$HOME/Code" # 不建议设置成与 GOROOT 相同 export GOBIN="$HOME/go/bin" # 部分框架会依赖这个环境变量 export PA 阅读全文
posted @ 2022-03-07 12:50 浮尘微光 阅读(927) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/ming2316780/article/details/90370913 https://blog.csdn.net/qq_38151401/article/details/105780251 Go mod 最简单的理解和使用研究了一下Go mod 发现还 阅读全文
posted @ 2022-03-04 10:27 浮尘微光 阅读(1813) 评论(0) 推荐(0)
摘要: https://www.runoob.com/mongodb/mongodb-osx-install.html MongoDB 提供了 OSX 平台上 64 位的安装包,你可以在官网下载安装包。 下载地址:https://www.mongodb.com/download-center#communi 阅读全文
posted @ 2022-03-03 14:42 浮尘微光 阅读(58) 评论(0) 推荐(0)
摘要: 尝试修改 右键 -- Options -- Text --Character set 选中UTF-8 无效 使用git 命令 $ git config --global core.quotepath false 有效果 git status输出, 中文文件名显示为转义字符编码(乱码) 转载于:htt 阅读全文
posted @ 2022-03-03 11:51 浮尘微光 阅读(205) 评论(0) 推荐(0)
摘要: 一.PHPStorm注释缩进问题 以下是让强迫症很难受的注释格式 以下几步即可解决强迫症的烦恼 最后效果如下 二.PHPStorm实现保存后,代码自动格式化 1、点击File-》Settings-》Keymap(快捷键) 2、在右侧搜索save 我这搜save all没有 3、右键点击,选择移除Ct 阅读全文
posted @ 2022-02-18 10:38 浮尘微光 阅读(1000) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 76 下一页