上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 57 下一页
摘要: vc动态库要注意 extern c,要注意把依赖的动态库也一块儿放进来 1、 extern c问题 导出ffplay动态库,发现 m_FunMain_abc = (fmain_abc)GetProcAddress(m_hDllPlay, "main_abc"); 一直是0, #ifdef CSPPR 阅读全文
posted @ 2021-07-16 10:08 cnchengv 阅读(68) 评论(0) 推荐(0)
摘要: https://github.com/sunflover/SunPlayer_DuiLib 阅读全文
posted @ 2021-07-14 18:20 cnchengv 阅读(19) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_43900888/article/details/112006784 阅读全文
posted @ 2021-07-09 23:18 cnchengv 阅读(19) 评论(0) 推荐(0)
摘要: #define MULTICAST_GROUP "234.1.4.9" 部分永久的组播地址: 224.0.0.1 子网中的所有系统和主机 224.0.0.2 子网中的所有路由器 224.0.0.4 DVMRP路由器 224.0.0.5 所有OSPF路由器 224.0.0.6 OSPF指定路由器 22 阅读全文
posted @ 2021-06-18 16:15 cnchengv 阅读(343) 评论(0) 推荐(0)
摘要: https://github.com/ankeetmaini/react-infinite-scroll-component import './alist.css'; import {api} from '../common/axios' import React, { useState ,use 阅读全文
posted @ 2021-06-16 22:37 cnchengv 阅读(96) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Y0W1as5eg37urFdS/article/details/113777492 阅读全文
posted @ 2021-06-11 09:19 cnchengv 阅读(23) 评论(0) 推荐(0)
摘要: import React from 'react'; import ReactDOM from 'react-dom'; import ListItem from '../component/ListItem' import 'antd-mobile/dist/antd-mobile.css'; i 阅读全文
posted @ 2021-06-10 18:49 cnchengv 阅读(65) 评论(0) 推荐(0)
摘要: var MongoClient = require('mongodb').MongoClient; var url = 'mongodb://localhost:27017/lt'; var mongoose = require('mongoose') var Schema = mongoose.S 阅读全文
posted @ 2021-06-09 18:02 cnchengv 阅读(75) 评论(0) 推荐(0)
摘要: // sdltest1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <SDL.h> #include <stdlib.h> #include <windows.h> void draw2(){ SDL 阅读全文
posted @ 2021-06-03 16:28 cnchengv 阅读(194) 评论(0) 推荐(0)
摘要: 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 阅读(155) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 57 下一页