<?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>hqlong&#039;s blog &#187; 其它</title>
	<atom:link href="http://hqlong.com/category/others/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>当下10大最热门的网站开发技术(ZT)</title>
		<link>http://hqlong.com/2008/12/505.html</link>
		<comments>http://hqlong.com/2008/12/505.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:24:12 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[热闹]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=505</guid>
		<description><![CDATA[虽然现在美国经济出现危机，但是网站开发领域依然很繁荣，因为不论是现在或者将来，网络必定是人们日常生活中不可缺少的组成部分。NETTUTS上列出10大最吃香的网站开发技术。作为网站开... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/12/505.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>很好的一篇文章！特转之！</title>
		<link>http://hqlong.com/2008/11/453.html</link>
		<comments>http://hqlong.com/2008/11/453.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:19:44 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=453</guid>
		<description><![CDATA[今晚要闲逛博客时，无意发现在了一篇好文章，很多问题分析的很有道理！！原文如下： 在微软的时候，有一件事让我印象深刻，启发我在动手建立复杂的IT系统之前，先想一想“自己要完成... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/11/453.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>排列算法分析以及实现</title>
		<link>http://hqlong.com/2008/10/354.html</link>
		<comments>http://hqlong.com/2008/10/354.html#comments</comments>
		<pubDate>Thu, 16 Oct 2008 23:27:32 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[排列]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[复制代码 function permute($pos) { global $m,$n,$used,$p; if ($pos == $n) { for ($i = 0; $i &#60; $n; $i++) echo $p[$i] + 1; echo '&#60;br /&#62;'; return; } for ($i = 0; $i &#60; $m; $i++) { if ($used[$i] == 0) { $used[$i] = 1; $p[$pos] = $i; permute... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/10/354.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>软件设计常见概念总结（UML学习笔记）</title>
		<link>http://hqlong.com/2007/06/184.html</link>
		<comments>http://hqlong.com/2007/06/184.html#comments</comments>
		<pubDate>Wed, 20 Jun 2007 14:56:22 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[面向对象技术不仅是一种程序设计方法，更重要的是，它是一种对真实世界的抽象思维方式．UML是一种定义良好，易于表达，功能强大，且普遍适用的建模语言．UML是标准的建模语言，而不是... ]]></description>
		<wfw:commentRss>http://hqlong.com/2007/06/184.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一道软件工程的上机考试题</title>
		<link>http://hqlong.com/2007/05/132.html</link>
		<comments>http://hqlong.com/2007/05/132.html#comments</comments>
		<pubDate>Wed, 16 May 2007 14:42:12 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[在要建立的企业管理信息系统中，财务科负责录入和修改每个项目的基本信息（单位、项目名、负责人、日期）：审计科负责检查、修改每个项目的有关信息（单位、项目名、金额、实到款、... ]]></description>
		<wfw:commentRss>http://hqlong.com/2007/05/132.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个求素数的算法(C++ )</title>
		<link>http://hqlong.com/2007/05/113.html</link>
		<comments>http://hqlong.com/2007/05/113.html#comments</comments>
		<pubDate>Thu, 10 May 2007 02:09:11 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[程序]]></category>
		<category><![CDATA[算法]]></category>
		<category><![CDATA[素数]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[一个求素数的算法(C++ ... ]]></description>
		<wfw:commentRss>http://hqlong.com/2007/05/113.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
