"Windows Communication Foundation(WCF)" 是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台。整合了原有的windows通讯的 .net Remoting,WebService,Socket的机制,并融合有HTTP和FTP的相 ...
分类:
其他好文 时间:
2020-01-22 19:58:58
阅读次数:
84
寻找自己的采集图像设备 av_find_input_format() 根据名称查找链表当中的输入的格式 如果要查找设备在使用之前去调用: avdevice_register_all(); avformat_open_input() 主要用来打开输入流并存储到格式化上下文AVFormatContext ...
分类:
其他好文 时间:
2020-01-19 09:56:03
阅读次数:
204
采样率 sample_rate: 44100 采样率指一秒钟采集44100次 声道 channels: 2 一般有左声道,右声道,声道数量越多采集出来的文件大小越大 样本大小(采样的格式) sample_size/sample_fmt: AV_SAMPLE_FMT_S16 AV_SAMPLE_FMT ...
分类:
其他好文 时间:
2020-01-17 09:35:52
阅读次数:
118
BBS [TOC] 1.图片验证码生成器 2.关于用户头像展示 media的配置 网站所用的静态文件我们默认放到static文件夹下,而用户上传的文件也算是静态资源,我们也应该找到一个公共的地方专门存储用户上传的静态文件 要做到无论用户上传的是什么文件都应该保存到指定的文件夹下 ? xxx ? av ...
分类:
其他好文 时间:
2020-01-16 20:33:28
阅读次数:
179
WPF,即windows presentation foundation,windows呈现基础,属于.net framework3.0,是微软推出取代winform的产品,能做到分离界面设计人员与开发人员的工作,提供多媒体交互用户图形界面,三大核心程序集是presentationcore、pres ...
linux 命令终端计算除法 先通过bc,开启计算模式; scale 设置除法精确度 zb@zb computer:/$ bc bc 1.06.95 Copyright 1991 1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, ...
分类:
系统相关 时间:
2020-01-09 17:15:07
阅读次数:
151
# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# this work ...
分类:
其他好文 时间:
2020-01-08 12:42:49
阅读次数:
155
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; void main() { runApp(new MyApp( items: new List<String>.generate(100... ...
分类:
其他好文 时间:
2020-01-07 00:47:47
阅读次数:
100
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; void main() { runApp(new AnimatedListSample()); } class AnimatedList... ...
分类:
其他好文 时间:
2020-01-06 00:34:30
阅读次数:
87
Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问 ...
分类:
系统相关 时间:
2020-01-05 10:02:28
阅读次数:
94