<?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; Not Language</title>
	<atom:link href="http://cocobear.info/blog/category/my-programming/not-language/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/2009/08/25/web-front-dev/</link>
		<comments>http://cocobear.info/blog/2009/08/25/web-front-dev/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:23:17 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=730</guid>
		<description><![CDATA[IE6竟然不能连接向同一个网页发请求[做个按钮使用ajax请求一个网址 你们在服务器上发现 其实IE6只发了一次 但是ajax返回确是成功的]

IE7对iframe标签的支持竟然有问题--><a href="http://zhengrenchi.blogbus.com/logs/23056446.html">http://zhengrenchi.blogbus.com/logs/23056446.html</a>[......]<p class='read-more'><a href='http://cocobear.info/blog/2009/08/25/web-front-dev/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/08/25/web-front-dev/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>configure时遇到的问题</title>
		<link>http://cocobear.info/blog/2008/10/10/configure-error-cpp-fails-sanity-check/</link>
		<comments>http://cocobear.info/blog/2008/10/10/configure-error-cpp-fails-sanity-check/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 03:28:29 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=314</guid>
		<description><![CDATA[编译一个游戏的客户端时遇到了点问题：
configure: error: C preprocessor "/lib/cpp" fails sanity check 

首先确定是否安装了gcc-c++，如果没有则安装之；然后检查config.log文件，如果提示找不到limits.h文件，解决[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/10/10/configure-error-cpp-fails-sanity-check/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/10/10/configure-error-cpp-fails-sanity-check/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ext2文件系统的设计与实现</title>
		<link>http://cocobear.info/blog/2008/05/26/ext2intro/</link>
		<comments>http://cocobear.info/blog/2008/05/26/ext2intro/#comments</comments>
		<pubDate>Mon, 26 May 2008 08:43:21 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[Ext2]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=283</guid>
		<description><![CDATA[原文见<a href="http://e2fsprogs.sourceforge.net/ext2intro.html">这里</a>
本来打算自己翻译，结果，看到网上已经有人做过翻译了，就在<a href="http://abroter.org/docs/ext2intro.html">别人</a>的基础上改了改：
<a href="http://cocobear.info/download/ext2intro.pdf">http://cocobear.info/download/ext2intro.pdf</a>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/05/26/ext2intro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora9中的gcc</title>
		<link>http://cocobear.info/blog/2008/05/22/fedora9-gcc43/</link>
		<comments>http://cocobear.info/blog/2008/05/22/fedora9-gcc43/#comments</comments>
		<pubDate>Thu, 22 May 2008 08:18:31 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[gcc，F9]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=282</guid>
		<description><![CDATA[Fedora9中默认安装的gcc版本是4.3，（Ubuntu8.04还只是4.2.1）由于gcc本身的变化，在Fedora9中源码编译一些软件的时候会出错，比如eva。我原来写的程序在gcc 4.2.1中可以顺利编译，今天在F9中测试的时候就出错了：

test.cpp:38: error: ‘[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/05/22/fedora9-gcc43/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/05/22/fedora9-gcc43/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>折腾了一个代码高亮的插件</title>
		<link>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/</link>
		<comments>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 03:41:10 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[ig_syntax_hilite]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=255</guid>
		<description><![CDATA[[bash]
awk '/.*0020*./{print}' 00 > 01
awk ' {print $18} ' 01 > 02
cat 02 &#124; sort &#124; uniq > 03
//g' 03 > 04
sed -e '/.*\.\.\.\.\.\./d' 04 > 05
sed -e '[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/04/03/about-ig_syntax_hilite/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>留言簿被别人测试挂马</title>
		<link>http://cocobear.info/blog/2008/01/29/%e7%95%99%e8%a8%80%e7%b0%bf%e8%a2%ab%e5%88%ab%e4%ba%ba%e6%b5%8b%e8%af%95%e6%8c%82%e9%a9%ac/</link>
		<comments>http://cocobear.info/blog/2008/01/29/%e7%95%99%e8%a8%80%e7%b0%bf%e8%a2%ab%e5%88%ab%e4%ba%ba%e6%b5%8b%e8%af%95%e6%8c%82%e9%a9%ac/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 08:33:09 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/2008/01/29/%e7%95%99%e8%a8%80%e7%b0%bf%e8%a2%ab%e5%88%ab%e4%ba%ba%e6%b5%8b%e8%af%95%e6%8c%82%e9%a9%ac/</guid>
		<description><![CDATA[先戴个图给大家看看：
<a href='http://cocobear.info/blog/wp-content/uploads/2008/01/iframe.JPG' title='iframe.JPG'><img src='http://cocobear.info/blog/wp-content/uploads/2008/01/iframe.JPG' alt='iframe.JPG' /></a>

一看就知道是被别人测试iframe挂马了，看来留言簿的代码还是有问题，没有把该过滤的东西过滤掉。putty到DH主机上看看MYSQL数据库里面的东西：

最早有问题的留言是：

&#160;&#60;tr&#62;
&#160;&#160;&#160;&#038;nbsp[......]<p class='read-more'><a href='http://cocobear.info/blog/2008/01/29/%e7%95%99%e8%a8%80%e7%b0%bf%e8%a2%ab%e5%88%ab%e4%ba%ba%e6%b5%8b%e8%af%95%e6%8c%82%e9%a9%ac/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/01/29/%e7%95%99%e8%a8%80%e7%b0%bf%e8%a2%ab%e5%88%ab%e4%ba%ba%e6%b5%8b%e8%af%95%e6%8c%82%e9%a9%ac/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>数据库之关系范式</title>
		<link>http://cocobear.info/blog/2007/07/07/%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b9%8b%e5%85%b3%e7%b3%bb%e8%8c%83%e5%bc%8f/</link>
		<comments>http://cocobear.info/blog/2007/07/07/%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b9%8b%e5%85%b3%e7%b3%bb%e8%8c%83%e5%bc%8f/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 10:29:35 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/2007/07/07/%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b9%8b%e5%85%b3%e7%b3%bb%e8%8c%83%e5%bc%8f/</guid>
		<description><![CDATA[很理论的一些东西,真让人头痛,没办法考试要考啊!看书本好长时间没理解了,在网上搜到了贴子如下,写得挺容易理解的,再结合下面给出的链接的文章差不多搞定了.

 
    
  　　所谓范式，是关系型数据库关系模式规范化的标准，从规范化的宽松到严格，分别   
    
  为不同的范式，通[......]<p class='read-more'><a href='http://cocobear.info/blog/2007/07/07/%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b9%8b%e5%85%b3%e7%b3%bb%e8%8c%83%e5%bc%8f/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2007/07/07/%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b9%8b%e5%85%b3%e7%b3%bb%e8%8c%83%e5%bc%8f/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>编程语言的一点看法</title>
		<link>http://cocobear.info/blog/2007/06/10/%e7%bc%96%e7%a8%8b%e8%af%ad%e8%a8%80%e7%9a%84%e4%b8%80%e7%82%b9%e7%9c%8b%e6%b3%95/</link>
		<comments>http://cocobear.info/blog/2007/06/10/%e7%bc%96%e7%a8%8b%e8%af%ad%e8%a8%80%e7%9a%84%e4%b8%80%e7%82%b9%e7%9c%8b%e6%b3%95/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 13:56:51 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=133</guid>
		<description><![CDATA[自从第二种编程语言诞生以来,有关语言的优劣的讨论就一直在继续,直到今天,你仍然可以在各种各样的新闻组、论坛、博客等地方看到对两种或者多种语言优劣的讨论，有的时候可以说是争论吧。

有的时候我也会觉得Java错误处理机制并不好，但仅仅是自己一点点看法，我并不会和任何一个人在任何地方去争论到底哪个语[......]<p class='read-more'><a href='http://cocobear.info/blog/2007/06/10/%e7%bc%96%e7%a8%8b%e8%af%ad%e8%a8%80%e7%9a%84%e4%b8%80%e7%82%b9%e7%9c%8b%e6%b3%95/'>阅读全文内容</a></p>]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2007/06/10/%e7%bc%96%e7%a8%8b%e8%af%ad%e8%a8%80%e7%9a%84%e4%b8%80%e7%82%b9%e7%9c%8b%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

