上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 54 下一页
摘要: http://ffmpeg.org/releases/ 学习地址 https://www.cnblogs.com/leisure_chn/category/1489246.html 阅读全文
posted @ 2020-11-09 19:13 cnchengv 阅读(791) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42043127/article/details/81229248 阅读全文
posted @ 2020-10-30 14:46 cnchengv 阅读(573) 评论(0) 推荐(0) 编辑
摘要: http://www.360doc.com/content/17/0614/19/7918060_663142944.shtml 阅读全文
posted @ 2020-10-26 22:32 cnchengv 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1、先报这个错, UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in positio 后来发现项目路径中有中文,换成全英文路径 2、又报错 在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。 democpp.cc 阅读全文
posted @ 2020-10-26 22:16 cnchengv 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1、按上上篇(博客)里ffi配置好 2、创建动态库 首先打开VS2012,新建——项目——Win32控制台应用程序(项目名称:ConsoleApplication1)——空项目 https://www.cnblogs.com/mypsq/p/5060049.html 先用控制台exe配置类型自己定义 阅读全文
posted @ 2020-10-25 09:42 cnchengv 阅读(226) 评论(1) 推荐(0) 编辑
摘要: 1、更基础方法 https://www.cnblogs.com/andrewwang/p/9409876.html 2、 安装node-gyp https://www.cnblogs.com/wangyuxue/p/11218113.html 3、报node.lib错时候 去官网下载 https:/ 阅读全文
posted @ 2020-10-24 23:06 cnchengv 阅读(65) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhanzhan666666/article/details/108828383 第一步先安装nodejs , 这个很简单就不用我就不多说了。第二步 安装 python 2.7第三步 安装 Visual Studio 2017上面这些环境装好我们再安装需要 阅读全文
posted @ 2020-10-24 16:21 cnchengv 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 最重要 https://www.cnblogs.com/anningwang/p/9278006.html https://www.jianshu.com/p/418ff92a8a2c 阅读全文
posted @ 2020-10-15 10:19 cnchengv 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1、通过settimeout理解 2、 useState 参数不是数组hook里的 // 相当于 componentDidMount 和 componentDidUpdate: useEffect(() => { // 使用浏览器的 API 更新页面标题 document.title = `You 阅读全文
posted @ 2020-10-12 10:29 cnchengv 阅读(130) 评论(0) 推荐(0) 编辑
摘要: /* font-weight: 400;*/ 阅读全文
posted @ 2020-10-11 22:25 cnchengv 阅读(2224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 54 下一页