<?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/El_Nino" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/El_Nino" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 24 Mar 2009 16:41:00 GMT</lastBuildDate><title>El_Nino的专栏</title><link>http://blog.csdn.net/El_Nino/</link><item><title>jconsole远程监控resin笔记</title><link>http://blog.csdn.net/El_Nino/archive/2009/03/24/4020756.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/4020756.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/4020756.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4020756</trackback:ping><description>&lt;br /&gt;客户端：xp，jdk1.6.0_05&lt;br /&gt;服务器端：linux，jdk1.6.0_06，resin-3.1.5&lt;br /&gt;     在客户端基本不用怎么设置，在 
JDK 安装目录中(/bin/jconsole.exe)启动 jconsole.exe 就可以打开主界面。&lt;br /&gt;&lt;br /&gt;     服务器端方面，$JAVA_HOME/jre/lib/management/jmxremote.password.template的文件是远程连接时的设置用户和密码的文件，&lt;br /&gt;&lt;br /&gt;cp 
$JAVA_HOME/jre/lib/management/jmxremote.password.template 
$JAVA_HOME/jconsole/jmxremote.password &lt;br /&gt;chmod 600 
$JAVA_HOME/jconsole/jmxremote.password（必须加上这个）&lt;br /&gt;vi 
jmxremote.password &lt;br /&gt;去掉#monitorRole 
RED前的注释并将R&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/4020756.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Mar 2009 00:41:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2009/03/24/4020756.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2009/03/24/4020756.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>大型网站架构要注意的问题</title><link>http://blog.csdn.net/El_Nino/archive/2009/02/01/3856639.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/3856639.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/3856639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3856639</trackback:ping><description>&lt;br /&gt;这里的大型网站架构只包括高互动性高交互性的数据型大型网站，基于大家众所周知的原因，我们就不谈新闻类和一些依靠HTML静态化就可以实现的架构了，我们以高负载高数据交换高数据流动性的网站为例，比如海内，开心网等类似的web2.0系列架构。我们这里不讨论是PHP还是JSP或者.NET环境，我们从架构的方面去看问题，实现语言方面并不是问题，语言的优势在于实现而不是好坏，不论你选择任何语言，架构都是必须要面对的。 &lt;br /&gt;&lt;br /&gt;这里讨论一下大型网站需要注意和考虑的问题 &lt;br /&gt;&lt;br /&gt;1、海量数据的处理 &lt;br /&gt;&lt;br /&gt;众所周知，对于一些相对小的站点来说，数据量并不是很大，select和update就可以解决我们面对的问题，本身负载量不是很大，最多再加几个索引就可以搞定。对于大型网站，每天的数据量可能就上百万，如果一个设计不好的多对多关系，在前期是没有任何问题的，但是随着用户的增长，数据量会是几何级的增长的。在这个时候我们对于一个表的select和update的时候(还不说多表联合查询)的成本的非常高的。 &lt;br /&gt;&lt;br /&gt;2、数据并发的处理 &lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/3856639.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 01 Feb 2009 21:07:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2009/02/01/3856639.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2009/02/01/3856639.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>存储过程语法结构</title><link>http://blog.csdn.net/El_Nino/archive/2007/09/07/1775649.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1775649.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1775649.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1775649</trackback:ping><description>存储过程语法结构&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1775649.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Sep 2007 17:50:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/09/07/1775649.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/09/07/1775649.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>关于java设计模式的另类解释</title><link>http://blog.csdn.net/El_Nino/archive/2007/08/27/1761206.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1761206.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1761206.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1761206</trackback:ping><description>关于java设计模式的另类解释&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1761206.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Aug 2007 05:46:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/08/27/1761206.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/08/27/1761206.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>JSP的九个隐含对象</title><link>http://blog.csdn.net/El_Nino/archive/2007/08/24/1758088.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1758088.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1758088.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1758088</trackback:ping><description>JSP的九个隐含对象&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1758088.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 25 Aug 2007 06:53:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/08/24/1758088.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/08/24/1758088.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>java面试试题收藏2</title><link>http://blog.csdn.net/El_Nino/archive/2007/08/20/1752035.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1752035.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1752035.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1752035</trackback:ping><description>java面试试题收藏&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1752035.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 21 Aug 2007 05:18:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/08/20/1752035.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/08/20/1752035.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>java面试试题收藏1</title><link>http://blog.csdn.net/El_Nino/archive/2007/08/20/1751751.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1751751.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1751751.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1751751</trackback:ping><description>java面试试题收藏&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1751751.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 21 Aug 2007 00:49:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/08/20/1751751.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/08/20/1751751.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>利用MyEclipse快速开发struts应用程序</title><link>http://blog.csdn.net/El_Nino/archive/2007/07/04/1678516.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1678516.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1678516.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1678516</trackback:ping><description>简介：　　文本主要介绍用myeclipse的struts designer（图形化开发环境）开发一个简单的用户登录程序片段。主要包括2个jsp文件、一个ActionForm、一个Action等其它　　userLogin.jsp(用户登录及错误提示页面) userLoginSuccess.jsp(提示登录成功页面)　　UserLoginForm.java(ActionForm,存放用户提交信息)　　UserLoginAction.java(Action,简单的处理用户登录事件)&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1678516.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Jul 2007 23:12:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/07/04/1678516.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/07/04/1678516.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>xml javaScript分页</title><link>http://blog.csdn.net/El_Nino/archive/2007/04/13/1563403.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1563403.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1563403.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1563403</trackback:ping><description>xml javaScript分页&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1563403.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Apr 2007 22:10:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/04/13/1563403.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/04/13/1563403.aspx</guid><dc:creator>El_Nino</dc:creator></item><item><title>五种常见 Ajax 模式</title><link>http://blog.csdn.net/El_Nino/archive/2007/03/22/1537936.aspx</link><wfw:comment>http://blog.csdn.net/El_Nino/comments/1537936.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/El_Nino/comments/commentRss/1537936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1537936</trackback:ping><description>五种常见 Ajax 模式&lt;img src =&quot;http://blog.csdn.net/El_Nino/aggbug/1537936.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 23 Mar 2007 04:35:00 +0800</pubDate><author>El_Nino</author><comments>http://blog.csdn.net/El_Nino/archive/2007/03/22/1537936.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/El_Nino/archive/2007/03/22/1537936.aspx</guid><dc:creator>El_Nino</dc:creator></item></channel></rss>