解决应用商店Microsoft store打不开 代码0x80131500 zhiqiuyuan fix_error fix_error 发布于:Aug 11, 2022 解决方法:https://zhuanlan.zhihu.com/p/116654088事后还原:勾选 TLS 1.0,取消勾选TLS 1.2 更新于:Dec 10, 2022 linux服务器间文件传送 .tar.gz文件压缩和解压 旧服务器备份:把~/.halo压缩 tar -zvcf ~/.halo.tar.gz ~/.halo # 得到~/.halo.tar.gz 移到新服务器中在旧服务器上运行 s... linux文件打开系统调用 追加写覆盖写 man page: https://man7.org/linux/man-pages/man2/open.2.html const char* file = "test_file....