<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重工电子论坛 - Linux</title>
    <link>http://cqutlab.cn/forum-63-1.html</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) 重工电子论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 01:05:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://cqutlab.cn/static/image/common/logo_88_31.gif</url>
      <title>重工电子论坛</title>
      <link>http://cqutlab.cn/</link>
    </image>
    <item>
      <title>关于指针的问题</title>
      <link>http://cqutlab.cn/thread-365-1-1.html</link>
      <description><![CDATA[最近被人问到一个这样的问题：
]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Sun, 22 Jul 2018 14:57:32 +0000</pubDate>
    </item>
    <item>
      <title>在没有core文件的情况下定位问题</title>
      <link>http://cqutlab.cn/thread-363-1-1.html</link>
      <description><![CDATA[Linux环境下，程序崩溃后可以通过分析core文件来定位问题，一般形式为 gdb file file.core；
使用core文件分析的前提是程序崩溃后系统已经成功的将core记录下来了，但是在某些情况下程序崩溃了我们并没有得到有效的core文件(如系统没有使能coredump，或系统空间不够无 ...]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Wed, 04 Jul 2018 14:46:53 +0000</pubDate>
    </item>
    <item>
      <title>Linux学习</title>
      <link>http://cqutlab.cn/thread-344-1-1.html</link>
      <description><![CDATA[无意间看到一个人的系列博客，如果有要学Linux的同学可以看看http://www.cnblogs.com/wmx-learn/tag/]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Tue, 20 Mar 2018 13:35:37 +0000</pubDate>
    </item>
    <item>
      <title>Linux socket的理解</title>
      <link>http://cqutlab.cn/thread-343-1-1.html</link>
      <description><![CDATA[看到的人家的总结，写得不错：http://www.cnblogs.com/wmx-learn/p/5312259.html]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Tue, 20 Mar 2018 13:22:51 +0000</pubDate>
    </item>
    <item>
      <title>Zigbee通讯漫谈</title>
      <link>http://cqutlab.cn/thread-341-1-1.html</link>
      <description><![CDATA[看到一篇文章对zigbee的理解比较形象，贴出来和大家一起看看http://blog.csdn.net/zhanglianpin/article/details/46907317]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Wed, 14 Mar 2018 12:54:35 +0000</pubDate>
    </item>
    <item>
      <title>关于MQTT协议的讨论</title>
      <link>http://cqutlab.cn/thread-319-1-1.html</link>
      <description><![CDATA[下份工作准备换到物联网行业，于是最近来研究MQTT协议。经过百度，在虚拟机中搭建了MQTT服务器，同时也将mqtt client移植到了开发板中，进行简单的验证。客户端订阅消息，然后在服务端发布消息，同时使用wireshark抓包，然后看到了可怕的一幕：

客户端：


服务端 ...]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Wed, 10 Jan 2018 04:09:52 +0000</pubDate>
    </item>
    <item>
      <title>Windows/Ubuntu 双系统用户会发现在 Ubuntu 里面的时间正常的情况下Windows的系统...</title>
      <link>http://cqutlab.cn/thread-281-1-1.html</link>
      <description><![CDATA[最近学习Linux时发现一个有趣的现象，在打开的Ubuntu中系统时间正确无误，而在Windows系统中时间却不对了！经过我认真对比后发现Windows系统上时间比Ubuntu上时间延迟了整整8个小时，不多不少哦！后来查到以下信息解决此问题，因觉得比较有意思，故此分享！
    ...]]></description>
      <category>Linux</category>
      <author>王显豪</author>
      <pubDate>Wed, 11 Oct 2017 02:40:21 +0000</pubDate>
    </item>
    <item>
      <title>Linux 内核TCP协议栈</title>
      <link>http://cqutlab.cn/thread-255-1-1.html</link>
      <description><![CDATA[https://wenku.baidu.com/view/da22d886cf84b9d529ea7a02.html]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Tue, 22 Aug 2017 03:11:17 +0000</pubDate>
    </item>
    <item>
      <title>uboot移植</title>
      <link>http://cqutlab.cn/thread-251-1-1.html</link>
      <description><![CDATA[最近这两周的空余时间一直在研究uboot，移植过程中也遇到了很多问题，开贴说一下自己的理解。
]]></description>
      <category>Linux</category>
      <author>顾福源</author>
<enclosure url="http://qiniu.cqutlab.cn/forum/目标开发板：AQ2440，CPU为三星s3c2440。

第一步：在uboo ..." length="" type="image/jpeg" />      <pubDate>Sat, 05 Aug 2017 15:17:23 +0000</pubDate>
    </item>
    <item>
      <title>命令行实现思路</title>
      <link>http://cqutlab.cn/thread-236-1-1.html</link>
      <description><![CDATA[嵌入式应用中，很多情况下都没有图形化的界面。这种情况下，如果我们想对系统进行一些设置或进行一些查询操作，往往都会使用命令行的形式来实现。链接中的文档简单的描述了命令行实现的原理http://www.doc88.com/p-4324113151698.html]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Sun, 14 May 2017 03:48:49 +0000</pubDate>
    </item>
    <item>
      <title>简单网络管理协议SNMP</title>
      <link>http://cqutlab.cn/thread-235-1-1.html</link>
      <description><![CDATA[通信设备系统中广泛应用的一种协议，http://blog.csdn.net/shanzhizi/article/details/11606767]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Sun, 14 May 2017 03:44:26 +0000</pubDate>
    </item>
    <item>
      <title>linux的一些资料(暂时放这里，坐等开嵌入式的板卡)</title>
      <link>http://cqutlab.cn/thread-228-1-1.html</link>
      <description><![CDATA[个人的一些资料，分享给大家一起学习
链接：http://pan.baidu.com/s/1hsA5qQg 密码：6alt]]></description>
      <category>Linux</category>
      <author>顾福源</author>
      <pubDate>Sat, 11 Mar 2017 16:08:13 +0000</pubDate>
    </item>
  </channel>
</rss>