Tech
-
[Python] 외부파일 다루기
맥북에서 파일에서 읽고 한줄 씩 출력하기 ================================================== Sample 1 – Read – Display ================================================== file_name = ‘/readtest1.txt’ f = open(file_name, ‘r’) lines = f.readlines() f.close() line_num = 0 for line in lines: line_No…
-
Error 해결 방법 “The requested PHP extension bcmath is missing from your system.”
PHP와 php-bcmath를 재설치/업그레이드 한다
-
-
-
SCP Command “File copy using CLI on Linux/Unix”
scp -P Option Basic SSH port 22, -P option to change a default value Example) scp -P xxxx baduk@1.1.1.1:/home/baduk/…/filename
-
How to run WP for “WorePress Core Version Check/Update”
Create Tmp Folder mkdir tmp cd tmp/