분류 전체보기 (135) 썸네일형 리스트형 [Jetpack Compose] clip 먹히지 않을때 # material3 기반임!!! Button을 그냥 두기 밑Button을 그냥 두기 밋밋해서 round 처리를 하고 싶었는데, Button(onClick = { /* 두 번째 버튼 클릭 처리 */ }, modifier = Modifier .fillMaxWidth() // 버튼 너비를 화면에 맞추기 .height(100.dp) .border(2.dp, Color.Black) .clip(RoundedCornerShape(40.dp)), colors = androidx.co.. [Jetpack Compose] sdk 에러 이렇게 에러 나오면 아래로 쭉 내려가면 Update minCompileSdk 선택하면 build.gradle.kts(Module :app) 로 넘어간다. 이렇게 뜨는데 위쪽 compileSdk = 34 를 compile = 35로 바꿔주고, 아래에 있는 targetSdk = 34 는 지워주고 싱크 맺어주면 잘 된다!!! 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. 아... 계속 못 찾는단다.. CORS error 계속 cors error 가 나서 이해가 안가서 12시간 동안 생각해봤는데... controller에서 static을 선언해놓은것....으....블로그 쓰고 저장했는데... 또 안된다... 이거 때문이 아닌듯 testImplementation 'org.springframework.boot:spring-boot-starter-test'이거랑 implementation 'org.springframework.boot:spring-boot-starter-security' 이거 지우니까 잘 된다... 뭐지... port url 입력할때 front에서 부르는 port 변경하고 싶은데 어떻게 하는지 모르다가 저렇게 하니까 되더라 ㅎ lombok.jar 적용 되지 않을 때 아니... 올만에 lombok 설정해볼라고 했는데 잘되지 않더라...https://computer-science-student.tistory.com/513 [이클립스, Eclipse] lombok(롬복) 설치Eclipse lombok(롬복) 설치 이클립스에서 lombok 어노테이션인 @Getter와 @Setter를 사용하려고 하니 제대로 동작하지 않았다. build.gradle에 dependency로 추가해줬음에도 불구하고 적용이 되지 않아 확인해보computer-science-student.tistory.com 이 분의 블로그를 참고 했다... 아놔 https://projectlombok.org/download Download projectlombok.org 위에 블로그처럼 다운받은 lombok.ja.. 'import Getting Started Content' has encountered a problem 연습삼아 프로젝트 만들려고 하니까 아래와 같은 에러 나서 짜증남...version 문제인거 같다... Spring Boot Version 을 3.4.1 하니까... Spring Boot Version 을 3.3.7 로 다운그레이드해서 바꿔줌! 똑같이 안되더라... 그래서 생각해보니 실행하고 있는 sts에서는java 11이 최신이다... 최신 버전을 깔아줘야함...4.27 버전 깔아주니 잘 된당!!! 유후!!! 오전 시작할때 기분 안 좋았는뎅 ㅎㅎ기분 좋아짐 쿼리 파라미터 로그 남기 application.yml 에 을 추가해주면 뜨는데... 나는 또 안 뜬다... 그냥 일단 넘어간다. 근데 이렇게 까지 했는데 아직 더 파라미터를 보고 싶다하면 아래 사이트로 들어가 본다.https://github.com/gavlyukovskiy/spring-boot-data-source-decorator GitHub - gavlyukovskiy/spring-boot-data-source-decorator: Spring Boot integration with p6spy, datasource-proxy, flexy-pool and sSpring Boot integration with p6spy, datasource-proxy, flexy-pool and spring-cloud-sleuth - gavl.. 이전 1 ··· 3 4 5 6 7 8 9 ··· 14 다음