<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 18:57:58 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@findhao/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[GO语言、DOCKER 和新技术]]></title><description><![CDATA[上个月，作为 Go 语言的三位创始人之一，Unix 老牌黑客罗勃·派克（Rob Pike）在新文章“Go: Ten years and climbing”中，回顾了一下 Go 语言的发展过程。其中提到，Go 语言这十年的迅猛发展大到连他们自己都没有想到，并且还成为了云计算领域中新一代的开发语言。还提到了，中国程序员对 Go 语言的热爱完全超出了他们的想象，甚至他们都不敢相信是真的。 这让我想起，我在]]></description><link>http://direct.ecency.com/go/@findhao/go-docker</link><guid isPermaLink="true">http://direct.ecency.com/go/@findhao/go-docker</guid><category><![CDATA[go]]></category><dc:creator><![CDATA[findhao]]></dc:creator><pubDate>Sun, 04 Feb 2018 00:56:54 GMT</pubDate></item><item><title><![CDATA[LINUX批量转换文件为UTF8编码格式]]></title><description><![CDATA[Pre linux用户必备，将当前目录下的所有文件都转换成utf8编码格式。 新建sh文件，粘贴进去，然后修改下运行权限，跑一遍就行了。 Code for i in * do if test -f $i then iconv -f gbk -t utf8 $i -o /tmp/$i.new cp /tmp/$i.new $i rm /tmp/$i.new fi done 注意]]></description><link>http://direct.ecency.com/linux/@findhao/linux-utf8</link><guid isPermaLink="true">http://direct.ecency.com/linux/@findhao/linux-utf8</guid><category><![CDATA[linux]]></category><dc:creator><![CDATA[findhao]]></dc:creator><pubDate>Sat, 03 Feb 2018 11:50:15 GMT</pubDate></item></channel></rss>