查看exe依赖的DLL
Windows下使用dumpbin
dumpbin.exe通常在下面的路径下:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64
将该路径加入到PATH环境变量中即可
$ dumpbin …
专注于数字孪生及工业软件SaaS的研发
dumpbin.exe通常在下面的路径下:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64
将该路径加入到PATH环境变量中即可
$ dumpbin …
sudo vim /etc/apt/sources.list
=================163 source==========================
deb http://mirrors.163.com/ubuntu/ bionic main restricted …
yum install clang-format
https://prereleases.llvm.org/win-snapshots/clang-format-r363781.exe 直接重命名为clang-format.exe后放入到对应的PATH中即可
https://github.com/cmderdev/cmder/releases
https://blog.csdn.net/m0_37921080/article/details/82938297
setting里面选择 bash
clink.lua 中 找对应的字 …
# 如果你想在Windows 32位系统下运行
➜ ~CGO_ENABLED=0 GOOS=windows GOARCH=386 go build test.go
# 如果你想在Windows 64位系统下运行
➜ ~CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build …