上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页
摘要: 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 阅读(2717) 评论(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 阅读(920) 评论(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 阅读(662) 评论(0) 推荐(0) 编辑
摘要: GNU 2019-02-22 发布了 GCC 8.3 https://gcc.gnu.org/onlinedocs/8.3.0/ 有详细的说明 MinGW 上可用的 GCC 8.3.1 版本下载地址 [ mcfgthread 方式 需要 mcfgthread-12.dll ] https://gcc 阅读全文
posted @ 2019-02-27 00:10 1CM 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: 很多程序员为 FFMpeg 增加新功能写出代码, 把写好的代码 git send-email 邮件方式提交 patch 文件 发送给 patchwork.ffmpeg.org; 一直认为 FFMpeg 中的 delogo 滤镜不够完美, 想在 patchwork.ffmpeg.org 里面能不能找到 阅读全文
posted @ 2019-02-25 21:26 1CM 阅读(363) 评论(0) 推荐(0) 编辑
摘要: python 出现如上错误是 安装的模块不整错 需要重新安装正确的模块 阅读全文
posted @ 2018-12-19 02:03 1CM 阅读(2105) 评论(0) 推荐(0) 编辑
摘要: 1 首先安装nodejs运行环境, 从 http://nodejs.cn/download/ 下载对应的版本 2 安装 huya-danmu 模块, https://github.com/BacooTang/huya-danmu 有详细的安装方法 3 参照 huya-danmu 模块中 test.j 阅读全文
posted @ 2018-12-16 20:35 1CM 阅读(2744) 评论(0) 推荐(0) 编辑
摘要: 遇到 win10 新建文件夹重命名卡死时 根据网上的各种方法都不起作用时可以试一下这个方法. 文件夹属性 自定义 你想要那种文件夹 优化此文件夹 把 [视频] 改成 [常规项目] 阅读全文
posted @ 2018-10-08 04:26 1CM 阅读(3371) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Warblefly/MultimediaTools-mingw-w64 阅读全文
posted @ 2018-10-01 04:26 1CM 阅读(178) 评论(0) 推荐(0) 编辑
摘要: gcc 8.2.1 下载 地址 https://gcc-mcf.lhmouse.com/ MCF threadhttps://github.lhmouse.com/ MCF thread 简介MCF 是一个基于 C++17 的 Windows 框架。MCF 遵循“无尘设计”的原则。其设计目标是将 C 阅读全文
posted @ 2018-09-05 04:21 1CM 阅读(1785) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页