<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Jerry Hu</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/20213/rss</id><updated>2011-06-24T04:41:04Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20213/rss"/><entry><id>http://www.cnblogs.com/jerryhu/archive/2009/12/10/1621314.html</id><title type="text">[摘]imageNamed is evil</title><summary type="text">So a little while back we wrote about the confusing crashes on the device that we eventually figured out were caused by [UIImage imageNamed:] running out of memory when it tried to cache lots of big i...</summary><published>2009-12-10T11:46:00Z</published><updated>2009-12-10T11:46:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2009/12/10/1621314.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2009/12/10/1621314.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2009/11/30/1613506.html</id><title type="text">Using Regex to return the first N words in a string</title><summary type="text">Jeff Perrin needed a function to return the first N words in a string (to create a small summary or a snippet thingy). He did it using the manual and awkward method of parsing the string manually. Tha...</summary><published>2009-11-30T02:05:00Z</published><updated>2009-11-30T02:05:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2009/11/30/1613506.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2009/11/30/1613506.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2009/11/10/1599963.html</id><title type="text">C# DateTime Format Examples [C#日期格式化]</title><summary type="text">Problem. You need help with DateTime formatting strings in C# or .NET languages. The framework provides powerful formatting capabilities, but the syntax is confusing and there are some tricks. Solutio...</summary><published>2009-11-10T07:29:00Z</published><updated>2009-11-10T07:29:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2009/11/10/1599963.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2009/11/10/1599963.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2009/10/22/1587845.html</id><title type="text">[网摘]不同服务器数据库之间的数据操作</title><summary type="text">不同服务器数据库之间的数据操作--创建链接服务器 exec sp_addlinkedserver 'ITSV ', ' ', 'SQLOLEDB ', '远程服务器名或ip地址 ' exec sp_addlinkedsrvlogin  'ITSV ', 'false ',null, '用户名 ', '密码 ' --查询示例 select * from ITSV.数据库名.dbo.表名 --导入示例...</summary><published>2009-10-22T01:51:00Z</published><updated>2009-10-22T01:51:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2009/10/22/1587845.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2009/10/22/1587845.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2009/04/01/1427157.html</id><title type="text">sqlserver日志文件太大解决方法</title><summary type="text">SQL Server 的事务日志意外增大或充满的处理方法事务日志文件Transaction Log File是用来记录数据库更新情况的文件，扩展名为ldf。在 SQL Server 7.0 和 SQL Server 2000 中，如果设置了自动增长功能，事务日志文件将会自动扩展。一般情况下，在能够容纳两次事务日志截断之间发生的最大数量的事务时，事务日志的大小是稳定的，事务日志截断由检查点或者事务日...</summary><published>2009-04-01T04:28:00Z</published><updated>2009-04-01T04:28:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2009/04/01/1427157.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2009/04/01/1427157.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2006/08/30/490544.html</id><title type="text">ASP.NET 生成 RSS Feed</title><summary type="text">前段时间在写RSS Feed。&#xD;经过了几次的修改，把相关的代码写成了单独的类。&#xD;感觉重用时还算比较方便。于是贴出来，大家一起研究研究。</summary><published>2006-08-30T08:55:00Z</published><updated>2006-08-30T08:55:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2006/08/30/490544.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2006/08/30/490544.html"/></entry><entry><id>http://www.cnblogs.com/jerryhu/archive/2006/08/11/474347.html</id><title type="text">How To: Generate a Random Password (C#)</title><summary type="text">/**//////////////////////////////////////////////////////////////////////////////////SAMPLE:Generatesrandompassword,whichcomplieswiththestrongpassword//rulesanddoesnotcontainambiguouscharacters.////To...</summary><published>2006-08-11T07:16:00Z</published><updated>2006-08-11T07:16:00Z</updated><author><name>Jerry Hu</name><uri>http://www.cnblogs.com/jerryhu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jerryhu/archive/2006/08/11/474347.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jerryhu/archive/2006/08/11/474347.html"/></entry></feed>
