golangerror
Golang error使用场景介绍
目录前言error调用栈前言 在Go的编程中, error的使用场景数不胜数, 主要就是用来处理各种异常情况.[详细]
2023-03-16 10:56 分类:开发-
golang中channel+error来做异步错误处理有多香
目录场景1.中断退出并记录日志2.监控error,可选记录日志或退出异步监控error同步监控error3.官方库errgroup4.监控error,全部日志合并后输出参考文献官方推荐golang中错误处理当做值处理, 既然是值那就可以在chann[详细]
2023-01-20 10:29 分类:开发 Can I switch the Visual C++ runtime to another heap?
My program uses a third party dynamic link library that has huge memory leaks inside. Both my program and the library are Visual C++ native code. Both link to the Visual C++ runtime dynamically.[详细]
2022-12-23 11:52 分类:问答