锘??xml version="1.0" encoding="utf-8" standalone="yes"?>狠狠精品久久久无码中文字幕,国产精品久久影院,久久精品国内一区二区三区http://m.shnenglu.com/erran/category/5351.htmlzh-cnThu, 22 May 2008 06:33:34 GMTThu, 22 May 2008 06:33:34 GMT60Delphi鍙栨暣鍑芥暟http://m.shnenglu.com/erran/archive/2007/10/13/34152.htmlerranerranSat, 13 Oct 2007 13:34:00 GMThttp://m.shnenglu.com/erran/archive/2007/10/13/34152.htmlhttp://m.shnenglu.com/erran/comments/34152.htmlhttp://m.shnenglu.com/erran/archive/2007/10/13/34152.html#Feedback0http://m.shnenglu.com/erran/comments/commentRss/34152.htmlhttp://m.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://m.shnenglu.com/erran/archive/2006/12/07/16103.htmlerranerranThu, 07 Dec 2006 12:17:00 GMThttp://m.shnenglu.com/erran/archive/2006/12/07/16103.htmlhttp://m.shnenglu.com/erran/comments/16103.htmlhttp://m.shnenglu.com/erran/archive/2006/12/07/16103.html#Feedback0http://m.shnenglu.com/erran/comments/commentRss/16103.htmlhttp://m.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://m.shnenglu.com/erran/archive/2006/12/07/16102.htmlerranerranThu, 07 Dec 2006 12:13:00 GMThttp://m.shnenglu.com/erran/archive/2006/12/07/16102.htmlhttp://m.shnenglu.com/erran/comments/16102.htmlhttp://m.shnenglu.com/erran/archive/2006/12/07/16102.html#Feedback3http://m.shnenglu.com/erran/comments/commentRss/16102.htmlhttp://m.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://m.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://m.shnenglu.com/erran/archive/2006/12/01/15840.html</guid><wfw:comment>http://m.shnenglu.com/erran/comments/15840.html</wfw:comment><comments>http://m.shnenglu.com/erran/archive/2006/12/01/15840.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.shnenglu.com/erran/comments/commentRss/15840.html</wfw:commentRss><trackback:ping>http://m.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://m.shnenglu.com/erran/aggbug/15840.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.shnenglu.com/erran/" target="_blank">erran</a> 2006-12-01 13:34 <a href="http://m.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://m.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://m.shnenglu.com/erran/archive/2006/11/25/15650.html</guid><wfw:comment>http://m.shnenglu.com/erran/comments/15650.html</wfw:comment><comments>http://m.shnenglu.com/erran/archive/2006/11/25/15650.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.shnenglu.com/erran/comments/commentRss/15650.html</wfw:commentRss><trackback:ping>http://m.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://m.shnenglu.com/erran/aggbug/15650.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.shnenglu.com/erran/" target="_blank">erran</a> 2006-11-25 09:23 <a href="http://m.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://m.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.bjhaoruida.com.cn" target="_blank">99久久精品免费看国产</a>| <a href="http://www.hjpz333.cn" target="_blank">国产综合久久久久久鬼色</a>| <a href="http://www.1dis.cn" target="_blank">国产福利电影一区二区三区久久老子无码午夜伦不 </a>| <a href="http://www.hycv.cn" target="_blank">国产精品成人久久久</a>| <a href="http://www.d4rk7r4c3r.cn" target="_blank">一本久道久久综合狠狠爱</a>| <a href="http://www.4o2ptp.cn" target="_blank">久久99中文字幕久久</a>| <a href="http://www.dfyxw.cn" target="_blank">亚洲国产成人久久综合一区77</a>| <a href="http://www.010jf.cn" target="_blank">久久99精品国产自在现线小黄鸭</a>| <a href="http://www.maishuhua.cn" target="_blank">国产精品99久久精品</a>| <a href="http://www.51uhq.cn" target="_blank">性欧美大战久久久久久久久</a>| <a href="http://www.xiaominblog.cn" target="_blank">国产精品午夜久久</a>| <a href="http://www.nicemom.cn" target="_blank">国产成人无码精品久久久性色 </a>| <a href="http://www.ahzyjlr.cn" target="_blank">精品久久久久久综合日本</a>| <a href="http://www.chuchu8.cn" target="_blank">久久久人妻精品无码一区</a>| <a href="http://www.qh298.cn" target="_blank">国产精品99久久免费观看</a>| <a href="http://www.chipsummit.cn" target="_blank">午夜精品久久久久久</a>| <a href="http://www.wendalaw.com.cn" target="_blank">国产精品九九久久免费视频</a>| <a href="http://www.vzas.cn" target="_blank">久久亚洲精品成人av无码网站</a>| <a href="http://www.bukrrlg.cn" target="_blank">欧美亚洲国产精品久久高清</a>| <a href="http://www.b3382.cn" target="_blank">99久久婷婷国产综合精品草原</a>| <a href="http://www.wtxpxt.cn" target="_blank">久久亚洲私人国产精品</a>| <a href="http://www.ysbzxx.com.cn" target="_blank">久久久久久免费视频</a>| <a href="http://www.97youbei.cn" target="_blank">久久精品免费大片国产大片</a>| <a href="http://www.gwuq.cn" target="_blank">伊人久久综在合线亚洲2019</a>| <a href="http://www.barf1.com.cn" target="_blank">久久综合九色综合网站</a>| <a href="http://www.mono2018.cn" target="_blank">久久热这里只有精品在线观看</a>| <a href="http://www.jhgppeizi.com.cn" target="_blank">日本亚洲色大成网站WWW久久</a>| <a href="http://www.kybdt.cn" target="_blank">久久青草国产精品一区</a>| <a href="http://www.fandele.cn" target="_blank">精品多毛少妇人妻AV免费久久</a>| <a href="http://www.dlwz8.cn" target="_blank">久久er热视频在这里精品</a>| <a href="http://www.qnzj.org.cn" target="_blank">乱亲女H秽乱长久久久</a>| <a href="http://www.erbp.cn" target="_blank">亚洲综合精品香蕉久久网</a>| <a href="http://www.akeyu.cn" target="_blank">亚洲欧美久久久久9999 </a>| <a href="http://www.myjhy.cn" target="_blank">久久人人爽人人人人爽AV </a>| <a href="http://www.su117q.cn" target="_blank">无码任你躁久久久久久老妇App</a>| <a href="http://www.97youbei.cn" target="_blank">国产成人精品久久一区二区三区av </a>| <a href="http://www.168yetibizhi.cn" target="_blank">久久涩综合</a>| <a href="http://www.glhu.cn" target="_blank">久久夜色精品国产亚洲</a>| <a href="http://www.qxri.cn" target="_blank">一本一本久久aa综合精品</a>| <a href="http://www.hedaji.cn" target="_blank">久久久无码精品亚洲日韩蜜臀浪潮 </a>| <a href="http://www.jtuw.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>