上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 54 下一页
摘要: deepfake https://www.cnblogs.com/Xuang/p/13031042.html 阅读全文
posted @ 2021-05-26 21:43 cnchengv 阅读(13) 评论(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 阅读(74) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dingyuanhong/dui_ffplay/ 阅读全文
posted @ 2021-05-25 14:21 cnchengv 阅读(19) 评论(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 阅读(52) 评论(0) 推荐(0) 编辑
摘要: const BasicRoute = (props) => ( <HashRouter> <Switch> <Route path="/" component={BottomPage}/> <Route path="/bottom/" component={BottomPage}/> <Route 阅读全文
posted @ 2021-05-14 16:36 cnchengv 阅读(35) 评论(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 阅读(141) 评论(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 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 先用这个吧,6以前是好的, 代理密码要正确 npm install electron@6.0.0 --save-dev 阅读全文
posted @ 2021-05-12 17:15 cnchengv 阅读(34) 评论(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 阅读(56) 评论(0) 推荐(0) 编辑
摘要: emt是组播,再soso一下 #define MULTICAST_GROUP "234.1.4.9" https://zhidao.baidu.com/question/506823251.html 嗯。随便设置。好像有几个是保留用的吧。最好设成那些不起眼的。比如239.0.0.14等等这些不常用的 阅读全文
posted @ 2021-04-30 10:32 cnchengv 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 54 下一页