[도서] 데이터는 어떻게 자산이 되는가?

2021-08-18 KENNETH 0

[도서] 데이터는 어떻게 자산이 되는가? 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]데이터는 어떻게 자산이 되는가? 김옥기 저 | 이지스퍼블리싱 | 2021년 08월 판매가 16,200원 (10%할인) | YES포인트 900원(5%지급) 데이터는 4차 산업혁명의 원동력으로서 경제·사회·기술 전반에 걸쳐 커다란 변혁을 일으키고 있다. 이미 데이터 자본 시대의 성숙 단계에 진입한 글로벌 기업들의 앞선 기술과 데이터를 기반으로 새로운 수익 모델 Source: [도서] 데이터는 어떻게 자산이 되는가?

[도서] 문제부터 풀자! C Programming

2021-08-18 KENNETH 0

[도서] 문제부터 풀자! C Programming 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]문제부터 풀자! C Programming 김광 저 | 북스홀릭퍼블리싱 | 2021년 09월 판매가 20,000원 (0%할인) | YES포인트 0원(0%지급) 이 책은 컴퓨터 프로그래밍을 배우는 데에 있어서 기초가 되는 논리들을 이해하고, 이를 활용하여 문제를 풀어가면서 프로그램 제작 훈련을 돕기 위해 만들어진 책이다. 이 훈련의 특징은 프로그래밍의 기초부터 응 Source: [도서] 문제부터 풀자! C Programming

No Image

USN-5043-1: Exiv2 vulnerabilities

2021-08-18 KENNETH 0

USN-5043-1: Exiv2 vulnerabilities It was discovered that Exiv2 incorrectly handled certain image files. An attacker could possibly use this issue to cause a denial of service. (CVE-2021-32815, CVE-2021-34334, CVE-2021-37620, CVE-2021-37622) It was discovered that Exiv2 incorrectly handled certain image files. An attacker could possibly use this issue to cause a denial of service. These issues only affected Ubuntu 20.04 LTS and Ubuntu 21.04. (CVE-2021-34335, CVE-2021-37615, CVE-2021-37616, CVE-2021-37618, CVE-2021-37619, CVE-2021-37621, CVE-2021-37623) Source: USN-5043-1: Exiv2 vulnerabilities

No Image

USN-5042-1: HAProxy vulnerabilities

2021-08-18 KENNETH 0

USN-5042-1: HAProxy vulnerabilities It was discovered that HAProxy incorrectly handled the HTTP/2 protocol. A remote attacker could possibly use this issue to bypass restrictions. Source: USN-5042-1: HAProxy vulnerabilities

No Image

CSS module scripts: `import` stylesheets like JavaScript modules

2021-08-18 KENNETH 0

CSS module scripts: `import` stylesheets like JavaScript modules Microsoft and Google have collaborated to bring support for CSS module scripts to Chromium, and they will be available starting in Microsoft Edge and Chrome version 93. The new CSS module scripts feature can be used to load CSS style sheets with import statements just like JavaScript modules. The imported sheets are constructable stylesheets that can be directly applied to documents or shadow roots like this: import sheet from ‘./styles.css’ assert { type: ‘css’ }; document.adoptedStyleSheets = [sheet]; shadowRoot.adoptedStyleSheets = [sheet]; Loading a stylesheet without needing to create a style or link element can be more convenient and even more performant than other ways of importing and applying CSS from JavaScript. CSS module scripts will be available starting in Microsoft Edge and Chrome version 93. Read more about the feature over at web.dev: [ more… ]