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

<channel>
	<title>文通博客 &#187; 照片</title>
	<atom:link href="http://wentong.org/tag/%e7%85%a7%e7%89%87/feed/" rel="self" type="application/rss+xml" />
	<link>http://wentong.org</link>
	<description>All Content Copyright Reserved.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:08:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=10.10.10</generator>
		<item>
		<title>又见“老男孩”王治郅的梦幻步伐</title>
		<link>http://wentong.org/life/845.html</link>
		<comments>http://wentong.org/life/845.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 01:00:55 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[生活日志]]></category>
		<category><![CDATA[亚锦赛]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[王治郅]]></category>
		<category><![CDATA[篮球]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=845</guid>
		<description><![CDATA[王治郅博客：http://wangzhizhi.blog.sohu.com/ 9月19日，中国男篮还是痛宰了叙利亚。正如我们的媒体所不屑的那样：这没有什么参考价值。但是，我只是个业余的球迷，而且认为看一帮中国强壮男人血拼沙场，总比看一群伪娘们相亲更有利于身心健康。特别是看着“老男孩”王治郅一个后撤步后，双脚精准地撤到三分线外一分处，娴熟地投出一道严谨的弧线，篮球应声入网，心理的健康值简直飙升10个百分点。我想，这是廉颇虽老，尚能饭也。 9月20日，中国对对阵约旦，看到场边的球迷拉着有趣的横幅：大致，晃他！都34岁了，还是大块头，如何晃啊？可看他如蹁跹的蝴蝶于花丛中穿梭，左脚往右虚点，如花蝶浅尝，轻盈地双翅一扇，人已往左一晃，已正面面对篮筐，似乎要低手挑篮，然而实则再一都翅膀，人已转至右边，右手挑球，应声入网，如痴如醉——所谓蝴蝶舞步，梦幻步伐。难怪大姚也不知一次惊叹，我在对手的身上看我了年青时的影子，不得不佩服大致的“天赋”。 9月21日，中国死磕小日本，“老男孩”似打了鸡血，接连上演了一条龙到篮底，然后一挑三，直奔篮筐。只是可惜了，廉颇虽能饭也，毕竟显老。 当然，你感觉这些文字写得怎么这么狗屎。我还真没有想好，如何用夜来香样味道的文字来描述我心中的那些抑郁的想法，比如，那些曾经叫封杀的岁月，比如，为什么憨厚的人会如此受伤。 但是不管怎么样，19日这么一个“老男孩”在后场抢断后，一条龙直奔篮下，来了一个低调的飞扣。激动得大姚直呼：“大郅，很久没有见你扣篮了……你上一次扣篮，你儿子还没有出生吧！”（《扣篮了》）原来，生命其实是有所谓的第二春的，大郅看来是迎来了第二春，从那年那月的尘封中，经历了那年那月的中国男篮的后辈们的顶礼膜拜，此时此刻，大郅在起飞。那些曾经的人，那些曾经的事，竟如飞烟般消散，消散？ 希冀“老男孩”还能继续飞翔，不知疲倦地飞翔！]]></description>
		<wfw:commentRss>http://wentong.org/life/845.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP代码 刷新一次 换一次图片 刷新换图</title>
		<link>http://wentong.org/tech/813.html</link>
		<comments>http://wentong.org/tech/813.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 06:22:11 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[技术学习]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[照片]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=813</guid>
		<description><![CDATA[把这个段代码直接保存为bar.php 同时建一个文件夹为bar.当然你也可以改成别的,但是必须与文件里面的url统一. 图片地址写http://你的网址/bar.php 就可以啦。 &#60;?php $url=’bar’; $files=array(); if ($handle=opendir(“$url”)) {   while(false !== ($file = readdir($handle))) {       if ($file != “.” &#38;&#38; $file != “..”) {       if(substr($file,-3)==’gif’ &#124;&#124; substr($file,-3)==’jpg’) $files[count($files)] = $file;       }   } } closedir($handle); $random=rand(0,count($files)-1); readfile(“$url/$files[$random]“); ?&#62;]]></description>
		<wfw:commentRss>http://wentong.org/tech/813.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>佳能Cannon 7D（18-135mm）第一次使用感受（附照片）</title>
		<link>http://wentong.org/photography/669.html</link>
		<comments>http://wentong.org/photography/669.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 01:29:36 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[Cannon]]></category>
		<category><![CDATA[佳能]]></category>
		<category><![CDATA[摄影]]></category>
		<category><![CDATA[深圳]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[相机]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=669</guid>
		<description><![CDATA[佳能Cannon 7D（18-135mm）套机，第一次使用。之前一直在用尼康Nikon的机器。不知道是不是操作还不够熟练，还是我还是带着尼康nikon的方法来使用佳能cannon的机器，佳能Cannon 7D（18-135mm）拍出的照片，色彩柔和而均匀，没有尼康nikon那种鲜明而锐利的感觉，这是不是就是大伙所说的佳能cannon和尼康nikon的区别。 焦点在手上，似乎虚了，但是如果是尼康nikon的机器的话，手的轮廓还是很鲜明的，而且皮肤的质感会更强烈一点。 在佳能7d相机上预览，那轮毂是明晃晃的的，但是在电脑上看，感觉有点肉，而且偏白，可能是技术问题。 一片绿，绿得很均匀。 楼两栋，树一棵，招牌几个。 总结：还是比较喜欢尼康nikon色彩，鲜艳而锐利。需要时间慢慢却习惯并熟悉佳能cannon的色彩，柔和而均匀。]]></description>
		<wfw:commentRss>http://wentong.org/photography/669.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>黑莓8520：使用国家地理2010摄影大赛作品制作黑莓壁纸</title>
		<link>http://wentong.org/photography/649.html</link>
		<comments>http://wentong.org/photography/649.html#comments</comments>
		<pubDate>Thu, 25 Nov 2010 00:28:31 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[8520]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[壁纸]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[黑莓]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=649</guid>
		<description><![CDATA[使用国家地理2010摄影大赛作品制作黑莓8520壁纸，适合480x360 px 适合 Bold 9700 / Curve 8900 / Tour 9630 / Bold 9650 / Bold 9780 点击下载：http://tyky.tk/heimeibizhi 国家地理官方网站一年一度的举办全球摄影作品大赛，2010 年11月19日经过8个星期的筛选，部分耀眼的作品已经呈现出来，整理成黑莓壁纸分享给莓友们，当然不是每张图片都适合作为壁纸，但是作为反思、收藏和纪念都是不错的选择。]]></description>
		<wfw:commentRss>http://wentong.org/photography/649.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOLD&amp;CURVE高清壁纸：Art your Berry by Leonidafremov</title>
		<link>http://wentong.org/photography/616.html</link>
		<comments>http://wentong.org/photography/616.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 01:36:25 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[8520]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Leonidafremov]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=616</guid>
		<description><![CDATA[Leonidafremov的风格壁纸，颜色斑斓、漂亮，黑莓BOLD和CURVE两个系列的手机适用。格式全部为480X320。 BOLD-1.rar (3.55 MB) BOLD-2.rar (3.76 MB) BOLD-3.rar (3.58 MB) BOLD-4.rar (3.73 MB) BOLD-5.rar (1.16 MB) Curve-1.rar (3.85 MB) Curve-2.rar (3.65 MB) Curve-3.rar (3.69 MB) Curve-4.rar (3.56 MB) Curve-5.rar (2.81 MB) 一共81张，随便选2张。]]></description>
		<wfw:commentRss>http://wentong.org/photography/616.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>凌晨，不夜东门</title>
		<link>http://wentong.org/photography/596.html</link>
		<comments>http://wentong.org/photography/596.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 08:57:32 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[深圳]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=596</guid>
		<description><![CDATA[此时已经接近凌晨，仍然人头涌动，熙熙攘攘，灯火通明，让人不免产生错觉，此时几点？ 连忙看表，还差一刻就是00:00了。 这生活也实在太丰富了。]]></description>
		<wfw:commentRss>http://wentong.org/photography/596.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4安士是多少？</title>
		<link>http://wentong.org/life/567.html</link>
		<comments>http://wentong.org/life/567.html#comments</comments>
		<pubDate>Thu, 21 Oct 2010 04:36:19 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[生活日志]]></category>
		<category><![CDATA[心情]]></category>
		<category><![CDATA[深圳]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=567</guid>
		<description><![CDATA[请不要笑我孤陋寡闻，我真的不知道4安士等于多少。只是，昨天在某西餐厅，他们的牛皮师傅给我上了一堂生动的课，让我这辈子都记住了4安士是多少了。 4安士的皇扒+意粉68元，8安士则为138元。按照这个价格计算，4安士皇扒单点应是70元。也就是1安士17.5元。无论怎么计算都要17元1安士了。 那么4安士是多少？见下图： 明白了吗？还是不明白？ 那我告诉你，安士也叫盎司，固体的1安士就是28.3g。那么，这个皇扒是17.5/28.3=0.62元/克。一斤就是0.62*500=310元。 现在明白了吗？ 噢，卖瓜的！]]></description>
		<wfw:commentRss>http://wentong.org/life/567.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>深圳美食地图：美味鸡肉餐</title>
		<link>http://wentong.org/photography/465.html</link>
		<comments>http://wentong.org/photography/465.html#comments</comments>
		<pubDate>Sat, 25 Sep 2010 13:01:17 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[深圳]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[美食]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=465</guid>
		<description><![CDATA[广东俗话说：无鸡不成宴。广东人什么都吃，但是唯独对鸡推崇备至。鸡的吃法也林林总总：煲、炖、焖、焗、炒、烤、蒸、白切……极尽各种煮法之能事。然而，自从来了深圳之后，除了能吃到鸡汤、白切鸡和清蒸鸡这些大众吃法之外，甚少找到专门吃鸡而有味道上佳的馆子。 婆婆家鸡，是我最喜欢一家特色餐馆了。这事一家以吃鸡为特色的粤菜馆，无论价钱和味道能然人满意。脆皮鸡是最受欢迎的了，皮脆柔嫩，蘸点酸梅酱，美味之极。水晶鸡，崇尚滑嫩的口感。当然还有海马鸡，其实跟水晶鸡差不多，而价格又没有水晶鸡实惠。 据说，黄鳝粥是他们的招牌，万梓良等香港影星都到此店吃过他们的黄鳝粥。 其他菜点，传统的粤菜口味，清淡为主，辅以爆炒。值得推荐的是，猪红煮芥菜，猪红滑嫩，芥菜鲜嫩，只是厨师下盐总是太重。还有，就是来这吃饭的时候，都没有给脆皮鸡没拍照，实在留有遗憾。 与婆婆家鸡相隔不远的是加加鸡煲，老板和厨师似乎是四川的。这是口味很浓的鸡煲，其最大的特点是实惠，一大煲鸡，熬得全是浓浓的汁，两个人如果饭量不大的，肯定吃得又撑又腻。 只是这个自带的小甜点样色和味道十分诱人（不是加加鸡煲家的甜点），在等着上菜之前，吃上一份，这是很不错的选择。 两间馆子均在华强北振华路（这里在修地铁，婆婆家鸡生意大受影响，换了很多服务生，包括大堂经理，感觉没有以前亲切了）。]]></description>
		<wfw:commentRss>http://wentong.org/photography/465.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>上图不说话：我的NikonD40还在服役</title>
		<link>http://wentong.org/photography/475.html</link>
		<comments>http://wentong.org/photography/475.html#comments</comments>
		<pubDate>Wed, 22 Sep 2010 14:10:50 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[仙湖植物园]]></category>
		<category><![CDATA[摄影]]></category>
		<category><![CDATA[深圳]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[花]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=475</guid>
		<description><![CDATA[大丙竟然诧异：你的D40还在服役？本来我的D40还在服役，现在也就是的技术不怎样而已。只能随便拍拍，做一些到此一拍的写真罢了。 我本冷艳——仙湖植物园 粉花如美人，此所谓招蜂引蝶——仙湖植物园 这站是江门——江门汽车站 再来一瓶，运气还不错，只是没有换到，瓶盖丢了——福田汽车站 革命与优美的结合，所有的市政都是如此考究就好了——江门某处 虽然屡见不鲜，仍觉不错——某处]]></description>
		<wfw:commentRss>http://wentong.org/photography/475.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>阳朔美食：理想与现实的差距</title>
		<link>http://wentong.org/photography/473.html</link>
		<comments>http://wentong.org/photography/473.html#comments</comments>
		<pubDate>Tue, 14 Sep 2010 13:52:51 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[摄影图志]]></category>
		<category><![CDATA[照片]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[美食]]></category>
		<category><![CDATA[自助游]]></category>
		<category><![CDATA[阳朔]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=473</guid>
		<description><![CDATA[终于来到传说中的阳朔了，来了阳朔的西街。到达西街，已时过午后，肚子早就抗议。巡街一游，最终选择了街口那间X师傅啤酒鱼，号称X老店，并上了CCTV之类的。 进去坐定，一看菜单，比价格甚比深圳，心想此乃旅游景点也，贵点，似乎应该。啤酒鱼我是没有点，单一个啤酒鱼下来就要上百大洋，我是没有这个胃口吃的了。于是点了号称是“炒田螺”的，加了一个酿凉瓜。至于味道和样子，请细细品味下面的照片。 见到这酿凉瓜，各位应该和我一样的倒胃口，但是我现在还告诉你，这盘所谓的“炒田螺”实则是“福寿螺”。当时吃的时候没有注意，现在细看照片，越看越反胃。记得，这不是正宗的田螺，至于什么是“福寿螺“，大伙上网找找看看。 第二个让人倒胃口的是桂花、花生和芝麻三合一糊了。这也是上了CCTV的了。几元钱一碗，不贵，掏钱，尝一口，倒胃口。现在才发现，满大街都是上了CCTV的东西。 来到阳朔，还是带着一颗欣赏自然美的心来好一点，这里的风景，让理想与现实最为接近。 至于美食，在遇龙河漂流时，富里桥靠河有一间农家餐馆，老板还算厚道，菜点还真有农家菜的新鲜味。]]></description>
		<wfw:commentRss>http://wentong.org/photography/473.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

