<?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>LiangXu Wang &#187; access</title>
	<atom:link href="http://wlx.westgis.ac.cn/tag/access/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlx.westgis.ac.cn</link>
	<description>technology backup/share</description>
	<lastBuildDate>Sat, 14 Jan 2012 03:56:14 +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>限制apache某目录只允许某IP访问</title>
		<link>http://wlx.westgis.ac.cn/405/</link>
		<comments>http://wlx.westgis.ac.cn/405/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 07:41:50 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/405/</guid>
		<description><![CDATA[比如安装的phpMyadmin，必须限制只有某些IP可以访问，因此就可以这样设置： 首先要设置网站允许.htaccess， AllowOverride All 然后定义目录下的.htaccess文件： Order Deny,Allow Deny from all Allow from 210.77.68.215]]></description>
			<content:encoded><![CDATA[<p>比如安装的phpMyadmin，必须限制只有某些IP可以访问，因此就可以这样设置：<br />
首先要设置网站允许.htaccess，</p>
<blockquote><p>                AllowOverride All
</p></blockquote>
<p>然后定义目录下的.htaccess文件：</p>
<blockquote><p>
Order Deny,Allow<br />
Deny from all<br />
Allow from 210.77.68.215
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/405/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>access到mysql的转换问题</title>
		<link>http://wlx.westgis.ac.cn/45/</link>
		<comments>http://wlx.westgis.ac.cn/45/#comments</comments>
		<pubDate>Fri, 04 Mar 2005 05:42:33 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[webwiz]]></category>

		<guid isPermaLink="false">http://blog.mygis.org/45/</guid>
		<description><![CDATA[因为想把WEBWIZ论坛转换为PHPBB论坛，需要把ACCESS数据库转换到MYSQL数据库，从网上找了一些转换软件，也都可以转换。 但存在一些问题： 1、中文转换不完全（部分中文丢失，问题非常严重） 2、转换过来的SQL语句不完全符合MYSQL的SQL语法。 因此，放弃此方案。或许可以自己写转换脚本，使用PEAR直接读ACCESS库，估计没有这个问题。 PHPBB提供的转换方案：http://www.phpbb.com/phpBB/viewtopic.php?t=233799 （试验了其他的转换软件）]]></description>
			<content:encoded><![CDATA[<p>因为想把WEBWIZ论坛转换为PHPBB论坛，需要把ACCESS数据库转换到MYSQL数据库，从网上找了一些转换软件，也都可以转换。<br />
但存在一些问题：<br />
1、中文转换不完全（部分中文丢失，问题非常严重）<br />
2、转换过来的SQL语句不完全符合MYSQL的SQL语法。</p>
<p>因此，放弃此方案。或许可以自己写转换脚本，使用PEAR直接读ACCESS库，估计没有这个问题。</p>
<p>PHPBB提供的转换方案：<a href="http://www.phpbb.com/phpBB/viewtopic.php?t=233799">http://www.phpbb.com/phpBB/viewtopic.php?t=233799</a> （试验了其他的转换软件）</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

