반응형

전체보기 148

[ETC] GMT UTC 차이

GMT: Greenwich Mean Time UTC: Coordinated Universal Time There is no time difference between Coordinated Universal Time and Greenwich Mean Time. 초단위의 소수점 단위에서만 차이가 나기때문에 일상에서 사용되는 시간에는 차이가 없습니다. 그리니치 표준시 (GMT)는 종종 UTC와 교환되거나 혼동됩니다. 하지만 GMT는 표준 시간대이고 UTC는 표준 시간입니다. GMT와 UTC는 실제적으로 동일한 현재 시간을 공유하지만, 둘 사이에는 기본적인 차이점이 있습니다: GMT는 일부 유럽과 아프리카 국가에서 공식적으로 사용되는 표준 시간대입니다. 시간은 24시간 형식(0 - 24) 또는 12시간 형식(1..

다른것 2024.03.06

[REACT]Error: error:0308010C:digital envelope routines::unsupported

npm start 시 위와 같은 에러가 난 경우 : The Correct (safe) Solution (for npm users) Use an up-to-date version of Node.js, and also use packages that are up-to-date with security fixes. You can first try an update to see if that solves the problem: npm update If that is not enough, for many people, the following command will fix the issue: npm audit fix --force However, be aware that, for complex builds, th..

PROGRAMING/React 2024.03.06

[API] API Architecture (REST, GraphQL, SOAP)

1. REST (Representational State Transfer) REST is a widely used architectural style for designing networked applications. It employs standard HTTP methods(GET, POST, PUT, DELETE) to operate on resources using URIs. 특히 단순성, 확장성, 유연성이 중시되는 상황에서 웹에서 API를 구축하는 데 널리 사용됩니다. RESTful API는 웹 및 모바일 애플리케이션뿐만 아니라 트위터 및 구글과 같은 회사에서 제공하는 공개 API에도 널리 사용됩니다. 2. GraphQL (Graph Query Language) Developed by Facebo..

카테고리 없음 2024.03.05

[교육] 미국 대학입시 조기전형 EA, ED, REA, SCEA

미국에는 4년제 대학만 약 2500여개에 달합니다.미국의 대학들은 갯수 만큼이나 대학마다의 개성이 있고 입시 전형에있어 차이점을 보이고 있습니다. 미국 대학 입시 전형은 Early Decision(ED), Early Action(EA), Restrictive Early Action(REA), Regular Decision(RD), Rolling Admission 이렇게 크게 5가지로 볼 수 있으며 이중에서 조기 전형은 Early Decision(ED) , Early Action(EA), Single Choice Early Action(SCEA) 등으로 나뉩니다. 일반적으로 조기전형은 10월-11월경으로 마감이 되고 12월초중순경에 입학허가 결과가 나오게 됩니다. Early Decision (ED) 합격한..

다른것/대학 2024.02.28

[TAX] 1099 form 종류

1099 Form이란 회사, 혹은 법인, 개인등이 돈을 납부한 상대방에게 보내는 세금보고용 서류입니다. 1099 Form이 작성이 되면 해당 서류는 돈을 받았던 계약자에게도 가지만 IRS에게도 함께 사본이 송부됩니다. 따라서 1099 Form을 받았다면 꼭 텍스보고를 해야하며 세금보고가 제대로 안될시 IRS에서 전체금액에 대한 세금과 페널티를 함께 청구할 수 있습니다. 1099 Form의 종류 1099-K: 카드 프로세싱 회사들(Merchant card Processing Company)이 카드로 결제금액을 받는 비즈니스의 카드매출을 IRS에 직접 보고하는 양식으로 지난 2012년 1월부터 시행되고 있습니다. 카드회사를 통해 연매출이 600달러보다 많거나 제3의 프로세싱회사를 통해 연매출이 2만달러보다 ..

다른것/TAX 2024.02.17

[VSCODE] 코드 정렬 Auto Formatting

Auto formatting is a feature that automatically formats blocks/ lines of code or a file on the code editor based on specific rules and guidelines. This feature is based on a configuration file specifying formatting rules on indentation, line breaks, and spacing. - Save time : 시간 절약 - Consistency : 일관성 - Observes best practices : 코딩 습관 - For easy code reading : 가독성 1. 자동 줄바꿈 설정(Word wrap) 화면을 넘어가..

TOOLS/VSCODE 2024.02.16

Yellow exclamation mark on C drive on Windows 10/11

C 드라이브에 노란 느낌표 경고 표시가 나오는 경우는 공간등의 다른 에러 일수도 있으나 대부분의 경우 Bitlocker와 관련이 있는경우가 많습니다. It basically indicates that Bitlocker is wating, not activated or suspended. Solution : Below is a list of all the effective solutions you can try to remove the Yellow triangle warning with a padlock on C Drive on Windows 11/10. Run the Chkdsk command Enable BitLocker Encryption Disable BitLocker Encryption Case ..

OS/WINDOWS 2024.02.14
반응형