<?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>馋嘴蜗牛 &#187; 这就是技术吧</title>
	<atom:link href="http://osnaile.osdn.cn/topics/category/%e8%bf%99%e5%b0%b1%e6%98%af%e6%8a%80%e6%9c%af%e5%90%a7/feed" rel="self" type="application/rss+xml" />
	<link>http://osnaile.osdn.cn</link>
	<description>哈，又一个 WordPress 博客</description>
	<lastBuildDate>Fri, 01 Jul 2011 08:27:29 +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>安装 Drupal 7.0</title>
		<link>http://osnaile.osdn.cn/topics/install-drupal-7-0</link>
		<comments>http://osnaile.osdn.cn/topics/install-drupal-7-0#comments</comments>
		<pubDate>Sat, 12 Mar 2011 13:49:30 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=252</guid>
		<description><![CDATA[Drupal 7.0 下载地址：http://drupal.org/download 中文语言包下载地址：http://localize.drupal.org/translate/languages/zh-hans 我的安装是在 Windows 下，Apache + MySQL Apache、MySQL 和 PHP 的安装配置我就不说了，网上有好多，直接开始安装 &#160; 选择 “Standard” 把下载好的语言包文件 “.po” 放到 “profiles\standard\translations”<a href="http://osnaile.osdn.cn/topics/install-drupal-7-0" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/install-drupal-7-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 删除 indicator network 后无法使用 network manager</title>
		<link>http://osnaile.osdn.cn/topics/network-manager-broken-after-uninstall-indicator-network</link>
		<comments>http://osnaile.osdn.cn/topics/network-manager-broken-after-uninstall-indicator-network#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:51:33 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=247</guid>
		<description><![CDATA[试用了一个 indicator network，不太喜欢，就在 Synaptic Package Manager 中删除了，删除之后，原来的 network manager 就不能正常工作了，总是“networking disable”的状态。 经在网上查询，查到的有用结果不多。 最后我的操作如下： 编辑/etc/NetworkManager/nm-system-settings.conf文件， 把 managed=false 改成 managed=true 删除 connman<a href="http://osnaile.osdn.cn/topics/network-manager-broken-after-uninstall-indicator-network" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/network-manager-broken-after-uninstall-indicator-network/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 中统计每个数据表的大小</title>
		<link>http://osnaile.osdn.cn/topics/sql-server-check-table-size</link>
		<comments>http://osnaile.osdn.cn/topics/sql-server-check-table-size#comments</comments>
		<pubDate>Mon, 06 Dec 2010 11:30:44 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=243</guid>
		<description><![CDATA[在 SQL Server 中，了解每个表的记录数、占用磁盘空间大小是非常有必要的。 我们可以使用 sp_spaceused 这个存储过程来查询表的信息。 sp_spaceused的使用方法如下： 1. exec sp_spaceused &#8216;表名&#8217; （SQL统计数据，大量事务操作后可能不准） 2. exec sp_spaceused &#8216;表名&#8217;, true (更新表的空间大小，准确的表空大小，但可能会花些统计时间） 3.<a href="http://osnaile.osdn.cn/topics/sql-server-check-table-size" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/sql-server-check-table-size/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 下查看目录下文件个数</title>
		<link>http://osnaile.osdn.cn/topics/linux-get-file-count</link>
		<comments>http://osnaile.osdn.cn/topics/linux-get-file-count#comments</comments>
		<pubDate>Wed, 17 Nov 2010 05:39:09 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=240</guid>
		<description><![CDATA[查看某个目录下文件的个数： ls -l &#124;grep &#34;^-&#34;&#124;wc -l 查看某个目录下文件的个数，包括子文件夹里的： ls -lR&#124;grep &#34;^-&#34;&#124;wc -l 查看某个目录下文件夹的个数： ls -l&#124;grep &#34;^d&#34;&#124;wc -l 查看某个目录下文件夹的个数，包括子文件夹里的： ls -lR&#124;grep &#34;^d&#34;&#124;wc<a href="http://osnaile.osdn.cn/topics/linux-get-file-count" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/linux-get-file-count/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS文件系统的使用经验</title>
		<link>http://osnaile.osdn.cn/topics/zfs-experience</link>
		<comments>http://osnaile.osdn.cn/topics/zfs-experience#comments</comments>
		<pubDate>Tue, 26 Oct 2010 07:46:36 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=235</guid>
		<description><![CDATA[ZFS是个不错的文件系统，可以很方便的管理硬盘组。 我在开始使用的时候，手里有三块1T的硬盘，按照以前做 RAID 的经验，首选是 RAID5，对应ZFS里就是 raidz，假如我的存储池叫 nas，使用这个命令创建池： zpool create nas raidz c9d0t0 c9d1t0 c9t2d0 好，看一下池的状态 $ zpool status -v nas<a href="http://osnaile.osdn.cn/topics/zfs-experience" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/zfs-experience/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>增加 Drupal 的内存限制</title>
		<link>http://osnaile.osdn.cn/topics/increase-php-memory-limit-for-drupal</link>
		<comments>http://osnaile.osdn.cn/topics/increase-php-memory-limit-for-drupal#comments</comments>
		<pubDate>Wed, 08 Sep 2010 09:14:59 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=231</guid>
		<description><![CDATA[Drupal 6 最低需要 16MB 的 PHP 内存上限，推荐设置是 32MB。很多网站用了像 CCK 和 Views 这类的模块，就需要更多的内存。增加 PHP 内存上限有几种方式，选择一个适合自己的就可以了。 使用 Drupal Tweaks 模块 在 Drupal<a href="http://osnaile.osdn.cn/topics/increase-php-memory-limit-for-drupal" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/increase-php-memory-limit-for-drupal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 Drupal 中通过 GMap 模块使用 Google 地图</title>
		<link>http://osnaile.osdn.cn/topics/use-google-map-by-gmap-module-in-drupal</link>
		<comments>http://osnaile.osdn.cn/topics/use-google-map-by-gmap-module-in-drupal#comments</comments>
		<pubDate>Fri, 03 Sep 2010 06:46:07 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=210</guid>
		<description><![CDATA[使用 Google Map 需要两个模块 GMap 和 CCK 先来看看效果： 想把 Google Map 嵌入到 Drupal 里，需要 GMap 模块 下载地址：http://drupal.org/project/gmap 首先启用GMap模块，在 在输入格式中加入新的格式，把“GMap macro<a href="http://osnaile.osdn.cn/topics/use-google-map-by-gmap-module-in-drupal" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/use-google-map-by-gmap-module-in-drupal/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>开启 PHPWind 的静态路径</title>
		<link>http://osnaile.osdn.cn/topics/enable-phpwind-static-url</link>
		<comments>http://osnaile.osdn.cn/topics/enable-phpwind-static-url#comments</comments>
		<pubDate>Thu, 02 Sep 2010 05:59:04 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[phpwind]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=200</guid>
		<description><![CDATA[在论坛这种动态网站中，开启静态路径对网站的 SEO 是很有好处的。 要在 PHPWind 中开启静态路径，需要在 Apache 中加载 Mod_rewrite 模块。这个模块如何加载，请大家自行在网络中搜索。 进入 PHPWind 的后台，打开“静态目录部署”页面 选择“开启”，并设置“静态目录”和“静态目录扩展名设置”，如图： 在后台中，说了，需要修改conf/httpd.conf文件。 如果网站放置在国外的虚拟主机上，那修改这个文件很不方便，那我们可以通过修改 .htaccess 文件的方式来达到目的。 在网站的根目录建立一个名为“.htaccess”的文件，文件内容如下： RewriteEngine<a href="http://osnaile.osdn.cn/topics/enable-phpwind-static-url" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/enable-phpwind-static-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhythmbox 中 MP3 TAG 乱码问题</title>
		<link>http://osnaile.osdn.cn/topics/rhythmbox-mp3-tag</link>
		<comments>http://osnaile.osdn.cn/topics/rhythmbox-mp3-tag#comments</comments>
		<pubDate>Mon, 31 May 2010 14:13:26 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[编码]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=185</guid>
		<description><![CDATA[在 ubuntu 里使用 Rhythmbox 导入音乐目录后，有很多的 MP3 的 TAG 信息都显示成了乱码，这个问题应该是由文字编码引起的。 网上找到了一些解决办法，可以把MP3文件的TAG编码改成 Rhythmbox 认的，我没选这种，我是选择修改环境变量，让程序去适应编码。 编辑 ~/.profile 文件 加入： export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030 export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030<a href="http://osnaile.osdn.cn/topics/rhythmbox-mp3-tag" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/rhythmbox-mp3-tag/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache、PHP、MySQL 的安装</title>
		<link>http://osnaile.osdn.cn/topics/install-apache-php-mysql</link>
		<comments>http://osnaile.osdn.cn/topics/install-apache-php-mysql#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:06:05 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=167</guid>
		<description><![CDATA[这里只是简单的一个说明，请根据自己的实际情况进行安装 在 Windows 下安装 PHP 的开发环境，要装的东西有 Apache、php、MySQL、文本编辑器 这里我假设安装的文件夹是 D 盘 1.先装 Apache 在安装向导中，这里有两个选择，一个是装成服务，一个是手动启动，两个都行，看自己的需要了。 装好后，修改配置文件，文件是D:\Apache Software Foundation\Apache2.2\conf\httpd.conf 修改 “DocumentRoot” 为自己的网站文件所在的文件夹 接着有一个<a href="http://osnaile.osdn.cn/topics/install-apache-php-mysql" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/install-apache-php-mysql/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>在 OpenSolaris 里安装包出错</title>
		<link>http://osnaile.osdn.cn/topics/%e5%9c%a8-opensolaris-%e9%87%8c%e5%ae%89%e8%a3%85%e5%8c%85%e5%87%ba%e9%94%99</link>
		<comments>http://osnaile.osdn.cn/topics/%e5%9c%a8-opensolaris-%e9%87%8c%e5%ae%89%e8%a3%85%e5%8c%85%e5%87%ba%e9%94%99#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:48:22 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=162</guid>
		<description><![CDATA[我的 OpenSolaris 是 2009.06 版，在 Packager Manager 里把 http://pkg.opensolaris.org/dev 加到了 publisher 里，叫做 “dev”，一开始用着没什么问题，安装新程序包都正常。后来就不行了，在安装新的包时出这个错误： The following pattern(s) did not match any<a href="http://osnaile.osdn.cn/topics/%e5%9c%a8-opensolaris-%e9%87%8c%e5%ae%89%e8%a3%85%e5%8c%85%e5%87%ba%e9%94%99" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e5%9c%a8-opensolaris-%e9%87%8c%e5%ae%89%e8%a3%85%e5%8c%85%e5%87%ba%e9%94%99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64位linux下使用flash</title>
		<link>http://osnaile.osdn.cn/topics/64%e4%bd%8dlinux%e4%b8%8b%e4%bd%bf%e7%94%a8flash</link>
		<comments>http://osnaile.osdn.cn/topics/64%e4%bd%8dlinux%e4%b8%8b%e4%bd%bf%e7%94%a8flash#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:34:03 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=156</guid>
		<description><![CDATA[Adobe Labs 发布了 flash 10 的 64 位 beta 版，去 http://labs.adobe.com/technologies/flashplayer10/ 下载一个 解压出一个 .so 文件，放到 ~/.mozilla/plugins 里（如果没有 plugins 这个文件夹就自己建一个） 重启<a href="http://osnaile.osdn.cn/topics/64%e4%bd%8dlinux%e4%b8%8b%e4%bd%bf%e7%94%a8flash" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/64%e4%bd%8dlinux%e4%b8%8b%e4%bd%bf%e7%94%a8flash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>求助大家，有没有人发现过 firefox 的这个问题</title>
		<link>http://osnaile.osdn.cn/topics/%e6%b1%82%e5%8a%a9%e5%a4%a7%e5%ae%b6%ef%bc%8c%e6%9c%89%e6%b2%a1%e6%9c%89%e4%ba%ba%e5%8f%91%e7%8e%b0%e8%bf%87-firefox-%e7%9a%84%e8%bf%99%e4%b8%aa%e9%97%ae%e9%a2%98</link>
		<comments>http://osnaile.osdn.cn/topics/%e6%b1%82%e5%8a%a9%e5%a4%a7%e5%ae%b6%ef%bc%8c%e6%9c%89%e6%b2%a1%e6%9c%89%e4%ba%ba%e5%8f%91%e7%8e%b0%e8%bf%87-firefox-%e7%9a%84%e8%bf%99%e4%b8%aa%e9%97%ae%e9%a2%98#comments</comments>
		<pubDate>Wed, 18 Nov 2009 00:38:41 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=150</guid>
		<description><![CDATA[我的设置应该是菜单栏不显示，下面是一条工具栏，再下面是 del.icio.us 的书签栏，就没有了 最近打开 firefox 时，经常是这个书签栏什么都没有，就是一个空条 谁有没有也遇到这种情况的？怎么解决呢？]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e6%b1%82%e5%8a%a9%e5%a4%a7%e5%ae%b6%ef%bc%8c%e6%9c%89%e6%b2%a1%e6%9c%89%e4%ba%ba%e5%8f%91%e7%8e%b0%e8%bf%87-firefox-%e7%9a%84%e8%bf%99%e4%b8%aa%e9%97%ae%e9%a2%98/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>让 phpwind 论坛禁止某些邮箱的注册</title>
		<link>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c</link>
		<comments>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:56:23 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[phpwind]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=139</guid>
		<description><![CDATA[换用 phpwind 做为论坛系统后，注册机乱注册的用户就一堆一堆的过来，为了阻止注册机的注册，启用了比较复杂的验证码，把注册文件改名、邮件验证等，做了这些之后，确实挡住了一大部分的注册机。消停了一阵后，又来了，还好，这些注册机注册时使用的邮箱都是某些固定后缀，好办了，在注册过程中禁止这些后缀的注册。 phpwind 论坛只提供了允许指定邮箱注册的功能，那不行啊，我是想禁止指定邮箱的注册，phpwind 论坛并没有提供这样的功能，在 phpwind 的官方论坛上，有不少人建议增加这个功能，直到 7.3.2 版还是没有增加。咱们只能是自己动手了。 2009.12.04注释：可以略过这段，往下看更新过的代码 好，修改注册文件，一般是 register.php，找到这些，大概是在 73 行： if &#40;!$email &#124;&#124; !preg_match&#40;&#34;/^[-a-zA-Z0-9_\.]+@([0-9A-Za-z][0-9A-Za-z-]+\.)+[A-Za-z]{2,5}$/&#34;,$email&#41;&#41; &#123;<a href="http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e8%ae%a9-phpwind-%e8%ae%ba%e5%9d%9b%e7%a6%81%e6%ad%a2%e6%9f%90%e4%ba%9b%e9%82%ae%e7%ae%b1%e7%9a%84%e6%b3%a8%e5%86%8c/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla Thunderbird 与 Windows Mobile 之间的同步</title>
		<link>http://osnaile.osdn.cn/topics/mozilla-thunderbird-%e4%b8%8e-windows-mobile-%e4%b9%8b%e9%97%b4%e7%9a%84%e5%90%8c%e6%ad%a5</link>
		<comments>http://osnaile.osdn.cn/topics/mozilla-thunderbird-%e4%b8%8e-windows-mobile-%e4%b9%8b%e9%97%b4%e7%9a%84%e5%90%8c%e6%ad%a5#comments</comments>
		<pubDate>Tue, 19 May 2009 03:31:41 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=131</guid>
		<description><![CDATA[Windows Mobile 最好的同步对象还是 Microsoft Outlook，如果要是想让 Thunderbird 和 WM 之间进行同步，还是有一些麻烦。我在网上找了找，有这么三个软件可以用。 1.BirdieSync 这个软件是个商业软件，在网上使用过的人的经验来看，这应该是最好用的了，价格是 19.95 欧元。 我没购买这个软件的意向，所以也就没有详细地试用。 这个软件的网址是：http://www.birdiesync.com/，有兴趣的朋友可以去试试，试用版提供了21天的全功能试用。来自http://osnaile.osdn.cn/ 2.FinchSync 我现在用的是这个软件，免费软件。 这个软件是由 PC 端和<a href="http://osnaile.osdn.cn/topics/mozilla-thunderbird-%e4%b8%8e-windows-mobile-%e4%b9%8b%e9%97%b4%e7%9a%84%e5%90%8c%e6%ad%a5" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/mozilla-thunderbird-%e4%b8%8e-windows-mobile-%e4%b9%8b%e9%97%b4%e7%9a%84%e5%90%8c%e6%ad%a5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>压缩 VirtualBox 的 VDI 文件</title>
		<link>http://osnaile.osdn.cn/topics/%e5%8e%8b%e7%bc%a9-virtualbox-%e7%9a%84-vdi-%e6%96%87%e4%bb%b6</link>
		<comments>http://osnaile.osdn.cn/topics/%e5%8e%8b%e7%bc%a9-virtualbox-%e7%9a%84-vdi-%e6%96%87%e4%bb%b6#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:31:44 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=124</guid>
		<description><![CDATA[用 Sun VirtualBox 软件虚拟出来的硬盘文件是 VDI 文件，这个文件会随着使用而变大，因为磁盘碎片的产生，这个文件里也有很多的没用的空闲空间，为了节省空间，就需要对 VDI 文件进行压缩。 压缩分三步，1.在虚拟系统中进行碎片整理；2.在虚拟系统中把空闲空间标记为 0；3.在宿主系统中收缩 VDI 文件。 第一步，碎片整理可以用系统自带的，也可以使用第三方软件。 第二步，使用 “sdelete” 把空闲空间标记为 0，下载地址：http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx 命令：sdelete.exe -c c:<a href="http://osnaile.osdn.cn/topics/%e5%8e%8b%e7%bc%a9-virtualbox-%e7%9a%84-vdi-%e6%96%87%e4%bb%b6" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e5%8e%8b%e7%bc%a9-virtualbox-%e7%9a%84-vdi-%e6%96%87%e4%bb%b6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>x64与五笔</title>
		<link>http://osnaile.osdn.cn/topics/x64%e4%b8%8e%e4%ba%94%e7%ac%94</link>
		<comments>http://osnaile.osdn.cn/topics/x64%e4%b8%8e%e4%ba%94%e7%ac%94#comments</comments>
		<pubDate>Sun, 25 Jan 2009 06:54:50 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[五笔]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=121</guid>
		<description><![CDATA[换了 Windows Server 2008 R2 Beta 后，装上了从 OFFICE2000 时代就一直用的微软提供的王码五笔型，用了几天没有发现什么问题。今天在用的时候，终于发现问题了。正好今天是除夕，想用飞信给朋友们发短信，打开发消息的窗口，再打开输入法，切换到五笔型，就是打不出汉字来，都是英文字母，再一看，原来微软在 OFFICE2000里带的是 32位版的五笔，飞信装好后，是 64 位程序，五笔就打不开了，换用微软拼音吧，不行，打字太累，还要去想拼音怎么拼，太麻烦，就上网搜了几款五笔输入法。 看了几个介绍，有“海峰五笔”和“小鸭五笔”都说支持 64 位系统。 我先安装了海峰五笔，因为在海峰五笔的官方网站说介绍说，使用传统的 IME 方式，和王码五笔型长得最像，我就安装了，在飞信中使用正常，我再到 firefox<a href="http://osnaile.osdn.cn/topics/x64%e4%b8%8e%e4%ba%94%e7%ac%94" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/x64%e4%b8%8e%e4%ba%94%e7%ac%94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft.Jet.OLEDB.4.0 与 x64</title>
		<link>http://osnaile.osdn.cn/topics/microsoftjetoledb40-%e4%b8%8e-x64</link>
		<comments>http://osnaile.osdn.cn/topics/microsoftjetoledb40-%e4%b8%8e-x64#comments</comments>
		<pubDate>Sat, 24 Jan 2009 00:56:59 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[OLEDB]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=118</guid>
		<description><![CDATA[我在新安装好的 Windows Server 2008 R2 Beta 中，运行我的一个程序，就出现了错误信息，打开源代码，进行调试 发现错误是：“The &#8216;Microsoft.Jet.OLEDB.4.0&#8242; provider is not registered on the local machine.” 随后，到百度上查，因为百度上查的基本上都是中文的信息，英文怕看不懂嘛，可什么都没查到 再到 GOOGLE<a href="http://osnaile.osdn.cn/topics/microsoftjetoledb40-%e4%b8%8e-x64" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/microsoftjetoledb40-%e4%b8%8e-x64/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OleDbConnection.GetOleDbSchemaTable</title>
		<link>http://osnaile.osdn.cn/topics/oledbconnectiongetoledbschematable</link>
		<comments>http://osnaile.osdn.cn/topics/oledbconnectiongetoledbschematable#comments</comments>
		<pubDate>Fri, 02 Jan 2009 13:31:31 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=106</guid>
		<description><![CDATA[在 .NET Framework 2.0 中，要得到表结构的定义，不能简单的用 DataTable.Columns[col].DataType 来获取，有很多信息是无法得到的，要用OleDbConnection.GetOleDbSchemaTable 这个方法。 在 MSDN 中是这么定义的： public DataTable GetOleDbSchemaTable&#40; Guid schema, Object&#91;&#93; restrictions &#41; 参数：<a href="http://osnaile.osdn.cn/topics/oledbconnectiongetoledbschematable" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/oledbconnectiongetoledbschematable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用 VBS 把当前目录加到 PATH 环境变量中</title>
		<link>http://osnaile.osdn.cn/topics/%e7%94%a8-vbs-%e6%8a%8a%e5%bd%93%e5%89%8d%e7%9b%ae%e5%bd%95%e5%8a%a0%e5%88%b0-path-%e7%8e%af%e5%a2%83%e5%8f%98%e9%87%8f%e4%b8%ad</link>
		<comments>http://osnaile.osdn.cn/topics/%e7%94%a8-vbs-%e6%8a%8a%e5%bd%93%e5%89%8d%e7%9b%ae%e5%bd%95%e5%8a%a0%e5%88%b0-path-%e7%8e%af%e5%a2%83%e5%8f%98%e9%87%8f%e4%b8%ad#comments</comments>
		<pubDate>Thu, 27 Nov 2008 08:15:13 +0000</pubDate>
		<dc:creator>osnaile</dc:creator>
				<category><![CDATA[这就是技术吧]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://osnaile.osdn.cn/?p=98</guid>
		<description><![CDATA[一个朋友提了一个需求，为了做一个类似绿色软件的东西，要把软件所在的目录加入到用户的 PATH 环境变量中。 我通过一个 VBS 脚本实现了这个功能： 1 2 3 4 5 6 7 Dim oWshShell, sOldPath, sNewPath Set oWshShell =<a href="http://osnaile.osdn.cn/topics/%e7%94%a8-vbs-%e6%8a%8a%e5%bd%93%e5%89%8d%e7%9b%ae%e5%bd%95%e5%8a%a0%e5%88%b0-path-%e7%8e%af%e5%a2%83%e5%8f%98%e9%87%8f%e4%b8%ad" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://osnaile.osdn.cn/topics/%e7%94%a8-vbs-%e6%8a%8a%e5%bd%93%e5%89%8d%e7%9b%ae%e5%bd%95%e5%8a%a0%e5%88%b0-path-%e7%8e%af%e5%a2%83%e5%8f%98%e9%87%8f%e4%b8%ad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

