개발👩💻/기타 (2) 썸네일형 리스트형 geeksforgeeks contribute 하기 🔒 문제 geeksforgeeks 사이트에서 그리디 알고리즘 관련 아티클을 읽다가 뭔가 이상한 부분을 발견했다. https://www.geeksforgeeks.org/minimum-product-subset-array/ Minimum product subset of an array - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. www.geeksfor.. node.js 의 path, import meta, fileURLToPath 모듈 경로 node.js 의 path, import meta, fileURLToPath 모듈 경로 운영체제 파일이나 디렉토리의 경로를 다루는 데 필요한 모듈인 path 경로처리를 할 때 은근히 오류 발생의 소지가 있기 때문에 따로 설정하게 되면 오류가 생길 수 있다. 예를 들어 유닉스 계열의 OS와 윈도우 계열의 OS는 서로 다른 문자로 디렉토리 구조를 표현한다. 유닉스 계열 운영체제는 / 문자를 사용하는 반면 윈도우 운영체제는 ₩ 문자를 사용한다. 유닉스 계열 $ pwd /Users/user 윈도우 $ cd C:\Users\user 또한 이 두 운영체제는 PATH 환경변수를 표현할 때도 서로다른 문자를 사용하여 여러 경로를 나열한다. 유닉스 계열의 운영체제에서는 : 문자를 사용하는 반면, 윈도우 운영체제는 ; 문.. 이전 1 다음