inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

172만명의 커뮤니티!! 함께 토론해봐요.

Mac M1에서도 mongodb 설치할 수 있는 튜터리얼 만들어주시면 감사하겠습니다.

미해결

[리뉴얼] 처음하는 MongoDB(몽고DB) 와 NoSQL(빅데이터) 데이터베이스 부트캠프 [입문부터 활용까지] (업데이트)

Mac M1에서도 mongodb 설치할 수 있는 튜터리얼 만들어주시면 감사하겠습니다. 선생님 강의 보면서 재미있게 따라하고 있는 수강생입니다. 그런데 제가 mac M1으로 바꾸었는데 그대로 따라할려고 하다보니 path도 꼬이고 유튜브나 블로그에서도 약간 중구난방식으로 설명이 된거 같아서 선생님께서 mac유저 앞으로 향후 M1사용자가 증가될 것이 자명하기 때문에 추가로 튜터리얼 작성해주시면 감사하겠습니다. 다른 설명 따라할려고 하는데 터미널쪽하고는 전혀 친하지 않아서... ㅜㅜ

  • m1
  • 데이터 엔지니어링
  • mongodb
  • mongodb
  • python
  • DBMS/RDBMS
루시인더스카이위드다이아몬드 댓글 1 좋아요 0 조회수 207

오류 질문

미해결

10분만에 만드는 github blog for Pythonista

colab에서 작성한 ipython파일 말고 주피터 노트북에서 작성한 ipython 파일을 업로드 했는데 이런 결과가 나옵니다. 혹시 colab에서 작성한 것만 적용되나요? 혹시 몰라서 이것도 올려봅니다. 감사합니다.

  • blog
  • Jekyll
jhdia 댓글 2 좋아요 0 조회수 302

섹션1의 빌드하고 실행하기 부분에서 질문이 있습니다.

미해결

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

섹션 1의 빌드하고 실행하기 부분 실습을 따라하던 중 에러가 나 해결하려고 노력했으나 결국 해결하지 못해 질문을 남깁니다. 자바 버전이 맞지 않아 gradle이 불가능하다고 메시지가 뜨는데 이럴 경우 어떻게 해결해야 할까요..? 실습 환경은 Window 입니다..!

  • 에러
  • java
  • MVC
  • spring
  • spring-boot
hjm4630573 댓글 1 좋아요 0 조회수 215

gateway domain 변경

미해결

Spring Cloud로 개발하는 마이크로서비스 애플리케이션(MSA)

gatway에서 실제 msa real 서버에 요청을 보낼 때 위와 같이 host.docker.internal로 변경되어 http .authorizeRequests().antMatchers("/**") .hasIpAddress("127.0.0.1") .and() .addFilter(authenticationFilter()); user-service의 spring security 코드가 위와 같을 때 hasIpAddress로 인해서 403 error가 나오는걸 확인하였습니다. 혹시 gateway 프로젝트에서 domain주소를 127.0.0.1과 같이 실제 ip address를 직접 넣어주는 방법이 존재하나요?

  • spring-cloud
  • JPA
  • architecture
  • spring-boot
  • Kafka
  • msa
kkh 댓글 1 좋아요 0 조회수 461

에러 발생

미해결

실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발

java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:244) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:220) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:53) Caused by: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'logging.level' to java.util.Map<java.lang.String, org.springframework.boot.logging.LogLevel> at org.springframework.boot.context.properties.bind.Binder.handleBindError(Binder.java:363) at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:323) at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:308) at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:238) at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:212) at org.springframework.boot.context.logging.LoggingApplicationListener.setLogLevels(LoggingApplicationListener.java:373) at org.springframework.boot.context.logging.LoggingApplicationListener.initializeFinalLoggingLevels(LoggingApplicationListener.java:340) at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:282) at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:239) at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:216) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:131) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:82) at org.springframework.boot.SpringApplicationRunListeners.lambda$environmentPrepared$2(SpringApplicationRunListeners.java:63) at java.base/java.util.ArrayList.forEach(ArrayList.java:1510) at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117) at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111) at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:62) at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:375) at org.springframework.boot.SpringApplication.run(SpringApplication.java:333) at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:123) at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ... 24 more Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [java.util.Map<java.lang.String, org.springframework.boot.logging.LogLevel>] at org.springframework.core.convert.support.GenericConversionService.handleConverterNotFound(GenericConversionService.java:322) at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:195) at org.springframework.boot.context.properties.bind.BindConverter$CompositeConversionService.convert(BindConverter.java:170) at org.springframework.boot.context.properties.bind.BindConverter.convert(BindConverter.java:96) at org.springframework.boot.context.properties.bind.BindConverter.convert(BindConverter.java:88) at org.springframework.boot.context.properties.bind.MapBinder.bindAggregate(MapBinder.java:64) at org.springframework.boot.context.properties.bind.AggregateBinder.bind(AggregateBinder.java:56) at org.springframework.boot.context.properties.bind.Binder.lambda$bindAggregate$3(Binder.java:414) at org.springframework.boot.context.properties.bind.Binder$Context.withIncreasedDepth(Binder.java:571) at org.springframework.boot.context.properties.bind.Binder$Context.access$100(Binder.java:512) at org.springframework.boot.context.properties.bind.Binder.bindAggregate(Binder.java:414) at org.springframework.boot.context.properties.bind.Binder.bindObject(Binder.java:375) at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:319) 다음과 같은 에러가 계속 발생하는데 무엇이 문제일까요? ㅠㅠ

  • spring-boot
  • java
  • 웹앱
  • spring
  • JPA
taetae 댓글 1 좋아요 0 조회수 481

BFS는 길찾기 DFS는 어떤걸 만들수있나요??

미해결

[C#과 유니티로 만드는 MMORPG 게임 개발 시리즈] Part2: 자료구조와 알고리즘

DFS를 사용하면 굉장히 다양한 방법으로 사용될 수 있다고 하셨는데 게임으로 비유하면 대체로 어떤 걸 만들 수 있는지 알 수 있을까요??

  • C#
멍텅구리 댓글 1 좋아요 0 조회수 419

org.junit.runners.model.InvalidTestClassError: Invalid test class 'jpabook.jpashop.MemberRepositoryTest' 에러...

미해결

실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발

안녕하세요~ 아래와 같이 계속 오류가 발생하고 있는데,,, 해결 방법이 있을까요?? org.junit.runners.model.InvalidTestClassError: Invalid test class 'jpabook.jpashop.MemberRepositoryTest': 1. The class jpabook.jpashop.MemberRepositoryTest is not public. 2. Test class should have exactly one public constructor MemberRepositoryTest.java package jpabook.jpashop ; import org.assertj.core.api.Assertions ; import org.junit. Test ; import org.junit.runner. RunWith ; import org.springframework.beans.factory.annotation. Autowired ; import org.springframework.boot.test.context. SpringBootTest ; import org.springframework.test.annotation. Rollback ; import org.springframework.test.context.junit4.SpringRunner ; import org.springframework.transaction.annotation. Transactional ; import javax.persistence.EntityManager ; @RunWith (SpringRunner. class ) @SpringBootTest class MemberRepositoryTest { @Autowired MemberRepository memberRepository ; @Test @Transactional @Rollback ( false ) public void testMember () throws Exception{ //given Member member = new Member() ; member.setUsername( "memberA" ) ; //when Long savedId = memberRepository .save(member) ; Member findMember = memberRepository .find(savedId) ; //then Assertions. assertThat (findMember.getId()).isEqualTo(member.getId()) ; Assertions. assertThat (findMember.getUsername()).isEqualTo(member.getUsername()) ; } } gradle 설정 (강의자료 그대로 copy) plugins { id 'org.springframework.boot' version '2.4.1' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } group = 'jpabook' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' runtimeOnly 'com.h2database:h2' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' //JUnit4 추가 testImplementation( "org.junit.vintage:junit-vintage-engine" ) { exclude group : "org.hamcrest" , module : "hamcrest-core" } } test { useJUnitPlatform() } 비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.

  • spring
  • JPA
  • java
  • spring-boot
  • 웹앱
임경호 댓글 2 좋아요 0 조회수 2182

토비의 스프링 책 읽고 알듯말듯 했던 내용들이 이 강의듣고 와닿네요.

미해결

스프링 핵심 원리 - 기본편

쌤~~~!!! 토비의 스프링 책 읽으면서 알듯 말듯 이해한거 같은데 돌아서면 뭐였지 했던 그런 부분들이 이 강의 보면서 정리가 되었습니다. ㅋㅋㅋ 감사합니다. 쌤 강의 계속 시리즈로 더!!더!! 만들어주세욧.!!! 저는 지금 올라온 강의 만으로 부족합니다. 질문글 아닌데.. 글 주제 수정하려고 하는데 수정에서는 주제 변경이 안되네요. ㅠㅠ 지송합니다.

  • spring
  • oop
masichyun77 댓글 1 좋아요 2 조회수 603

마지막 small object detection 성능이 낮은 점에 대해

미해결

[개정판] 딥러닝 컴퓨터 비전 완벽 가이드

마지막 부분에 작은 객체 검출에는 안좋다고 하셨는데 어떠한 부분 때문에 작은 객체에 대해 성능이 낮게 나오는지 궁금합니다. 그리고 작은 객체를 디텍팅할 필요가 있고 실시간이 아닌 이미지 대상으로 디텍션을 할때 어느 모델을 써야하나요?

  • python
  • 머신러닝 배워볼래요?
  • keras
  • 컴퓨터-비전
  • 딥러닝
  • tensorflow
kihongkim 댓글 2 좋아요 0 조회수 748

한글 깨짐현상

미해결

스프링 MVC 2편 - 백엔드 웹 개발 활용 기술

안녕하세요 선생님. 복습하는 차원에서 이전 타임리프 강의에서 사용중인 프로젝트위에 국제화를 진행하다 문제가 발생했습니다. 영어의 경우 문제가 없지만, 기본 값인 한글로 했을 때 한글이 깨지는 문제가 발생합니다. 혹시 따로 설정을 해주어야 할까여? @Test void helloMessage () { String result = ms .getMessage( "hello" , null, Locale. KOREA ) ; a 아래는 테스트 결과 입니다. org.opentest4j.AssertionFailedError: expected: "안녕" but was : "�ȳ�" Expected :"안녕" Actual :"�ȳ�" 복습하는 과정에 있어 jpa, mysql을 섞어 진행하였습니다. https://drive.google.com/drive/folders/1lMa4tv1oASIdy_DdZdmdlSwqUxzIS895?usp=sharing 혹시 몰라 공유링크를 남깁니다. 서포터즈 님들 항상 감사합니다.

  • 국제화
  • spring
  • MVC
김상운 댓글 2 좋아요 0 조회수 602

이거 좀 너무 "코드보고 따라치세요" 식 아닌가요?

미해결

코로나맵 개발자와 함께하는 지도서비스 만들기 2

제가 이 강의의 기초강의인 코로나맵1을 안듣고 바로 2를 들어서 그런지 모르겠지만.. 아직 만들지도 않은 tag들에 CSS를 적용 하고 API들의 기능들에 이런저런 설명도 하나 없고~ 너무 따라치세요~ 식 강의 아닌가요? 이 강의 5분 들으면 공식문서 뒤져서 id네임은 꼭 저렇게 쓰라고 정해진건지~ map div에 style은 꼭 인라인으로 써야하는 건지 Event는 뭔지, 왜 addEventListener가 아니고 addListener인지 이거저거 하나하나 뒤져가면서 진도를 나가고 있습니다. 이거 강의가 5만원가까이 되는걸로 기억하는데 결과물은 어떨지 모르겠으나 강의 내용이 너무너무 부실하네요!!

  • mongoose
  • mongodb
  • nodejs
  • express
  • 웹앱
You Zheng 댓글 1 좋아요 3 조회수 260

메모리반도체 관련 verilog 프로젝트

미해결

설계독학맛비's 실전 Verilog HDL Season 1 (Clock부터 Internal Memory까지)

현재 수강완료를 앞둔 학생입니다. verilog 설계가 메모리반도체에서는 어떻게 쓰이는지 알기 위해서 간단한 프로젝트를 해보고 싶습니다. 물론 맛비님께서 시스템반도체 전공이시지만, 혹시나 메모리반도체 역량을 키울 수 있는 프로젝트를 소개해주실 수 있을까요? 사이트의 URL주소라던지 책이라던지 다른 강의라던지 알려주신다면 정말 감사하겠습니다! 아니면 혹시 현재 진행 중이신 FPGA 강의를 따라해도, 그 내용이 메모리반도체 관련 직무에 지원할 때도 도움이 될까요?

  • verilog-hdl
  • 임베디드
  • fpga
댓글 1 좋아요 1 조회수 956

질문있습니다.

미해결

쉽고 빠르게 끝내는 GO언어 프로그래밍 핵심 기초 입문 과정

func(x, y int) int{ } 1.여기서 y 뒤에 int를 선언하면 x도 int형이 되는건가요 ?? 2. x string, y int 이런식으로 선언해도 되는걸까요?

  • go
hm_stom 댓글 1 좋아요 0 조회수 153

안녕하세요. 질문이있습니다.

미해결

스프링 MVC 2편 - 백엔드 웹 개발 활용 기술

강의 매우 잘듣고 있습니다 ! 다름이 아니라 마지막까지 다 한후에 첨부파일로 한개 업로드 할때 파일 이름이 영어로된 것은 잘 업로드 되는데 한글이나 _ 같은 특수문자? 가 있는 파일 (스크린샷 2021-02-05 오후 9.39.05.png <- 가령 이런 파일) There was an unexpected error (type=Internal Server Error, status=500). 이런식으로 500 에러가 발생하는데 파일 이름에 문제가 있어서 저런 에러가 발생하는건지 궁금합니다.

  • MVC
  • spring
조재연 댓글 1 좋아요 0 조회수 377

생성자 내에 함수 선언

미해결

코딩인터뷰를 저격하는 JS 스나이퍼 양성학교

이렇게 하나 이렇게 하나 는 true를 반환하는데 prototype 안에다가 함수를 넣었을때 이점이 무엇인지 잘 와닿지 않습니다!

  • javascript
  • 코테 준비 같이 해요!
hello 댓글 2 좋아요 2 조회수 341

윈도우에서 gradle로 빌드하시려는 분께 공유드립니다.

미해결

스프링과 JPA 기반 웹 애플리케이션 개발

윈도우 환경에서 gradle로 빌드 하시려는 분들을 위해 공유 드립니다. 1. build.gradle dependencies { ... classpath "com.github.node-gradle:gradle-node-plugin:3.1.0" } classpath에 node-gradle 을 추가해 주시고 def preinstalledNodeDistributionDirectory = file("${projectDir}/src/main/resources/static/node") 이거 하나 선언해 주시고 apply plugin: "com.github.node-gradle.node" 위 플러그인 적용해주시면 node { version = '11.15.0' // 제가 사용중인 노드 버전을 적었습니다. download = true nodeModulesDir = file("${projectDir}/src/main/resources/static") } task copyFrontLib(type: Copy) { from "${projectDir}/src/main/resources/static" into "${projectDir}/build/resources/main/static/." } copyFrontLib.dependsOn npmInstall compileJava.dependsOn copyFrontLib 해당 코드를 추가하여 사용하시면 build시에 프런트 라이브러리들을 빌드에 추가하실 수 있습니다. 2. css 깨짐 현상 본 강의와 같이 부트스트랩을 사용하셔서 동일한 css를 적용시키려면 그냥 install bootstrap으로는 안되는것같습니다. 버전이 달라서 css 속성명이 달라졌나봐요... 그래서 만약에 build에 정상적으로 라이브러리 추가 되시는데 뷰가 어디가 좀 깨져서 나오시거나 css가 적용이 잘 안되시면 "dependencies": { "bootstrap": "^4.4.1", "jquery": "^3.4.1" } 선생님이 강의에서 사용하신 버전으로 명시적으로 바꾸어주셔야 합니다. 저렇게 적용하면 정상적으로 뷰가 나와요... 많이 해맸네요ㅜㅜ

  • java
  • thymeleaf
  • JPA
  • spring
  • spring-boot
chanho0912 댓글 2 좋아요 6 조회수 1310

배열 변수를 그냥 리턴하면 메모리 주소값이 나옵니다.

미해결

자바(Java) 알고리즘 문제풀이 입문: 코딩테스트 대비

배열 변수를 그냥 리턴하면 메모리 주소값이 나옵니다. [I@ 762 efe5d 그런데 선생님은 그냥 배열 리턴하신것처럼 보이는데도 메모리 주소값이 아니라 값이 제대로 리턴되는데, 차이가 무엇일까요?

  • java
  • 코테 준비 같이 해요!
beSlow 댓글 1 좋아요 1 조회수 863

4-5 RDS 실습강의 자료가 어디에 있는건가요?

미해결

AWS(Amazon Web Service) 입문자를 위한 강의

4-5 RDS 실습강의 듣고 있는데 부트스트랩 스크립트 강의 자료가 어디에 있는건가요? 문의드립니다.

  • 강의자료
  • aws
Ssoon 댓글 1 좋아요 0 조회수 201

예제 실행시 오류가 납니다

해결됨

[C++과 언리얼로 만드는 MMORPG 게임 개발 시리즈] Part4: 게임 서버

아래는 출력창입니다 Build started... 1>------ Build started: Project: GameServer, Configuration: Debug x64 ------ 1>pch.cpp 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xiosbase(383,46): warning C4003: not enough arguments for function-like macro invocation 'xalloc' 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xiosbase(383,46): error C3254: 'std::ios_base': class contains explicit override 'Alloc' but does not derive from an interface that contains the function declaration 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xiosbase(383,46): error C2838: 'Alloc': illegal qualified name in member declaration 1>Done building project "GameServer.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== xiobase라는 수업과 관련없는 ms기본파일에서 에러가 나오는데 혹시 어떻게 해결해야 하는지 알려주실수 있으신가요?

  • network
  • MMORPG
  • windows-server
사과일광욕 댓글 1 좋아요 0 조회수 576

인기 태그

인프런 TOP Writers

주간 인기글