<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/CAYU" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/CAYU" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 09 Apr 2009 11:54:00 GMT</lastBuildDate><title>陈原的专栏</title><description>jspx.net</description><link>http://blog.csdn.net/CAYU/</link><item><title>gentoo 安装笔记</title><link>http://blog.csdn.net/CAYU/archive/2009/04/09/4059041.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/4059041.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/4059041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4059041</trackback:ping><description>前段时间玩了一下fedora10 虽然总体感觉还可,但比较慢,而且是64位的很多软件不太兼容.就想看看有没有速度快一点,更稳定的linux,后来就比较了一下,想用用gentoo,本来想刻盘的,但gentoo没有dvd盘.只有cd盘,现在找那东西不方便了.想了一下干脆用U盘安装了,因为我的U盘只有256M,就只能用 install-x86-minimal-2008.0.iso 来网络安装了. 用UISO将install-x86-minimal-2008.0.iso  克隆到U盘,这下就可用用U盘启动计算机了.&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/4059041.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 09 Apr 2009 19:54:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2009/04/09/4059041.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2009/04/09/4059041.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>Fedora 10 安装部署</title><link>http://blog.csdn.net/CAYU/archive/2009/03/05/3959188.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/3959188.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/3959188.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3959188</trackback:ping><description>Fedora 10 安装部署 yum 64 apache  qq 网卡问题解决，比较适合开始玩Fedora 10 的人。&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/3959188.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Mar 2009 19:54:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2009/03/05/3959188.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2009/03/05/3959188.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>PostgreSQL 常用备忘</title><link>http://blog.csdn.net/CAYU/archive/2008/09/09/2906251.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2906251.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2906251.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2906251</trackback:ping><description>&lt;br /&gt;1.如何把开始的建表语句给导出来?&lt;br /&gt; a.导出一个 pg_dump -d dbname -t tablename -s &gt; sql.txt&lt;br /&gt; b.全部一起出来pg_dump -d dbname -s &gt; sql.txt &lt;br /&gt;可以指定 function,view,trigger,type&lt;br /&gt;&lt;br /&gt;2.热备份&lt;br /&gt;pg_standby 支持创建“热备份”的数据库服务器。它被设计成是可用于生产环境的程序，并且还包括可以客户化的模版，这样用户可以自己进行定制修改。 &lt;br /&gt;要用 pg_standby 配置一个备份服务器，把这些放到它的 recovery.conf 配置文件中： &lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2906251.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 05:35:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/09/09/2906251.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/09/09/2906251.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>resin3 下配置XADataSource数据源</title><link>http://blog.csdn.net/CAYU/archive/2008/08/08/2786665.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2786665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2786665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2786665</trackback:ping><description>&lt;br /&gt;java:comp/jdbc/PGXADataSource&lt;br /&gt;&lt;br /&gt;org.postgresql.xa.PGXADataSource&lt;br /&gt;gzec&lt;br /&gt;127.0.0.1&lt;br /&gt;smilerain&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2786665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Aug 2008 20:11:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/08/08/2786665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/08/08/2786665.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>jspx.net Framework 2.0 完成</title><link>http://blog.csdn.net/CAYU/archive/2008/07/03/2608882.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2608882.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2608882.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2608882</trackback:ping><description>jspx.net Framework 2.0 完成&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2608882.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jul 2008 00:38:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/07/03/2608882.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/07/03/2608882.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>Freemarker quercus jsp 比较</title><link>http://blog.csdn.net/CAYU/archive/2008/06/13/2542518.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2542518.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2542518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2542518</trackback:ping><description>Freemarker quercus jsp 比较&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2542518.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Jun 2008 17:51:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/06/13/2542518.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/06/13/2542518.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>jspx.Net Framework 1.4 发布</title><link>http://blog.csdn.net/CAYU/archive/2008/05/30/2495640.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2495640.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2495640.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2495640</trackback:ping><description>jspx.net 各个功能组合已经完整的实现了一个伸缩性强,独立,完整,稳定的构架.
sioc部分管理bean的分配如同spring,TXWeb部分如同Sturct2部分实现了URL映射.
页面部分使用Freemaker模版语言.简化了SSH构架的的使用,并且加强了视图表现.
数据库的处理上比Hibernate简化,并且加入了ibatis的SQL映射功能.
使用方法和ssh构架差不多.&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2495640.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 19:38:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/05/30/2495640.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/05/30/2495640.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>在SourceForge.net上传文件有所改变了.</title><link>http://blog.csdn.net/CAYU/archive/2008/05/30/2495544.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2495544.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2495544.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2495544</trackback:ping><description>今天上传文件,突然登录不了ftp&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2495544.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 19:21:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/05/30/2495544.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/05/30/2495544.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>花了很长的时间终于完成了1.0的稳定版本</title><link>http://blog.csdn.net/CAYU/archive/2008/03/07/2156069.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2156069.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2156069.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2156069</trackback:ping><description>jspx.net 构架.对于学习构架设计,和快速开发的朋友应该算是个好东西.使用方式很相 Struts2+Spring + hibernate.页面模版使用Freemaker.项目地址 http://jspx-net.sourceforge.net/&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2156069.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 19:33:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/03/07/2156069.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/03/07/2156069.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item><item><title>PostgreSQL 8.3发布</title><link>http://blog.csdn.net/CAYU/archive/2008/02/13/2091126.aspx</link><wfw:comment>http://blog.csdn.net/CAYU/comments/2091126.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/CAYU/comments/commentRss/2091126.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2091126</trackback:ping><description>8.3版本后可以使用msc++编译了,在window平台上已经没有什么好顾虑的了，放心使用吧。
    允许PostgreSQL的源代码直接使用微软公司的C++编译器，不必再使用第三方的MinGW工具集。这提升了Windows平台下PostgreSQL的性能和稳定性。
后台启动代码重新设计
    大大减少了postmaster程序对内存空间的需求，允许在Windows下更多进程同时运行。&lt;img src =&quot;http://blog.csdn.net/CAYU/aggbug/2091126.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Feb 2008 06:05:00 +0800</pubDate><author>cayu@gzec.com.cn</author><comments>http://blog.csdn.net/CAYU/archive/2008/02/13/2091126.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CAYU/archive/2008/02/13/2091126.aspx</guid><dc:creator>cayu@gzec.com.cn</dc:creator></item></channel></rss>