域名智能剖析是指域名剖析服务器凭据来访者的IP范例,对统一域名作出呼应分歧剖析。对IP来自电信的拜访者,将域名剖析到该域名对应IP地点为电信的服务器上。对IP来自网通的拜访者,将域名剖析到该域名对应IP地点为网通的服务器上。以包管拜访者不因网通电信线路瓶颈而组成网速慢。
举例,若是您具有5台服务器,离别位于 电信、网通、挪动、教诲网、外洋,那末你在云剖析如许填写记实:
- 默许线路:电信IP
- 网通线路:网通IP
- 挪动线路:挪动IP
- 教诲网线路:教诲网IP
- 外洋线路:外洋IP
1024) {
} else {
}
function contentWayPoint(name1, name2) {
var i = 0;
var nameclass = ".animate-box" + name1
$(nameclass).waypoint(function (direction) {
if (direction === 'down' && !$(this.element).hasClass('animated')) {
i++;
$(this.element).addClass('item-animate');
setTimeout(function () {
var nameclass1 = 'body ' + nameclass + '.item-animate'
$(nameclass1).each(function (k) {
var el = $(this);
setTimeout(function () {
el.addClass(name2 + ' animated');
el.removeClass('item-animate');
}, k * 50, 'easeInOutExpo');
});
}, 100);
}
}, { offset: '85%' });
};
contentWayPoint(1, "bounceInLeft");
contentWayPoint(2, "fadeInLeft");
contentWayPoint(3, "fadeInDown");
contentWayPoint(4, "fadeInRight");
contentWayPoint(5, "flipInX");
contentWayPoint(6, "slideInDown");
contentWayPoint(7, "flipInY");
contentWayPoint(8, "zoomIn");
contentWayPoint(9, "bounceIn");
contentWayPoint(10, "fadeInUp");
});