摘要:
背景信息 使用命令行编译xxxx.proto时报错。 报错信息 google/protobuf/any.proto: File not found.xxxxxx.proto:4:1: Import "google/protobuf/any.proto" was not found or had er 阅读全文
摘要:
REM 使用 Batch/ Cmd / Dos Command 脚本 去找到刚刚创建的文件。for /f %%i in ('dir /b/a-d/od/t:c') do set LAST=%%i echo The most recently created file is %LAST% /f syn 阅读全文
摘要:
class Try_StructClass { public void Test() { Number a = 1; Number b = a; a = 2; WriteLine($"a={a}, b={b}"); //a=2, b=1 Text A = 1; Text B = A; A = 2; 阅读全文
摘要:
Exception: Could not load file or assembly 'DllFileName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5cadd04e079758c3' or one of its dependencies 阅读全文