<?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/cyhgohappy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cyhgohappy" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 24 Aug 2009 16:28:00 GMT</lastBuildDate><title>cyhgohappy的专栏</title><link>http://blog.csdn.net/cyhgohappy/</link><item><title>HIbernate  one-to-one共享主键</title><link>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4478971.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/4478971.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/4478971.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4478971</trackback:ping><description>HIbernate  one-to-one 共享主键&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/4478971.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/262424772/cyhgohappy/csdn.net/s.gif?r=http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4478971.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262424772/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262424772/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 25 Aug 2009 00:28:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4478971.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4478971.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4478971.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262424772/5488531</fs:itemid></item><item><title>HIbernate 继承关系实践2</title><link>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477427.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/4477427.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/4477427.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4477427</trackback:ping><description>&lt;br /&gt;利用hibernate 实现多表查询 &lt;br /&gt;&lt;br /&gt;g_item 的主键id为 g_dvd和g_book的id的外键&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;POJO:&lt;br /&gt;package nl.inherit;

import java.io.Serializable;
import org.apache.commons.lang.builder.ToStringBuilder;


/** 
 *        @hibernate.class
 *         table=&quot;g_book&quot;
 *     
*/
public class Gbook implements Serializable {

    /** identifier field */
    private Integer id;

    /** nullable persistent field */
    private String name;

    /** nullable persistent field */
   &lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/4477427.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/262319139/cyhgohappy/csdn.net/s.gif?r=http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477427.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262319139/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262319139/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 24 Aug 2009 19:12:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477427.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477427.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477427.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262319139/5488531</fs:itemid></item><item><title>HIbernate 继承关系实践一</title><link>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477016.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/4477016.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/4477016.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4477016</trackback:ping><description>hibernate 继承关系&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/4477016.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/262295665/cyhgohappy/csdn.net/s.gif?r=http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477016.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295665/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295665/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 24 Aug 2009 17:54:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477016.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477016.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2009/08/24/4477016.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295665/5488531</fs:itemid></item><item><title>ASP.NET刷新页面的六种方法</title><link>http://blog.csdn.net/cyhgohappy/archive/2009/01/23/3851755.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3851755.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3851755.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3851755</trackback:ping><description>ASP.NET刷新页面的六种方法&lt;br /&gt;asp.net页面刷新重是有问题,收藏几种方法挺有用的.&lt;br /&gt;第一： &lt;br /&gt;private void Button1_Click( object sender, System.EventArgs e )   &lt;br /&gt;{ &lt;br /&gt;     Response.Redirect( Request.Url.ToString( ) ); &lt;br /&gt;} &lt;br /&gt;第二： &lt;br /&gt;private void Button2_Click( object sender, System.EventArgs e )   &lt;br /&gt;{ &lt;br /&gt;     Response.Write( &quot; &lt;br /&gt;&quot; ); &lt;br /&gt;} &lt;br /&gt;第三： &lt;br /&gt;private void Button3_Click( object sender, System.Eve&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3851755.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295672/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295672/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 24 Jan 2009 01:09:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2009/01/23/3851755.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2009/01/23/3851755.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2009/01/23/3851755.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295672/5488531</fs:itemid></item><item><title>JAVA线程同步</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/12/15/3521551.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3521551.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3521551.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3521551</trackback:ping><description>线程 同步&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3521551.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295678/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295678/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Dec 2008 23:12:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/12/15/3521551.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/12/15/3521551.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/12/15/3521551.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295678/5488531</fs:itemid></item><item><title>MANIFEST.MF</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/11/23/3357062.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3357062.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3357062.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3357062</trackback:ping><description>&lt;br /&gt;首先要写一个filename.mf文件内容如下：   &lt;br /&gt;  Main-Class:   mainClassName&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  注意：   &lt;br /&gt;  1.要在主类名mainClassName与Main－Class:之间要有一个空格；   &lt;br /&gt;  2.要在首行之后加三个回车.   &lt;br /&gt;  3.那个mf文件可以用记事本来写，写完保存后再改一下文件名就OK了。   &lt;br /&gt;  4.生成的jar文件可以使用WinRAR来查看，和解压，因为从一定程度上说jar文件就是一种压缩文件。   &lt;br /&gt;  第二在提示符界面下，使用jar命令/工具进行打包，就可以生成jar文件，双击就可以执行。具体的打包方法你可以在网上找或者参考书籍。   &lt;br /&gt;&lt;br /&gt;  这里的原理是：生成的jar文件之中有一个META-INF/MANIFEST.MF文件，在打包的时候系统会把你写的那个mf文件中的“Main-Class:   mainClassName”这一句复制到这个MA&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3357062.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295682/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295682/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 24 Nov 2008 03:51:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/11/23/3357062.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/11/23/3357062.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/11/23/3357062.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295682/5488531</fs:itemid></item><item><title>Java之classpath</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/11/16/3314290.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3314290.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3314290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3314290</trackback:ping><description>Java之classpath &lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3314290.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295685/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295685/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 17 Nov 2008 07:03:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/11/16/3314290.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/11/16/3314290.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/11/16/3314290.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295685/5488531</fs:itemid></item><item><title>MINA入门</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/11/11/3279058.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3279058.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3279058.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3279058</trackback:ping><description>MINA入门&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3279058.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295691/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295691/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Nov 2008 07:52:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/11/11/3279058.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/11/11/3279058.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/11/11/3279058.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295691/5488531</fs:itemid></item><item><title>JTable 加入JRadioButton</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074771.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3074771.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3074771.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3074771</trackback:ping><description>JTable 加入JRadioButton&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3074771.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295706/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295706/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Oct 2008 00:44:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074771.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074771.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074771.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295706/5488531</fs:itemid></item><item><title>JTable 加入JButton</title><link>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074467.aspx</link><wfw:comment>http://blog.csdn.net/cyhgohappy/comments/3074467.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyhgohappy/comments/commentRss/3074467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3074467</trackback:ping><description>JTable 加入JButton&lt;img src =&quot;http://blog.csdn.net/cyhgohappy/aggbug/3074467.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cyhgohappy/262295709/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cyhgohappy/262295709/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Oct 2008 00:04:00 +0800</pubDate><author>cyhgohappy</author><comments>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074467.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074467.aspx</guid><dc:creator>cyhgohappy</dc:creator><fs:srclink>http://blog.csdn.net/cyhgohappy/archive/2008/10/14/3074467.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cyhgohappy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cyhgohappy/~7379014/262295709/5488531</fs:itemid></item></channel></rss>
