首页
文章
标签
编程语言
Linux
关于
给我留言
我的动态
友情链接
1
Linux中通过bash命令如何在文本文件前追加文本内容
2
linux中Qt编译时报错:qwt_dial.h: No such file or directory
3
C++编译报错:fatal error: speex/speex_resampler.h: No such file or directory
4
Qt编译C++报错:error: 'nullptr' was not declared in this scope
5
C++编译报错:fatal error: pcap.h: No such file or directory
码峰
累计撰写
134
篇文章
累计创建
62
个标签
累计收到
7
条评论
栏目
首页
文章
标签
编程语言
Linux
关于
给我留言
我的动态
友情链接
搜索
标签搜索
Boost
字符串
udev
跨平台
msys2
内核编程
指针
Bash Shell
libusb
WebAPI
git
RESTful
实时系统
MATLAB
系统信息
代码规范
编程入门
Wireshark
开源项目
CentOS
Makefile
python
Conda
.NET Core
内存泄漏
INI文件
Ubuntu
Docusaurus
进程间通信
运维
编码
SEO优化
异步编程
github
Copilot
银河麒麟
SSH
PCI/PCIe
USB
Qt
Windows API
JSON
多线程
Windows BAT
应用工具
控件
mysql
docker
nginx
web
Node.js
网络通信
fpga
shell script
vmware
网站建设
visual studio
驱动
linux
C#
C/C++
VSCode
目 录
CONTENT
以下是
vscode
相关的文章
2022-10-19
vscode中通过ssh远程连接linux报错:Bad owner or permissions on C:\\Users\\用户名/.ssh/config
在Windows10系统中,由于切换了用户,导致在使用vscode通过ssh连接远程的linux系统是报错Bad owner or permissions on C:\\Users\\用户名/.ssh/config,删掉这个config文件都不行。
2022-10-19
198
0
0
开发环境
vscode
2022-09-17
vscode中如何使用Makefile在Linux下编译C/C++程序
vscode号称宇宙最强IDE,由于是插件化,非常方便支持各类应用的开发,编程体验简直好到爆,在Linux中写C/C++程序的时候,如果源文件很少,vscode是可以直接调用clang/gcc/g++编译的,如果源文件较多,则相对比较麻烦一些,还是使用原始的makefile更方便管理,也更方便在github上做自动编译。
2022-09-17
481
0
0
Linux
C/C++
开发环境
vscode
编程语言