기존

[파이썬] Selenium 셀레니움 설치하기 / 크롬 드라이버 설치하기 pip install selenium conda install selenium 1. 아나 콘다에서 설치 2. Chrome Driver 설치하기 Selenium을 사용해서 웹 자동화를 위해 크롬 웹 드라이버를 설치해야합니다. 2.1. 크롬 버전 확인하기 크롬을 실행한 후 오른쪽 위에 점 3개 -> 도움말 -> Chrome 정버를 선택합니다. ChromeDriver - Chrome용 WebDriver (google.com) ChromeDriver - WebDriver for Chrome WebDriver is an open source tool for automated testing of webapps across many browser..
1. 아나콘다 ( ANACONDA) 설치 * Free Download | Anaconda Free Download | Anaconda Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 1-1 . 아나콘다 공식 사이트에 접속하셔서 맽밑에 스크롤을해보면 자기에 맞는 OS 사양에 맞게 다운로드해줍니다. 다운로드 하고 설치까지 완료 하게되면 1-2 . 윈도우에서 Jupyter ( 쥬피터 실행 ) cmd 창 뜨면서 페이지가 뜬다. 1-3 . 아나콘다란 ? 아나콘다 = 파이썬 + 오픈소스(인기 라이브러리)..
1. 도커 데스크탑을 다운을 받았으면 https://hub.docker.com/r/jenkins/jenkins Docker hub.docker.com 여기에 접속해 명령어를 복사해준다 . 그이후에 git 이나 cmd 창을 켜서 명령어를 입력해준다. docker pull jenkins/jenkins 이후에 젠킨스 공식 깃허브 페이지로 이동한다. https://github.com/jenkinsci/docker GitHub - jenkinsci/docker: Docker official jenkins repo Docker official jenkins repo. Contribute to jenkinsci/docker development by creating an account on GitHub. github..
https://www.docker.com/products/docker-desktop/ Download Docker Desktop | Docker Docker Desktop is available to download for free on Mac, Windows, or Linux operating systems. Get started with Docker today! www.docker.com 1. 처음 시작할때 Docker Desktop ( 도커 데스크탑 ) 설치하기 =>도커대스크탑 도커 데스크탑을 설치를 완료하고 아이콘을 클릭하게 되면 설치가 완료된다. 하지만 Window 환경의 경우 WSL2 인스톨 하라고 메시지가 표출되 https://aka.ms/wsl2kernel 4단계 - Linux 커널 업데이..
1. 일단 스프링부트 프로젝트에 들어간다. 2. gradlew 빌드를 실행 시켜준다 . 3. 터미널에서 빌드 해준다. ** 리눅스 ,맥 ./gradlew build ** 윈도우 gradlew build ** WAR 파일 생성 확인 경로 : build/libs/server-0.0.1-SNAPSHOT.war 1. war 파일 압축풀기 jar -xvf [war파일] 2. War 배포
1. 일단 스프링부트 3.0 으로 사용하고 자바 17 버전 이상으로 사용하기에 JDK 17 버전을 다운 받는다. Java Archive Downloads - Java SE 17 (oracle.com) Java Archive Downloads - Java SE 17 WARNING: These older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends download..
조각남자
'기존' 카테고리의 글 목록 (11 Page)