01 2024 档案
摘要:C++ 标准是计算机程序设计语言 C++ 的标准化指南。自 1989 年以来,这种技术已经成为了程序设计的实际标准,并由 ANSI 开发出来。C++ 标准是一种 C++ 程序设计语言的可维护标准,它是一个工具,帮助你从复杂的抽象,以统一的方式完成 C++ 程序设计任务。 C++ 标准给程序设计者提供
阅读全文
摘要:镜像 https://gitee.com/yctxkj/json // create an empty structure (null) json j; // add a number that is stored as double (note the implicit conversion of
阅读全文
摘要:镜像库 https://gitee.com/yctxkj/spdlog.git spdlog是基于C++11实现的一款纯头文件的日志管理库(git地址:https://github.com/gabime/spdlog,API说明:https://spdlog.docsforge.com/v1.x/1
阅读全文
摘要:2019年缅甸内比都举行的“缅文字体和新键盘技术说明会”。电子政务执行工作委员会秘书长兼信息技术及网络安全局代理局长吴赛索林吞宣布,缅甸政府部门机构将从4月1日在全缅推行Pyidaungsu font(Unicode字体)的使用,政府机构也将为此配备支持Pyidaungsu字体(代码)的键盘。吴赛索
阅读全文
摘要:https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/ 编辑 $CARGO_HOME/config 文件,添加以下内容: [source.crates-io] replace-with = 'mirror' [source.mir
阅读全文
摘要:私有仓库引用配置 go env -w GOPRIVATE=git.hauwie.com git config --global --add url.ssh://git@git.hauwie.com:7033.insteadof https://git.hauwie.com 日志库引用,go.mod文
阅读全文
摘要:windows开放端口的方法(win10) 先从控制面板,进入到Windows Defender防火墙点击高级设置,点击入站规则点击右边的新建规则,点击端口,点击下一步 选择协议类型和端口号点击下一步即可
阅读全文
摘要:添加右键菜单 复制以下内容,创建11.reg 执行 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenMsys2Here] @="Open msys2 here" "Icon"
阅读全文
摘要:void PrintBuffer(void* pBuff, unsigned int nLen) { if (NULL == pBuff || 0 == nLen) { return; } const int nBytePerLine = 16; unsigned char* p = (unsign
阅读全文
摘要:[NO.1 2012-06-28 12:17:11 948 SEND 111字节] 02 2E 4B 00 91 33 AC 8C BA 02 56 02 00 00 00 01 01 01 00 00 65 74 4D 38 64 C9 CA 67 1F FC 47 F7 A1 20 1D E4
阅读全文