<?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>Programming, Coding and Others</title>
	<atom:link href="http://zephyrrr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zephyrrr.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 06 Nov 2011 13:17:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='zephyrrr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Programming, Coding and Others</title>
		<link>http://zephyrrr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://zephyrrr.wordpress.com/osd.xml" title="Programming, Coding and Others" />
	<atom:link rel='hub' href='http://zephyrrr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>google map的projection</title>
		<link>http://zephyrrr.wordpress.com/2010/09/26/google-map%e7%9a%84projection/</link>
		<comments>http://zephyrrr.wordpress.com/2010/09/26/google-map%e7%9a%84projection/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 01:03:32 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/09/26/google-map%e7%9a%84projection</guid>
		<description><![CDATA[想把GMap.Net和SharpMap合在一起，发现坐标系对不上，总是有点误差。仔细google，发现http://www.sharpgis.net/post/2007/07/27/The-Microsoft-Live-Maps-and-Google-Maps-projection.aspx， 自己Create Transform，终于对上了。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=4&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/09/26/google-map%e7%9a%84projection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>IronPython, 中文</title>
		<link>http://zephyrrr.wordpress.com/2010/08/06/ironpython-%e4%b8%ad%e6%96%87/</link>
		<comments>http://zephyrrr.wordpress.com/2010/08/06/ironpython-%e4%b8%ad%e6%96%87/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 02:51:42 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/08/06/ironpython-%e4%b8%ad%e6%96%87</guid>
		<description><![CDATA[推荐一篇文章 http://www.sqlite.com.cn/MySqlite/11/395.Html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=6&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/08/06/ironpython-%e4%b8%ad%e6%96%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>cross-domain in Silverlight on self-hosted WCF services</title>
		<link>http://zephyrrr.wordpress.com/2010/08/04/cross-domain-in-silverlight-on-self-hosted-wcf-services/</link>
		<comments>http://zephyrrr.wordpress.com/2010/08/04/cross-domain-in-silverlight-on-self-hosted-wcf-services/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:18:06 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/08/04/cross-domain-in-silverlight-on-self-hosted-wcf-services</guid>
		<description><![CDATA[在Silverlight中调用WCF服务（不在IIS中，而是自己开了个ServiceHost），总是出现System.Security.SecurityException。网上看看基本上是说加2个文件crossdomain.xml,clientaccesspolicy.xml。但因为不Host在IIS中，所以。。。应该。。。，请看 http://blogs.msdn.com/b/carlosfigueira/archive/2008/03/07/enabling-cross-domain-calls-for-silverlight-apps-on-self-hosted-web-services.aspx http://wallism.wordpress.com/2009/03/01/silverlight-communication-exception/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=7&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/08/04/cross-domain-in-silverlight-on-self-hosted-wcf-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>在WinForm程序中开启Console</title>
		<link>http://zephyrrr.wordpress.com/2010/04/26/%e5%9c%a8winform%e7%a8%8b%e5%ba%8f%e4%b8%ad%e5%bc%80%e5%90%afconsole/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/26/%e5%9c%a8winform%e7%a8%8b%e5%ba%8f%e4%b8%ad%e5%bc%80%e5%90%afconsole/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 05:29:58 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/26/%e5%9c%a8winform%e7%a8%8b%e5%ba%8f%e4%b8%ad%e5%bc%80%e5%90%afconsole</guid>
		<description><![CDATA[在程序中用到了IronPython，然后想到是否可以在程序中开启一个Console窗口用于调试，就像ipy.exe一样，只不过需要传入当前程序的一些变量。 用Reflector查看ipy.exe代码，复制了一个PythonConsoleHost.cs到自身代码，然后需要AllocConsole()开启Console窗口（FreeConsole关闭），因为PythonConsoleHost.Run直到Console关闭才返回，所以需要在另外一个进程中Run PythonConsoleHost。 有个小问题，关于Console.Output(Error, Input)的。因为程序中另外用到了PythonEngine，其中又调用了Console的标准输入输出，导致新开的PythonConsoleHost输出出现问题，因此需要host.Runtime.IO.SetOutput(System.Console.OpenStandardOutput(), System.Console.OutputEncoding);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=8&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/26/%e5%9c%a8winform%e7%a8%8b%e5%ba%8f%e4%b8%ad%e5%bc%80%e5%90%afconsole/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows-Communication-Foundation-Unleashed Notes</title>
		<link>http://zephyrrr.wordpress.com/2010/04/16/windows-communication-foundation-unleashed-notes/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/16/windows-communication-foundation-unleashed-notes/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 05:19:13 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/16/windows-communication-foundation-unleashed-notes</guid>
		<description><![CDATA[很一般的一本书，泛泛介绍了一下WCF，很多可以不用看。1.    Service Configuration Editor 可用于可视化编辑配置文件2.    Windows Communication Foundation Predefined Bindingsa)    BasicHttpBinding    : Maximum interoperability through conformity to the WS-BasicProfile 1.1b)    WSHttpBinding        : HTTP communication in conformity with WS-* protocolsc)    WSDualHttpBinding    : Duplex HTTP communication, by which the receiver of an initial message will not reply directly to the initial sender, but may transmit any number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=9&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/16/windows-communication-foundation-unleashed-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET Encoding in QueryString</title>
		<link>http://zephyrrr.wordpress.com/2010/04/15/asp-net-encoding-in-querystring/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/15/asp-net-encoding-in-querystring/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 03:56:57 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/15/asp-net-encoding-in-querystring</guid>
		<description><![CDATA[编码总是一个麻烦的事情。ASP.NET中默认用UTF8, 但FireFox中QueryString用的是gb2312，所以需要在about:config中更改 network.standard-url.encode-query-utf8为true。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=10&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/15/asp-net-encoding-in-querystring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>About NHibernate EntityMode</title>
		<link>http://zephyrrr.wordpress.com/2010/04/14/about-nhibernate-entitymode/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/14/about-nhibernate-entitymode/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 11:52:02 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/14/about-nhibernate-entitymode</guid>
		<description><![CDATA[Poco, Map &#38; XML http://nhforge.org/blogs/nhibernate/archive/2008/10/16/less-than-gof-is-hbm.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=11&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/14/about-nhibernate-entitymode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>WCF, REST, SOAP….</title>
		<link>http://zephyrrr.wordpress.com/2010/04/13/wcf-rest-soap%e2%80%a6/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/13/wcf-rest-soap%e2%80%a6/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:53:05 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/13/wcf-rest-soap%e2%80%a6</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=12&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/13/wcf-rest-soap%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>NHibernate的Proxy如何用Cache</title>
		<link>http://zephyrrr.wordpress.com/2010/04/01/nhibernate%e7%9a%84proxy%e5%a6%82%e4%bd%95%e7%94%a8cache/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/01/nhibernate%e7%9a%84proxy%e5%a6%82%e4%bd%95%e7%94%a8cache/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 06:44:02 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/01/nhibernate%e7%9a%84proxy%e5%a6%82%e4%bd%95%e7%94%a8cache</guid>
		<description><![CDATA[目的：系统中有些数据不大会变化，例如人员信息，但又不想EagerLoad，想采用系统内缓存数据。如何控制Proxy的动作？ 方法：1. 继承一个IProxyFactoryFactory，生成自定义的IProxyFactory。 public class ProxyFactoryFactory : IProxyFactoryFactory    &#123;        public IProxyFactory BuildProxyFactory()        &#123;            return new ProxyFactory();        &#125;         public IProxyValidator ProxyValidator        &#123;            get            &#123;                return new DynProxyTypeValidator();            &#125;        &#125;    &#125; 2. 写自定义IProxyFactory public class ProxyFactory : AbstractProxyFactory   &#123;       private static readonly LinFu.DynamicProxy.ProxyFactory factory = new LinFu.DynamicProxy.ProxyFactory();       protected static readonly ILog log = LogManager.GetLogger(typeof(NHibernate.ByteCode.LinFu.ProxyFactory));        public [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=13&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/01/nhibernate%e7%9a%84proxy%e5%a6%82%e4%bd%95%e7%94%a8cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
		<item>
		<title>NHibernate 默认DynamicUpdate = True了？</title>
		<link>http://zephyrrr.wordpress.com/2010/04/01/nhibernate-%e9%bb%98%e8%ae%a4dynamicupdate-true%e4%ba%86%ef%bc%9f/</link>
		<comments>http://zephyrrr.wordpress.com/2010/04/01/nhibernate-%e9%bb%98%e8%ae%a4dynamicupdate-true%e4%ba%86%ef%bc%9f/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 02:35:25 +0000</pubDate>
		<dc:creator>zephyrrr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zephyrrr.wordpress.com/2010/04/01/nhibernate-%e9%bb%98%e8%ae%a4dynamicupdate-true%e4%ba%86%ef%bc%9f</guid>
		<description><![CDATA[Version = 2.1.2.4000,有空了再细看。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zephyrrr.wordpress.com&amp;blog=56790&amp;post=14&amp;subd=zephyrrr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://zephyrrr.wordpress.com/2010/04/01/nhibernate-%e9%bb%98%e8%ae%a4dynamicupdate-true%e4%ba%86%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9340d40a98372435562b514a339328ec?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zephyrrr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
