<?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>Dennis's Weblog</title>
	<atom:link href="http://denniszeng2008.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://denniszeng2008.wordpress.com</link>
	<description>Make progress every day!</description>
	<lastBuildDate>Sat, 25 Jul 2009 04:50:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='denniszeng2008.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dennis's Weblog</title>
		<link>http://denniszeng2008.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://denniszeng2008.wordpress.com/osd.xml" title="Dennis&#039;s Weblog" />
	<atom:link rel='hub' href='http://denniszeng2008.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SQL language</title>
		<link>http://denniszeng2008.wordpress.com/2009/07/25/sql-language/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/07/25/sql-language/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:50:52 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/?p=110</guid>
		<description><![CDATA[use ccmcms select t4.id, t4.memberid, t5.memberid, t5.createdatetime from member as t4 inner join memberdetail as t5 on t4.id = t5.memberid where t5.createdatetime in ( select max(t3.createdatetime) from ( select t1.id as t3id, t1.memberid as t1memberid, t2.memberid as t2memberid, t2.createdatetime from member as t1 inner join MemberDetail as t2 on t1.id = t2.memberid ) as t3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=110&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/07/25/sql-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>System Design</title>
		<link>http://denniszeng2008.wordpress.com/2009/03/26/system-design/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/03/26/system-design/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:21:09 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Basic Knowlege]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/?p=108</guid>
		<description><![CDATA[Here are something that i learned from sample projects.(Blogengine.Net) 1.You should make full use of   Object Oriented Concept. a.Provider Model. When you design a core engine for blog, you should first design the core module.  It will contain abstract class and interfaces which will help you to extend  and manage the functions later.    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=108&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/03/26/system-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Debug-Attach to process</title>
		<link>http://denniszeng2008.wordpress.com/2009/03/18/debug-attach-to-process/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/03/18/debug-attach-to-process/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 07:14:14 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/2009/03/18/debug-attach-to-process/</guid>
		<description><![CDATA[1.use NUNIT a.install NUNIT b.Write a test class in our project, remember to import the NUNIT.core and NUNIT.framework c.Then open the project in NUNIT UI. d.open the project in visual studio 2005, and then set the breakpoint at the position that you want to debug. e.in NUNIT execute the function that you want to debug. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=104&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/03/18/debug-attach-to-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image001.gif" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image003.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image005.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image007.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image009.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image011.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image013.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image015.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image017.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image019.jpg" medium="image" />

		<media:content url="http://parthasarathi.netfirms.com/tutorials/Remote%20Debugging%20in%20VS%20Net_files/image021.jpg" medium="image" />
	</item>
		<item>
		<title>Bit Operation</title>
		<link>http://denniszeng2008.wordpress.com/2009/03/16/bit-operation/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/03/16/bit-operation/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 08:55:26 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Basic Knowlege]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/2009/03/16/bit-operation/</guid>
		<description><![CDATA[Mask (computing) From Wikipedia, the free encyclopedia In computer science, a mask is data that is used for bitwise operations. Using a mask, multiple bits in a byte, nibble, word (etc.) can be set either on, off or inverted from on to off (or vice versa) in a single bitwise operation. Contents [hide] 1 Common [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=103&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/03/16/bit-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/7/7c/Blit_dot.gif" medium="image" />

		<media:content url="http://en.wikipedia.org/skins-1.5/common/images/magnify-clip.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/en/1/11/Sprite_rendering_by_binary_image_mask.png" medium="image" />
	</item>
		<item>
		<title>Protected: JQuery</title>
		<link>http://denniszeng2008.wordpress.com/2009/03/04/jquery/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/03/04/jquery/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:34:31 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/2009/03/04/jquery/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=100&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/03/04/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: call api of symantec with C</title>
		<link>http://denniszeng2008.wordpress.com/2009/03/03/call-api-of-symantec-with-c/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/03/03/call-api-of-symantec-with-c/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 03:44:00 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/2009/03/03/call-api-of-symantec-with-c/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=98&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/03/03/call-api-of-symantec-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Asp.net MVC GridView Extends Interface</title>
		<link>http://denniszeng2008.wordpress.com/2009/02/25/aspnet-mvc-gridview-extends-interface/</link>
		<comments>http://denniszeng2008.wordpress.com/2009/02/25/aspnet-mvc-gridview-extends-interface/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:32:00 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C# extends this grid view mvc]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/2009/02/25/aspnet-mvc-gridview-extends-interface/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=95&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2009/02/25/aspnet-mvc-gridview-extends-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding Caching Technologies</title>
		<link>http://denniszeng2008.wordpress.com/2008/12/29/understanding-caching-technologies/</link>
		<comments>http://denniszeng2008.wordpress.com/2008/12/29/understanding-caching-technologies/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 09:48:08 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/?p=89</guid>
		<description><![CDATA[Caching Architecture Guide for .NET Framework Applications Understanding Caching Technologies Summary: This chapter discusses the various caching technologies available in distributed .NET applications, and details the benefits and limitations of each method. Chapter 1 introduced you to the different types of state that can be used within a distributed .NET-based application and provided an overview [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=89&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2008/12/29/understanding-caching-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>

		<media:content url="http://i.msdn.microsoft.com/ms978500.pponline%28en-us,MSDN.10%29.gif" medium="image">
			<media:title type="html">patterns and practices home</media:title>
		</media:content>

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />

		<media:content url="http://i.msdn.microsoft.com/Global/Images/clear.gif" medium="image" />
	</item>
		<item>
		<title>Java &#8211; mysqldump backup and XML Read</title>
		<link>http://denniszeng2008.wordpress.com/2008/11/05/java-mysqldump-backup-and-xml-read/</link>
		<comments>http://denniszeng2008.wordpress.com/2008/11/05/java-mysqldump-backup-and-xml-read/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 16:04:36 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Java Technology]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/?p=85</guid>
		<description><![CDATA[try{ Process p=Runtime.getRuntime().exec(&#8220;mysqldump -uroot -pmango junkdb -r c:\\bb.txt&#8221;);      //to designate a path in Java, you can do like c:\\bb.txt or c:/bb.txt. System.out.println(p.getErrorStream().toString());          Use this snippet to call EXE program in Windows. p.waitFor(); } catch(IOException ioe) { ioe.printStackTrace(); } catch(Exception e) { e.printStackTrace(); } This snippet used to backup mysql database by using mysqldump command. package [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=85&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2008/11/05/java-mysqldump-backup-and-xml-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>
	</item>
		<item>
		<title>Alfresco Introduce</title>
		<link>http://denniszeng2008.wordpress.com/2008/11/03/alfresco-introduce/</link>
		<comments>http://denniszeng2008.wordpress.com/2008/11/03/alfresco-introduce/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:57:41 +0000</pubDate>
		<dc:creator>denniszeng2008</dc:creator>
				<category><![CDATA[Java Technology]]></category>

		<guid isPermaLink="false">http://denniszeng2008.wordpress.com/?p=83</guid>
		<description><![CDATA[Alfresco is an open source Document Management System, below i will descript how it works base on my research in weekend. 1.Docasu UI: There is a file named DocasuSearch.js locate in the docasu/wcs folder, It used to present the Search user interface(UI), In this file it uses EXTJS javascript library which is a UI. And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denniszeng2008.wordpress.com&amp;blog=4375735&amp;post=83&amp;subd=denniszeng2008&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://denniszeng2008.wordpress.com/2008/11/03/alfresco-introduce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87f65ffd4afc674fc01febf101ecb8a6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denniszeng2008</media:title>
		</media:content>

		<media:content url="http://forums.alfresco.com/en/styles/prosilver/imageset/icon_post_target.gif" medium="image">
			<media:title type="html">Post</media:title>
		</media:content>
	</item>
	</channel>
</rss>
