描述
基于Broadcom可扩展的10/25/50/100 / 200G以太网控制器架构,NetXtreme® -E系列M150PM 1x50G OCP 2.0多主机适配器设计在服务器中构建高度可扩展,功能丰富的网络解决方案,用于企业和云规模的网络和存储应用,包括高性能计算,电信,机器学习,存储分解和数据分析。
M150PM 1x50G OCP 2.0多主机适配器建立在广泛部署的NetXtreme E系列架构的成功基础之上,它将高带宽以太网控制器与一组独特的高度优化的硬件加速引擎相结合,以提高网络性能并提高服务器效率。由于对更高服务器带宽和存储容量的需求不断增长以支持新兴应用,企业,电信公司和云提供商正在通过采用最新网络对其数据中心进行现代化改造服务器虚拟化和'
;
$('body').append(setStyle+'
×
');
}
// 关闭路障广告
var closeTdkAd=function(){
if($('#fix-tdkad').length){
$('#fix-tdkad').animate({
"opacity" : 0
}, 500, function(){
$('#fix-tdkad').remove();
$('#road-block-bg').hide();
});
}
}
// cookie 设置函数
$.extend({
cookieHelper: function(name, value, options) {
if (typeof value != 'undefined') { // name and value given, set cookie
options = options || {};
if (value === null) {
value = '';
options.expires = -1;
}
var expires = '';
if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
var date;
if (typeof options.expires == 'number') {
date = new Date();
date.setTime(date.getTime() + (options.expires * 60 * 60 * 1000));
} else {
date = options.expires;
}
expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
}
var path = options.path ? '; path=' + options.path : '';
var domain = options.domain ? '; domain=' + options.domain : '';
var secure = options.secure ? '; secure' : '';
document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
} else { // only name given, get cookie
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}
}
});
//是否是从app电路图过来的 做处理
function is_fromapp_dianlu(){
var now_url = document.URL;
now_url = $.trim(now_url);
var target_url = 'https://m.elecfans.com/list/65.html?fromtype=app';
if(now_url==target_url){
$.cookieHelper("is_fromapp_dianlu", "yes", {expires:24,path:"/"});
}
}
is_fromapp_dianlu();
if(($.cookieHelper("tdkad") !== "yes")&&($.cookieHelper('is_fromapp_dianlu')!=='yes')){
var domain_mwww = location.host;
var domain_www = domain_mwww.replace(/m1?\.elecfans/, 'www.elecfans');
$.ajax({
type:'GET',
url: 'https://' + domain_www + '/webapi/advertisement/roadblock',
data: {site_name:'mwww', format:'jsonp'},
dataType:'jsonp',
success: function(response) {
if (response.error_code != 0) {
return false;
}
var data = response.data;
$.cookieHelper("tdkad", "yes", {expires:data.frequency,path:"/"});
showTdkAd();
setTimeout(function(){closeTdkAd();}, 30000);
}
});
}
$(document).on("click", "#tdk-close", function(){
closeTdkAd();
});
});