摘要: 安装 MyEclipse 时出现 An error occurred while copying software to your machine 字样,有部分文章提出可能是因为之前安装没有完全卸载。比如 MyEclipse(不论版本是啥)卸载后重新安装,提示:拷贝到计算机时出错;问题解决方案:。 阅读全文
posted @ 2023-09-20 13:08 BryceAi 阅读(708) 评论(0) 推荐(0)
摘要: Windows平台 CLion 远程调试 Linux 的 C++ 程序 1. CLion 的安装 Pass 2. Linux 环境的配置 2.1. 安装 gdbserver 这里举例 Ubuntu 环境下的安装: sudo apt-get install gdbserver 2.2 配置CLion 阅读全文
posted @ 2023-09-09 15:02 BryceAi 阅读(1089) 评论(2) 推荐(0)
摘要: Asio网络库 学习笔记 如有错误,欢迎指正! Boost官网:https://www.boost.org/ Boost库 许可证: // Copyright Joe Coder 2004 - 2006. // Distributed under the Boost Software License 阅读全文
posted @ 2023-09-09 12:28 BryceAi 阅读(896) 评论(0) 推荐(2)
摘要: spdlog使用学习笔记 1. spdlog简介 github地址:https://github.com/gabime/spdlog Wiki地址:https://github.com/gabime/spdlog/wiki/1.-QuickStart spdlog是一个C++的日志管理工具库。 2. 阅读全文
posted @ 2023-09-08 18:14 BryceAi 阅读(775) 评论(0) 推荐(0)
摘要: Git 常用命令 本地库的操作 git config --global user.name 用户名 设置用户签名 git config --global user.email 邮箱 设置用户签名 git init 初始化本地库 git status 查看本地库状态 git add 文件名 添加到暂存 阅读全文
posted @ 2023-09-04 19:35 BryceAi 阅读(28) 评论(0) 推荐(0)
摘要: 1,VS Code 安装 点击此处跳转到官网下载安装VS Code 2,环境准备 这里我们安装VS Code官方推荐的方法安装即可。 官方文档。 2.1 下载 MSYS2 点击进入MSYS2官网,找到 Installation 的Download the installer: msys2-x86_6 阅读全文
posted @ 2023-04-29 22:08 BryceAi 阅读(199) 评论(0) 推荐(0)
摘要: 一、电脑装有虚拟机(如:Hyper-v,VMware)的把虚拟机的网卡全部禁用。 二、电脑之前装过虚拟机的,查看虚拟机的网卡是否还在。如果还在,就禁用。 三、电脑之前装过虚拟机的,查看虚拟机的网卡是否还在。如果还在,禁用还不行。那就先禁用,再网络重置。(我就是这种情况) 网络重置是Windows自带 阅读全文
posted @ 2022-07-28 10:55 BryceAi 阅读(824) 评论(0) 推荐(0)