上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: nginx起不起来 发现4号进程占用80端口 查看4号进程是system 结束不掉 google发现是w3svc 服务 关掉这个服务 sc stop w3svc 禁用这个服务 sc config w3svc start= disabled 阅读全文
posted @ 2021-07-16 16:36 wolbo 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 获取cpu负载时 使用pdhaddenglishcounter 返回-1073738824 C000 0BB8 PDH_CSTATUS_NO_OBJECT auto state = PdhOpenQuery(NULL, NULL, &cpuQuery); if (state != ERROR_SUC 阅读全文
posted @ 2021-07-08 13:50 wolbo 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 连接状态检测原理 复制从: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 阅读(759) 评论(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 阅读(443) 评论(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 阅读(388) 评论(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 阅读(1111) 评论(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 阅读(251) 评论(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 阅读(180) 评论(1) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页