$ go tool pprof http://127.0.0.1:6060/debug/pprof/profile?seconds=30Saved profilein/root/pprof/pprof.demo.samples.CPU.001.pb.gzFile:demoType:CPUTime:Dec24,2023at11:42am(CST)Duration:10s,Total samples=70ms(0.7%)
update,up Update a project's dependenciestree(Deprecated)Tree prints the dependenciesofthisprojectasa tree.list List prints all dependencies that the present code references.info Info prints information aboutthisproject cache-clear,cc Clears the Glide cache.about Learn about Glide mirror Manage mirrors ...
另外,还有一个buf.lock文件,但是它不需要进行人工配置,它是由buf mod update命令所生成。这跟前端的npm、yarn等的lock文件差不多,golang的go.sum也差不多。 它的配置文件不多,也不复杂,维护起来非常方便,支持远程proto插件,支持远程第三方proto。对构建系统Bazel支持很好,对CI/CD系统也支持得很好。它还有很多优秀...
Update common Prometheus files (#1045) May 5, 2022 CONTRIBUTING.md chore: Remove half-implemented changelog automation (#1564) Jul 20, 2024 Dockerfile prometheus: Fix convention violating names for generated collector me… May 9, 2022 LICENSE ...
02-Golang标准 Update 02-Golang标准 Feb 2, 2022 03-Golang框架 Update 03-Golang框架 Feb 2, 2022 04-Golang项目 Update 04-Golang项目 Feb 2, 2022 05-Golang安全 Update 05-Golang安全 Apr 28, 2025 06-Golang逆向 Update 06-Golang逆向 Feb 2, 2022 ...
其中Insert/Replace/Delete/Select/Update是整个链式操作的最后一步。是真正的和 MySQL 交互的方法,后面不能再链式接其他的操作方法。 所以,我们可以畅享一下,这个完成后的 ORM,是如何调用的: 增: type User1 struct { Username string `sql:"username"` Departname string `sql:"departname"` Status int64 `sq...
z.updateKeys(v) } return chiper } func (z *ZipCrypto) Decrypt(chiper []byte) []byte { length := len(chiper) plain := make([]byte, length) for i, c := range chiper { v := c ^ z.magicByte() z.updateKeys(v) plain[i] = v } return plain } func crc32update(pCrc32 uint32...
DROPTABLE IF EXISTS`method_lock`;CREATETABLE `method_lock` (`id`int(11) unsignedNOT NULL AUTO_INCREMENT COMMENT'主键',`method_name`varchar(64)NOT NULL COMMENT'锁定的方法名',`desc`varchar(255)NOT NULL COMMENT'备注信息',`update_time`timestampNOT NULL DEFAULTCURRENT_TIMESTAMPONUPDATECURRENT_TIME...
fix: update vendor 3.11 20240917, upgrade go to 1.21 (#21256) 8个月前 .github fix(region): vendor update (#22467) 23天前 build fix: update file repo docker script (#22388) 1个月前 cmd fix(region): change disk billing type (#22532) 5天前 docs/swagger fix(region...
git config --global user.name userName git config --global user.email userEmail 分支13 标签36 dependabot[bot]chore(deps): bump github.com/quic-go/quic-...61c2b1c9天前 1842 次提交 .github ci(golangci-lint): update configuration and fix lint issues (#4247) ...