上一页 1 ··· 434 435 436 437 438 439 440 441 442 ··· 627 下一页

2020年4月8日

摘要: pthread_mutex_t 阅读全文
posted @ 2020-04-08 13:58 lydstory 阅读(146) 评论(0) 推荐(0)
摘要: objdump -a *.a objdump -a *.so 阅读全文
posted @ 2020-04-08 10:56 lydstory 阅读(566) 评论(0) 推荐(0)
摘要: 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)
摘要: struct sqlexd sqlstm; 阅读全文
posted @ 2020-04-08 06:49 lydstory 阅读(138) 评论(0) 推荐(0)

2020年4月7日

摘要: ls -lh 阅读全文
posted @ 2020-04-07 16:00 lydstory 阅读(134) 评论(0) 推荐(0)
摘要: ./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)
摘要: 解压 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文件合并。 通过google发现,*.so文件不能直接合并,因为其中已经没有重定向信息。但多个静态库文件是可以合并成一个动态库文件的。 解决办法: 先把所有要打包的库编译生成静态库,然后使用如下命令把它们合并成一个*.so: gcc -shared -o 阅读全文
posted @ 2020-04-07 12:58 lydstory 阅读(343) 评论(0) 推荐(0)
摘要: 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 下一页

导航