上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: 连接状态检测原理 复制从:https://superuser.com/questions/277923/how-does-windows-know-whether-it-has-internet-access-or-if-a-wi-fi-connection-re Here are the deta 阅读全文
posted @ 2021-07-03 11:29 wolbo 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 1替换安装源 帮助 http://mirrors.ustc.edu.cn/help/ 使用配置生成器 https://mirrors.ustc.edu.cn/repogen/ 2 设置默认编辑器 sudo update-alternatives --config editor 3 修改用户不输入密码 阅读全文
posted @ 2021-06-28 18:49 wolbo 阅读(430) 评论(0) 推荐(0) 编辑
摘要: https://www.thewindowsclub.com/windows-store-app-missing-windows-10 powershell 执行 1 Set-ExecutionPolicy Unrestricted2 保存reinstall-preinstalledApps.ps1 阅读全文
posted @ 2021-06-24 13:07 wolbo 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1 网络状况模拟 https://github.com/jagt/clumsy 阅读全文
posted @ 2021-06-21 21:06 wolbo 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # project_id, find it here: https://gitlab.com/[organization name]/[repository name]/edit inside the "General project settings" tab projec 阅读全文
posted @ 2021-06-15 15:15 wolbo 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: class A{ }; constexpr size_t sizeOfT = sizeof(A); 鼠标移动到sizeofT上可以看到A的大小 from: https://stackoverflow.com/questions/24775127/how-to-find-the-size-of-a-s 阅读全文
posted @ 2021-06-11 09:34 wolbo 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 设置崩溃处理函数 #if (defined _WIN32)||(defined _WIN64) #include <windows.h> #include <Dbghelp.h> #include <tchar.h> //#pragma execution_character_set( "utf-8 阅读全文
posted @ 2021-06-09 18:08 wolbo 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 生成一个authors.txt文件。这将包含您的SVN用户和Gitlab用户之间的映射: 可以跳过 从现有的svn存储库中: svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" < 阅读全文
posted @ 2021-05-25 19:54 wolbo 阅读(167) 评论(1) 推荐(2) 编辑
摘要: 1 画一个大的圆或其他图形 如半径50000 2 z(zoom) 缩放 a全部 2 limits命令 设置边界 limits -50000,-50000 50000,50000 阅读全文
posted @ 2021-05-08 16:07 wolbo 阅读(758) 评论(0) 推荐(0) 编辑
摘要: po::variables_map vm; po::store(po::command_line_parser(argc, argv).options(desc).allow_unregistered().run(), vm); po::notify(vm); https://stackoverfl 阅读全文
posted @ 2021-05-06 17:51 wolbo 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页