본문 바로가기
반응형

:: Keiz Story ::402

[Mecro] PPT 파일 합치기 메크로 https://www.rdpslides.com/pptfaq/FAQ00746_Insert_all_slides_from_a_group_of_presentations_into_the_current_presentation.htm Insert all slides from a group of presentations into the current presentation Insert all slides from a group of presentations into the current presentation Problem You have a set of presentations you want to combine into a single PPT file. While you can manually choose Inse.. 2023. 8. 30.
android material-calendarview 삽질 기행... 진짜 오랜만에 안드로이드로 뭔가 개발 하려고 했더니... 개발 환경이 너무 많이 바뀌었다. 일단 안드로이드 디벨로퍼 기린을 받았는데 kotlin 도 모르겠고 gradle 도 모르겠고.... gradle.kts 는 또 뭐냐.. 정말 하나도 모르겠다! 얏호! 네비게이션 드로어 뷰를 템플릿으로 선택해서 프로젝트를 생성한 다음... 커스텀 달력을 만들려고 했다. 일단 custom calendar 를 써 볼려고 material-calendarview 라이브러리를 쓰려고 했는데 .... 일단 그냥 막혔다. https://github.com/prolificinteractive/material-calendarview GitHub - prolificinteractive/material-calendarview: A Mat.. 2023. 8. 27.
MSA 및 요즘 개발 # EC2 - 클라우드 환경에서 온프라미스 서버 처럼 사용 # EKS - k8s 관리기능을 제공하는 서버 # S3 - 클라우드 파일서버 # CloudFront - CDN 서비스. 각 리전에 캐싱을 해서 네트워크 지연을 줄여 전세계에 빠르게 서비스를 제공 # Redis - key, value로 관리하는 메모리 데이터베이스 # ArgoCD - CI/CD 배포 관리 도구 - Git 에서 변동 사항이 발생하면 k8s에 배포 함 # Docker - 어플리케이션 컨테이너 # k8s (kubernetes) - 컨테이너 관리 서비스 # Habor - private Docker 이미지 저정소 # Consul - 서비스 메시, MAS에서 클라이언트(UI)가 API를 호출 할 때 타켓 서비스를 찾아 준다. # Circuit.. 2023. 8. 23.
opener를 썼더니 cors가 발생하면 postmessage를 쓰자 nuxt에서 자식창에서 부모창의 스토어를 쓰는데 운영환경에서만 cors가 발생했다. await opener.$nuxt.$store.dispatch('setdata', this.res) 그럴수 있다고 해서 postmessage로 바꿈 자식창 닫을때 window.opener.postmessage(this.res, '*') 로 데이터 내려주고 부모창에 window.addeventlistner('message', this.fn, false) fn(event) { window.removeeventlistner('message', this.fn) console log(event.data) } 달아주고 데이터 받아서 처리함 2023. 7. 26.
반응형