묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결빠르게 git - 핵심만 골라 배우는 Git/Github
협업 push error
analysis@DESKTOP-0M7522G MINGW64 ~/Desktop/co-practice (addfooter) $ git commit -m "add" [addfooter (root-commit) 0ece3a8] add 2 files changed, 1 insertion(+) create mode 160000 melon-playlist-continuation create mode 100644 test.txt analysis@DESKTOP-0M7522G MINGW64 ~/Desktop/co-practice (addfooter) $ git push origin addfooter fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. push 했을때 에러가 나오는데 확인해주실 수 있나요?
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 영화 사이트 만들기
GET http://image.tmdb.org/t/p/w1280undefined 404 (Not Found) 에러
랜딩페이지에서 영화를 선택하면 디테일 페이지에서 메인 이미지가 제대로 나오면서도 에러 메시지가 GET http://image.tmdb.org/t/p/w1280undefined 404 (Not Found) 나옵니다. <MainImage image={`${IMAGE_BASE_URL}${IMAGE_SIZE}${Movie.backdrop_path}`} 부분이 것 같은데 F12 로 보면 늘 나오고 있습니다. 다른 페이지에서는 나타나지 않고요. 수고하세요.
-
미해결[개정판] 파이썬 머신러닝 완벽 가이드
안녕하세요.
강의 잘 듣고 있습니다^^ sklearn의 분류기들이 threshold를 기준으로 높은 값으로 predict하신다고 하셨는데 만약 threshold=0.2이고 분류기가 (0일 확률 0.4), (1일 확률 0.6)으로 예측한다면 둘다 threshold보다 높은데 분류기는 어느 것으로 분류를 하나요?? *p.s: 혹시 1로 분류할 확률이 threshold보다만 높으면 무조건 1로 분류하는 원리일까요?? 이래야 말이 되는거 같긴하네요.
-
해결됨공공데이터로 파이썬 데이터 분석 시작하기
MacOS anaconda 설치관련
아나콘다 설치에 관련된 질문입니다. macos라서 궁금하여 질문하게 되었습니다. graphical installer가 있고 command line lnstaller가 있는데 둘의 차이가 무엇인지 궁금하여 문의드립니다!!!
-
미해결[개정판] 딥러닝 컴퓨터 비전 완벽 가이드
윈도우환경 실행시...
안녕하세요 좋은 강의 올려주셔서 감사합다. 저는 윈도우 환경에서 가능한 부분들을 쪼금씩 따라해보고 있는데요, 한가지 질문사항이 있어서 질문드립니다. tensorflow를 2.0부터 접해서 현재 컴퓨터는 CUDA, cuDNN을 2.x에 맞춰서 셋팅되어 있어서 1.x로 가상환경을 추가로 만들어서 시도하고 있는데요, 아나콘다 prompt 에서 tf.__version__으로 확인하면 1.14.0으로 맞게 나오는데 주피터에서 버전 확인을 하면 원래 셋팅했던 2.x로 나오더라구요ㅠ 혹시 이 부분 어떻게 해결할수 있는지 아시나요? 시스템 환경변수 등은 1.x에 맞는 CUDA로 바꿔두긴 했습니다....
-
미해결Angular(2+) Front에서 Back까지 - Nest js를 알려면 Angular 모듈을 알아야한다!
typescript관련
코드를 따라서 하다가 저만 오류나는 상황입니다..ㅡ,,ㅡ function Component(constructorfn?:Function){ return constructorfn } @Component() class AppComponent{ constructor(){ } } function Component(constructorfn?: Function | undefined): Function | undefined Unable to resolve signature of class decorator when called as an expression.This expression is not callable.No constituent of type 'Function | undefined' is callable.
-
미해결Vue로 Nodebird SNS 만들기
app.js에 로그인 부분에서의 에러
passport.authenticate('local', (err, user, info) = 이부분에서 console.log로 info를 찍어보면 { message: 'Missing credentials' } 이렇게 나와서 무조건 로그인에 실패합니다. 어느부분이 문제일까요.?
-
미해결3. 웹개발 코스 [스프링 프레임워크+전자정부 표준프레임워크]
[Ajax] 컨트롤러로 데이터 주기
강사님 안녕하세요. 수업잘듣고있는 학생입니다. Ajax를 사용하려다 보니 안되는점이 있어 문의드립니다. 1.컨트롤러 2. JSP에 javascript ajax 연결이 성공되었다고 뜨네요 다만 컨트롤러에서 request.getParameter 혹은 request.getAttribute 값으로 보려고 해도 값을 받아지지 않습니다. var comp(보내려는 변수) 값은 다 정상적으로 뜹니다 또한 컨트롤러에서 특정값을 return 처리해도 정상적으로 받아와지네요 ㅠ 정리하면 Post로 보내는 데이터를 컨트롤러에서 확인이 불가합니다. 다른 데이터는 다 정상입니다.
-
해결됨[OpenCV] 파이썬 딥러닝 영상처리 프로젝트 2 - 불량사과를 찾아라!
어트리뷰트 에러 발생입니다.
trackers를 생성할 떄 다음과 같은 에러가 발생하는데, 도움을 요청드려요.. opencv-contrib-python을 설치해도 그러네요.. AttributeError: module 'cv2.cv2' has no attribute 'MultiTracker_create'
-
미해결Vue.js 끝장내기 - 실무에 필요한 모든 것
안녕하세요 판교님 문의사항이 있습니다.
영상 말미에 말씀해주셨던 새로운 강의의 구체적인 출시일이 궁금합니다.! 얼른 보고 싶습니다. ㅠ
-
미해결test1
.
강의와 관련있는 질문을 남겨주세요.• 강의와 관련이 없는 질문은 지식공유자가 답변하지 않을 수 있습니다. (사적 상담, 컨설팅, 과제 풀이 등)• 질문을 남기기 전, 비슷한 내용을 질문한 수강생이 있는지 먼저 검색을 해주세요. (중복 질문을 자제해주세요.)• 서비스 운영 관련 질문은 인프런 우측 하단 ‘문의하기’를 이용해주세요. (영상 재생 문제, 사이트 버그, 강의 환불 등) 질문 전달에도 요령이 필요합니다.• 지식공유자가 질문을 좀 더 쉽게 확인할 수 있게 도와주세요.• 강의실 페이지(/lecture) 에서 '질문하기'를 이용해주시면 질문과 연관된 수업 영상 제목이 함께 등록됩니다.• 강의 대시보드에서 질문을 남길 경우, 관련 섹션 및 수업 제목을 기재해주세요. • 수업 특정 구간에 대한 질문은 꼭 영상 타임코드를 남겨주세요! 구체적인 질문일수록 명확한 답을 받을 수 있어요.• 질문 제목은 핵심 키워드를 포함해 간결하게 적어주세요.• 질문 내용은 자세하게 적어주시되, 지식공유자가 답변할 수 있도록 구체적으로 남겨주세요.• 정확한 질문 내용과 함께 코드를 적어주시거나, 캡쳐 이미지를 첨부하면 더욱 좋습니다. 기본적인 예의를 지켜주세요.• 정중한 의견 및 문의 제시, 감사 인사 등의 커뮤니케이션은 더 나은 강의를 위한 기틀이 됩니다. • 질문이 있을 때에는 강의를 만든 지식공유자에 대한 기본적인 예의를 꼭 지켜주세요. • 반말, 욕설, 과격한 표현 등 지식공유자를 불쾌하게 할 수 있는 내용은 스팸 처리 등 제재를 가할 수 있습니다.
-
해결됨Vue.js 중급 강좌 - 웹앱 제작으로 배워보는 Vue.js, ES6, Vuex
this에 관한 질문
객체에서의 this는 자기자신을 가르킵니다. 근데 es6 화살표함수를 사용하면 window를 가르키던데 제가 알기론 일반 함수가 실행되면 함수 컨텍스트가 만들어지고 그 안에 this, 변수객체, scopeChain가 정의되어져 있는걸로 알고 있습니다. 근데 es6 화살표 함수가 실행되면 함수 컨텍스트안에 this라는 것이 없고 변수객체에 this를 변수로서 상위 scope의 this를 가져오는게 맞을까요? 그래서 es6 화살표함수에는 bind()가 먹히지 않는지 궁금합니다..
-
미해결실전! 스프링 데이터 JPA
MemberRepository 클래스 생성시 에러
repository를 만들어서 MemberRepository 인터페이스를 만들었을 때 No bean named 'entityManagerFactory' available가 뜨네요... @EnableJpaRepositories(basePackages = "com.inf.learn.repository") 라고 설정도 했는데,,, 무슨 오류인지 잘 모르겠어요 컨트롤러단 에서는 entityManagerFactory를 만들고 있는데,,,왜 오류가 나는지 혹시 아실까요..?
-
미해결[리뉴얼] 처음하는 SQL과 데이터베이스(MySQL) 부트캠프 [입문부터 활용까지]
csv파일을 저장했는데
name, gender, birth, english, math, korean 'aave', 'man', '1983-07-16', 90, 80, 71 'bave', 'man', '1983-07-16', 90, 80, 71 'cave', 'man', '1983-07-16', 90, 80, 71 'dave', 'man', '1983-07-16', 90, 80, 71 'eave', 'man', '1983-07-16', 90, 80, 71 'fave', 'man', '1983-07-16', 90, 80, 71 'gave', 'man', '1983-07-16', 90, 80, 71 'have', 'man', '1983-07-16', 90, 80, 71 'iave', 'man', '1983-07-16', 90, 80, 71 'jave', 'man', '1983-07-16', 90, 80, 71 이런식으로 csv파일을 만들어서 workbench에서 import를 하려고했는데 table data import. can't analyze file. please try to change encoding type. if that doesn't help, maybe the file is not : csv, or the file is empty.라고 나오네요. SQL script도 제대로 읽은것 같고 csv파일도 utf-8로 잘 만든것 같고 따옴표도 잘 지키고 엔터도 잘 친것 같은데 안되는 이유가 뭘까요??
-
해결됨실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
강의 자료 누락 관련
1.5v 강의자료 p.79 updateItemForm.html의 isbn, submit 버튼 코드가 누락되었습니다.확인부탁드립니다 (_ _)
-
미해결파이썬 사용자를 위한 웹개발 입문 A to Z Django + Bootstrap
전체 블로그를 봤을때 포스트한 이미지가
전체 블로그를 봤을때 블로그에 포스한 이미지가 주소가 그대로 노출되는데 이걸 어떻게 안보이게 하죠? 제가 강사님 블로그에 테스트 해봐도 그렇게 보이네요. 동영상에서의 예시는 50글자가 넘어서 생략된것으로 보이네요. 사진은 강사님 블로그에서 테스트한 것입니다.
-
미해결스프링 프레임워크 입문
LogExecutionTime 예제 실행 후 다음과 같은 에러가 발생합니다.
에러 내용을 구글링을 통해서 이것 저것 해결해보려고 했는데 해결을 못하고 있습니다. 도움 부탁드리겠습니다. (소스파일을 올려 드리면 좋을 것 같은데 어느 파일을 올려야 좋을지 몰라서 에러메세지만 올렸습니다.) *************************** APPLICATION FAILED TO START *************************** Description: Field goldaladin in org.springframework.samples.petclinic.owner.SampleController required a bean of type 'java.lang.String' 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 'java.lang.String' in your configuration. 2020-06-10 11:58:35.114 WARN 3584 --- [ restartedMain] o.s.boot.SpringApplication : Unable to close ApplicationContext org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationAvailability' defined in class path resource [org/springframework/boot/autoconfigure/availability/ApplicationAvailabilityAutoConfiguration.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry' available at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.event.AbstractApplicationEventMulticaster.retrieveApplicationListeners(AbstractApplicationEventMulticaster.java:245) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.event.AbstractApplicationEventMulticaster.getApplicationListeners(AbstractApplicationEventMulticaster.java:197) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:134) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:403) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:360) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.boot.availability.AvailabilityChangeEvent.publish(AvailabilityChangeEvent.java:81) ~[spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.boot.availability.AvailabilityChangeEvent.publish(AvailabilityChangeEvent.java:67) ~[spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:167) ~[spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:978) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:814) [spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:325) [spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.0.RELEASE.jar:2.3.0.RELEASE] at org.springframework.samples.petclinic.PetClinicApplication.main(PetClinicApplication.java:31) [classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_241] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_241] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_241] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_241] at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.3.0.RELEASE.jar:2.3.0.RELEASE] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry' available at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91) ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109) ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92) ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101) ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251) ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] ... 23 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry' available at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:814) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1282) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:297) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor.postProcessBeforeInitialization(ConfigurationClassPostProcessor.java:456) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE] ... 45 common frames omitted Process finished with exit code 0
-
미해결리눅스 IPC 프로그래밍 - 이론과 실습
컴파일 질문입니다
우분투(Ubuntu 16.04.4)환경에서 리눅스IPC프로그래밍 실습을 하고 있습니다. mq_posix.c를 make로 컴파일 시도했지만 mq_posix.c:(.text+0x31): undefined reference to `mq_open' mq_posix.c:(.text+0x75): undefined reference to `mq_getattr' /tmp/cc5d8SvV.o: In function `do_send': mq_posix.c:(.text+0x1a9): undefined reference to `mq_send' /tmp/cc5d8SvV.o: In function `do_recv': mq_posix.c:(.text+0x248): undefined reference to `mq_receive' 이런 오류가 나오면서 함수들을 찾지 못하더라구요 . 헤더파일들도 정상적으로 include 한 상태였는데도요. 구글링 해서 컴파일에 "-lrt"를 추가하면 된다고 해서 gcc -g -Wall -o mq_posix mq_posix.c -lrt 라는 명령으로 컴파일을 했더니 성공했습니다 원초적인 질문인거 같은데.. 왜 선언한 헤더파일의 함수를 못 찾았고 lrt라는 명령으로 컴파일이 성공했는지 궁금합니다.
-
미해결파이썬 사용자를 위한 웹개발 입문 A to Z Django + Bootstrap
Cmder 실행 오류
Cmder 처음 실행시에 아래와 같은 오류가 나는데 잘 해결이 안됩니다. 도와주세요. Current directory: C:\cmder Command to be executed: "C:\WINDOWS\SYSTEM32\cmd.exe" /k ""C:\cmder\vendor\conemu-maximus5\..\init.bat" " ConEmuC: Root process was alive less than 10 sec, ExitCode=xC0000409(3221226505). Press Enter or Esc to close console...
-
미해결Angular 기본과 간단한 To-Do 어플리케이션 만들기
Uncaught ReferenceError: SystemJS is not defined이 뜹니다
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>FirstApp</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://unpkg.com/systemjs/dist/system.js"></script> <script> SystemJS.config({ baseURL:'/first-app/sec/module', transpiler: 'plugin-babel', map:{ 'plugin-babel':'https//unpkg.com/systemjs-plugin-babel/plugin-babel.js', 'systemjs-babel-build':'https//unpkg.com/systemjs-plugin-babel/systemjs-babel-brower.js' } }); SystemJS.import('main.js'); </script> </head> <body> <app-root>Loading...</app-root> </body> </html>