上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 完整错误如下: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access righ 阅读全文
posted @ 2020-12-13 21:47 bp9jISKIN 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 用 Ubuntu-20 安装 openssh-server 出现如下错误, Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not 阅读全文
posted @ 2020-12-13 17:14 bp9jISKIN 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 复制下列代码,保存为temp.reg,同时单击运行该文件即可。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer 阅读全文
posted @ 2020-12-12 00:34 bp9jISKIN 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: IDEA IDE 的光标都是闪烁,很烦人。 可通过如下方式,让 IDEA 的光标不再闪烁 阅读全文
posted @ 2020-12-08 16:22 bp9jISKIN 阅读(1790) 评论(0) 推荐(2) 编辑
摘要: 用系统自带的源安装某些软件实在是太慢了,因此需要换一个国内的源,这个下载速度会快非常多。 本文以阿里的源为例 Step 1: sudo vim /etc/apt/sources.list 打开 sources.list 文件,删除里面的所有内容 Step 2: deb http://mirrors. 阅读全文
posted @ 2020-11-29 17:20 bp9jISKIN 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 执行如下命令: sudo apt install build-essential 参考:Ubuntu下gcc安装及使用 - CSDN 参考:如何在Ubuntu 18.04上安装GCC编译器 - Linux公社 写在最后: 如果尝试各种方法后,仍然报错,无法安装;有可能是软件源的问题,需要换回原来的源 阅读全文
posted @ 2020-11-29 15:50 bp9jISKIN 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: settings → files.exclude 参考:VSCode设置隐藏固定后缀名文件 阅读全文
posted @ 2020-11-21 16:48 bp9jISKIN 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: 调试 → Coding 调试属性 → 配置属性 → C/C++ → 语言 → C++ 语言标准 → 选择 ISO C++ 17 标准 阅读全文
posted @ 2020-11-04 20:30 bp9jISKIN 阅读(644) 评论(0) 推荐(1) 编辑
摘要: settings → Extensions → run code configure → Executor Map → Edit in settings.json 在 gcc 中添加 -std=c++17,如下图所示 阅读全文
posted @ 2020-11-04 20:26 bp9jISKIN 阅读(3958) 评论(0) 推荐(0) 编辑
摘要: 在 Gcc Make Run 插件的Compiler Flags里添加-std=c++17 阅读全文
posted @ 2020-11-04 20:14 bp9jISKIN 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页