<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Ben Tech</title><subtitle type="text">后知后觉</subtitle><id>http://feed.cnblogs.com/blog/u/6333/rss</id><updated>2010-10-16T14:13:09Z</updated><author><name>Benjamin Li</name><uri>http://www.cnblogs.com/lisphi/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lisphi/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6333/rss"/><entry><id>http://www.cnblogs.com/lisphi/archive/2010/10/16/1853264.html</id><title type="text">IP地址设置</title><summary type="text">rem 固定IPnetsh interface ip set address "本地连接" static 10.116.72.253 255.255.255.192netsh interface ip set address "本地连接" gateway=10.116.72.254 gwmetric=autonetsh interface ip set dns "本地连接" static 10.1...</summary><published>2010-10-16T14:09:00Z</published><updated>2010-10-16T14:09:00Z</updated><author><name>Benjamin Li</name><uri>http://www.cnblogs.com/lisphi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lisphi/archive/2010/10/16/1853264.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lisphi/archive/2010/10/16/1853264.html"/><content type="html">&lt;p&gt;rem 固定IP&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;netsh interface ip set address "本地连接" static 10.116.72.253 255.255.255.192&amp;nbsp;&lt;/p&gt;&lt;p&gt;netsh interface ip set address "本地连接" gateway=10.116.72.254 gwmetric=auto&lt;/p&gt;&lt;p&gt;netsh interface ip set dns "本地连接" static 10.115.0.4&amp;nbsp;&lt;/p&gt;&lt;p&gt;netsh interface ip add dns "本地连接" 10.116.64.4 index=2&amp;nbsp;&lt;/p&gt;&lt;p&gt;pause&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;rem 自动获取IP地址&lt;/p&gt;&lt;p&gt;netsh interface ip set address "本地连接" dhcp&lt;/p&gt;&lt;p&gt;netsh interface ip set dns "本地连接" dhcp&lt;/p&gt;&lt;p&gt;pause&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/lisphi/aggbug/1853264.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/lisphi/archive/2010/10/16/1853264.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/lisphi/archive/2010/03/01/1675486.html</id><title type="text">Linq to Entities in n-Tier &amp;amp; n-Layer</title><summary type="text">Updating data using Entity Framework in N-Tier and N-Layer Applications (short lived EF contexts) - (Part 1)Optimistic Concurrency Updates using Entity Framework in N-Tier and N-Layer Applications (Pa...</summary><published>2010-03-01T02:56:00Z</published><updated>2010-03-01T02:56:00Z</updated><author><name>Benjamin Li</name><uri>http://www.cnblogs.com/lisphi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lisphi/archive/2010/03/01/1675486.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lisphi/archive/2010/03/01/1675486.html"/><content type="html">&lt;p&gt;&lt;a target="_blank" title="Updating data using Entity Framework in N-Tier and N-Layer Applications (short lived EF contexts) - (Part 1)" href="http://blogs.msdn.com/cesardelatorre/archive/2008/09/04/updating-data-using-entity-framework-in-n-tier-and-n-layer-applications-short-lived-ef-contexts.aspx"&gt;Updating data using Entity Framework in N-Tier and N-Layer Applications (short lived EF contexts) - (Part 1)&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://blogs.msdn.com/cesardelatorre/archive/2008/09/05/optimistic-concurrency-updates-using-entity-framework-in-n-tier-and-n-layer-applications-part-2.aspx" title="Optimistic Concurrency Updates using Entity Framework in N-Tier and N-Layer Applications (Part 2)"&gt;Optimistic Concurrency Updates using Entity Framework in N-Tier and N-Layer Applications (Part 2)&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" title="Managing Entity Framework ObjectContext lifespan and scope in n-layered ASP.NET applications" href="http://dotnetslackers.com/articles/ado_net/Managing-Entity-Framework-ObjectContext-lifespan-and-scope-in-n-layered-ASP-NET-applications.aspx"&gt;Managing Entity Framework ObjectContext lifespan and scope in n-layered ASP.NET applications&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" title="The Entity Framework In Layered Architectures" href="http://msdn.microsoft.com/en-us/magazine/cc700340.aspx"&gt;The Entity Framework In Layered Architectures&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" title="Sneak Preview: N-Tier development with Entity Framework 4.0" href="http://blogs.msdn.com/adonet/archive/2009/05/14/sneak-preview-n-tier-development-with-entity-framework-4-0.aspx"&gt;Sneak Preview: N-Tier development with Entity Framework 4.0&lt;/a&gt;&lt;br /&gt;&lt;a target="_blank" title="http://blogs.msdn.com/adonet/archive/2009/05/14/sneak-preview-n-tier-development-with-entity-framework-4-0.aspx" href="http://blogs.msdn.com/adonet/archive/2009/05/14/sneak-preview-n-tier-development-with-entity-framework-4-0.aspx"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/lisphi/aggbug/1675486.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/lisphi/archive/2010/03/01/1675486.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/lisphi/archive/2008/06/25/1228496.html</id><title type="text">负载均衡环境下，Web应用的缓存管理</title><summary type="text"/><published>2008-06-25T14:27:00Z</published><updated>2008-06-25T14:27:00Z</updated><author><name>Benjamin Li</name><uri>http://www.cnblogs.com/lisphi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lisphi/archive/2008/06/25/1228496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lisphi/archive/2008/06/25/1228496.html"/></entry><entry><id>http://www.cnblogs.com/lisphi/archive/2008/06/04/1213600.html</id><title type="text">JSON示例代码</title><summary type="text">学习json，备忘</summary><published>2008-06-04T07:35:00Z</published><updated>2008-06-04T07:35:00Z</updated><author><name>Benjamin Li</name><uri>http://www.cnblogs.com/lisphi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lisphi/archive/2008/06/04/1213600.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lisphi/archive/2008/06/04/1213600.html"/></entry></feed>
