<?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>飞天猫的博客&#124;Fmore.net &#187; 编程小技 [代码]</title>
	<atom:link href="http://fmore.net/article/category/%e7%bc%96%e7%a8%8b%e5%b0%8f%e6%8a%80-%e4%bb%a3%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://fmore.net</link>
	<description>摄影和IT相关</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>怎样成为一名Android开发者</title>
		<link>http://fmore.net/article/498.html</link>
		<comments>http://fmore.net/article/498.html#comments</comments>
		<pubDate>Mon, 22 Nov 2010 02:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[Android开发]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=498</guid>
		<description><![CDATA[Chris（克里斯）是一位来自波兰的Android应用开发者，作为一名非著名的开发者他开发的应用在<a href="http://apphu.com/androidmarket">Android Market</a>上免费提供下载，并通过广告获得收入，最近他在自己的博客上面分享了从事Android开发带来的收入情况，并通过自己的经历给予<a href="http://apphu.com/android-mustknow">Android开发入门</a>者非常忠实的忠告。作为国内从事Android开发的同行，<a href="http://apphu.com/">APP虎</a>第一时间发现并翻译了他的文章，以与广大<strong><a href="http://apphu.com/androiddeveloper">Android开发者</a></strong>和即将进入Android开发的人们分享。

[......]<p class='read-more'><a href='http://fmore.net/article/498.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/498.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>软件编程21法则</title>
		<link>http://fmore.net/article/346.html</link>
		<comments>http://fmore.net/article/346.html#comments</comments>
		<pubDate>Wed, 06 Oct 2010 09:18:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=346</guid>
		<description><![CDATA[任何一个有经验的程序员都知道，软件开发遵循着一些不成文的法则。然而，如果你不遵循这些法则也并不意味着会受到惩罚；相反，有时你还会获得意外的好处。下面的就是软件编程中的21条法则： 任何程序一旦部署即显陈旧。 修改需求规范来适应程序比反过来做更容易。 一个程序如果很有用，那它注定要被改掉。 一个程序如[......]<p class='read-more'><a href='http://fmore.net/article/346.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/346.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>深入浅出理解索引结构</title>
		<link>http://fmore.net/article/198.html</link>
		<comments>http://fmore.net/article/198.html#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:49:44 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[sql效率]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=198</guid>
		<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160; 实际上，您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引：聚集索引（clustered index，也称聚类索引、簇集索引）和非聚集索引（nonclustered index，也称非聚类索引、非簇集索引）。下面，我们举例来说明一下聚集索引和非聚集索引的区别：&#160;</p><p>其实，我们的汉语字典的正文本身就是一个聚集索引。比如，我们要查&#8220;安&#8221;字，就会很自然地翻开字典的前几页，因为&#8220;安&#8221;的拼音是&#8220;an&#8221;，而按照拼音排序汉字的字典是以英文字母&#8220;a&#8221;开头并以&#8220;z&#8221;结尾的，那么&#8220;安&#8221;字就自然地排在字典的前部。如果您翻完了所有以&#8220;a&#8221;开头的部分仍然找不到这个字，那么就说明您的字典中没有这个字；同样的，如果查&#8220;张&#8221;字，那您也会将您的字典翻到最后部分，因为&#8220;张&#8221;的拼音是&#8220;zhang&#8221;。也就是说，字典的正文部分本身就是一个目录，您不需要再去查其他目录来找到您需要找的内容。</p>...
[......]<p class='read-more'><a href='http://fmore.net/article/198.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/198.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi通过ADO连接MYSQL</title>
		<link>http://fmore.net/article/197.html</link>
		<comments>http://fmore.net/article/197.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:44:59 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=197</guid>
		<description><![CDATA[<br />procedure TForm1.Button1Click(Sender: TObject);<br />begin<br />try<br />   ADOCon1.ConnectionString:=('DRIVER={MySQL ODBC 3.51 Driver};'+<br />                  'SERVER=localhost;'+<br />                  'DATABASE=li
[......]<p class='read-more'><a href='http://fmore.net/article/197.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/197.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL行列转换函数 PIVOT/UNPIVOT</title>
		<link>http://fmore.net/article/196.html</link>
		<comments>http://fmore.net/article/196.html#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:33:17 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[PIVOT/UNPIVOT]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=196</guid>
		<description><![CDATA[<p>SQL Server2005引入了很多迎合开发者口味的新特性，虽然改动不大，却大大了减少了开发者的工作量，这种替用户考虑的开发思路，值得称赞。 <br /><br />在SQL Server2000中，要实现行列转换，需要综合利用聚合函数和动态SQL，实现起来需要一定的技巧，所以在CSDN的SQL讨论区里可以看到大量询问行列转换如何实现的问题。到了2005中，使用新引进的关键字PIVOT/UNPIVOT，可以轻松实现行列转换的需求。 <br /><br />好像Oracle11g也准备引入PIVOT/UNPIVOT特性，对于Oracle开发来说，It''s a good news。 <br />...</p>
[......]<p class='read-more'><a href='http://fmore.net/article/196.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/196.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>建站盈利， 个人站长不能不知道的10个关键词</title>
		<link>http://fmore.net/article/191.html</link>
		<comments>http://fmore.net/article/191.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:58:55 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=191</guid>
		<description><![CDATA[<p>第一个关键词：发现，就是说要善于寻找和发现机会。机不可失，失不再来，机会在哪里？<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%D6%D0%B9%FA">中国</span>有句俗语，叫&#8220;缺什么，补什么&#8221;，也就是看<span class="t_tag" onclick="tagshow(event)" href="tag.php?name=%BB%A5%C1%AA%CD%F8">互联网</span>上还需要什么，今天需要什么，将来需要什么。<br />...</p>
[......]<p class='read-more'><a href='http://fmore.net/article/191.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/191.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网站改个版花费670万 网民惊呼做个网站好值钱</title>
		<link>http://fmore.net/article/175.html</link>
		<comments>http://fmore.net/article/175.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:28:32 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[天价网站]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=175</guid>
		<description><![CDATA[<p><strong>&#8220;中国工会网网站改版670万元&#8221;，&#8220;孔子学院网站运营服务3520万元&#8221;。</strong><br />最近两天，财政部网站上公布的两则中直机构的中标公告引来网民围观。做个网站动辄就几百万元的成本支出，让&#8220;无比惊诧&#8221;的网民惊呼&#8220;做个网站好值钱&#8221;。</p><p>&#160;..</p>
[......]<p class='read-more'><a href='http://fmore.net/article/175.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/175.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>微软发布MySQL to SQL Server迁移工具 CTP1.0</title>
		<link>http://fmore.net/article/167.html</link>
		<comments>http://fmore.net/article/167.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:34:38 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[mysql sql server]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=167</guid>
		<description><![CDATA[<p>MySQL（世界上使用最为广泛的开源数据库软件，目前为Sun  Microsystem所有）对于微软来说既是竞争者又是合作伙伴（早前MySQL曾加入Visual  Studio工业伙伴计划），而自从甲骨文（Oracle）宣布要收购升阳（Sun MicroSystem）之后（顺便得到了升阳旗下的MySQL数据库），<a href="http://blogs.zdnet.com/microsoft/?p=4735&#38;tag=content;col1">MySQL更是升级成为微软的敌人</a>（甲骨文旗下的Oracle数据库是微软SQL  Server最为强大的对手）。<strong>所以微软此次发布MySQL to SQL Server迁移工具也就不让人意外了。</strong></p>...
[......]<p class='read-more'><a href='http://fmore.net/article/167.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/167.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 6.15 + 5.21 版发布</title>
		<link>http://fmore.net/article/150.html</link>
		<comments>http://fmore.net/article/150.html#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:19:09 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=150</guid>
		<description><![CDATA[<p>&#160;</p><p>Drupal是一个强大的软件,是一套采用GPL授权的开放源码软件,是由数以千计的使用者和开发人员所共同维护和开发的.<br /><span style="font-weight: bold">它可以让个人或社区使用者很容易地发表、管理并组织一个网站里大量且多样的内容.已经有许多个人和组织采用Drupal来建立各种不同的网站,包括:</span></p><p>&#160;</p><p>Drupal 6.15 and 5.21, maintenance releases which fix issues reported through the bug tracking system, as well as <strong>non critical security vulnerabilities</strong>, are now available for download. Both releases fix other smaller issues as well.</p>...
[......]<p class='read-more'><a href='http://fmore.net/article/150.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐七款免费开源微博客程序</title>
		<link>http://fmore.net/article/142.html</link>
		<comments>http://fmore.net/article/142.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:59:54 +0000</pubDate>
		<dc:creator>raio</dc:creator>
				<category><![CDATA[编程小技 [代码]]]></category>

		<guid isPermaLink="false">http://fmore.net/?p=142</guid>
		<description><![CDATA[<div class="wen">以Twitter为代表的微博客是今年非常火的社交网络，在国内的发展也在上半年一度非常迅猛，虽然现在大多数微博客都因为种种原因无法访问，但这并没有降低人们对微博客的热情，实际上，自己动手搭建一个类似Twitter的微博客平台并不困难，这里我就介绍一些常见的开源微博客程序，有了这些开源代码，只要稍懂一些电脑知识，就可以在短时间内搭建一个类似饭否或Twitter的微博客平台。<p>　　<a style="target: _blank" href="http://www.jaiku.com/" target="_blank">Jaiku</a></p>...</div>
[......]<p class='read-more'><a href='http://fmore.net/article/142.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://fmore.net/article/142.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

