天行健,君子以自强不息!
发布时间:2015-07-16 10:57:56
<p style="font-size:14px;white-space:normal;color:#333333;font-family:tahoma, 宋体;line-height:22.3999996185303px;text-align:justify;background-color:#FAFAFC;">想必很多开发人员都知道,<a target="_blank" href="http://www.linuxidc.com/topicnews.aspx?tid=2" title="Ubuntu" style="color:#B32BD5;text-de.........【阅读全文】
发布时间:2015-07-14 18:44:30
Spring框架的核心就是控制反转(Inversion of Control)和依赖注入(Dependency Injection),<br />通过这两方面来实现松耦合。<br /><br /><br />一、控制反转(Inversion of Control)和依赖注入<br />使用IoC,对象是被动的接受依赖类,而不是自己主动的去找。<br />容器在实例化的时候主动将它的依赖类注入给它。<br /.........【阅读全文】
发布时间:2015-07-14 14:58:13
<p style="margin-top:0px;margin-bottom:10px;list-style:none;-webkit-font-smoothing:antialiased;line-height:16px;font-size:12px;max-width:550px;height:auto;font-family:Arial, Helvetica, sans-serif;white-space:normal;background-color:#FFFFFF;"><span class="boldbodylink" style="margin:0px;padding:0px.........【阅读全文】
发布时间:2015-07-13 11:07:13
<h2>第3章. 基础概念介绍</h2>本章将介绍GStreamer的基本概念。<br />理解这些概念对于你后续的学习非常重要,因为后续深入的讲解我们都假定你已经完全理解了这些概念。<br /><br /><h3>3.1. 元件(Elements)</h3>元件(element)是GStreamer中最重要的概念。<br />你可以通过创建一系列的元件(Elements),并把它们.........【阅读全文】