锘??xml version="1.0" encoding="utf-8" standalone="yes"?>狠狠精品久久久无码中文字幕,国产精品久久影院,久久精品国内一区二区三区http://www.shnenglu.com/erran/category/5351.htmlzh-cnThu, 22 May 2008 06:33:34 GMTThu, 22 May 2008 06:33:34 GMT60Delphi鍙栨暣鍑芥暟http://www.shnenglu.com/erran/archive/2007/10/13/34152.htmlerranerranSat, 13 Oct 2007 13:34:00 GMThttp://www.shnenglu.com/erran/archive/2007/10/13/34152.htmlhttp://www.shnenglu.com/erran/comments/34152.htmlhttp://www.shnenglu.com/erran/archive/2007/10/13/34152.html#Feedback0http://www.shnenglu.com/erran/comments/commentRss/34152.htmlhttp://www.shnenglu.com/erran/services/trackbacks/34152.htmlfloor 鍜?ceil 鏄?math unit 閲岀殑鍑芥暟錛屼嬌鐢ㄥ墠瑕佸厛 Uses Math銆?br />trunc 鍜?round 鏄?system unit 閲岀殑鍑芥暟錛岀己鐪佸氨鍙互鐢ㄣ?br />floor 鐩存帴寰灝忕殑鍙栵紝姣斿 floor(-123.55)=-124錛宖loor(123.55)=123
trunc 鐩存帴鍒囦笅鏁存暟錛屾瘮濡?trunc(-123.55)=-123, floor(123.55)=123
ceil 鐩存帴寰澶х殑鍙栵紝姣斿 ceil(-123.55)=-123錛?ceil(123.55)=124
round 璁$畻鍥涜垗浜斿叆錛屾瘮濡?round(-123.55)=-124錛宺ound(123.55)=124

erran 2007-10-13 21:34 鍙戣〃璇勮
]]>
delphi : 鐩稿綋涓巗scanf鐨勫嚱鏁癛eadStrValueshttp://www.shnenglu.com/erran/archive/2006/12/07/16103.htmlerranerranThu, 07 Dec 2006 12:17:00 GMThttp://www.shnenglu.com/erran/archive/2006/12/07/16103.htmlhttp://www.shnenglu.com/erran/comments/16103.htmlhttp://www.shnenglu.com/erran/archive/2006/12/07/16103.html#Feedback0http://www.shnenglu.com/erran/comments/commentRss/16103.htmlhttp://www.shnenglu.com/erran/services/trackbacks/16103.html錛堝紩鐢級(jí)


{------------------------------------------------------------------------------}
{ procedure ReadStrValues                                                      }
{                                                                              }
{ 鍔熻兘璇存槑: 鏍規(guī)嵁鎸囧畾鐨勫垎闅旂灝嗕竴涓瓧絎︿覆鍒嗚В涓鴻嫢騫蹭釜瀛愪覆                       }
{           濡傛灉浼犻掔殑瀛愪覆鏁伴噺瓚呰繃婧愪覆鍙互瑙f瀽鐨勫瓧涓叉暟, 鍒欏浼犵殑瀛愪覆灝嗙疆涓虹┖涓?}
{ 鍙?nbsp;   鏁?                                                                    }
{   Str   : 寰呭垎瑙g殑瀛楃涓?nbsp;                                                    }
{   StrArr: 瀛樻斁鍒嗚В鍚庣殑瀛愪覆鐨勬暟緇? 浠ュ瓧絎︿覆鎸囬拡鏁扮粍浼犻?nbsp;                      }
{   Ch    : 鍒嗛殧絎﹀畾涔? 緙虹渷涓?";"                                             }
{------------------------------------------------------------------------------}
procedure ReadStrValues(Str: string; StrArr: array of PString; Ch: Char = ';');
var
  I, StrLen, StrPos, ArrLen, ArrIndex: Integer;
begin
  StrLen := Length(Str);      // 瀛楃涓查暱
  ArrLen := Length(StrArr);   // 寰呭彇鍑虹殑瀛楃涓蹭釜鏁?br>  if ArrLen = 0 then Exit;    // 濡傛灉瀛楃涓叉寚閽堟暟緇勪腑鏃犲厓绱狅紝鍒欑洿鎺ラ鍑?/p>

  StrPos := 1;                // 褰撳墠璇誨埌鐨勫瓧絎︿覆浣嶇疆
  ArrIndex := 0;              // 褰撳墠瀛楃涓叉寚閽堟暟緇勪綅緗?/p>

  // 姝ゅ灝?Str 闀垮害鍔?錛岀敤浜庡悗闈㈠垽鏂槸鍚﹀凡璇誨畬鏁翠釜瀛椾覆
  for I := 1 to StrLen + 1 do
  begin
    // 娉ㄦ剰姝ゅ鏉′歡浣嶇疆涓嶅彲鍊掔疆(楠ゆ寮忓垽鏂?
    if (I = StrLen + 1) or (Str[I] = Ch) then
    begin
      // 鎷瘋礉璇誨埌鐨勫瓧絎︿覆
      StrArr[ArrIndex]^ := Copy(Str, StrPos, I - StrPos);
      StrPos := I + 1;
      // 濡傛灉闇瑕佽鐨勫瓧絎︿覆鎸囬拡鏁扮粍宸插畬鎴愶紝鍒欓鍑?br>      Inc(ArrIndex);
      if ArrIndex >= ArrLen then Exit;
    end;
  end;

  // 媯(gè)鏌ユ槸鍚︽墍鏈夌殑瀛楃涓叉寚閽堥兘璇誨埌浜?jiǎn)锛屽鏋滄病鏈夎d埌錛屽皢琚緗負(fù)絀轟覆
  for I := ArrIndex to ArrLen - 1 do
    StrArr[I]^ := '';
end;


{------------------------------------------------------------------------------}
{ 嫻嬭瘯璇ュ嚱鏁?nbsp;                                                                  }
{------------------------------------------------------------------------------}

procedure TForm1.FormCreate(Sender: TObject);
const
  SampleStr = '寮犱笁;鐢?41';
var
  S1, S2, S3, S4: string;
begin
  // 姝e父瀛椾覆瑙f瀽
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2, @S3]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆灝戜簬婧愪覆鍐呭嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆澶氫簬婧愪覆鍐呭嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, [@S1, @S2, @S3, @S4]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 寰呰瀛椾覆涓虹┖嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues(SampleStr, []);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));

  // 婧愪覆涓虹┖嫻嬭瘯
  S1 := 'S1';  S2 := 'S2';  S3 := 'S3';  S4 := 'S4';
  ReadStrValues('', [@S1, @S2, @S3]);
  ShowMessage(Format('"%s", "%s", "%s", "%s"', [S1, S2, S3, S4]));
end;



erran 2006-12-07 20:17 鍙戣〃璇勮
]]>
Delphi : 闅愯棌MDI瀛愮獥鍙e甫鏉ョ殑闂http://www.shnenglu.com/erran/archive/2006/12/07/16102.htmlerranerranThu, 07 Dec 2006 12:13:00 GMThttp://www.shnenglu.com/erran/archive/2006/12/07/16102.htmlhttp://www.shnenglu.com/erran/comments/16102.htmlhttp://www.shnenglu.com/erran/archive/2006/12/07/16102.html#Feedback3http://www.shnenglu.com/erran/comments/commentRss/16102.htmlhttp://www.shnenglu.com/erran/services/trackbacks/16102.html鍦╠elphi涓殣钘廙DI瀛愮獥鍙f湁涓ょ鏂規(guī)硶錛?br>
1錛夊彂娑堟伅鍙?qiáng)璋冪敤ShowWindow鍑芥暟錛?br>      showwindow(childform.handle, sw_hide);銆銆// 闅愯棌瀛愮獥鍙?br>      showwindow(childform.handle, sw_restore);   // 鏄劇ず瀛愮獥鍙?br>
緙虹偣錛氫嬌鐢╳indows api鐩存帴闅愯棌瀛愮獥鍙o紝鍏跺瓙紿楀彛鐨剉isible灞炴у拰鍏舵樉紺虹姸鎬佹槸涓嶄竴鑷崇殑銆傚綋瀛愮獥鍙d笉鍙鏃訛紝鍏秜isible灞炴у彲鑳戒粛鐒舵槸true銆?br>

2錛夐噸杞藉瓙紿楀彛鐨剉isiblechanging鏂規(guī)硶:
      private
      procedure visiblechanging; override;//閲嶈澆    
      
      procedure tchildform.visiblechanging;
      begin
          <浣跨敤緇勪歡灞炴ч殣钘忓瓙紿楀彛鏃訛紝闇瑕侀噸杞芥榪囩▼錛屽茍涓斾笉鎵ц浠諱綍緇ф壙浠g爜錛屽惁鍒欏皢鎶ラ敊>
          //inherited; 涓嶈兘鎵ц姝よ鍙ワ紒
      end;
      姝ゅ悗灝卞彲浠ョ洿鎺ヨ緗畍isible灞炴т簡(jiǎn)錛?br>      childform.visible:=false;//闅愯棌瀛愮獥鍙?br>銆 childform.visible:=true; //鏄劇ず瀛愮獥鍙?br>
緙虹偣錛氬綋瀛愮獥鍙i殣钘忎簡(jiǎn)鍚庯紝鏈変簺鎺т歡鐨勬暟鎹病鏈夊姙娉曞彇鍒幫紝濡?TListView,  涓鴻繖涓棶棰樻浘緇忛儊闂蜂簡(jiǎn)寰堜箙錛屼笉鐭ラ亾鏄粈涔堝師鍥犮備緥濡傦細(xì)瀛愮獥鍙d笂listview宸茬粡鏈変簡(jiǎn)10琛屾暟鎹紝褰撳埄鐢ㄦ柟娉?錛夋妸浣垮緱瀛愮獥鍙d笉鍙浜?jiǎn)鍚庡Q岃皟鐢╟hildform.listview.items.count緇撴灉鎬繪槸0錛屼絾鏄樉紺烘瀛愮獥鍙e悗10琛屾暟鎹繕鏄湪姝istview涓?br>
鎵浠ヤ嬌鐢?錛夛紝鍦ㄧ▼搴忎腑涓嶈璋冪敤visible灞炴с?br>浣跨敤2錛夛紝鍦ㄥ瓙紿楀彛闅愯棌浜?jiǎn)鍚庝笉瑕佸幷d彇璇ュ瓙紿楀彛鐨勬暟鎹?br>       
      



erran 2006-12-07 20:13 鍙戣〃璇勮
]]>
鏍囪:鍥炶濺鎹㈢劍鐐?/title><link>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html</link><dc:creator>erran</dc:creator><author>erran</author><pubDate>Fri, 01 Dec 2006 05:34:00 GMT</pubDate><guid>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html</guid><wfw:comment>http://www.shnenglu.com/erran/comments/15840.html</wfw:comment><comments>http://www.shnenglu.com/erran/archive/2006/12/01/15840.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/erran/comments/commentRss/15840.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/erran/services/trackbacks/15840.html</trackback:ping><description><![CDATA[鍥炶濺鎹㈢劍鐐?br>if Key = VK_Return then<br>    begin<br>        OnEditExit(Sender);<br>        //Perform(WM_NEXTDLGCTL, 0, 0);<br>    end; <img src ="http://www.shnenglu.com/erran/aggbug/15840.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/erran/" target="_blank">erran</a> 2006-12-01 13:34 <a href="http://www.shnenglu.com/erran/archive/2006/12/01/15840.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鍙岀紦鍐茬粯鍥?/title><link>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html</link><dc:creator>erran</dc:creator><author>erran</author><pubDate>Sat, 25 Nov 2006 01:23:00 GMT</pubDate><guid>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html</guid><wfw:comment>http://www.shnenglu.com/erran/comments/15650.html</wfw:comment><comments>http://www.shnenglu.com/erran/archive/2006/11/25/15650.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/erran/comments/commentRss/15650.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/erran/services/trackbacks/15650.html</trackback:ping><description><![CDATA[<p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>VC</span> <span style="FONT-FAMILY: 瀹嬩綋; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">鍙岀紦鍐茬粯鍥?/span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>BOOL CGraphDlg::OnDraw(CDC* pDC)</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>{</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CRect rc;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>GetClientRect(&rc);<span style="mso-tab-count: 1">  </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CDC<span style="mso-spacerun: yes">  </span>MemDC; </span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CBitmap<span style="mso-spacerun: yes">  </span>MemBitmap;<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.CreateCompatibleDC(NULL);<span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemBitmap.CreateCompatibleBitmap(pDC, rc.Size().cx,rc.Size().cy);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>CBitmap *pOldBit=MemDC.SelectObject(&MemBitmap);<span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.BitBlt(0,0,rc.width, rc.height, pDC,0,0,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>m_pGraph->SetGraphDC(&MemDC);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>m_pGraph->DoGraphShowEvent();<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 2">              </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>pDC->BitBlt(0,0, rc.Size().cx,rc.Size().cy,&MemDC,0,0,SRCCOPY);<span style="mso-tab-count: 1">   </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.SelectObject(pOldBit);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemBitmap.DeleteObject();</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-tab-count: 1">       </span>MemDC.DeleteDC();</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>}</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>Delphi </span><span style="FONT-FAMILY: 瀹嬩綋; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">鍙岀紦鍐茬粯鍥撅細(xì)</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>procedure TBkCoordi.Draw(Canvas : TCanvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>var</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp : TBitmap;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_width, _height : integer;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_top, _left : integer;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>begin</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_width := Round(m_width);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_height := Round(m_height);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_left := Round(m_topleft.x);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_top := Round(m_topleft.y);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp := Tbitmap.Create;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Handle := CreateCompatibleDC(Canvas.Handle);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Width :=<span style="mso-spacerun: yes">  </span>_width;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Height :=<span style="mso-spacerun: yes">  </span>_height;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>BitBlt(_bmp.Canvas.Handle,0,0,_width,_height, Canvas.Handle,_left,_top,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">                  </span></span></p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">  </span><span style="mso-spacerun: yes">  </span>if m_showcross then m_cross.Draw(_bmp.Canvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>if @OnDrawing <> nil then OnDrawing(_bmp.Canvas);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>BitBlt(Canvas.Handle,_left,_top,_width,_height, _bmp.Canvas.Handle,0,0,SRCCOPY);</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US> <o:p></o:p></span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US><span style="mso-spacerun: yes">    </span>_bmp.Free;</span> </p> <p class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><span lang=EN-US>end;</span> </p> <img src ="http://www.shnenglu.com/erran/aggbug/15650.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/erran/" target="_blank">erran</a> 2006-11-25 09:23 <a href="http://www.shnenglu.com/erran/archive/2006/11/25/15650.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.west126.cn" target="_blank">狠狠色丁香久久综合五月</a>| <a href="http://www.cdge.cn" target="_blank">中文字幕无码久久精品青草</a>| <a href="http://www.fcsyx.cn" target="_blank">国内精品久久久久影院日本</a>| <a href="http://www.024qixinyu.cn" target="_blank">99久久99久久</a>| <a href="http://www.shipin168.cn" target="_blank">久久久亚洲精品蜜桃臀</a>| <a href="http://www.itkuo.cn" target="_blank">国产精品乱码久久久久久软件</a>| <a href="http://www.pajiangxing.com.cn" target="_blank">97精品依人久久久大香线蕉97 </a>| <a href="http://www.jrtz232.cn" target="_blank">国产精品9999久久久久</a>| <a href="http://www.yhic.net.cn" target="_blank">77777亚洲午夜久久多喷</a>| <a href="http://www.bitpter.cn" target="_blank">亚洲国产成人久久一区久久</a>| <a href="http://www.zqek.cn" target="_blank">久久精品国产99久久无毒不卡 </a>| <a href="http://www.xwgqzp.cn" target="_blank">aaa级精品久久久国产片</a>| <a href="http://www.3171unp.cn" target="_blank">精品久久久久久无码国产</a>| <a href="http://www.xiang158.cn" target="_blank">亚洲午夜久久久影院</a>| <a href="http://www.hlpswa.cn" target="_blank">国产成人久久精品麻豆一区</a>| <a href="http://www.0717zf.cn" target="_blank">久久久久成人精品无码中文字幕 </a>| <a href="http://www.dgtspcb.com.cn" target="_blank">久久精品国产精品亚洲精品</a>| <a href="http://www.xxxhj.cn" target="_blank">国产精品久久久久久</a>| <a href="http://www.lntyzx.com.cn" target="_blank">久久久无码精品亚洲日韩京东传媒</a>| <a href="http://www.santai58.cn" target="_blank">久久精品国产亚洲av麻豆色欲</a>| <a href="http://www.qzshinetex.cn" target="_blank">内射无码专区久久亚洲</a>| <a href="http://www.bo2.com.cn" target="_blank">色综合久久综合网观看</a>| <a href="http://www.awcy.cn" target="_blank">色综合久久久久久久久五月</a>| <a href="http://www.3171unp.cn" target="_blank">亚洲精品成人久久久</a>| <a href="http://www.adpz.cn" target="_blank">久久久久国产精品麻豆AR影院</a>| <a href="http://www.deartaobao.cn" target="_blank">国产综合久久久久</a>| <a href="http://www.xingtaiidc.cn" target="_blank">日韩精品久久久肉伦网站</a>| <a href="http://www.3hong.cn" target="_blank">亚洲精品97久久中文字幕无码</a>| <a href="http://www.x8587.cn" target="_blank">久久精品国产福利国产琪琪</a>| <a href="http://www.hyzjlib.cn" target="_blank">久久精品国产99国产精偷</a>| <a href="http://www.zhchengzhi.cn" target="_blank">亚洲国产精品久久电影欧美</a>| <a href="http://www.tzzdj.cn" target="_blank">中文字幕日本人妻久久久免费</a>| <a href="http://www.gp402.cn" target="_blank">中文成人无码精品久久久不卡</a>| <a href="http://www.debtee.cn" target="_blank">久久综合九色综合久99</a>| <a href="http://www.00225858.cn" target="_blank">国产午夜精品理论片久久 </a>| <a href="http://www.jxjkyt.cn" target="_blank">久久婷婷五月综合色奶水99啪</a>| <a href="http://www.nboys.cn" target="_blank">久久精品国产久精国产果冻传媒</a>| <a href="http://www.ics-cert.com.cn" target="_blank">伊人久久大香线蕉精品不卡</a>| <a href="http://www.jvqn.cn" target="_blank">久久久久久久久波多野高潮</a>| <a href="http://www.xx5a4.cn" target="_blank">99久久国产宗和精品1上映</a>| <a href="http://www.flznzb.cn" target="_blank">婷婷久久香蕉五月综合加勒比</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>