摘要: gcc -fno-access-control 阅读全文
posted @ 2022-04-04 09:37 soso101 阅读(479) 评论(0) 推荐(0) 编辑
摘要: gcc -fvisibility 阅读全文
posted @ 2022-04-03 15:49 soso101 阅读(2152) 评论(0) 推荐(0) 编辑
摘要: gcc符号隐藏 阅读全文
posted @ 2022-04-03 15:45 soso101 阅读(2005) 评论(0) 推荐(0) 编辑
摘要: error C4716 阅读全文
posted @ 2022-03-03 15:25 soso101 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 指定后,编译器要求通过使用字符串文本初始化的指针符合严格的 const 限定。 使用方法: /Zc:strictStrings[-] 如果 /Zc:strictStrings 指定了 ,则编译器将字符串文本的标准 C++ 限定强制执行为类型 const "array of" 或 const char 阅读全文
posted @ 2022-02-21 16:32 soso101 阅读(293) 评论(0) 推荐(0) 编辑
摘要: libcurl编译 阅读全文
posted @ 2022-02-21 15:22 soso101 阅读(391) 评论(0) 推荐(0) 编辑
摘要: Linux __attribute__((aligned(num))) Windows #pragma pack(push, num) #pragma pack(pop) 或 #pragma pack(num) 阅读全文
posted @ 2022-02-08 19:24 soso101 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 定义 /* Define ALIASNAME as a weak alias for NAME. If weak aliases are not available, this defines a strong alias. */ # define weak_alias(name, aliasnam 阅读全文
posted @ 2022-02-07 19:51 soso101 阅读(569) 评论(0) 推荐(0) 编辑
摘要: openssl编译 阅读全文
posted @ 2022-01-15 13:53 soso101 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Windows下py程序转换为可执行程序 阅读全文
posted @ 2022-01-12 15:15 soso101 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 代理设置 阅读全文
posted @ 2022-01-12 14:44 soso101 阅读(1826) 评论(0) 推荐(0) 编辑
摘要: deleaker 阅读全文
posted @ 2021-12-02 09:46 soso101 阅读(871) 评论(0) 推荐(1) 编辑
摘要: 系统->多任务处理->Alt + Tab->仅打开的窗口 阅读全文
posted @ 2021-12-02 08:57 soso101 阅读(730) 评论(0) 推荐(0) 编辑
摘要: QSpinBox的两个同名信号使用时报错的处理 阅读全文
posted @ 2021-11-29 14:35 soso101 阅读(381) 评论(0) 推荐(0) 编辑
摘要: Qt发送信号过快会如何? 阅读全文
posted @ 2021-11-29 14:19 soso101 阅读(563) 评论(0) 推荐(1) 编辑
摘要: vs2019项目配置 阅读全文
posted @ 2021-11-23 08:59 soso101 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 静态库重定义错误 阅读全文
posted @ 2021-11-21 11:06 soso101 阅读(53) 评论(0) 推荐(0) 编辑
摘要: FFmpeg链接库错误 阅读全文
posted @ 2021-11-21 10:07 soso101 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 编译时报错/usr/include/c++/9/ctime:60:11: '::clock_t' has not been declared using ::clock_t; 解决方案是pro中引入了不应该引入的路径,删除后,重新qmake即可解决 阅读全文
posted @ 2021-11-21 10:03 soso101 阅读(476) 评论(0) 推荐(0) 编辑
摘要: ffmpeg在linux下设备 阅读全文
posted @ 2021-11-21 09:55 soso101 阅读(716) 评论(0) 推荐(0) 编辑