<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>其它技术</title>
<link>/rails/</link>
<description>网络编程 / 其它技术</description>
<language>zh-cn</language>
<generator>网站版权信息</generator>
<webmaster>nantangcun@163.com</webmaster>
<item>
    <title>JSP网站开发环境配置和使用fckeditor</title>
    <link>/rails/200811/11-6176.html</link>
    <description>FCKeditor是sourceforge.net上面的一个开源项目，主要是实现在线网页编辑器的功能，可以让web程序拥有如MS Word这样强大的编辑功能。官方网站为http://www.fckeditor.net ，在服务器端支持ASP.Net、ASP、ClodFusion、PHP、Java等语言，并且支持IE 5+、Mozilla 、Netscape等主</description>
    <pubDate>2008-11-11</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>jsp环境下FCKeditor编辑器的应用</title>
    <link>/rails/200811/11-6175.html</link>
    <description>在线编辑器对于我们作新闻产品之类的程序是很重要的，FCKeditor,跨平台的
　　1.下载
FCKeditor.java 2.3 (FCKeditot for java)
FCKeditor 2.2 (FCKeditor基本文件)
　　以下是下载地址：
http://www.fckeditor.net/download/default.html
　　2.建立项目:
　　建立项目</description>
    <pubDate>2008-11-11</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>PHP控制网页过期时间的程序</title>
    <link>/rails/200809/27-3277.html</link>
    <description>有时我们需要控制主页之类的网页过期时间。但我们比如使用的是Chinacache的CDN，那要怎么样设计才能让他缓存我的内容. 
当然,前提要先打开CDN中一个功能reload_into_ims on.这样用户发送过来no-cache也不怕了.因为这样会给给no-cache转成If-Modified-Since .所以我们写程序</description>
    <pubDate>2008-09-27</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>perl的5个常见错误</title>
    <link>/rails/200809/27-3276.html</link>
    <description>最近在用perl+mdbm+spread做东西。
php是用了很久了,python和ruby与用过,经典脚本语言就perl没摸过，现在在像小学生一样抱着教科书啃。
发现perl果然有难度多了。别的东西没让我这么频繁地犯错误。
1.第一个常见的错误是：向文件输出内容。标准语法是:</description>
    <pubDate>2008-09-27</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>Web 2.0 编程思想：16条法则</title>
    <link>/rails/200809/22-2899.html</link>
    <description>原文：Thinking&amp;nbsp;in&amp;nbsp;Web&amp;nbsp;2.0:&amp;nbsp;Sixteen&amp;nbsp;Ways
作者：Dion&amp;nbsp;Hinchcliffe
&amp;nbsp;
1、在你开始之前，先定一个简单的目标。无论你是一个Web&amp;nbsp;2.0应用的创建者还是用户，请清晰的构思你的目标。就像&amp;ldquo;我需要保存一个书签&amp;rdquo;或者&amp;ldquo;</description>
    <pubDate>2008-09-22</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>编程之前必须做的10件大事</title>
    <link>/rails/200809/20-2794.html</link>
    <description>【CSDN编译】我们一直努力又努力去掌握那些对于我们来说是全新的东西。那么，我们做什么来帮助学习？下面是一个关于如何使你编程更迅速合理的10件事情的列表。我更习惯与使用Ruby on Rails，但下面的观点也适用于其他环境。

1．升级单元测试

你的编程没有测试？你应当随时</description>
    <pubDate>2008-09-20</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>使用Apache的代理，整合多个Tomcat</title>
    <link>/rails/200809/10-2626.html</link>
    <description>一个网友的一个Tomcat下面跑了10几个应用，经常造成内存溢出，希望能够拆分到多个Tomcat里面。从CSDN上面找到我。 

现状分析： 


    其每个应用都有各自的二级域名，能够通过互联网访问 
    其有几个应用放在一起，也就是只有部分应用希望运行在一个tomcat里面</description>
    <pubDate>2008-09-10</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>什么是&quot;轻量级&quot;容器</title>
    <link>/rails/200808/21-804.html</link>
    <description>轻量级容器&amp;quot;越来越成为Java世界的讨论关键词之一。那么到底什么是&amp;quot;轻量级&amp;quot;容器? 
在你浏览最近的有关J2EE的文章或者blog，都有意无意的提到了&amp;quot;lightweigh containter&amp;quot;, 
伴随着个词出现最多的就是&amp;quot;IoC&amp;quot;,&amp;quot;dependencies inject&amp;quot;,</description>
    <pubDate>2008-08-21</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>什么是轻量级方法？</title>
    <link>/rails/200808/21-803.html</link>
    <description>What is a Lightweight Methodology?
什么是轻量级方法？ 
A software methodology is the set of rules and practices used to create computer programs. 
软件方法就是用来编写计算机程序的一套规则和惯例。
A heavyweight methodology has many rules, practices, and</description>
    <pubDate>2008-08-21</pubDate>
    <category>其它技术</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>一种效率极高的分类算法</title>
    <link>/rails/200808/18-461.html</link>
    <description>一种效率极高的分类算法
作者/来源：未知
分类的数据结构
我们知道：分类的数据结构实际上是一棵树。在《数据结构》课程中，大家可能学过Tree的算法。由于在网站建设中我们大量使用数据库，所以我们将从Tree在数据库中的存储谈起。

为简化问题，我们假设每个节点只需要保</description>
    <pubDate>2008-08-18</pubDate>
    <category>其它技术</category>
    <author>网络</author>
    <comments>网络</comments>
</item>

</channel>
</rss>
