블로그
-
리눅스에서 "vi "가 안 될때
error messege : Command 'sudo' is available in '/usr/bin/sudo' The command could not be located because '/usr/bin' is not included in the PATH environment variable. sudo: command not found ---> 이건 리눅스
blog.naver.com · 2020.03.25
-
Mutt 발송 오류 해결방법
from= "xxxx@domain.com" sendmail: fatal: parameter inet_interfaces: no local interface found for ::1 Error Could not send the message. vi /etc/postfix/main.cf 파일을 열어서 'inet_interfaces' 검색 후 inet_interfaces =
blog.naver.com · 2020.03.13
-
[python] unresolved import error
eclipse를 이용한 python 작업시, 본인이 작성한 함수가 다른 파일에 있는 경우, unresolved import error 라는 표시와 함께 name '해당함수이름 표시' is not defined 와 같은 에러가 표시된다, 즉, 다른 파일에 있는 해당 함수를 못찾고 있는 것이다.
blog.naver.com · 2019.11.21
-
javascript var let const ref
works on objects const MY_OBJECT = {'key': 'value'}; // Attempting to overwrite the object throws an error MY_OBJECT = {'OTHER_KEY': 'value'}; // However, object keys are not protected, // so the following statement
blog.naver.com · 2019.10.09
-
[ROS Melodic] USB-CAM & UVC CAMERA
#[rospack] Error: package 'uvb_camera' not found [rospack] Error: package 'uvb_camera' not found ROS
blog.naver.com · 2019.08.28
-
[python] TypeError: 'list' object is not callable
python 작성시, 하기와 같은 에러가 나올 경우 TypeError: 'list' object is not callable 1) 원인 : list를 함수처럼 사용을 했기 때문 2) TypeError의 의미. 4)추가 - 알고나니, 단순한 typing error 였지만, 원인을 모를때는 정말 찾기 힘든 에러였다 - 인터넷검색해보니, 위에서 선언한 list 명을
blog.naver.com · 2019.08.07
-
컴퓨터 하드디스크복구
또는 operation not found 와 같은 운영체제인 OS(윈도우)를 찾을수 없다고 나오는 메세지등 OS가 설치된 하드디스크의 인식의 문제로 부팅이 되지않는경우입니다. 하드디스크 에러(HARD DISK ERROR)?
blog.naver.com · 2018.11.19
-
ASSERT 함수
사용 if not condition: raise AssertionError() OR assert condition 의미 조건에 맞지 않으면 ERROR 발생
blog.naver.com · 2018.07.11
-
Calling function 'ChartModule', function calls not supported
ChartModule.forRoot(require('highcharts')) ]}) 그런데 Calling function 'ChartModule', function calls not ERROR in Error encountered resolving symbol values statically. Cal.......
blog.naver.com · 2017.08.14
-
UG NX 설치 오류(에러)- NX Initialization Error [-8]
오류메세지: NX Initialization Error NX License Error: Invalid (inconsistent) license key or signature. The license key/signature and data for the feature do not match. [-8] NX 초기화 오류 라이선스 오류: 라이선스 키나 서명이
blog.naver.com · 2017.07.10