上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: 数据结构 public enum AgvUpgradeStep { VersionCheck = 0, Downloading = 1, Updating = 2, Booting = 3 } public enum AgvUpgradeResult { Success = 0, Running = 阅读全文
posted @ 2021-10-19 22:36 wolbo 阅读(270) 评论(0) 推荐(1) 编辑
摘要: windows https://www.pendrivelinux.com/install-grub2-on-usb-from-windows/ 阅读全文
posted @ 2021-09-20 09:43 wolbo 阅读(88) 评论(0) 推荐(0) 编辑
摘要: boost process 设置子进程工作目录 通过boost::process::start_dir 指定 std::string cmd = (AppContext::GetBinDir() / "agvtask.exe").string(); auto pipe_stream = std::m 阅读全文
posted @ 2021-09-08 11:07 wolbo 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 最近num lock总是自动关闭 查找相关注册表项 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2147483650" "Ke 阅读全文
posted @ 2021-09-08 10:00 wolbo 阅读(192) 评论(0) 推荐(0) 编辑
摘要: c# 根据proto文件自动生成代码配置 选中proto文件 右键属性 设置编译动作 protobuf编译 grpc存根根据实现角色配置 生成时报错: File not found. Import "common.proto" was not found or had errors. 修改cspro 阅读全文
posted @ 2021-08-25 10:28 wolbo 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2021-08-19 20:19 wolbo 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 源码目录: ${CMAKE_SOURCE_DIR} This is the full path to the top level of the current CMake source tree. For an in-source build, this would be the same as C 阅读全文
posted @ 2021-08-14 11:00 wolbo 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1 启动时间服务 net start w32time 2 立即与服务器时间同步 net time \\192.168.11.22 /set /yes 3 查看时间同步源 w32tm /query /source 4 设置同步源 w32tm /config /manualpeerlist:"time. 阅读全文
posted @ 2021-08-06 17:30 wolbo 阅读(633) 评论(0) 推荐(0) 编辑
摘要: sc config <service name> start=<mode> For example, sc config tlntsvr start=auto automatically starts the tlntsvr service when you boot the system. The 阅读全文
posted @ 2021-08-06 15:42 wolbo 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 注意二进制流需要调用write 此处用拷贝 //添加gzip支持 SimpleWeb::CaseInsensitiveMultimap header; header.emplace("Cache-Control", "max-age=86400"); header.emplace("Content- 阅读全文
posted @ 2021-08-04 16:13 wolbo 阅读(600) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 21 下一页