일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- override
- constantnumber
- start()
- eclipse
- concreteclass
- hamobee
- hashCode
- abstractclass
- MSA
- fuction
- 객체형변환
- super
- Polymorphism
- 콘크리트클래스
- Vector
- 생성자
- Eureka
- object
- arguments
- garbagecollection
- overload
- 추상클래스
- reference
- string
- class
- value
- ALTER
- Hashtable
- methodArea
- run()
- Today
- Total
목록전체 글 (259)
뇌운동일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/doMkI5/btq8mmuxrfh/brhoLffQhUI8sMKyWRKiJ0/img.png)
1. node.js 학습 및 AWS 개념 이해 - 이 단계에서 EC2 instances 를 직접 생성해야하는 줄 알고 헤맸었다. https://earlgreybutter.tistory.com/256 nodejs, aws 개념 알아보기 API Gateway https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html 이걸 보고 따라해보기로 함. Create a new Node.js project. node.js project 를 생성하라고 되어있는데, 그것도 해본 적이 없음.. earlgreybutter.tistory.com 2. 기존에 생성되어있는 인스턴스 조회, region 변경으로 인스턴스 목록 확인 구성 Mac/Linux의 경우 ~/.aws/..
공식 홈페이지 그대로 따라해서 처음 프로젝트 생성 https://www.jqwidgets.com/vue-components-documentation/index.htm?search= data를 가져올 때, subobject 에 접근하는법을 알아내기 위해 헤맸다. https://www.jqwidgets.com/community/topic/mapping-to-nested-json-children-within-the-grid/
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dtNL7p/btq77umRcFZ/nNiBwNpbzKyN2IoQk2KWhK/img.png)
게시판 예제 https://fyzh99.tistory.com/38?category=837734 vuejs 게시판 만들기 #3 (레이아웃 만들기) 홈페이지 기본 레이아웃을 만들어보자 1. 헤더 컴포넌트를 만들기 경로 : src/components/common/Header.vue 메뉴1 메뉴2 메뉴3 메뉴4 2. 콘텐츠 영역은 프로젝트 생성 시 존재하는 HelloWorld.vue 파일 사용 경.. fyzh99.tistory.com 프로젝트 생성까지는 되어있는 상태로 시작해서 3강부터 따라했다. -> header, contents, footer로 division을 나누는 내용 4강 라우터 사용에서 에러 발생 CLI 4.x, vue 3.x 관련 버그라고 한다. 해결방법 https://www.inflearn.co..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/blu1qB/btq77tG2Odh/6FuSpz6ollCqFhX7jSL0K1/img.png)
1. 설치, vscode setting https://dev-onestep.tistory.com/24?category=914932 2. vue CLI 설치 vue CLI 설치 시, ERROR 원인을 찾아보니, node.js 는 설치되어 있는데, npm 은 안되어 있다. -> 무슨 조화인지 모르겠지만 그냥 삭제하고 다시 설치하자. 프로그램 추가/제거에서 node.js 삭제 version 이 맞지 않는 것들이 있지만, vue 가 설치는 되었다. 찾다보니, 나도 전에 경험했던 에러에 대한 해결법이 있어서 첨부해둠. https://www.inflearn.com/questions/29872 http://softzone205.blogspot.com/2018/02/10-node-npm.html 3. vue 프로젝트 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/QFwhR/btq7o3I2K6d/74zxEe9YRAAFvv9FwauEjK/img.png)
json 형태 express 활용 출력 https://smilehugo.tistory.com/entry/nodejs-json-create-store-read-update?category=879921 Node.js에서 JSON 파일에 데이터를 저장하고 읽는 방법 안녕하세요. 혀코입니다. 오늘은 Node.js에서 JSON 파일에 데이터를 저장하는 방법에 대해서 알아보겠습니다. app.js 파일을 다음과 같이 작성합니다. const book = { title: 'Ego is the Enemy', author: 'Ryan H.. smilehugo.tistory.com grid 그리기 https://sticky32.tistory.com/entry/JqWidget-Grid-%EC%83%9D%EC%84%B1-%ED%..
EC2 정보조회 참고자료 https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/ec2-example-managing-instances.html 참고자료 https://stackoverflow.com/questions/27690048/how-can-i-list-all-my-amazon-ec2-instances-using-node-js-in-aws-lambda How can I list all my Amazon EC2 instances using Node.js in AWS Lambda? I'm on AWS and using AWS SDK for JavaScript in Node.js. I'm trying to build an AWS Lambda..