<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Jeesenzhang的专栏]]></title><description><![CDATA[嵌入式技术]]></description><link>https://blog.csdn.net/Jeesenzhang</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Jeesenzhang]]></copyright><item><title><![CDATA[[3GPP][NAS]The use of T3346]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/81631431</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/81631431</guid><author>Jeesenzhang</author><pubDate>Mon, 13 Aug 2018 15:58:30 +0800</pubDate><description><![CDATA[T3346 timer value may be included in Attch Reject , Tracking Area Update (TAU) Reject or Service Request Reject sent by network to UE. 

During EMM signaling congestion detected network will perform N...]]></description><category></category></item><item><title><![CDATA[关于warning: Clock skew detected. Your build may be incomplete. 的解决方法]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/40300127</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/40300127</guid><author>Jeesenzhang</author><pubDate>Mon, 20 Oct 2014 14:26:28 +0800</pubDate><description><![CDATA[今天发现电脑的系统时间不正确，因此将时钟进行了修改，回头编译LInux kernel的时候，提示如下的warning：
warning:  Clock skew detected.  Your build may be incomplete.
       第一感觉就是系统时间造成的，于是查找了一些资料，这个错误是由于系统时间比文件修改时间早造成的。通俗点说就是，现在是下午三点，而你的文件的时]]></description><category></category></item><item><title><![CDATA[Linux学习记录--初识linux]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/17240013</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/17240013</guid><author>Jeesenzhang</author><pubDate>Tue, 10 Dec 2013 13:28:09 +0800</pubDate><description><![CDATA[我在写这些内容时参考了一本名为：大学生攻克Linux系统教程的书籍。一位在校大学生整理的教程，献给每一位要征服Linux的学习者。同时我也上传上来了，可以在我的资源列表中找到。
---什么是linux？
         相信大家都对linux有耳闻，现在Android系统如此火爆，其实它的kernel实际上就是基于linux kernel修改后的版本，但两者并不相同。

       L]]></description><category></category></item><item><title><![CDATA[堆栈问题的解析]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/9412487</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/9412487</guid><author>Jeesenzhang</author><pubDate>Mon, 22 Jul 2013 19:06:12 +0800</pubDate><description><![CDATA[下面是原文地址，记录下来，也供大家参考
http://bbs.chinaunix.net/thread-2304248-1-1.html]]></description><category></category></item><item><title><![CDATA[Linux shell命令汇总]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/8575144</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/8575144</guid><author>Jeesenzhang</author><pubDate>Thu, 07 Feb 2013 09:33:50 +0800</pubDate><description><![CDATA[Linux shell 命令很强大，也很多，想要在一时之间掌握所有的内容是不可能，所以做一些总结，将自己遇到的都写在这里，一来是方便自己日后查阅，二来是希望可以给大家一个参考。
1.查看文件和文件夹大小
df可以查看一级文件夹大小、使用比例、档案系统及其挂入点，但对文件却无能为力。

看如下的例子：
[root@android：/]# df -h
Filesystem]]></description><category></category></item><item><title><![CDATA[Android 4.0 How to enable Bluetooth PANU]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/8372419</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/8372419</guid><author>Jeesenzhang</author><pubDate>Sat, 22 Dec 2012 09:20:48 +0800</pubDate><description><![CDATA[最近在研究怎么在使用android4.0上的PAN User的Profile,经过Debug，终于完成了，发现网上关于BT的资料真的好少，因此分享给大家，共同进步：
 PAN:Personal Area Networking Profile
PAN主要是实现蓝牙作为网络热点、网络接入点或者访问远程网络，即该Profile所拥有的角色包含NAP(Network Access Point)、GAP]]></description><category></category></item><item><title><![CDATA[NFC 近距离无线通信]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/7915089</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/7915089</guid><author>Jeesenzhang</author><pubDate>Tue, 28 Aug 2012 10:51:25 +0800</pubDate><description><![CDATA[今天在看科技杂志的时候，无意中发现到一条新闻，说是Iphone5将会带有一个NFC芯片，立马让我产生了兴趣，NFC是个神马东西呢！下面我们就来看看它究竟是神马（以下部分内容摘自百度百科http://baike.baidu.com/view/917495.htm）：
Overview：
     NFC是Near Field Communication缩写，即近距离无线通讯技术。由飞利浦公司和索]]></description><category></category></item><item><title><![CDATA[Android应用程序开发环境的搭建]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/7685219</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/7685219</guid><author>Jeesenzhang</author><pubDate>Sun, 19 Aug 2012 17:49:38 +0800</pubDate><description><![CDATA[下面和大家分享一些我安装Android开发环境的经验，希望可以帮助到那些还没有安装过的，同时也方便自己查阅。
  在Windows环境下安装Android的开发环境主要以下5个步骤：
1.JDK的安装
2.Android SDK的安装
  --（software development kit）软件开发工具包，提供调试工具和一些类库
3.Eclipse的安装
  -- 一个IDE]]></description><category></category></item><item><title><![CDATA[Ubuntu下安装Source insight的方法]]></title><link>https://blog.csdn.net/Jeesenzhang/article/details/7681254</link><guid>https://blog.csdn.net/Jeesenzhang/article/details/7681254</guid><author>Jeesenzhang</author><pubDate>Sun, 24 Jun 2012 21:57:23 +0800</pubDate><description><![CDATA[在实际的开发过程，估计有很多的人习惯使用Source insight去编辑、查看代码，这个工具也的确很方便，至于SI的好处与用法这里不再叙述，不过这仅限于Windows的环境下，如果你是开发Android的项目，这时候就需要在Linux系统的环境下进行，Linux OS上有一些工具类似于Windows上的SI，常见的有KScope，但是这些都没有SI那么方便，可惜SI目前还不支持Linux的操作系]]></description><category></category></item></channel></rss>