摘要:
定义自定义转换类来忽略特定类型 /// <summary> /// 自定义转换类 /// </summary> public class CustomConverter<T> : JsonConverter<T> { public override T ReadJson(JsonReader rea 阅读全文
摘要:
版本帮助程序函数 #include <VersionHelpers.h> if (!IsWindows8OrGreater()) { MessageBox(NULL, "You need at least Windows 8", "Version Not Supported", MB_OK); } 阅读全文
摘要:
注释 rem rem dir /B /A:D 定义变量 set v=xxx 数学计算 set /a max=%max%+1 关闭输出 @echo off 变量延迟扩展 setlocal enabledelayedexpansion for 目录 for /f "delims=" %%i in ('d 阅读全文