会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
434
435
436
437
438
439
440
441
442
···
627
下一页
2020年4月8日
pthread_mutex_t
摘要: pthread_mutex_t
阅读全文
posted @ 2020-04-08 13:58 lydstory
阅读(146)
评论(0)
推荐(0)
查看.so 32位64位
摘要: objdump -a *.a objdump -a *.so
阅读全文
posted @ 2020-04-08 10:56 lydstory
阅读(566)
评论(0)
推荐(0)
加密版sqlite
摘要: https://github.com/Willena/libsqlite3-wx-see
阅读全文
posted @ 2020-04-08 10:31 lydstory
阅读(144)
评论(0)
推荐(0)
类的消息处理-迈向优秀的程序员的方法
摘要: 不会写宏定义--》不是优秀程序员 类似mfc 的消息处理 (能够手动实现)
阅读全文
posted @ 2020-04-08 06:50 lydstory
阅读(111)
评论(0)
推荐(0)
c oracle proc
摘要: struct sqlexd sqlstm;
阅读全文
posted @ 2020-04-08 06:49 lydstory
阅读(138)
评论(0)
推荐(0)
2020年4月7日
ls输出含单位的文件大小
摘要: ls -lh
阅读全文
posted @ 2020-04-07 16:00 lydstory
阅读(134)
评论(0)
推荐(0)
libcurl 仅支持http
摘要: ./configure --disable-shared --enable-static --disable-ftp --disable-ipv6 --disable-rtsp --disable-tftp --disable-telnet --disable-largefile --disable
阅读全文
posted @ 2020-04-07 15:52 lydstory
阅读(148)
评论(0)
推荐(0)
libcurl
摘要: 解压 tar -zxvf curl-7.51.0.tar.gz cd curl-7.51.0.tar.gz ./buildconf ./configure make sudo make install
阅读全文
posted @ 2020-04-07 14:43 lydstory
阅读(106)
评论(0)
推荐(0)
sdk .so合并
摘要: 问题: 最近打包SDK, 需要把多个*.so文件合并。 通过google发现,*.so文件不能直接合并,因为其中已经没有重定向信息。但多个静态库文件是可以合并成一个动态库文件的。 解决办法: 先把所有要打包的库编译生成静态库,然后使用如下命令把它们合并成一个*.so: gcc -shared -o
阅读全文
posted @ 2020-04-07 12:58 lydstory
阅读(343)
评论(0)
推荐(0)
curl libcurl
摘要: https://github.com/curl/curl
阅读全文
posted @ 2020-04-07 11:55 lydstory
阅读(129)
评论(0)
推荐(0)
上一页
1
···
434
435
436
437
438
439
440
441
442
···
627
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告