CINXE.COM
全球领先的IT采购决策信息网站—TechTarget中国—IT采购智库— wp.techtarget.com.cn
<!DOCTYPE html> <html lang="zh"> <head> <!-- /web/struts2/intl/common/meta --> <title>全球领先的IT采购决策信息网站—TechTarget中国—IT采购智库— wp.techtarget.com.cn</title> <meta name="robots" content="noindex"> <meta name="description" content="全球领先的IT采购决策信息网站—TechTarget中国—IT采购智库— wp.techtarget.com.cn"> <meta content="no-cache" HTTP-EQUIV="PRAGMA"> <meta content="no-cache" HTTP-EQUIV="CACHE-CONTROL"> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="https://cdn.ttgtmedia.com/rms/ux/css/common.min.css" media="screen" /> <link rel="stylesheet" type="text/css" href="https://cdn.ttgtmedia.com/rms/ux/css/bp_styles_zh.css" media="screen" /> <script type="text/javascript"> var mediaUrl = "https://cdn.ttgtmedia.com"; </script> <script type="text/javascript" src="https://cdn.ttgtmedia.com/rms/ux/javascript/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="https://cdn.ttgtmedia.com/rms/ux/javascript/bp_scripts.min.js"></script> <script type="text/javascript"> var clicktrackIMG = "https://go.techtarget.com/activity/activity.gif"; // required by activity.js </script> <script type="text/javascript" src="https://cdn.ttgtmedia.com/rms/ux/javascript/bpmd_scripts.min.js"></script> <script type="text/javascript" src="https://cdn.ttgtmedia.com/rms/ux/javascript/bp_activity.min.js" defer="defer"></script> <!-- /web/struts2/common/tracking_vars.jsp --> <script type="text/javascript"> var fulfillment_index = '0'; var ga_gtm_taglist = ga_gtm_taglist || {}; ga_gtm_taglist['siteName']='BitpipeCN'; </script> <script type="text/javascript"> var envType = "nonLive", gaDbg = false; if (window.location.hostname.indexOf("-qa.") == -1 && window.location.hostname.indexOf("-dev.") == -1 && window.location.hostname.indexOf("-eng.") == -1 ) { envType = 'live'; } if (window.location.search.indexOf("gaDebug=on") != -1) { document.cookie = "gaDebug=on; path=/; secure;"; } if (window.location.search.indexOf("gaDebug=off") != -1) { document.cookie = "gaDebug=off; path=/; secure;"; } if (document.cookie.indexOf("gaDebug=on") != -1) { gaDbg = true; } window.dataLayer = window.dataLayer || []; if ( envType == "live" || gaDbg ) { var ga_gtm_taglist = ga_gtm_taglist || {}; if(typeof site_ga_acct != "undefined" && site_ga_acct != "") { ga_gtm_taglist['uaid'] = site_ga_acct; } else { ga_gtm_taglist['uaid'] = 'UA-19047342-1'; } if(typeof ga_url_prefix != "undefined" && ga_url_prefix == "/RL") { ga_zone = "RL"; } if(typeof ga_zone != "undefined" && ga_zone == "RL") { ga_gtm_taglist['zone'] = "RL"; } ga_gtm_taglist['memberStatus'] = (getCookie('crs') || getCookie('fastpass')) ? "SITE_MEMBER" : "NOT_MEMBER"; ga_gtm_taglist['siteType'] = 'bitpipe'; ga_gtm_taglist['topicName'] = 'NONE'; ga_gtm_taglist['contentType'] = 'NONE'; ga_gtm_taglist['collection'] = 'NONE'; ga_gtm_taglist['pubMonthYear'] = 'NONE'; if (gaDbg) { console.log("GTM tags: %o", ga_gtm_taglist); } window.dataLayer.push(ga_gtm_taglist); } </script> <!--CMP start--> <script src="https://cdn.ttgtmedia.com/cmp/ttCmpApi.min.js"></script> <script src="https://cdn.ttgtmedia.com/cmp/sourcepoint/ccpa-config.min.js"></script> <script src="https://cdn.ttgtmedia.com/cmp/sourcepoint/gdprTCFv2-config.min.js"></script> <!--CMP end--> <script> var cmpApi; cmpApi = new ttCmpApi(); /* * Check for debug mode for url param debug_gdpr */ this.debug = (function() { var sParam = 'debug_scripts'; var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'),sParameterName,i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : sParameterName[1]; } } return false; })(); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} init(); function init() { if (this.debug) console.log("gtag init function invoked..."); //default behavior gtag('consent', 'default', { 'ad_storage': 'granted', 'analytics_storage': 'granted', 'ad_user_data': 'granted', 'ad_personalization': 'granted', 'wait_for_update': 500 }); //behavior specific for end-users in the EEA gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'region': ['BE', 'BG', 'CZ', 'DK', 'CY', 'LV', 'LT', 'LU', 'ES', 'FR', 'HR', 'IT', 'PL', 'PT', 'RO', 'SI', 'HU', 'MT', 'NL', 'AT', 'IS', 'LI', 'NO', 'SK', 'FI', 'SE', 'DE', 'EE', 'IE', 'EL', 'GB', 'BR'], 'wait_for_update': 500 }); if (this.debug) console.log("Successfuly added Google consent settings"); } //CCPA window.__uspapi('getUSPData', 1, function(uspData, success) { if (success) { if (this.debug) console.log("Getting CCPA Consent"); switch (uspData.uspString) { case '1---': //CCPA banner is not shown/applied if (this.debug) console.log("CCPA banner is not shown/applied"); localStorage.removeItem('ccpaConsent'); break; case '1YNN': //User has given/not actively denied CCPA consent if (this.debug) console.log("User has given/not actively denied CCPA consent"); localStorage.setItem('ccpaConsent', true); break; case '1YYN': //User has denied CCPA consent if (this.debug) console.log("User has denied CCPA consent"); localStorage.setItem('ccpaConsent', false); break; default: //Default to true if any other consent string is present if (this.debug) console.log("Default to true if any other consent string is present"); localStorage.setItem('ccpaConsent', true); break; } } else { if (this.debug) console.log("Could not retireve CCPA consent string"); } }); var getCcpaConsent = function () { if (this.debug) console.log("Getting CCPA Consent") if (typeof (cmpApi) === "undefined") return false; if (localStorage.getItem('ccpaConsent') != null && localStorage.getItem('ccpaConsent').length) { return (JSON.parse(localStorage.getItem('ccpaConsent'))); } else { if (this.debug) console.log("Empty ccpaConsent value, returning true by default"); return true; } } var showCCPAFooterLink = function() { //Showing CCPA cookie preferences if ccpa is applied window.__uspapi('getUSPData', 1, function (uspData, success) { if (this.debug) console.log('uspData: ' + JSON.stringify(uspData) + 'success: ' + success); if (JSON.stringify(uspData).indexOf("---") === -1 && $('#cPrefCCPA').length) { if (this.debug) console.log("SHOWING CCPA FOOTER LINK"); $('#cPrefCCPA').attr("style", "display:block"); } else { if (this.debug) console.log("Did not show ccpa footer link"); } }); } //CCPA and GDPR cookie manager link var cookiePref = { init: function() { cookiePref.hideGDPRFooterLink(); cookiePref.showCCPAFooterLink(); }, hideGDPRFooterLink: function() { //Hiding GDPR cookie preferences if context not EU window.__tcfapi('addEventListener', 2, function (tcData, listenerSuccess) { if ((typeof (tcData) !== 'undefined') && (tcData !== null)) { if (listenerSuccess && (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'cmpuishown')) { if (this.debug) console.log("Footerlink event loaded/cmpuishown"); window.__tcfapi('removeEventListener', 2, function (success) { if (success) { window.__tcfapi('ping', 2, function (pingReturn) { if (!(pingReturn.gdprApplies)) { if (this.debug) console.log("HIDING GDPR FOOTER LINK"); $('#cPref').hide(); } }); } }, tcData.listenerId); } } }); }, showCCPAFooterLink: function() { //Showing CCPA cookie preferences if ccpa is applied window.__uspapi('getUSPData', 1, function (uspData, success) { if (this.debug) console.log('uspData: ' + JSON.stringify(uspData) + 'success: ' + success); if (JSON.stringify(uspData).indexOf("---") === -1 && $('#cPrefCCPA').length) { if (this.debug) console.log("SHOWING CCPA FOOTER LINK"); $('#cPrefCCPA').attr("style", "display:block"); } else { if (this.debug) console.log("Did not show ccpa footer link"); } }); } }; $(function(){ console.log("Initiating cookie preference link hide/show"); cookiePref.init(); }); </script> <!-- Hotjar Tracking Code --> <script> var hotjarSpVendorInternalId = '5ee7add94c24944fdb5c5ac6'; var spPuropseId = "5ebec2c47b021339dc19dc0c"; function getHotjarJs() { if(this.debug) console.log("EXECUTING HOTJAR JS"); if(this.debug) console.log("EXECUTING LOAD HOTJAR JS"); (function (h, o, t, j, a, r) { h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = {hjid: 22351, hjsv: 6}; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); } if(this.debug) console.log("Inside hotjar execution"); window.__tcfapi('addEventListener', 2, function (tcData, listenerSuccess) { if ((typeof(tcData) !== 'undefined') && (tcData !== null)) { if(this.debug) console.log("HJ ADDING EVENT LISTENER"); if(this.debug) console.log("HJ LISTENDER ID " + tcData.listenerId); if (listenerSuccess && tcData.eventStatus === 'cmpuishown') { if(this.debug) console.log("HJ CMPUISSHOWN"); } if (listenerSuccess && (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'cmpuishown')) { var gdprApplies = tcData.gdprApplies; if(this.debug) console.log("HJ tcloaded eventstatus"); if(this.debug) console.log("HJ logging out gdprapplies " + gdprApplies); if (gdprApplies && !(cmpApi.getCustomVendorGrantConsent(hotjarSpVendorInternalId))) { if(this.debug) console.log("HJ GDPR IS APPLICABLE AND CONTEXT DOES NOT HAVE CONSENT"); //remove the listener ourself to not get called more than once window.__tcfapi('removeEventListener', 2, function (success) { if(this.debug) console.log('HJ Inside remove event listener ' + success); if (success) { if(this.debug) console.log('removed: listener for HJ LOADING ' + tcData.listenerId); window.__tcfapi('addEventListener', 2, function (tcData, listenerSuccess) { if(this.debug) console.log("HJ AddEventUserAction " + tcData); if(this.debug) console.log('HJ Event listener has been registered due to no consent being set'); if (listenerSuccess && tcData.eventStatus === 'useractioncomplete') { if(this.debug) console.log("HJ useractioniscomplete"); window.__tcfapi('getCustomVendorConsents', 2, function (customVendorConsentData, nonIabSuccess) { console.log("HJ getting custom vendor consent by command "); if (customVendorConsentData != null) { console.log('HJ COMMAND customvendorconsent grant = ' + customVendorConsentData.grants); for (var key in customVendorConsentData.grants) { var obj = customVendorConsentData.grants[key]; if (key === hotjarSpVendorInternalId) { console.log("HJ returning vendor grant for " + hotjarSpVendorInternalId + " = " + obj.vendorGrant); if (obj.vendorGrant) { getHotjarJs(); } } } } }); window.__tcfapi('removeEventListener', 2, function (success) { if (success) { //listener Removed if(this.debug) console.log('removed: ' + tcData.listenerId); } }, tcData.listenerId); } }); } }, tcData.listenerId); } else { window.__tcfapi('removeEventListener', 2, function (success) { if (getCcpaConsent()) { if(this.debug) console.log('HJ CONTEXT HAS CONSENT OR GDPR/CCPA IS NOT APPLICABLE'); if(this.debug) console.log('Listener for loading HJ' + success); if (success) { getHotjarJs(); } } else { if (this.debug) console.log('NO CONSENT FOR CCPA'); } }, tcData.listenerId); } } } }); </script> <!-- GTM --> <script> var googleAnalyticsPurposes = [1,8]; var vendorName = "GoogleAnalytics"; var isGaEnabled = true; window['gtag_enable_tcf_support'] = true window.dataLayer = window.dataLayer || []; dataLayer = window.dataLayer; if(this.debug) console.log("Inside Google Analytics execution"); window.__tcfapi('addEventListener', 2, function (tcData, listenerSuccess) { if ((typeof(tcData) !== 'undefined') && (tcData !== null)) { if(this.debug) console.log("GA ADDING EVENT LISTENER"); if(this.debug) console.log("GA LISTENDER ID " + tcData.listenerId); if (listenerSuccess && tcData.eventStatus === 'cmpuishown') { if(this.debug) console.log("GA CMPUISSHOWN"); } if (listenerSuccess && (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'cmpuishown')) { if(this.debug) console.log(tcData.eventStatus); var gdprApplies = tcData.gdprApplies; if(this.debug) console.log("tcloaded eventstatus"); if(this.debug) console.log("logging out gdprapplies " + gdprApplies); if (gdprApplies && tcData.eventStatus === 'cmpuishown') { if(this.debug) console.log("GDPR IS APPLICABLE AND CONTEXT DOES NOT HAVE CONSENT"); //remove the listener ourself to not get called more than once // window.__tcfapi('removeEventListener', 2, function (success) { if(this.debug) console.log('Inside remove event listener ' + success); if (success) { if(this.debug) console.log('removed: listener for GA LOADING ' + tcData.listenerId); window.__tcfapi('addEventListener', 2, function (tcData, listenerSuccess) { if(this.debug) console.log("AddEventUserAction " + tcData); if(this.debug) console.log('Event listener for Google Analytics has been registered due to no consent being set'); if (listenerSuccess && tcData.eventStatus === 'useractioncomplete') { if(this.debug) console.log("useractioniscomplete inside GA"); if (typeof window.dataLayer !== 'undefined') { dataLayer.push({'event': 'GaEnabled'}); } window.__tcfapi('removeEventListener', 2, function (success) { if (success) { //listener Removed if(this.debug) console.log('removed: ' + tcData.listenerId); } }, tcData.listenerId); } }); } }, tcData.listenerId); } else { window.__tcfapi('removeEventListener', 2, function (success) { if (success) { if (typeof window.dataLayer !== 'undefined') { dataLayer.push({'event': 'GaEnabled'}); } } }, tcData.listenerId); } } } }); </script> </head> <body id=""><!-- st2/intl/template.jsp --> <div id="cmp-banner"></div> <!-- Begin Google Tag Manager --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PZMZFW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PZMZFW');</script> <!-- GA4 --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MKCV6V9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MKCV6V9');</script> <!-- End Google Tag Manager --> <div id="container"> <header> <div id="header"> <div id="headerLogo"> <a href="/">全球领先的IT采购决策信息网站—TechTarget中国—IT采购智库— wp.techtarget.com.cn</a> </div> <div id="headerNav"> <div id="headerSearch"> <form action="/data/search.action;jsessionid=07CCFFEE4F5C1FDBCDF7892916E8B483" onsubmit="var qtxt=$('#search'); if($.trim(qtxt.val())=='') { qtxt.focus(); return false; }"> <fieldset> <input id="search" class="headerNavSearchBox ui-autocomplete-input" type="text" value="" name="q" aria-label="搜索"> <input id="submit" class="headerNavSubmitButton" type="submit" value="Search"> </fieldset> </form> </div> </div> </div> </header> <main> <div id="content" class="homePage"> <div id="article"> <div class="section"> <h1>欢迎来到Bitpipe!</h1> <p class="intro">Bitpipe 为IT专业技术人员提供信息技术资源。免费浏览白皮书,网络讲座和产品信息,以作出明智的决定。</p> </div> <div class="section"> <h1>最新内容</h1> <ul class="listTypeBitpipeResults"> <li> <h4><a href="/detail/RES/1551114507_245.html">인공지능, 데이터를 통찰력으로 전환하기</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>인공지능/기계학습이 기업 내에서 자리를 잡고 있는 것은 의심의 여지가 없지만, CIO가 당면한 가장 큰 과제는 구체적인 비즈니스 성과를 내는데 도움이 될 적정한 기술을 찾는 것입니다. 다양한 기업의 최신 사례를 담은 이 온라인 가이드를 통해 귀사는 인공지능/기계학습을 활용해 의사결정의 수준을 높이는데 있어 데이터의 잠재력을 활용하는 방법을 파악할 수 있습니다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1551114507_245.html" aria-label="인공지능, 데이터를 통찰력으로 전환하기"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1580776623_566.html">Darktrace는 어떻게 AI 붐에 올라탔는가?</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>인공지능 스마트로 유명한 사이버 보안회사인 Darktrace는 호주와 한국을 포함한 주요 시장에서 지난 해 아시아 태평양 지역의 직원 수를 두 배로 늘렸다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1580776623_566.html" aria-label="Darktrace는 어떻게 AI 붐에 올라탔는가?"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1580776069_325.html">Darktrace는 어떻게 AI 붐에 올라탔는가?</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>인공지능 스마트로 유명한 사이버 보안회사인 Darktrace는 호주와 한국을 포함한 주요 시장에서 지난 해 아시아 태평양 지역의 직원 수를 두 배로 늘렸다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1580776069_325.html" aria-label="Darktrace는 어떻게 AI 붐에 올라탔는가?"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1580761343_795.html">2020 년 APAC의 주요 IT 예측</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>슈퍼 앱의 부상, Wi-Fi 6 지원 서비스, 교차 기능 플랫폼 엔지니어링 팀 등이 2020년 아시아 태평양 IT 환경의 주요 이슈가 될 것으로 보인다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1580761343_795.html" aria-label="2020 년 APAC의 주요 IT 예측"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1573619461_591.html">DBS 뱅크, 오픈 소스로 대 전환</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>이미 수많은 오픈 소스 소프트웨어를 사용하는 DBS 뱅크는 향후 자체 프로젝트 중 일부를 오픈 소스 커뮤니티에 제공 할 계획이다</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1573619461_591.html" aria-label="DBS 뱅크, 오픈 소스로 대 전환"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1573619751_439.html">엣지 컴퓨팅 사용사례는 비즈니스 가치에 중점을 두어야 한다</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>엣지 컴퓨팅 프로젝트를 모색 중인 슈나이더 일렉트릭 및 대기업의 경우 성공의 주요 기준은 기술이 비즈니스 가치를 제공하는지 여부다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1573619751_439.html" aria-label="엣지 컴퓨팅 사용사례는 비즈니스 가치에 중점을 두어야 한다"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1573618243_464.html">컨테이너 데이터 보호: Docker 백업을 수행하는 이유와 방법</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>Docker의 컨테이너와 같은 컨테이너는 민첩하고 가벼우며 수명이 짧을 수 있지만 컨테이너와 데이터는 종종 보호조치가 필요하다. 이 기사에서는 사용 가능한 주요 옵션을 살펴본다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1573618243_464.html" aria-label="컨테이너 데이터 보호: Docker 백업을 수행하는 이유와 방법"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1569287994_212.html">원격 데스크톱 접속 시 자주 발생하는 5대 문제의 해결법</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>데스크톱과 호스트 간 접속이 실패하면 원격으로 데스크톱 문제해결을 시도해야 한다. 원격 데스크톱 기능이 작동하지 않을 경우 방화벽, 보안 인증서 등을 확인해야 한다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1569287994_212.html" aria-label="원격 데스크톱 접속 시 자주 발생하는 5대 문제의 해결법"> 现在查看 </a> <a class="sponsorLogo" href="/org/1309983984_985.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1309983984_985.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1567571362_928.html">5G 네트워크는 '빅 트렌드'가 될 것</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>사설 5G 네트워크를 통해 Wi-Fi의 한계를 해결하는 무선 근거리 통신망 아키텍처를 기대할 수 있을 것이라고 CommScope 최고 경영자가 말한다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1567571362_928.html" aria-label="5G 네트워크는 '빅 트렌드'가 될 것"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> <li> <h4><a href="/detail/RES/1567570688_755.html">최고의 RPA 아키텍처 구축 방안</a></h4> <span class="sponsoredBy">赞助商 <strong>TechTarget ComputerWeekly.com</strong></span> <p>기업은 규칙에 기반한 반복작업을 적은 비용에 효율적인 방식으로 자동화하기 위해 로봇 프로세스 자동화를 적극 수용하고 있습니다. 이러한 프로세스 도입의 ROI는 올바른 RPA 아키텍처를 사용하느냐에 따라 결정됩니다.</p> <div class="sponsorInfo"> <a class="button primaryButton" href="/detail/RES/1567570688_755.html" aria-label="최고의 RPA 아키텍처 구축 방안"> 现在查看 </a> <a class="sponsorLogo" href="/org/1501066471_429.html"> <img alt="TechTarget ComputerWeekly.com" src="https://cdn.ttgtmedia.com/bitpipe/logos/logo_1501066471_429.gif"> </a> </div> </li> </ul> </div> </div> <div id="sidebar"> <div class="splashTags"> <h1>标签</h1> <ul> <li><a class="button secondaryButton" href="/tag/ai.html">ai</a></li> <li><a class="button secondaryButton" href="/tag/appdev.html">appdev</a></li> <li><a class="button secondaryButton" href="/tag/busi.html">busi</a></li> <li><a class="button secondaryButton" href="/tag/business.html">business</a></li> <li><a class="button secondaryButton" href="/tag/cio.html">cio</a></li> <li><a class="button secondaryButton" href="/tag/desktop.html">desktop</a></li> <li><a class="button secondaryButton" href="/tag/intelligence.html">intelligence</a></li> <li><a class="button secondaryButton" href="/tag/networking.html">networking</a></li> <li><a class="button secondaryButton" href="/tag/security.html">security</a></li> <li><a class="button secondaryButton" href="/tag/storage.html">storage</a></li> <li><a class="viewAllTags" href="/browse">查看所有标签</a></li> </ul> </div> </div> </div> </main> <footer> <div id="footer"> <div id="footerNavLinks"> <ul> <li><a href="/">首页</a></li> <li><a href="/browse">按标签浏览</a></li> <li><a href="/about">关于我们</a></li> </ul> </div> <div id="footerCopyLinks"> 版权所有-TechTarget 2025 <ul> <li><a href="https://www.techtarget.com.cn/privacy-policy/">隐私条款</a> | <a href="https://www.techtarget.com/terms-of-use-cn">使用条款</a> <span id="cPrefCCPA" style="display:none" > <a href="#" onclick="window._sp_.usnat.loadPrivacyManagerModal('')">privacy.mgr.text</a> </span> </li> </ul> </div> <div id="footerLogo"> <a href="https://www.techtarget.com.cn">TechTarget-IT媒体ROI专家</a> </div> </div> </footer> </div> </body> </html>