作者:唔嘫worable

内网深信服

内网深信服 http://10.189.3.45/login

唔嘫worable 发布于 2025-10-30

编译.C遇到warning: ISO C++ forbids converting a string constant to ‘string’ {aka ‘char*’} [-Wwrite-strings]报错

原因:C++ 中字符串常量(如 "test")是 const char* 类型,不能直接赋值给非 const 的 char*(这会违反常量不可修改的规则)。 正确做法:使用 C++ 标准库的 std::string,需要包含头文件 <string> 并使用命名空间 std。 当然,我是在使用cs50

唔嘫worable 发布于 2025-10-30

VSCode | 美化记录

自带美化 插件美化 Custom CSS and JS Loader 这个用来把css注入vcode LOGO Base64 data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABpQ

唔嘫worable 发布于 2025-10-30
上一页 下一页