<html><head>
<base href="http://www.zengl.com/">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="zengl采集器,智能采集器v1.0.4">
<meta name="description" content="&nbsp;&nbsp;&nbsp; 有用户反映人才模块搜索和采集时信息不对,原因是之前的版本人才模块使用的GBK方式搜索关键词,但是51job需要UTF8编码的关键词,所以导致部分关键词搜不出来。&nbsp;&nbsp;&nbsp; 该版本...">
<link rel="stylesheet" type="text/css" href="http://www.zengl.com/tpl/mydefined/css/superfish.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.zengl.com/tpl/mydefined/css/colorbox.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.zengl.com/tpl/mydefined/css/show_article.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.zengl.com/tpl/mydefined/css/scrollup/image.css" media="screen">
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery-1.7.1.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/hoverIntent.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/superfish.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery.tagsphere.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery.paginate.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/lib/jquery.easing.min.js"></script>
<script type="text/javascript" src="http://www.zengl.com/tpl/mydefined/js/jquery.scrollUp.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.scrollUp({
scrollName: 'scrollUp', // Element ID
scrollDistance: 300, // Distance from top/bottom before showing element (px)
scrollFrom: 'top', // 'top' or 'bottom'
scrollSpeed: 300, // Speed back to top (ms)
easingType: 'linear', // Scroll to top easing (see http://easings.net/)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms)
animationOutSpeed: 200, // Animation out speed (ms)
scrollText: '返回顶部', // Text for element, can contain HTML
scrollTitle: false, // Set a custom <a> title if required. Defaults to scrollText
scrollImg: true, // Set true to use image
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
zIndex: 2147483647 // Z-Index for the overlay
});
$('ul.sf-menu').superfish();
$(".wide_link a,#sections a,.sf-menu a").hover(function(){
$(this).css({"background":'red'});
},function(){
$(this).css({"background":'black'});
}).css({"background":'black',"color":'white'});
$(".wide_link a,#sections a").prepend("&nbsp;&nbsp;").append("&nbsp;&nbsp;");
pagenum = 1;
if(pagenum > 1)
{
$('#pages a').hover(function(){
$(this).css({"background":'red'});
},function(){
$(this).css({"background":'black'});
}).css({"background":'black',"color":'white'
}).prepend("&nbsp;").append("&nbsp;");
$('#pages .cur_page').css({"background":'red',"color":'white'
}).prepend("&nbsp;").append("&nbsp;");
}
/*由中英文字符串的个数得到字符串的像素宽度*/
/*function getStringWidth(str) {
var width = len = str.length;
for(var i=0; i < len; i++) {
if(str.charCodeAt(i) >= 255) {
width++;
}
}
return width * 8 + 'px';
}*/
/*
下面先通过调用getStringWidth函数得到菜单中每个菜单项里的文本的字符串宽度,
然后根据这个宽度值来设置菜单的像素宽。从而可以达到在各种浏览器下都可以用的菜单换行效果。
*/
/*$("#menu_id li a").each(function(i){
$(this).css({"width":getStringWidth($(this).text())});
});*/

if($('#tags_cloud ul li').length > 0)
{
$('#tags_cloud').tagcloud({centrex:100, centrey:100,fps:20});
}
else
$('#tags_cloud').hide();

$('.more_tags').colorbox({iframe:true, width:"80%", height:"80%"});

$('#show_comments').attr('src','/comment_operate.php?action=show&amp;articleID=64'+
'&amp;random='+Math.random());
$('#spanScansCount').load('/add_edit_del_show_list_article.php?hidden=getScansCount'+
'&amp;articleID=64',
function(response, status, xhr) {
$('#getScansWait').hide();
});
$('#user_area').load('/add_edit_del_show_list_article.php?hidden=show&amp;articleID=64&amp;isfromhtml=yes',
function(response, status, xhr){
$('#user_area a').prepend("&nbsp;&nbsp;").append("&nbsp;&nbsp;").hover(function(){
$(this).css({"background":'red'});
},function(){
$(this).css({"background":'black'});
}).css({"background":'black',"color":'white'});
});
});
global_this_url=location.href;
url_reg = /#.*?$/g
global_this_url = global_this_url.replace(url_reg,"");
function this_jumpto(name)
{
window.location.href=global_this_url+"#"+name;
}
$(function(){
$("table").one('mouseover', function() {
tmpjq = $("pre", this);
tmparticle = $('#article_div', this); // 排除最外层的table
if((tmpjq.length == 1) &amp;&amp; (tmparticle.length == 0))
{
if($.browser.msie &amp;&amp; parseFloat($.browser.version) <= 6)
{
return;
}
var codeInnerWidth = tmpjq[0].scrollWidth + 20;
// if (codeInnerWidth > 620) {
if (codeInnerWidth > 880) {
//if(codeInnerWidth > 1000)
if(codeInnerWidth > 1170)
//codeInnerWidth = 1000;
codeInnerWidth = 1170;
$(this).stop(true, false).css({zIndex:"99",position:"relative",overflow:"hidden"}).animate({width:codeInnerWidth+"px"});
$('#article_content').css({overflow:'visible'})
}
}
});
});
</script>
<title>
智能采集器v1.0.4</title>
</head><body>
<div id="maindiv">
<div id="main_header" style="margin-top: 20px;margin-bottom: 20px;">
<img src="http://www.zengl.com/tpl/mydefined/images/header.jpg" alt="zengl开源网" height="100" width="698">
<hr>
</div><div id="user_area" class="wide_link"> </div>
<ul id="menu_id" class="sf-menu sf-js-enabled sf-shadow"><li><a href="http://www.zengl.com/index.html" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: black; color: white; background-position: initial initial; background-repeat: initial initial; ">主页</a></li><li><a href="http://www.

Next
Pg.: 1 2 3 4 5 6


Back to home | File page

Subscribe | Register | Login | N