??xml version="1.0" encoding="utf-8" standalone="yes"?>久久97精品,久9久9色综合,97se综合http://www.aygfsteel.com/lijinglin/偶尔记录zh-cnTue, 17 Jun 2025 07:49:31 GMTTue, 17 Jun 2025 07:49:31 GMT60c++ 的构造函?和operator = 被delete之后的表?/title><link>http://www.aygfsteel.com/lijinglin/archive/2019/12/31/435007.html</link><dc:creator>huohuo</dc:creator><author>huohuo</author><pubDate>Tue, 31 Dec 2019 13:11:00 GMT</pubDate><guid>http://www.aygfsteel.com/lijinglin/archive/2019/12/31/435007.html</guid><wfw:comment>http://www.aygfsteel.com/lijinglin/comments/435007.html</wfw:comment><comments>http://www.aygfsteel.com/lijinglin/archive/2019/12/31/435007.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/lijinglin/comments/commentRss/435007.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/lijinglin/services/trackbacks/435007.html</trackback:ping><description><![CDATA[<div><div><span style='text-align: left; color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: verdana,"courier new"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;'><div>class Square{</div><div>public:<br /> Square(int x ) :value(x*x){<br /> }</div><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><br />Square(const Square& other) = delete;//rule 1<br /><br style="color: #000000; font-family: verdana,&quot;courier new&quot;; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /><div><span style='text-align: left; color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: verdana,"courier new"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;'>const Square & operator = (const Square& other) == delete;//rule 2</span></div><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><div>const Square & operator = (Square&& other) = delete;//rule3 </div><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><br />..<br />}</span></div><br />Square s = 9; //因ؓs没有初始?会先? 调用构造函?span style='display: inline !important; float: none; background-color: #ffffff; color: #000000; font-family: verdana,"courier new"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;'> Square(int x ) , 然后调用<span style='display: inline !important; float: none; background-color: #ffffff; color: #000000; font-family: verdana,"courier new"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;'>Square(const Square& other),和rule1 q背</span></span><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><br /><div>Square s2(8);</div> s= s2;//对应rule 2<br /> s= Square(9);//对应 rule3 </div><strong></strong><em></em><u></u><sub></sub><sup></sup><strike></strike><img src ="http://www.aygfsteel.com/lijinglin/aggbug/435007.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/lijinglin/" target="_blank">huohuo</a> 2019-12-31 21:11 <a href="http://www.aygfsteel.com/lijinglin/archive/2019/12/31/435007.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>开始学习ruby 《向ruby之父学程序设计?/title><link>http://www.aygfsteel.com/lijinglin/archive/2014/07/07/415566.html</link><dc:creator>huohuo</dc:creator><author>huohuo</author><pubDate>Mon, 07 Jul 2014 14:20:00 GMT</pubDate><guid>http://www.aygfsteel.com/lijinglin/archive/2014/07/07/415566.html</guid><wfw:comment>http://www.aygfsteel.com/lijinglin/comments/415566.html</wfw:comment><comments>http://www.aygfsteel.com/lijinglin/archive/2014/07/07/415566.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/lijinglin/comments/commentRss/415566.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/lijinglin/services/trackbacks/415566.html</trackback:ping><description><![CDATA[ 其实一直想学rubyQL拖拖拉拉推了几年? 很多ruby的教材要么老厚一? 要么是东一榔头西一斧头Q逻辑性不清楚 ruby语法q没说清楚就上rails? q个教材挺好? 今天才发现argument 是实参,parameter是Ş? <img src ="http://www.aygfsteel.com/lijinglin/aggbug/415566.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/lijinglin/" target="_blank">huohuo</a> 2014-07-07 22:20 <a href="http://www.aygfsteel.com/lijinglin/archive/2014/07/07/415566.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>新的百宝箱http://www.aygfsteel.com/lijinglin/archive/2014/01/20/409152.htmlhuohuohuohuoMon, 20 Jan 2014 13:49:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2014/01/20/409152.htmlhttp://www.aygfsteel.com/lijinglin/comments/409152.htmlhttp://www.aygfsteel.com/lijinglin/archive/2014/01/20/409152.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/409152.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/409152.html

huohuo 2014-01-20 21:49 发表评论
]]>
cubertura 覆盖率出不了数据,和编码解析ut-8的中文字W问?/title><link>http://www.aygfsteel.com/lijinglin/archive/2013/08/18/403006.html</link><dc:creator>huohuo</dc:creator><author>huohuo</author><pubDate>Sun, 18 Aug 2013 14:37:00 GMT</pubDate><guid>http://www.aygfsteel.com/lijinglin/archive/2013/08/18/403006.html</guid><wfw:comment>http://www.aygfsteel.com/lijinglin/comments/403006.html</wfw:comment><comments>http://www.aygfsteel.com/lijinglin/archive/2013/08/18/403006.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/lijinglin/comments/commentRss/403006.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/lijinglin/services/trackbacks/403006.html</trackback:ping><description><![CDATA[1 解析utf-8的中文字W问?我修改了 ReportTaskc里面的一个方?增加了一个getJava().setVmArgs("-Dfile.encoding=utf-8")<br />2.覆盖率出不了数据   一斚w注意制定datafile,把cubertura-instrument和cobertura-report的datafile讄Z?另外junit里面也要讄一个系l属?制定cubertura的datafile属?  不制定datafile?可能生成文g在当前运行ant的目?但是我们antd中的junit试d,可能会用不同的目录来作工作路径.q样会导致datafile不一?<br /><br />另外一个是要记得将javac d的debug="yes" ,因ؓ只有debug =yes?~译的代码才带有行信?能显C?  当然常见的问题是junit的classpath中的instrument class目录攑ֈ原来被测class之前.<br /><br /><br /><br /><br /><img src ="http://www.aygfsteel.com/lijinglin/aggbug/403006.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/lijinglin/" target="_blank">huohuo</a> 2013-08-18 22:37 <a href="http://www.aygfsteel.com/lijinglin/archive/2013/08/18/403006.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>windows q程ssh 调用linuxQ实现自动安装的Ҏhttp://www.aygfsteel.com/lijinglin/archive/2012/03/04/371192.htmlhuohuohuohuoSat, 03 Mar 2012 22:31:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2012/03/04/371192.htmlhttp://www.aygfsteel.com/lijinglin/comments/371192.htmlhttp://www.aygfsteel.com/lijinglin/archive/2012/03/04/371192.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/371192.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/371192.html下蝲putty的安装版本,安装之后有一个plink pscpE序?br />plinkE序负责调用ssh命o
pscp负责上传文g?br />
plink -l user -pw pass   hostname

但是因ؓplink会提C是否要保存密码Q不能保证自动批处理q行Q此时利用管道的能力来输入提C的l果

echo Y >yes.txt
plink -l user -pw pass   hostname <yes.txt


huohuo 2012-03-04 06:31 发表评论
]]>
twiter stormhttp://www.aygfsteel.com/lijinglin/archive/2011/12/21/366892.htmlhuohuohuohuoTue, 20 Dec 2011 17:27:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2011/12/21/366892.htmlhttp://www.aygfsteel.com/lijinglin/comments/366892.htmlhttp://www.aygfsteel.com/lijinglin/archive/2011/12/21/366892.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/366892.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/366892.html/Files/lijinglin/storm.pdf

huohuo 2011-12-21 01:27 发表评论
]]>
zookeeper应用http://www.aygfsteel.com/lijinglin/archive/2011/12/21/366891.htmlhuohuohuohuoTue, 20 Dec 2011 16:33:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2011/12/21/366891.htmlhttp://www.aygfsteel.com/lijinglin/comments/366891.htmlhttp://www.aygfsteel.com/lijinglin/archive/2011/12/21/366891.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/366891.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/366891.html/Files/lijinglin/zookeeper.ppt

huohuo 2011-12-21 00:33 发表评论
]]>
kafkahttp://www.aygfsteel.com/lijinglin/archive/2011/12/20/366889.htmlhuohuohuohuoTue, 20 Dec 2011 14:53:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2011/12/20/366889.htmlhttp://www.aygfsteel.com/lijinglin/comments/366889.htmlhttp://www.aygfsteel.com/lijinglin/archive/2011/12/20/366889.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/366889.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/366889.htmlkafka pdf

/Files/lijinglin/F_1330_Narkhede_Kafka.pptx

huohuo 2011-12-20 22:53 发表评论
]]>
STORM SRChttp://www.aygfsteel.com/lijinglin/archive/2011/12/19/366691.htmlhuohuohuohuoSun, 18 Dec 2011 18:15:00 GMThttp://www.aygfsteel.com/lijinglin/archive/2011/12/19/366691.htmlhttp://www.aygfsteel.com/lijinglin/comments/366691.htmlhttp://www.aygfsteel.com/lijinglin/archive/2011/12/19/366691.html#Feedback0http://www.aygfsteel.com/lijinglin/comments/commentRss/366691.htmlhttp://www.aygfsteel.com/lijinglin/services/trackbacks/366691.html/Files/lijinglin/stormsrc.rar

huohuo 2011-12-19 02:15 发表评论
]]>
转:zookeeper的集安?/title><link>http://www.aygfsteel.com/lijinglin/archive/2011/12/16/366484.html</link><dc:creator>huohuo</dc:creator><author>huohuo</author><pubDate>Thu, 15 Dec 2011 19:48:00 GMT</pubDate><guid>http://www.aygfsteel.com/lijinglin/archive/2011/12/16/366484.html</guid><wfw:comment>http://www.aygfsteel.com/lijinglin/comments/366484.html</wfw:comment><comments>http://www.aygfsteel.com/lijinglin/archive/2011/12/16/366484.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/lijinglin/comments/commentRss/366484.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/lijinglin/services/trackbacks/366484.html</trackback:ping><description><![CDATA[<h3><a >zookeeper集群安装</a> <em class="actions"></em></h3> <ul class="blog_categories"><strong>博客分类Q?/strong><li><a >cloud</a></li></ul> <div id="wmqeeuq" class="news_tag"><a >zookeeper</a></div> <div class="wmqeeuq" id="blog_content" class="blog_content">试环境redhat5.5Q?<br />vmwareZ台虚拟机QbtwQ似乎双核系l只能徏俩,3个就L了) <br />192.168.229.129 <br />192.168.229.130 <br /><br /><br />下蝲2011q?2?5日的最新zookeeper <br />加压?<br />/opt/zookeeper-3.4.0/ <br />配置/opt/zookeeper-3.4.0/conf/zoo.cfg <br />可以把那个例子考过?<br /> <div id="wmqeeuq" class="dp-highlighter"> <div id="wmqeeuq" class="bar"> <div id="wmqeeuq" class="tools">Java代码 <a title="复制代码" ><img alt="复制代码" src="http://haoningabc.iteye.com/images/icon_copy.gif" /></a> <a title="收藏q段代码" href="javascript:void()"><img class="star" alt="收藏代码" src="http://haoningabc.iteye.com/images/icon_star.png" /><img style="display: none" class="spinner" src="http://haoningabc.iteye.com/images/spinner.gif" alt="" /></a></div></div> <ol class="dp-j"><li><span># The number of milliseconds of each tick   </span></li><li><span>tickTime=</span><span id="wmqeeuq" class="number"><font color="#c00000">2000</font></span><span>  </span></span></li><li><span># The number of ticks that the initial    </span></li><li><span># synchronization phase can take   </span></li><li><span>initLimit=</span><span id="wmqeeuq" class="number"><font color="#c00000">10</font></span><span>  </span></span></li><li><span># The number of ticks that can pass between    </span></li><li><span># sending a request and getting an acknowledgement   </span></li><li><span>syncLimit=</span><span id="wmqeeuq" class="number"><font color="#c00000">5</font></span><span>  </span></span></li><li><span># the directory where the snapshot is stored.   </span></li><li><span># </span><span id="wmqeeuq" class="keyword">do</span><span> not use /tmp </span><span id="wmqeeuq" class="keyword">for</span><span> storage, /tmp here is just    </span></span></li><li><span># example sakes.   </span></li><li><span>dataDir=/opt/zookeeper-</span><span id="wmqeeuq" class="number"><font color="#c00000">3.4</font></span><span>.</span><span id="wmqeeuq" class="number"><font color="#c00000">0</font></span><span>/data/zookeeper   </span></span></li><li><span>dataLogDir=/opt/zookeeper-</span><span id="wmqeeuq" class="number"><font color="#c00000">3.4</font></span><span>.</span><span id="wmqeeuq" class="number"><font color="#c00000">0</font></span><span>/data/log   </span></span></li><li><span># the port at which the clients will connect   </span></li><li><span>clientPort=</span><span id="wmqeeuq" class="number"><font color="#c00000">2181</font></span><span>  </span></span></li><li><span>#   </span></li><li><span># Be sure to read the maintenance section of the    </span></li><li><span># administrator guide before turning on autopurge.   </span></li><li><span>#   </span></li><li><span># http:</span><span id="wmqeeuq" class="comment">//zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance </span><span>  </span></span></li><li><span>#   </span></li><li><span># The number of snapshots to retain in dataDir   </span></li><li><span>#autopurge.snapRetainCount=</span><span id="wmqeeuq" class="number"><font color="#c00000">3</font></span><span>  </span></span></li><li><span># Purge task interval in hours   </span></li><li><span># Set to </span><span id="wmqeeuq" class="string">"0"</span><span> to disable auto purge feature   </span></span></li><li><span>#autopurge.purgeInterval=</span><span id="wmqeeuq" class="number"><font color="#c00000">1</font></span><span>  </span></span></li><li><span>server.</span><span id="wmqeeuq" class="number"><font color="#c00000">1</font></span><span>=</span><span id="wmqeeuq" class="number"><font color="#c00000">192.168</font></span><span>.</span><span id="wmqeeuq" class="number"><font color="#c00000">229.129</font></span><span>:</span><span id="wmqeeuq" class="number"><font color="#c00000">2888</font></span><span>:</span><span id="wmqeeuq" class="number"><font color="#c00000">3888</font></span><span>  </span></span></li><li><span>server.</span><span id="wmqeeuq" class="number"><font color="#c00000">2</font></span><span>=</span><span id="wmqeeuq" class="number"><font color="#c00000">192.168</font></span><span>.</span><span id="wmqeeuq" class="number"><font color="#c00000">229.130</font></span><span>:</span><span id="wmqeeuq" class="number"><font color="#c00000">2888</font></span><span>:</span><span id="wmqeeuq" class="number"><font color="#c00000">3888</font></span><span>  </span></span></li></ol></div><pre style="display: none" class="java" title="zookeeper集群安装" name="code" codeable_id="1312080" codeable_type="Blog" source_url="http://haoningabc.iteye.com/blog/1312080" pre_index="0"># The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase can take initLimit=10 # The number of ticks that can pass between # sending a request and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. # do not use /tmp for storage, /tmp here is just # example sakes. dataDir=/opt/zookeeper-3.4.0/data/zookeeper dataLogDir=/opt/zookeeper-3.4.0/data/log # the port at which the clients will connect clientPort=2181 # # Be sure to read the maintenance section of the # administrator guide before turning on autopurge. # # http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance # # The number of snapshots to retain in dataDir #autopurge.snapRetainCount=3 # Purge task interval in hours # Set to "0" to disable auto purge feature #autopurge.purgeInterval=1 server.1=192.168.229.129:2888:3888 server.2=192.168.229.130:2888:3888 </pre><br />修改/opt/zookeeper-3.4.0/bin/zkServer.sh <br /> <div id="wmqeeuq" class="dp-highlighter"> <div id="wmqeeuq" class="bar"> <div id="wmqeeuq" class="tools">Java代码 <a title="复制代码" ><img alt="复制代码" src="http://haoningabc.iteye.com/images/icon_copy.gif" /></a> <a title="收藏q段代码" href="javascript:void()"><img class="star" alt="收藏代码" src="http://haoningabc.iteye.com/images/icon_star.png" /><img style="display: none" class="spinner" src="http://haoningabc.iteye.com/images/spinner.gif" alt="" /></a></div></div> <ol class="dp-j"><li><span>status)   </span></li><li><span>    # -q is necessary on some versions of linux where nc returns too quickly, and no stat result is output   </span></li><li><span>    #STAT=`echo stat | nc -q </span><span id="wmqeeuq" class="number"><font color="#c00000">1</font></span><span> localhost $(grep </span><span id="wmqeeuq" class="string">"^[[:space:]]*clientPort"</span><span> </span><span id="wmqeeuq" class="string">"$ZOOCFG"</span><span> | sed -e </span><span id="wmqeeuq" class="string">'s/.*=//'</span><span>) </span><span id="wmqeeuq" class="number"><font color="#c00000">2</font></span><span>> /dev/</span><span id="wmqeeuq" class="keyword">null</span><span>| grep Mode`   </span></span></li><li><span>    STAT=`echo stat | nc localhost $(grep </span><span id="wmqeeuq" class="string">"^[[:space:]]*clientPort"</span><span> </span><span id="wmqeeuq" class="string">"$ZOOCFG"</span><span> | sed -e </span><span id="wmqeeuq" class="string">'s/.*=//'</span><span>) </span><span id="wmqeeuq" class="number"><font color="#c00000">2</font></span><span>> /dev/</span><span id="wmqeeuq" class="keyword">null</span><span>| grep Mode`  </span></span></li></ol></div><pre style="display: none" class="java" title="zookeeper集群安装" name="code" codeable_id="1312080" codeable_type="Blog" source_url="http://haoningabc.iteye.com/blog/1312080" pre_index="1">status) # -q is necessary on some versions of linux where nc returns too quickly, and no stat result is output #STAT=`echo stat | nc -q 1 localhost $(grep "^[[:space:]]*clientPort" "$ZOOCFG" | sed -e 's/.*=//') 2> /dev/null| grep Mode` STAT=`echo stat | nc localhost $(grep "^[[:space:]]*clientPort" "$ZOOCFG" | sed -e 's/.*=//') 2> /dev/null| grep Mode` </pre><br />以上q些多台机器一?<br /><br />log和data都在dataDir下面 <br />如果找不到log了用大招: <br />ps -ef|grep zookeeper <br />ls -l /proc/123123/fd <br />其中有一个是log <br />然后dataDir建立一个文件myid <br />?92.168.229.129?<br />echo 1 >/opt/zookeeper-3.4.0/data/zookeeper/myid <br />?92.168.229.130?<br />echo 2 >/opt/zookeeper-3.4.0/data/zookeeper/myid <br />对应zoo.cfg里面?<br /><span style="color: red">注意一定是数字</span> <br /><br /><br />然后zkServer.sh start  <br />启动 <br />zkServer.sh status <br />看状?<br />echo ruok|nc localhost 2181          <br />//are you ok? <br />echo dump|nc localhost 2181 <br />echo stat|nc localhost 2181 <br />echo srst|nc localhost 2181 <br />zkServer.sh stop </div><img src ="http://www.aygfsteel.com/lijinglin/aggbug/366484.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/lijinglin/" target="_blank">huohuo</a> 2011-12-16 03:48 <a href="http://www.aygfsteel.com/lijinglin/archive/2011/12/16/366484.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> վ֩ģ壺 <a href="http://" target="_blank">ͼľ</a>| <a href="http://" target="_blank">ϴ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Զ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ӷ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">α</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ӯ</a>| <a href="http://" target="_blank">ī</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ѿ</a>| <a href="http://" target="_blank">ʯ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">˶</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ԭ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ʡ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">°Ͷ</a>| <a href="http://" target="_blank">׳</a>| <a href="http://" target="_blank">̳</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">־</a>| <a href="http://" target="_blank">Ϻ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ɳ</a>| <a href="http://" 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>