<?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>Jian Zhou &#187; Jian Zhou</title> <atom:link href="http://tiaozhanshu.com/author/admin/feed/" rel="self" type="application/rss+xml" /><link>http://tiaozhanshu.com</link> <description>挑战技术，挑战生命。不至顶级不罢休。</description> <lastBuildDate>Wed, 02 May 2012 23:01:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>PHP后台运行</title><link>http://tiaozhanshu.com/design/php/php-background-processes/</link> <comments>http://tiaozhanshu.com/design/php/php-background-processes/#comments</comments> <pubDate>Wed, 02 May 2012 23:01:26 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[PHP]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41540</guid> <description><![CDATA[在很多时候，我们需要通过用户或其他方式触发php脚本的运行，而php执行的是批量任务或者是很耗时间的操作，这样我们就想客户端断开连接，而php的代码照样执行，起到异步操作的效果。下面这段代码，可以使用header("Connection: close")，使浏览器关闭连接[......]<p class='read-more'><a href='http://tiaozhanshu.com/design/php/php-background-processes/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>在很多时候，我们需要通过用户或其他方式触发php脚本的运行，而php执行的是批量任务或者是很耗时间的操作，这样我们就想客户端断开连接，而php的代码照样执行，起到异步操作的效果。</p><p>下面这段代码，可以使用header(&#8220;Connection: close&#8221;)，使浏览器关闭连接[......]<p class='read-more'><a href='http://tiaozhanshu.com/design/php/php-background-processes/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/design/php/php-background-processes/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/design/php/php-script-to-create-rss-feed/' rel='bookmark' title='用于生成RSSFeed的PHP库'>用于生成RSSFeed的PHP库</a></li><li><a href='http://tiaozhanshu.com/computer/linux/vim-cheat-sheet/' rel='bookmark' title='vim命令速查表'>vim命令速查表</a></li><li><a href='http://tiaozhanshu.com/computer/software/print-the-longest-line/' rel='bookmark' title='输出文本中最长的一行'>输出文本中最长的一行</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/design/php/php-background-processes/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Go语言单元测试</title><link>http://tiaozhanshu.com/computer/golang/go-unit-test/</link> <comments>http://tiaozhanshu.com/computer/golang/go-unit-test/#comments</comments> <pubDate>Mon, 30 Apr 2012 00:17:21 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Golang]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41530</guid> <description><![CDATA[Go语言似乎是个偏执狂，牺牲了不必要的灵活性，带来一些强制的编程风格和约定。比如：<ol><li>无任何形式的Makefile，模块就是目录、包就是目录、编译配制就是目录！</li><li>不光目录被用上了，文件名还能指定用途。文件名后缀为_test.go的都是单元测试文件，_linux32.go[......]</li></ol><p class='read-more'><a href='http://tiaozhanshu.com/computer/golang/go-unit-test/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>Go语言似乎是个偏执狂，牺牲了不必要的灵活性，带来一些强制的编程风格和约定。比如：</p><ol><li>无任何形式的Makefile，模块就是目录、包就是目录、编译配制就是目录！</li><li>不光目录被用上了，文件名还能指定用途。文件名后缀为_test.go的都是单元测试文件，_linux32.go[......]</li></ol><p class='read-more'><a href='http://tiaozhanshu.com/computer/golang/go-unit-test/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/golang/go-unit-test/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/golang/method-sets-in-golang/' rel='bookmark' title='Go语言中的方法（Method Sets）'>Go语言中的方法（Method Sets）</a></li><li><a href='http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/' rel='bookmark' title='A Sock 5 Proxy Server Written in Golang'>A Sock 5 Proxy Server Written in Golang</a></li><li><a href='http://tiaozhanshu.com/computer/golang/go-http-server/' rel='bookmark' title='Go语言http服务器'>Go语言http服务器</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/golang/go-unit-test/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LaTeX生成PDF标签</title><link>http://tiaozhanshu.com/latex/latex-pdf-bookmarks/</link> <comments>http://tiaozhanshu.com/latex/latex-pdf-bookmarks/#comments</comments> <pubDate>Tue, 24 Apr 2012 03:43:10 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Latex]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41517</guid> <description><![CDATA[\usepackage[pdftex,bookmarks=true]{hyperref}]]></description> <content:encoded><![CDATA[<p>\usepackage[pdftex,bookmarks=true]{hyperref}</p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/latex/cite-bib/' rel='bookmark' title='Latex引用文献'>Latex引用文献</a></li><li><a href='http://tiaozhanshu.com/latex/latex-algorithms/' rel='bookmark' title='latex之插入伪代码'>latex之插入伪代码</a></li><li><a href='http://tiaozhanshu.com/wordpress/custom-fields-description-keywords/' rel='bookmark' title='使用自定义域为wordpress做SEO'>使用自定义域为wordpress做SEO</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/latex/latex-pdf-bookmarks/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Latex章节编号</title><link>http://tiaozhanshu.com/latex/latex-section-counter/</link> <comments>http://tiaozhanshu.com/latex/latex-section-counter/#comments</comments> <pubDate>Tue, 24 Apr 2012 03:40:02 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Latex]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41513</guid> <description><![CDATA[更改章节编号的格式：
\renewcommand\thesection{\arabic{section}.}
\renewcommand\thesection{\arabic{section}.~}
\renewcommand\thesection{\arabic{sect[......]<p class='read-more'><a href='http://tiaozhanshu.com/latex/latex-section-counter/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>更改章节编号的格式：<br /> \renewcommand\thesection{\arabic{section}.}<br /> \renewcommand\thesection{\arabic{section}.~}<br /> \renewcommand\thesection{\arabic{sect[......]<p class='read-more'><a href='http://tiaozhanshu.com/latex/latex-section-counter/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/latex/latex-section-counter/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/latex/latex-algorithms/' rel='bookmark' title='latex之插入伪代码'>latex之插入伪代码</a></li><li><a href='http://tiaozhanshu.com/latex/latex-table-of-contents/' rel='bookmark' title='Latex生成章节目录列表'>Latex生成章节目录列表</a></li><li><a href='http://tiaozhanshu.com/latex/cite-bib/' rel='bookmark' title='Latex引用文献'>Latex引用文献</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/latex/latex-section-counter/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Latex生成章节目录列表</title><link>http://tiaozhanshu.com/latex/latex-table-of-contents/</link> <comments>http://tiaozhanshu.com/latex/latex-table-of-contents/#comments</comments> <pubDate>Tue, 24 Apr 2012 03:33:13 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Latex]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41510</guid> <description><![CDATA[（1）在\begin{document}后面加入命令\tableofcontents。执行latex.exe将自动产生myfile.toc文件，该文件是文本格式，可以编辑，当然多数情况下无需编辑。（2）每次加入新的章节需要运行两次latex.exe才能更新目录。（[......]<p class='read-more'><a href='http://tiaozhanshu.com/latex/latex-table-of-contents/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>（1）在\begin{document}后面加入命令\tableofcontents。执行latex.exe将自动产生myfile.toc文件，该文件是文本格式，可以编辑，当然多数情况下无需编辑。</p><p>（2）每次加入新的章节需要运行两次latex.exe才能更新目录。</p><p>（[......]<p class='read-more'><a href='http://tiaozhanshu.com/latex/latex-table-of-contents/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/latex/latex-table-of-contents/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/software/2009-summer-software-develop/' rel='bookmark' title='2009暑期——软件开发模式'>2009暑期——软件开发模式</a></li><li><a href='http://tiaozhanshu.com/wordpress/custom-fields-description-keywords/' rel='bookmark' title='使用自定义域为wordpress做SEO'>使用自定义域为wordpress做SEO</a></li><li><a href='http://tiaozhanshu.com/computer/internet/gapp/' rel='bookmark' title='该页无法显示的解决办法'>该页无法显示的解决办法</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/latex/latex-table-of-contents/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A Sock 5 Proxy Server Written in Golang</title><link>http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/</link> <comments>http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/#comments</comments> <pubDate>Sun, 22 Apr 2012 02:32:50 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Golang]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41504</guid> <description><![CDATA[I've written a <a href="http://tiaozhanshu.com/computer/software/socks5/" target="_blank">sock 5</a> proxy server in golang. The code is very ugly. However, it works!I am still not very familiar with golang. Wheneve[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>I&#8217;ve written a <a href="http://tiaozhanshu.com/computer/software/socks5/" target="_blank" onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/software/socks5/','content']);">sock 5</a> proxy server in golang. The code is very ugly. However, it works!</p><p>I am still not very familiar with golang. Wheneve[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/golang/read-write-structure-in-binary-mode/' rel='bookmark' title='Go语言结构体与二进制数组转换'>Go语言结构体与二进制数组转换</a></li><li><a href='http://tiaozhanshu.com/computer/golang/method-sets-in-golang/' rel='bookmark' title='Go语言中的方法（Method Sets）'>Go语言中的方法（Method Sets）</a></li><li><a href='http://tiaozhanshu.com/computer/golang/anonymous-field-inheritance-override/' rel='bookmark' title='Go语言中通过结构体匿名字段实现方法的继承和重载'>Go语言中通过结构体匿名字段实现方法的继承和重载</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/golang/sock-5-proxy-in-golang/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Shell批量执行ssh远程命令</title><link>http://tiaozhanshu.com/computer/linux/shell-remote-ssh-cmd/</link> <comments>http://tiaozhanshu.com/computer/linux/shell-remote-ssh-cmd/#comments</comments> <pubDate>Fri, 20 Apr 2012 23:33:18 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Linux]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41499</guid> <description><![CDATA[通过SSH执行远程命令参考<a href="http://tiaozhanshu.com/computer/linux/ssh-cmd/" target="_blank">这里</a>，通过shell逐行读取文件参考<a href="http://tiaozhanshu.com/computer/linux/shell-read-line/" target="_blank">这里</a>，shell的参数用法在<a href="http://tiaozhanshu.com/computer/linux/shell-args/" target="_blank">这里</a>。这样一键批量执行远程命令的脚本为：<code lang="text"> for slave in $(cat ~/slaves)
do
echo $slave
ssh $slave $*
don[......]</code><p class='read-more'><a href='http://tiaozhanshu.com/computer/linux/shell-remote-ssh-cmd/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>通过SSH执行远程命令参考<a href="http://tiaozhanshu.com/computer/linux/ssh-cmd/" target="_blank" onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/linux/ssh-cmd/','content']);">这里</a>，通过shell逐行读取文件参考<a href="http://tiaozhanshu.com/computer/linux/shell-read-line/" target="_blank" onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/linux/shell-read-line/','content']);">这里</a>，shell的参数用法在<a href="http://tiaozhanshu.com/computer/linux/shell-args/" target="_blank" onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/linux/shell-args/','content']);">这里</a>。</p><p>这样一键批量执行远程命令的脚本为：</p><div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">for slave in $(cat ~/slaves)<br /> do<br /> echo $slave<br /> ssh $slave $*<br /> done</div></td></tr></tbody></table></div><p>脚本另存为a，则，运行a ls<br /> 则在所有slaves上运行一次ls命令。</p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/' rel='bookmark' title='方便使用hadoop一些脚本'>方便使用hadoop一些脚本</a></li><li><a href='http://tiaozhanshu.com/computer/linux/shell-read-line/' rel='bookmark' title='用shell脚本逐行读取文件'>用shell脚本逐行读取文件</a></li><li><a href='http://tiaozhanshu.com/computer/linux/linux-scim-input/' rel='bookmark' title='Linux图形界面下输入法的安装'>Linux图形界面下输入法的安装</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/linux/shell-remote-ssh-cmd/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux shell参数</title><link>http://tiaozhanshu.com/computer/linux/shell-args/</link> <comments>http://tiaozhanshu.com/computer/linux/shell-args/#comments</comments> <pubDate>Fri, 20 Apr 2012 23:25:27 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Linux]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41496</guid> <description><![CDATA[在shell编程时.可以使用参数。Shell有位置参数和内部参数
1、 位置参数
由系统提供的参数称为位置参数。位置参数的值可以用$N得到，N是一个数字，如果为1，即$1.类似C语言中的数组，Linux会把输入的命令字符串分段并给每段进行标号，标号从0开始。第0号为程序名字，[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/linux/shell-args/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>在shell编程时.可以使用参数。Shell有位置参数和内部参数<br /> 1、 位置参数<br /> 由系统提供的参数称为位置参数。位置参数的值可以用$N得到，N是一个数字，如果为1，即$1.类似C语言中的数组，Linux会把输入的命令字符串分段并给每段进行标号，标号从0开始。第0号为程序名字，[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/linux/shell-args/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/linux/shell-args/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/linux/linux-iometer-dynamo-usage/' rel='bookmark' title='Linux, Iometer / Dynamo usage'>Linux, Iometer / Dynamo usage</a></li><li><a href='http://tiaozhanshu.com/design/php/mysql_db_query/' rel='bookmark' title='mysql_db_query'>mysql_db_query</a></li><li><a href='http://tiaozhanshu.com/computer/linux/shell-read-line/' rel='bookmark' title='用shell脚本逐行读取文件'>用shell脚本逐行读取文件</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/linux/shell-args/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>方便使用hadoop一些脚本</title><link>http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/</link> <comments>http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/#comments</comments> <pubDate>Tue, 17 Apr 2012 21:09:38 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Hadoop]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41491</guid> <description><![CDATA[实验中为了方便在不同版本hadoop间切换，为了一键清空还原所有hadoop设置，弄了些脚本。傻瓜脚本。。。<h2>一、环境变量</h2><code lang="text"> # .bash_profileexport HADOOP_HOME=~/hadoop
export PATH=$PATH:$HAD[......]</code><p class='read-more'><a href='http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>实验中为了方便在不同版本hadoop间切换，为了一键清空还原所有hadoop设置，弄了些脚本。傻瓜脚本。。。</p><h2>一、环境变量</h2><div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># .bash_profile<br /> <br /> export HADOOP_HOME=~/hadoop<br /> export PATH=$PATH:$HADOOP_HOME/bin<br /> export HADOOP_HOME_WARN_SUPPRESS='TRUE'</div></td></tr></tbody></table></div><h2>二、切换hadoop并更新配置</h2><div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rm ~/hadoop;<br /> ln -s $1 ~/hadoop;<br /> cp ~/jan/conf/* ~/hadoop/conf;</div></td></tr></tbody></table></div><h2>三、一键删[......]</h2><p class='read-more'><a href='http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/hadoop/hdfs-set-up/' rel='bookmark' title='HDFS安装与使用'>HDFS安装与使用</a></li><li><a href='http://tiaozhanshu.com/computer/linux/shell-remote-ssh-cmd/' rel='bookmark' title='Shell批量执行ssh远程命令'>Shell批量执行ssh远程命令</a></li><li><a href='http://tiaozhanshu.com/computer/hadoop/build-hadoop-cn/' rel='bookmark' title='Hadoop编译安装'>Hadoop编译安装</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/hadoop/shell-for-hadoop/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HADOOP占用端口</title><link>http://tiaozhanshu.com/computer/hadoop/hadoop-ports/</link> <comments>http://tiaozhanshu.com/computer/hadoop/hadoop-ports/#comments</comments> <pubDate>Tue, 17 Apr 2012 18:53:03 +0000</pubDate> <dc:creator>Jian Zhou</dc:creator> <category><![CDATA[Hadoop]]></category><guid isPermaLink="false">http://tiaozhanshu.com/?p=41493</guid> <description><![CDATA[与HDFS有关的地址及端口属性fs.default.name位置：conf/core-site.xml
必须项：是
常用值：hdfs:// [域名或IP地址] :9000
说明：NameNode 主服务器的地址[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/hadoop/hadoop-ports/'>more...</a></p>]]></description> <content:encoded><![CDATA[<p>与HDFS有关的地址及端口属性</p><p>fs.default.name</p><p> 位置：conf/core-site.xml<br /> 必须项：是<br /> 常用值：hdfs:// [域名或IP地址] :9000<br /> 说明：NameNode 主服务器的地址[......]<p class='read-more'><a href='http://tiaozhanshu.com/computer/hadoop/hadoop-ports/' onClick="_gaq.push(['_trackEvent','internal','http://tiaozhanshu.com/computer/hadoop/hadoop-ports/','content']);">more&#8230;</a></p><p><strong>Related Post:</strong><ol><li><a href='http://tiaozhanshu.com/computer/hadoop/hdfs-set-up/' rel='bookmark' title='HDFS安装与使用'>HDFS安装与使用</a></li><li><a href='http://tiaozhanshu.com/latex/cite-bib/' rel='bookmark' title='Latex引用文献'>Latex引用文献</a></li><li><a href='http://tiaozhanshu.com/computer/hadoop/build-hadoop-cn/' rel='bookmark' title='Hadoop编译安装'>Hadoop编译安装</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://tiaozhanshu.com/computer/hadoop/hadoop-ports/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
