합격 후기 라네요.https://kyupokaws.wordpress.com/tag/aws%ec%9e%90%ea%b2%a9%ec%a6%9d%ed%95%a9%ea%b2%a9%ed%9b%84%ea%b8%...
-
This is Slide 1 Title
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 2 Title
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 3 Title
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
2020년 7월 7일 화요일
AWS 대략적인 이용가격
By schoolhompy at 7월 07, 2020
No comments
정리잘되어 있는 사이트 https://hamait.tistory.com/675 <- 감사요그런데...https://calculator.aws/ 에서 돌려보니 천문학적(?) 가격대가 형성이...게다가 내보내기 하면 대충 되어있어서....
2020년 7월 2일 목요일
Vue.js 를 VSCODE 에서 디버그 하기(브레이크 포인트잡기)
Vue.js 를 VSCODE 에서 디버그 하기(브레이크 포인트잡기) js 는 브레이트포인트 잡는게 썅. 일단 Vue.js (이름참 좃같...) 의 작업을 한다.https://medium.com/js-dojo/debugging-nuxt-js-with-vs-code-60a1a9e75cf6"That basically acts as the magic goo that enables the rest of this to work." WTF NUXT!https://github.com/in28minutes/spring-boot-vuejs-fullstack-examples예제를 기준으로!1.프론트쪽 폴더에서 npm run serve 실행2.프론트쪽 폴더 선택후 VSCODE 에서 실행하면 launch.json...
2020년 7월 1일 수요일
Slack 에 슬래시 커맨드(/명령한다 , /밥줘..) 사용하기
Heroku 는 한개 정도는 공짜니까 단순 응답용 앱을 만들어 슬랙에서 슬래시 커맨드 요청시 자동응답하게 한다.1.일단 헤로쿠 가입2.좀편하게 쓸라면 Heroku CLI 설치3.일단 헤로쿠 사이트에서 앱을 만든다.4.컴터의 프롬프트에서 heroku git:clone -a slackresponsor 등의 명령어로 아까 만든 앱이름을 지정한다.5.해당폴더에서 npm설치, package.json설정package.json{ "name": "xxx", "description": "", "version": "1.0.0", "main": "src/index.js", "scripts": { "start": "node ./src", ...