분류 전체보기
![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbhieLU%2FbtqwBYpMrC6%2FY8H9ZskjbCcdZSMIOWoiz0%2Fimg.png)
SMS 발송서비스 만들기(feat. 네이버클라우드 SENS 이용) #2
이번에 연습해볼 것은 POSTMAN 을 이용해서 SMS 발송해보자. A powerful GUI platform to make your API development faster & easier, from building API requests through testing, documentation and sharing. API를 테스트하고, 테스트 결과를 확인하고 API 개발의 생산성을 높여주는 플랫폼 이라고 한다. https://www.getpostman.com/ Postman | API Development Environment Postman is the only complete API development environment used by more than 7 million developers an..
![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbIS6LF%2FbtqwATCHUzP%2FzMKIirKO8Dhv1ehi5kqkD1%2Fimg.png)
SMS 발송서비스 만들기(feat. 네이버클라우드 SENS 이용) #1
https://www.ncloud.com/ NAVER CLOUD PLATFORM cloud computing services for corporations, IaaS, PaaS, SaaS, with Global region and Security Technology Certification www.ncloud.com API 를 활용하려면 먼저 회원가입부터 하자. 활용목적은 현재 JSP공부중에 웹페이지의 전반적인 부분을 만드는중에 회원가입시 전화번호도 서버(DB)에 저장을 할 것이다. 그러면 보통은 인증서비스가 들어가면 좋겠다.. 싶어서 연습겸 사용해보는 것. 1. 서비스 이용신청 및 프로젝트 등록하기 - 서비스 Type : 서비스 타입 선택 - 이름 : 이름은 소문자로만 가능했음. - 설명 : 서비스 이..
Bootstrap 활용하기-1
Navbar Link 1 Link 2 Link 3 Dropdown Link 1 Link 2 Link 3 Search Hello, world! This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique. Learn more » Heading Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus c..
Bootstrap CDN / local 설정하기
https://getbootstrap.com/docs/4.3/getting-started/introduction/ 홈페이지에서 CSS 와 JS 를 각각 CSS 는 안에 붙여넣기 해주고, JS 는 안에 붙여넣기 해주면된다. --------------------------------------------------------------------------------------------- local 로 사용하려면 https://getbootstrap.com/docs/4.3/getting-started/download/ 컴파일이 된 파일을 다운받고, 작업중인 폴더에 css 폴더와 js 폴더를 직접 넣어서 경로 설정 해주면 된다. 끝!