1、QtAV是一个跨平台的开源视频库,使用了ffmpeg核心,https://github.com/wang-bin/QtAV 2、安装好Qt,同步QtAV视频库,在github主页下载相应的依赖库(我使用了QtAV-depends-windows-x86+x64.7z) 3、在QT配置页面,构建选 ...
分类:
其他好文 时间:
2016-11-04 14:17:19
阅读次数:
582
查看软件xxx安装内容 dpkg -L xxx 查找软件 apt-cache search 正则表达式 查找文件属于哪个包 dpkg -S filename apt-file search filename 查询软件xxx依赖哪些包 apt-cache depends xxx 查询软件xxx被哪些包 ...
分类:
其他好文 时间:
2016-10-14 21:01:44
阅读次数:
194
分享来自 quora 的一篇文章 https://www.quora.com/How-difficult-is-it-to-create-a-JavaScript-framework This mostly depends on your JavaScript skills, but as you ...
分类:
编程语言 时间:
2016-09-28 12:28:30
阅读次数:
244
前几天,同事问我eclipse android sdk怎么不能更新。 更新界面是显示(mirrors.neusoft.edu.cn:80),但是不能更新。 问题描述如下: 刚开始尝试更换了一下option中的proxy。 但是还是不行。 能显示更新界面。连接应该是没有问题的。 但是奇怪的是更新一直失 ...
分类:
移动开发 时间:
2016-09-21 23:15:45
阅读次数:
1246
How does the world look through your eyes? 你眼里的世界是什么样子的? How does the world look through your eyes? Gloomy or bright? That mostly depends on your own ...
分类:
其他好文 时间:
2016-09-03 18:14:46
阅读次数:
137
pip install bootstarp 使用bower安装bootstrap的命令是:bash$ bower install bootstrap不过问题出在如何安装bower上。 官方网站上这样说的:Bower depends on Node and npm. It's installed gl ...
分类:
其他好文 时间:
2016-08-01 12:35:54
阅读次数:
264
SendMessage Return Values The return value specifies the result of the message processing and depends on the message sent. 这个返回值就是由相应的响应消息函数的返回值。 例如: ...
分类:
其他好文 时间:
2016-06-29 06:40:31
阅读次数:
479
How you set up your hardware and software depends on what mobile platforms you’re targeting and what computing environments are most comfortable for y ...
分类:
其他好文 时间:
2016-06-06 16:40:41
阅读次数:
239
前面两篇文章描述了IoC容器中依赖的概念,包括依赖注入以及注入细节配置。本文将继续描述玩全部的依赖信息。使用 depends-on如果一个Bean是另一个Bean的依赖的话,通常来说这个Bean也就是另一个Bean的属性之一。多数情况下,开发者可以在配置XML元数据的时候使用标签。然而,有时Bean之间的依赖关系不是直接关联的。比如:需要调用类的静态实例化器来出发,类似数据库驱动注册。d...
分类:
编程语言 时间:
2016-05-18 18:01:06
阅读次数:
236
The IoC container Spring 容器 属性注入 & 构造注入 Bean 实例的创建方式 p-namespace & c-namespace 集合属性的注入 作用域 延迟实例化 基于 Annotation 的配置 @Resoure & @Autowired 生命周期 depends- ...
分类:
编程语言 时间:
2016-05-10 20:50:40
阅读次数:
293