This site can't be reached

demo.nstech.vn unexpectedly closed the connection.

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



Màn Hình Máy Tính – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn Mon, 17 Jun 2024 12:43:53 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png Màn Hình Máy Tính – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn 32 32 Màn hình Samsung Odyssey G9 LC49G95TSSEXXV 49 inch/DualQHD/VA/240Hz/1ms/G-Sync/Cong https://demo.nstech.vn/san-pham/man-hinh-samsung-odyssey-g9-lc49g95tssexxv-49-inch-dualqhd-va-240hz-1ms-g-sync-cong/ https://demo.nstech.vn/san-pham/man-hinh-samsung-odyssey-g9-lc49g95tssexxv-49-inch-dualqhd-va-240hz-1ms-g-sync-cong/#respond Mon, 17 Jun 2024 12:43:53 +0000 https://demo.nstech.vn/?post_type=product&p=3728 Mô tả chi tiết Màn hình vi tính Hãng sản xuất Samsung Model LC49G95TSSEXXV Kích thước màn hình 49 inch Độ phân giải 5120 x 1440 Tỉ lệ 32:9 Tấm nền màn hình VA Độ sáng 420cd/m2 Màu sắc hiển thị Max 1.07B Độ tương phản 2,500:1(Typ.) Tần số quét 240Hz Cổng kết nối HDMI®-in DisplayPort™ Thời […]

Bài viết Màn hình Samsung Odyssey G9 LC49G95TSSEXXV 49 inch/DualQHD/VA/240Hz/1ms/G-Sync/Cong đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
Mô tả chi tiết Màn hình vi tính Hãng sản xuất Samsung Model LC49G95TSSEXXV Kích thước màn hình 49 inch Độ phân giải 5120 x 1440 Tỉ lệ 32:9 Tấm nền màn hình VA Độ sáng 420cd/m2 Màu sắc hiển thị Max 1.07B Độ tương phản 2,500:1(Typ.) Tần số quét 240Hz Cổng kết nối HDMI®-in

DisplayPort™ Thời gian đáp ứng 1ms Góc nhìn 178°(H)/178°(V) Tính năng Flicker Free

Quantum Dot Color

G-Sync

Screen Size Optimizer

Refresh Rate Optimizor

Hình-trong-Hình

Off Timer Plus

Black Equalizer

Eye Saver Mode

Picture-By-Picture

Image Size

FreeSync Premium Pro

Low Input Lag Mode

Super Arena Gaming UX Điện năng tiêu thụ Mức tiêu thụ nguồn (DPMS): 0.5 W

Mức tiêu thụ nguồn (Chế độ Tắt): 0.3 W Kích thước 1147.6 x 363.5 x 291.0 mm (Không chân đế)

1147.6 x 537.2 x 416.4 mm (Gồm chân đế) Cân nặng 14.1 kg (Không chân đế)

16.7 kg (Gồm chân đế) Phụ kiện Cáp nguồn, Hướng dẫn sử dụng,…

Bài viết Màn hình Samsung Odyssey G9 LC49G95TSSEXXV 49 inch/DualQHD/VA/240Hz/1ms/G-Sync/Cong đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/man-hinh-samsung-odyssey-g9-lc49g95tssexxv-49-inch-dualqhd-va-240hz-1ms-g-sync-cong/feed/ 0
Màn hình máy tính Dell P2423DE 23.8 inch QHD 2K IPS USB-C https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423de-23-8-inch-qhd-2k-ips-usb-c/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423de-23-8-inch-qhd-2k-ips-usb-c/#respond Mon, 17 Jun 2024 12:42:25 +0000 https://demo.nstech.vn/?post_type=product&p=3670
  • Loại màn hình: Màn hình phẳng
  • Tỉ lệ: 16:9
  • Kích thước: 23.8 inch
  • Tấm nền: IPS
  • Độ phân giải: QHD (2560 x 1440)
  • Tốc độ làm mới: 60 Hz
  • Thời gian đáp ứng: 8 ms (normal); 5 ms (fast)
  • Hỗ trợ : Vesa 100mm x 100mm, chân đế hỗ trợ xoay dọc màn chỉnh cao thấp
  • Cổng kết nối: HDMI, DisplayPort, USB-C ( xuất hình, hỗ trợ PD 90W ), 1x RJ45
  • Phụ kiện: Cáp nguồn, cáp DisplayPort , cáp USC-C , 1 x USB 3.2 Gen 1 upstream cable - USB Type C to A
  • Bài viết Màn hình máy tính Dell P2423DE 23.8 inch QHD 2K IPS USB-C đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả chi tiết Màn hình vi tính Hãng sản xuất Dell Model P2423DE Kích thước màn hình 23.8 inch Độ phân giải QHD (2560 x 1440) Tỉ lệ 16:9 Tấm nền màn hình IPS Độ sáng 300 cd/m² Màu sắc hiển thị 16.7 Million colors Độ tương phản 1000:1 / 1000:1 (dynamic) Tần số quét 60Hz Cổng kết nối HDMI (HDCP 1.4)

    DisplayPort 1.4 (HDCP 1.4)

    DisplayPort output (HDCP 1.4, MST)

    USB-C upstream/DisplayPort 1.4 Alt Mode with Power Delivery (power up to 90W)

    4 x USB 3.2 Gen 1 downstream

    LAN (RJ-45) Thời gian đáp ứng 8 ms (normal); 5 ms (fast) Góc nhìn 178/178 Tính năng Điện năng tiêu thụ 170 Watt Kích thước 538 x 180 x 495mm Cân nặng  5.4Kg Phụ kiện Cáp nguồn,

    Bài viết Màn hình máy tính Dell P2423DE 23.8 inch QHD 2K IPS USB-C đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423de-23-8-inch-qhd-2k-ips-usb-c/feed/ 0
    Màn hình máy tính Samsung ViewFinity S8 LS27B800PXEXXV 27 inch 4k IPS 60Hz USC-C RJ45 https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-viewfinity-s8-ls27b800pxexxv-27-inch-4k-ips-60hz-usc-c-rj45/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-viewfinity-s8-ls27b800pxexxv-27-inch-4k-ips-60hz-usc-c-rj45/#respond Mon, 17 Jun 2024 12:42:00 +0000 https://demo.nstech.vn/?post_type=product&p=3661
  • Loại màn hình: màn hình phẳng
  • Tỉ lệ: 16:9
  • Kích thước: 27 inch
  • Tấm nền:IPS
  • Độ phân giải: UHD(3840 x 2160)
  • Tốc độ làm mới: 60Hz
  • Thời gian đáp ứng: 5ms
  • Nổi bật : HDR 400, DCI-P3 98%, chân đế hỗ trợ xoay dọc, nâng hạ màn
  • Cổng kết nối: HDMI, DisplayPort , USB C ( xuất hình, PD 90W ), RJ45
  • Phụ kiện: Cáp nguồn, Cáp HDMI, USB type-C
  • Bài viết Màn hình máy tính Samsung ViewFinity S8 LS27B800PXEXXV 27 inch 4k IPS 60Hz USC-C RJ45 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Hãng sản xuất Samsung Model LS27B800PXEXXV Kích thước màn hình 27 inch Độ phân giải UHD (3840 x 2160) Tỉ lệ 16:9 Tấm nền màn hình IPS Độ sáng 350cd/㎡ Màu sắc hiển thị Max 1.07B Độ tương phản 1000:1(Typ) Tần số quét 60Hz Cổng kết nối HDMI

    DisplayPort Thời gian đáp ứng 5ms Góc nhìn 178°/178° Tính năng   Điện năng tiêu thụ AC 100~240V Kích thước 615.5 x 368.2 x 42.7 mm (Không chân đế)

    615.5 x 551.9 x 196.4  mm (Gồm chân đế) Cân nặng 4.7 kg (Không chân đế)

    6.7 kg (Gồm chân đế) Phụ kiện Cáp nguồn, Cáp HDMI, USB Type C, Hướng dẫn sử dụng,…

    Bài viết Màn hình máy tính Samsung ViewFinity S8 LS27B800PXEXXV 27 inch 4k IPS 60Hz USC-C RJ45 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-viewfinity-s8-ls27b800pxexxv-27-inch-4k-ips-60hz-usc-c-rj45/feed/ 0
    Màn hình máy tính Samsung LF27T350FHEXXV 27 inch FHD 75Hz https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-lf27t350fhexxv-27-inch-fhd-75hz/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-lf27t350fhexxv-27-inch-fhd-75hz/#respond Mon, 17 Jun 2024 12:42:00 +0000 https://demo.nstech.vn/?post_type=product&p=3662
  • Loại màn hình: Phẳng
  • Tỉ lệ: 16:9
  • Kích thước: 27 inch
  • Tấm nền: IPS
  • Độ phân giải: Full HD (1920x1080)
  • Tốc độ làm mới: 75Hz
  • Thời gian đáp ứng: 5 (GTG)
  • Cổng kết nối: HDMI, D-Sub
  • Phụ kiện: Cáp nguồn, Cáp HDMI
  • Bài viết Màn hình máy tính Samsung LF27T350FHEXXV 27 inch FHD 75Hz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả chi tiết Màn hình vi tính Hãng sản xuất Samsung Model LF27T350FHEXXV Kích thước màn hình 27inch Độ phân giải Full HD (1920×1080) Tỉ lệ 16:9 Tấm nền màn hình IPS Độ sáng 250cd/㎡ Màu sắc hiển thị 16.7 triệu màu Độ tương phản 100,000,000:1 Tần số quétq 75Hz Cổng kết nối HDMI, D-Sub Thời gian đáp ứng 5 (GTG) Góc nhìn 178°/178° Tính năng Flicker Free

    FreeSync

    Eco Saving Plus

    Chế độ chơi Game

    Off Timer Plus

    Eye Saver Mode

    Image Size Điện năng tiêu thụ  Mức tiêu thụ nguồn (DPMS)/: 0.5W

    Mức tiêu thụ nguồn (Chế độ Tắt): 0.3W

    Kích thước 612.1 x 363.6 x 39.4 mm (Không chân đế)

    612.1 x 495.7 x 232.0 mm (Gồm chân đế) Cân nặng 3.3 kg (Không chân đế)

    3.6 kg (Gồm chân đế) Phụ kiện Cáp nguồn, Cáp HDMI, Hướng dẫn sử dụng,…

    Bài viết Màn hình máy tính Samsung LF27T350FHEXXV 27 inch FHD 75Hz đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-samsung-lf27t350fhexxv-27-inch-fhd-75hz/feed/ 0
    Màn hình máy tính Dell P2423D 23.8 inch 2K IPS https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423d-23-8-inch-2k-ips/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423d-23-8-inch-2k-ips/#respond Mon, 17 Jun 2024 12:42:00 +0000 https://demo.nstech.vn/?post_type=product&p=3664
  • Loại màn hình: Màn hình phẳng
  • Tỉ lệ: 16:9
  • Kích thước: 23.8 inch
  • Tấm nền: IPS
  • Độ phân giải: QHD (2560 x 1440)
  • Thời gian đáp ứng: 8 ms (normal); 5 ms (fast)
  • Độ sáng : 300 cd/m²
  • Cổng kết nối: DisplayPort 1.2 (HDCP 1.4), HDMI (HDCP 1.4). USB
  • Phụ kiện: Cáp nguồn, Cáp DisplayPort, Cáp USB
  • Bài viết Màn hình máy tính Dell P2423D 23.8 inch 2K IPS đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả chi tiết Màn hình vi tính Hãng sản xuất Dell Model P2423D Kích thước màn hình 23.8 inch Độ phân giải QHD (2560 x 1440) Tỉ lệ 16:9 Tấm nền màn hình IPS Độ sáng 300 cd/m² Màu sắc hiển thị 16.7 million colors Độ tương phản 1000:1 Tần số quét  60 Hz Cổng kết nối
    • DisplayPort 1.2 (HDCP 1.4)
    • HDMI (HDCP 1.4)
    • USB 3.2 Gen 1 upstream
    • 4 x USB 3.2 Gen 1 downstream
    Thời gian đáp ứng 8 ms (normal); 5 ms (fast) Góc nhìn 178/178 Tính năng Điện năng tiêu thụ 55 Watt Kích thước  538 mm x 180 mm x 495mm Cân nặng 5.4Kg Phụ kiện Cáp nguồn, Cáp DisplayPort, Cáp USB

    Bài viết Màn hình máy tính Dell P2423D 23.8 inch 2K IPS đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-p2423d-23-8-inch-2k-ips/feed/ 0
    Màn hình máy tính Dell S2721DS 27 inch QHD IPS https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s2721ds-27-inch-qhd-ips/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s2721ds-27-inch-qhd-ips/#respond Mon, 17 Jun 2024 12:41:59 +0000 https://demo.nstech.vn/?post_type=product&p=3659
  • Loại màn hình: Màn hình phẳng
  • Tỉ lệ: 16:9
  • Kích thước: 27 inch
  • Tấm nền: IPS
  • Độ phân giải: QHD (2560 x 1440)
  • Tốc độ làm mới: 75Hz
  • Thời gian đáp ứng: Normal: 8ms (gtg), Fast: 5ms (gtg), Extreme: 4ms (gtg)
  • Độ sáng : 350 cd/m²
  • Hỗ trợ : Loa 3W ,AMD FreeSync , VESA Mounting 100 x 100 mm, chân nâng hạ, xoay
  • Cổng kết nối: 2 x HDMI, DisplayPort
  • Phụ kiện: Cáp nguồn, Cáp HDMI
  • Bài viết Màn hình máy tính Dell S2721DS 27 inch QHD IPS đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả chi tiết Màn hình vi tính Hãng sản xuất Dell Model S2721DS Kích thước màn hình 27 inch Độ phân giải QHD (2560 x 1440) Tỉ lệ 16:9 Tấm nền màn hình IPS Độ sáng 350 cd/m² Màu sắc hiển thị 16.7 million colors Độ tương phản 1,000:1 (typ) Tần số quét 75Hz Cổng kết nối 2x HDMI 1.4

    1x DP1.2 Thời gian đáp ứng Normal: 8ms (gtg)

    Fast: 5ms (gtg)

    Extreme: 4ms (gtg) Góc nhìn  178/ 178 Tính năng   Điện năng tiêu thụ 19 Watt Kích thước 612  x 55 x 365 mm (Không chân đế)

    612 x 175 x 510 mm (Gồm chân đế) Cân nặng 4.3Kg Phụ kiện Cáp nguồn, Cáp HDMI

    Bài viết Màn hình máy tính Dell S2721DS 27 inch QHD IPS đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s2721ds-27-inch-qhd-ips/feed/ 0
    Màn hình máy tính Dell S3221QS 31.5 inch 4K VA Cong https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s3221qs-31-5-inch-4k-va-cong/ https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s3221qs-31-5-inch-4k-va-cong/#respond Mon, 17 Jun 2024 12:41:59 +0000 https://demo.nstech.vn/?post_type=product&p=3660
  • Loại màn hình: màn hình cong 1800R
  • Tỉ lệ: 16:9
  • Kích thước: 31.5 inch
  • Tấm nền: VA
  • Độ phân giải: 4K (3840 x 2160)
  • Tốc độ làm mới: 60Hz
  • Thời gian đáp ứng:Normal: 8ms (gtg) , Fast: 5ms (gtg)
  • Nổi bật : Loa 5 Watt, AMD FreeSync ™, Picture-by-Picture (PBP)
  • Cổng kết nối: 2 x HDMI 2.0, 1 x DisplayPort 1.2, 2 USB 3.0
  • Phụ kiện: Cáp nguồn, Cáp HDMI, Cáp USB
  • Bài viết Màn hình máy tính Dell S3221QS 31.5 inch 4K VA Cong đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả chi tiết Màn hình vi tính Hãng sản xuất DELL Model S3221QS DFK161 Kích thước màn hình 31.5 inch Độ phân giải 4K (3840 x 2160) Tỉ lệ 16:9 Tấm nền màn hình VA Độ sáng 300 cd/m² Màu sắc hiển thị 1.07 billion colors Độ tương phản 3000:1 (typ) Tần số quét 60Hz Cổng kết nối 2 x HDMI 2.0 (HDCP 2.2)

    1 x DP 1.2

    1 x USB 3.0 upstream

    1 x USB 3.0 downstream

    1 x USB 3.0 downstream with BC 1.2 charging Thời gian đáp ứng Normal: 8ms (gtg)

    Fast: 5ms (gtg)

    Extreme: 4ms (gtg) Góc nhìn 178° vertical / 178° horizontal Điện năng tiêu thụ 38 Watt Kích thước 708 x 205 x 518 mm (gồm chân đế)

    708 x 63 x 424 mm (không bao gồm chân đế) Cân nặng  7.3Kg Phụ kiện Cáp nguồn, 1 x HDMI cable, 1 x USB 3.0 upstream cable

    Bài viết Màn hình máy tính Dell S3221QS 31.5 inch 4K VA Cong đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/man-hinh-may-tinh-dell-s3221qs-31-5-inch-4k-va-cong/feed/ 0