-
하남 미사 수변공원 브런치 “이퀄센세이션”
미사 수변공원 부근 브런치 식당 “Equal Sensation” 다녀왔습니다브런치 메뉴 음식도 맛있고 분위기 조용하고 좋네요
-
생태공원 부근 한식당 “마드레”
하남과 가까운 길동 생태공원 옆 맛집 한식당 “마드레” 다녀왔습니다주차장도 넓고 위치도 좋네요.
-
나의 바코드 Barcode, 1분내 만들어보자
1분으로 바코드를 이해하고 나만의 코드를 만들어 보자(연결<go>) 바코드가 뭐지?
-
나의 QR Code, 1분내 만들어보자
1분으로 QR이해하고 나만의 코드를 만들어보자 (연결<go>) QR가 뭐지?
-
Using wp-config.php File or functions.php File to change New URL,
Using wp-config.php File or functions.php File Way 1. Change WordPress Site URLs Using wp-config.php File If you installed your wordpress such as : /var/www/html/wordpress/* EDIT : sudo vi /var/www/html/wordpress/wp-config.php Next, add the following code…
-
[Python] CSV/XLS 파일 활용
================================================ Sample – 1 csv 파일 읽고 표시 pip install xlrd pip install openpyxl ================================================ import pandas as pd folder1 = ‘/data/’ xls_file1 = folder1 + ‘usa1.xlsx’ csv_file1 = folder1 + ‘usa1.csv’ df…