原来是要这样子滴,谢谢博主咯!<br>
<a href="/blog/1472827#bc2354023">/bin/bash: java: command not found 问题解决</a>
</li>

<li>
<a href="http://dev118.iteye.com" target="_blank" title="ckwn">ckwn</a>:
...<br>
<a href="/blog/1424304#bc2244797">android驱动学习---led实验</a>
</li>

</ul>
</div>

<div class="local_bottom"></div>

</div>

<div id="nav_show_top_stop" style="height: 500px; z-index: 1000; margin-top: 10px; float: left; clear: left; top: 659px; position: fixed; ">
<div>
<!-- 广告位:PC端-iteye博客详情页左侧Button1-200*200 -->
<script>
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div id="' + s + '"></div>');
(window.slotbydup=window.slotbydup || []).push({
id: '4773203',
container: s,
size: '200,200',
display: 'inlay-fix'
});
})();
</script><div id="_hdz6u92r4tpgb9"></div><script charset="utf-8" src="http://pos.baidu.com/qcmm?di=4773203&amp;dri=0&amp;dis=0&amp;dai=0&amp;ps=1391x15&amp;enu=encoding&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1535613235796&amp;ti=android-%E5%A6%82%E4%BD%95%E5%9C%A8%E7%B3%BB%E7%BB%9Fsettings%E9%87%8C%E6%B7%BB%E5%8A%A0%E8%AE%BE%E7%BD%AE%E9%80%89%E9%A1%B9%20-%20%E6%97%A0%E8%AF%AD%20-%20ITeye%E5%8D%9A%E5%AE%A2&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=980x1270&amp;pss=980x5776&amp;cfv=0&amp;cpl=0&amp;chi=1&amp;cce=true&amp;cec=UTF-8&amp;tlm=1535584436&amp;rw=320&amp;ltu=http%3A%2F%2Fkoliy.iteye.com%2Fblog%2F1420761&amp;ecd=1&amp;uc=480x800&amp;pis=-1x-1&amp;sr=480x800&amp;tcn=1535613237"></script>
</div>
<div>
<!-- 广告位:PC端-iteye博客详情页左侧Button2-200*200 -->
<script>
(function() {
var s = "_" + Math.random().toString(36).slice(2);
document.write('<div id="' + s + '"></div>');
(window.slotbydup=window.slotbydup || []).push({
id: '4773205',
container: s,
size: '200,200',
display: 'inlay-fix'
});
})();
</script><div id="_ykwhn58k60uul3di"></div><script charset="utf-8" src="http://pos.baidu.com/qcmm?di=4773205&amp;dri=0&amp;dis=0&amp;dai=0&amp;ps=1391x15&amp;enu=encoding&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1535613235796&amp;ti=android-%E5%A6%82%E4%BD%95%E5%9C%A8%E7%B3%BB%E7%BB%9Fsettings%E9%87%8C%E6%B7%BB%E5%8A%A0%E8%AE%BE%E7%BD%AE%E9%80%89%E9%A1%B9%20-%20%E6%97%A0%E8%AF%AD%20-%20ITeye%E5%8D%9A%E5%AE%A2&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=980x1270&amp;pss=980x5776&amp;cfv=0&amp;cpl=0&amp;chi=1&amp;cce=true&amp;cec=UTF-8&amp;tlm=1535584436&amp;rw=980&amp;ltu=http%3A%2F%2Fkoliy.iteye.com%2Fblog%2F1420761&amp;ecd=1&amp;uc=480x800&amp;pis=-1x-1&amp;sr=480x800&amp;tcn=1535613237"></script>
</div>
</div>
<script>

setTimeout(function () {
var naviga_offsetTop = 0;

function onload_function() {
naviga_offsetTop = jQuery("#nav_show_top_stop").position().top;
jQuery(window).bind("scroll", naviga_stay_top);
jQuery(window).bind("mousewheel", naviga_stay_top);
jQuery(document).bind("scroll", naviga_stay_top);
jQuery(document).bind("mousewheel", naviga_stay_top);
}
function naviga_stay_top() {

var scrollTop = jQuery(document).scrollTop();
if (scrollTop > (naviga_offsetTop+250)) {
jQuery("#nav_show_top_stop").css({ "position": "fixed" });
jQuery("#nav_show_top_stop").css({ "top": "0px" });
} else {
jQuery("#nav_show_top_stop").css({ "position": "fixed" });
jQuery("#nav_show_top_stop").css({ "top": naviga_offsetTop+250 - scrollTop + "px" }); }
}
jQuery(document).ready(onload_function());
}, 200);

</script>
</div>
<script>
setTimeout(function () {
not_loading = true;
pageNum = 3;
oList = jQuery("#album_detail_wrap");
jQuery(window).scroll(function() {
var scrollTop = jQuery(this).scrollTop();
var scrollHeight = jQuery(document).height() ;
var windowHeight = jQuery(this).height();
if (scrollTop + windowHeight >= scrollHeight) {
if(not_loading){
refreshMore();
setTimeout(function(){
getMore();
},100);
}else{
jQuery(".dl_more").remove();
}
}
});

function getMore(){
not_loading = false;
console.log("getMore......");
jQuery.ajax({
type: 'get',
url: "/blog/ajax_get_blog_recommends/1420761",
data:{
page:pageNum
},
//async: false,
dataType: 'json',
success: function (resobj) {
var totalNum = resobj.total_pages;
if(pageNum <= totalNum &amp;&amp; resobj.oHtml != '' ){
jQuery(".dl_more").remove();
oList.find('ul').append(resobj.oHtml);
refreshMore();

Prev | Next
Pg.: 1 ... 6 7 8 9 10 11 12 13


Back to home | File page

Subscribe | Register | Login | N