<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hoxide's Blog</title>
	<atom:link href="http://hoxide.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoxide.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 12 Nov 2011 09:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hoxide.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hoxide's Blog</title>
		<link>http://hoxide.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hoxide.wordpress.com/osd.xml" title="Hoxide&#039;s Blog" />
	<atom:link rel='hub' href='http://hoxide.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Elisp to generate a list of macros in latex</title>
		<link>http://hoxide.wordpress.com/2011/11/12/elisp-to-generate-a-list-of-macros-in-latex/</link>
		<comments>http://hoxide.wordpress.com/2011/11/12/elisp-to-generate-a-list-of-macros-in-latex/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 08:57:20 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[计算机与 Internet]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[softwares]]></category>
		<category><![CDATA[latex elisp]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2011/11/12/elisp-to-generate-a-list-of-macros-in-latex/</guid>
		<description><![CDATA[I just write following code in emacs to generate a list of macros in latex: (mapcar '(lambda (x) (insert (format "\n\\def\\s%s{\\mathscr{%s}}" (string x) (string x)))) (concatenate 'list "ABCDEFGHIJKLMNOPQRSTUVWXYZ")) Now press C-x C-E, it will insert following latex codes. \def\sA{\mathscr{A}} &#8230;. \def\sZ{\mathscr{Z}}<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=613&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just write following code in emacs to generate a list of macros in latex:</p>
<pre>
(mapcar '(lambda (x) (insert (format "\n\\def\\s%s{\\mathscr{%s}}"
                                (string x) (string x))))
                                (concatenate 'list
                                 "ABCDEFGHIJKLMNOPQRSTUVWXYZ"))
</pre>
<p>Now press C-x C-E, it will insert following latex codes. </p>
<blockquote><p>
\def\sA{\mathscr{A}}<br />
&#8230;.<br />
\def\sZ{\mathscr{Z}}
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=613&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2011/11/12/elisp-to-generate-a-list-of-macros-in-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>
	</item>
		<item>
		<title>AucTeX + sumatra PDF</title>
		<link>http://hoxide.wordpress.com/2010/08/10/auctex-sumatra-pdf/</link>
		<comments>http://hoxide.wordpress.com/2010/08/10/auctex-sumatra-pdf/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 01:46:58 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[softwares]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/?p=98</guid>
		<description><![CDATA[The main problem is how to config the AucTeX. There is no any other posts talking about the new AucTeX. After 3 hours+ struggle, I decided to read the manual. Then every thing is clear. In the new version, it&#8217;s TeX-view-program-selection not TeX-output-view-style determine the viewer. But it&#8217;s still preserve these options. So if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=98&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The main problem is how to config the AucTeX. There is no any other posts talking about the new AucTeX. </p>
<p>After 3 hours+ struggle, I decided to read the manual. Then every thing is clear. In the new version, it&#8217;s TeX-view-program-selection not TeX-output-view-style determine the viewer. But it&#8217;s still preserve these options. So if you want to use the &#8220;old&#8221; one, set &#8220;%vv&#8221; instead of &#8220;%V&#8221;  for the View command in TeX-command-list.</p>
<p>For the new version,<br />
1. Insert a new item of Tex-View-Program-List, with name sumatraPDF or any think you like. choose command and the command is : sumatrapdf %o.<br />
2. save and restart EMACS,<br />
3. change the viewer for predicate output-pdf to sumatraPDF in TeX-view-program-selection.<br />
4. save and restart EMACS. </p>
<p>Now every ting works. </p>
<p>Problem, inverse search for new vesion of sumatraPDF. In fact I can not find the &#8220;File/Set&#8221; menu mentioned in this <a href="http://william.famille-blum.org/blog/static.php?page=static081010-000413">post</a>.<br />
Except this problem, I just follow him.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=98&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/08/10/auctex-sumatra-pdf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>
	</item>
		<item>
		<title>Macaulay 2 Emacs setup in Cygwin</title>
		<link>http://hoxide.wordpress.com/2010/07/28/macaulay-2-emacs-setup-in-cygwin/</link>
		<comments>http://hoxide.wordpress.com/2010/07/28/macaulay-2-emacs-setup-in-cygwin/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 05:59:43 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[softwares]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/?p=94</guid>
		<description><![CDATA[I followed the official documents, but got a error when press F12: spawning child process: invalid argument The point is it doesn&#8217;t set &#8220;Shell&#8221; correctly. By reading M2.el, I find &#8220;M2-shell-exe&#8221; also need to set. For example in my computer add (setq M2-shell-exe &#8220;e:/cygwin/bin/bash&#8221;) in to the .emacs file. Then F12 works. My setting for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=94&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I followed the official documents, but got a error when press F12:</p>
<blockquote><p>spawning child process: invalid argument</p></blockquote>
<p>The point is it doesn&#8217;t set &#8220;Shell&#8221; correctly.<br />
By reading M2.el, I find &#8220;M2-shell-exe&#8221; also need to set.<br />
For example in my computer add </p>
<blockquote><p>(setq M2-shell-exe &#8220;e:/cygwin/bin/bash&#8221;)
</p></blockquote>
<p>in to the .emacs file. </p>
<p>Then F12 works. </p>
<p>My setting for Macaulay 2:</p>
<blockquote><p>
;; Macaulay 2<br />
(setq load-path<br />
      (append<br />
       &#8216;( &#8220;e:/M2/usr/share/emacs/site-lisp&#8221; )<br />
       load-path))<br />
(global-set-key [ f11 ] &#8216;M2-send-to-program)<br />
(load &#8220;M2-init&#8221;)<br />
(global-set-key [ f12 ] &#8216;M2)<br />
(setq M2-exe &#8220;e:/M2/usr/bin/M2&#8243;)<br />
(setq M2-shell-exe &#8220;e:/cygwin/bin/bash&#8221;)
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=94&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/07/28/macaulay-2-emacs-setup-in-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>
	</item>
		<item>
		<title>Great World City</title>
		<link>http://hoxide.wordpress.com/2010/07/09/great-world-city/</link>
		<comments>http://hoxide.wordpress.com/2010/07/09/great-world-city/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:23:06 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/07/09/great-world-city</guid>
		<description><![CDATA[两周之前去Great World City 看玩具总动员3~~~ 这个传说原来是老新加坡的中心。 可是现在由于不再MRT的范围内，确切的说是在各条MRT围成的区域的中间，就不怎么繁华了。 所以虽然是市中心，却非常安静。 这个样子好傻~~~   还是老婆美~~~ 然后吃了晚饭~~~ 这个叫Rojak， 其实感觉是烤面包+烤油条+水果黄瓜等等用甜面酱拌一下。 老婆喜欢吃的虾面~~ 接着就逛了一下去电影院了， 之前有个DBS的活动。虽然Buffet已经结束，但是周围的小装饰还是很漂亮的<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=103&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!2414" class="bvMsg">
<p>两周之前去Great World City 看玩具总动员3~~~</p>
<p>这个传说原来是老新加坡的中心。 可是现在由于不再MRT的范围内，确切的说是在各条MRT围成的区域的中间，就不怎么繁华了。</p>
<p>所以虽然是市中心，却非常安静。</p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1mibUsoCxx9ZO0CBCvI41v9ZUSJXxXaZoNP5Rdp6VnHlqYLrRz1UsKi3dnnqMI3HVfDuOIa3Oxtzk-BMfCJSKxiD6WD2CFNvi4BYwVL_4iER91N55OlwX3WVhFgtMq0HHe2HEFm_FQ2kunQvrfgBA8tw/IMG_3527[3].jpg?download&amp;psid=1" rel="WLPP"><img title="IMG_3527" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3527" src="https://vuskeq.bay.livefilestore.com/y1m13mJfoPtpiPGpFVgtEd7IzFsOywggf6p5Tze_E1RIOwVuvYAlu9KbQwEZGENU5OhWbaFBnoRyR4tPKywefdskQ5gls1XSLQRVK1CpeQhQ2pbNLala3Y38h8qOCIo-DEhedSPBH2NDPZFX4WNU3Ka2w/IMG_3527_thumb[1].jpg?download&amp;psid=1" width="604" border="0" /></a> </p>
<p>这个样子好傻~~~</p>
<p> <a href="http://hoxide.files.wordpress.com/2010/07/img_35455b45d.jpg" rel="WLPP"><img title="IMG_3545" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="182" alt="IMG_3545" src="http://hoxide.files.wordpress.com/2010/07/img_35455b45d.jpg?w=244&#038;h=182" width="244" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/07/img_35815b35d.jpg" rel="WLPP"><img title="IMG_3581" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3581" src="http://hoxide.files.wordpress.com/2010/07/img_35815b35d.jpg?w=324&#038;h=484" width="324" border="0" /></a></p>
<p>还是老婆美~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35385b45d.jpg" rel="WLPP"><img title="IMG_3538" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="772" alt="IMG_3538" src="http://hoxide.files.wordpress.com/2010/07/img_35385b45d.jpg?w=522&#038;h=772" width="522" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35415b35d.jpg" rel="WLPP"><img title="IMG_3541" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3541" src="http://hoxide.files.wordpress.com/2010/07/img_35415b35d.jpg?w=334&#038;h=484" width="334" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/07/img_35495b35d.jpg" rel="WLPP"><img title="IMG_3549" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3549" src="http://hoxide.files.wordpress.com/2010/07/img_35495b35d.jpg?w=337&#038;h=484" width="337" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35595b35d.jpg" rel="WLPP"><img title="IMG_3559" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="772" alt="IMG_3559" src="http://hoxide.files.wordpress.com/2010/07/img_35595b35d.jpg?w=516&#038;h=772" width="516" border="0" /></a> </p>
<p>然后吃了晚饭~~~</p>
<p>这个叫Rojak， 其实感觉是烤面包+烤油条+水果黄瓜等等用甜面酱拌一下。 </p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35755b35d.jpg" rel="WLPP"><img title="IMG_3575" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="431" alt="IMG_3575" src="http://hoxide.files.wordpress.com/2010/07/img_35755b35d.jpg?w=644&#038;h=431" width="644" border="0" /></a> </p>
<p>老婆喜欢吃的虾面~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35775b35d.jpg" rel="WLPP"><img title="IMG_3577" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="431" alt="IMG_3577" src="http://hoxide.files.wordpress.com/2010/07/img_35775b35d.jpg?w=644&#038;h=431" width="644" border="0" /></a> </p>
</p>
</p>
</p>
</p>
<p>接着就逛了一下去电影院了， 之前有个DBS的活动。虽然Buffet已经结束，但是周围的小装饰还是很漂亮的</p>
<p><a href="http://hoxide.files.wordpress.com/2010/07/img_35835b35d.jpg" rel="WLPP"><img title="IMG_3583" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3583" src="http://hoxide.files.wordpress.com/2010/07/img_35835b35d.jpg?w=324&#038;h=484" width="324" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/07/img_35995b35d.jpg" rel="WLPP"><img title="IMG_3599" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_3599" src="http://hoxide.files.wordpress.com/2010/07/img_35995b35d.jpg?w=324&#038;h=484" width="324" border="0" /></a></p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=103&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/07/09/great-world-city/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1m13mJfoPtpiPGpFVgtEd7IzFsOywggf6p5Tze_E1RIOwVuvYAlu9KbQwEZGENU5OhWbaFBnoRyR4tPKywefdskQ5gls1XSLQRVK1CpeQhQ2pbNLala3Y38h8qOCIo-DEhedSPBH2NDPZFX4WNU3Ka2w/IMG_3527_thumb1.jpg?download&#038;psid=1" medium="image">
			<media:title type="html">IMG_3527</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35455b45d.jpg?w=300" medium="image">
			<media:title type="html">IMG_3545</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35815b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_3581</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35385b45d.jpg?w=202" medium="image">
			<media:title type="html">IMG_3538</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35415b35d.jpg?w=206" medium="image">
			<media:title type="html">IMG_3541</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35495b35d.jpg?w=208" medium="image">
			<media:title type="html">IMG_3549</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35595b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_3559</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35755b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_3575</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35775b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_3577</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35835b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_3583</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/07/img_35995b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_3599</media:title>
		</media:content>
	</item>
		<item>
		<title>O(1,1)</title>
		<link>http://hoxide.wordpress.com/2010/06/29/o11/</link>
		<comments>http://hoxide.wordpress.com/2010/06/29/o11/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:18:34 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/?p=70</guid>
		<description><![CDATA[This is too simple to write in a notes, but it is still interesting. O(p,q) preserve the quadratic form with signature (p,q). Then what is O(1,1). The conclusion is that To see this, it is clear that form a subgroup of O(1,1) isomorphic to correspond to matrix which form subgroup in O(1,1). act on by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=70&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is too simple to write in a notes, but it is still interesting.<br />
O(p,q) preserve the quadratic form with signature (p,q).</p>
<p>Then what is O(1,1). The conclusion is that <img src='http://s0.wp.com/latex.php?latex=O%281%2C1%29%5Ccong+%5Cmathbb%7BR%7D%5E%2B%5Crtimes+%28+%5Cmathbb%7BZ%7D_2%5Ctimes+%5Cmathbb%7BZ%7D_2%29&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='O(1,1)&#92;cong &#92;mathbb{R}^+&#92;rtimes ( &#92;mathbb{Z}_2&#92;times &#92;mathbb{Z}_2)' title='O(1,1)&#92;cong &#92;mathbb{R}^+&#92;rtimes ( &#92;mathbb{Z}_2&#92;times &#92;mathbb{Z}_2)' class='latex' /></p>
<p>To see this, it is clear that<br />
<img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Bpmatrix%7D%5Cpm+1+%26+0+%5C%5C+0%26+%5Cpm+1%5Cend%7Bpmatrix%7D&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;begin{pmatrix}&#92;pm 1 &amp; 0 &#92;&#92; 0&amp; &#92;pm 1&#92;end{pmatrix}' title='&#92;begin{pmatrix}&#92;pm 1 &amp; 0 &#92;&#92; 0&amp; &#92;pm 1&#92;end{pmatrix}' class='latex' /><br />
form a subgroup <img src='http://s0.wp.com/latex.php?latex=K&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='K' title='K' class='latex' /> of O(1,1) isomorphic to <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BZ%7D_2+%5Ctimes+%5Cmathbb%7BZ%7D_2&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;mathbb{Z}_2 &#92;times &#92;mathbb{Z}_2' title='&#92;mathbb{Z}_2 &#92;times &#92;mathbb{Z}_2' class='latex' /></p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Clambda+%5Cin%5Cmathbb%7BR%7D%5E%2B&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;lambda &#92;in&#92;mathbb{R}^+' title='&#92;lambda &#92;in&#92;mathbb{R}^+' class='latex' /> correspond to matrix<br />
<img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B1%7D%7B2%7D+%5Cbegin%7Bpmatrix%7D%5Clambda%2B%5Clambda%5E%7B-1%7D+%26%5Clambda-%5Clambda%5E%7B-1%7D+%5C%5C+%5Clambda-%5Clambda%5E%7B-1%7D%26+%5Clambda%2B%5Clambda%5E%7B-1%7D%5Cend%7Bpmatrix%7D&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;frac{1}{2} &#92;begin{pmatrix}&#92;lambda+&#92;lambda^{-1} &amp;&#92;lambda-&#92;lambda^{-1} &#92;&#92; &#92;lambda-&#92;lambda^{-1}&amp; &#92;lambda+&#92;lambda^{-1}&#92;end{pmatrix}' title='&#92;frac{1}{2} &#92;begin{pmatrix}&#92;lambda+&#92;lambda^{-1} &amp;&#92;lambda-&#92;lambda^{-1} &#92;&#92; &#92;lambda-&#92;lambda^{-1}&amp; &#92;lambda+&#92;lambda^{-1}&#92;end{pmatrix}' class='latex' /><br />
which form subgroup <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='N' title='N' class='latex' /> in O(1,1).<br />
<img src='http://s0.wp.com/latex.php?latex=K&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='K' title='K' class='latex' /> act on <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='N' title='N' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=%5Clambda+%5Cmapsto+%5Clambda%5E%7B%5Cdet%28g%29%7D&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;lambda &#92;mapsto &#92;lambda^{&#92;det(g)}' title='&#92;lambda &#92;mapsto &#92;lambda^{&#92;det(g)}' class='latex' />. </p>
<p>The way to see this is by the consideration of nill-cone In fact, O(p,q) preserve the nill-cone. For O(1,1), the nill-cone is <img src='http://s0.wp.com/latex.php?latex=x%5E2-y%5E2%3D0&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='x^2-y^2=0' title='x^2-y^2=0' class='latex' />, just two lines. Now let <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> act by scaler on the line <img src='http://s0.wp.com/latex.php?latex=x%3Dy&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='x=y' title='x=y' class='latex' />, then the action on the other line has no choice to be scaler by <img src='http://s0.wp.com/latex.php?latex=%5Clambda%5E%7B-1%7D&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='&#92;lambda^{-1}' title='&#92;lambda^{-1}' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=K&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='K' title='K' class='latex' /> just permute the lines or inverse the direction of line.  Or we can say <img src='http://s0.wp.com/latex.php?latex=O%281%2C1%29+%5Ccong+%5Cmathbb%7BR%7D%5E%5Ctimes+%5Crtimes+%5Cmathbb%7BZ%7D_2&amp;bg=FFFFFF&amp;fg=000000&amp;s=0' alt='O(1,1) &#92;cong &#92;mathbb{R}^&#92;times &#92;rtimes &#92;mathbb{Z}_2' title='O(1,1) &#92;cong &#92;mathbb{R}^&#92;times &#92;rtimes &#92;mathbb{Z}_2' class='latex' /> by choice of the permutation between lines.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=70&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/29/o11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>
	</item>
		<item>
		<title>Asia Civilization Museum</title>
		<link>http://hoxide.wordpress.com/2010/06/29/asia-civilization-museum/</link>
		<comments>http://hoxide.wordpress.com/2010/06/29/asia-civilization-museum/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 10:08:57 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/06/29/asia-civilization-museum</guid>
		<description><![CDATA[接上一篇, 从clarke quay出来, 沿河走, 就来到了亚洲文明博物馆~~~ 好长的名字啊&#8230; 这里有个亚洲珍宝展, 其实是伊斯兰的宝贝. 学生票价4S$/人, 其实, 几个月前是不用钱的, 可惜好像NUS和Museum的合同到期了. 直奔主题, 真正的红宝石, 上面有看不懂的伊斯兰文~~~ 然后要买钻戒的同学可以注意了, 看看啥叫真正的大钻石~~~ 分别是24.8, 28.3和56.7克拉的钻石!!!!! 真是暴发户啊~~~ 下面这个好像是印泥盒吧, 和墨水罐在一起~~~   非常晶莹剔透的某罐子   红宝石戒指~~~ 手好抖~~ 短刀~~~+ 拐杖头+ 精美盒子 然后是蓝宝石+钻石 这个我也不知道是什么了 不过这个大家都知道. 胖了~~~ 油灯？   首饰~~~ 这个手镯上镶的全是钻石~~~ 然后是武器~~~ 波斯的刀, 貌似Diablo里刺客用的就是这个， 现在才知道原来真有这么诡异的东西。 这个是正常的匕首，真正的宝刀啊~~~ 这个应该是某把刀的刀柄~~ 小匕首～～～ 板斧～～ 猜猜这是啥～～～ 是抢架子～～ 戒指~~~　不知道为啥是这么奇怪的形状   金罐子～～   当然亚洲不只有伊斯兰，这个是中国的盘子 还有唐三彩, 木偶~~~ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=104&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!2381" class="bvMsg">
<p>接上一篇, 从clarke quay出来, 沿河走, 就来到了亚洲文明博物馆~~~ 好长的名字啊&#8230; 这里有个亚洲珍宝展, 其实是伊斯兰的宝贝. 学生票价4S$/人, 其实, 几个月前是不用钱的, 可惜好像NUS和Museum的合同到期了. </p>
<p>直奔主题, 真正的红宝石, 上面有看不懂的伊斯兰文~~~</p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1mksDH1-13ScB0ODCHgAzoh6F3iGwNHv18Sq5ZN4J5PRSjG41mZN17pZ78gzD87Vocg1-O97L1t4dA_VmipQmAJcrHAynUGQ4-y0TExg3Jt-NLk4wKCqNRS6gxf8aNJGqrBBCOI_fe7KxBiujWNK9w8A/IMG_31953.jpg?download&amp;psid=1" rel="WLPP"><img title="IMG_3195" style="display:inline;border-width:0;" height="484" alt="IMG_3195" src="https://vuskeq.bay.livefilestore.com/y1mIPmoQvLgwdlidplu2oTSK1qjkoiXrV3n8cnbm5QH4fJG36Z_hmUF6lkcKegtfUn2fGm5BYO0uBnxSSFBe3XYu1BIgdqYfos8Q1W5kLc__BmW98_WCrW9N3SIbXnRG2o9d4tSkw-bqR3nxOzoBa6uuQ/IMG_3195_thumb1 4C548D66.jpg?download&amp;psid=1" width="354" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32023.jpg" rel="WLPP"><img title="IMG_3202" style="display:inline;border-width:0;" height="484" alt="IMG_3202" src="http://hoxide.files.wordpress.com/2010/06/img_32023.jpg?w=348&#038;h=484" width="348" border="0" /></a> </p>
<p>然后要买钻戒的同学可以注意了, 看看啥叫真正的大钻石~~~ </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32084.jpg" rel="WLPP"><img title="IMG_3208" style="display:inline;border-width:0;" height="244" alt="IMG_3208" src="http://hoxide.files.wordpress.com/2010/06/img_32084.jpg?w=231&#038;h=244" width="231" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_3209236714139.jpg" rel="WLPP"><img title="IMG_3209" style="display:inline;border-width:0;" height="240" alt="IMG_3209" src="http://hoxide.files.wordpress.com/2010/06/img_3209236714139.jpg?w=244&#038;h=240" width="244" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32102.jpg" rel="WLPP"><img title="IMG_3210" style="display:inline;border-width:0;" height="223" alt="IMG_3210" src="http://hoxide.files.wordpress.com/2010/06/img_32102.jpg?w=244&#038;h=223" width="244" border="0" /></a> </p>
<p>分别是24.8, 28.3和56.7克拉的钻石!!!!! 真是暴发户啊~~~</p>
<p>下面这个好像是印泥盒吧, 和墨水罐在一起~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32175.jpg" rel="WLPP"><img title="IMG_3217" style="display:inline;border-width:0;" height="204" alt="IMG_3217" src="http://hoxide.files.wordpress.com/2010/06/img_32175.jpg?w=304&#038;h=204" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32513.jpg" rel="WLPP"><img title="IMG_3251" style="display:inline;border-width:0;" height="253" alt="IMG_3251" src="http://hoxide.files.wordpress.com/2010/06/img_32513.jpg?w=304&#038;h=253" width="304" border="0" /></a> </p>
<p> </p>
<p>非常晶莹剔透的某罐子</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32194.jpg" rel="WLPP"><img title="IMG_3219" style="display:inline;border-width:0;" height="404" alt="IMG_3219" src="http://hoxide.files.wordpress.com/2010/06/img_32194.jpg?w=404&#038;h=404" width="404" border="0" /></a> </p>
<p>红宝石戒指~~~ 手好抖~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32223.jpg" rel="WLPP"><img title="IMG_3222" style="display:inline;border-width:0;" height="484" alt="IMG_3222" src="http://hoxide.files.wordpress.com/2010/06/img_32223.jpg?w=473&#038;h=484" width="473" border="0" /></a> </p>
<p>短刀~~~+ 拐杖头+ 精美盒子</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_322612.jpg" rel="WLPP"><img title="IMG_3226" style="display:inline;border-width:0;" height="772" alt="IMG_3226" src="http://hoxide.files.wordpress.com/2010/06/img_322612.jpg?w=144&#038;h=772" width="144" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32283.jpg" rel="WLPP"><img title="IMG_3228" style="display:inline;border-width:0;" height="484" alt="IMG_3228" src="http://hoxide.files.wordpress.com/2010/06/img_32283.jpg?w=144&#038;h=484" width="144" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_3231317c5943b.jpg" rel="WLPP"><img title="IMG_3231" style="display:inline;border-width:0;" height="484" alt="IMG_3231" src="http://hoxide.files.wordpress.com/2010/06/img_3231317c5943b.jpg?w=476&#038;h=484" width="476" border="0" /></a> </p>
<p>然后是蓝宝石+钻石</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32494.jpg" rel="WLPP"><img title="IMG_3249" style="display:inline;border-width:0;" height="301" alt="IMG_3249" src="http://hoxide.files.wordpress.com/2010/06/img_32494.jpg?w=304&#038;h=301" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32444.jpg" rel="WLPP"><img title="IMG_3244" style="display:inline;border-width:0;" height="286" alt="IMG_3244" src="http://hoxide.files.wordpress.com/2010/06/img_32444.jpg?w=304&#038;h=286" width="304" border="0" /></a> </p>
<p>这个我也不知道是什么了</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32553.jpg" rel="WLPP"><img title="IMG_3255" style="display:inline;border-width:0;" height="484" alt="IMG_3255" src="http://hoxide.files.wordpress.com/2010/06/img_32553.jpg?w=500&#038;h=484" width="500" border="0" /></a> </p>
<p>不过这个大家都知道.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32593.jpg" rel="WLPP"><img title="IMG_3259" style="display:inline;border-width:0;" height="484" alt="IMG_3259" src="http://hoxide.files.wordpress.com/2010/06/img_32593.jpg?w=200&#038;h=484" width="200" border="0" /></a> </p>
<p>胖了~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32633.jpg" rel="WLPP"><img title="IMG_3263" style="display:inline;border-width:0;" height="472" alt="IMG_3263" src="http://hoxide.files.wordpress.com/2010/06/img_32633.jpg?w=644&#038;h=472" width="644" border="0" /></a></p>
<p>油灯？</p>
<p> <a href="http://hoxide.files.wordpress.com/2010/06/img_32863.jpg" rel="WLPP"><img title="IMG_3286" style="display:inline;border-width:0;" height="268" alt="IMG_3286" src="http://hoxide.files.wordpress.com/2010/06/img_32863.jpg?w=304&#038;h=268" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_32873.jpg" rel="WLPP"><img title="IMG_3287" style="display:inline;border-width:0;" height="240" alt="IMG_3287" src="http://hoxide.files.wordpress.com/2010/06/img_32873.jpg?w=304&#038;h=240" width="304" border="0" /></a> </p>
<p>首饰~~~ 这个手镯上镶的全是钻石~~~</p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32753.jpg" rel="WLPP"><img title="IMG_3275" style="display:inline;border-width:0;" height="293" alt="IMG_3275" src="http://hoxide.files.wordpress.com/2010/06/img_32753.jpg?w=304&#038;h=293" width="304" border="0" /></a><a href="http://hoxide.files.wordpress.com/2010/06/img_32783.jpg" rel="WLPP"><img title="IMG_3278" style="display:inline;border-width:0;" height="357" alt="IMG_3278" src="http://hoxide.files.wordpress.com/2010/06/img_32783.jpg?w=304&#038;h=357" width="304" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32953.jpg" rel="WLPP"><img title="IMG_3295" style="display:inline;border-width:0;" height="484" alt="IMG_3295" src="http://hoxide.files.wordpress.com/2010/06/img_32953.jpg?w=304&#038;h=484" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_33203.jpg" rel="WLPP"><img title="IMG_3320" style="display:inline;border-width:0;" height="348" alt="IMG_3320" src="http://hoxide.files.wordpress.com/2010/06/img_33203.jpg?w=354&#038;h=348" width="354" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33384.jpg" rel="WLPP"><img title="IMG_3338" style="display:inline;border-width:0;" height="304" alt="IMG_3338" src="http://hoxide.files.wordpress.com/2010/06/img_33384.jpg?w=425&#038;h=304" width="425" border="0" /></a> </p>
<p>然后是武器~~~ 波斯的刀, 貌似Diablo里刺客用的就是这个， 现在才知道原来真有这么诡异的东西。</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32394.jpg" rel="WLPP"><img title="IMG_3239" style="display:inline;border-width:0;" height="484" alt="IMG_3239" src="http://hoxide.files.wordpress.com/2010/06/img_32394.jpg?w=290&#038;h=484" width="290" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_33253.jpg" rel="WLPP"><img title="IMG_3325" style="display:inline;border-width:0;" height="484" alt="IMG_3325" src="http://hoxide.files.wordpress.com/2010/06/img_33253.jpg?w=282&#038;h=484" width="282" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33294.jpg" rel="WLPP"><img title="IMG_3329" style="display:inline;border-width:0;" height="772" alt="IMG_3329" src="http://hoxide.files.wordpress.com/2010/06/img_33294.jpg?w=189&#038;h=772" width="189" border="0" /></a> </p>
<p>这个是正常的匕首，真正的宝刀啊~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32324.jpg" rel="WLPP"><img title="IMG_3232" style="display:inline;border-width:0;" height="549" alt="IMG_3232" src="http://hoxide.files.wordpress.com/2010/06/img_32324.jpg?w=554&#038;h=549" width="554" border="0" /></a> </p>
</p>
</p>
</p>
</p>
<p>这个应该是某把刀的刀柄~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32793.jpg" rel="WLPP"><img title="IMG_3279" style="display:inline;border-width:0;" height="772" alt="IMG_3279" src="http://hoxide.files.wordpress.com/2010/06/img_32793.jpg?w=485&#038;h=772" width="485" border="0" /></a></p>
<p>小匕首～～～ </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33173.jpg" rel="WLPP"><img title="IMG_3317" style="display:inline;border-width:0;" height="484" alt="IMG_3317" src="http://hoxide.files.wordpress.com/2010/06/img_33173.jpg?w=166&#038;h=484" width="166" border="0" /></a> </p>
<p>板斧～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_32984.jpg" rel="WLPP"><img title="IMG_3298" style="display:inline;border-width:0;" height="772" alt="IMG_3298" src="http://hoxide.files.wordpress.com/2010/06/img_32984.jpg?w=467&#038;h=772" width="467" border="0" /></a> </p>
<p>猜猜这是啥～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33033.jpg" rel="WLPP"><img title="IMG_3303" style="display:inline;border-width:0;" height="295" alt="IMG_3303" src="http://hoxide.files.wordpress.com/2010/06/img_33033.jpg?w=644&#038;h=295" width="644" border="0" /></a> </p>
<p>是抢架子～～</p>
<p>戒指~~~　不知道为啥是这么奇怪的形状</p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33155.jpg" rel="WLPP"><img title="IMG_3315" style="display:inline;border-width:0;" height="300" alt="IMG_3315" src="http://hoxide.files.wordpress.com/2010/06/img_33155.jpg?w=304&#038;h=300" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_33273.jpg" rel="WLPP"><img title="IMG_3327" style="display:inline;border-width:0;" height="336" alt="IMG_3327" src="http://hoxide.files.wordpress.com/2010/06/img_33273.jpg?w=304&#038;h=336" width="304" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33213.jpg" rel="WLPP"><img title="IMG_3321" style="display:inline;border-width:0;" height="484" alt="IMG_3321" src="http://hoxide.files.wordpress.com/2010/06/img_33213.jpg?w=197&#038;h=484" width="197" border="0" /></a> </p>
<p>金罐子～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33343.jpg" rel="WLPP"><img title="IMG_3334" style="display:inline;border-width:0;" height="484" alt="IMG_3334" src="http://hoxide.files.wordpress.com/2010/06/img_33343.jpg?w=324&#038;h=484" width="324" border="0" /></a><a href="http://hoxide.files.wordpress.com/2010/06/img_332821e00e6d6.jpg" rel="WLPP"><img title="IMG_3328" style="display:inline;border-width:0;" height="213" alt="IMG_3328" src="http://hoxide.files.wordpress.com/2010/06/img_332821e00e6d6.jpg?w=244&#038;h=213" width="244" border="0" /></a> </p>
<p> <a href="http://hoxide.files.wordpress.com/2010/06/img_337742e202716.jpg" rel="WLPP"><img title="IMG_3377" style="display:inline;border-width:0;" height="686" alt="IMG_3377" src="http://hoxide.files.wordpress.com/2010/06/img_337742e202716.jpg?w=554&#038;h=686" width="554" border="0" /></a> </p>
<p>当然亚洲不只有伊斯兰，这个是中国的盘子</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33413573f9756.jpg" rel="WLPP"><img title="IMG_3341" style="display:inline;border-width:0;" height="484" alt="IMG_3341" src="http://hoxide.files.wordpress.com/2010/06/img_33413573f9756.jpg?w=463&#038;h=484" width="463" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33423330a62b6.jpg" rel="WLPP"><img title="IMG_3342" style="display:inline;border-width:0;" height="473" alt="IMG_3342" src="http://hoxide.files.wordpress.com/2010/06/img_33423330a62b6.jpg?w=644&#038;h=473" width="644" border="0" /></a> </p>
<p>还有唐三彩, 木偶~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33455.jpg" rel="WLPP"><img title="IMG_3345" style="display:inline;border-width:0;" height="304" alt="IMG_3345" src="http://hoxide.files.wordpress.com/2010/06/img_33455.jpg?w=204&#038;h=304" width="204" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_33693.jpg" rel="WLPP"><img title="IMG_3369" style="display:inline;border-width:0;" height="304" alt="IMG_3369" src="http://hoxide.files.wordpress.com/2010/06/img_33693.jpg?w=204&#038;h=304" width="204" border="0" /></a> </p>
<p>BTW: 我从来没有见过做功精美的唐三彩， 难道唐三彩真的都是那么烂吗？</p>
<p>墨宝</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_335544bfda782.jpg" rel="WLPP"><img title="IMG_3355" style="display:inline;border-width:0;" height="237" alt="IMG_3355" src="http://hoxide.files.wordpress.com/2010/06/img_335544bfda782.jpg?w=354&#038;h=237" width="354" border="0" /></a> </p>
<p>墨块~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33549.jpg" rel="WLPP"><img title="IMG_3354" style="display:inline;border-width:0;" height="484" alt="IMG_3354" src="http://hoxide.files.wordpress.com/2010/06/img_33549.jpg?w=324&#038;h=484" width="324" border="0" /></a> </p>
</p>
</p>
</p>
</p>
<p>然后出来在外面买了快冰砖？</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_33963.jpg" rel="WLPP"><img title="IMG_3396" style="display:inline;border-width:0;" height="484" alt="IMG_3396" src="http://hoxide.files.wordpress.com/2010/06/img_33963.jpg?w=443&#038;h=484" width="443" border="0" /></a> </p>
<p>接着就是逛街了～～ 看到很漂亮的门把手</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_34013.jpg" rel="WLPP"><img title="IMG_3401" style="display:inline;border-width:0;" height="204" alt="IMG_3401" src="http://hoxide.files.wordpress.com/2010/06/img_34013.jpg?w=304&#038;h=204" width="304" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_34073.jpg" rel="WLPP"><img title="IMG_3407" style="display:inline;border-width:0;" height="214" alt="IMG_3407" src="http://hoxide.files.wordpress.com/2010/06/img_34073.jpg?w=304&#038;h=214" width="304" border="0" /></a> </p>
<p>又看到了地铁站里的兰花</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_34133.jpg" rel="WLPP"><img title="IMG_3413" style="display:inline;border-width:0;" height="484" alt="IMG_3413" src="http://hoxide.files.wordpress.com/2010/06/img_34133.jpg?w=573&#038;h=484" width="573" border="0" /></a> </p>
<p>接着道了Bugis 吃火锅~~~ 这个是Bugis Junction</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_34183.jpg" rel="WLPP"><img title="IMG_3418" style="display:inline;border-width:0;" height="445" alt="IMG_3418" src="http://hoxide.files.wordpress.com/2010/06/img_34183.jpg?w=644&#038;h=445" width="644" border="0" /></a> </p>
<p>最有特色的就是这个喷泉了。　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_34293.jpg" rel="WLPP"><img title="IMG_3429" style="display:inline;border-width:0;" height="415" alt="IMG_3429" src="http://hoxide.files.wordpress.com/2010/06/img_34293.jpg?w=644&#038;h=415" width="644" border="0" /></a></p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=104&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/29/asia-civilization-museum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1mIPmoQvLgwdlidplu2oTSK1qjkoiXrV3n8cnbm5QH4fJG36Z_hmUF6lkcKegtfUn2fGm5BYO0uBnxSSFBe3XYu1BIgdqYfos8Q1W5kLc__BmW98_WCrW9N3SIbXnRG2o9d4tSkw-bqR3nxOzoBa6uuQ/IMG_3195_thumb14C548D66.jpg?download&#038;psid=1" medium="image">
			<media:title type="html">IMG_3195</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32023.jpg?w=215" medium="image">
			<media:title type="html">IMG_3202</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32084.jpg?w=284" medium="image">
			<media:title type="html">IMG_3208</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_3209236714139.jpg?w=300" medium="image">
			<media:title type="html">IMG_3209</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32102.jpg?w=300" medium="image">
			<media:title type="html">IMG_3210</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32175.jpg?w=300" medium="image">
			<media:title type="html">IMG_3217</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32513.jpg?w=300" medium="image">
			<media:title type="html">IMG_3251</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32194.jpg?w=300" medium="image">
			<media:title type="html">IMG_3219</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32223.jpg?w=293" medium="image">
			<media:title type="html">IMG_3222</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_322612.jpg?w=54" medium="image">
			<media:title type="html">IMG_3226</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32283.jpg?w=87" medium="image">
			<media:title type="html">IMG_3228</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_3231317c5943b.jpg?w=295" medium="image">
			<media:title type="html">IMG_3231</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32494.jpg?w=300" medium="image">
			<media:title type="html">IMG_3249</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32444.jpg?w=300" medium="image">
			<media:title type="html">IMG_3244</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32553.jpg?w=300" medium="image">
			<media:title type="html">IMG_3255</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32593.jpg?w=122" medium="image">
			<media:title type="html">IMG_3259</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32633.jpg?w=300" medium="image">
			<media:title type="html">IMG_3263</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32863.jpg?w=300" medium="image">
			<media:title type="html">IMG_3286</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32873.jpg?w=300" medium="image">
			<media:title type="html">IMG_3287</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32753.jpg?w=300" medium="image">
			<media:title type="html">IMG_3275</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32783.jpg?w=255" medium="image">
			<media:title type="html">IMG_3278</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32953.jpg?w=187" medium="image">
			<media:title type="html">IMG_3295</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33203.jpg?w=300" medium="image">
			<media:title type="html">IMG_3320</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33384.jpg?w=300" medium="image">
			<media:title type="html">IMG_3338</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32394.jpg?w=178" medium="image">
			<media:title type="html">IMG_3239</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33253.jpg?w=173" medium="image">
			<media:title type="html">IMG_3325</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33294.jpg?w=72" medium="image">
			<media:title type="html">IMG_3329</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32324.jpg?w=300" medium="image">
			<media:title type="html">IMG_3232</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32793.jpg?w=187" medium="image">
			<media:title type="html">IMG_3279</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33173.jpg?w=101" medium="image">
			<media:title type="html">IMG_3317</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_32984.jpg?w=181" medium="image">
			<media:title type="html">IMG_3298</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33033.jpg?w=300" medium="image">
			<media:title type="html">IMG_3303</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33155.jpg?w=300" medium="image">
			<media:title type="html">IMG_3315</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33273.jpg?w=271" medium="image">
			<media:title type="html">IMG_3327</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33213.jpg?w=120" medium="image">
			<media:title type="html">IMG_3321</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33343.jpg?w=200" medium="image">
			<media:title type="html">IMG_3334</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_332821e00e6d6.jpg?w=300" medium="image">
			<media:title type="html">IMG_3328</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_337742e202716.jpg?w=241" medium="image">
			<media:title type="html">IMG_3377</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33413573f9756.jpg?w=286" medium="image">
			<media:title type="html">IMG_3341</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33423330a62b6.jpg?w=300" medium="image">
			<media:title type="html">IMG_3342</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33455.jpg?w=200" medium="image">
			<media:title type="html">IMG_3345</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33693.jpg?w=200" medium="image">
			<media:title type="html">IMG_3369</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_335544bfda782.jpg?w=300" medium="image">
			<media:title type="html">IMG_3355</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33549.jpg?w=200" medium="image">
			<media:title type="html">IMG_3354</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_33963.jpg?w=274" medium="image">
			<media:title type="html">IMG_3396</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_34013.jpg?w=300" medium="image">
			<media:title type="html">IMG_3401</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_34073.jpg?w=300" medium="image">
			<media:title type="html">IMG_3407</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_34133.jpg?w=300" medium="image">
			<media:title type="html">IMG_3413</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_34183.jpg?w=300" medium="image">
			<media:title type="html">IMG_3418</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_34293.jpg?w=300" medium="image">
			<media:title type="html">IMG_3429</media:title>
		</media:content>
	</item>
		<item>
		<title>Clarke Quay</title>
		<link>http://hoxide.wordpress.com/2010/06/19/clarke-quay/</link>
		<comments>http://hoxide.wordpress.com/2010/06/19/clarke-quay/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 16:13:43 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/06/19/clarke-quay</guid>
		<description><![CDATA[其实是去Riverwalk. 背面很丑, 正面很漂亮的河边小楼. 这个是在背面拍到的, 非常有感觉的公交车, 应该是旅游用的. 时间早上9点多 这楼~~~ 其实挺单调的. 从楼上俯瞰河边~~~ 然后透过在某贴了膜的窗户, 才拍出了这个效果~~~, 底下的黄色是反光&#8230;.. 这张图的强大之处在于, 从最左边飞碟形的楼, 到圆顶塔, 再到红色房顶的小楼, 都是对新加坡的政治非常重要的楼, 分别是最高法院, 前最高法院和前国会. BTW: 那两座很漂亮的楼印证了一个真理, 再牛的楼, 最后都是art museum.前高院就要装修完成, 而前国会2003年已经出柜了~~~ 想起上海美术馆, 原来是跑马会的楼. 简单的说就是帝国主义殖民头子在上海的指挥中心之一.   这个钟楼挺美的, 可惜镜头太弱/拍的人也太弱~~~~~~ 这个角度看大榴莲和摩天轮比较特别 Riverwalk前面的观光电梯. 然后就沿着Clarke Quay走, Clarke Quay之于新加坡就像外滩对于上海一样. 就是高档餐饮+银行区. 这个屋檐上的浮雕有特斯, 可惜不太精致 总的来说, 街头的这家酒吧最有感觉. 早上10点左右的酒吧和晚上10点的感觉太不一样了. 这个角度, 拍摄某大楼~~~  OUB Centre 这个逆光~~~~ 然后就去吃早饭/午饭, 难以想象吧, 在最繁华的金融区, 却有着这样的小店, 而且还是某大楼的一层, 这个是老婆吃的某种咖喱面. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=105&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!2261" class="bvMsg">
<p>其实是去Riverwalk. 背面很丑, 正面很漂亮的河边小楼. </p>
<p>这个是在背面拍到的, 非常有感觉的公交车, 应该是旅游用的. 时间早上9点多</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_29753.jpg" rel="WLPP"><img title="IMG_2975" style="display:inline;border-width:0;" height="675" alt="IMG_2975" src="http://hoxide.files.wordpress.com/2010/06/img_29753.jpg?w=804&#038;h=675" width="804" border="0" /></a> </p>
<p>这楼~~~ 其实挺单调的. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_29953.jpg" rel="WLPP"><img title="IMG_2995" style="display:inline;border-width:0;" height="686" alt="IMG_2995" src="http://hoxide.files.wordpress.com/2010/06/img_29953.jpg?w=804&#038;h=686" width="804" border="0" /></a></p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_29983.jpg" rel="WLPP"><img title="IMG_2998" style="display:inline;border-width:0;" height="745" alt="IMG_2998" src="http://hoxide.files.wordpress.com/2010/06/img_29983.jpg?w=804&#038;h=745" width="804" border="0" /></a></p>
<p>从楼上俯瞰河边~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_29993.jpg" rel="WLPP"><img title="IMG_2999" style="display:inline;border-width:0;" height="636" alt="IMG_2999" src="http://hoxide.files.wordpress.com/2010/06/img_29993.jpg?w=804&#038;h=636" width="804" border="0" /></a></p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30043.jpg" rel="WLPP"><img title="IMG_3004" style="display:inline;border-width:0;" height="636" alt="IMG_3004" src="http://hoxide.files.wordpress.com/2010/06/img_30043.jpg?w=804&#038;h=636" width="804" border="0" /></a> </p>
<p>然后透过在某贴了膜的窗户, 才拍出了这个效果~~~, 底下的黄色是反光&#8230;..</p>
<p>这张图的强大之处在于, 从最左边飞碟形的楼, 到圆顶塔, 再到红色房顶的小楼, 都是对新加坡的政治非常重要的楼, 分别是最高法院, 前最高法院和前国会. BTW: 那两座很漂亮的楼印证了一个真理, 再牛的楼, 最后都是art museum.前高院就要装修完成, 而前国会2003年已经出柜了~~~ 想起上海美术馆, 原来是跑马会的楼. 简单的说就是帝国主义殖民头子在上海的指挥中心之一. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_29883.jpg" rel="WLPP"><img title="IMG_2988" style="display:inline;border-width:0;" height="637" alt="IMG_2988" src="http://hoxide.files.wordpress.com/2010/06/img_29883.jpg?w=804&#038;h=637" width="804" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30073.jpg" rel="WLPP"><img title="IMG_3007" style="display:inline;border-width:0;" height="804" alt="IMG_3007" src="http://hoxide.files.wordpress.com/2010/06/img_30073.jpg?w=370&#038;h=804" width="370" border="0" /></a> </p>
<p>这个钟楼挺美的, 可惜镜头太弱/拍的人也太弱~~~~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30093.jpg" rel="WLPP"><img title="IMG_3009" style="display:inline;border-width:0;" height="484" alt="IMG_3009" src="http://hoxide.files.wordpress.com/2010/06/img_30093.jpg?w=242&#038;h=484" width="242" border="0" /></a> </p>
<p>这个角度看大榴莲和摩天轮比较特别</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30193.jpg" rel="WLPP"><img title="IMG_3019" style="display:inline;border-width:0;" height="637" alt="IMG_3019" src="http://hoxide.files.wordpress.com/2010/06/img_30193.jpg?w=804&#038;h=637" width="804" border="0" /></a> </p>
</p>
<p>Riverwalk前面的观光电梯. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30393.jpg" rel="WLPP"><img title="IMG_3039" style="display:inline;border-width:0;" height="804" alt="IMG_3039" src="http://hoxide.files.wordpress.com/2010/06/img_30393.jpg?w=490&#038;h=804" width="490" border="0" /></a> </p>
<p>然后就沿着Clarke Quay走, Clarke Quay之于新加坡就像外滩对于上海一样. 就是高档餐饮+银行区. </p>
<p>这个屋檐上的浮雕有特斯, 可惜不太精致</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30433.jpg" rel="WLPP"><img title="IMG_3043" style="display:inline;border-width:0;" height="346" alt="IMG_3043" src="http://hoxide.files.wordpress.com/2010/06/img_30433.jpg?w=804&#038;h=346" width="804" border="0" /></a> </p>
<p>总的来说, 街头的这家酒吧最有感觉. 早上10点左右的酒吧和晚上10点的感觉太不一样了. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30563.jpg" rel="WLPP"><img title="IMG_3056" style="display:inline;border-width:0;" height="690" alt="IMG_3056" src="http://hoxide.files.wordpress.com/2010/06/img_30563.jpg?w=804&#038;h=690" width="804" border="0" /></a> </p>
<p>这个角度, 拍摄某大楼~~~  OUB Centre</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30493.jpg" rel="WLPP"><img title="IMG_3049" style="display:inline;border-width:0;" height="804" alt="IMG_3049" src="http://hoxide.files.wordpress.com/2010/06/img_30493.jpg?w=486&#038;h=804" width="486" border="0" /></a> </p>
<p>这个逆光~~~~ </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30713.jpg" rel="WLPP"><img title="IMG_3071" style="display:inline;border-width:0;" height="804" alt="IMG_3071" src="http://hoxide.files.wordpress.com/2010/06/img_30713.jpg?w=486&#038;h=804" width="486" border="0" /></a> </p>
</p>
<p>然后就去吃早饭/午饭, 难以想象吧, 在最繁华的金融区, 却有着这样的小店, 而且还是某大楼的一层, 这个是老婆吃的某种咖喱面. 清真食品, 4S$. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_30784.jpg" rel="WLPP"><img title="IMG_3078" style="display:inline;border-width:0;" height="444" alt="IMG_3078" src="http://hoxide.files.wordpress.com/2010/06/img_30784.jpg?w=644&#038;h=444" width="644" border="0" /></a></p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=105&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/19/clarke-quay/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_29753.jpg?w=300" medium="image">
			<media:title type="html">IMG_2975</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_29953.jpg?w=300" medium="image">
			<media:title type="html">IMG_2995</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_29983.jpg?w=300" medium="image">
			<media:title type="html">IMG_2998</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_29993.jpg?w=300" medium="image">
			<media:title type="html">IMG_2999</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30043.jpg?w=300" medium="image">
			<media:title type="html">IMG_3004</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_29883.jpg?w=300" medium="image">
			<media:title type="html">IMG_2988</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30073.jpg?w=137" medium="image">
			<media:title type="html">IMG_3007</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30093.jpg?w=148" medium="image">
			<media:title type="html">IMG_3009</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30193.jpg?w=300" medium="image">
			<media:title type="html">IMG_3019</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30393.jpg?w=182" medium="image">
			<media:title type="html">IMG_3039</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30433.jpg?w=300" medium="image">
			<media:title type="html">IMG_3043</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30563.jpg?w=300" medium="image">
			<media:title type="html">IMG_3056</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30493.jpg?w=180" medium="image">
			<media:title type="html">IMG_3049</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30713.jpg?w=180" medium="image">
			<media:title type="html">IMG_3071</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_30784.jpg?w=300" medium="image">
			<media:title type="html">IMG_3078</media:title>
		</media:content>
	</item>
		<item>
		<title>飞机飞机</title>
		<link>http://hoxide.wordpress.com/2010/06/12/%e9%a3%9e%e6%9c%ba%e9%a3%9e%e6%9c%ba/</link>
		<comments>http://hoxide.wordpress.com/2010/06/12/%e9%a3%9e%e6%9c%ba%e9%a3%9e%e6%9c%ba/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 13:39:54 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/06/12/%e9%a3%9e%e6%9c%ba%e9%a3%9e%e6%9c%ba</guid>
		<description><![CDATA[看过世博会后, 第二天就坐东航的某班飞机回新加坡了．上飞机的时候, 货舱还没关~~~ 想问一下, DSLR算不算电子设备啊? 起飞时要关吗? 反正我没关, 于是就有了下面的照片, 一架马上要进入跑道的飞机, 确切得说转弯就是, 然后是当我们的飞机停在刚才那个位置时候, 紧跟着我们后面的一架, 远处就是航站楼啦. 然后, 就飞起来了, 下面的应该是某个机库/货运机停机坪? 草坪+ 非常灰暗的天空. 终于到了平流层, 霞光很漂亮.   然后, 时间再回到5月13日, 在樟宜机场拍了一些~~~ 第三航站楼的特色之一, 大风车? 花瓣? 总之是会转的~~~ 然后是荷枪实弹的边防警察~~~ 距离很远得拍~~~ 东航的值机台, 还没开始check in~~~  所以, 很空, 平时嘛, 队还是很长的 机场的BengawanSolo,  就在东航值机柜台对面. 他们家的糕点非常赞, 每次回家都带一堆回去~~~ 当然这次是在市区买的, 因为, 我整整装了半个箱子, 要是在机场买的话, 打包就不方便了. 边防军交接班~~~ 然后, 就过边检到候机厅了, 免税区有很多好东西, 但是除了烟酒和化妆品之外, 指望比外面便宜很多是不现实的, 特别是手表和电子产品(包括相机)都不见得便宜. 为了买契尔氏, 专门到了传说中的Terminal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=106&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!2196" class="bvMsg">
<p>看过世博会后, 第二天就坐东航的某班飞机回新加坡了．上飞机的时候, 货舱还没关~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25533.jpg" rel="WLPP"><img title="IMG_2553" style="display:inline;border-width:0;" height="581" alt="IMG_2553" src="http://hoxide.files.wordpress.com/2010/06/img_25533.jpg?w=784&#038;h=581" width="784" border="0" /></a> </p>
<p>想问一下, DSLR算不算电子设备啊? 起飞时要关吗? 反正我没关, 于是就有了下面的照片, </p>
<p>一架马上要进入跑道的飞机, 确切得说转弯就是, </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25723.jpg" rel="WLPP"><img title="IMG_2572" style="display:inline;border-width:0;" height="467" alt="IMG_2572" src="http://hoxide.files.wordpress.com/2010/06/img_25723.jpg?w=784&#038;h=467" width="784" border="0" /></a> </p>
<p>然后是当我们的飞机停在刚才那个位置时候, 紧跟着我们后面的一架, 远处就是航站楼啦. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25753.jpg" rel="WLPP"><img title="IMG_2575" style="display:inline;border-width:0;" height="362" alt="IMG_2575" src="http://hoxide.files.wordpress.com/2010/06/img_25753.jpg?w=784&#038;h=362" width="784" border="0" /></a> </p>
<p>然后, 就飞起来了, 下面的应该是某个机库/货运机停机坪?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25863.jpg" rel="WLPP"><img title="IMG_2586" style="display:inline;border-width:0;" height="457" alt="IMG_2586" src="http://hoxide.files.wordpress.com/2010/06/img_25863.jpg?w=784&#038;h=457" width="784" border="0" /></a> </p>
<p>草坪+ 非常灰暗的天空.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25903.jpg" rel="WLPP"><img title="IMG_2590" style="display:inline;border-width:0;" height="524" alt="IMG_2590" src="http://hoxide.files.wordpress.com/2010/06/img_25903.jpg?w=784&#038;h=524" width="784" border="0" /></a> </p>
<p>终于到了平流层, 霞光很漂亮. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_26273.jpg" rel="WLPP"><img title="IMG_2627" style="display:inline;border-width:0;" height="496" alt="IMG_2627" src="http://hoxide.files.wordpress.com/2010/06/img_26273.jpg?w=784&#038;h=496" width="784" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_26483.jpg" rel="WLPP"><img title="IMG_2648" style="display:inline;border-width:0;" height="237" alt="IMG_2648" src="http://hoxide.files.wordpress.com/2010/06/img_26483.jpg?w=784&#038;h=237" width="784" border="0" /></a></p>
<p> </p>
<p>然后, 时间再回到5月13日, 在樟宜机场拍了一些~~~</p>
<p>第三航站楼的特色之一, 大风车? 花瓣? 总之是会转的~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1149_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1149_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="856" alt="IMG_1149_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1149_jpg5b35d.jpg?w=804&#038;h=856" width="804" border="0" /></a> </p>
<p>然后是荷枪实弹的边防警察~~~ 距离很远得拍~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1158_jpg_15b35d.jpg" rel="WLPP"><img title="IMG_1158_JPG_1" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="804" alt="IMG_1158_JPG_1" src="http://hoxide.files.wordpress.com/2010/06/img_1158_jpg_15b35d.jpg?w=495&#038;h=804" width="495" border="0" /></a></p>
<p>东航的值机台, 还没开始check in~~~  所以, 很空, 平时嘛, 队还是很长的</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1166_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1166_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="551" alt="IMG_1166_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1166_jpg5b35d.jpg?w=804&#038;h=551" width="804" border="0" /></a> </p>
<p> 机场的BengawanSolo,  就在东航值机柜台对面. 他们家的糕点非常赞, 每次回家都带一堆回去~~~ 当然这次是在市区买的, 因为, 我整整装了半个箱子, 要是在机场买的话, 打包就不方便了. <a href="http://hoxide.files.wordpress.com/2010/06/img_1167_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1167_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="585" alt="IMG_1167_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1167_jpg5b35d.jpg?w=804&#038;h=585" width="804" border="0" /></a> </p>
<p>边防军交接班~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1170_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1170_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="430" alt="IMG_1170_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1170_jpg5b35d.jpg?w=804&#038;h=430" width="804" border="0" /></a></p>
<p>然后, 就过边检到候机厅了, 免税区有很多好东西, 但是除了烟酒和化妆品之外, 指望比外面便宜很多是不现实的, 特别是手表和电子产品(包括相机)都不见得便宜. 为了买契尔氏, 专门到了传说中的Terminal 1, 第一次去. 这个候机厅是主要服务欧美航班的, 里面居然有这么大的电视~~~ 另外还有一个室内小森林~~~ 可惜没拍下来. 老实说里面的契尔氏比外面就便宜一点, 如果做活动的话, 还是市区便宜啊~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1183_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1183_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="664" alt="IMG_1183_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1183_jpg5b35d.jpg?w=804&#038;h=664" width="804" border="0" /></a>  </p>
<p>隔着玻璃~~~ 推车在引导飞机进入跑道~~~ 说到这里, 回国忘了买偏振镜~~~ 后悔啊, 现在看到玻璃, 就想到这个, 偏光镜是消除玻璃反光的重要方法, 现在透过玻璃拍只能靠运气了~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1191_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1191_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="377" alt="IMG_1191_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1191_jpg5b35d.jpg?w=804&#038;h=377" width="804" border="0" /></a></p>
<p>很多糖果, 看上去不错, 但是, 感觉快过期的样子~~~~ 另外, 最重要的是, 也没便宜到哪儿去.  </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1199_jpg5b35d32125fd0.jpg" rel="WLPP"><img title="IMG_1199_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="497" alt="IMG_1199_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1199_jpg5b35d32125fd0.jpg?w=804&#038;h=497" width="804" border="0" /></a> </p>
<p>再搭乘内部的轻轨, 回到Terminal 3. 列车进站(其实只有两节, 囧)</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1206_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1206_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="723" alt="IMG_1206_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1206_jpg5b35d.jpg?w=804&#038;h=723" width="804" border="0" /></a> </p>
<p> LRT内部~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1208_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1208_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="716" alt="IMG_1208_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1208_jpg5b35d.jpg?w=804&#038;h=716" width="804" border="0" /></a> </p>
</p>
</p>
<p>列车运行到和Terminal 2平行的轨道上时, 就是拍摄这个控制塔的最佳时机了~~~~ 右边有镂空幕墙的房子貌似是在候机厅外专门的免税商店. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_1214_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1214_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="1004" alt="IMG_1214_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1214_jpg5b35d.jpg?w=606&#038;h=1004" width="606" border="0" /></a></p>
<p>最后一张, LRT下来后拍的, 电子指示牌~~~  <a href="http://hoxide.files.wordpress.com/2010/06/img_1221_jpg5b35d.jpg" rel="WLPP"><img title="IMG_1221_JPG" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="804" alt="IMG_1221_JPG" src="http://hoxide.files.wordpress.com/2010/06/img_1221_jpg5b35d.jpg?w=804&#038;h=804" width="804" border="0" /></a></p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=106&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/12/%e9%a3%9e%e6%9c%ba%e9%a3%9e%e6%9c%ba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25533.jpg?w=300" medium="image">
			<media:title type="html">IMG_2553</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25723.jpg?w=300" medium="image">
			<media:title type="html">IMG_2572</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25753.jpg?w=300" medium="image">
			<media:title type="html">IMG_2575</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25863.jpg?w=300" medium="image">
			<media:title type="html">IMG_2586</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25903.jpg?w=300" medium="image">
			<media:title type="html">IMG_2590</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_26273.jpg?w=300" medium="image">
			<media:title type="html">IMG_2627</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_26483.jpg?w=300" medium="image">
			<media:title type="html">IMG_2648</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1149_jpg5b35d.jpg?w=281" medium="image">
			<media:title type="html">IMG_1149_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1158_jpg_15b35d.jpg?w=184" medium="image">
			<media:title type="html">IMG_1158_JPG_1</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1166_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1166_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1167_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1167_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1170_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1170_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1183_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1183_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1191_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1191_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1199_jpg5b35d32125fd0.jpg?w=300" medium="image">
			<media:title type="html">IMG_1199_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1206_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1206_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1208_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1208_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1214_jpg5b35d.jpg?w=180" medium="image">
			<media:title type="html">IMG_1214_JPG</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_1221_jpg5b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1221_JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>SB会2</title>
		<link>http://hoxide.wordpress.com/2010/06/11/sb%e4%bc%9a2/</link>
		<comments>http://hoxide.wordpress.com/2010/06/11/sb%e4%bc%9a2/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:16:49 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/06/11/sb%e4%bc%9a2</guid>
		<description><![CDATA[中东某国的文物. 完全看不出表达的是什么了, 边上也没啥解释. 这个的亮点是下面的弹出式对话框：现在激活Windows 朝鲜馆, 进去的最大感觉是, 朝鲜才是世界上最和谐的国家!!! 多漂亮的图书馆, 这个,雕塑似曾相识吧~~~ 下面的是伊朗馆的 这行字表达的意思~~~ 真恐怖~~~ 不过总的感觉是, 伊朗其实是个很伟大的国家, 就我认识的伊朗同学而言, 感觉他们确实都很不错. 而且, 伊朗科技也挺发达的. 除了强制的宗教信仰, 其他都还好. 这些是先知的雕像?   漂亮的花瓶, 外面应该是羊毛的吧~~ 波斯挂毯~~~ 没看明白怎么回事~~~ 让人眼花的银盘~~~, btw: 这个是商品~~~, 整个波斯馆的2楼都是伊朗特产店, 主要是地毯和银器. 这船很像郑和的船啊. 看来当时大家的技术其实都差不多. 然后到了蒙古馆~~~ 禁止触摸~~~ 可移动的帐篷/房车? 然后又是某馆~~~ 没看懂这个是啥意思? 不过肯定不是复活节岛啊. 这个馆太没有诚意了 然后又到了乌兹别克斯坦~~~ 非常漂亮的琉璃盘子, 是琉璃吗? 这张拍得太失败了, 不好意思放大~~~~, 完全没对准焦~~~ 很有意思的陶俑~~~ 某种乐器~~~ 这个难道是唐三彩? 可能烧制工艺传过去了~~~~ 我见过的唐三彩真品都非常粗糙, 完全看不出有啥好的~~~~ 这几个罐子还行. 超级空旷的走廊, 这个设计太不合理了!!!, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=107&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!2154" class="bvMsg">
<p>中东某国的文物. 完全看不出表达的是什么了, 边上也没啥解释. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21112.jpg" rel="WLPP"><img title="IMG_2111" style="display:inline;border-width:0;" height="244" alt="IMG_2111" src="http://hoxide.files.wordpress.com/2010/06/img_21112.jpg?w=210&#038;h=244" width="210" border="0" /></a> </p>
<p>这个的亮点是下面的弹出式对话框：现在激活Windows</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21103.jpg" rel="WLPP"><img title="IMG_2110" style="display:inline;border-width:0;" height="654" alt="IMG_2110" src="http://hoxide.files.wordpress.com/2010/06/img_21103.jpg?w=784&#038;h=654" width="784" border="0" /></a> </p>
<p>朝鲜馆, 进去的最大感觉是, 朝鲜才是世界上最和谐的国家!!!</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21154.jpg" rel="WLPP"><img title="IMG_2115" style="display:inline;border-width:0;" height="784" alt="IMG_2115" src="http://hoxide.files.wordpress.com/2010/06/img_21154.jpg?w=420&#038;h=784" width="420" border="0" /></a> </p>
<p>多漂亮的图书馆, </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21166.jpg" rel="WLPP"><img title="IMG_2116" style="display:inline;border-width:0;" height="484" alt="IMG_2116" src="http://hoxide.files.wordpress.com/2010/06/img_21166.jpg?w=631&#038;h=484" width="631" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21232.jpg" rel="WLPP"><img title="IMG_2123" style="display:inline;border-width:0;" height="152" alt="IMG_2123" src="http://hoxide.files.wordpress.com/2010/06/img_21232.jpg?w=244&#038;h=152" width="244" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_21242.jpg" rel="WLPP"><img title="IMG_2124" style="display:inline;border-width:0;" height="133" alt="IMG_2124" src="http://hoxide.files.wordpress.com/2010/06/img_21242.jpg?w=244&#038;h=133" width="244" border="0" /></a> </p>
<p>这个,雕塑似曾相识吧~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21223.jpg" rel="WLPP"><img title="IMG_2122" style="display:inline;border-width:0;" height="572" alt="IMG_2122" src="http://hoxide.files.wordpress.com/2010/06/img_21223.jpg?w=784&#038;h=572" width="784" border="0" /></a></p>
<p>下面的是伊朗馆的 </p>
</p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21273.jpg" rel="WLPP"><img title="IMG_2127" style="display:inline;border-width:0;" height="784" alt="IMG_2127" src="http://hoxide.files.wordpress.com/2010/06/img_21273.jpg?w=739&#038;h=784" width="739" border="0" /></a> </p>
<p>这行字表达的意思~~~ 真恐怖~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_2129364431ba5.jpg" rel="WLPP"><img title="IMG_2129" style="display:inline;border-width:0;" height="311" alt="IMG_2129" src="http://hoxide.files.wordpress.com/2010/06/img_2129364431ba5.jpg?w=784&#038;h=311" width="784" border="0" /></a></p>
<p>不过总的感觉是, 伊朗其实是个很伟大的国家, 就我认识的伊朗同学而言, 感觉他们确实都很不错. 而且, 伊朗科技也挺发达的. 除了强制的宗教信仰, 其他都还好. </p>
<p>这些是先知的雕像?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21323.jpg" rel="WLPP"><img title="IMG_2132" style="display:inline;border-width:0;" height="784" alt="IMG_2132" src="http://hoxide.files.wordpress.com/2010/06/img_21323.jpg?w=519&#038;h=784" width="519" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21333.jpg" rel="WLPP"><img title="IMG_2133" style="display:inline;border-width:0;" height="784" alt="IMG_2133" src="http://hoxide.files.wordpress.com/2010/06/img_21333.jpg?w=325&#038;h=784" width="325" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21353.jpg" rel="WLPP"><img title="IMG_2135" style="display:inline;border-width:0;" height="784" alt="IMG_2135" src="http://hoxide.files.wordpress.com/2010/06/img_21353.jpg?w=473&#038;h=784" width="473" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21393.jpg" rel="WLPP"><img title="IMG_2139" style="display:inline;border-width:0;" height="784" alt="IMG_2139" src="http://hoxide.files.wordpress.com/2010/06/img_21393.jpg?w=304&#038;h=784" width="304" border="0" /></a> </p>
<p>漂亮的花瓶, 外面应该是羊毛的吧~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21403.jpg" rel="WLPP"><img title="IMG_2140" style="display:inline;border-width:0;" height="784" alt="IMG_2140" src="http://hoxide.files.wordpress.com/2010/06/img_21403.jpg?w=408&#038;h=784" width="408" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21423.jpg" rel="WLPP"><img title="IMG_2142" style="display:inline;border-width:0;" height="784" alt="IMG_2142" src="http://hoxide.files.wordpress.com/2010/06/img_21423.jpg?w=524&#038;h=784" width="524" border="0" /></a> </p>
<p>波斯挂毯~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21503.jpg" rel="WLPP"><img title="IMG_2150" style="display:inline;border-width:0;" height="784" alt="IMG_2150" src="http://hoxide.files.wordpress.com/2010/06/img_21503.jpg?w=500&#038;h=784" width="500" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21583.jpg" rel="WLPP"><img title="IMG_2158" style="display:inline;border-width:0;" height="784" alt="IMG_2158" src="http://hoxide.files.wordpress.com/2010/06/img_21583.jpg?w=487&#038;h=784" width="487" border="0" /></a> </p>
<p>没看明白怎么回事~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21633.jpg" rel="WLPP"><img title="IMG_2163" style="display:inline;border-width:0;" height="719" alt="IMG_2163" src="http://hoxide.files.wordpress.com/2010/06/img_21633.jpg?w=784&#038;h=719" width="784" border="0" /></a> </p>
</p>
</p>
</p>
</p>
</p>
<p>让人眼花的银盘~~~, btw: 这个是商品~~~, 整个波斯馆的2楼都是伊朗特产店, 主要是地毯和银器.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21663.jpg" rel="WLPP"><img title="IMG_2166" style="display:inline;border-width:0;" height="730" alt="IMG_2166" src="http://hoxide.files.wordpress.com/2010/06/img_21663.jpg?w=784&#038;h=730" width="784" border="0" /></a> </p>
<p>这船很像郑和的船啊. 看来当时大家的技术其实都差不多. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21363.jpg" rel="WLPP"><img title="IMG_2136" style="display:inline;border-width:0;" height="633" alt="IMG_2136" src="http://hoxide.files.wordpress.com/2010/06/img_21363.jpg?w=784&#038;h=633" width="784" border="0" /></a> </p>
<p>然后到了蒙古馆~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21743.jpg" rel="WLPP"><img title="IMG_2174" style="display:inline;border-width:0;" height="784" alt="IMG_2174" src="http://hoxide.files.wordpress.com/2010/06/img_21743.jpg?w=278&#038;h=784" width="278" border="0" /></a> </p>
<p>禁止触摸~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21753.jpg" rel="WLPP"><img title="IMG_2175" style="display:inline;border-width:0;" height="784" alt="IMG_2175" src="http://hoxide.files.wordpress.com/2010/06/img_21753.jpg?w=527&#038;h=784" width="527" border="0" /></a> </p>
<p>可移动的帐篷/房车?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21783.jpg" rel="WLPP"><img title="IMG_2178" style="display:inline;border-width:0;" height="599" alt="IMG_2178" src="http://hoxide.files.wordpress.com/2010/06/img_21783.jpg?w=804&#038;h=599" width="804" border="0" /></a> </p>
<p>然后又是某馆~~~ 没看懂这个是啥意思? 不过肯定不是复活节岛啊. 这个馆太没有诚意了</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21823.jpg" rel="WLPP"><img title="IMG_2182" style="display:inline;border-width:0;" height="521" alt="IMG_2182" src="http://hoxide.files.wordpress.com/2010/06/img_21823.jpg?w=784&#038;h=521" width="784" border="0" /></a></p>
<p>然后又到了乌兹别克斯坦~~~ 非常漂亮的琉璃盘子, 是琉璃吗?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21933.jpg" rel="WLPP"><img title="IMG_2193" style="display:inline;border-width:0;" height="454" alt="IMG_2193" src="http://hoxide.files.wordpress.com/2010/06/img_21933.jpg?w=784&#038;h=454" width="784" border="0" /></a> </p>
</p>
<p>这张拍得太失败了, 不好意思放大~~~~, 完全没对准焦~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22027.jpg" rel="WLPP"><img title="IMG_2202" style="display:inline;border-width:0;" height="484" alt="IMG_2202" src="http://hoxide.files.wordpress.com/2010/06/img_22027.jpg?w=492&#038;h=484" width="492" border="0" /></a> </p>
<p>很有意思的陶俑~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22073.jpg" rel="WLPP"><img title="IMG_2207" style="display:inline;border-width:0;" height="781" alt="IMG_2207" src="http://hoxide.files.wordpress.com/2010/06/img_22073.jpg?w=784&#038;h=781" width="784" border="0" /></a> </p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22093.jpg" rel="WLPP"><img title="IMG_2209" style="display:inline;border-width:0;" height="784" alt="IMG_2209" src="http://hoxide.files.wordpress.com/2010/06/img_22093.jpg?w=643&#038;h=784" width="643" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22123.jpg" rel="WLPP"><img title="IMG_2212" style="display:inline;border-width:0;" height="784" alt="IMG_2212" src="http://hoxide.files.wordpress.com/2010/06/img_22123.jpg?w=655&#038;h=784" width="655" border="0" /></a> </p>
<p>某种乐器~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22163.jpg" rel="WLPP"><img title="IMG_2216" style="display:inline;border-width:0;" height="409" alt="IMG_2216" src="http://hoxide.files.wordpress.com/2010/06/img_22163.jpg?w=784&#038;h=409" width="784" border="0" /></a> </p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22173.jpg" rel="WLPP"><img title="IMG_2217" style="display:inline;border-width:0;" height="784" alt="IMG_2217" src="http://hoxide.files.wordpress.com/2010/06/img_22173.jpg?w=527&#038;h=784" width="527" border="0" /></a> </p>
<p>这个难道是唐三彩? 可能烧制工艺传过去了~~~~ 我见过的唐三彩真品都非常粗糙, 完全看不出有啥好的~~~~ 这几个罐子还行.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22243.jpg" rel="WLPP"><img title="IMG_2224" style="display:inline;border-width:0;" height="688" alt="IMG_2224" src="http://hoxide.files.wordpress.com/2010/06/img_22243.jpg?w=784&#038;h=688" width="784" border="0" /></a></p>
<p>超级空旷的走廊, 这个设计太不合理了!!!, 下雨的话, 完全没法走.  </p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22293.jpg" rel="WLPP"><img title="IMG_2229" style="display:inline;border-width:0;" height="524" alt="IMG_2229" src="http://hoxide.files.wordpress.com/2010/06/img_22293.jpg?w=784&#038;h=524" width="784" border="0" /></a> </p>
<p>传说中的日本馆~~~ 排队3小时~~~ 唉~~~ 后悔没排, 事实证明后来退而求其次, 去排了日本产业馆完全是个大失误!!!</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22344.jpg" rel="WLPP"><img title="IMG_2234" style="display:inline;border-width:0;" height="370" alt="IMG_2234" src="http://hoxide.files.wordpress.com/2010/06/img_22344.jpg?w=784&#038;h=370" width="784" border="0" /></a> </p>
<p>感觉这个图很有意思, 上海的几个地标都包括在里面了~~~ 就是大气污染太严重了. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22383.jpg" rel="WLPP"><img title="IMG_2238" style="display:inline;border-width:0;" height="393" alt="IMG_2238" src="http://hoxide.files.wordpress.com/2010/06/img_22383.jpg?w=784&#038;h=393" width="784" border="0" /></a> </p>
<p>韩国馆, 显然没进去~~~ 外墙还挺漂亮的,  有点蕾丝的感觉~~~ 囧</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22463.jpg" rel="WLPP"><img title="IMG_2246" style="display:inline;border-width:0;" height="524" alt="IMG_2246" src="http://hoxide.files.wordpress.com/2010/06/img_22463.jpg?w=784&#038;h=524" width="784" border="0" /></a> </p>
<p>然后去吃了点东西, 看到一家日本餐馆, 卖章鱼烧~~~ 就要了一份, 太难吃了, 导致我后来都没去卖日本产业馆下面的章鱼烧, 想来那个应该还比较正宗. 然后到了一个食格一样的地方. 第一次吃了&quot;全聚德&quot;烤鸭. 关于烤鸭这事, 我每次去北京都会带n只, 8过自己从来没吃到过 (T_T)</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22773.jpg" rel="WLPP"><img title="IMG_2277" style="display:inline;border-width:0;" height="606" alt="IMG_2277" src="http://hoxide.files.wordpress.com/2010/06/img_22773.jpg?w=784&#038;h=606" width="784" border="0" /></a></p>
<p>怎么这么像麦当劳的汉堡~~~,  口感嘛~~~ 就像&quot;长城&quot;的肉夹馍~~~ 太后悔了&#8230; 不知道刚烤出来的烤鸭是不是会好一点. </p>
<p>老爸点的朝鲜冷面, 显然不对他口味. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22833.jpg" rel="WLPP"><img title="IMG_2283" style="display:inline;border-width:0;" height="486" alt="IMG_2283" src="http://hoxide.files.wordpress.com/2010/06/img_22833.jpg?w=784&#038;h=486" width="784" border="0" /></a> </p>
</p>
<p>最后发现还是苏州人最靠谱, 完全没有欺客行为, 五芳斋的粽子真便宜. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22842.jpg" rel="WLPP"><img title="IMG_2284" style="display:inline;border-width:0;" height="135" alt="IMG_2284" src="http://hoxide.files.wordpress.com/2010/06/img_22842.jpg?w=244&#038;h=135" width="244" border="0" /></a> </p>
<p>吃完之后, 来到大洋洲联合馆~~~~</p>
<p>很认真得刻木盘~~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22913.jpg" rel="WLPP"><img title="IMG_2291" style="display:inline;border-width:0;" height="692" alt="IMG_2291" src="http://hoxide.files.wordpress.com/2010/06/img_22913.jpg?w=784&#038;h=692" width="784" border="0" /></a> </p>
</p>
<p>再来一个</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22923.jpg" rel="WLPP"><img title="IMG_2292" style="display:inline;border-width:0;" height="609" alt="IMG_2292" src="http://hoxide.files.wordpress.com/2010/06/img_22923.jpg?w=784&#038;h=609" width="784" border="0" /></a> </p>
<p>然后就看到了真的猛男在纹身~~~ 完全没有麻醉~~~, 在大腿上, 用钉子+药水刺.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22933.jpg" rel="WLPP"><img title="IMG_2293" style="display:inline;border-width:0;" height="513" alt="IMG_2293" src="http://hoxide.files.wordpress.com/2010/06/img_22933.jpg?w=784&#038;h=513" width="784" border="0" /></a> </p>
<p>问题是, 他们应该不能纹得太快吧, 要是腿上都纹满了怎么办? 要再换一个人? </p>
<p>猛男一声不吭~~~ 花纹以条纹为主, 看来他们很早就掌握了现代抽象画的精髓了~~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22973.jpg" rel="WLPP"><img title="IMG_2297" style="display:inline;border-width:0;" height="784" alt="IMG_2297" src="http://hoxide.files.wordpress.com/2010/06/img_22973.jpg?w=547&#038;h=784" width="547" border="0" /></a> </p>
<p>竹鸽子?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_22983.jpg" rel="WLPP"><img title="IMG_2298" style="display:inline;border-width:0;" height="584" alt="IMG_2298" src="http://hoxide.files.wordpress.com/2010/06/img_22983.jpg?w=784&#038;h=584" width="784" border="0" /></a> </p>
<p>要是写2012就完美了~~~<a href="http://hoxide.files.wordpress.com/2010/06/img_23003.jpg" rel="WLPP"><img title="IMG_2300" style="display:inline;border-width:0;" height="318" alt="IMG_2300" src="http://hoxide.files.wordpress.com/2010/06/img_23003.jpg?w=784&#038;h=318" width="784" border="0" /></a></p>
<p>这个雕像让我想起了玛雅文化里面的雨神, 不过肯定不是. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23073.jpg" rel="WLPP"><img title="IMG_2307" style="display:inline;border-width:0;" height="784" alt="IMG_2307" src="http://hoxide.files.wordpress.com/2010/06/img_23073.jpg?w=259&#038;h=784" width="259" border="0" /></a>  </p>
<p>重点又来了~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23123.jpg" rel="WLPP"><img title="IMG_2312" style="display:inline;border-width:0;" height="784" alt="IMG_2312" src="http://hoxide.files.wordpress.com/2010/06/img_23123.jpg?w=241&#038;h=784" width="241" border="0" /></a> </p>
<p>然后去排了气象天文馆~~~, 40分钟的队, 非常郁闷. 进去基本上就是看了一个时长10分钟的3D短片, 讲了一下啥叫洋流, 啥叫厄尔尼诺现象~~~ 可惜我10年前就知道了~~~</p>
<p>这个花球不错</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23286.jpg" rel="WLPP"><img title="IMG_2328" style="display:inline;border-width:0;" height="484" alt="IMG_2328" src="http://hoxide.files.wordpress.com/2010/06/img_23286.jpg?w=490&#038;h=484" width="490" border="0" /></a> </p>
<p>月球表面?</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23293.jpg" rel="WLPP"><img title="IMG_2329" style="display:inline;border-width:0;" height="703" alt="IMG_2329" src="http://hoxide.files.wordpress.com/2010/06/img_23293.jpg?w=784&#038;h=703" width="784" border="0" /></a> </p>
</p>
<p>气象卫星的模型</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23314.jpg" rel="WLPP"><img title="IMG_2331" style="display:inline;border-width:0;" height="484" alt="IMG_2331" src="http://hoxide.files.wordpress.com/2010/06/img_23314.jpg?w=287&#038;h=484" width="287" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_23336.jpg" rel="WLPP"><img title="IMG_2333" style="display:inline;border-width:0;" height="484" alt="IMG_2333" src="http://hoxide.files.wordpress.com/2010/06/img_23336.jpg?w=263&#038;h=484" width="263" border="0" /></a> </p>
<p>这个号称是风云2号的正品, 不过怎么看都不像真的, 边上的工作人员还不停得重复说是真的. 首先这个天线就太假了. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_2336_13.jpg" rel="WLPP"><img title="IMG_2336_1" style="display:inline;border-width:0;" height="804" alt="IMG_2336_1" src="http://hoxide.files.wordpress.com/2010/06/img_2336_13.jpg?w=468&#038;h=804" width="468" border="0" /></a> </p>
<p>丹麦馆~~~ 估计没啥好看的. 设计有点像NTU的<font color="#4d99d3"><a href="http://www.greenroofs.com/projects/ntu_singapore/ntu_singapore1,jpg">Art school</a></font></p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1mN6gpL62PuUnFbASBRkFy1j8p6hWNfj2se0E_eYE9r-EWX3bH7BrptJ82iiPOznxbZx8ODL8zqoOJc2NH6Sdt0Ee4KA4-yNbcpSCf6dkHxr-o2IAimozH7OP-QM5xgAnM1rrTUyAUeWSDpX9S1RJRbQ/IMG_23423.jpg?download&amp;psid=1" rel="WLPP"><img title="IMG_2342" style="display:inline;border-width:0;" height="386" alt="IMG_2342" src="https://vuskeq.bay.livefilestore.com/y1m4fBRsaDFJBnc5Le7y1yWRu1n_W7m6UqLZhaJ8f4K3p1ZH78R41LekpapFHUkqi8_Yek7M8NA7IUpCrcwh8lsBj6KHQ5LdeIqRqYkkuxscR029QfCLlvnE5VWkc9XeTvLgtTLEPRuGqQf2XDF5yWYdw/IMG_2342_thumb1.jpg?download&amp;psid=1" width="784" border="0" /></a></p>
<p>然后是很漂亮的外墙．　传说外墙立面是一群粉红色的塑料猪～～～～　囧 </p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23443.jpg" rel="WLPP"><img title="IMG_2344" style="display:inline;border-width:0;" height="356" alt="IMG_2344" src="http://hoxide.files.wordpress.com/2010/06/img_23443.jpg?w=784&#038;h=356" width="784" border="0" /></a> </p>
<p>边上那个闪光的东西，还没造好～～～</p>
<p>然后到了一个完全看不是是什么馆的欧洲某馆, 外面有两人在弹唱完全不知道啥语的&quot;乡村歌曲&quot;. 看了地图才知道是芬兰馆~~~ 最牛逼的是Nokia.  感觉整个场馆设计基本上抄袭了这个<a href="http://blog.sina.com.cn/s/blog_4b76e55a0100fqyi.html">电扇</a></p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1mNMewZxtKB64D8nkgQ7Kp-kG2kZ0pTzhkKmPZGEwQULg5aWXVCWrJ4e9JHhpy0YfIQ8czNv1igCP71AW0N36Lkn3TiphQtxJCOIPiUIjQgX7wdBAvBHy8qqu6IiCP0BsDizL8nS-M5ClMiK2eyYMQ6w/IMG_2355_13.jpg?download&amp;psid=1" rel="WLPP"><img title="IMG_2355_1" style="display:inline;border-width:0;" height="636" alt="IMG_2355_1" src="https://vuskeq.bay.livefilestore.com/y1mDYhFdDG8x1CYxXG4nsrVu-6AUXga6iQP5wZWUxjcaSdu4xKtm5IqehoBFJvnJ0Pgoigoq3lLg_lmwX19FivLl5SIKBxHi5I5O4Mfkp2hTQTC9fqcnr-rUll3_cLQQrAuleCwczxg-zwW2tuSaQcsZg/IMG_2355_1_thumb1.jpg?download&amp;psid=1" width="804" border="0" /></a> </p>
<p>投影技术的应用~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23575.jpg" rel="WLPP"><img title="IMG_2357" style="display:inline;border-width:0;" height="179" alt="IMG_2357" src="http://hoxide.files.wordpress.com/2010/06/img_23575.jpg?w=244&#038;h=179" width="244" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_23584.jpg" rel="WLPP"><img title="IMG_2358" style="display:inline;border-width:0;" height="177" alt="IMG_2358" src="http://hoxide.files.wordpress.com/2010/06/img_23584.jpg?w=244&#038;h=177" width="244" border="0" /></a> </p>
<p>然后, 就出来了~~~ 来到瑞典馆的门口, 有人表演杂技~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23634.jpg" rel="WLPP"><img title="IMG_2363" style="display:inline;border-width:0;" height="784" alt="IMG_2363" src="http://hoxide.files.wordpress.com/2010/06/img_23634.jpg?w=387&#038;h=784" width="387" border="0" /></a> <a href="http://hoxide.files.wordpress.com/2010/06/img_23663.jpg" rel="WLPP"><img title="IMG_2366" style="display:inline;border-width:0;" height="784" alt="IMG_2366" src="http://hoxide.files.wordpress.com/2010/06/img_23663.jpg?w=374&#038;h=784" width="374" border="0" /></a> </p>
<p>接着就失去了方向, 因为所有的欧洲大馆基本上都要排1-2小时的队. 坐地铁到浦西去了. 看到了花车, 据说中午的时候在浦东.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23883.jpg" rel="WLPP"><img title="IMG_2388" style="display:inline;border-width:0;" height="610" alt="IMG_2388" src="http://hoxide.files.wordpress.com/2010/06/img_23883.jpg?w=784&#038;h=610" width="784" border="0" /></a> </p>
<p>虽然说日本产业馆是不能拍照的, 原因嘛, 就是他们的特点就只是, 放了6段短片, 估计有人拍了以后就再没人去看了. 其实一开始的讲日本文化的片子还是不错的. 说啥叫J-感觉, 就是卡哇依啊, 精致啊什么的. </p>
<p>等待过程中拍的~~~ 好多LCD啊&#8230;</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23903.jpg" rel="WLPP"><img title="IMG_2390" style="display:inline;border-width:0;" height="554" alt="IMG_2390" src="http://hoxide.files.wordpress.com/2010/06/img_23903.jpg?w=804&#038;h=554" width="804" border="0" /></a>  <a href="http://hoxide.files.wordpress.com/2010/06/img_23913.jpg" rel="WLPP"><img title="IMG_2391" style="display:inline;border-width:0;" height="133" alt="IMG_2391" src="http://hoxide.files.wordpress.com/2010/06/img_23913.jpg?w=244&#038;h=133" width="244" border="0" /></a> </p>
<p>其他的短片就都太烂了~~~ 赤裸裸的广告!!!</p>
<p>最后是传说中的悬在空中的树, 号称树根不着地, 总之我连树根在哪儿都没看清楚.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_23923.jpg" rel="WLPP"><img title="IMG_2392" style="display:inline;border-width:0;" height="804" alt="IMG_2392" src="http://hoxide.files.wordpress.com/2010/06/img_23923.jpg?w=669&#038;h=804" width="669" border="0" /></a> </p>
<p>从日本产业馆出来的时候都6点多了, 又回浦西, 趁着传说中的黄金时间, 看了唯一一个大馆, 加拿大馆. </p>
<p>开门的一段话很震撼, 为啥不被和谐掉呢? 这句话指出了目前我们的最大问题.   </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24694.jpg" rel="WLPP"><img title="IMG_2469" style="display:inline;border-width:0;" height="273" alt="IMG_2469" src="http://hoxide.files.wordpress.com/2010/06/img_24694.jpg?w=644&#038;h=273" width="644" border="0" /></a> </p>
<p>很有创意的投影. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24713.jpg" rel="WLPP"><img title="IMG_2471" style="display:inline;border-width:0;" height="602" alt="IMG_2471" src="http://hoxide.files.wordpress.com/2010/06/img_24713.jpg?w=784&#038;h=602" width="784" border="0" /></a> </p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24762.jpg" rel="WLPP"><img title="IMG_2476" style="display:inline;border-width:0;" height="244" alt="IMG_2476" src="http://hoxide.files.wordpress.com/2010/06/img_24762.jpg?w=219&#038;h=244" width="219" border="0" /></a> </p>
<p>感应装置, 其实没啥稀奇, 芬兰馆也有类似的.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24773.jpg" rel="WLPP"><img title="IMG_2477" style="display:inline;border-width:0;" height="409" alt="IMG_2477" src="http://hoxide.files.wordpress.com/2010/06/img_24773.jpg?w=644&#038;h=409" width="644" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24784.jpg" rel="WLPP"><img title="IMG_2478" style="display:inline;border-width:0;" height="427" alt="IMG_2478" src="http://hoxide.files.wordpress.com/2010/06/img_24784.jpg?w=644&#038;h=427" width="644" border="0" /></a> </p>
<p>这个主题是水~~~, 其实我以为加拿大的主题应该是雪~~~</p>
<p>接着大家都疯狂得骑脚踏车了, 创意应该是抄袭Wii</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24793.jpg" rel="WLPP"><img title="IMG_2479" style="display:inline;border-width:0;" height="784" alt="IMG_2479" src="http://hoxide.files.wordpress.com/2010/06/img_24793.jpg?w=678&#038;h=784" width="678" border="0" /></a> </p>
<p>屏幕上的故事讲的是一个人骑飞车的历程.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24813.jpg" rel="WLPP"><img title="IMG_2481" style="display:inline;border-width:0;" height="784" alt="IMG_2481" src="http://hoxide.files.wordpress.com/2010/06/img_24813.jpg?w=480&#038;h=784" width="480" border="0" /></a> </p>
<p>最惊艳的应该算这个放映照片的大厅, 真的很美. 可惜只是照片. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24823.jpg" rel="WLPP"><img title="IMG_2482" style="display:inline;border-width:0;" height="521" alt="IMG_2482" src="http://hoxide.files.wordpress.com/2010/06/img_24823.jpg?w=784&#038;h=521" width="784" border="0" /></a> </p>
</p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24833.jpg" rel="WLPP"><img title="IMG_2483" style="display:inline;border-width:0;" height="354" alt="IMG_2483" src="http://hoxide.files.wordpress.com/2010/06/img_24833.jpg?w=784&#038;h=354" width="784" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24843.jpg" rel="WLPP"><img title="IMG_2484" style="display:inline;border-width:0;" height="437" alt="IMG_2484" src="http://hoxide.files.wordpress.com/2010/06/img_24843.jpg?w=784&#038;h=437" width="784" border="0" /></a> </p>
<p>出来之后, 天已经黑成这样了, 绿色的外墙算是比较有特色的. <a href="http://hoxide.files.wordpress.com/2010/06/img_24914.jpg" rel="WLPP"><img title="IMG_2491" style="display:inline;border-width:0;" height="447" alt="IMG_2491" src="http://hoxide.files.wordpress.com/2010/06/img_24914.jpg?w=644&#038;h=447" width="644" border="0" /></a> </p>
<p>趁着人少, 又逛了几个欧洲小馆.</p>
<p>这个是匈牙利馆, 基本上这张照片就概括了整个馆的内容. 我想说那些白天排队几个小时进来的人, 看到这样的景象, 心中会有多么悲凉, 一定有放火烧了这些柱子的冲动.  BTW:柱子是悬空的, 算是灯的一部分~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_24994.jpg" rel="WLPP"><img title="IMG_2499" style="display:inline;border-width:0;" height="431" alt="IMG_2499" src="http://hoxide.files.wordpress.com/2010/06/img_24994.jpg?w=644&#038;h=431" width="644" border="0" /></a> </p>
<p>相比之下, 这个号称世界上第一个共和国的国家, 圣马力诺共和国, 至少也放了一尊不错的雕像. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25123.jpg" rel="WLPP"><img title="IMG_2512" style="display:inline;border-width:0;" height="784" alt="IMG_2512" src="http://hoxide.files.wordpress.com/2010/06/img_25123.jpg?w=411&#038;h=784" width="411" border="0" /></a> </p>
<p>还用地球仪标出他们国家的位置, 这个态度非常诚恳啊&#8230; BTW他建共和国比美国早40年</p>
<p>塞浦路斯也不错, 至少有个石像</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25164.jpg" rel="WLPP"><img title="IMG_2516" style="display:inline;border-width:0;" height="431" alt="IMG_2516" src="http://hoxide.files.wordpress.com/2010/06/img_25164.jpg?w=644&#038;h=431" width="644" border="0" /></a> </p>
<p>态度最好的是这个国家, 下面的照片全是他们展馆拍的, 地方不大, 但是却汇聚了很多有趣的东西. 广场一角, 雕像非常精美, 是不是正品就不重要了. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25283.jpg" rel="WLPP"><img title="IMG_2528" style="display:inline;border-width:0;" height="784" alt="IMG_2528" src="http://hoxide.files.wordpress.com/2010/06/img_25283.jpg?w=474&#038;h=784" width="474" border="0" /></a> </p>
<p>非常有视觉冲击力的水彩画．其实是现实在LCD上的．　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25313.jpg" rel="WLPP"><img title="IMG_2531" style="display:inline;border-width:0;" height="490" alt="IMG_2531" src="http://hoxide.files.wordpress.com/2010/06/img_25313.jpg?w=784&#038;h=490" width="784" border="0" /></a> </p>
<p>热感相纸，把手放上去，淡的地方就是手印，</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25364.jpg" rel="WLPP"><img title="IMG_2536" style="display:inline;border-width:0;" height="183" alt="IMG_2536" src="http://hoxide.files.wordpress.com/2010/06/img_25364.jpg?w=244&#038;h=183" width="244" border="0" /></a></p>
<p>一屋顶的杯具／餐具～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25393.jpg" rel="WLPP"><img title="IMG_2539" style="display:inline;border-width:0;" height="784" alt="IMG_2539" src="http://hoxide.files.wordpress.com/2010/06/img_25393.jpg?w=490&#038;h=784" width="490" border="0" /></a> </p>
<p>然后就差不多回家了，坐了传说中的世博专用Taxi，　价格还算公道．关于车的外形嘛，仁者见仁智者见智了．　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_25453.jpg" rel="WLPP"><img title="IMG_2545" style="display:inline;border-width:0;" height="375" alt="IMG_2545" src="http://hoxide.files.wordpress.com/2010/06/img_25453.jpg?w=784&#038;h=375" width="784" border="0" /></a></p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=107&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/11/sb%e4%bc%9a2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21112.jpg?w=256" medium="image">
			<media:title type="html">IMG_2111</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21103.jpg?w=300" medium="image">
			<media:title type="html">IMG_2110</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21154.jpg?w=160" medium="image">
			<media:title type="html">IMG_2115</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21166.jpg?w=300" medium="image">
			<media:title type="html">IMG_2116</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21232.jpg?w=300" medium="image">
			<media:title type="html">IMG_2123</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21242.jpg?w=300" medium="image">
			<media:title type="html">IMG_2124</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21223.jpg?w=300" medium="image">
			<media:title type="html">IMG_2122</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21273.jpg?w=282" medium="image">
			<media:title type="html">IMG_2127</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_2129364431ba5.jpg?w=300" medium="image">
			<media:title type="html">IMG_2129</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21323.jpg?w=198" medium="image">
			<media:title type="html">IMG_2132</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21333.jpg?w=123" medium="image">
			<media:title type="html">IMG_2133</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21353.jpg?w=180" medium="image">
			<media:title type="html">IMG_2135</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21393.jpg?w=115" medium="image">
			<media:title type="html">IMG_2139</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21403.jpg?w=155" medium="image">
			<media:title type="html">IMG_2140</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21423.jpg?w=200" medium="image">
			<media:title type="html">IMG_2142</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21503.jpg?w=190" medium="image">
			<media:title type="html">IMG_2150</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21583.jpg?w=185" medium="image">
			<media:title type="html">IMG_2158</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21633.jpg?w=300" medium="image">
			<media:title type="html">IMG_2163</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21663.jpg?w=300" medium="image">
			<media:title type="html">IMG_2166</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21363.jpg?w=300" medium="image">
			<media:title type="html">IMG_2136</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21743.jpg?w=105" medium="image">
			<media:title type="html">IMG_2174</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21753.jpg?w=201" medium="image">
			<media:title type="html">IMG_2175</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21783.jpg?w=300" medium="image">
			<media:title type="html">IMG_2178</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21823.jpg?w=300" medium="image">
			<media:title type="html">IMG_2182</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21933.jpg?w=300" medium="image">
			<media:title type="html">IMG_2193</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22027.jpg?w=300" medium="image">
			<media:title type="html">IMG_2202</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22073.jpg?w=300" medium="image">
			<media:title type="html">IMG_2207</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22093.jpg?w=245" medium="image">
			<media:title type="html">IMG_2209</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22123.jpg?w=250" medium="image">
			<media:title type="html">IMG_2212</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22163.jpg?w=300" medium="image">
			<media:title type="html">IMG_2216</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22173.jpg?w=201" medium="image">
			<media:title type="html">IMG_2217</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22243.jpg?w=300" medium="image">
			<media:title type="html">IMG_2224</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22293.jpg?w=300" medium="image">
			<media:title type="html">IMG_2229</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22344.jpg?w=300" medium="image">
			<media:title type="html">IMG_2234</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22383.jpg?w=300" medium="image">
			<media:title type="html">IMG_2238</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22463.jpg?w=300" medium="image">
			<media:title type="html">IMG_2246</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22773.jpg?w=300" medium="image">
			<media:title type="html">IMG_2277</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22833.jpg?w=300" medium="image">
			<media:title type="html">IMG_2283</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22842.jpg?w=300" medium="image">
			<media:title type="html">IMG_2284</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22913.jpg?w=300" medium="image">
			<media:title type="html">IMG_2291</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22923.jpg?w=300" medium="image">
			<media:title type="html">IMG_2292</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22933.jpg?w=300" medium="image">
			<media:title type="html">IMG_2293</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22973.jpg?w=208" medium="image">
			<media:title type="html">IMG_2297</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_22983.jpg?w=300" medium="image">
			<media:title type="html">IMG_2298</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23003.jpg?w=300" medium="image">
			<media:title type="html">IMG_2300</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23073.jpg?w=98" medium="image">
			<media:title type="html">IMG_2307</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23123.jpg?w=91" medium="image">
			<media:title type="html">IMG_2312</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23286.jpg?w=300" medium="image">
			<media:title type="html">IMG_2328</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23293.jpg?w=300" medium="image">
			<media:title type="html">IMG_2329</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23314.jpg?w=176" medium="image">
			<media:title type="html">IMG_2331</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23336.jpg?w=161" medium="image">
			<media:title type="html">IMG_2333</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_2336_13.jpg?w=173" medium="image">
			<media:title type="html">IMG_2336_1</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1m4fBRsaDFJBnc5Le7y1yWRu1n_W7m6UqLZhaJ8f4K3p1ZH78R41LekpapFHUkqi8_Yek7M8NA7IUpCrcwh8lsBj6KHQ5LdeIqRqYkkuxscR029QfCLlvnE5VWkc9XeTvLgtTLEPRuGqQf2XDF5yWYdw/IMG_2342_thumb1.jpg?download&#038;psid=1" medium="image">
			<media:title type="html">IMG_2342</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23443.jpg?w=300" medium="image">
			<media:title type="html">IMG_2344</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1mDYhFdDG8x1CYxXG4nsrVu-6AUXga6iQP5wZWUxjcaSdu4xKtm5IqehoBFJvnJ0Pgoigoq3lLg_lmwX19FivLl5SIKBxHi5I5O4Mfkp2hTQTC9fqcnr-rUll3_cLQQrAuleCwczxg-zwW2tuSaQcsZg/IMG_2355_1_thumb1.jpg?download&#038;psid=1" medium="image">
			<media:title type="html">IMG_2355_1</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23575.jpg?w=300" medium="image">
			<media:title type="html">IMG_2357</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23584.jpg?w=300" medium="image">
			<media:title type="html">IMG_2358</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23634.jpg?w=147" medium="image">
			<media:title type="html">IMG_2363</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23663.jpg?w=142" medium="image">
			<media:title type="html">IMG_2366</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23883.jpg?w=300" medium="image">
			<media:title type="html">IMG_2388</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23903.jpg?w=300" medium="image">
			<media:title type="html">IMG_2390</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23913.jpg?w=300" medium="image">
			<media:title type="html">IMG_2391</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_23923.jpg?w=249" medium="image">
			<media:title type="html">IMG_2392</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24694.jpg?w=300" medium="image">
			<media:title type="html">IMG_2469</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24713.jpg?w=300" medium="image">
			<media:title type="html">IMG_2471</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24762.jpg?w=268" medium="image">
			<media:title type="html">IMG_2476</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24773.jpg?w=300" medium="image">
			<media:title type="html">IMG_2477</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24784.jpg?w=300" medium="image">
			<media:title type="html">IMG_2478</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24793.jpg?w=259" medium="image">
			<media:title type="html">IMG_2479</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24813.jpg?w=183" medium="image">
			<media:title type="html">IMG_2481</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24823.jpg?w=300" medium="image">
			<media:title type="html">IMG_2482</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24833.jpg?w=300" medium="image">
			<media:title type="html">IMG_2483</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24843.jpg?w=300" medium="image">
			<media:title type="html">IMG_2484</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24914.jpg?w=300" medium="image">
			<media:title type="html">IMG_2491</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_24994.jpg?w=300" medium="image">
			<media:title type="html">IMG_2499</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25123.jpg?w=156" medium="image">
			<media:title type="html">IMG_2512</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25164.jpg?w=300" medium="image">
			<media:title type="html">IMG_2516</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25283.jpg?w=180" medium="image">
			<media:title type="html">IMG_2528</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25313.jpg?w=300" medium="image">
			<media:title type="html">IMG_2531</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25364.jpg?w=300" medium="image">
			<media:title type="html">IMG_2536</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25393.jpg?w=186" medium="image">
			<media:title type="html">IMG_2539</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_25453.jpg?w=300" medium="image">
			<media:title type="html">IMG_2545</media:title>
		</media:content>
	</item>
		<item>
		<title>SB会1</title>
		<link>http://hoxide.wordpress.com/2010/06/04/sb%e4%bc%9a1/</link>
		<comments>http://hoxide.wordpress.com/2010/06/04/sb%e4%bc%9a1/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:37:19 +0000</pubDate>
		<dc:creator>hoxide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hoxide.wordpress.com/2010/06/04/sb%e4%bc%9a1</guid>
		<description><![CDATA[这次回家的时候去看了世博会. 当日的入园人数号称17W, 比起现在的动辄30W游客来说算是很少的. 不过拍3小时看日本馆, 2小时看德国馆我都没去. 哎~~~ 结果, 看了一堆小馆~~~~ BTW: 感谢老爸陪我去. 他主要在那边看了几个露天的表演&#8230;. 下面就慢慢放照片了 大号麻将桌，显然我没进去．　 麻将桌前～～～ 以色列馆，　第一个想去的馆，　看了那么多人排队就算了，　其实队不长，　30分钟的样子. 这位大哥很又特点．　貌似新加坡土著也有这样的服装．　这个是巴基斯坦～～～ 这个有点像Roti prata, 就是印度飞饼. 但好像又不是. 显然Prata是抛不成这样的. 阿曼苏丹，　完全没概念，　建筑造型不错．　没进去．　 这个是斯里兰卡，　外面的旗不错．　对了我们家邻居是斯里兰卡人, 那个黑啊~~~ 黑得关了灯啥都看不见. 貌似当地盛产大象, 他们夫妻俩以前都是治大象的兽医.   内部有个白色佛塔, 还有佛像. 做工一般. 个人感觉斯里兰卡还是比较真诚的一个馆, 里面有不少好东西. 其他很多馆就随便搞点垃圾糊弄一下. 下面是某种舞蹈,算是跳大神吧~~~~ 现场的首饰加工~~~~ 号称是钻石切割，感觉是用沙盘把钻石抹掉～～～ 木头大象～～～ 这个叫手工编织蕾丝, 看上去很复杂 下面的就是成品了，　价格80RMB~~~ 好贵啊. 最后，　斯里兰卡馆里很牛逼的天花板 尼泊尔馆, 其实里面几乎没啥东西, 就像一个小商品市场~~~~, 但是, 还是有几件精品的. 首先整个建筑就很有特色. 正面 门口～～ 这座佛像就很漂亮，　是我见到过最漂亮的了．　 这个也很不错 这尊像面人也不错, 显然是印度教的东西, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=108&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!B693377E0EBEAA80!1985" class="bvMsg">
<p>这次回家的时候去看了世博会. 当日的入园人数号称17W, 比起现在的动辄30W游客来说算是很少的. 不过拍3小时看日本馆, 2小时看德国馆我都没去. 哎~~~ 结果, 看了一堆小馆~~~~ </p>
<p>BTW: 感谢老爸陪我去. 他主要在那边看了几个露天的表演&#8230;. </p>
<p>下面就慢慢放照片了</p>
<p>大号麻将桌，显然我没进去．　</p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1mNvuY-tlp4nQiczU3Pfy0OAZcbDzWAabOWCcK3XiSnViImhVHstbh2Q06bVwyagVmAm0uVIvPF-Hy8cIKzSCHKm8-wXnSEiGC5QZO3A5_p0uokyGniO974HitU7HzO3rVuqOBrtTNwd5vzfJJkngsng/IMG_1965[3].jpg" rel="WLPP"><img title="IMG_1965" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="431" alt="IMG_1965" src="https://vuskeq.bay.livefilestore.com/y1mqSPxMZ_FA_x4qavCUP-U7V5JHKZrCYtpYA_ym8tB6J3VnKHMX9s2lLPCOXOrfzeSC3AT8Ck10y6DXHVh1T-VkD-oh2BIJFM0AtXw1NiisHx3NunLiDO1ODTT3eI5gbI7KLYrrHipgDz4esB3dbi8MQ/IMG_1965_thumb[1].jpg" width="644" border="0" /></a> </p>
<p>麻将桌前～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_19715b35d.jpg" rel="WLPP"><img title="IMG_1971" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_1971" src="http://hoxide.files.wordpress.com/2010/06/img_19715b35d.jpg?w=644&#038;h=484" width="644" border="0" /></a> </p>
<p>以色列馆，　第一个想去的馆，　看了那么多人排队就算了，　其实队不长，　30分钟的样子.</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_19785b55d.jpg" rel="WLPP"><img title="IMG_1978" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_1978" src="http://hoxide.files.wordpress.com/2010/06/img_19785b55d.jpg?w=605&#038;h=484" width="605" border="0" /></a> </p>
<p>这位大哥很又特点．　貌似新加坡土著也有这样的服装．　这个是巴基斯坦～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_19835b75d.jpg" rel="WLPP"><img title="IMG_1983" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="484" alt="IMG_1983" src="http://hoxide.files.wordpress.com/2010/06/img_19835b75d.jpg?w=314&#038;h=484" width="314" border="0" /></a> </p>
<p>这个有点像<a href="http://en.wikipedia.org/wiki/Roti_prata">Roti <em>prata</em></a>, 就是印度飞饼. 但好像又不是. 显然Prata是抛不成这样的. </p>
</p>
<p><a href="https://vuskeq.bay.livefilestore.com/y1m3zQ7hufDgoDDMsGaFFi--8Yn3f7v-B024zRfusfSh0hhS6_5jiGLH6B4DygEjzbjBqIiYN7R61zDZmJmiBfu_uCEnh7nFdoizPohpQvcgKT_4BpJ3cKNWk8D1B_UPvmlxYqGOvuCMCyF2QI7qudmLg/IMG_2012[3].jpg" rel="WLPP"><img title="IMG_2012" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="784" alt="IMG_2012" src="https://vuskeq.bay.livefilestore.com/y1mEGYTMbadL1We4Wp6mZxMsEDKjbQNn7-S4AvVD7p7dRXPeNCRK5rgx8YJrPQtHaUTf8leQY2Unz1i65KoHb6l9At5-nWBPbP9au0XWhWS0Fd8B9FULloNOh_jSdwq-oyXDqQHypzNx1WmTpfJ9Y_qAg/IMG_2012_thumb[1].jpg" width="589" border="0" /></a> </p>
<p>阿曼苏丹，　完全没概念，　建筑造型不错．　没进去．　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_19895b35d.jpg" rel="WLPP"><img title="IMG_1989" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="425" alt="IMG_1989" src="http://hoxide.files.wordpress.com/2010/06/img_19895b35d.jpg?w=784&#038;h=425" width="784" border="0" /></a> </p>
<p>这个是斯里兰卡，　外面的旗不错．　对了我们家邻居是斯里兰卡人, 那个黑啊~~~ 黑得关了灯啥都看不见. 貌似当地盛产大象, 他们夫妻俩以前都是治大象的兽医. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20135b95d.jpg" rel="WLPP"><img title="IMG_2013" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="200" alt="IMG_2013" src="http://hoxide.files.wordpress.com/2010/06/img_20135b95d.jpg?w=244&#038;h=200" width="244" border="0" /></a>  <a href="http://hoxide.files.wordpress.com/2010/06/img_20155b45d.jpg" rel="WLPP"><img title="IMG_2015" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="218" alt="IMG_2015" src="http://hoxide.files.wordpress.com/2010/06/img_20155b45d.jpg?w=244&#038;h=218" width="244" border="0" /></a> </p>
<p>内部有个白色佛塔, 还有佛像. 做工一般. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20165b45d.jpg" rel="WLPP"><img title="IMG_2016" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="244" alt="IMG_2016" src="http://hoxide.files.wordpress.com/2010/06/img_20165b45d.jpg?w=176&#038;h=244" width="176" border="0" /></a> </p>
<p>个人感觉斯里兰卡还是比较真诚的一个馆, 里面有不少好东西. 其他很多馆就随便搞点垃圾糊弄一下. </p>
<p>下面是某种舞蹈,算是跳大神吧~~~~</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20245b35d.jpg" rel="WLPP"><img title="IMG_2024" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="460" alt="IMG_2024" src="http://hoxide.files.wordpress.com/2010/06/img_20245b35d.jpg?w=679&#038;h=460" width="679" border="0" /></a> </p>
<p>现场的首饰加工~~~~</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20255b35d.jpg" rel="WLPP"><img title="IMG_2025" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="476" alt="IMG_2025" src="http://hoxide.files.wordpress.com/2010/06/img_20255b35d.jpg?w=679&#038;h=476" width="679" border="0" /></a> </p>
<p>号称是钻石切割，感觉是用沙盘把钻石抹掉～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20335b35d.jpg" rel="WLPP"><img title="IMG_2033" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="510" alt="IMG_2033" src="http://hoxide.files.wordpress.com/2010/06/img_20335b35d.jpg?w=679&#038;h=510" width="679" border="0" /></a> </p>
<p>木头大象～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20275b35d.jpg" rel="WLPP"><img title="IMG_2027" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="574" alt="IMG_2027" src="http://hoxide.files.wordpress.com/2010/06/img_20275b35d.jpg?w=679&#038;h=574" width="679" border="0" /></a> </p>
<p>这个叫手工编织蕾丝, 看上去很复杂</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20305b35d.jpg" rel="WLPP"><img title="IMG_2030" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="392" alt="IMG_2030" src="http://hoxide.files.wordpress.com/2010/06/img_20305b35d.jpg?w=679&#038;h=392" width="679" border="0" /></a></p>
<p> 下面的就是成品了，　价格80RMB~~~ 好贵啊.</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20315b35d.jpg" rel="WLPP"><img title="IMG_2031" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="574" alt="IMG_2031" src="http://hoxide.files.wordpress.com/2010/06/img_20315b35d.jpg?w=679&#038;h=574" width="679" border="0" /></a> </p>
<p>最后，　斯里兰卡馆里很牛逼的天花板</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20355b35d.jpg" rel="WLPP"><img title="IMG_2035" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="510" alt="IMG_2035" src="http://hoxide.files.wordpress.com/2010/06/img_20355b35d.jpg?w=679&#038;h=510" width="679" border="0" /></a> </p>
<p>尼泊尔馆, 其实里面几乎没啥东西, 就像一个小商品市场~~~~, 但是, 还是有几件精品的. </p>
<p>首先整个建筑就很有特色. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20405b35d.jpg" rel="WLPP"><img title="IMG_2040" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="507" alt="IMG_2040" src="http://hoxide.files.wordpress.com/2010/06/img_20405b35d.jpg?w=679&#038;h=507" width="679" border="0" /></a> </p>
<p>正面</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20425b35d.jpg" rel="WLPP"><img title="IMG_2042" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="375" alt="IMG_2042" src="http://hoxide.files.wordpress.com/2010/06/img_20425b35d.jpg?w=679&#038;h=375" width="679" border="0" /></a> </p>
<p>门口～～</p>
</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20445b35d.jpg" rel="WLPP"><img title="IMG_2044" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2044" src="http://hoxide.files.wordpress.com/2010/06/img_20445b35d.jpg?w=454&#038;h=679" width="454" border="0" /></a> </p>
<p>这座佛像就很漂亮，　是我见到过最漂亮的了．　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20475b35d.jpg" rel="WLPP"><img title="IMG_2047" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2047" src="http://hoxide.files.wordpress.com/2010/06/img_20475b35d.jpg?w=454&#038;h=679" width="454" border="0" /></a> </p>
<p>这个也很不错</p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20485b35d.jpg" rel="WLPP"><img title="IMG_2048" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2048" src="http://hoxide.files.wordpress.com/2010/06/img_20485b35d.jpg?w=510&#038;h=679" width="510" border="0" /></a> </p>
<p>这尊像面人也不错, 显然是印度教的东西, 其实是某个箱子的盖子~~~　</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20495b35d.jpg" rel="WLPP"><img title="IMG_2049" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="330" alt="IMG_2049" src="http://hoxide.files.wordpress.com/2010/06/img_20495b35d.jpg?w=679&#038;h=330" width="679" border="0" /></a> </p>
<p>这尊是重点, 让我想起了Kama Sutra. 也许是某个神话中的一部分. 总之居然没被和谐掉, 太神奇了. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20515b35d.jpg" rel="WLPP"><img title="IMG_2051" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2051" src="http://hoxide.files.wordpress.com/2010/06/img_20515b35d.jpg?w=510&#038;h=679" width="510" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20505b35d.jpg" rel="WLPP"><img title="IMG_2050" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="598" alt="IMG_2050" src="http://hoxide.files.wordpress.com/2010/06/img_20505b35d.jpg?w=489&#038;h=598" width="489" border="0" /></a> </p>
<p>下面是犹如飞碟般的沙特馆，显然我没进去～～～，应为队已经排到马路上了其实. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20535b35d.jpg" rel="WLPP"><img title="IMG_2053" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="381" alt="IMG_2053" src="http://hoxide.files.wordpress.com/2010/06/img_20535b35d.jpg?w=679&#038;h=381" width="679" border="0" /></a> </p>
<p>然后就到广场上看了会儿印度大妈表演的印度舞~~~ 特点就是手的姿势和造型. 感觉和在柬埔寨看到的表演差不多. </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20735b35d.jpg" rel="WLPP"><img title="IMG_2073" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2073" src="http://hoxide.files.wordpress.com/2010/06/img_20735b35d.jpg?w=544&#038;h=679" width="544" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20795b35d.jpg" rel="WLPP"><img title="IMG_2079" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="509" alt="IMG_2079" src="http://hoxide.files.wordpress.com/2010/06/img_20795b35d.jpg?w=679&#038;h=509" width="679" border="0" /></a> </p>
</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_20985b55d.jpg" rel="WLPP"><img title="IMG_2098" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2098" src="http://hoxide.files.wordpress.com/2010/06/img_20985b55d.jpg?w=315&#038;h=679" width="315" border="0" /></a> </p>
<p>看完之后就到了亚洲联合馆，　下面的刀和首饰我也忘了在哪个馆拍的，　也许是巴林王国吧～～～</p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21035b35d.jpg" rel="WLPP"><img title="IMG_2103" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="354" alt="IMG_2103" src="http://hoxide.files.wordpress.com/2010/06/img_21035b35d.jpg?w=679&#038;h=354" width="679" border="0" /></a> </p>
<p><a href="http://hoxide.files.wordpress.com/2010/06/img_21045b35d.jpg" rel="WLPP"><img title="IMG_2104" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="679" alt="IMG_2104" src="http://hoxide.files.wordpress.com/2010/06/img_21045b35d.jpg?w=571&#038;h=679" width="571" border="0" /></a> </p>
<p>然后就待续了&#8230;.</p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hoxide.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hoxide.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hoxide.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hoxide.wordpress.com&amp;blog=6023564&amp;post=108&amp;subd=hoxide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hoxide.wordpress.com/2010/06/04/sb%e4%bc%9a1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5455f514a29b09cca75dbcd4ad148683?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hoxide</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1mqSPxMZ_FA_x4qavCUP-U7V5JHKZrCYtpYA_ym8tB6J3VnKHMX9s2lLPCOXOrfzeSC3AT8Ck10y6DXHVh1T-VkD-oh2BIJFM0AtXw1NiisHx3NunLiDO1ODTT3eI5gbI7KLYrrHipgDz4esB3dbi8MQ/IMG_1965_thumb1.jpg" medium="image">
			<media:title type="html">IMG_1965</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_19715b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1971</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_19785b55d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1978</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_19835b75d.jpg?w=193" medium="image">
			<media:title type="html">IMG_1983</media:title>
		</media:content>

		<media:content url="//vuskeq.bay.livefilestore.com/y1mEGYTMbadL1We4Wp6mZxMsEDKjbQNn7-S4AvVD7p7dRXPeNCRK5rgx8YJrPQtHaUTf8leQY2Unz1i65KoHb6l9At5-nWBPbP9au0XWhWS0Fd8B9FULloNOh_jSdwq-oyXDqQHypzNx1WmTpfJ9Y_qAg/IMG_2012_thumb1.jpg" medium="image">
			<media:title type="html">IMG_2012</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_19895b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_1989</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20135b95d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2013</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20155b45d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2015</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20165b45d.jpg?w=214" medium="image">
			<media:title type="html">IMG_2016</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20245b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2024</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20255b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2025</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20335b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2033</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20275b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2027</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20305b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2030</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20315b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2031</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20355b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2035</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20405b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2040</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20425b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2042</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20445b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_2044</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20475b35d.jpg?w=200" medium="image">
			<media:title type="html">IMG_2047</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20485b35d.jpg?w=225" medium="image">
			<media:title type="html">IMG_2048</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20495b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2049</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20515b35d.jpg?w=225" medium="image">
			<media:title type="html">IMG_2051</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20505b35d.jpg?w=245" medium="image">
			<media:title type="html">IMG_2050</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20535b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2053</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20735b35d.jpg?w=240" medium="image">
			<media:title type="html">IMG_2073</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20795b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2079</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_20985b55d.jpg?w=138" medium="image">
			<media:title type="html">IMG_2098</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21035b35d.jpg?w=300" medium="image">
			<media:title type="html">IMG_2103</media:title>
		</media:content>

		<media:content url="http://hoxide.files.wordpress.com/2010/06/img_21045b35d.jpg?w=251" medium="image">
			<media:title type="html">IMG_2104</media:title>
		</media:content>
	</item>
	</channel>
</rss>
