<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>KeepWalking...</title><link>http://mantou.kevin125.com/</link><description>I  love  U - Kevin125.com</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright 2008-2010 Your WebSite. Some Rights Reserved.沪ICP备09011036号..</copyright><pubDate>Sun, 16 May 2010 18:50:11 +0800</pubDate><item><title>QQ2010 临时会话代码</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/qq-2010.html</link><pubDate>Sun, 16 May 2010 18:43:09 +0800</pubDate><guid>http://mantou.kevin125.com/post/qq-2010.html</guid><description><![CDATA[<p><span style="font-size: small">tencent://message/?Menu=yesuin=<span style="color: #3366ff">yourqqnumber</span>Site=itbulu</span></p><p><span style="font-size: small">Service=300sigT=45a1e5847943b64c6ff3990f8a9e644d2b3</span></p><p><span style="font-size: small">1356cb0b4ac6b24663a3c8dd0f8aa12a595b1714f9d45</span></p>...]]></description><category>QQ</category><comments>http://mantou.kevin125.com/post/qq-2010.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=153</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=153&amp;key=31a2560e</trackback:ping></item><item><title>利用指针动态分配二维数组</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/152.html</link><pubDate>Mon, 10 May 2010 23:34:39 +0800</pubDate><guid>http://mantou.kevin125.com/post/152.html</guid><description><![CDATA[<p style="text-align: center"><span style="font-size: small">C语言 动态分配二维数组</span></p><p><span style="font-size: small">int **p;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int i;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//申请空间&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p = (int**)malloc(sizeof(int*)*M);&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for (i=0; i&lt;M; i++)&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p[i] = (int*)malloc(sizeof(int)*N);&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//释放空间&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for (i=0; i&lt;M; i++)&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free(p[i]);&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free(p);&nbsp;&nbsp; <br /></span></p>]]></description><category>Linux</category><comments>http://mantou.kevin125.com/post/152.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=152</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=152&amp;key=9f24ef11</trackback:ping></item><item><title>哈佛大学校训20条</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/harvard-rules.html</link><pubDate>Sun, 09 May 2010 09:09:45 +0800</pubDate><guid>http://mantou.kevin125.com/post/harvard-rules.html</guid><description><![CDATA[<p>1.&nbsp;This&nbsp;moment&nbsp;will&nbsp;nap,&nbsp;you&nbsp;will&nbsp;have&nbsp;a&nbsp;dream;&nbsp;but&nbsp;this&nbsp;moment&nbsp;study... <br />此刻打盹，你将做梦；而此刻学习，你将圆梦。 <br />2.&nbsp;I&nbsp;leave&nbsp;uncultivated&nbsp;today,&nbsp;was&nbsp;precisely&nbsp;yesterday&nbsp;... <br />...</p>]]></description><category>个人日记</category><comments>http://mantou.kevin125.com/post/harvard-rules.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=151</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=151&amp;key=390632bb</trackback:ping></item><item><title>GNU交叉编译工具 arm-linux-gcc</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/arm-linux-gcc.html</link><pubDate>Sun, 09 May 2010 08:52:57 +0800</pubDate><guid>http://mantou.kevin125.com/post/arm-linux-gcc.html</guid><description><![CDATA[<p>最常用的编译版本是arm-linux-gcc-3.4.1 和 arm-linux-3.3.2 </p><p>现在的嵌入式开发基本上用的是这些，3.4.1的用于编译2.6的内核，而3.3.2的常用于编译busybox,和bootloader(u- boot),编译的版本配合不好的话就会出错，如果这个版本不行的话，可以试试其他的版本,在uclinux上用的多的就是 arm-elf-tools<br /><font color="#0000ff">http://www.handhelds.org/download/projects/toolchain/arm-linux-gcc-3.4.1.tar.bz2</font><br />...</p>]]></description><category>Linux</category><comments>http://mantou.kevin125.com/post/arm-linux-gcc.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=150</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=150&amp;key=1063acb4</trackback:ping></item><item><title>Ubuntu 10.04 修改登录分辨率</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/143.html</link><pubDate>Fri, 30 Apr 2010 22:30:30 +0800</pubDate><guid>http://mantou.kevin125.com/post/143.html</guid><description><![CDATA[<p><span style="font-size: medium;">相信很多朋友在安装了显卡驱动后重启电脑的时候发现登录界面的那张图片变得好难看，分辨率奇低...<br /><br />首先，在终端输入：<br /><br /><font color="#ff0000">$ sudo gedit /etc/default/grub</font><br /><br />在打开的文件最后加上一句：<br /><br /><font color="#ff0000">GRUB_GFXPAYLOAD_LINUX=1280x800</font><br />...</p></span>]]></description><category>Ubuntu</category><comments>http://mantou.kevin125.com/post/143.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=143</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=143&amp;key=fbd4b6c6</trackback:ping></item><item><title>禁用VMware蜂鸣声</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/no-beep-in-vmware.html</link><pubDate>Tue, 27 Apr 2010 22:29:26 +0800</pubDate><guid>http://mantou.kevin125.com/post/no-beep-in-vmware.html</guid><description><![CDATA[<p style="text-align: center"><span style="font-size: medium">禁用VMware蜂鸣声</span></p><p style="text-align: center"><span style="font-size: medium">关闭VMware嘟声的方法</span></p><p style="text-align: center"><span style="font-size: medium">打开虑拟机操作系统的*.vmx配置文件,在文件中增加如下行：<br />...</p></span>]]></description><category>个人日记</category><comments>http://mantou.kevin125.com/post/no-beep-in-vmware.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=142</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=142&amp;key=0c1e66a1</trackback:ping></item><item><title>First Job First Salary</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/my-first-salary.html</link><pubDate>Thu, 22 Apr 2010 18:07:02 +0800</pubDate><guid>http://mantou.kevin125.com/post/my-first-salary.html</guid><description><![CDATA[<p style="text-align: center">6226 6206 0225 4518</p><p style="text-align: center">吃光用光身体健康~</p>]]></description><category>个人日记</category><comments>http://mantou.kevin125.com/post/my-first-salary.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=141</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=141&amp;key=eae1f1c4</trackback:ping></item><item><title>RHEL Mplayer编译安装</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/rhel-mplayer.html</link><pubDate>Wed, 21 Apr 2010 21:15:33 +0800</pubDate><guid>http://mantou.kevin125.com/post/rhel-mplayer.html</guid><description><![CDATA[<p>&nbsp;学习嵌入式需要Linux，所以我安装了RHEL，因为他的稳定</p><p>&nbsp;突然间发现他太稳定了，以至于没有无线驱动</p><p>&nbsp;学习怎么能没有网络呢，昨天捣鼓出了无线</p><p>&nbsp;在ntfs分区下还有大量视频，突然间发现他不认识ntfs</p><p>&nbsp;昨天安装了ntfs-3g</p><p>&nbsp;今天突然发现视频不能播放，只好去下载mplayer编译安装了</p><p><span style="font-size: 12pt;"> ./configure --enable-gui --codecsdir=/home/kevin125/lib/codes/ --confdir=/etc/mplayer&nbsp; --enable-menu --language=zh_CN --enable-largefiles </span></p>...]]></description><category>Linux</category><comments>http://mantou.kevin125.com/post/rhel-mplayer.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=140</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=140&amp;key=c3d8bd08</trackback:ping></item><item><title>RHEL的一些琐事</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/rhel-config.html</link><pubDate>Tue, 20 Apr 2010 20:26:40 +0800</pubDate><guid>http://mantou.kevin125.com/post/rhel-config.html</guid><description><![CDATA[<p>一 给RHEL SERVER 5.5配置无线网络</p><p>安装好rhel server 5.5以后没有无线网络，悲剧一下</p><p>然后下载ndiswrapper 编译安装</p><p>才发现我不会用命令行去连接无线，只好百度学习，然后写了一下bash</p><p>#!/bin/bash</p><p>cd /root/ubuntu<br />wait<br />ndiswrapper -i bcmwl5.inf<br />wait<br />ndiswrapper -l<br />...</p>]]></description><category>Linux</category><comments>http://mantou.kevin125.com/post/rhel-config.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=139</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=139&amp;key=86b13876</trackback:ping></item><item><title>准备安装RHEL 5.5</title><author>a@b.com (kevin125)</author><link>http://mantou.kevin125.com/post/to-install-redhat-server.html</link><pubDate>Mon, 12 Apr 2010 19:28:17 +0800</pubDate><guid>http://mantou.kevin125.com/post/to-install-redhat-server.html</guid><description><![CDATA[<p>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安装RHEL 5.5 Server</p><p>2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;分区方案</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;256M</p>...]]></description><category>Linux</category><comments>http://mantou.kevin125.com/post/to-install-redhat-server.html#comment</comments><wfw:comment>http://mantou.kevin125.com/</wfw:comment><wfw:commentRss>http://mantou.kevin125.com/feed.asp?cmt=138</wfw:commentRss><trackback:ping>http://mantou.kevin125.com/cmd.asp?act=tb&amp;id=138&amp;key=b24ff8d2</trackback:ping></item></channel></rss>
