<?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>cbm's land &#187; 学习笔记</title>
	<atom:link href="http://www.cbmland.com/cats/code/note/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cbmland.com</link>
	<description>记录我的全新旅程</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows 7 资源管理器Jumplist失效的解决办法</title>
		<link>http://www.cbmland.com/post/966/windows-7-explorer-jumplist-problem.html</link>
		<comments>http://www.cbmland.com/post/966/windows-7-explorer-jumplist-problem.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 02:02:10 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/?p=966</guid>
		<description><![CDATA[这个问题在工作机上出现了2次了，为了下次快速排除，把解决方案存档一下。
转到下面这个路径

%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations
<span class="readmore"><a href="http://www.cbmland.com/post/966/windows-7-explorer-jumplist-problem.html" title="Windows 7 资源管理器Jumplist失效的解决办法" target="_blank">阅读全文(195字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/966/windows-7-explorer-jumplist-problem.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AIR Drag and Drop 学习笔记(20080303)</title>
		<link>http://www.cbmland.com/post/438/note-of-air-drag-and-drop.html</link>
		<comments>http://www.cbmland.com/post/438/note-of-air-drag-and-drop.html#comments</comments>
		<pubDate>Mon, 03 Mar 2008 00:49:49 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/438/note-of-air-drag-and-drop.html</guid>
		<description><![CDATA[昨天学习到File类和FileStream类，操作起来很方便的，本准备用AIR技术制作一个文件夹图标修改器，但遗憾的是并没有提供设置文件属性的方法。这样修改文件夹图标的关键技术不能实现了。
今天看了一下拖拽类，主要由NativeDragEvent来监听鼠标行为，用 Clipboard.hasFormat() 来判断是否是支持的文件类型。然后用NativeDragManager.acceptDragDrop(dragTarget)来控制拖拽对象的鼠标显示状态。在NativeDragEvent.NATIVE_DRAG_DROP事件处理拖拽的文件。可以按不同类型的文件来处理。内置文件类型

BITMAP_FORMAT
<span class="readmore"><a href="http://www.cbmland.com/post/438/note-of-air-drag-and-drop.html" title="AIR Drag and Drop 学习笔记(20080303)" target="_blank">阅读全文(2351字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/438/note-of-air-drag-and-drop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIR SQL 学习笔记(20080229)</title>
		<link>http://www.cbmland.com/post/436/note-of-air-sql.html</link>
		<comments>http://www.cbmland.com/post/436/note-of-air-sql.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:51:54 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/436/note-of-air-sql.html</guid>
		<description><![CDATA[AIR 本地数据为SQLite，
applicationDirectory 路径为 %APPDATA%\appName\
applicationStorageDirectory路径为 %APPDATA%\appName\Local Store\
%APPDATA% 为系统环境变量，默认为 %SystemDrive%\Documents and Settings\%USERNAME%\Application Data
<span class="readmore"><a href="http://www.cbmland.com/post/436/note-of-air-sql.html" title="AIR SQL 学习笔记(20080229)" target="_blank">阅读全文(1880字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/436/note-of-air-sql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS2005 sp1 集成光盘日志</title>
		<link>http://www.cbmland.com/post/247/vs2005-sp1-integrated.html</link>
		<comments>http://www.cbmland.com/post/247/vs2005-sp1-integrated.html#comments</comments>
		<pubDate>Mon, 26 Mar 2007 03:23:32 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/247/vs2005.sp1.集成光盘日志.html</guid>
		<description><![CDATA[VS2005的SP1又耗时又占空间是出了名的。想要要今后安装一步到位就要制作集SP1的安装关盘了。
主要有2个命令
1.解压原盘
msiexec.exe /a I:\VSvs_setup.msi TARGETDIR=E:\VSSETUP /L*vx install.log
<span class="readmore"><a href="http://www.cbmland.com/post/247/vs2005-sp1-integrated.html" title="VS2005 sp1 集成光盘日志" target="_blank">阅读全文(419字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/247/vs2005-sp1-integrated.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>精妙的SQL语句</title>
		<link>http://www.cbmland.com/post/192/perfect-sql-syntax.html</link>
		<comments>http://www.cbmland.com/post/192/perfect-sql-syntax.html#comments</comments>
		<pubDate>Fri, 15 Dec 2006 10:12:29 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/192/精妙的sql语句.html</guid>
		<description><![CDATA[说明：复制表(只复制结构,源表名：a 新表名：b)
      select * into b from a where 1&#60;&#62;1


<span class="readmore"><a href="http://www.cbmland.com/post/192/perfect-sql-syntax.html" title="精妙的SQL语句" target="_blank">阅读全文(12075字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/192/perfect-sql-syntax.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP目录遍历</title>
		<link>http://www.cbmland.com/post/84/asp-throughout-directory.html</link>
		<comments>http://www.cbmland.com/post/84/asp-throughout-directory.html#comments</comments>
		<pubDate>Thu, 13 Oct 2005 14:04:19 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[asp]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/84/asp目录遍历.html</guid>
		<description><![CDATA[&#60;%
set fso = CreateObject(&#34;Scripting.FileSystemObject&#34;)
targetPath=&#34;.. ext&#34;
uploadPath = server.mappath(targetPath)
<span class="readmore"><a href="http://www.cbmland.com/post/84/asp-throughout-directory.html" title="ASP目录遍历" target="_blank">阅读全文]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/84/asp-throughout-directory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP文件,文件夹备份操作</title>
		<link>http://www.cbmland.com/post/74/asp-backup-file.html</link>
		<comments>http://www.cbmland.com/post/74/asp-backup-file.html#comments</comments>
		<pubDate>Fri, 07 Oct 2005 18:47:27 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[asp]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/74/asp文件,文件夹备份操作.html</guid>
		<description><![CDATA[&#60;%
sub copyfolder
sFolder=server.mappath(targetFolder)
oFolder=server.mappath(newFolder)
<span class="readmore"><a href="http://www.cbmland.com/post/74/asp-backup-file.html" title="ASP文件,文件夹备份操作" target="_blank">阅读全文]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/74/asp-backup-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP遍历数据库</title>
		<link>http://www.cbmland.com/post/73/asp-throughout-db.html</link>
		<comments>http://www.cbmland.com/post/73/asp-throughout-db.html#comments</comments>
		<pubDate>Fri, 07 Oct 2005 11:31:28 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[代码人生]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/73/asp遍历数据库.html</guid>
		<description><![CDATA[&#60;%@LANGUAGE=&#34;VBSCRIPT&#34; CODEPAGE=&#34;65001&#34;%&#62;
&#60;!--#include file=&#34;inc/sql.asp&#34;--&#62;
&#60;%
Set rstSchema = db.OpenSchema(20)
<span class="readmore"><a href="http://www.cbmland.com/post/73/asp-throughout-db.html" title="ASP遍历数据库" target="_blank">阅读全文]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/73/asp-throughout-db.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS 设置收藏夹及首页</title>
		<link>http://www.cbmland.com/post/33/as-set-favorite-and-homepage.html</link>
		<comments>http://www.cbmland.com/post/33/as-set-favorite-and-homepage.html#comments</comments>
		<pubDate>Fri, 15 Apr 2005 14:16:12 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/33/as.设置收藏夹及首页.html</guid>
		<description><![CDATA[设为首页
on (release) { fscommand(&#8220;setHomePage&#8221;, &#8220;http://您的网站地址&#8221;); }
加入收藏夹
on (release) { fscommand(&#8220;addFavorite&#8221;, &#8220;http://网站地址&#124;网站名称&#8221;); }
<span class="readmore"><a href="http://www.cbmland.com/post/33/as-set-favorite-and-homepage.html" title="AS 设置收藏夹及首页" target="_blank">阅读全文(120字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/33/as-set-favorite-and-homepage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个很好的月历函数，想自己作Blog系统的不要错过哦！</title>
		<link>http://www.cbmland.com/post/28/blog-calender.html</link>
		<comments>http://www.cbmland.com/post/28/blog-calender.html#comments</comments>
		<pubDate>Sat, 19 Feb 2005 00:13:27 +0000</pubDate>
		<dc:creator>cbm</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[服务器相关]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cbmland.com/post/28/一个很好的月历函数，想自己作blog系统的不要错过哦！.html</guid>
		<description><![CDATA[一个很好的月历函数，想自己作Blog系统的不要错过哦！

&#60;?php
function calendar&#40;$MM,$YYYY&#41;&#123;
<span class="readmore"><a href="http://www.cbmland.com/post/28/blog-calender.html" title="一个很好的月历函数，想自己作Blog系统的不要错过哦！" target="_blank">阅读全文(27字)</a></span>]]></description>
		<wfw:commentRss>http://www.cbmland.com/post/28/blog-calender.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

