<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=0.3, maxmum-scale=1.0, minimum-scale=0.3">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{$toptitle}</title>
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{$theme_path}/static/css/bootstrap.min.css">
<link rel="stylesheet" href="{$theme_path}/static/css/head.css">
<link rel="stylesheet" href="{$theme_path}/static/css/base.css">
<link rel="stylesheet" href="{$theme_path}/static/css/dropload.css">
<link rel="stylesheet" href="{$theme_path}/static/css/swiper.min.css">
<link rel="stylesheet" href="{$theme_path}/static/css/sweet-alert.css">
<link rel="stylesheet" href="{$theme_path}/static/css/initialize.css">
<script src="{$theme_path}/static/js/jquery-2.1.1.min.js"></script>
<script src="{$theme_path}/static/js/sweet-alert.min.js"></script>
<script src="{$theme_path}/static/js/dropload.min.js" ></script>
<script src="{$theme_path}/static/js/jquery.lazyload.min.js"></script>
<script src="{$theme_path}/static/js/js.cookie.js" ></script>
<script src="{$theme_path}/static/js/main.js"></script>
<link type="text/css" rel="stylesheet" href="{$theme_path}/static/css/indexeffect.css">
<!-- qrcode cdn -->
<script src="{$theme_path}/static/js/jquery.qrcode.min.js"></script>
<link href="{$theme_path}/static/css/animate.min.css" rel="stylesheet">
<script>
function IsPC() {
var userAgentInfo = navigator.userAgent;
var Agents = ["Android", "iPhone",
"SymbianOS", "Windows Phone",
"iPad", "iPod"];
var flag = true;
for (var v = 0; v < Agents.length; v++) {
if (userAgentInfo.indexOf(Agents[v]) > 0) {
flag = false;
break;
}
}
return flag;
}
if(!IsPC())
!function(N,M){function L(){var a=I.getBoundingClientRect().width;a/F>540&&(a=540*F);var d=a/10;I.style.fontSize=d+"px",D.rem=N.rem=d}var K,J=N.document,I=J.documentElement,H=J.querySelector('meta[name="viewport"]'),G=J.querySelector('meta[name="flexible"]'),F=0,E=0,D=M.flexible||(M.flexible={});if(H){console.warn("将根据已有的meta标签来设置缩放比例");var C=H.getAttribute("content").match(/initial\-scale=([\d\.]+)/);C&&(E=parseFloat(C[1]),F=parseInt(1/E))}else{if(G){var B=G.getAttribute("content");if(B){var A=B.match(/initial\-dpr=([\d\.]+)/),z=B.match(/maximum\-dpr=([\d\.]+)/);A&&(F=parseFloat(A[1]),E=parseFloat((1/F).toFixed(2))),z&&(F=parseFloat(z[1]),E=parseFloat((1/F).toFixed(2)))}}}if(!F&&!E){var y=N.navigator.userAgent,x=(!!y.match(/android/gi),!!y.match(/iphone/gi)),w=x&&!!y.match(/OS 9_3/),v=N.devicePixelRatio;F=x&&!w?v>=3&&(!F||F>=3)?3:v>=2&&(!F||F>=2)?2:1:1,E=1/F}if(I.setAttribute("data-dpr",F),!H){if(H=J.createElement("meta"),H.setAttribute("name","viewport"),H.setAttribute("content","initial-scale="+E+", maximum-scale="+E+", minimum-scale="+E+", user-scalable=no"),I.firstElementChild){I.firstElementChild.appendChild(H)}else{var u=J.createElement("div");u.appendChild(H),J.write(u.innerHTML)}}N.addEventListener("resize",function(){clearTimeout(K),K=setTimeout(L,300)},!1),N.addEventListener("pageshow",function(b){b.persisted&&(clearTimeout(K),K=setTimeout(L,300))},!1),"complete"===J.readyState?J.body.style.fontSize=12*F+"px":J.addEventListener("DOMContentLoaded",function(){J.body.style.fontSize=12*F+"px"},!1),L(),D.dpr=N.dpr=F,D.refreshRem=L,D.rem2px=function(d){var c=parseFloat(d)*this.rem;return"string"==typeof d&&d.match(/rem$/)&&(c+="px"),c},D.px2rem=function(d){var c=parseFloat(d)/this.rem;return"string"==typeof d&&d.match(/px$/)&&(c+="rem"),c}}(window,window.lib||(window.lib={}));
</script>
<script>
var _uid = 0; // 用户id 0 代表未登录
var is_author = 0; //0 不是作者 1 作者
var UID = _uid;
</script>
</head>
<body style="position: relative">
<style>
/*顶部导航*/
#newBridge {
display: none !important;
}
html,body{
min-width:1280px;
}
@media screen and (min-width: 767px){
.top-bar {
height: 30px;
background: #27282D;
}
.top-bar .inside {
width: 1175px;
margin: 0 auto;
}
.inside .left {
float: left;
position: relative;
}
.inside .left .app-btn {
width: 72px;
}
.inside .left .app-btn:hover + .app-download-icon {
display: block;
}
.inside .left .app-download-icon {
width: 140px;
height: 167px;
background: no-repeat center/100% url("{$theme_path}/static/images/app_download_code2_1.png");
position: absolute;
top: 35px;
right: 30px;
display: none;
z-index: 2000;
}
.inside .right {
float: right;
}
.inside .right a {
margin-right: 0px;
}
.inside .right .btn-item {
margin-right: 28px;
}
.inside .btn-item.btn-item-login {
margin: 0;
width: 30px;
}
.inside .btn-item {
width: 60px;
height: 30px;
line-height: 30px;
font-size: 12px;
color: #fff;
float: left;
margin: 0 60px 0 0;
cursor: pointer;
position: relative;
}
.inside .btn-item .up-text {
position: absolute;
top: -15px;
opacity: 0;
transition: all .2s;
}
.inside .btn-item .down-text {
position: absolute;
top: 0;
opacity: 1;
transition: all .2s;
}
.inside .btn-item:hover > .up-text{
top: 0;
opacity: 1;
transition: all .2s;
}
.inside .btn-item:hover > .down-text{
top: 15px;
opacity: 0;
transition: all .2s;
}
.headerTopNav{
background:rgba(243,243,243,1);
height:30px;
}
#udesk_btn>a{
right:-2px !important;
bottom:2px !important;
}
#udesk_btn>a>.buttonImg{
width:39px !important;
height:39px !important;
}
.headerTopNavInner{
width:1150px;
height:30px;
margin:auto;
}
.headerTopNavItem {
display: block;
float:left;
line-height:32px;
height: 30px;
color:rgba(112,112,112,1);
padding-left:38px;
background-position: 15px center;
background-repeat: no-repeat;
background-size: 15px 15px;
font-size:12px;
}
.headerTopNavItem:hover {
color:rgba(2,137,255,1);
}
/*other*/
.otherNav{
width:489px;
height:235px;
background:rgba(255,255,255,1);
box-shadow:0px 2px 7px 0px rgba(78,75,75,0.5);
opacity:0.95;
}
.otherNavCol{
display: block;
float:left;
width: 33%;
height: 100%;
padding: 16px 0 0 31px;
}
.otherNavTitle{
height:24px;
font-size:16px;
font-family:SourceHanSansSC-Regular;
font-weight:400;
color:rgba(33,33,33,1);
line-height:24px;
margin-bottom: 24px;
}
.otherNavItem{
padding-left: 32px;
height: 24px;
display: block;
background-repeat: no-repeat;
background-position: 0 center;
background-size: 24px 24px;
font-size:14px;
font-family:SourceHanSansSC-Regular;
font-weight:400;
color:rgba(112,112,112,1);
line-height:24px;
margin-bottom: 16px;
}
.otherNavItem:hover{
color:#0289FF;
}
.redicon{
width:6px;
height:6px;
border-radius:3px;
background:red;
position:absolute;
top: 84px;
right: 16px;
}
.topheader{
height:30px;
background:rgba(47,50,53,1);
}
.topheader
小旋风蜘蛛池,小旋风蜘蛛池程序pro2.8版
1星 需积分: 0 177 浏览量
更新于2024-04-04
1
收藏 399.73MB ZIP 举报
小旋风蜘蛛池,小旋风蜘蛛池程序pro2.8版
小旋风蜘蛛池,主要是针对网站站群、蜘蛛池、泛站群以及各类SEO软件网站优化技术和搜索引擎算法,批量自动化建站群系统,实现网站排名。小旋风蜘蛛池的原创系统架构,安全、高效,最大化的优化利用php性能,使得运行流畅稳定。独创无缓存机制,独创内容无缓存刷新不变,节省硬盘。防止搜索引擎识别蜘蛛池。
店小二SEO
- 粉丝: 0
- 资源: 1
最新资源
- 基于BiLSTM-Adaboost的自行车租赁数量预测研究附Matlab代码.rar
- 基于BiGRU的单变量输入风电功率预测研究附Matlab代码.rar
- 基于BP神经网络的风电功率预测研究Matlab代码.rar
- 基于BiLSTM的风电功率预测研究附Matlab代码.rar
- 基于CNN-BiLSTM-Adaboost的自行车租赁数量预测研究附Matlab代码.rar
- 基于CNN的风电功率单变量输入预测研究附Matlab代码.rar
- 基于CNN-BiLSTM的风电功率预测研究Matlab代码.rar
- Matlab版本2023b的Embedded Coder Support Package for ARM Cortex-M Processors支持包免费分享,1.8G压缩包分成3个(1/3)
- 基于ELM-Adaboost的自行车租赁数量预测研究附Matlab代码.rar
- 基于dq变换的的三相异步电动机建模,软件R2008a.rar
- 基于LSSVM的风电功率预测研究附Matlab代码.rar
- 基于RF-Adaboost的风电功率预测研究附Matlab代码.rar
- 基于Simulink的单个PWM信号的傅里叶分析&特定谐波抑制.rar
- 基于Simulink的HVDC高压直流输电和HVAC高压交流输电研究.rar
- 基于simulink的光伏阵列常见故障仿真模型.rar
- 基于Simulink的正弦波PWM技术和三次谐波注入PWM技术研究.rar