会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
soso101
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2022年4月4日
gcc选项-fno-access-control的使用
摘要: gcc -fno-access-control
阅读全文
posted @ 2022-04-04 09:37 soso101
阅读(665)
评论(0)
推荐(0)
2022年4月3日
gcc的符号可见性-fvisibility的说明
摘要: gcc -fvisibility
阅读全文
posted @ 2022-04-03 15:49 soso101
阅读(3448)
评论(0)
推荐(0)
【转】C/C++符号隐藏与依赖管理:库的符号隐藏
摘要: gcc符号隐藏
阅读全文
posted @ 2022-04-03 15:45 soso101
阅读(3437)
评论(0)
推荐(0)
2022年3月3日
vs编译错误转为警告
摘要: error C4716
阅读全文
posted @ 2022-03-03 15:25 soso101
阅读(233)
评论(0)
推荐(0)
2022年2月21日
/Zc:strictStrings (禁用字符串文本类型转换)
摘要: 指定后,编译器要求通过使用字符串文本初始化的指针符合严格的 const 限定。 使用方法: /Zc:strictStrings[-] 如果 /Zc:strictStrings 指定了 ,则编译器将字符串文本的标准 C++ 限定强制执行为类型 const "array of" 或 const char
阅读全文
posted @ 2022-02-21 16:32 soso101
阅读(404)
评论(0)
推荐(0)
libcurl在Windows环境静态编译后的问题总结
摘要: libcurl编译
阅读全文
posted @ 2022-02-21 15:22 soso101
阅读(956)
评论(0)
推荐(1)
2022年2月8日
字节对齐设置
摘要: Linux __attribute__((aligned(num))) Windows #pragma pack(push, num) #pragma pack(pop) 或 #pragma pack(num)
阅读全文
posted @ 2022-02-08 19:24 soso101
阅读(70)
评论(0)
推荐(0)
2022年2月7日
weak_alias的定义和作用
摘要: 定义 /* 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
阅读(755)
评论(0)
推荐(0)
2022年1月15日
Windows编译openssl3
摘要: openssl编译
阅读全文
posted @ 2022-01-15 13:53 soso101
阅读(824)
评论(0)
推荐(0)
2022年1月12日
Windows下py程序转换为可执行程序
摘要: Windows下py程序转换为可执行程序
阅读全文
posted @ 2022-01-12 15:15 soso101
阅读(81)
评论(0)
推荐(0)
anaconda代理设置
摘要: 代理设置
阅读全文
posted @ 2022-01-12 14:44 soso101
阅读(3001)
评论(0)
推荐(0)
2021年12月2日
[转]Windows上的valgrind--deleaker
摘要: deleaker
阅读全文
posted @ 2021-12-02 09:46 soso101
阅读(1180)
评论(0)
推荐(1)
关闭Edge浏览器多窗口Alt+Tab组合键切换
摘要: 系统->多任务处理->Alt + Tab->仅打开的窗口
阅读全文
posted @ 2021-12-02 08:57 soso101
阅读(1019)
评论(0)
推荐(0)
2021年11月29日
QSpinBox的两个同名信号使用时报错的处理
摘要: QSpinBox的两个同名信号使用时报错的处理
阅读全文
posted @ 2021-11-29 14:35 soso101
阅读(550)
评论(0)
推荐(0)
Qt如果发送信号过快会如何?
摘要: Qt发送信号过快会如何?
阅读全文
posted @ 2021-11-29 14:19 soso101
阅读(795)
评论(0)
推荐(1)
2021年11月23日
win10下vs2019选择toolset
摘要: vs2019项目配置
阅读全文
posted @ 2021-11-23 08:59 soso101
阅读(786)
评论(0)
推荐(0)
2021年11月21日
静态链接导致的一个bug分析
摘要: 静态库重定义错误
阅读全文
posted @ 2021-11-21 11:06 soso101
阅读(87)
评论(0)
推荐(0)
构建FFmpeg项目时链接报错avformat_alloc_context未定义
摘要: FFmpeg链接库错误
阅读全文
posted @ 2021-11-21 10:07 soso101
阅读(605)
评论(0)
推荐(0)
在qt项目中编译错误error ::clock未声明
摘要: 编译时报错/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
阅读(848)
评论(0)
推荐(0)
【转】FFmpeg采集设备
摘要: ffmpeg在linux下设备
阅读全文
posted @ 2021-11-21 09:55 soso101
阅读(1101)
评论(0)
推荐(0)
1
2
3
下一页
公告