실습하기(6)
-
Jpype - Install(설치하기)
Jpype - Download http://codedragon.tistory.com/7610 Jpype - Install(설치하기) http://konlpy-ko.readthedocs.io/ko/v0.4.3/install/ whl파일을 같은 폴더에 넣은 다음 아래의 pip명령을 수행합니다. C:\CodeLab>dir *.whl C 드라이브의 볼륨에는 이름이 없습니다. 볼륨 일련 번호: CEC6-6B66 C:\CodeLab 디렉터리 2018-07-31 오후 06:23 199,165 JPype1-0.6.3-cp27-cp27m-win_amd64.whl 2018-07-31 오후 06:24 167,739 JPype1-0.6.3-cp36-cp36m-win32.whl 2018-07-31 오후 06:26 194,775..
-
Graphviz - 설치하기 install
Graphviz - 설치하기 install 다운받은 파일을 실행합니다. [Next] 설치경로를 확인한 후 >> [Next] [Next] [Yes] 클릭 설치가 완료되었습니다. [Close] 클릭 아래경로에 설치되어 있습니다. C:\Program Files (x86)\Graphviz2.38\bin
-
Graphviz 다운로드
Graphviz 다운로드 https://graphviz.gitlab.io/ 상단 메뉴에서 [Download] 버튼 클릭 [Stable x.xx Windows install packages] 항목 클릭 https://graphviz.gitlab.io/download/ [graphviz-2.38.msi] 클릭 https://graphviz.gitlab.io/_pages/Download/Download_windows.html 직접 다운로드
-
PyCharm 디버깅 방법
PyCharm 디버깅 방법 브레이크 포인트를 설정하고자하는 라인에서 [더블클릭] 하여 브레이크 포인트를 삽입합니다. PyCharm 메뉴: [Run] >> [Debug...] 마우스 우클릭 >> [ex01] >> [Debug] 디버그 모드로 실행되어 졌습니다. 하단창이 하나 생기면서 디버깅을 할 수 있는 도구와 함께 정보가 표시됩니다. 디버그 툴을 이용하여 디버깅을 수행하면 됩니다. 디버깅 방법은 거의 비슷하므로 아래의 상세한 디버거 사용법 글을 참고하시기 바랍니다. Eclipse 디버거 사용법 (All that Debug) https://codedragon.tistory.com/6137
-
Graphviz
Graphviz · 그래프, 다이어그램을 그려주는 오픈소스 도구 · Open source Graph Visualization Software https://graphviz.gitlab.io/
-
리눅스 시스템 로그아웃(Logout), 로그 아웃 방법 - fedora(페도라)
로그아웃(Logout) 리눅스는 다중 사용자용 운영체제로서 로그인하여 리눅스 시스템을 사용하고, 로그아웃을 해서 시스템 사용을 종료합니다. 로그아웃은 리눅스 시스템의 접근을 종료하는 것으로, 리눅스 시스템을 종료하는 것과는 다릅니다. 로그 아웃 방법 logout exit Ctrl+d X 윈도우의 로그아웃 logout [root@localhost ~]# logout [codedragon@localhost ~]$ exit [root@localhost ~]# exit logout [codedragon@localhost ~]$ Ctrl+d Ctrl+d 명령어는 로그아웃 기능 이외에 현재 실행 중인 프로세스를 종료시키는 의미도 있습니다 콘솔창에서 Ctrl+d 를 입력합니다. [root@localhost ~]# l..