<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>微米天空 &#187; decode</title>
	<atom:link href="http://www.micronsky.com/tag/decode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micronsky.com</link>
	<description>人，因思则变。</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>用mysqlbinlog查看row格式的事件 zt</title>
		<link>http://www.micronsky.com/2011/11/%e7%94%a8mysqlbinlog%e6%9f%a5%e7%9c%8brow%e6%a0%bc%e5%bc%8f%e7%9a%84%e4%ba%8b%e4%bb%b6-zt/</link>
		<comments>http://www.micronsky.com/2011/11/%e7%94%a8mysqlbinlog%e6%9f%a5%e7%9c%8brow%e6%a0%bc%e5%bc%8f%e7%9a%84%e4%ba%8b%e4%bb%b6-zt/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 07:19:58 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqlbinlog]]></category>
		<category><![CDATA[RBR]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=706</guid>
		<description><![CDATA[MySQL 5.1开始，binlog支持row-based的格式，默认情况下只能看到一些经过base-64编码的信息，如
DELIMITER /*!*/;
# at 7493962
#090827 5:25:03 server id 1 end_log_pos 0 Start: binlog v 4, server v 5.1.26-rc-community-log created 090827 5:25:03
BINLOG  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2011/11/%e7%94%a8mysqlbinlog%e6%9f%a5%e7%9c%8brow%e6%a0%bc%e5%bc%8f%e7%9a%84%e4%ba%8b%e4%bb%b6-zt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl处理UTF-8编码，对URL地址进行编码</title>
		<link>http://www.micronsky.com/2008/12/perl-utf-8-uri/</link>
		<comments>http://www.micronsky.com/2008/12/perl-utf-8-uri/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:28:29 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://log.micronsky.com/2008/12/perl%e5%a4%84%e7%90%86utf-8%e7%bc%96%e7%a0%81%ef%bc%8c%e5%af%b9url%e5%9c%b0%e5%9d%80%e8%bf%9b%e8%a1%8c%e7%bc%96%e7%a0%81/</guid>
		<description><![CDATA[首先进行声明<br />use Encode;<br />gbk转uft-8：<br />$line = encode("utf-8",decode("gbk",$line));<br />或<br />$line = encode_utf8(decode("gbk",$line));<br />utf-8转gbk：<br />$line = encode("gbk", decode("utf8", $line));<br />uft-8转gb2312：<br />$line = encode("gb2312", decode("utf8", $line));<br /><br />测试可用！by：Neeao<br />...
]]></description>
		<wfw:commentRss>http://www.micronsky.com/2008/12/perl-utf-8-uri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

