上一页 1 ··· 426 427 428 429 430 431 432 433 434 ··· 619 下一页

2020年4月8日

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

2020年4月6日

摘要: https://www.cnblogs.com/yongdaimi/p/8340253.html 阅读全文
posted @ 2020-04-06 09:47 lydstory 阅读(279) 评论(0) 推荐(0)

2020年4月5日

摘要: 要求: 1.2年以上Windows相关开发经验,精通文件系统过滤驱动或注册表过滤驱动的知识; 2.熟悉WDM驱动框架,能够熟练使用WDK提供的文件系统、注册表系统相关的函数; 3.精通windows内核基本原理,理解文件系统、缓存管理、注册表系统; 4.熟悉MiniFilter框架的知识,能够熟练使 阅读全文
posted @ 2020-04-05 06:08 lydstory 阅读(349) 评论(0) 推荐(0)

2020年4月3日

摘要: Redis之父Salvatore Sanfilippo访谈 redis c语言开发 oracle c语言开发的 android c语言开发的,不知道java程序员哪里来的自信?瞧不起c/c++ 无知也该有个限度 https://www.jianshu.com/p/c5a28323d043 别人做的事 阅读全文
posted @ 2020-04-03 18:17 lydstory 阅读(588) 评论(0) 推荐(0)
摘要: mt7603e联发科 openwrt https://www.jianshu.com/p/1d432385d4b6 uci2dat openwrt 系统源代码 android 系统源码 阅读全文
posted @ 2020-04-03 17:52 lydstory 阅读(345) 评论(0) 推荐(0)
上一页 1 ··· 426 427 428 429 430 431 432 433 434 ··· 619 下一页

导航