묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결배틀로얄 게임을 만들어보며 배우는 언리얼 게임 개발
질문입니다
C++같은 걸 몰라도 블루프린트만으로 상업용 게임같은 퀄리티 있는 게임을 만들 수 있나요?
-
미해결리눅스 시스템 프로그래밍 - 이론과 실습
vim에서 man page 들어가기 부분 질문
안녕하세요. 파일 열기/닫기 라이브 프로그래밍에서, 질문드립니다. 강의 3분40초에서 갑자기 어떤 배우지 않은 함수를 배우기 위해 man page를 호출하는 걸 하시는데, 인터넷에서 찾아보니 shift+k를 누르면 들어갈수 있다고하나...아무것도 일어나지 않아서, 어찌 해야하는지 몰라서 여쭤봅니다.
-
미해결파이썬 라즈베리파이 IoT프로젝트-원격모니터링 자동차
녹화도 가능한가요?
안녕하세요! 열심히 배우고 있는 학생입니다! 이 수업에서 조금 더 나아가 녹화에 대해서 배우고 싶은데 스트리밍도 하면서 동영상 녹화도 하고 녹화 파일을 저장 기능 또한 가능하게 할려면 어떻게 해야되나요? 구글링을 해도 도움이 안되서 코드 작성이 안되네요 ㅠㅠ
-
미해결쉽게 배워보는 파이참(PyCharm) 핵심 가이드
Ctrl + Tab 누른다음 방향키가 상하 이동이 안되네요
Ctrl + Tab 누른다음 메뉴가 나타났을때 Ctrl을 누른상태에서 방향키가 상하 이동이 안되네요 좌우이동은 됩니다. 상하이동은 Ctrl을 누른상태에서 Tab키를 누를때마다 상하이동이 되네요. Tab키를 눌러서 상하이동보다 강사님 강의처럼 방향키로 상하이동이 되는 방법이 있을까요?
-
미해결스프링 데이터 JPA
잘 이해 안가시는 분들
https://book.naver.com/bookdb/book_detail.nhn?bid=9252528 위 책을 보시고 다시 한번 강좌 보시면 한결 더 이해가 잘 됩니다. 책 보고 나서 다시 설명 들으니 짧은 시간안에 핵심을 콕 찝어주셨다는 생각이 드네요 :)
-
미해결Klaytn 클레이튼 블록체인 어플리케이션 만들기 - 이론과 실습
개발환경 질문
node.js 말고 ruby on rails로도 클레이튼을 이용한 dapp개발이 가능한가요?
-
미해결2018 Do it! 안드로이드 앱 프로그래밍
parcelable 관련 질문입니다
day 15-3에서 실행을 시키면 Myparcelable has stopped 라고 뜨면서 실행이 되질 않는데 어느부분이 잘못되어서 이런 오류가 뜬건지 모르겠습니다
-
미해결신입 프로그래머를 위한 자바 스프링 (Spring) 프레임워크 강좌
loggerAop 함수의 리턴을 하는이유가 궁금합니다.
loggerAop 함수의 리턴을 하는이유가 궁금합니다.
-
미해결홍정모의 따라하며 배우는 C++
안녕하세요 교수님
이름과 나이를 입력받는 구간에서 #include <iostream> #include <string> using namespace std; int main() { string name; char age; cin >> name; cin >> age; cout << "이름은 " << name << endl; cout << "나이는" << age << endl; return 0; } 라는 코드 즉, 나이를 char로 받을 경우 문자열 하나만 인식해서 28을 넣어도 2로 인식이 되더라구요. char이 이전 까지는 -128 ~ 127의 범위를 가지는 것인줄 알았는데 제가 cin에서 입력하는것이 문자열로 인식이 되어서 그렇다고 하기엔 int age 로 정의하면 아무 문제가 없어서 문의드립니다. 어떤 이유로 char age 에서 한자리 밖에 출력이 안되는지 질문 드립니다. 항상 감사드립니다.
-
미해결화이트해커가 되기 위한 모의해킹 완전 정복
네트워크설정
버추얼 박스에서 네트워크 설정을 할때 See "systemctl status networking.service" and "journalctl -xe" for details. 어떤 오류인가요.. 위 내용은 이거입니다 # cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback auto eht0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp root@kali:~# systemctl restart networking
-
미해결윤재성의 처음 시작하는 C언어
소스파일이 컴파일되지 않았습니다 라고 뜹니다
#define 을 사용한거에서 이렇게 뜨는데 어떻게 해야하나요?
-
미해결Vue.js - Django 연동 웹 프로그래밍
실행이 안되는데 이유를 몰겠어여
html 출력이 잘안되서여 vue를 잘못부른건지 태그가 잘못된건지 알려주시면 감사여 코드는 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vue-Django ToDo App</title> <style> body { text-align: center; background-color: #ddd; } .inputBox { margin: auto; width: 70%; background: white; height: 50px; border-radius: 50px; line-height: 50px; } .inputBox .name { border-style: none; border-bottom: 1px solid #ddd; width: 70px; padding-left: 20px; } .inputBox .item { border-style: none; border-bottom: 1px solid #ddd; width: 400px; margin-left: 50px; padding-left: 20px; } .todoList { list-style: none; padding: 10px 0; text-align: left; } .todoList li { display: flex; height: 50px; line-height: 50px; margin: 0.5rem 0; padding: 0 0.9rem; background: white; border-radius: 5px; } .removeBtn { margin-left: auto; font-size: 20px; } </style> </head> <body> <div id="app"> <h1>My Todo App !</h1> <strong>서로 할 일이나 의견을 공유해 봅시다.</strong> <br> <div class="inputBox"> <input class="name" type="text" placeholder="name ..."> <input class="item" type="text" placeholder="type anything welcomed ..."> <button>ADD</button> </div> <ul class="todoList"> <li v-for="todo in todoItems"> <span> {{todo.name}} :: {{todo.item}}</span> <span class="removeBtn">×</span> </li> </ul> </div> <script src="https://unpkg.com/vue/dist/vue.min.js"></script> <script> var vm = new Vue({ el: '#app', data: { todoItems:[ {name:'김석훈', item:'django와 vue js'}, {name:'김석현', item:'django와 react'}, {name:'김석진', item:'django와 bootstrap'}, {name:'김석민', item:'django와 css'}, ], }, methods:{}, }), </script> </body> </html>
-
미해결iOS12 앱 개발 퍼펙트 가이드
제 확인 부탁 드립니다.
let searchVC = UISearchController(searchResultsController: nil) self.navigationItem.searchController = searchVC 작성 후 빌드하면 SearchBar가 바로 보이지 않고 아래로 잡아 당겨야 보입니다. SearchBar 3_3동강은 초반에 설명하시는 부분이 있는듯 한데... 그 설명 부분이 잘린 상태에서 시작 합니다. 힘드시겠지만 다시한번 확인 요청 드립니다.
-
미해결프로그래밍, 데이터 과학을 위한 파이썬 입문
강의자료 다운이 불가능합니다
강의 자료 다운이 불가능 합니다. https://goo.gl/Vpzbj8 링크로 연결된 csv 자료 다운을 할수없습니다. 어떻게 해야되나요
-
미해결리눅스 시스템 프로그래밍 - 이론과 실습
멀티스레드에 대해서 질문이 있습니다.
전장에서 인텔의 하이퍼쓰레드 기술로 인해서 하나의 코어당 2개의 쓰레드를 운용할 수 있다라고 배웠는데, 지금 장에선 여러 쓰레드가 있는 프로그램을 예시로 들었는데 왜 인텔은 1코어 2스레드 기술을 쓰는건가요?! 생각해보면 너무 많은 스레드도 latency와 복잡성을 고려하면 안좋을 것 같고....
-
미해결유니티 게임 개발 (Unity 2D) - 시작부터 배포까지
2d뷰에서 3d뷰로 어떻게 전환하나요?
제곧내
-
미해결리액트로 구현하는 블록체인 이더리움 Dapp
Mac 개발 환경 세팅 관련 문의
안녕하세요 Mac 으로 강의를 듣고 있습니다만, 개발 환경 세팅시 Window-build-tools 대신 Mac 에서 어떤 모듈을 설치해야 하는지요?
-
미해결프로그래밍, 데이터 과학을 위한 파이썬 입문
4주차 go withflow 과제 질문
number_of_cases 를 pass하지 못했는데 혹시 코딩한거 답지같은거 없나요 ?! 빨간색부분이 main함수로 검산해보는건데 주어진 경우에서는 제대로된 답이 나오거든요. 왜pass가안되는지 모르겠어요 -_-.. 다만 제 코드가 못생겼다는건 알겠어요.. 중복되는거 제거하는부분이 파란색이에요참고로
-
미해결Node.js 교과서 - 기본부터 프로젝트 실습까지
어떠한 경우에 라우팅 미들웨어가 아닌 미들웨어를 사용하나요?
localhost:3000 으로 접속했다고 해도 이 메인페이지에서 미들웨어를 어떤 목적으로 사용하는지 궁금합니다. 라우팅 미들웨어는 어떠한 경로를 갔으니 그 경로에서 무엇을 실행하기 위해 사용하는 것은 알겠는데 기본 미들웨어는 궁금합니다!
-
미해결프로그래밍, 데이터 과학을 위한 파이썬 입문
backend.ai 설치에서 오류가 납니다
Collecting backend.ai-client Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/backend-ai-client/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/backend-ai-client/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/backend-ai-client/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/backend-ai-client/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/backend-ai-client/ Could not fetch URL https://pypi.org/simple/backend-ai-client/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/backend-ai-client/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Could not find a version that satisfies the requirement backend.ai-client (from versions: ) No matching distribution found for backend.ai-client pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping 미니콘다의 문제인가 싶어 여러번 재설치 해봤는데도 계속해서 같은 오류가 뜹니다ㅠㅠ