上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页
摘要: dui界面基于 https://github.com/dingyuanhong/dui_ffplay/ 常用的教程 https://github.com/jiangrongbo/duilib-tutorial extern "C" { #include "common.h" //ff相关 } #in 阅读全文
posted @ 2021-05-27 18:29 cnchengv 阅读(167) 评论(0) 推荐(0)
摘要: deepfake https://www.cnblogs.com/Xuang/p/13031042.html 阅读全文
posted @ 2021-05-26 21:43 cnchengv 阅读(20) 评论(0) 推荐(0)
摘要: 1、先编译fmpg 2、需要config.h cmdutils.h cmdutils.c ffplay.c 在vc 里面需要加入 #define inline __inline#define snprintf _snprintf lib库别忘了同样都是x86或者x64的 avcodec.libavd 阅读全文
posted @ 2021-05-26 10:21 cnchengv 阅读(88) 评论(0) 推荐(0)
摘要: https://github.com/dingyuanhong/dui_ffplay/ 阅读全文
posted @ 2021-05-25 14:21 cnchengv 阅读(25) 评论(0) 推荐(0)
摘要: 引入 "braft-editor": "^2.3.9", headmenu.js import './headmenu.css' import React, { useState } from 'react'; import {HashRouter, Redirect ,Route, Switch, 阅读全文
posted @ 2021-05-14 18:30 cnchengv 阅读(63) 评论(0) 推荐(0)
摘要: const BasicRoute = (props) => ( <HashRouter> <Switch> <Route path="/" component={BottomPage}/> <Route path="/bottom/" component={BottomPage}/> <Route 阅读全文
posted @ 2021-05-14 16:36 cnchengv 阅读(43) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { cout<<_T("输入一行 >")<<endl; char str[30]; cin.getline(str, 30); cout << 阅读全文
posted @ 2021-05-13 15:56 cnchengv 阅读(154) 评论(0) 推荐(0)
摘要: 1、先用create-reat-app创建一个程序 在package.json中配置 "homepage": ".", 要可以从本地访问 2、npm i electron --save-dev 3、在package.json中配置入口文件,具体如下: { "name": "myre", "versi 阅读全文
posted @ 2021-05-12 23:35 cnchengv 阅读(213) 评论(0) 推荐(0)
摘要: 先用这个吧,6以前是好的, 代理密码要正确 npm install electron@6.0.0 --save-dev 阅读全文
posted @ 2021-05-12 17:15 cnchengv 阅读(46) 评论(0) 推荐(0)
摘要: 1、 Braft Editor https://margox.github.io/braft-editor/ npm install braft-editor --save import 'braft-editor/dist/index.css' import React from 'react' 阅读全文
posted @ 2021-05-11 19:18 cnchengv 阅读(79) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页