전체 글 (464) 썸네일형 리스트형 パケットトレーサー パケットトレーサーは、Ciscoが提供する無料のシミュレーターで、スイッチやルーターをコンピューターなどの端末に接続するネットワーク設定を練習するために使用できます。以下の手順に従って、パケットトレーサーをダウンロードしてください。 まず、Ciscoネットワーキングアカデミーに行って アカウントを作成します( ログインしなければダウンロードはできず、パケットトレーサーを使用する際にもログイン情報が必要です )。サインアップページは次のようになっています次に、リソースページに移動し、お使いのOSに対応したパッケージをダウンロードしてください 。ファイルを実行し、「OK」をクリックし続けてインストールを完了してください。インストールが完了したら、ログインしてください。これで、パケットトレーサーを使用する準備が整いました。 Packet Tracer The packet tracer is a free simulator provided by Cisco that can be used to practice networking setup such as connecting switches and routers to a terminal such as a computer. Follow the instructions below to download the packet tracer. First go Cisco Networking Academy and create an ID (without logging in download is not available and login information is also needed to use the packet tracer la.. 패킷 트레이서 패킷 트레이서는 시스코에서 무료로 제공하는 네트워킹 시뮬레이터로 이를 활용하여 라우터, 스위치 등을 컴퓨터 등 단말기에 연결하거나 CLI를 통해 설정하는 등 다양한 연습이 가능하다. 패킷트레이서를 설치하는 방법은 아래와 같다. 먼저, 시스코 아카데미에서 아이디를 생성한다 (로그인해야 다운로드 가능하고 패킷 트레이서 사용 시에도 로그인 필요)계정생성 화면은 아래와 같으므로 참고다음으로 리소스 페이지로 이동하여 OS에 맞는 패키지 다운로드 다운로드한 파일을 실행하고 모두 OK 선택하여 설치 후 로그인하면 완료.이상 NAVER 커머스API 애플리케이션 등록 1. **NAVER 스마트스토어센터 가입 후 로그인** [스마트스토어센터](https://sell.smartstore.naver.com/#/home/about) 2. **‘내스토어 애플리케이션’ 에서 ‘`애플리케이션 등록`’ 버튼 클릭** 3. **애플리케이션 등록** [ 1 ] - 애플리케이션 이름 입력 - 최대 50자 | 수정가능 예시) shopeasy [ 2 ] - 설명 입력 - 최대 300자 | 수정가능 예시) 스토어의 API 사용을 위한 애플리케이션 등록 [ 3 ] - 모든 API ‘추가’ 선택 | 수정가능 [ 4 ] - 등록 버튼 클릭 → 등록한 정보 확인 4. 내 스토어 애플리케이션 메뉴에서 생성한 애플리케이션을 선택합니다. https://apicenter.commerce.naver.com/.. Postman - Google OAuth Let's see how we can get the token using Google OAuth. Open the postman and create a GET request and enter the URL Move to the 'Authorization' tap and select the 'OAuth 2.0' Select the 'Client Credentials' under the 'Client Credentials' section Enter the Access Token URL, Client ID, and Client Secret Click the send button Then it will get the token Done HTML 삽입 미리보기할 수 없는 소스 HTML 삽입 미리보기할 수 없는 소스 포스트맨 구글 Auth 요청하기 포스트맨에서 구글 OAuth로 인증토큰 받는 방법을 알아보자. 포스트맨을 열고 GET 요청생성 후 유알엘 입력 'Authorization' 탭으로 이동 후 'OAuth 2.0' 선택 'Client Credentials' 항목에서 'Client Credentials' 선택 Access Token URL, Client ID, Client Secret 입력 설정완료 후 전송버튼 클릭 전송 후 아래와 같이 토큰이 반환 이상 HTML 삽입 미리보기할 수 없는 소스 Springboot - Sending Emails Let's see how we can send emails with the Springboot application. Dependencies org.springframework.boot spring-boot-starter-mail Properties Open the application.properties file and add the properties shown below. Set the host and port depending on the kind of hosts that you want to use. Then add the sender email address and password. For gmail we have to use an app password which provides a bett.. 스프링부트 이메일 전송 스프링부트 어플리케이션에서 이메일 전송하는 방법에 대해 알아보자. 디펜던시 추가 org.springframework.boot spring-boot-starter-mail 프로퍼티 설정 application.properties 파일에 아래와 같이 속성값을 추가한다. 호스트와 포트는 사용하고자 하는 메일에 따라 설정한다. 다음으로 발신 메일주소와 비밀번호를 입력하는 데 지메일의 경우 제한된 권한을 허용하는 앱 비밀번호를 사용해야한다. spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username= spring.mail.password= spring.mail.properties.mail.smtp.auth=true spring.mail.pro.. 이전 1 2 3 4 ··· 58 다음