QT -CloudViewer工具 一、演示效果二、关键程序三、程序下载 一、演示效果 二、关键程序
void CloudViewer::doOpen(const QStringList& filePathList) {// Open point cloud file one by onefor (int i 0; i ! filePathList.size(); i) {timeStart(); // time startmycl…
go run 1.go 执行命令
go build 1.go 打包为exe
快速 并且无依赖
在开始项目 需要 生成 go.mod
go mod init mod 终端执行
go: creating new go.mod: module mod
go: to add module requirements and sums:go mod tidy go的基本目录结构
src
------gocode
------------项…