# warning

[Android Warning] Do not concatenate text displayed with setText. Use resource string with placeholders.
오줌이 마렵나 봅니다

[WARNING] POI - XXX의 내용에 문제가 있습니다.
엑셀파일 생성 후 파일을 열 때 다음과 데이터는 제대로 만들어 졌지만 같은 경고메시지가 뜨는 경우가 있었다.이유는 stream을 열고서 제대로 닫아주지 않았기 때문이었다.
TIL | useCallback() dependency array
React Hook useCallback has missing dependencies: 'onInsert' and 'value'. Either include them or remove the dependency array. If 'onInsert' changes too
TIL | Warning; arrow function을 사용할 때 return문 작성법
Array.prototype.map() expects a return value from arrow function.다음과 같은 경고문을 본 적이 있으신가요?아래 코드에서 화살표 기호(=>) 부분에 eslint 경고가 발생했으며,props로 받아 온 배열을 배열 내장
[R] 사용자 정의 함수
어떤 언어이든 가장 중요한 것은 사용자 정의 함수 아닌가 싶다. 필자는 Python3를 먼저 배운 후, R을 접하게 되었는데 사실 과거 R을 맛만 보았을 때는 dplyr패키지를 통해 데이터 전처리만 해보았지 사용자 정의 함수까지는 써보지 않았기에 새삼 놀랍기도하고 특

[React] Unique "key" Prop Warning
리액트 경고 문구 'Warning: Each child in a list should have a unique "key" prop.' 해결하기

[Warning] componentWillReceiveProps has been renamed, and is not recommended for use.
componentWillReceiveProps warning 해결

[유니티] There are inconsistent line endings in the Some are Mac OS X (UNIX) and some are Windows 해결하기
1. 문제 ![] (https://images.velog.io/images/yu2jeong/post/51cb6a46-15e9-4094-a088-99429d9c4500/image.png) 2. 해결 유니티 비주얼스튜디오
[React Warning] Can't perform a React state update on an unmounted component
외부 서버로 fetch한 후 결과를 업데이트하는 컴포넌트가 있는데, 이런 저런 이유로 중간에 컴포넌트를 DOM에서 unmount하는 경우 위와 같은 경고가 발생할 수 있다. 당연히 컴포넌트가 DOM에서 언마운트됐기 때문에 존재하지 않는 컴포넌트에 상태를 업데이트할 순

Warning: Permanently added the RSA host key for IP address
Github 레파지토리 복사 중 다음과 같은 warning 메시지가 발생했다. Warning: Permanently added the RSA host key for IP address '15.164.81.167' to the list of known hosts.앞서 현

warning 메세지 제거
tensorflow를 import하면 뜨는 각종 에러메세지 제거하는 방법 입니다.다만 warning 메세지이니 가끔씩 왜 뜨는지 확인해보는게 좋을 것 같습니다.export TF_CPP_MIN_LOG_LEVEL=2저는 ~/.bashrc에 환경변수로 기본으로 잡히도록 하였