inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

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

도구상자..?

미해결

우디의 일러스트레이터 강좌

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 왼쪽 도구모음이 선생님 거보다 더 적게 있는데 어떡해야 하나요..?

  • Illustrator
방다영 댓글 0 좋아요 0 조회수 261

X,y축이 안 떠요ㅜ

미해결

우디의 일러스트레이터 강좌

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.

  • Illustrator
방다영 댓글 0 좋아요 0 조회수 277

권한 요청 드립니다.

미해결

Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념

인프런 아이디 : prismedu1018@gmail.com 인프런 이메일 : prismedu1018@gmail.com 깃헙 아이디 : motokoluv 깃헙 Username : redips 감사합니다.

  • javascript
  • vuejs
edu prismweaver 댓글 1 좋아요 1 조회수 235

블록스코프 내에서 펑션을 선언해서 사용하는경우가 있나요?(실무)

미해결

Javascript ES6+ 제대로 알아보기 - 초급

제가 실무에서 2년간 일할땐 블록스코프 내에서 펑션을 만들어서 쓰는경우가 한 번 도 없었는데, 이 강의를 보고나서 이렇게 코드를 짜는 경우도 있나 궁금해서 질문드립니다!

  • es6
  • javascript
트릴 댓글 1 좋아요 0 조회수 378

Who Are The Best Cars Wreckers in South Auckland?

미해결

If you live in Auckland, you should visit CarRemovals today. CarRemovals is New Zealand's most trustworthy Car Wreckers South Auckland firm. Call them now for a dependable Car Wrecker West Auckland service, combining years of business experience and attention to their service. CarRemovals offers a variety of services, and I had a great experience working with them. For additional information, go to their website.

  • CarsWreckersAuckland
  • carwreckers
휴식중인 백조 댓글 0 좋아요 0 조회수 126

View를 반환할 때

해결됨

스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술

답정너같은 질문이지 않을까 싶긴한데 혹시몰라서요! 이번 강의에서 ResponseView와 ResponseBody 이 두가지의 컨트롤러를 학습하고, 마지막에 @RestController 애너테이션을 클래스에 작성함으로써, @ResponseBody를 생략할 수 있었잖아요. 그러면 만약 Controller Class가 @RestController 애너테이션이 작성이 되어있는 상태에서, View와 ResponseBody를 반환하는 메서드를 함께 갖어야하는 경우에는 View를 무조건적으로 ModelAndView로 처리해야하는걸까요? 아니면, 대중적인 Controller 의 설계는 이 View와 ResponseBody를 반환하는 형태를 서로다른 클래스로 분리해서 설계하나요? @RestController public class AClass{ // response/hello 뷰를 렌더링 @RequestMapping("/response-view-v1") public ModelAndView responseViewV1() { return new ModelAndView("response/hello") .addObject("data", "hello!"); } // helloData객체가 json 타입으로 반환 @ResponseStatus(HttpStatus.OK) @GetMapping("/response-body-json-v2") public HelloData responseBodyJsonV2(){ HelloData helloData = new HelloData(); helloData.setUsername("userA"); helloData.setAge(20); return helloData; } }

  • spring
  • MVC
SunYong Park 댓글 1 좋아요 0 조회수 269

folium 사용하여 장소 마크 후 html 저장한 파일 로딩이 너무 느려요..

미해결

공공데이터로 파이썬 데이터 분석 시작하기

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 안녕하세요 선생님! folium을 사용하여 지도 위에 약 8천개 정도 마크를 찍은 뒤 html로 저장하였습니다. 이후 해당 html 파일을 열려는데, 로딩 속도가 너무 느리고 버벅거리는 현상이 발생했습니다. 왜 그런지 알 수 있을까요?

  • folium
  • html
  • numpy
  • python
  • 속도
  • 저하
  • pandas
  • 로딩
Taegeun Oh 댓글 1 좋아요 1 조회수 942

docker-compose up 에러

미해결

따라하며 배우는 도커와 CI환경 [2023.11 업데이트]

안녕하세요, 파일 구성 완료 후 docker-compose up 명령어를 통해 실행시킬 때 문제가 발생합니다. 해당 문제는 mysql 을 실행하는 도중 멈추고 더이상 진행되지 않는데요 multi-container-docker-app-nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up app_backend | 애플리케이션이 500번 포트에서 시작됩니다. multi-container-docker-app-frontend-1 | Starting the development server... 이렇게 nginx와 백앤드 프론트 앤드는 프로세스가 마무리 된 것 같은데 mysql은 아래와 같이 app_mysql | 2022-05-09T12:21:58.718924Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. app_mysql | 2022-05-09T12:22:00.648367Z 0 [System] [MY-010229] [Server] Starting XA crash recovery... app_mysql | 2022-05-09T12:22:01.138022Z 0 [System] [MY-010232] [Server] XA crash recovery finished. app_mysql | 2022-05-09T12:22:02.395027Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. app_mysql | 2022-05-09T12:22:02.399042Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. app_mysql | 2022-05-09T12:22:02.474283Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. app_mysql | 2022-05-09T12:22:04.760275Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock app_mysql | 2022-05-09T12:22:04.772098Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.29' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL. 이렇게 로그가 찍히다가 여기서 더이상 진행되지 않습니다. 혹시 뭐가 문제인지 알 수 있을까요?

  • aws
  • github
  • docker
  • 데이터 엔지니어링
  • cicd
  • travis-ci
신세정 댓글 2 좋아요 0 조회수 748

Find a Reliable Used Car Buyer in Auckland?

미해결

If you have a junk car on your property & wish to fix it, you're wasting your money. CarsWreckers is a firm based in Auckland that specialises in trash automobile removal. They allow sellers to sell their scrap junk cars and offer free towing and junk car removal services . They are also renowned as the most dependable used car buyer Auckland . Contact them as soon as possible to get rid of your junk car and receive immediate cash for it.

  • usedcarbuyerAuckland
  • junkcarremoval
Cars Wreckers 댓글 0 좋아요 0 조회수 149

Who Are The Best Auto Wreckers in Brisbane?

미해결

CarsWreckers is an Auto Wreckers Brisbane based in Australia that specialises in all types of brands so that car owners in Brisbane can go to a specialist who can provide them with the used parts and service they desire. When you contact Car Removals Brisbane , you can expect a licensed and competent team to provide you with original used car parts in Brisbane. I hope you find this information useful. Visit CarsWreckers Today!

  • CarRemovalsBrisbane
  • AutoWreckersBrisbane
재미있는 다람쥐 댓글 0 좋아요 0 조회수 148

sort 함수 이용시 문제점 발견

미해결

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

안녕하세요 선생님. 문제 풀던중 질문이 있어 질문 남깁니다. 아래와 같이 sort를 이용하여 정렬을 해봤는데, 2번째 채점결과에서 인덱스 번호 800번까지는 정렬이 잘 되나, 그 뒤로 무너지는 현상이 발견되었습니다. 선생님이 풀어주신 내용과는 무관하나, 너무 궁금하여 질문드립니다. 감사합니다. public class Main { public static void main (String[] args) throws IOException { BufferedReader br = new BufferedReader( new InputStreamReader(System. in )) ; StringBuilder sb = new StringBuilder() ; int n = Integer. parseInt (br.readLine()) ; List<List<Integer>> input = new ArrayList<>() ; for ( int i = 0 ; i < n ; i++) { List<Integer> tmp = new ArrayList<>() ; String[] s = br.readLine().split( " " ) ; tmp.add(Integer. valueOf (s[ 0 ])) ; tmp.add(Integer. valueOf (s[ 1 ])) ; input.add(tmp) ; } input.sort((o1 , o2) -> o1.get( 0 )==o2.get( 0 )? o1.get( 1 )-o2.get( 1 ) : o1.get( 0 )-o2.get( 0 )) ; for (List<Integer> integers : input) { System. out .println(integers.get( 0 )+ " " + integers.get( 1 )) ; } } }

  • 코테 준비 같이 해요!
  • java
이승룡 댓글 1 좋아요 0 조회수 252

좋은강의자료 정말 감사합니다.(저작권 관련 블로그 게시 가능 여부 문의)

해결됨

20년 경력자의 알기 쉬운 컴퓨터네트워크

안녕하세요 넷가이버님 좋은 강의 잘 듣고 있습니다. 개인적으로 네트워크를 공부하고 있는 직장인인데, 다음과 같이 정리한 자료를 블로그에 게시해도 되는지 궁금해서 문의남깁니다.(상업성 블로그x) 블로그에 출처 명확히 표기할 예정이구요. 만약 문제가 된다면 개인적으로만 소장하겠습니다.

  • network
  • protocol
yeonbeom sung 댓글 1 좋아요 0 조회수 299

live server 퍼포먼스 관련 질문좀 드리겠습니다.

미해결

인터랙티브 웹 개발 제대로 시작하기

1분코딩님 강좌를 보고 흥미가 생겨서 유튜브에서 canvas 강의도 찾아보고 외국의 튜토리얼도 몇개 따라해봤는데요 live server로 크롬에서 구동하는데 객체가 많아지거나 투명도 조절시 프레임이 낮아지면서 제대로 렌더링을 못하더라구요.. 컴퓨터가 안좋은건가? 하고 있었는데, 어느날 네이버웨일과 사파리로 라이브서버를 돌려보니 퍼포먼스의 차이가 심하게 나며 아주 부드럽게 잘 돌아가더라구요. 원래 브라우저마다 퍼포먼스의 차이가 심한가요? 그리고 live server로 내 컴퓨터에서 렌더링해서 보이는것과 다른 컴퓨터에서도 보이는것을 생각해야 할텐데 그런 부분에 대해서는 어떻게 고려하면 좋을지 모르겠어서요.. 가르침 한수 부탁드리겠습니다 ㅠㅠ

  • javascript
  • 인터랙티브-웹
  • HTML/CSS
purqljgda 댓글 1 좋아요 0 조회수 290

프로젝트 생성하자마자 오류

미해결

스프링 핵심 원리 - 기본편

안녕하세요 프로젝트 생성후 별다른 설정을 하지 않아도 오류가 바로 발생하고 서버가 작동하지 않습니다. 오류 내용은 다음과 같습니다. 김영한 강사님께서 올려주신 링크대로 해결하려 해봐도 해결이 되지 않아 재문의드립니다!! ㅠㅠ

  • oop
  • spring
hgene0929 댓글 1 좋아요 0 조회수 402

npm install 에러

미해결

PS C:\Users\alswl\OneDrive\바탕 화면\learn-vue-js-master> npm install -g @vue/cli npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated apollo-tracing@0.15.0: The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated graphql-extensions@0.15.0: The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/ npm WARN deprecated apollo-cache-control@0.14.0: The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated subscriptions-transport-ws@0.9.19: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md npm WARN deprecated graphql-tools@4.0.8: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead changed 893 packages, and audited 894 packages in 2m 88 packages are looking for funding run `npm fund` for details found 0 vulnerabilities 이렇게 뜨고 vue create vue-cli 치면 안되요 어떻게 하면 될까요?

민지 댓글 0 좋아요 0 조회수 154

Npot텍스처 질문!

미해결

유니티 프로그래머 현업자의 기본 스킬들

Npot텍스쳐 임포트 설정 Advanced에서 toNearleast 등으로 설정 했을시 Npot를 pot로 바꾸면서 유니티에서 메모리가 증가하는건 이해가 가는데 빌드시에도 그렇게 되나요?? 유니티에서 임포트설정으로 인해 pot로 바뀐 텍스쳐만 빌드파일에 넣어준다면 개발자는 pot인지 npot인지 신경쓰지 않고 개발해도 될텐데 유니티가 그 기능을 제공 하지 않는 건가요?? 흠..

  • git
  • unity
tkdals5402 댓글 1 좋아요 0 조회수 442

slack 초대 부탁드립니다!

해결됨

코딩은 실전이다! - Git알못을 위한 깃린이코스(Git, Github 실습위주)

안녕하세요! 이메일: tjdbwns19@naver.com 유익한 강의 감사합니다!

  • github
  • git
  • 버전관리시스템
서유준 댓글 1 좋아요 1 조회수 231

권한 요청 드립니다.

미해결

Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념

인프런 아이디 : lsecret@naver.com 인프런 이메일 : lsecret@naver.com 깃헙 아이디 : lsecret@naver.com 깃헙 Username : DoLiLu 감사합니다.

  • javascript
  • vuejs
도리루 댓글 1 좋아요 1 조회수 270

왜 오류가 발생할까요 ?

미해결

스프링 핵심 원리 - 기본편

강의에 나오는대로 @Component와 @autowired를 다 등록했는데 오류가 발생합니다

  • oop
  • spring
댓글 1 좋아요 0 조회수 171

cookie 공유 질문이요

미해결

[리뉴얼] React로 NodeBird SNS 만들기

export const getServerSideProps = wrapper . getServerSideProps ( async ( context ) => { const cookie = context . req ? context . req . headers . cookie : "" ; axios . defaults . headers . Cookie = "" ; if ( context . req && cookie ) { axios . defaults . headers . Cookie = cookie ; } context . store . dispatch ({ type : LOAD_MY_INFO_REQUEST , }); context . store . dispatch ({ type : LOAD_POSTS_REQUEST , }); context . store . dispatch ( END ); await context . store . sagaTask . toPromise (); } ); 여기서 쿠키공유를 막기위해 if ( context . req && cookie ) { axios . defaults . headers . Cookie = cookie ; } 를 넣어주셨는데 이 조건문없이 export const getServerSideProps = wrapper . getServerSideProps ( async ( context ) => { const cookie = context . req ? context . req . headers . cookie : "" ; axios . defaults . headers . Cookie = cookie ; context . store . dispatch ({ type : LOAD_MY_INFO_REQUEST , }); context . store . dispatch ({ type : LOAD_POSTS_REQUEST , }); context . store . dispatch ( END ); await context . store . sagaTask . toPromise (); } ); 이런식으로 해도 페이지 접속하는 유저마다 cookie가 달라서 변수 cookie는 계속 변하고 axios.defaults.headers.Cookie = cookie; 값이 계속 달라져서 문제가 없을 거 같은데 어떻게 쿠키가 공유 되는건가요?

  • Next.js
  • express
  • nodejs
  • redux
  • react
dsfsdf 댓글 1 좋아요 0 조회수 382

인기 태그

인프런 TOP Writers

주간 인기글