<?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; PHP</title>
	<atom:link href="http://cocobear.info/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sun, 11 Mar 2012 14:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>给草儿同学写了个查询系统</title>
		<link>http://cocobear.info/blog/2010/01/13/write-web-query-system/</link>
		<comments>http://cocobear.info/blog/2010/01/13/write-web-query-system/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:07:20 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Js]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=775</guid>
		<description><![CDATA[主要实现查询、添加、修改、删除、导入功能;
可以对Excel文件导出的csv文件直接导入，使用ajax使操作简单化。

用到的技术关键词
PHP MySQL Ajax JavaScript Jquery Vim

共计一个文件600行代码]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2010/01/13/write-web-query-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP中使用openssl</title>
		<link>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/</link>
		<comments>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:23:36 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=716</guid>
		<description><![CDATA[服务器端要对客户端POST 上来的签名后的数据进行验证，本来想着用Python调用openssl命令行来实现，不过没有找到相关的命令，后来找了下PHP的openssl的封装，果然有的：<a href="http://php.chinaunix.net/manual/zh/ref.openssl.php">http://php.chinaunix.net/manual/zh/ref.openssl.php</a>

封装的函[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/06/17/use-openssl-in-php/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/06/17/use-openssl-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP版五子棋－人机对战版发布</title>
		<link>http://cocobear.info/blog/2007/07/02/php%e7%89%88%e4%ba%94%e5%ad%90%e6%a3%8b%ef%bc%8d%e4%ba%ba%e6%9c%ba%e5%af%b9%e6%88%98%e7%89%88%e5%8f%91%e5%b8%83/</link>
		<comments>http://cocobear.info/blog/2007/07/02/php%e7%89%88%e4%ba%94%e5%ad%90%e6%a3%8b%ef%bc%8d%e4%ba%ba%e6%9c%ba%e5%af%b9%e6%88%98%e7%89%88%e5%8f%91%e5%b8%83/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 17:08:20 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/2007/07/02/php%e7%89%88%e4%ba%94%e5%ad%90%e6%a3%8b%ef%bc%8d%e4%ba%ba%e6%9c%ba%e5%af%b9%e6%88%98%e7%89%88%e5%8f%91%e5%b8%83/</guid>
		<description><![CDATA[可以在下面的地址试玩：

<a href=http://cocobear.info/demo/phpfive/vs/>PHP版五子棋人机对战版

人工智能是很有限的，只是按照自己下棋时的想法做了个实现，也算不是上真正的人工智能，不过我对五子棋也不是很熟悉，有关的路数、着法不太了解，所以碰到稍懂一点五子棋的就变得很弱了，呵呵，差不多代表了我的五子棋水平－－很菜！

<a href="http://cocobear.info/src/html/vs.html">查看对战版代码[......]</a><p class='read-more'><a href='http://cocobear.info/blog/2007/07/02/php%e7%89%88%e4%ba%94%e5%ad%90%e6%a3%8b%ef%bc%8d%e4%ba%ba%e6%9c%ba%e5%af%b9%e6%88%98%e7%89%88%e5%8f%91%e5%b8%83/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2007/07/02/php%e7%89%88%e4%ba%94%e5%ad%90%e6%a3%8b%ef%bc%8d%e4%ba%ba%e6%9c%ba%e5%af%b9%e6%88%98%e7%89%88%e5%8f%91%e5%b8%83/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP五子棋[情侣版发布]</title>
		<link>http://cocobear.info/blog/2007/04/28/php%e4%ba%94%e5%ad%90%e6%a3%8b%e6%83%85%e4%be%a3%e7%89%88%e5%8f%91%e5%b8%83/</link>
		<comments>http://cocobear.info/blog/2007/04/28/php%e4%ba%94%e5%ad%90%e6%a3%8b%e6%83%85%e4%be%a3%e7%89%88%e5%8f%91%e5%b8%83/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 05:21:06 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://cocobear.info/wordpress/?p=85</guid>
		<description><![CDATA[可以在下面的地址查看：
<p>
<a href=http://cocobear.info/demo/phpfive/love/>PHP五子棋情侣版
</p><p>

解释一下，叫情侣版是因为暂时只能从一台机子访问，一直是一个用户在下棋，因此适合情侣在一起上网的时候打开这个网页对弈！
</p><p>
NOTICE：因为没有对房间进行设置，当用户进入房间后无法阻止新的用户访问，如果出现这种情况，棋盘会被重置，暂时没有[......]</p><p class='read-more'><a href='http://cocobear.info/blog/2007/04/28/php%e4%ba%94%e5%ad%90%e6%a3%8b%e6%83%85%e4%be%a3%e7%89%88%e5%8f%91%e5%b8%83/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2007/04/28/php%e4%ba%94%e5%ad%90%e6%a3%8b%e6%83%85%e4%be%a3%e7%89%88%e5%8f%91%e5%b8%83/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

