会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
476
477
478
479
480
481
482
483
484
···
618
下一页
2019年12月17日
undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
摘要: 解决方法 在QT工程的.pro文件中添加如下内容: LIBS=-ldl
阅读全文
posted @ 2019-12-17 11:58 lydstory
阅读(866)
评论(0)
推荐(0)
nignx环境搭建
摘要: 国产化 环境可以支持,中标麒麟 龙芯 银河麒麟
阅读全文
posted @ 2019-12-17 09:58 lydstory
阅读(124)
评论(0)
推荐(0)
2019年12月16日
FPDF_CloseDocument(doc);
摘要: FPDF_CloseDocument(doc); 创建不加载就会段错误 必须创建 doc = FPDF_CreateNewDocument();
阅读全文
posted @ 2019-12-16 10:41 lydstory
阅读(264)
评论(0)
推荐(0)
2019年12月13日
git 使用
摘要: git config --global --edit git commit -m "example dlopen pdfium Makefile" git push
阅读全文
posted @ 2019-12-13 16:52 lydstory
阅读(140)
评论(0)
推荐(0)
C/C++:GCC/G++ -Wl,-soname 链接选项作用
摘要: https://blog.csdn.net/test1280/article/details/81157767
阅读全文
posted @ 2019-12-13 16:18 lydstory
阅读(831)
评论(0)
推荐(0)
nm U -l库的
摘要: nm U -l库的
阅读全文
posted @ 2019-12-13 15:41 lydstory
阅读(214)
评论(0)
推荐(0)
定位符号连接错误???
摘要: https://blog.csdn.net/buknow/article/details/96130049
阅读全文
posted @ 2019-12-13 15:11 lydstory
阅读(158)
评论(0)
推荐(0)
如何调用.so动态库中的函数,如何把自己的函数导出为.so的动态库函数供别人调用
摘要: 调用.so中的函数和平常的函数没有区别,只是在编译连接时加上-lxxxx就行了.要生成.so库,则编译时用下面的语句:gcc -shared -Wl,-soname,libmyfun.so -o libmyfun.so myfun.o 要生成.so库,则编译时用下面的语句:gcc -shared -
阅读全文
posted @ 2019-12-13 14:07 lydstory
阅读(1832)
评论(0)
推荐(0)
Linux(ubuntu)下创建用户没有创建家目录
摘要: sudo useradd -m username #参数-m 自动创建用户的家目录
阅读全文
posted @ 2019-12-13 10:10 lydstory
阅读(748)
评论(0)
推荐(0)
c 和 c++ 啊 Make
摘要:
阅读全文
posted @ 2019-12-13 09:45 lydstory
阅读(112)
评论(0)
推荐(0)
上一页
1
···
476
477
478
479
480
481
482
483
484
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告