锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产美女精品久久,亚洲国产精品久久久久秋霞影院,中文字幕乱码亚洲精品一区http://www.tkk7.com/wilesun/zh-cnSun, 11 May 2025 13:05:00 GMTSun, 11 May 2025 13:05:00 GMT60glassfish涓嬬殑Eclipse鐨剋tp鎻掍歡鐨剆erver runtime library闂http://www.tkk7.com/wilesun/archive/2013/08/14/402769.htmlwilesunwilesunWed, 14 Aug 2013 01:27:00 GMThttp://www.tkk7.com/wilesun/archive/2013/08/14/402769.htmlhttp://www.tkk7.com/wilesun/comments/402769.htmlhttp://www.tkk7.com/wilesun/archive/2013/08/14/402769.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/402769.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/402769.htmlSee the thread GlassFish Tools does not provide a Server Runtime for Java Build Path in the Oracle forum.

Summary: They no longer provide a "Server Runtime" for plain Java projects. Instead, the project needs to be a faceted project and have a target runtime.

To configure this, do the following:

  1. Go to the project properties > Project Facets
  2. If necessary, click on Convert to faceted form...
  3. In the Runtimes tab, select GlassFish 3.1

In case you need to export the GlassFish libraries to dependent projects, also do the following:

  1. In Project Facets properties, select Utility Module and click Apply
  2. In Java Build Path > Order and Export, select GlassFish System Libraries

    瑙侊細
    http://stackoverflow.com/questions/17204096/glassfish-server-library-not-available-in-eclipse-kepler


wilesun 2013-08-14 09:27 鍙戣〃璇勮
]]>
MessageFormat鐨刦ormat鍜孲tringBuilder緇勫悎瀛楃涓叉瘮杈?/title><link>http://www.tkk7.com/wilesun/archive/2013/07/30/402157.html</link><dc:creator>wilesun</dc:creator><author>wilesun</author><pubDate>Tue, 30 Jul 2013 05:59:00 GMT</pubDate><guid>http://www.tkk7.com/wilesun/archive/2013/07/30/402157.html</guid><wfw:comment>http://www.tkk7.com/wilesun/comments/402157.html</wfw:comment><comments>http://www.tkk7.com/wilesun/archive/2013/07/30/402157.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/wilesun/comments/commentRss/402157.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/wilesun/services/trackbacks/402157.html</trackback:ping><description><![CDATA[<div>綆鍗曠殑嫻嬭瘯浠g爜濡備笅:<br />鏃墮棿涓?<br />StringBuilder        346887ns<br />MessageFormat    2956450ns<br />鐪嬫潵StringBuilder蹇簡涓涓暟閲忕駭錛屽洜姝よ繕鏄敤StringBuilder濂?br /><br /><div style="background-color: #eeeeee; font-size: 13px; border: 1px solid #cccccc; padding: 4px 5px 4px 4px; width: 98%; word-break: break-all;"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #008080; "> 1</span>         String str[] = { "11111", "222222222", "333333333333", "444444444444444444444444444" };<br /><span style="color: #008080; "> 2</span>         <span style="color: #0000FF; ">long</span> l = System.nanoTime();<br /><span style="color: #008080; "> 3</span>         <span style="color: #0000FF; ">for</span> (<span style="color: #0000FF; ">int</span> i = 0; i < 100; i++) {<br /><span style="color: #008080; "> 4</span>             String c = <span style="color: #0000FF; ">new</span> StringBuilder(str[0]).append(str[1]).append(str[2]).append(str[3]).toString();<br /><span style="color: #008080; "> 5</span>         }<br /><span style="color: #008080; "> 6</span>         System.out.println(System.nanoTime() - l);<br /><span style="color: #008080; "> 7</span> <br /><span style="color: #008080; "> 8</span>         MessageFormat format = <span style="color: #0000FF; ">new</span> MessageFormat("{0}{1}{2}{3}");<br /><span style="color: #008080; "> 9</span>         l = System.nanoTime();<br /><span style="color: #008080; ">10</span>         <span style="color: #0000FF; ">for</span> (<span style="color: #0000FF; ">int</span> i = 0; i < 100; i++) {<br /><span style="color: #008080; ">11</span>             String c = format.format(str);<br /><span style="color: #008080; ">12</span>         }<br /><span style="color: #008080; ">13</span>         System.out.println(System.nanoTime() - l);</div></div><div></div><img src ="http://www.tkk7.com/wilesun/aggbug/402157.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/wilesun/" target="_blank">wilesun</a> 2013-07-30 13:59 <a href="http://www.tkk7.com/wilesun/archive/2013/07/30/402157.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Configuring Oracle for XAhttp://www.tkk7.com/wilesun/archive/2013/07/26/401984.htmlwilesunwilesunFri, 26 Jul 2013 01:45:00 GMThttp://www.tkk7.com/wilesun/archive/2013/07/26/401984.htmlhttp://www.tkk7.com/wilesun/comments/401984.htmlhttp://www.tkk7.com/wilesun/archive/2013/07/26/401984.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/401984.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/401984.htmlConfiguring Oracle for XA

  • Oracle 10.2.0.3 and lower
  • Oracle 10.2.0.4, 11g and higher

Oracle 10.2.0.3 and lower

NOTE: this tip was written with Oracle DBMS version 10.2.0.2.0

How can you know if your Oracle server is correctly configured for XA?

The simplest and usually the most effective way is the following:

  • logon to SQLPlus (or use another tool if you like); make sure to use the user/password that you are using for your application
  • execute the query: select * from SYS.DBA_PENDING_TRANSACTIONS;

If this works then XA is configured.

If not then you should do one or all of the following:

  1. run the oracle scripts 'initxa.sql' and 'xaview.sql' (or ask your DBA to do this for you).
  2. ask your DBA to grant select rights (to your user) on SYS.DBA_PENDING_TRANSACTIONS
  3. for the driver ojdbc14.jar, you also need execute rights on SYS.DBMS_SYSTEM

The last step is NOT needed for the older (JDK 1.2) drivers in classes12.jar

Oracle 10.2.0.4, 11g and higher

For Oracle 10.2.0.4 and up, you no longer need execute rights on SYS.DBMS_SYSTEM. This was fixed in Oracle 10.2.0.4 (BUG 5945463).

Make sure you are also using client driver ojdbc14 version 10.2.0.4 and up.



wilesun 2013-07-26 09:45 鍙戣〃璇勮
]]>
FWK005 parse may not be called while parsing.http://www.tkk7.com/wilesun/archive/2012/05/09/377723.htmlwilesunwilesunWed, 09 May 2012 09:18:00 GMThttp://www.tkk7.com/wilesun/archive/2012/05/09/377723.htmlhttp://www.tkk7.com/wilesun/comments/377723.htmlhttp://www.tkk7.com/wilesun/archive/2012/05/09/377723.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/377723.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/377723.html 

鏈榪戝湪浣跨敤javax.xml.parsers.DocumentBuilder瑙f瀽xml鏂囦歡鐨勬椂鍊欏伓灝斾細鍑洪敊錛?/p>

 

org.xml.sax.SAXException: FWK005 parse may not be called while parsing.
        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:
263)
        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:
284)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:
208)

 

璺熻釜浜嗕竴涓嬩唬鐮侊紝鍙戠幇榪欎釜寮傚父鏄湪com.sun.org.apache.xerces.internal.parsers.DTDConfiguration.parse(DTDConfiguration.java:546)鎶涘嚭鏉ョ殑銆傝孌典唬鐮佺粨鏋勫涓嬶細

 

if(fParseInProgress) {
    
throw new XNIException("FWK005 parse may not be called while parsing.");
}


fParseInProgress 
= true;

// 瑙f瀽xml鏂囦歡

finally {
    fParseInProgress 
= false;
}

 

浠庣▼搴忛昏緫鏉ョ湅錛屽鏋滃綋鍓岲ocumentBuilder瀵硅薄姝e湪杞崲鏂囨。錛屾鏃跺啀嬈¤姹傝漿鎹㈡枃妗o紝閭d箞鐩存帴鎶涘嚭XNIException(“FWK005 parse may not be called while parsing.”);寮傚父銆?/p>

榪欎釜闂涔熸瘮杈冨ソ瑙e喅錛屼竴縐嶆槸瀵硅漿鎹ml鏂囨。鐨勬柟娉曪紝澧炲姞synchronized鍏抽敭瀛楋紝榪欐牱瀛愪笉浼氭湁涓や釜綰跨▼鍚屾椂璁塊棶鏂規硶銆?/p>

榪樻湁涓縐嶆柟娉曟槸鍒涘緩涓涓狣ocumentBuilder綾誨瀷鐨凾hreadLocal鍙橀噺錛岃繖鏍峰瓙姣忎釜綰跨▼閮芥嫢鏈夎嚜宸辯殑DocumentBuilder瀵硅薄錛岃兘澶熷悓鏃惰漿鎹㈠涓獂ml鏂囦歡銆備唬鐮佸涓嬶細

 

private static ThreadLocal docBuildeIns = new ThreadLocal() {
    
protected DocumentBuilder initialValue() {
        
try {
            
return DocumentBuilderFactory.newInstance().newDocumentBuilder();
        }
 catch (ParserConfigurationException e) {
            String msg 
= "DocumentBuilder 瀵硅薄鍒濆鍖栧け璐ワ紒";
            log.error(msg, e);
            
throw new IllegalStateException(msg, e);
        }

    }

}
;

 



wilesun 2012-05-09 17:18 鍙戣〃璇勮
]]>
js涔熻蛋JSP,騫朵笖鍙互涓璲s鏂囦歡涓嬌鐢‥Lhttp://www.tkk7.com/wilesun/archive/2012/03/26/372735.htmlwilesunwilesunMon, 26 Mar 2012 11:00:00 GMThttp://www.tkk7.com/wilesun/archive/2012/03/26/372735.html      <description>JS Configuration</description>
      <display-name>JS Configuration</display-name>
      <url-pattern>/impl/pages/*</url-pattern>
      <el-ignored>false</el-ignored>
      <page-encoding>UTF-8</page-encoding>
      <scripting-invalid>false</scripting-invalid>
      <trim-directive-whitespaces>true</trim-directive-whitespaces>
    </jsp-property-group>


wilesun 2012-03-26 19:00 鍙戣〃璇勮
]]>
java鍔ㄦ佸垱寤篍numhttp://www.tkk7.com/wilesun/archive/2009/08/19/291736.htmlwilesunwilesunWed, 19 Aug 2009 01:07:00 GMThttp://www.tkk7.com/wilesun/archive/2009/08/19/291736.htmlhttp://www.tkk7.com/wilesun/comments/291736.htmlhttp://www.tkk7.com/wilesun/archive/2009/08/19/291736.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/291736.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/291736.htmlpublic class DayFactory {
    
static {
        
try {
            Constructor con 
= Day.class.getDeclaredConstructors()[0];
            Method[] methods 
= con.getClass().getDeclaredMethods();
            
for (Method m : methods) {
                
if (m.getName().equals("acquireConstructorAccessor")) {
                    m.setAccessible(
true);
                    m.invoke(con, 
new Object[0]);
                }

            }

            Field[] fields 
= con.getClass().getDeclaredFields();
            Object ca 
= null;
            
for (Field f : fields) {
                
if (f.getName().equals("constructorAccessor")) {
                    f.setAccessible(
true);
                    ca 
= f.get(con);
                }

            }

            Method m 
= ca.getClass().getMethod("newInstance"new Class[] { Object[].class });
            m.setAccessible(
true);
            Day v 
= (Day) m.invoke(ca, new Object[] new Object[] "VACATION", Integer.MAX_VALUE } });
            System.out.println(v.getClass() 
+ ":" + v.name() + ":" + v.ordinal());
            
for(Day day:Day.values()) {
                System.out.println(day);
            }

        }
 catch (Exception ex) {
            ex.printStackTrace();
        }

    }

    
    
public static void say() {
    }

    
    @Test
    
public void ddd() {
        DayFactory.say();
    }



wilesun 2009-08-19 09:07 鍙戣〃璇勮
]]>
PowerDesigner涓嶈code name鍚屾鏀瑰彉http://www.tkk7.com/wilesun/archive/2009/08/05/289973.htmlwilesunwilesunWed, 05 Aug 2009 09:18:00 GMThttp://www.tkk7.com/wilesun/archive/2009/08/05/289973.htmlhttp://www.tkk7.com/wilesun/comments/289973.htmlhttp://www.tkk7.com/wilesun/archive/2009/08/05/289973.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/289973.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/289973.htmlPowerDesigner涓紝浣嗕慨鏀逛簡鏌愪釜瀛楁鐨?span class="hilite3">name錛屽叾code涔熻窡鐫淇敼錛岃繖涓棶棰樺緢璁ㄥ帉錛屽洜涓轟竴鑸潵璇達紝name鏄腑鏂囩殑錛?span class="hilite2">code鏄瓧孌靛悕銆?
瑙e喅鏂規硶濡備笅錛?
1銆侀夋嫨Tools->GeneralOptions...鑿滃崟錛屽嚭鐜癎eneral Options瀵硅瘽妗嗐?
2銆佷粠Category涓夋嫨Dialog欏廣?
3銆佸彇娑堝彸杈?#8220;Name to Code mirroring”澶嶉夋銆?

wilesun 2009-08-05 17:18 鍙戣〃璇勮
]]>
delphi瀹炵幇闈欐佹柟娉?/title><link>http://www.tkk7.com/wilesun/archive/2009/01/07/250306.html</link><dc:creator>wilesun</dc:creator><author>wilesun</author><pubDate>Wed, 07 Jan 2009 04:32:00 GMT</pubDate><guid>http://www.tkk7.com/wilesun/archive/2009/01/07/250306.html</guid><wfw:comment>http://www.tkk7.com/wilesun/comments/250306.html</wfw:comment><comments>http://www.tkk7.com/wilesun/archive/2009/01/07/250306.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/wilesun/comments/commentRss/250306.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/wilesun/services/trackbacks/250306.html</trackback:ping><description><![CDATA[浣跨敤榪嘽++鐨勪漢閮界煡閬撳湪c++鐨勭被涓湁闈欐佸睘鎬у強闈欐佹柟娉?涓虹▼搴忚璁″甫鏉ュ緢澶氭柟渚?閭d箞鍦―elphi涓潤鎬佸睘鎬у強闈欐佹柟娉曟槸鎬庝箞瀹炵幇鐨勫憿?璇風湅涓嬮潰鐨勫疄渚?<br /> <br /> unit Unit2;<br /> <br /> interface<br /> <br /> type<br />   TMyClass = Class<br />   public<br />     {闈欐佽繃紼?璁劇疆闈欐佸睘鎬х殑鍊紏<br />     class procedure SetStaticMemberValue(AString: string);<br />     {闈欐佸嚱鏁?璇誨彇闈欐佸睘鎬х殑鍊紏<br />     class function GetStaticMemberValue: string;<br />   end;<br /> <br /> implementation<br /> {鍦ㄦ澹版槑闈欐佸睘鎬?榪欎竴鐐逛笌c++鏈夊緢澶х殑涓嶅悓}<br /> var<br />   AStaticMember: string;<br /> <br /> class function TMyClass.GetStaticMemberValue: string;<br /> begin<br />   Result := AStaticMember;<br /> end;<br /> <br /> class procedure TMyClass.SetStaticMemberValue(AString: string);<br /> begin<br />   AStaticMember := AString;<br /> end;<br /> <br /> end.<br /> <br />     閭d箞鍦═MyClass涓0鏄庣殑灞炴у強鏂規硶鏄惁鏄潤鎬佸睘鎬ф垨闈欐佹柟娉曞憿?璇風湅涓嬮潰鐨勫疄渚?<br /> <br /> ...<br /> uses unit2<br /> ...<br /> <br /> procedure TForm1.Button2Click(Sender: TObject);<br /> begin<br />   {涓嶉渶澹版槑TMyClass鐨勫疄渚?鍙洿鎺ヨ緗強璇誨彇闈欐佸睘鎬х殑鍊紏<br />   TMyClass.SetStaticMemberValue('MyClass');<br />   showmessage(TMyClass.GetStaticMemberValue);<br /> end;<br /> <img src ="http://www.tkk7.com/wilesun/aggbug/250306.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/wilesun/" target="_blank">wilesun</a> 2009-01-07 12:32 <a href="http://www.tkk7.com/wilesun/archive/2009/01/07/250306.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Windows鐨勮繙紼嬫帶鍒墮棶棰?/title><link>http://www.tkk7.com/wilesun/archive/2008/12/16/246606.html</link><dc:creator>wilesun</dc:creator><author>wilesun</author><pubDate>Tue, 16 Dec 2008 04:51:00 GMT</pubDate><guid>http://www.tkk7.com/wilesun/archive/2008/12/16/246606.html</guid><wfw:comment>http://www.tkk7.com/wilesun/comments/246606.html</wfw:comment><comments>http://www.tkk7.com/wilesun/archive/2008/12/16/246606.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/wilesun/comments/commentRss/246606.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/wilesun/services/trackbacks/246606.html</trackback:ping><description><![CDATA[<ol> <li>榪滅▼妗岄潰瓚呭嚭榪炴帴鏁?/li> </ol> <ul> <ul> <li>閫氳繃net   use   \\servername   password   /user:administrator  shutdown   -m   \\servername  -r   -f榪滅▼閲嶅惎鏈嶅姟鍣?/li> <li>閫氳繃mstsc</li> <ul> <li>鐢╩stsc  /v:IP /console寮鴻榪炴帴鍒?浼氳瘽,濡傛灉0浼氳瘽鍦?瀹冨皢琚涪鍑?/li> <li>mstsc鍙傛暟鐨勪簡瑙o紝鍙氳繃mstsc /?瀛︿範涓涓嬨?<br /> MSTSC [錛淐onnection File錛瀅 [/v:錛渟ever[:port]錛瀅 [/console] [/f[ullscreen]] <br /> [/w:錛渨idth錛?nbsp;/h:錛渉eight錛瀅 | /Edit"ConnectionFile" | /Migrate | /? <br /> 錛淐onnection File錛?nbsp;-- 鎸囧畾榪炴帴鐨?nbsp;.rdp 鏂囦歡鐨勫悕縐般?<br /> /v:錛渟ever[:port]錛?nbsp;-- 鎸囧畾瑕佽繛鎺ュ埌鐨勭粓绔湇鍔″櫒銆?<br /> /console -- 榪炴帴鍒版湇鍔″櫒鐨勬帶鍒跺彴浼氳瘽銆?<br /> /f -- 浠ュ叏灞忔ā寮忓惎鍔ㄥ鎴風銆?<br /> /w: 錛渨idth錛?nbsp;-- 鎸囧畾榪滅▼妗岄潰灞忓箷鐨勫搴︺?<br /> /h:錛渉eight錛?nbsp;-- 鎸囧畾榪滅▼妗岄潰灞忓箷鐨勪寒搴︺?<br /> /edit -- 鎵撳紑鎸囧畾鐨?nbsp;.rdp 鏂囦歡鏉ョ紪杈戙?<br /> /migrate -- 灝嗗鎴風榪炴帴綆$悊鍣ㄥ垱寤虹殑鏃х増榪炴帴鏂囦歡榪佺Щ鍒版柊鐨?nbsp;.rdp 榪炴帴鏂囦歡銆?<br /> /? -- 鐢熸垚榪欎釜鐢ㄦ硶娑堟伅銆?<br /> <br /> <br /> </li> </ul> </ul> </ul> <img src ="http://www.tkk7.com/wilesun/aggbug/246606.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/wilesun/" target="_blank">wilesun</a> 2008-12-16 12:51 <a href="http://www.tkk7.com/wilesun/archive/2008/12/16/246606.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>ORM-浣犲湪鍋氶鍩烢ntity寤烘ā鍚?http://www.tkk7.com/wilesun/archive/2008/12/15/246350.htmlwilesunwilesunMon, 15 Dec 2008 02:57:00 GMThttp://www.tkk7.com/wilesun/archive/2008/12/15/246350.htmlhttp://www.tkk7.com/wilesun/comments/246350.htmlhttp://www.tkk7.com/wilesun/archive/2008/12/15/246350.html#Feedback0http://www.tkk7.com/wilesun/comments/commentRss/246350.htmlhttp://www.tkk7.com/wilesun/services/trackbacks/246350.htmlORM-浣犲湪鍋氶鍩?/span>Entity寤烘ā鍚?/span>?

ORM鍦ㄦ垜鎵鎺ヨЕ榪囩殑欏圭洰鎴栧惉璇磋繃鐨勯」鐩腑70%浠ヤ笂鏍規湰娌℃湁棰嗗煙瀹炰綋瀵硅薄寤烘ā錛堟湁浜涢」鐩槸鎯沖仛錛屼絾涓嶇煡鎬庢牱鎵嶈兘鍋氬ソ錛夛紝閫氬父閮芥槸鐩存帴閲囩敤鏁版嵁搴撶墿鐞嗘ā鍨嬫潵鐢熸垚涓涓疄浣撳眰銆備粠榪欏眰闈笂璁詫紝澶у璁ㄥ帉ORM鏄鐨勶紝鍥犱負錛屽ぇ瀹跺叾瀹炲彧鎯抽渶瑕佷竴涓?/span>JDBCTemplete灝辮浜嗐傝瀹炶瘽錛屽叾瀹?/span>ORM鏈韓鐨勭簿楂撴槸鍦ㄥ疄浣撳璞″緩妯¤繖涓灞?/span>銆?/span>

浣嗚寤哄ソ棰嗗煙瀹炰綋瀵硅薄妯″瀷錛屽嵈瀹炲湪鏄お闅句簡.濡傛灉鍏堝緩鏁版嵁搴撶殑鐗╃悊妯★紝涓鑸兘浼氬伔璧?浣嗗鏋滀竴寮濮嬪氨浠庡璞¤搴︽潵鍋氬疄浣撳璞″緩妯★紝闇瑕佽姳璐圭浉褰撲唬浠?鏈鍚庨氳繃OOM->PDM,鏉ョ敓鎴愮墿鐞嗘ā鍨?span style="font-family: 瀹嬩綋">銆?/span>



wilesun 2008-12-15 10:57 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 久久青青草原国产精品免费| 亚洲av无码专区国产不乱码 | 久久免费国产精品一区二区| 亚洲人成电影在线播放| 中文字幕免费在线看电影大全| 亚洲精品tv久久久久| a一级毛片免费高清在线| 久久久久久久亚洲精品| 国产A∨免费精品视频| 欧洲亚洲国产清在高| 人妻丰满熟妇无码区免费| 亚洲精品视频在线观看免费| 30岁的女人韩剧免费观看| 亚洲av永久无码嘿嘿嘿| 毛片免费视频在线观看| 久久亚洲精品高潮综合色a片| 男人的天堂亚洲一区二区三区 | 亚洲国产日产无码精品| 无码专区永久免费AV网站 | 亚洲一区二区三区国产精华液 | 国产精品亚洲mnbav网站 | 亚洲综合久久综合激情久久| 18女人腿打开无遮掩免费| 亚洲一级高清在线中文字幕| 夭天干天天做天天免费看| 四虎成人精品国产永久免费无码 | 亚洲一区无码中文字幕| 最近高清中文字幕免费| 亚洲日韩久久综合中文字幕| 免费国产精品视频| a毛片全部免费播放| 亚洲不卡在线观看| 亚洲精品国产va在线观看蜜芽| 成人片黄网站色大片免费观看APP| 亚洲精品综合久久中文字幕| 暖暖日本免费在线视频| a级在线免费观看| 亚洲日韩国产一区二区三区在线| 亚洲情侣偷拍精品| 动漫黄网站免费永久在线观看| 全部在线播放免费毛片|