<?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/javadaydayup" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/javadaydayup" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 21 Aug 2009 16:33:00 GMT</lastBuildDate><title>javadaydayup的专栏</title><link>http://blog.csdn.net/javadaydayup/</link><item><title>JS 实用代码</title><link>http://blog.csdn.net/javadaydayup/archive/2009/08/21/4470578.aspx</link><wfw:comment>http://blog.csdn.net/javadaydayup/comments/4470578.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/javadaydayup/comments/commentRss/4470578.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4470578</trackback:ping><description>事件源对象&lt;br /&gt;
event.srcElement.tagName &lt;br /&gt;
event.srcElement.type捕获释放&lt;br /&gt;
event.srcElement.setCapture();  &lt;br /&gt;
event.srcElement.releaseCapture();  事件按键&lt;br /&gt;
event.keyCode &lt;br /&gt;
event.shiftKey &lt;br /&gt;
event.altKey &lt;br /&gt;
event.ctrlKey事件返回值&lt;br /&gt;
event.returnValue鼠标位置 &lt;br /&gt;
event.x &lt;br /&gt;
event.y窗体活动元素&lt;br /&gt;
document.activeElement绑定事件&lt;br /&gt;
document.captureEvents(Event.KEYDOWN);访问窗体元素 &lt;br /&gt;
document.all(&quot;txt&quot;).focus(); &lt;br /&gt;
document.all(&quot;txt&quot;).select();窗体命令&lt;br /&gt;
document.&lt;img src =&quot;http://blog.csdn.net/javadaydayup/aggbug/4470578.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Aug 2009 00:33:00 +0800</pubDate><author>javadaydayup</author><comments>http://blog.csdn.net/javadaydayup/archive/2009/08/21/4470578.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/javadaydayup/archive/2009/08/21/4470578.aspx</guid><dc:creator>javadaydayup</dc:creator></item><item><title>Spring+Hibernate集成查询 GenericHibernateDao</title><link>http://blog.csdn.net/javadaydayup/archive/2009/03/31/4037773.aspx</link><wfw:comment>http://blog.csdn.net/javadaydayup/comments/4037773.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/javadaydayup/comments/commentRss/4037773.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4037773</trackback:ping><description>编写Spring+Hibernate框架下的应用，总是离不了编写一个通用的泛型GenericHibernateDao。查阅了网上不少的GenericHibernateDao实现，归纳整理为如下实现，供后续编码参考。
&lt;img src =&quot;http://blog.csdn.net/javadaydayup/aggbug/4037773.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 31 Mar 2009 17:27:00 +0800</pubDate><author>javadaydayup</author><comments>http://blog.csdn.net/javadaydayup/archive/2009/03/31/4037773.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/javadaydayup/archive/2009/03/31/4037773.aspx</guid><dc:creator>javadaydayup</dc:creator></item><item><title>struts2-登陆(1)收藏</title><link>http://blog.csdn.net/javadaydayup/archive/2009/02/24/3934002.aspx</link><wfw:comment>http://blog.csdn.net/javadaydayup/comments/3934002.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/javadaydayup/comments/commentRss/3934002.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3934002</trackback:ping><description>&lt;br /&gt;下面我们来做一个struts2的登陆的例子，如果您还不了解struts2的开发步骤的，请先参阅作者的另一篇文章：http://blog.csdn.net/lenotang/archive/2008/08/07/2782813.aspx&lt;br /&gt;&lt;br /&gt;1.使用领域对象来接收用户输入&lt;br /&gt;Step1:在web.xml上配置struts2的过滤器&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   xmlns=&quot;http://java.sun.com/xml/ns/j2ee&quot;&lt;br /&gt;   xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;br /&gt;   xsi:schemaLocation=&quot;http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&quot;&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/javadaydayup/aggbug/3934002.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Feb 2009 07:38:00 +0800</pubDate><author>javadaydayup</author><comments>http://blog.csdn.net/javadaydayup/archive/2009/02/24/3934002.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/javadaydayup/archive/2009/02/24/3934002.aspx</guid><dc:creator>javadaydayup</dc:creator></item><item><title>Spring事务管理</title><link>http://blog.csdn.net/javadaydayup/archive/2008/12/24/3594908.aspx</link><wfw:comment>http://blog.csdn.net/javadaydayup/comments/3594908.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/javadaydayup/comments/commentRss/3594908.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3594908</trackback:ping><description>Spring事务管理&lt;br /&gt;来自：http://hi.baidu.com/fytcm/blog/item/074a82ed3821a54c78f0559e.html&lt;br /&gt;通常建议采用声明式事务管理。声明式事务管理的优势非常明显：代码中无需关于关注事务逻辑，让Spring声明式事务管理负责事务逻辑，声明式事务管理无需与具体的事务逻辑耦合，可以方便地在不同事务逻辑之间切换。&lt;br /&gt;声明式事务管理的配置方式，通常有如下三种：&lt;br /&gt;1.使用TransactionProxyFactoryBean为目标bean生成事务代理的配置。此方式是最传统，配置文件最臃肿、难以阅读的方式。&lt;br /&gt;2.采用bean继承的事务代理配置方式，比较简洁，但依然是增量式配置。&lt;br /&gt;3.使用BeanNameAutoProxyCreator，根据bean name自动生成事务代理的方式，这是直接利用Spring的AOP框架配置事务代理的方式，需要对Spring的AOP框架有所理解。但这种方式避免了增量式配置，效果非常不错。&lt;br /&gt;4.DefaultAdvisorAutoProxyCreat&lt;img src =&quot;http://blog.csdn.net/javadaydayup/aggbug/3594908.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 24 Dec 2008 19:45:00 +0800</pubDate><author>javadaydayup</author><comments>http://blog.csdn.net/javadaydayup/archive/2008/12/24/3594908.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/javadaydayup/archive/2008/12/24/3594908.aspx</guid><dc:creator>javadaydayup</dc:creator></item><item><title>转：Struts2中select/doubleselect标签数据显示</title><link>http://blog.csdn.net/javadaydayup/archive/2008/12/12/3501335.aspx</link><wfw:comment>http://blog.csdn.net/javadaydayup/comments/3501335.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/javadaydayup/comments/commentRss/3501335.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3501335</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;男&lt;br /&gt;女&lt;br /&gt;&lt;br /&gt;Sex表示提交的name，man/women是对应页面显示提交后所代表的值，男/女则为页面最终看到的值&lt;br /&gt;&lt;br /&gt;    而如果我们要显示一个List集合里的数据该怎么做呢？&lt;br /&gt;    看下面的Jsp页面：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    &lt;%&lt;br /&gt;       Department department = null;&lt;br /&gt;       List list = (List) request.getAttribute(&quot;list&quot;);&lt;br /&gt;       Iterator iter = list.iterator();&lt;br /&gt;       while (iter.hasNext()) {&lt;br /&gt;           d&lt;img src =&quot;http://blog.csdn.net/javadaydayup/aggbug/3501335.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Dec 2008 08:17:00 +0800</pubDate><author>javadaydayup</author><comments>http://blog.csdn.net/javadaydayup/archive/2008/12/12/3501335.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/javadaydayup/archive/2008/12/12/3501335.aspx</guid><dc:creator>javadaydayup</dc:creator></item></channel></rss>