06 2021 档案
摘要:1替换安装源 帮助 http://mirrors.ustc.edu.cn/help/ 使用配置生成器 https://mirrors.ustc.edu.cn/repogen/ 2 设置默认编辑器 sudo update-alternatives --config editor 3 修改用户不输入密码
阅读全文
摘要:https://www.thewindowsclub.com/windows-store-app-missing-windows-10 powershell 执行 1 Set-ExecutionPolicy Unrestricted2 保存reinstall-preinstalledApps.ps1
阅读全文
摘要:1 网络状况模拟 https://github.com/jagt/clumsy
阅读全文
摘要:#!/bin/bash # project_id, find it here: https://gitlab.com/[organization name]/[repository name]/edit inside the "General project settings" tab projec
阅读全文
摘要:class A{ }; constexpr size_t sizeOfT = sizeof(A); 鼠标移动到sizeofT上可以看到A的大小 from: https://stackoverflow.com/questions/24775127/how-to-find-the-size-of-a-s
阅读全文
摘要:设置崩溃处理函数 #if (defined _WIN32)||(defined _WIN64) #include <windows.h> #include <Dbghelp.h> #include <tchar.h> //#pragma execution_character_set( "utf-8
阅读全文