728x90 분류 전체보기194 angular 프로젝트 yarn 개발 환경 세팅 nodeJS 설치 node-v10.15.1-x64.msi 파일 실행 후 next 그대로 실행 yarn설치 yarn-1.13.0.msi 파일 실행 후 next 그대로 실행 eclipse 폴더 내의 eclipse.exe 실행 후 프로젝트 import 1. project Explorer에 마우스 우클릭 후 import -> Imports 2. Existing Projects into Workspace 선택 3. 파일 내 프로젝트경로를 select root directory로 잡아주기 프로젝트 빌드 후 실행하기(eclipse terminal에서- 명령프롬프트와 동일) 1. Window -> show view -> other -> terminal 선택 2. Terminal 에서 해당 프로젝트 경로로 이동하기 3... 2019. 12. 15. Oauth2 규격 https://tools.ietf.org/html/rfc6749 위의 URL 은 OAuth 2.0 Authorization 규격입니다. The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, 2019. 12. 13. linux mosquitto 설치 및 사용 [mosquitto 설치 및 client 프로그램 설치] sudo apt-get install mosquitto sudo apt-get install mosquitto-client mosquitto_pub -t 'mosquittoID' -h 'localhost' -m 'hello' : 서버에서 메세지 보내기 mosquitto_sub -t 'mosquittoID' -h '00.00.00.00' -u 'adminID' -P 'adminPassword' : 클라이언트들에서 메시지 받기 2019. 12. 13. ubuntu - apt-get update GPC 에러날 때 wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add 2019. 12. 13. 이전 1 ··· 16 17 18 19 20 21 22 ··· 49 다음 728x90