<?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>JerryQu的小站 &#187; MySQL</title>
	<atom:link href="http://www.qgy18.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qgy18.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 03:42:13 +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>QGYWEBIM有PHP+MYSQL版本了</title>
		<link>http://www.qgy18.com/2008/08/qgywebim_php_edition/</link>
		<comments>http://www.qgy18.com/2008/08/qgywebim_php_edition/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:30:17 +0000</pubDate>
		<dc:creator>Jerry Qu</dc:creator>
				<category><![CDATA[后台技术]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[QGYWebIM]]></category>

		<guid isPermaLink="false">http://www.qgy18.com/?p=36</guid>
		<description><![CDATA[这两天，手头活儿少了一点，我就抽空把QGYWEBIM移植到了PHP+MYSQL平台下，功能和之前发布的β1.4基本一致。因为是后端生成xml来传输数据，所以尽管我对php了解不多，但还是移植得很顺利。 比较郁闷的是，以前我是做windows平台开发的，众所周知windows是忽略文件大小写的，所以我的命名习惯是文件名单词首字母大写，html链接里文件名统统用小写。但是由于php多数是跑在linux下的... ]]></description>
			<content:encoded><![CDATA[<p>这两天，手头活儿少了一点，我就抽空把QGYWEBIM移植到了PHP+MYSQL平台下，功能和之前发布的β1.4基本一致。因为是后端生成xml来传输数据，所以尽管我对php了解不多，但还是移植得很顺利。</p>
<p>比较郁闷的是，以前我是做windows平台开发的，众所周知windows是忽略文件大小写的，所以我的命名习惯是文件名单词首字母大写，html链接里文件名统统用小写。但是由于php多数是跑在linux下的，这样写有很大的问题。</p>
<p>我遇到的另外一个问题是：AJAX提交时，发送的内容用escape编码，php端不会自动解码，网上找了一个<a href="http://topic.csdn.net/u/20080103/20/54610212-4926-46a0-905e-14e3bc58d147.html">php的unescape函数</a>在linux下有问题。后来我才发现在js端改用encodeURIComponent来编码，php端不用解码就是正常的。不过<a href="http://www.huzi.name">胡子</a>说他已经让<a href="http://www.huzi.name/2008/08/21/php%E4%B8%AD%E8%A7%A3%E7%A0%81js-escape%E7%BC%96%E7%A0%81%E8%BF%87%E7%9A%84%E5%AD%97%E7%AC%A6%E4%B8%B2/">escape在linux也能工作</a>了。</p>
<p>PHP+MySQL版测试地址：<a href="http://www.qgy18.com/lab/webim/">http://www.qgy18.com/lab/webim/</a>，<a href="http://www.qgy18.com/g/?id=1">下载点这里</a></p>
<p>ASP+Access版测试地址：<del>http://old.qgy18.com/webim</del>，<a href="http://www.qgy18.com/g/?id=3">下载点这里</a></p>
<p>说明文档：<a href="http://www.qgy18.com/file/readme.html">http://www.qgy18.com/file/readme.html</a></p>
<p>先放上去测试一段时间，我在会修复BUG后发布完整源代码的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qgy18.com/2008/08/qgywebim_php_edition/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
