锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精品免费网站,久久综合九九亚洲一区,在线观看日本亚洲一区http://m.tkk7.com/yeafee/category/5805.html it's usually better to solve problems with simplicity and finesse rather than muscle.zh-cnWed, 28 Feb 2007 04:01:00 GMTWed, 28 Feb 2007 04:01:00 GMT60Client & Server Validationhttp://m.tkk7.com/yeafee/archive/2006/12/18/88565.html@yeafee@yeafeeMon, 18 Dec 2006 07:58:00 GMThttp://m.tkk7.com/yeafee/archive/2006/12/18/88565.htmlhttp://m.tkk7.com/yeafee/comments/88565.htmlhttp://m.tkk7.com/yeafee/archive/2006/12/18/88565.html#Feedback0http://m.tkk7.com/yeafee/comments/commentRss/88565.htmlhttp://m.tkk7.com/yeafee/services/trackbacks/88565.html
  • 鍏充簬Spring涓瑿ommons Validator鐨勪嬌鐢ㄨ鏄?/a>
  • Using Commons Validator with Spring Redux
  • 鍏充簬鍦⊿pring涓皟鐢╟ommon鐨剉alidator http://blog.csdn.net/paddyhuang/archive/2004/09/18/109222.aspx
  • Commons-Validator聽 http://www.springside.org.cn/docs/reference/Commons-Validator.htm


  • @yeafee 2006-12-18 15:58 鍙戣〃璇勮
    ]]>
    鍏充簬宸ヤ綔嫻佺殑涓綃?/title><link>http://m.tkk7.com/yeafee/archive/2006/01/09/27269.html</link><dc:creator>@yeafee</dc:creator><author>@yeafee</author><pubDate>Mon, 09 Jan 2006 08:27:00 GMT</pubDate><guid>http://m.tkk7.com/yeafee/archive/2006/01/09/27269.html</guid><wfw:comment>http://m.tkk7.com/yeafee/comments/27269.html</wfw:comment><comments>http://m.tkk7.com/yeafee/archive/2006/01/09/27269.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/yeafee/comments/commentRss/27269.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/yeafee/services/trackbacks/27269.html</trackback:ping><description><![CDATA[<H1 align=left>Use Spring to create a simple workflow engine</H1> <H3 align=center>Organize your backend processing tasks into an easy-to-use Spring-based workflow<A ><BR>http://www.javaworld.com/javaworld/jw-04-2005/jw-0411-spring_p.html</A><BR></H3> <P align=left>涓枃緲昏瘧瑙?A >http://www.matrix.org.cn/resource/article/43/43785_Spring.html</A></P><img src ="http://m.tkk7.com/yeafee/aggbug/27269.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/yeafee/" target="_blank">@yeafee</a> 2006-01-09 16:27 <a href="http://m.tkk7.com/yeafee/archive/2006/01/09/27269.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Spring in Action 瀛︿範(fàn)絎旇 2(Understanding inversion of control)http://m.tkk7.com/yeafee/archive/2005/12/13/23684.html@yeafee@yeafeeTue, 13 Dec 2005 07:47:00 GMThttp://m.tkk7.com/yeafee/archive/2005/12/13/23684.htmlhttp://m.tkk7.com/yeafee/comments/23684.htmlhttp://m.tkk7.com/yeafee/archive/2005/12/13/23684.html#Feedback0http://m.tkk7.com/yeafee/comments/commentRss/23684.htmlhttp://m.tkk7.com/yeafee/services/trackbacks/23684.html
            IoC(Inversion of control)鏄疭pring鐨勫績鑴?鍚潃鎰熻瀹冩瘮杈冩櫐娑┿傚叾瀹炲畠榪滀笉鍍忓惉鐫鐨勯偅鏍烽毦鎳傘備簨瀹炰笂錛屽湪浣犵殑宸ョ▼涓紩鍏oC涔嬪悗,浣犱細(xì)鍙戠幇浣犵殑浠g爜浼?xì)鍙樺緱闈炲父绠鏈達(dá)紝鏇存槗浜庣悊瑙e拰嫻嬭瘯銆?BR>       浣嗘槸錛岀┒绔熶粈涔堟槸IoC鍛紵
    Injecting dependencies                        
    In an article written in early 2004, Martin Fowler asked what aspect of control is being inverted. He concluded that it is the acquisition of dependent objects that is being inverted. Based on that revelation, he coined a better name for inversion of control: dependency injection.

    Traditionally, each object is responsible for obtaining  its own references to the objects it collaborates with (its dependencies). As  you'll see, this can lead to highly coupled and hard-to-test code.Applying IoC, objects are given their dependencies at creation time by some external entity that coordinates each object in the system.That is, dependencies
    are injected into objects. So, IoC means an inversion of responsibility with regard
    to how an object obtains references to collaborating objects.

     IoC in action                                        

          

    @yeafee 2005-12-13 15:47 鍙戣〃璇勮
    ]]>
    Spring in Action 瀛︿範(fàn)絎旇 1(A Spring jump start)http://m.tkk7.com/yeafee/archive/2005/12/13/23660.html@yeafee@yeafeeTue, 13 Dec 2005 06:56:00 GMThttp://m.tkk7.com/yeafee/archive/2005/12/13/23660.htmlhttp://m.tkk7.com/yeafee/comments/23660.htmlhttp://m.tkk7.com/yeafee/archive/2005/12/13/23660.html#Feedback0http://m.tkk7.com/yeafee/comments/commentRss/23660.htmlhttp://m.tkk7.com/yeafee/services/trackbacks/23660.htmlSpring jump start

    Spring-enabled applications are like any Java application. They are made up of  several classes, each performing a specific purpose within the application. What makes Spring-enabled applications different, however, is how these classes are configured and introduced to each other. Typically, a Spring application has an XML file that describes how to configure the classes, known as the Spring configuration file.
    Listing 1.1
    The GreetingService interface separates the service's  implementation from its interface.   
    package com.springinaction.chapter01.hello;
    public interface GreetingService {
    public void sayGreeting();
    }

    Listing 1.2 GreetingServiceImpl.java: Responsible for printing the greeting                        
    package com.springinaction.chapter01.hello;
    public class GreetingServiceImpl implements GreetingService {
    private String greeting;
    public GreetingServiceImpl() {}
    public GreetingServiceImpl(String greeting) {
    this.greeting = greeting;
    }

    public void sayGreeting() {
    System.out.println(greeting);
    }

    public void setGreeting(String greeting) {
    this.greeting = greeting;
    }

    }

    Noticed that the greeting can be set in two different ways: by the constructor or by the property鈥檚 setter method.

    We鈥檙e going to let the Spring container set the greeting property. The Spring configuration file(hello.xml) in listing 1.3 tells the container how to configure the greeting service.

    Listing 1.3 Configuring Hello World in Spring                                                                      

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    "http://www.springframework.org/dtd/spring-beans.dtd"
    >
    <beans>
    <bean id="greetingService"
    class
    ="com.springinaction.chapter01.hello.GreetingServiceImpl">
    <property name="greeting">
    <value>Buenos Dias!</value>
    </property>
    </bean>
    </beans>

    Let鈥檚 dig into the details of this XML file a bit to understand how it works.At the root of this simple XML file is the <beans> element, which is the root element of any Spring configuration file. The <bean> element is used to tell the Spring container about a class and how it should be configured. Here, the id attribute is used to name the bean greetingService and the class attribute specifies the bean's fully qualified class name.

    xml鏂囦歡鐨?lt;value>鍏冪礌瀹氫箟浜唈avabean涔?greeting鐨勫?涓嬭竟鐨勪竴孌典唬鐮佺矖鐣ョ殑闃愭槑浜嗗熀浜巟ml1.3鏂囦歡鐨勫唴瀹?瀹瑰櫒閮藉仛浜嗕簺浠涔?
    GreetingServiceImpl greetingService = new GreetingServiceImpl();
    greetingService.setGreeting(
    "Buenos Dias!");

    Similarly, we may choose to have Spring set the greeting property through GreetingServiceImpl's  single argument constructor. For example:
    <bean id="greetingService"
    class
    ="com.springinaction.chapter01.hello.GreetingServiceImpl">
    <constructor-arg>
    <value>Buenos Dias!</value>
    </constructor-arg>
    </bean>

    The following code illustrates how the container will instantiate the greeting service
    when using the <constructor-arg> element:
    GreetingServiceImpl greetingService =new GreetingServiceImpl(鈥淏uenos Dias鈥?;
    The last piece of the puzzle is the class that loads the Spring container and uses it
    to retrieve the greeting service. Listing 1.4 shows this class.
    Listing 1.4 The Hello World main class                                                                                

    package com.springinaction.chapter01.hello;
    import java.io.FileInputStream;
    import org.springframework.beans.factory.BeanFactory;
    import org.springframework.beans.factory.xml.XmlBeanFactory;
    public class HelloApp {
    public static void main(String[] args) throws Exception {
    BeanFactory factory 
    =
    new XmlBeanFactory(new FileInputStream("hello.xml"));
    GreetingService greetingService 
    =
    (GreetingService) factory.getBean(
    "greetingService");
    greetingService.sayGreeting();
    }

    }

    The BeanFactory class used here is the Spring container. After loading the hello.xml file into the container, the main() method calls the getBean() method on the BeanFactory to retrieve a reference to the greeting service. With this reference in hand, it finally calls the sayGreeting() method. When we run the Hello application, it prints (not surprisingly)

          Buenos Dias!

    The real power of Spring lies in how beans can be injected into other beans using IoC.
    see next........continue!


    @yeafee 2005-12-13 14:56 鍙戣〃璇勮
    ]]>
    Spring緋誨垪瀛︿範(fàn) 1(璇籌BM-DW java TM)http://m.tkk7.com/yeafee/archive/2005/12/13/23638.html@yeafee@yeafeeTue, 13 Dec 2005 05:08:00 GMThttp://m.tkk7.com/yeafee/archive/2005/12/13/23638.htmlhttp://m.tkk7.com/yeafee/comments/23638.htmlhttp://m.tkk7.com/yeafee/archive/2005/12/13/23638.html#Feedback0http://m.tkk7.com/yeafee/comments/commentRss/23638.htmlhttp://m.tkk7.com/yeafee/services/trackbacks/23638.html

    @yeafee 2005-12-13 13:08 鍙戣〃璇勮
    ]]>
    jpetstore(Spring with ibatis)鏂扮敤鎴鋒敞鍐屽涔?/title><link>http://m.tkk7.com/yeafee/archive/2005/12/09/23122.html</link><dc:creator>@yeafee</dc:creator><author>@yeafee</author><pubDate>Fri, 09 Dec 2005 04:47:00 GMT</pubDate><guid>http://m.tkk7.com/yeafee/archive/2005/12/09/23122.html</guid><wfw:comment>http://m.tkk7.com/yeafee/comments/23122.html</wfw:comment><comments>http://m.tkk7.com/yeafee/archive/2005/12/09/23122.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/yeafee/comments/commentRss/23122.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/yeafee/services/trackbacks/23122.html</trackback:ping><description><![CDATA[  <DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><SPAN style="COLOR: #008080">1</SPAN><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top><SPAN style="COLOR: #008000"><!--</SPAN><SPAN style="COLOR: #008000">web.xml--</SPAN><SPAN style="COLOR: #008000">--></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">2</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">servlet</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">3</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">servlet-name</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000">petstore</SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">servlet-name</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">4</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">servlet-class</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000">org.springframework.web.servlet.DispatcherServlet<BR></SPAN><SPAN style="COLOR: #008080">5</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">servlet-class</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">6</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">load-on-startup</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000">2</SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">load-on-startup</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">7</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top> </SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">servlet</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">8</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top></SPAN></DIV> <DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><SPAN style="COLOR: #008080">1</SPAN><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top><SPAN style="COLOR: #008000"><!--</SPAN><SPAN style="COLOR: #008000">petstroe-servlet.xml--</SPAN><SPAN style="COLOR: #008000">--></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">2</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">bean </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="/shop/newAccount.do"</SPAN><SPAN style="COLOR: #ff0000"> <BR></SPAN><SPAN style="COLOR: #008080">3</SPAN><SPAN style="COLOR: #ff0000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>class</SPAN><SPAN style="COLOR: #0000ff">="org.springframework.samples.jpetstore.web.spring.AccountFormController"</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">4</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="petStore"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="petStore"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">5</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="validator"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="accountValidator"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">6</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>  </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="successView"</SPAN><SPAN style="COLOR: #ff0000"> value</SPAN><SPAN style="COLOR: #0000ff">="index"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">7</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top> </SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">bean</SPAN><SPAN style="COLOR: #0000ff">></SPAN></DIV><BR> <DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><SPAN style="COLOR: #008080"> 1</SPAN><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top><SPAN style="COLOR: #008000"><!--</SPAN><SPAN style="COLOR: #008000">applicationContext.xml</SPAN><SPAN style="COLOR: #008000">--></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 2</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">bean </SPAN><SPAN style="COLOR: #ff0000">id</SPAN><SPAN style="COLOR: #0000ff">="petStore"</SPAN><SPAN style="COLOR: #ff0000"> parent</SPAN><SPAN style="COLOR: #0000ff">="baseTransactionProxy"</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 3</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>        </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="target"</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 4</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>            </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">bean <BR></SPAN><SPAN style="COLOR: #008080"> 5</SPAN><SPAN style="COLOR: #800000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #ff0000">class</SPAN><SPAN style="COLOR: #0000ff">="org.springframework.samples.jpetstore.domain.logic.PetStoreImpl"</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 6</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>                </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="accountDao"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="accountDao"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 7</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>                </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="categoryDao"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="categoryDao"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 8</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>                </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="productDao"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="productDao"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080"> 9</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>                </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="itemDao"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="itemDao"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">10</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>                </SPAN><SPAN style="COLOR: #0000ff"><</SPAN><SPAN style="COLOR: #800000">property </SPAN><SPAN style="COLOR: #ff0000">name</SPAN><SPAN style="COLOR: #0000ff">="orderDao"</SPAN><SPAN style="COLOR: #ff0000"> ref</SPAN><SPAN style="COLOR: #0000ff">="orderDao"</SPAN><SPAN style="COLOR: #0000ff">/></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">11</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>            </SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">bean</SPAN><SPAN style="COLOR: #0000ff">></SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #008080">12</SPAN><SPAN style="COLOR: #000000"><IMG src="http://m.tkk7.com/images/OutliningIndicators/None.gif" align=top>        </SPAN><SPAN style="COLOR: #0000ff"></</SPAN><SPAN style="COLOR: #800000">property</SPAN><SPAN style="COLOR: #0000ff">></SPAN></DIV><BR><img src ="http://m.tkk7.com/yeafee/aggbug/23122.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/yeafee/" target="_blank">@yeafee</a> 2005-12-09 12:47 <a href="http://m.tkk7.com/yeafee/archive/2005/12/09/23122.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://m.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://szqsnt.com" target="_blank">色网站在线免费观看</a>| <a href="http://nfrxfarm.com" target="_blank">一级毛片免费不卡在线</a>| <a href="http://h47h.com" target="_blank">亚洲国产精品无码中文字</a>| <a href="http://747767.com" target="_blank">亚洲精品视频在线观看免费</a>| <a href="http://8xk7u9.com" target="_blank">亚洲乱码国产乱码精华</a>| <a href="http://321fafa.com" target="_blank">亚洲熟女少妇一区二区</a>| <a href="http://kwknc.com" target="_blank">久久不见久久见中文字幕免费 </a>| <a href="http://zdmaid.com" target="_blank">亚洲专区一路线二</a>| <a href="http://48eh.com" target="_blank">亚洲男人第一无码aⅴ网站 </a>| <a href="http://djllgs.com" target="_blank">亚洲精品你懂的在线观看 </a>| <a href="http://xxxxnii.com" target="_blank">亚洲s色大片在线观看</a>| <a href="http://902578.com" target="_blank">在线观看人成视频免费</a>| <a href="http://usagaa.com" target="_blank">99re6在线精品免费观看</a>| <a href="http://438266.com" target="_blank">亚洲一区二区三区久久久久</a>| <a href="http://fdhkauto.com" target="_blank">亚洲精品无码永久在线观看</a>| <a href="http://xjyzz.com" target="_blank">www.999精品视频观看免费</a>| <a href="http://cc58866.com" target="_blank">A级毛片成人网站免费看</a>| <a href="http://0453wcbyy.com" target="_blank">亚洲精品福利你懂</a>| <a href="http://173ba.com" target="_blank">亚洲αv在线精品糸列</a>| <a href="http://vcnxa.com" target="_blank">国产一级淫片a免费播放口之</a>| <a href="http://qsqse1.com" target="_blank">久久A级毛片免费观看</a>| <a href="http://gdfcjzx.com" target="_blank">精品熟女少妇aⅴ免费久久</a>| <a href="http://j3223.com" target="_blank">中中文字幕亚洲无线码</a>| <a href="http://ytsp88.com" target="_blank">亚洲成AV人片一区二区</a>| <a href="http://jiayila.com" target="_blank">亚洲高清成人一区二区三区</a>| <a href="http://www-60060.com" target="_blank">可以免费看的卡一卡二</a>| <a href="http://oakuu.com" target="_blank">免费看男人j放进女人j免费看</a>| <a href="http://wwwbi757.com" target="_blank">国产亚洲精品美女久久久久久下载</a>| <a href="http://baoyutv777.com" target="_blank">亚洲国产成人久久精品影视</a>| <a href="http://9797ww.com" target="_blank">亚洲日本一区二区三区在线不卡</a>| <a href="http://wusongtv.com" target="_blank">国产免费看JIZZ视频</a>| <a href="http://rp71.com" target="_blank">一级毛片**不卡免费播</a>| <a href="http://yhanalati.com" target="_blank">国产vA免费精品高清在线观看</a>| <a href="http://ycjs999.com" target="_blank">亚洲AV无码之国产精品</a>| <a href="http://xixidhw.com" target="_blank">亚洲一区在线视频观看</a>| <a href="http://jmzc888.com" target="_blank">亚洲天堂久久精品</a>| <a href="http://vc77777.com" target="_blank">亚洲精品成人片在线观看精品字幕</a>| <a href="http://www42iii.com" target="_blank">四虎1515hm免费国产</a>| <a href="http://boyipark.com" target="_blank">在线观看无码的免费网站</a>| <a href="http://51wdn.com" target="_blank">四虎1515hh永久久免费</a>| <a href="http://199291.com" target="_blank">99在线视频免费</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>