');this.$searchContainer=t,this.$search=t.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete"));var n=e.call(this);return this._transferTabIndex(),n.append(this.$searchContainer),n},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results",s=t.id+"-container";e.call(this,t,n),i.$search.attr("aria-describedby",s),t.on("open",function(){i.$search.attr("aria-controls",r),i.$search.trigger("focus")}),t.on("close",function(){i.$search.val(""),i.resizeSearch(),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")}),t.on("enable",function(){i.$search.prop("disabled",!1),i._transferTabIndex()}),t.on("disable",function(){i.$search.prop("disabled",!0)}),t.on("focus",function(e){i.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){i.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){i._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===c.BACKSPACE&&""===i.$search.val()){var t=i.$selection.find(".select2-selection__choice").last();if(0this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(){i._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var i=this;this._checkIfMaximumSelected(function(){e.call(i,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var i=this;this.current(function(e){var t=null!=e?e.length:0;0=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery"],function(s){function e(){}return e.prototype.render=function(e){var t=e.call(this),n=s('');return this.$searchContainer=n,this.$search=n.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete")),t.prepend(n),t},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){s(this).off("keyup")}),this.$search.on("keyup input",function(e){i.handleSearch(e)}),t.on("open",function(){i.$search.attr("tabindex",0),i.$search.attr("aria-controls",r),i.$search.trigger("focus"),window.setTimeout(function(){i.$search.trigger("focus")},0)}),t.on("close",function(){i.$search.attr("tabindex",-1),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.val(""),i.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||i.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(i.showSearch(e)?i.$searchContainer[0].classList.remove("select2-search--hide"):i.$searchContainer[0].classList.add("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})},e.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},e.prototype.showSearch=function(e,t){return!0},e}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;0<=i;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("query",function(e){i.lastParams=e,i.loading=!0}),t.on("query:append",function(e){i.lastParams=e,i.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n(''),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),i._bindContainerResultHandlers(t)}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t[0].classList.remove("select2"),t[0].classList.add("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f(""),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,i="scroll.select2."+t.id,r="resize.select2."+t.id,s="orientationchange.select2."+t.id,o=this.$container.parents().filter(a.hasScroll);o.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),o.on(i,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(i+" "+r+" "+s,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,i="resize.select2."+t.id,r="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+i+" "+r)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown[0].classList.contains("select2-dropdown--above"),n=this.$dropdown[0].classList.contains("select2-dropdown--below"),i=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=r.top,s.bottom=r.top+s.height;var o=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=ar.bottom+o,d={left:r.left,top:s.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(i="below"),u||!c||t?!c&&u&&t&&(i="below"):i="above",("above"==i||t&&"below"!==i)&&(d.top=s.top-h.top-o),null!=i&&(this.$dropdown[0].classList.remove("select2-dropdown--below"),this.$dropdown[0].classList.remove("select2-dropdown--above"),this.$dropdown[0].classList.add("select2-dropdown--"+i),this.$container[0].classList.remove("select2-container--below"),this.$container[0].classList.remove("select2-container--above"),this.$container[0].classList.add("select2-container--"+i)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,i=0;i');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container[0].classList.add("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(r,e,s,t,o){if(null==r.fn.select2){var a=["open","close","destroy"];r.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=r.extend(!0,{},t);new s(r(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,i=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=o.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,i)}),-1 寻找合作伙伴 | SonicWall Main Menu 产品 Main Menu产品 网络安全 Main Menu网络安全 下一代防火墙 (NGFW) 安全的 SD-WAN 网络安全服务 网络安全管理 SonicProtect Subscription 电子邮件安全 Main Menu电子邮件安全 托管电子邮件安全 本地电子邮件安全 Networking & Access Main MenuNetworking & Access 网络交换机 无线接入点 Outdoor Access Points Zero Trust Access On-Premise (SMA) Wireless Network Manager Secure Service Edge Main MenuSecure Service Edge Cloud Secure Edge Secure Private Access Secure Internet Access MXDR and Managed XDR Main MenuMXDR and Managed XDR SonicSentry MXDR SonicSentry MDR SonicSentry MDR for Cloud SonicSentry MDR for Network Capture Client Capture Advanced Threat Protection (ATP) Gen 7 防火墙 SonicWall 的 Gen 7 平台就绪防火墙提供具有稳定性和卓越威胁防护的性能,所有这些都具有行业领先的总体拥有成本 (TCO)。 阅读更多 所有产品 A-Z 免费试用 解决方案 Main Menu解决方案 行业 Main Menu行业 分布式企业 零售和酒店 K-12 教育 高等教育 州和本地 联邦 医疗保健 金融服务 运营商 用例 Main Menu用例 安全 SD-Branch 零信任安全 安全的 SD-WAN Office 365 安全性 SaaS 安全 安全 Wi-Fi Internet Threat Protection Secure Access Service Edge Widgets Main MenuWidgets Content Widgets 联邦 利用可扩展、专用构建的网络安全解决方案保护联邦机构和网络 Image Widgets 合作伙伴 Main Menu合作伙伴 SonicWall 合作伙伴 Main MenuSonicWall 合作伙伴 合作伙伴概述 Service Providers 寻找渠道伙伴 授权经销商 技术合作伙伴 合作伙伴资源 Main Menu合作伙伴资源 成为合作伙伴 SonicWall 大学 培训与认证 Widgets Main MenuWidgets Content Widgets 联邦 访问项目报备、MDF、销售和营销工具、培训等 Image Widgets 支持门户 Main Menu支持门户 资源 Main Menu资源 支持门户 知识库 Cloud Secure Edge Docs 技术文档 社区 视频教程 产品生命周期表 联系支持 资源 Main Menu资源 资源中心 活动 免费试用 博客 SonicWall 大学 MySonicWall Capture Labs Main MenuCapture Labs Capture Labs 全球攻击地图 安全新闻 PSIRT 应用目录 Widgets Main MenuWidgets Content Widgets 支持门户 通过搜索我们的知识库、社区、技术文件和视频教程,查找问题的答案 Image Widgets 公司 Main Menu公司 公司 Main Menu公司 奖项 公司领导 新闻报道 新闻报道 职业机会 SonicWall 促销 Main MenuSonicWall 促销 SonicWall 促销活动 客户忠诚度计划 管理服务 Main Menu管理服务 安全管理服务 安全即服务 安全即服务 SonicWall 促销 Main MenuSonicWall 促销 SonicWall 促销活动 客户忠诚度计划 管理服务 Main Menu管理服务 安全管理服务 安全即服务 安全即服务 联系销售 简体中文 简体中文 zh-cn Main Menu English 英语 en Français 法语 fr-fr Deutsch 德语 de-de 日本語 日语 ja-jp 한국어 韩语 ko-kr Português (Brasil) 葡萄牙语(巴西) pt-br Español 西班牙语 es-mx English (UK) 英语 (UK) en-gb 联邦 Promotions 资源 博客 活动 zh-cn English简体中文FrançaisDeutsch日本語한국어Português (Brasil)Español 产品 所有产品 A-Z 免费试用 Gen 7 防火墙 SonicWall 的 Gen 7 平台就绪防火墙提供具有稳定性和卓越威胁防护的性能,所有这些都具有行业领先的总体拥有成本 (TCO)。 阅读更多 网络安全 下一代防火墙 (NGFW) 安全的 SD-WAN 网络安全服务 网络安全管理 SonicProtect Subscription 电子邮件安全 托管电子邮件安全 本地电子邮件安全 Networking & Access 网络交换机 无线接入点 Outdoor Access Points Zero Trust Access On-Premise (SMA) Wireless Network Manager Secure Service Edge Cloud Secure Edge Secure Private Access Secure Internet Access MXDR and Managed XDR SonicSentry MXDR SonicSentry MDR SonicSentry MDR for Cloud SonicSentry MDR for Network Capture Client Capture Advanced Threat Protection (ATP) 解决方案 联邦 利用可扩展、专用构建的网络安全解决方案保护联邦机构和网络 Learn More 联邦 利用可扩展、专用构建的网络安全解决方案保护联邦机构和网络 Learn More 行业 分布式企业 零售和酒店 K-12 教育 高等教育 州和本地 联邦 医疗保健 金融服务 运营商 用例 安全 SD-Branch 零信任安全 安全的 SD-WAN Office 365 安全性 SaaS 安全 安全 Wi-Fi Internet Threat Protection Secure Access Service Edge 合作伙伴 联邦 访问项目报备、MDF、销售和营销工具、培训等 Learn More 联邦 访问项目报备、MDF、销售和营销工具、培训等 Learn More SonicWall 合作伙伴 合作伙伴概述 Service Providers 寻找渠道伙伴 授权经销商 技术合作伙伴 合作伙伴资源 成为合作伙伴 SonicWall 大学 培训与认证 支持门户 支持门户 通过搜索我们的知识库、社区、技术文件和视频教程,查找问题的答案 Learn More 支持门户 通过搜索我们的知识库、社区、技术文件和视频教程,查找问题的答案 Learn More 资源 支持门户 知识库 Cloud Secure Edge Docs 技术文档 社区 视频教程 产品生命周期表 联系支持 资源 资源中心 活动 免费试用 博客 SonicWall 大学 MySonicWall Capture Labs Capture Labs 全球攻击地图 安全新闻 PSIRT 应用目录 公司 公司 奖项 公司领导 新闻报道 新闻报道 职业机会 SonicWall 促销 SonicWall 促销活动 客户忠诚度计划 管理服务 安全管理服务 安全即服务 安全即服务 联系销售 寻找 SonicWall 合作伙伴 近 30 年来,SonicWall 全球合作伙伴社区一直为所有规模大小的组织和企业提供适合的网络安全解决方案、产品和服务。 使用下方搜索和过滤选项,查找您的 SonicWall SecureFirst 合作伙伴、授权分销商或服务供应商。 合作伙伴类型: 全部 合作伙伴和经销商授权经销商管理服务专业服务合作伙伴 全部 地区: 全部 APJEMEALATAMNOAM 全部 国家/地区: 全部 AfghanistanAlbaniaAndorraArgentinaAustraliaAustriaAzerbaijanBahrainBangladeshBelarusBelgiumBelizeBoliviaBotswanaBrazilBrunei DarussalamBulgariaCambodiaCanadaChileChinaColombiaCongo, the Democratic Republic of theCosta RicaCote d'IvoireCroatiaCyprusCzech RepublicDenmarkDominican RepublicEcuadorEgyptEl SalvadorEstoniaEthiopiaFijiFinlandFranceGermanyGhanaGreeceGuamGuatemalaGuyanaHondurasHong KongHungaryIndiaIndonesiaIraqIrelandIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKorea, Republic ofLebanonLibyan Arab JamahiriyaLiechtensteinLuxembourgMalawiMalaysiaMaldivesMaltaMartiniqueMauritiusMexicoMonacoMongoliaMoroccoMozambiqueMyanmarNepalNetherlandsNew CaledoniaNew ZealandNigeriaNorwayOmanPakistanPanamaPapua New GuineaParaguayPeruPhilippinesPolandPortugalPuerto RicoQatarReunionRomaniaRussian FederationSaint LuciaSaudi ArabiaSerbiaSingaporeSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSpainSri LankaSwazilandSwedenSwitzerlandTaiwanTanzania, United Republic ofThailandTogoTrinidad and TobagoTunisiaTurkeyUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUruguayUzbekistanVenezuelaViet NamYemenZambiaZimbabwe 全部 Scroll to top 本网站使用 Cookie 以确保您获得最佳体验。 使用本网站即表示您同意我们使用 Cookie 进行分析,以及推出个性化内容和广告。 Cookie 设置 明白了。谢谢! Notifications
SonicWall 的 Gen 7 平台就绪防火墙提供具有稳定性和卓越威胁防护的性能,所有这些都具有行业领先的总体拥有成本 (TCO)。
利用可扩展、专用构建的网络安全解决方案保护联邦机构和网络
访问项目报备、MDF、销售和营销工具、培训等
通过搜索我们的知识库、社区、技术文件和视频教程,查找问题的答案
近 30 年来,SonicWall 全球合作伙伴社区一直为所有规模大小的组织和企业提供适合的网络安全解决方案、产品和服务。
使用下方搜索和过滤选项,查找您的 SonicWall SecureFirst 合作伙伴、授权分销商或服务供应商。
Notifications