게시글
질문&답변
2022.04.21
알려주신 peek메서드를 사용해서 풀 수는 없나요?
제 생각이지만 스택에는 항상 열린괄호가 들어가있어서 stack.peek()=='("는 의미없는? 코드이고 else 내부의 else는 동작하지 않습니다. 그래서 강사님 코드가 포이치문이 아닌 일반 반복문으로 사용하신 이유가 배열인덱스를 조회하기 위해서 쓰신게 아닌가 싶네요!
- 0
- 2
- 445
질문&답변
2022.04.20
알려주신 peek메서드를 사용해서 풀 수는 없나요?
저도 이렇게 풀었는데 뭐가 문젠지 모르겠네요..
- 0
- 2
- 445
질문&답변
2021.06.04
안녕하세요 선생님
파일을 {"index":"CVE-2020-22782","count":11} 이렇게만 만드니까 오류는 발생하지 않네요! getindex 함수 만들어서 프린터에 찍히는거 까지 확인했구요ㅠ 이 배열을 넘겨야하는데.. 쉽지않네요ㅠ
- 0
- 2
- 316
질문&답변
2021.05.14
java.lang.IllegalStateException: Failed to load ApplicationContext
강의를 좀 들으며 생각해보니 저는 이때까지 FindAll 을 FindALl 로 쓰고 있었는데 제공하는 슈퍼 메서드 이름이 FindAll이라서 오버라이딩 하려면 맞춰줘야했었던거네용.. 1시간 반을 ㅠㅠ 스스로 오류 해결하니까 더 재밌습니다. 뭔가 아직 감이 잡히지는 않는데 이번강의듣고 한번 더 복습 후 초급과정 수강하겠습니다! 강의 너무 좋습니다ㅠㅠ
- 0
- 2
- 277
질문&답변
2021.05.14
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'springConfig' defined in file [C:\study\hello-spring\out\production\classes\hello\hellospring\controller\SpringConfig.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springDataJpaMemberRepository' defined in hello.hellospring.controller.repositoty.SpringDataJpaMemberRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Failed to create query for method public abstract java.util.List hello.hellospring.controller.repositoty.MemberRepository.findALl()! No property findALl found for type Member! 다른 분의 같은 오류의 질문을 봤는데.. h2가 안켜져있어서 그렇다고 답변하신걸 봤습니다 근데 저는 켜져있습니다.ㅠ
- 0
- 2
- 277