<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/alin0725" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/alin0725" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 19 Sep 2008 13:34:00 GMT</lastBuildDate><title>地球是圆的？</title><description>尽力把事情做好。</description><link>http://blog.csdn.net/alin0725/</link><item><title>用GStreamer简化Linux多媒体开发</title><link>http://blog.csdn.net/alin0725/archive/2008/09/19/2951728.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2951728.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2951728.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2951728</trackback:ping><description>GStreamer 是 GNOME 桌面环境下用来构建流媒体应用的编程框架（framework），其目标是要简化音/视频应用程序的开发，目前已经能够被用来处理像 MP3、Ogg、MPEG1、MPEG2、AVI、Quicktime 等多种格式的多媒体数据。 &lt;br /&gt;&lt;br /&gt;一、基本概念&lt;br /&gt;　
　GStreamer 作为 GNOME
桌面环境推荐的流媒体应用框架，采用了基于插件（plugin）和管道（pipeline）的体系结构，框架中的所有的功能模块都被实现成可以插拔的组件
（component），
并且在需要的时候能够很方便地安装到任意一个管道上，由于所有插件都通过管道机制进行统一的数据交换，因此很容易利用已有的各种插件“组装”出一个功能完
善的多媒体应用程序。 &lt;br /&gt;&lt;br /&gt;　　1.1 元件处理 &lt;br /&gt;　　对于需要应用 GStreamer
框架的程序员来讲，GstElement 是一个必须理解的概念，因为它是组成管道的基本构件，也是框架中所有可用组件的基础，这也难怪
GStreamer 框架中的大部分函数都会涉及到对 GstEleme&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2951728.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Sep 2008 21:34:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/09/19/2951728.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/09/19/2951728.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/09/19/2951728.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262725/1294964</fs:itemid></item><item><title>UTF-8</title><link>http://blog.csdn.net/alin0725/archive/2008/09/01/2860019.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2860019.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2860019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2860019</trackback:ping><description>字符集简史 &lt;br /&gt;
在所有字符集中，最知名可能要数被称为ASCII的7位字符集了。它是美国信息交换标准委员会（American Standards
Committee for Information Interchange）的缩写,
为美国英语通信所设计。它由128个字符组成，包括大小写字母、数字0-9、标点符号、非打印字符（换行符、制表符等4个）以及控制字符（退格、响铃等）
组成。 &lt;br /&gt;
但是，由于他是针对英语设计的，当处理带有音调标号（形如汉语的拼音）的欧洲文字时就会出现问题。因此，创建出了一些包括255个字符的由ASCII扩展
的字符集。其中有一种通常被成为IBM字符集，它把值为128-255之间的字符用于画图和画线，以及一些特殊的欧洲字符。另一种8位字符集是ISO
8859-1 Latin 1，也简称为ISO
Latin-1。它把位于128-255之间的字符用于拉丁字母表中特殊语言字符的编码，也因此而得名。 &lt;br /&gt;
欧洲语言不是地球上的唯一语言，因此亚洲和非洲语言并不能被8位字符集所支持。仅汉语（或pictograms）字母表就有80000以上个字符。&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2860019.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 01 Sep 2008 19:13:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/09/01/2860019.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/09/01/2860019.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/09/01/2860019.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262726/1294964</fs:itemid></item><item><title>跨进程访问共享内存的权限问题</title><link>http://blog.csdn.net/alin0725/archive/2008/07/03/2607881.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2607881.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2607881.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2607881</trackback:ping><description>跨进程访问共享内存的权限问题&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2607881.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Jul 2008 20:48:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/07/03/2607881.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/07/03/2607881.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/07/03/2607881.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262727/1294964</fs:itemid></item><item><title>自定义clistctrl</title><link>http://blog.csdn.net/alin0725/archive/2008/06/30/2599297.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2599297.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2599297.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2599297</trackback:ping><description>自定义clistctrl&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2599297.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Jul 2008 03:33:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/06/30/2599297.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/06/30/2599297.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/06/30/2599297.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262728/1294964</fs:itemid></item><item><title>用VC++6.0为对话框添加最小化按钮和提示条</title><link>http://blog.csdn.net/alin0725/archive/2008/06/27/2591124.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2591124.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2591124.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2591124</trackback:ping><description>本文通过实例介绍了用VC++6.0为对话框添加最小化按钮和提示条的方法和原理&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2591124.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Jun 2008 19:19:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/06/27/2591124.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/06/27/2591124.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/06/27/2591124.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262729/1294964</fs:itemid></item><item><title>sha1算法实现</title><link>http://blog.csdn.net/alin0725/archive/2008/06/11/2535730.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2535730.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2535730.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2535730</trackback:ping><description>sha1算法实现&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2535730.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Jun 2008 21:57:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/06/11/2535730.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/06/11/2535730.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/06/11/2535730.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262730/1294964</fs:itemid></item><item><title>在Linux下产生并调试core文件</title><link>http://blog.csdn.net/alin0725/archive/2008/06/08/2524515.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2524515.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2524515.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2524515</trackback:ping><description>在Linux下产生并调试core文件&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2524515.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 09 Jun 2008 00:37:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/06/08/2524515.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/06/08/2524515.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/06/08/2524515.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262731/1294964</fs:itemid></item><item><title>用GDB调试程序</title><link>http://blog.csdn.net/alin0725/archive/2008/06/08/2523240.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2523240.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2523240.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2523240</trackback:ping><description>用GDB调试程序&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2523240.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 08 Jun 2008 20:01:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/06/08/2523240.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/06/08/2523240.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/06/08/2523240.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262732/1294964</fs:itemid></item><item><title>linux PS1 提示符定义</title><link>http://blog.csdn.net/alin0725/archive/2008/05/29/2493586.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2493586.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2493586.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2493586</trackback:ping><description>Linux系统提示符是用系统变量PS1来定义的。&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2493586.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 May 2008 23:39:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/05/29/2493586.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/05/29/2493586.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/05/29/2493586.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262733/1294964</fs:itemid></item><item><title>tcpdump使用</title><link>http://blog.csdn.net/alin0725/archive/2008/05/03/2370678.aspx</link><wfw:comment>http://blog.csdn.net/alin0725/comments/2370678.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alin0725/comments/commentRss/2370678.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2370678</trackback:ping><description>tcpdump是一个用于截取网络分组，并输出分组内容的工具。&lt;img src =&quot;http://blog.csdn.net/alin0725/aggbug/2370678.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 May 2008 22:47:00 +0800</pubDate><author>lin</author><comments>http://blog.csdn.net/alin0725/archive/2008/05/03/2370678.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/alin0725/archive/2008/05/03/2370678.aspx</guid><dc:creator>lin</dc:creator><fs:srclink>http://blog.csdn.net/alin0725/archive/2008/05/03/2370678.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alin0725/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/alin0725/~1292154/206262734/1294964</fs:itemid></item></channel></rss>