전체 글 (143) 썸네일형 리스트형 ref & reactive Vue에서 **reactive**와 **ref**는 반응성 상태를 관리하는 두 가지 방법입니다. 둘 다 Vue의 반응성 시스템을 사용하여 상태를 추적하고 변경 시 자동으로 UI를 업데이트하지만, 사용하는 방식과 적용 대상에 차이가 있습니다. 1. ref(): 기본 데이터 타입과 함께 사용ref는 단일 값(예: 문자열, 숫자, 불리언 등)을 반응성으로 만들 때 사용됩니다. ref는 Vue에서 원시 값(primitive value)들을 반응형 데이터로 만들기 위해 사용됩니다.ref는 원시 값(primitive value)을 반응성 상태로 만들어 줍니다.ref로 선언된 값은 객체의 형태로 감싸지기 때문에 .value 프로퍼티를 통해 접근해야 합니다.객체가 아닌 기본 데이터 타입에 사용할 때 주로 사용됩니다im.. google analytics 4 1. Google Analytics 4 API 설정GA4 데이터를 가져오기 위해 Google Analytics Data API를 사용(1) Google Cloud Console 설정프로젝트 생성:Google Cloud Console에 접속하여 새 프로젝트를 생성API 활성화:"Library"에서 Google Analytics Data API v1을 검색하고 활성화서비스 계정 생성:"IAM & Admin > Service Accounts"에서 새 서비스 계정을 만들기JSON 키 파일을 다운로드Google Analytics 계정 연결:Google Analytics 관리자 설정에서 계정 > 계정 설정 > 계정 액세스 관리로 이동하여 서비스 계정 이메일을 추가권한: 읽기 및 분석 이상 부여.2. API 호출을 .. Consider defining a bean of type 'projcect.vue.repository.MemberRepository' in your configuration. Field memberRepository in projcect.vue.cont.AdminController required a bean of type 'projcect.vue.repository.MemberRepository' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'projcect.vue.repository.MemberRepository' in your configuration. 아... 계속 못 찾는단다.. 이전 1 ··· 18 19 20 21 22 23 24 ··· 48 다음