03 2019 档案

摘要:网上无法找到 gcc-8.3.0 的 posix 版本, 所以自己编译了这个版本 gcc -v Using built-in specs. COLLECT_GCC=d:\msys\mingw\bin\gcc.exe COLLECT_LTO_WRAPPER=d:/msys/mingw/bin/../l 阅读全文
posted @ 2019-03-28 13:25 1CM 阅读(688) 评论(0) 推荐(0)
摘要:1 ------------------------------------------------------------------------------ 2 #include 3 #include 4 #include 5 6 int main() 7 { 8 std::vector a{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10};... 阅读全文
posted @ 2019-03-22 19:31 1CM 阅读(2783) 评论(0) 推荐(0)
摘要:gcc version 9.0.1 20190322-77e3616 (experimental) --enable-sjlj-exceptions export CPP=/mingw/bin/cpp \export LD_LIBRARY_PATH=/usr/local/lib \export LI 阅读全文
posted @ 2019-03-22 13:30 1CM 阅读(946) 评论(0) 推荐(0)
摘要:1. 下载源码 http://hg.nginx.org/nginx nginx-c74904a17021.zip https://github.com/arut/nginx-rtmp-module nginx-rtmp-module-master.zip https://www.openssl.or 阅读全文
posted @ 2019-03-10 17:50 1CM 阅读(696) 评论(0) 推荐(0)