<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/stefli" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/stefli" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 30 Jun 2011 07:48:00 GMT</lastBuildDate><title>^_^-Beluga,^_^-Stefli</title><description>Everyday is full of joy!</description><link>http://blog.csdn.net/blogrss.aspx?username=stefli</link><item><title>Display the google map in jQuery ui dialog</title><link>http://blog.csdn.net/stefli/archive/2011/06/30/6577378.aspx</link><description>&lt;br /&gt;Use the default settings, the google map can be displayed in a separate page. But, can't be displayed in the jQuery dialog. After debug in Firebug, i found that the major javascripts are never be loaded, maybe the javascript functions are disabled when ajax load.&lt;br /&gt;&lt;br /&gt;Default settings:&lt;br /&gt;Googl&lt;img src=&quot;http://www1.feedsky.com/t1/529687144/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/30/6577378.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 30 Jun 2011 15:48:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/30/6577378.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/30/6577378.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687144/1090991</fs:itemid></item><item><title>Three linkage menu for Province, City, County</title><link>http://blog.csdn.net/stefli/archive/2011/06/23/6564125.aspx</link><description>To load adzone faster, we need to use ajax to load the province, city or county when it's parent changed.Here is the major code:1. Main page


${pageContext.request.contextPath}&lt;img src=&quot;http://www1.feedsky.com/t1/529687145/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/23/6564125.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 23 Jun 2011 17:46:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/23/6564125.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/23/6564125.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687145/1090991</fs:itemid></item><item><title>How to open the dialog out of iframe by using jquery dialog</title><link>http://blog.csdn.net/stefli/archive/2011/06/23/6562714.aspx</link><description>Solution is found from http://stackoverflow.comOnce, i want to trigger the dialog in iframe, and want it to be openned in the parent page. but it always displayed in the iframe.Here is a solution to let it open in the parent page, not iframe, just create the dialog(div) in the parent page, and use below code to trigger it.var $jParent = window.parent.jQuery.noConflict();
var dlg1 = $jParent('#dialogDivInParent');
dlg1.dialog(); &lt;img src=&quot;http://www1.feedsky.com/t1/529687146/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/23/6562714.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 23 Jun 2011 10:06:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/23/6562714.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/23/6562714.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687146/1090991</fs:itemid></item><item><title>Continue &amp; break function in .each() function</title><link>http://blog.csdn.net/stefli/archive/2011/06/22/6560419.aspx</link><description>If you want to do &quot;continue&quot; in an .each() loop, you can use below code segment to implement it.$('div').each(function (index, el) {
    if (index == 0) {
        return true;
    }
});
 &lt;img src=&quot;http://www1.feedsky.com/t1/529687147/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/22/6560419.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 22 Jun 2011 10:24:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/22/6560419.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/22/6560419.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687147/1090991</fs:itemid></item><item><title>Client-side table sorting for flexigrid</title><link>http://blog.csdn.net/stefli/archive/2011/06/16/6548449.aspx</link><description>&lt;br /&gt;Writer: &lt;br /&gt;&lt;br /&gt;Dustkicker &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------------------&lt;br /&gt;I wrote a function to perform sorting of the table locally instead of &lt;br /&gt;making a trip to the server each time. It uses the &quot;.sorted&quot; class to &lt;br /&gt;determine which column needs sorting, thus only the table selector is &lt;br /&gt;passed along with the sort order. At this stage it supports alphabetic &lt;br /&gt;and (slightly crude) numeric sorting. I hope this&lt;img src=&quot;http://www1.feedsky.com/t1/529687148/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/16/6548449.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 16 Jun 2011 14:42:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/16/6548449.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/16/6548449.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687148/1090991</fs:itemid></item><item><title>事务的传播性</title><link>http://blog.csdn.net/stefli/archive/2011/06/13/6542403.aspx</link><description>&lt;br /&gt;&lt;br /&gt;1.Required：共享型&lt;br /&gt;若1处在一个事务中调用了2，则2直接和1在同一个事务中。若1没有任何事务，则系统会默认给2创建一个新事务。此策略适合大多数情况。&lt;br /&gt;2.RequiredNew：独立型&lt;br /&gt;若1在一个事务中调用了2，则系统先将1的事务挂起，不管、之后为2设置一个新事务，执行完毕后恢复1的事务。若1没有事务，则会为2新开一个事务。&lt;br /&gt;3.Mandatory：强制共享型&lt;br /&gt;若1处在一个事务中调用了2，则2直接和1在同一个事务中。若1没有任何事务，直接抛出异常——Transaction RequiredException。&lt;br /&gt;4.NotSupported：无助独立型&lt;br /&gt;若1在一个事务中调用了2，则系统先将1的事务挂起，不管、之后2不开启任何事务，执行完毕后恢复1的事务。若1没有事务，2也直接执行。&lt;br /&gt;5. Supported：啃老型&lt;br /&gt;若1处在一个事务中调用了2，则2直接和1在同一个事务中。若1没有任何事务，直接执行2。&lt;br /&gt;6.Never：捣乱型&lt;br /&gt;若1处在一个事务中调&lt;img src=&quot;http://www1.feedsky.com/t1/529687149/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/13/6542403.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Mon, 13 Jun 2011 22:02:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/13/6542403.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/13/6542403.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687149/1090991</fs:itemid></item><item><title>Specify the column on one-to-many</title><link>http://blog.csdn.net/stefli/archive/2011/06/09/6533900.aspx</link><description>&lt;br /&gt;If we want the relatioship is TestParent.testNo = TestChild.testNo, do not use the identity column &quot;id&quot;.&lt;br /&gt;We should specify the columns in mapping file, such as:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/529687150/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/06/09/6533900.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 09 Jun 2011 13:56:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/06/09/6533900.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/06/09/6533900.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687150/1090991</fs:itemid></item><item><title>How to format date/datetime in struts2</title><link>http://blog.csdn.net/stefli/archive/2011/05/27/6449562.aspx</link><description>&lt;br /&gt;1. Use param&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Use i18n, you should enable i18n and add i18n properties first.&lt;br /&gt;i18n properties:&lt;br /&gt;format.date={0,date,MM/dd/yyyy} 
format.datetime={0,date,MM/dd/yyyy HH:mm:ss}
format.datetime.nosecond={0,date,MM/dd/yyyy HH:mm}
#No white space between each params &lt;br /&gt;&lt;br /&gt;struts tags:&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/529687151/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/05/27/6449562.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Fri, 27 May 2011 11:02:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/05/27/6449562.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/05/27/6449562.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687151/1090991</fs:itemid></item><item><title>org.springframework.security.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext</title><link>http://blog.csdn.net/stefli/archive/2011/05/24/6442043.aspx</link><description>&lt;br /&gt;Reference:&lt;br /&gt;1.5.
	
I get an exception with the message &quot;An Authentication object was not found in the SecurityContext&quot;. What's wrong?
	
This is a another debug level message which occurs the first time an anonymous user attempts to access a protected resource, but when you do not have an AnonymousAuthenticationFilter in your filter chain configuration.
    DEBUG [ExceptionTranslationFilter] - Authentication exception occurred; redirecting to authentication entry point
    org.spr&lt;img src=&quot;http://www1.feedsky.com/t1/529687152/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/05/24/6442043.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 24 May 2011 12:50:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/05/24/6442043.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/05/24/6442043.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687152/1090991</fs:itemid></item><item><title>Client can't access Jboss server, the port is not accessable.</title><link>http://blog.csdn.net/stefli/archive/2011/05/20/6433775.aspx</link><description>&lt;br /&gt;Run the JBoss server via:&lt;br /&gt;&lt;br /&gt;run.bat -b 0.0.0.0&lt;br /&gt;&lt;br /&gt;Then the server can be accessable via http://IP:PORT&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/529687153/stefli/csdn.net/s.gif?r=http://blog.csdn.net/stefli/archive/2011/05/20/6433775.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Fri, 20 May 2011 10:07:00 +0800</pubDate><author>李涛</author><guid isPermaLink="false">http://blog.csdn.net/stefli/archive/2011/05/20/6433775.aspx</guid><dc:creator>李涛</dc:creator><fs:srclink>http://blog.csdn.net/stefli/archive/2011/05/20/6433775.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/stefli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/stefli/~1090992/529687153/1090991</fs:itemid></item></channel></rss>
