文章分类 - Linux编程
摘要:wordpress更改网站位置后如何挽回 远程连接后操作更改数据库对应的表 我这里是操作wordpress表 使用如下命令 use wordpress; update wp_options set option_value='http://yoursite' where option_name='s
阅读全文
摘要:UDP Server连接客户端 //UDP Server #include <cstdio> #include <string.h> #include <string> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h
阅读全文
摘要:Microsoft Visual Studio Community 2022 (64 位) 在linux项目属性下配置常规属性 然后选择 对应的平台工作集 以及对应 WSL 项目首次运行时还会提示安装GDB 打开WSL后切换到root # apt install gdb 详见: 在 Visual S
阅读全文
摘要:根据微软官方文档的方法 WSL 的文件权限 | Microsoft Learn 文件访问方案 下面介绍了在使用适用于 Linux 的 Windows 子系统以不同的方式访问文件时,权限是如何确定的。 从 Linux 访问 Windows 驱动器文件系统 (DrvFS) 中的文件 在从 WSL 访问
阅读全文