일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- object
- string
- 객체형변환
- 콘크리트클래스
- overload
- abstractclass
- reference
- concreteclass
- 추상클래스
- MSA
- hamobee
- Hashtable
- start()
- hashCode
- constantnumber
- 생성자
- Polymorphism
- Vector
- arguments
- ALTER
- eclipse
- Eureka
- run()
- value
- fuction
- garbagecollection
- super
- override
- class
- methodArea
- Today
- Total
목록purple duck 일지 (33)
뇌운동일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/OzN6L/btrjCSWqLyt/hykvjUmcKKf4xLU53H9HfK/img.png)
Vue.js deep dive Vue2.0 VS Vue3.0 https://ake.kr/2020/10/01/vue3-life-starting-with-the-vite/#%EB%A7%88%EC%B9%98%EB%A9%B0 VITE 는 Vue3.0 이상에서 동작 VITE : 네이티브 ES 모듈을 지원하는 빌드 툴 Vite는 Vue3에 적용되기 위해서 만들어진 Build Tool -> 현재는 범용 https://vitejs-kr.github.io/guide/why.html 모듈 : 하나의 코드에 다른 기능을 포함하는 방법 https://ichi.pro/ko/javascriptui-es-modyul-ihae-178739027775347 VITE 장점) 코드는 온-디맨드 방식으로 컴파일. 실제로 보여지는 현재 화면..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/be5S8r/btriRX6HdPU/ZEYiVXDnycSE8wVVEcTXd1/img.png)
AWS SDK for JavaScript (Node.js) https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/getting-started-nodejs.html 1. keycloak으로 login 하는 것 구현 Vue.js front에서 받아온 data로 로그인 되는 것 확인 keycloak axios vue.js 에서 axios https://zetcode.com/javascript/axios/ express .auth() 로 로그인 후, 세션은 어떻게 처리하는지 -> 이건 나중에 한다. cookie vs session https://hahahoho5915.tistory.com/32 2. aws api test Compute) EC2, ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cqwLu2/btriq63mbRQ/sWgjBCTxILVNzbZmZgvUR0/img.png)
docker에서 jboss/keycloak dockerhub image https://hub.docker.com/r/jboss/keycloak/ -> creating admin account 까지 하고, 그 뒤는 console에 들어가서 알아보았다 1. keycloak restapi 요청, 응답을 postman 으로 테스트해본다. console을 통해 realm 생성, user 생성 권한 설정. restapi로 access token 발급받고, 해당 realm의 user 목록 가져오는 tutorial https://www.youtube.com/watch?v=jjHBJNlBLBU&t=278s Troubleshooting) acess_token 발급 시, Account is not fully set up 응..
리눅스 서버 관리 원격 접속 (SSH 사용) 에이전트 설치 필요 없음 멱등성 : 동일한 작업을 수행할 필요가 없다. master1(Ansible 서버), worker1(관리대상서버), worker2(관리대상서버) Ansible 설치 -> 인벤토리 설정 -> Known Hosts 등록 -> 신규 인벤토리 설정 설치 https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-rhel-centos-or-fedora 인벤토리 설정 CentOS7 에 SSH 설치 https://blog.miyam.net/56 failed to connect to the host via ssh https:..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bccnNZ/btrikLdjfbX/A7nI4hyLmvKYGQdGwjT2T1/img.png)
docker hub centOS https://hub.docker.com/_/centos docker run -i -t centos:7 /bin/bash -> 다운받은 image run 해서 container 실행 container 안에서 yum install 및 필요한 설정하기 초기 세팅 참고 https://firework-ham.tistory.com/78
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cIl4Bq/btrigrGwZSS/GY1yA37HbyCN17uqIltn3k/img.png)
terraform 기본지식 https://www.youtube.com/watch?v=SGH0uDni-WY terraform tutorial https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code?in=terraform/aws-get-started 원하는 dir 에서 terraform init terraform plan (테스트) terraform apply (적용) terraform destroy (삭제) code 파일명.tf terraform 문서 https://registry.terraform.io/providers/hashicorp/aws/latest TroubleShooting)