<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Zhang Jiuan' Notes</title>
	<atom:link href="http://blog.niukey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.niukey.com</link>
	<description></description>
	<pubDate>Tue, 10 Jan 2012 08:51:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>网购火车票利器 从12306反复登录查询中解放</title>
		<link>http://blog.niukey.com/2012/01/10/%e7%bd%91%e8%b4%ad%e7%81%ab%e8%bd%a6%e7%a5%a8%e5%88%a9%e5%99%a8-%e4%bb%8e12306%e5%8f%8d%e5%a4%8d%e7%99%bb%e5%bd%95%e6%9f%a5%e8%af%a2%e4%b8%ad%e8%a7%a3%e6%94%be/</link>
		<comments>http://blog.niukey.com/2012/01/10/%e7%bd%91%e8%b4%ad%e7%81%ab%e8%bd%a6%e7%a5%a8%e5%88%a9%e5%99%a8-%e4%bb%8e12306%e5%8f%8d%e5%a4%8d%e7%99%bb%e5%bd%95%e6%9f%a5%e8%af%a2%e4%b8%ad%e8%a7%a3%e6%94%be/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 08:51:54 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=696</guid>
		<description><![CDATA[小贴士请注意喔： 
 Chrome下的桌面提示仅在浏览器正常模式下才起效（也就是说你要是把浏览器最小化了，提示看不到的），不知道是不是Chrome都是这样，但我测试的结果是这样……所以一定要注意声音啊 
 Firefox下的桌面提示是可以在桌面上弹出来的。我这里用的是Scriptish，没有测试GreaseMonkey的兼容性……木有时间啊 
 很多人说又要用IE去付款，还不是要反复登录的体力活吗？建议用银联在线支付，关联银行卡后用手机即可在Firefox或Chrome下直接付款（值得注意的是，Firefox6以上的版本它的安全控件暂时不支持，可以用我制作的安全控件补丁，点击下载）。 
感谢前人： 
12306 Auto Query ，Jingqin Lynn 
12306 Booking Assistant，Hidden 
12306 Auto Login，Kevintop 
下载 
请选择您需要的版本（根据您的浏览器选择）： 
Chrome：http://www.u-tide.com/fish/Service.asmx/Download/44/45/12306_ticket_helper_for_chrome.user.js 
Firefox：http://www.u-tide.com/fish/Service.asmx/Download/44/46/12306_ticket_helper_for_firefox.user.js 
点击链接后在提示中点击安装或继续即可。 
自动登录，遇到人过多或繁忙的时候自动重试，直到登录成功（有点儿抢线的味道）； 
自动记录查询信息，一次查询线路后下次再查询自动填入； 
自动刷新查询，当没有需要的车次时，自动重新刷新； 
支持 Firefox + Scriptish 或 Chrome。 
在 Chrome下，查票和登录有右下角提示和声音提示；Firefox下暂不支持声音提示，但有桌面弹窗提示。
]]></description>
		<wfw:commentRss>http://blog.niukey.com/2012/01/10/%e7%bd%91%e8%b4%ad%e7%81%ab%e8%bd%a6%e7%a5%a8%e5%88%a9%e5%99%a8-%e4%bb%8e12306%e5%8f%8d%e5%a4%8d%e7%99%bb%e5%bd%95%e6%9f%a5%e8%af%a2%e4%b8%ad%e8%a7%a3%e6%94%be/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux下Shell脚本输出带颜色文字</title>
		<link>http://blog.niukey.com/2010/11/12/linux%e4%b8%8bshell%e8%84%9a%e6%9c%ac%e8%be%93%e5%87%ba%e5%b8%a6%e9%a2%9c%e8%89%b2%e6%96%87%e5%ad%97/</link>
		<comments>http://blog.niukey.com/2010/11/12/linux%e4%b8%8bshell%e8%84%9a%e6%9c%ac%e8%be%93%e5%87%ba%e5%b8%a6%e9%a2%9c%e8%89%b2%e6%96%87%e5%ad%97/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 03:18:54 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=694</guid>
		<description><![CDATA[文本终端的颜色可以使用“ANSI非常规字符序列”来生成。举例：
　　echo -e &#8220;\033[44;37;5m ME \033[0m COOL&#8221;
　　以上命令设置作用如下：背景色为蓝色，前景色为白色，字体闪烁，输出字符“ME”，然后重新设置屏幕到缺省设置，输出字符 “COOL”。“e”是命令 echo 的一个可选项，它用于激活特殊字符的解析器。“\033”引导非常规字符序列。“m”意味着设置属性然后结束非常规字符序列，这个例子里真正有效的字符是 “44;37;5” 和“0”。修改“44;37;5”可以生成不同颜色的组合，数值和编码的前后顺序没有关系。
　　可以选择的编码如下所示：
　　编码 颜色/动作
　　0    重新设置属性到缺省设置
　　1    设置粗体
　　2    设置一半亮度（模拟彩色显示器的颜色）
　　4    设置下划线（模拟彩色显示器的颜色）
　　5    设置闪烁
　　7    设置反向图象
　　22  设置一般密度
　　24  关闭下划线
　　25  关闭闪烁
　　27  关闭反向图象
　　30  设置黑色前景
　　31  设置红色前景
　　32  设置绿色前景
　　33  设置棕色前景
　　34  设置蓝色前景
　　35  设置紫色前景
　　36  设置青色前景
　　37  设置白色前景
　　38  在缺省的前景颜色上设置下划线
　　39  在缺省的前景颜色上关闭下划线
　　40  设置黑色背景
　　41  设置红色背景
　　42  设置绿色背景
　　43  设置棕色背景
　　44  设置蓝色背景
　　45  设置紫色背景
　　46  设置青色背景
　　47  设置白色背景
　　49  设置缺省黑色背景
　　例如：在编译脚本文件时，对服务启动完成后的OK字符串设置成绿色
]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/11/12/linux%e4%b8%8bshell%e8%84%9a%e6%9c%ac%e8%be%93%e5%87%ba%e5%b8%a6%e9%a2%9c%e8%89%b2%e6%96%87%e5%ad%97/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Locale配置问题根源解决之道</title>
		<link>http://blog.niukey.com/2010/10/08/ubuntu-locale%e9%85%8d%e7%bd%ae%e9%97%ae%e9%a2%98%e6%a0%b9%e6%ba%90%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93-2/</link>
		<comments>http://blog.niukey.com/2010/10/08/ubuntu-locale%e9%85%8d%e7%bd%ae%e9%97%ae%e9%a2%98%e6%a0%b9%e6%ba%90%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93-2/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 09:19:45 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=692</guid>
		<description><![CDATA[常见错误
1. No such file 用locale命令的时候就会出现
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
2. perl warning, please check if supported 在apt-get install/remove的时候出现
perl: warning: Please check that your locale settings: LC_ALL = [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/10/08/ubuntu-locale%e9%85%8d%e7%bd%ae%e9%97%ae%e9%a2%98%e6%a0%b9%e6%ba%90%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LS_COLORS的妙用</title>
		<link>http://blog.niukey.com/2010/09/27/ls_colors%e7%9a%84%e5%a6%99%e7%94%a8/</link>
		<comments>http://blog.niukey.com/2010/09/27/ls_colors%e7%9a%84%e5%a6%99%e7%94%a8/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 03:59:56 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=690</guid>
		<description><![CDATA[声明，本文摘自：http://linux-sxs.org/housekeeping/lscolors.html
COLORS-Lscolors 
From: Bartman
Here is an easy way to set different colours for different kinds of files when using the ls command.
Add the following lines to the bottom of your ~/.bashrc file -
alias ls=&#8217;ls &#8211;color&#8217;
LS_COLORS=&#8217;di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90&#8242;
export LS_COLORS
The first line makes ls use the &#8211;color parameter by default, which tells ls to display files in different colours based [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/09/27/ls_colors%e7%9a%84%e5%a6%99%e7%94%a8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>vmstat工具</title>
		<link>http://blog.niukey.com/2010/08/10/vmstat%e5%b7%a5%e5%85%b7/</link>
		<comments>http://blog.niukey.com/2010/08/10/vmstat%e5%b7%a5%e5%85%b7/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 06:06:58 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=687</guid>
		<description><![CDATA[
vmstat 
vmstat是Virtual Meomory Statistics（虚拟内存统计）的缩写, 是实时系统监控工具。该命令通过使用knlist子程序和/dev/kmen伪设备驱动器访问这些数据，输出信息直接打印在屏幕。vmstat反馈的与CPU相关的信息包括：
（1）多少任务在运行
（2）CPU使用的情况
（3）CPU收到多少中断
（4）发生多少上下文切换
下面只介绍 Vmstat与CPU相关的参数
vmstat的语法如下：
　　vmstat [delay [count]]
参数的含义如下：
参数 解释
delay 相邻的两次采样的间隔时间
count 采样的次数，count只能和delay一起使用
当没有参数时，vmstat则显示系统启动以后所有信息的平均值。有delay时，第一行的信息自系统启动以来的平均信息。从第二行开始，输出为前一个delay时间段的平均信息。当系统有多个CPU时，输出为所有CPU的平均值。
与CPU有关的输出的含义 (采用进一法)
参数 解释 从/proc/stat获得数据
任务的信息
r 在internal时间段里，运行队列里等待CPU的任务（任务）的个数，即不包含vmstat进程 procs_running-1
b 在internal时间段里，被资源阻塞的任务数（I/0，页面调度，等等.） ，通常情况下是接近0的 procs_blocked
CPU信息 所有值取整（四舍五入）
user 在internal时间段里，用户态的CPU时间（%） ，不包含 nice值为负进程 usr/total*100
nice 在internal时间段里，nice值为负进程的CPU时间（%） nice/total*100
sys 在internal时间段里，核心时间（%） (system + irq + softirq)/total*100
iowait 在internal时间段里，硬盘IO等待时间（%） iowait/total*100
idle 在internal时间段里， CPU除去等待磁盘IO操作外的因为任何原因而空闲的时间闲置时间 （%）idle/total*100
系统信息
intr/interval in 在internal时间段里，每秒发生中断的次数
cs 在internal时间段里，每秒上下文切换的次数，即每秒内核任务交换的次数 ctxt/interval
CODE:
total_cur=user+system+nice+idle+iowait+irq+softirq
total_pre=pre_user+ pre_system+ pre_nice+ pre_idle+ pre_iowait+ pre_irq+ pre_softirq
total=total_cur-total_pre
范例1：average mode (粗略信息)
当vmstat不带参数时，对应的输出值是从系统启动以来的平均值，而r和b则对应的是完成这一命令时，系统的值。从下面例子，可以看出系统基本出去闲置状态（idle）。自启动以来，CPU在用户态消耗时间为5%，在核心态消耗为本1%，剩下的为闲置时间。需要指出的是：这里的用户态时间包括nice值为负的进程的时间。
CODE:
[root@server ~]# cat 1.img &#38;
[2] 6960
[1]   Done                    cat [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/08/10/vmstat%e5%b7%a5%e5%85%b7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mpstat使用详解</title>
		<link>http://blog.niukey.com/2010/08/10/mpstat%e4%bd%bf%e7%94%a8%e8%af%a6%e8%a7%a3/</link>
		<comments>http://blog.niukey.com/2010/08/10/mpstat%e4%bd%bf%e7%94%a8%e8%af%a6%e8%a7%a3/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 06:01:51 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=684</guid>
		<description><![CDATA[
mpstat使用详解
(2010-07-09 11:01:23)
转载





标签：
杂谈

分类：工作





mpstat是MultiProcessor Statistics的缩写，是实时系统监控工具。其报告与CPU的一些统计信息，这些信息存放在/proc/stat文件中。在多CPUs系统里，其不但能查看所有CPU的平均状况信息，而且能够查看特定CPU的信息。下面只介绍mpstat与CPU相关的参数，mpstat的语法如下：
mpstat [-P {&#124;ALL}] [internal [count]]
参数的含义如下：
参数 解释
-P {&#124;ALL} 表示监控哪个CPU， cpu在[0,cpu个数-1]中取值
internal 相邻的两次采样的间隔时间
count 采样的次数，count只能和delay一起使用
当没有参数时，mpstat则显示系统启动以后所有信息的平均值。有interval时，第一行的信息自系统启动以来的平均信息。
从第二行开始，输出为前一个interval时间段的平均信息。与CPU有关的输出的含义如下：
参数 解释 从/proc/stat获得数据
CPU 处理器ID
user 在internal时间段里，用户态的CPU时间（%），不包含 nice值为负 进程 (usr/total)*100  
nice 在internal时间段里，nice值为负进程的CPU时间（%）   (nice/total)*100  
system 在internal时间段里，核心时间（%）   (system/total)*100
iowait 在internal时间段里，硬盘IO等待时间（%） (iowait/total)*100
irq 在internal时间段里，硬中断时间（%）      (irq/total)*100
soft 在internal时间段里，软中断时间（%）    (softirq/total)*100
idle 在internal时间段里，CPU除去等待磁盘IO操作外的因为任何原因而空闲的时间闲置时间（%）(idle/total)*100
intr/s 在internal时间段里，每秒CPU接收的中断的次数intr/total)*100
CPU总的工作时间=total_cur=user+system+nice+idle+iowait+irq+softirq
total_pre=pre_user+ pre_system+ pre_nice+ pre_idle+ pre_iowait+ pre_irq+ pre_softirq
user=user_cur – user_pre
total=total_cur-total_pre
其中_cur 表示当前值，_pre表示interval时间前的值。上表中的所有值可取到两位小数点。
范例1：average mode (粗略信息)
当mpstat不带参数时，输出为从系统启动以来的平均值。
CODE:
[work@builder linux-2.6.14]$ mpstat
Linux 2.6.9-5.31AXsmp (builder.redflag-linux.com) 12/16/2005
09:38:46 AM CPU %user %nice %system %iowait %irq [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/08/10/mpstat%e4%bd%bf%e7%94%a8%e8%af%a6%e8%a7%a3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>write a lighttpd plugin</title>
		<link>http://blog.niukey.com/2010/08/05/write-a-lighttpd-plugin/</link>
		<comments>http://blog.niukey.com/2010/08/05/write-a-lighttpd-plugin/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 02:16:01 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=682</guid>
		<description><![CDATA[文章分类:操作系统
lighttpd mod
步骤
1. copy src:
2. modify Makefile.am
3. reconfig
4. lighttpd.conf
reference:
步骤
1. copy src:
 
Bash代码
$ cd src/  
$ cp mod_skeleton.c mod_counter.c  
$ vi mod_counter.c  
:%s/skeleton/counter/g 
$ cd src/
$ cp mod_skeleton.c mod_counter.c
$ vi mod_counter.c
:%s/skeleton/counter/g 
2. modify Makefile.am
and add some lines to the src /Makefile.am to tell the build system about your new plugin:
lib_LTLIBRARIES += mod_counter.la
mod_counter_la_SOURCES = mod_counter.c
mod_counter_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
mod_counter_la_LIBADD = $(common_libadd)
3. reconfig
autoreconf -fi
./configure [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/08/05/write-a-lighttpd-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TCPDump使用方法小结</title>
		<link>http://blog.niukey.com/2010/07/27/tcpdump%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e5%b0%8f%e7%bb%93/</link>
		<comments>http://blog.niukey.com/2010/07/27/tcpdump%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e5%b0%8f%e7%bb%93/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:16:49 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=676</guid>
		<description><![CDATA[在进行网络测试的时候,我们经常需要进行抓包的工作,当然有许多测试工具可以使用,比如sniffer, ethreal等.但最为方便和简单得就非TCPDump莫属. Linux的发行版里基本都包括了这个工具. TCPDump将网络接口设置成混杂模式以便捕获到达的每一个数据包.下面给出TCPDump的部分常用选项:
-i &#60;interface&#62; 指定监听的网络接口
-v 指定详细模式输出详细的报文信息
-vv 指定更详细模式输出更详细的报文信息
-x 指定以16进制数格式显示数据包
-X 规定以ASCII码格式显示输出
-n 规定在捕获过程中不需向DNS查询IP地址
-F &#60;file&#62; 从指定文件中读取表达式
-D 显示可用网络接口
-s &#60;length&#62; 设置捕获数据包的长度
TCPDump的表达式:
　　默认情况下TCPDump将捕获所有到达网络的数据包.这并不是我们想要的,因此就必须通过表达式来限制不必要的流量,只输出我们需要监听的数据包.
1. 类型限定词
　　类型限定词有: host, port和net. host用来指定主机或目的地址,port指定端口,net可以用来指定某一子网. 如:
tcpdump &#8216;port 80&#8242; 监听80端口
tcpdump &#8216;net 192.168.1&#8242; 监听子网192.168.1.0
tcpdump &#8216;net 192.168.1.0/24&#8242;
2. 逻辑运算符
　　逻辑运算符有AND,OR和NOT. ()可将多个表达式组合起来.
　　tcpdump &#8216;port 80 and (host 192.168.1.10 or host 192.168.1.11)&#8217;
　　监听主机192.168.1.10 或 192.168.1.11的80端口.
3. 传输方向限定词
关键词src指定源地址,dst指定目的地址
tcpdump &#8216;port 80 and (src 192.168.1.10 or src 192.168.1.11)&#8217;
tcpdump &#8216;dst port 25&#8242;
4. 协议限定词
　　用来捕获特定协议的数据包有: ether(Ethernet), [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/07/27/tcpdump%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%e5%b0%8f%e7%bb%93/feed/</wfw:commentRss>
		</item>
		<item>
		<title>沁园春《房》</title>
		<link>http://blog.niukey.com/2010/04/14/%e6%b2%81%e5%9b%ad%e6%98%a5%e3%80%8a%e6%88%bf%e3%80%8b/</link>
		<comments>http://blog.niukey.com/2010/04/14/%e6%b2%81%e5%9b%ad%e6%98%a5%e3%80%8a%e6%88%bf%e3%80%8b/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 06:18:05 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[互联网]]></category>

		<category><![CDATA[人生]]></category>

		<category><![CDATA[体闲]]></category>

		<category><![CDATA[感想]]></category>

		<category><![CDATA[新鲜事儿]]></category>

		<category><![CDATA[生活]]></category>

		<category><![CDATA[娱乐]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=674</guid>
		<description><![CDATA[神州大地，
万人蜗居，亿人盼房。
望北京上海，高楼大厦。
售楼中心，房奴滔滔。
祖孙三代，倾尽所有，欲与房价试比高。
须钞票，
清储蓄贷款，分外心焦。
楼价如此虚高，
逼无数白领竞折腰。
昔秦皇汉武，闻所未闻；
唐宗宋祖，紧捏钱包。
一代天骄，成吉思汗，只好蜗居蒙古包。
俱往矣，
数天价楼盘，还看今朝！
]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/04/14/%e6%b2%81%e5%9b%ad%e6%98%a5%e3%80%8a%e6%88%bf%e3%80%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GDB Tips</title>
		<link>http://blog.niukey.com/2010/04/07/gdb-tips/</link>
		<comments>http://blog.niukey.com/2010/04/07/gdb-tips/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:12:27 +0000</pubDate>
		<dc:creator>zja601</dc:creator>
		
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.niukey.com/?p=672</guid>
		<description><![CDATA[1. 查看寄存器
(gdb) i r
(gdb) i r a                     # 查看所有寄存器（包括浮点、多媒体）
(gdb) i r esp
(gdb) i r pc
2. 查看内存
(gdb) x /wx 0&#215;80040000    # 以16进制显示指定地址处的数据
(gdb) x /8x $esp
(gdb) x /16x $esp+12
(gdb) x /16s 0&#215;86468700   # 以字符串形式显示指定地址处的数据
(gdb) x /24i 0&#215;8048a51      # 以指令形式显示指定地址处的数据（24条）
3. 修改寄存器的值
(gdb) set $v0 = 0&#215;004000000
(gdb) set $epc = 0xbfc00000
4. 修改内存的值
(gdb) set {unsigned [...]]]></description>
		<wfw:commentRss>http://blog.niukey.com/2010/04/07/gdb-tips/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

