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

<channel>
	<title>My Site</title>
	<atom:link href="http://bingu.net/feed/" rel="self" type="application/rss+xml"/>
	<link>https://bingu.net</link>
	<description>冰古的网络之旅</description>
	<lastBuildDate>Tue, 01 Mar 2022 14:25:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>G Suite 不再免费</title>
		<link>https://bingu.net/854/no-more-free-g-suite/</link>
					<comments>https://bingu.net/854/no-more-free-g-suite/#respond</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Tue, 01 Mar 2022 14:25:06 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<guid isPermaLink="false">https://bingu.net/?p=854</guid>

					<description><![CDATA[白嫖了多年的 G Suite，终于也是时候说再见了，G Suite 在 2022/7/1 开始将不再提供免费的服务，现在的免费账户如果需要继续使用必须付费。 平时也就只是用了邮件服务，而且邮件还都是转寄到个人 Gmail，真的没有必要升级服务啊。 尝试搞了 Yandex、Zoho，都不符合自己的要求。感觉在 namesilo 有见过邮件转寄服务，一看还真是，启用，完美符合自己要求。]]></description>
										<content:encoded><![CDATA[<p>白嫖了多年的 G Suite，终于也是时候说再见了，G Suite 在 2022/7/1 开始将不再提供免费的服务，现在的免费账户如果需要继续使用必须付费。<br />
平时也就只是用了邮件服务，而且邮件还都是转寄到个人 Gmail，真的没有必要升级服务啊。<br />
尝试搞了 Yandex、Zoho，都不符合自己的要求。感觉在 namesilo 有见过邮件转寄服务，一看还真是，启用，完美符合自己要求。</p>
<p><img decoding="async" src="https://bingu.net/wp-content/uploads/2022/03/email-forwarding.png" alt="" width="406" height="38" class="alignnone size-full wp-image-855" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/854/no-more-free-g-suite/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 的 block editor 真的难用至极</title>
		<link>https://bingu.net/849/wordpress-%e7%9a%84-block-editor-%e7%9c%9f%e7%9a%84%e9%9a%be%e7%94%a8%e8%87%b3%e6%9e%81/</link>
					<comments>https://bingu.net/849/wordpress-%e7%9a%84-block-editor-%e7%9c%9f%e7%9a%84%e9%9a%be%e7%94%a8%e8%87%b3%e6%9e%81/#respond</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 16:33:09 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<guid isPermaLink="false">https://bingu.net/?p=849</guid>

					<description><![CDATA[装上 Classic Editor 保平安]]></description>
										<content:encoded><![CDATA[<p>装上 Classic Editor 保平安</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/849/wordpress-%e7%9a%84-block-editor-%e7%9c%9f%e7%9a%84%e9%9a%be%e7%94%a8%e8%87%b3%e6%9e%81/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>在 Plugin 中使用 WP_PLUGIN_URL 的问题</title>
		<link>https://bingu.net/833/wp_plugin_url_plugin_problem/</link>
					<comments>https://bingu.net/833/wp_plugin_url_plugin_problem/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 16:19:40 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=833</guid>

					<description><![CDATA[通常，在 WordPress 的 Plugin 编写中，如果涉及到静态文件的引用，我通常会这样写 echo &#039;&#60;link rel=&#34;stylesheet&#34; href=&#34;&#039;.WP_PLUGIN_URL.&#039;/myplugin/somecss.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34;&#62;&#039;.&#34;\n&#34;; 如果你在 General Settings 中的 WordPress Address (URL) 里设置的是一个 HTTP 地址，如 https://bingu.net 而别人用 HTTPS 地址 https://bingu.net 来访问的时候，插件里的静态文件引用仍旧是以 HTTP 地址为基础，就不能很好地载入了。 问题出在 WP_PLUGIN_URL 这里，看看它的定义是怎样的 WP_PLUGIN_URL (WordPress Constant) define( &#039;WP_PLUGIN_URL&#039;, WP_CONTENT_URL . &#039;/plugins&#039; ); 再来看看 WP_CONTENT_URL 的定义是 define( &#039;WP_CONTENT_URL&#039;, get_option( &#039;siteurl&#039; ) . &#039;/wp-content&#039; ); WP_PLUGIN_URL 的基础地址是 get_option( [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>通常，在 WordPress 的 Plugin 编写中，如果涉及到静态文件的引用，我通常会这样写</p>
<pre class="code">echo &#039;&lt;link rel=&quot;stylesheet&quot; href=&quot;&#039;.WP_PLUGIN_URL.&#039;/myplugin/somecss.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;&gt;&#039;.&quot;\n&quot;;</pre>
<p>如果你在 General Settings 中的 WordPress Address (URL) 里设置的是一个 HTTP 地址，如 <a href="https://bingu.net">https://bingu.net</a><br />
而别人用 HTTPS 地址 <a href="https://bingu.net">https://bingu.net</a> 来访问的时候，插件里的静态文件引用仍旧是以 HTTP 地址为基础，就不能很好地载入了。</p>
<p>问题出在 WP_PLUGIN_URL 这里，看看它的定义是怎样的 <a href="https://wpseek.com/constant/wp_plugin_url/">WP_PLUGIN_URL (WordPress Constant)</a></p>
<pre class="code">define( &#039;WP_PLUGIN_URL&#039;, WP_CONTENT_URL . &#039;/plugins&#039; );</pre>
<p>再来看看 WP_CONTENT_URL 的定义是</p>
<pre class="code">define( &#039;WP_CONTENT_URL&#039;, get_option( &#039;siteurl&#039; ) . &#039;/wp-content&#039; );</pre>
<p>WP_PLUGIN_URL 的基础地址是 get_option( &#8216;siteurl&#8217; )，也就是 General Settings 中的 WordPress Address (URL) 里设置的地址，这里是一个硬编码的一个地址，设置的是 HTTP 地址，get_option 出来就是 HTTP 地址，不会根据访问的情况自行更替 scheme。</p>
<p>因为浏览器在静态文件链接没有提供 scheme 时，会根据访问地址的 scheme 自行载入相应 scheme 的静态文件。这样解决就很容易了，只要将 WP_PLUGIN_URL 变成一个没有 scheme 的地址就可以了，所以上面的静态文件的引用变成了这样</p>
<pre class="code">echo &#039;&lt;link rel=&quot;stylesheet&quot; href=&quot;&#039;.str_replace(array(&quot;http:&quot;, &quot;https:&quot;), &quot;&quot;, WP_PLUGIN_URL).&#039;/myplugin/somecss.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;&gt;&#039;.&quot;\n&quot;;</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/833/wp_plugin_url_plugin_problem/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 升級中的 500 錯誤解決</title>
		<link>https://bingu.net/816/wordpress-%e5%8d%87%e7%b4%9a%e4%b8%ad%e7%9a%84-500-%e9%8c%af%e8%aa%a4%e8%a7%a3%e6%b1%ba/</link>
					<comments>https://bingu.net/816/wordpress-%e5%8d%87%e7%b4%9a%e4%b8%ad%e7%9a%84-500-%e9%8c%af%e8%aa%a4%e8%a7%a3%e6%b1%ba/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 11:17:40 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[VPS]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=816</guid>

					<description><![CDATA[搬瓦工的 OpenVZ 方案的 VPS 不能再繼續續費，只能趕緊搬家。 一切完備了，訪問首頁死活給我一個 500 錯誤。 打開 nginx 的錯誤日志，一堆這樣的錯誤 Parse error: syntax error, unexpected &#8216;new&#8217; (T_NEW) in /var/www/bingu.net/wp-content/plugins/exec-php/exec-php.php on line 80 找了找原因，原來是 PHP7 不再支持用 =&#38; 獲取一個對象的實例，也就是下面這行已經不能這麽寫了，直接把這個插件給刪了，搞定。 $GLOBALS[&#039;g_execphp_manager&#039;] =&#38;amp; new ExecPhp_Manager(); ref: PHP 7 and WordPress: How to FIX unexpected ‘new’ (T_NEW) error]]></description>
										<content:encoded><![CDATA[<p>搬瓦工的 OpenVZ 方案的 VPS 不能再繼續續費，只能趕緊搬家。<br />
一切完備了，訪問首頁死活給我一個 500 錯誤。<br />
打開 nginx 的錯誤日志，一堆這樣的錯誤</p>
<pre class="code">Parse error: syntax error, unexpected &lsquo;new&rsquo; (T_NEW) in /var/www/bingu.net/wp-content/plugins/exec-php/exec-php.php on line 80</pre>
<p>找了找原因，原來是 PHP7 不再支持用 =&amp; 獲取一個對象的實例，也就是下面這行已經不能這麽寫了，直接把這個插件給刪了，搞定。</p>
<pre class="code">$GLOBALS[&#039;g_execphp_manager&#039;] =&amp;amp; new ExecPhp_Manager();</pre>
<p>ref: <a href="http://codecaveme.de/blog/en/php-7-and-wordpress-how-to-fix-unexpected-new-t_new-error/">PHP 7 and WordPress: How to FIX unexpected ‘new’ (T_NEW) error</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/816/wordpress-%e5%8d%87%e7%b4%9a%e4%b8%ad%e7%9a%84-500-%e9%8c%af%e8%aa%a4%e8%a7%a3%e6%b1%ba/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Nexus 7 5.1.1</title>
		<link>https://bingu.net/792/nexus-7-5-1-1/</link>
					<comments>https://bingu.net/792/nexus-7-5-1-1/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Tue, 16 Jun 2015 08:25:34 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=792</guid>

					<description><![CDATA[将闲置有段时间的Nexus 7拿出来刷到最新的Android 5.1.1。 Android 5真心漂亮，7寸的握持感比iPad mini好太多。 2012年的Nexus 7在Android 5下还是略卡。 买了VPN，主要用来使用Google家的app好了。 😆]]></description>
										<content:encoded><![CDATA[<p>将闲置有段时间的Nexus 7拿出来刷到最新的Android 5.1.1。<br />
Android 5真心漂亮，7寸的握持感比iPad mini好太多。<br />
2012年的Nexus 7在Android 5下还是略卡。</p>
<p>买了VPN，主要用来使用Google家的app好了。 <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f606.png" alt="😆" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="https://bingu.net/wp-content/uploads/2015/06/Screenshot_2015-06-16-16-21-54.png"><img fetchpriority="high" decoding="async" src="https://bingu.net/wp-content/uploads/2015/06/Screenshot_2015-06-16-16-21-54-188x300.png" alt="Nexus 7 Android 5" width="188" height="300" class="alignnone size-medium wp-image-797" srcset="https://bingu.net/wp-content/uploads/2015/06/Screenshot_2015-06-16-16-21-54-188x300.png 188w, https://bingu.net/wp-content/uploads/2015/06/Screenshot_2015-06-16-16-21-54-640x1024.png 640w, https://bingu.net/wp-content/uploads/2015/06/Screenshot_2015-06-16-16-21-54.png 800w" sizes="(max-width: 188px) 100vw, 188px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/792/nexus-7-5-1-1/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>将托管于 gitbook 的在线图书转换成 pdf</title>
		<link>https://bingu.net/791/gitbook2pdf/</link>
					<comments>https://bingu.net/791/gitbook2pdf/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Fri, 20 Mar 2015 14:26:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gitbook]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=791</guid>

					<description><![CDATA[最近打算折腾下 Android APP，辗转找到 ”Android官方培训课程中文版“。这是托管于 gitbook 的网络热心人士翻译的 Android 官方培训课程，他们虽然提供 pdf 版下载，但提供的版本低，字体丑。看不过眼，于是想自己转换个最新版本的。这一玩竟然玩了一个星期，最后发现跟”糟糕的网络“以及 gitbook-pdf 算是白玩了一星期，因为根本就不是跟他们玩的啊！为避免各位像我这般折腾，这里记录下如何正确地”将托管于 gitbook 的在线图书转换成 pdf“。 使用的环境是：ubuntu 14.04，git 1.9.1 首先，装上需要用到的工具 gitbook，calibre $ apt-get install nodejs calibre # gitbook 需用 npm 安装，所以装上 nodejs $ npm install gitbook -g OK，看看所需工具的版本 $ gitbook --version;ebook-convert --version 1.5.0 ebook-convert (calibre 1.28.0) Created by: Kovid Goyal &#60;kovid@kovidgoyal.net&#62; Perfect！这下可以进行转换了。 $ git clone https://github.com/kesenhoo/android-training-course-in-chinese.git [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>最近打算折腾下 Android APP，辗转找到 ”<a href="http://hukai.me/android-training-course-in-chinese/index.html">Android官方培训课程中文版</a>“。这是托管于 gitbook 的网络热心人士翻译的 Android 官方培训课程，他们虽然提供 pdf 版下载，但提供的版本低，字体丑。看不过眼，于是想自己转换个最新版本的。这一玩竟然玩了一个星期，最后发现跟”糟糕的网络“以及 gitbook-pdf 算是白玩了一星期，因为根本就不是跟他们玩的啊！为避免各位像我这般折腾，这里记录下如何正确地”将托管于 gitbook 的在线图书转换成 pdf“。</p>
<p>使用的环境是：ubuntu 14.04，git 1.9.1</p>
<p>首先，装上需要用到的工具 gitbook，calibre</p>
<pre class="code">$ apt-get install nodejs calibre # gitbook 需用 npm 安装，所以装上 nodejs
$ npm install gitbook -g</pre>
<p>OK，看看所需工具的版本</p>
<pre class="code">$ gitbook --version;ebook-convert --version
1.5.0
ebook-convert (calibre 1.28.0)
Created by: Kovid Goyal &lt;kovid@kovidgoyal.net&gt;</pre>
<p>Perfect！这下可以进行转换了。</p>
<pre class="code">$ git clone https://github.com/kesenhoo/android-training-course-in-chinese.git # 先克隆一份 &quot;Android官方培训课程中文版&quot; 的 Markdown 文档，其实我是在 vps 克隆后再打包下载到本地的，我大局域网环境太糟糕了。
$ gitbook pdf ./android-training-course-in-chinese # 开始转换 pdf</pre>
<p>转换颇费时间，我是输完最后一条命令就上床睡觉了，早上起来 book.pdf 就妥妥地出现在 android-training-course-in-chinese 文件夹里了。</p>
<p>最后附上我编译的<a href="http://pan.baidu.com/s/1mg5jgDU" title="Android官方培训课程中文版 V0.9.1 PDF">Android官方培训课程中文版 V0.9.1 PDF</a>。<br />
顺带把多手转换的<a href="http://pan.baidu.com/s/1dDeZenf" title="The Swift Programming Luanguage 中文版">The Swift Programming Luanguage 中文版</a>也附上。</p>
<p>enjoy</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/791/gitbook2pdf/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Google Domains 邀请 5 枚</title>
		<link>https://bingu.net/781/5-google-domains-invitations/</link>
					<comments>https://bingu.net/781/5-google-domains-invitations/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Sat, 27 Dec 2014 05:53:02 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[邀请]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=781</guid>

					<description><![CDATA[Google Domains 邀请 5 枚，谷歌域名现在仅在美国提供服务。 留言区中，Email 栏是用来填写 email 的，Name，Website 和 Comment 等栏不是用来填写 email 的。]]></description>
										<content:encoded><![CDATA[<p><a href="https://bingu.net/wp-content/uploads/2014/12/google-domains-invitations.png"><img decoding="async" src="https://bingu.net/wp-content/uploads/2014/12/google-domains-invitations-150x300.png" alt="google-domains-invitations" width="150" height="300" class="alignnone size-medium wp-image-782" srcset="https://bingu.net/wp-content/uploads/2014/12/google-domains-invitations-150x300.png 150w, https://bingu.net/wp-content/uploads/2014/12/google-domains-invitations.png 170w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p><a href="https://domains.google.com/about/" title="Google Domains">Google Domains</a> 邀请 5 枚，谷歌域名现在仅在美国提供服务。</p>
<p>留言区中，Email 栏是用来填写 email 的，Name，Website 和 Comment 等栏不是用来填写 email 的。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/781/5-google-domains-invitations/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Google inbox邀请5枚</title>
		<link>https://bingu.net/772/google-inbox-5-invitations/</link>
					<comments>https://bingu.net/772/google-inbox-5-invitations/#comments</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Sun, 16 Nov 2014 14:25:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[邀请]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=772</guid>

					<description><![CDATA[Google inbox邀请5枚，新鲜出炉。需要的可留言啊。]]></description>
										<content:encoded><![CDATA[<p><a href="https://bingu.net/wp-content/uploads/2014/11/google-inbox-invitations.png"><img loading="lazy" decoding="async" src="https://bingu.net/wp-content/uploads/2014/11/google-inbox-invitations-300x172.png" alt="google-inbox-invitations" width="300" height="172" class="alignnone size-medium wp-image-773" srcset="https://bingu.net/wp-content/uploads/2014/11/google-inbox-invitations-300x172.png 300w, https://bingu.net/wp-content/uploads/2014/11/google-inbox-invitations.png 407w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><br />
<a href="https://inbox.google.com/" title="Google inbox">Google inbox</a>邀请5枚，新鲜出炉。需要的可留言啊。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/772/google-inbox-5-invitations/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
		<item>
		<title>GitHub学生开发者礼包</title>
		<link>https://bingu.net/768/github-student-developer-pack-digitalocean/</link>
					<comments>https://bingu.net/768/github-student-developer-pack-digitalocean/#respond</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Wed, 08 Oct 2014 12:25:57 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[digitalocean]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[VPS]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=768</guid>

					<description><![CDATA[总之就是GitHub联合多个网络公司送大礼吧。 其中最好的大概是DigitalOcean的100刀的购买额了，5刀每月的VPS能免费用20个月啊，20个月。。。 GitHub Student Developer Pack ← 这是申请页。需要有edu后缀的邮箱进行申请，申请好后，回到该页面点击DigitalOcean那里的一个链接（好吧，我已经点击了，已经找不到这个链接了。）就会出现那个Coupon了！ DigitalOcean ← 点击这个链接申请DigitalOcean还能多10刀哦。对了，DigitalOcean要用Paypal或者信用卡支付5刀或以上才能激活这里的110刀购买额！]]></description>
										<content:encoded><![CDATA[<p>总之就是GitHub联合多个网络公司送大礼吧。<br />
其中最好的大概是<a href="https://www.digitalocean.com/?refcode=067ec68b88a9" title="DigitalOcean Coupon Link">DigitalOcean</a>的100刀的购买额了，5刀每月的VPS能免费用20个月啊，20个月。。。</p>
<p><a href="https://education.github.com/pack/" title="GitHub Student Developer Pack">GitHub Student Developer Pack</a> ← 这是申请页。需要有edu后缀的邮箱进行申请，申请好后，回到该页面点击DigitalOcean那里的一个链接（好吧，我已经点击了，已经找不到这个链接了。）就会出现那个Coupon了！</p>
<p><a href="https://www.digitalocean.com/?refcode=067ec68b88a9" title="DigitalOcean Coupon Link">DigitalOcean</a> ← 点击这个链接申请DigitalOcean还能多10刀哦。对了，DigitalOcean要用Paypal或者信用卡支付5刀或以上才能激活这里的110刀购买额！</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/768/github-student-developer-pack-digitalocean/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3.98刀转移域名到namecheap</title>
		<link>https://bingu.net/762/transfer-domain-namecheap-3-98/</link>
					<comments>https://bingu.net/762/transfer-domain-namecheap-3-98/#respond</comments>
		
		<dc:creator><![CDATA[冰古]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 11:46:01 +0000</pubDate>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[域名]]></category>
		<guid isPermaLink="false">http://bingu.net/?p=762</guid>

					<description><![CDATA[namecheap今天转移域名的好价，只需3.98刀（.com和.net需额外加0.18刀的ICANN费用）就能转移.com，.net，.org，.info和.biz等常见域名到namecheap。详情。 有效期从February 5, 2014 00:00 AM EST到February 5, 2014 11:59 PM EST，现在还有17个小时左右吧，肯折腾的还是可以省下不少域名renew费用的。 想想我的域名从2010年转移到internet.bs后，还是第一次转移。可惜bingu.net这个域名转移了不够45天，不能用上这个好价了。:(]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.namecheap.com/?aff=6220">namecheap</a>今天转移域名的好价，只需3.98刀（.com和.net需额外加0.18刀的ICANN费用）就能转移.com，.net，.org，.info和.biz等常见域名到namecheap。<a href="https://www.namecheap.com/campaigns/2014/moveyourdomainday-feb-5.aspx?utm_source=Newsletter&#038;utm_medium=mail&#038;utm_campaign=MYDD&#038;aff=6220">详情</a>。<br />
有效期从February 5, 2014 00:00 AM EST到February 5, 2014 11:59 PM EST，现在还有17个小时左右吧，肯折腾的还是可以省下不少域名renew费用的。</p>
<p>想想我的<a href="https://bingu.net/675/free-private-whois-domain/">域名从2010年转移到internet.bs</a>后，还是第一次转移。可惜bingu.net这个域名转移了不够45天，不能用上这个好价了。:(</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bingu.net/762/transfer-domain-namecheap-3-98/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>