전체 글 316

01. Spring MVC - Pom.xml + MariaDB + Mybatis + 네이버클라우드플랫폼

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) Edit Tool IntelliJ 2019.1.3 Build Tool Maven DataBase MariaDB FrameWork Spring MVC Server Side Language jsp Cloud Server Naver Cloud Platform #1. 프로젝트 생성 #2. Maven 설정 버전 설정 (라이브러리 버전 관리를 쉽게하기 위해 변수처럼 선언함) 1 2 3 4 5 5.0.8.RELEASE Colored by Color Scripter cs Spring 설정 (@RequestMapping / @GetMapping / @Controller / @Component / @Service @Repositor..

10. Spring/MVC 2020.06.12

00. Spring (스프링) 시작 전

1. 스프링 홈페이지를 통한 기초설정 2. Spring 기본 용어 3. Spring 경험 4. 개발 환경 (IntelliJ) 5. 다운로드 라이브러리 사용할때 이미지는 네이버처럼 10MB 로 제한하는 방법 6. slf4j 7. yml 설정 8 Gradle 설정 9. jUnit 10. Header 인증 11. Spring JDBC vs Spring JPA Hibernate 12. application.xml 을 application.properties 를 이용하거 application.yml 을 이용한다 13. application 에서 Local 개발환경과, Dev 개발 환경 등 다양하게 profile을 선택하여 운영 할 수 있다. 14. log4j 도 마찬가지로 profile을 설정하여 운영일 때와 개..

10. Spring/기초 2020.06.09

07. 파이썬 openpyxl - 엑셀파일 다루기

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) python 3.6.0 openpyxl 3.0.3 참고 사이트 openpyxl package — openpyxl 3.0.3 documentation © Copyright 2010 - 2020, See AUTHORS Revision ca7b1baf75f2. openpyxl.readthedocs.io 워크북 새로 만들기 openpyxl의 최신 버전 2.4.1을 내려받아 설치하고 온라인 문서를 찬찬히 살펴보기로 했다. 온라인 메뉴얼이... blog.naver.com #1. 엑셀 파일 생성 1 2 3 4 5 6 7 8 9 10 11 from openpyxl import Workbook # 파일명 fileName = 'TE..

14. Python/openpyxl 2020.06.06

06. 파이썬 Selenium & ChromeDriver (셀레니움 & 크롬드라이버)

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) python 3.6.0 Tool pycham 2020.1.1 Community #1. 셀레니움(Selenium) 설치 Terminal(CMD) 에 pip install -U selenium 입력 또는 아래와 같이 pycham 기능을 이용해 다운 #2. 크롬드라이버 다운로드 Downloads - ChromeDriver - WebDriver for Chrome WebDriver for Chrome sites.google.com 크롬 버전에 맞는 Chrome Driver 를 다운로드 한다. (버전 다르면 실행 오류 발생) #3. 프로젝트 생성 PyCharm Community 무료버전 다운로드 PyCharm: JetBra..

14. Python/Selenium 2020.06.06

02. 파이썬 기본 [미완성]

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) python 3.6.0 참고 사이트 Python Tutorial Python Tutorial Learning by Examples With our "Try it Yourself" editor, you can edit Python code and view the result. Click on the "Try it Yourself" button to see how it works. Python File Handling In our File Handling section you will learn how to open, r www.w3schools.com #1. 주석 주석 한 줄 # 주석입니다 여러줄 (방법1) # 주석..

14. Python/기초 2020.06.06

01. 파이썬 설치

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) python 3.6.0 #1. 파이썬 홈페이지 Python Releases for Windows The official home of the Python Programming Language www.python.org 파이썬은 버전마다 명령어가 다르고, 호환되는 것들도 다르기때문에 최신버전은 비추천합니다 #2. 파이썬 설치 설치하면 기본적으로 C:\Users\[사용자계정명]\AppData\Local\Programs\Python\[파이썬버전] 에 설치가 됩니다 [사용자계정명]이 한글인 경우 오류발생하는 경우가 빈번합니다. 설치 경로를 바꿔주는걸 추천합니다 #3. 파이썬 버전 변경 설치 시 기본적으로 환경변수가 잡히는..

14. Python/기초 2020.06.06