기타 썸네일형 리스트형 [mac] vscode 파이썬 가상환경 설정하기(python virtualenv) vscode 파이썬 가상환경 설정하기(python virtualenv) iterm 터미널에서 프로젝트 디렉토리 생성 mkdir selenium cd selenium 파이썬 가상환경 생성(python 3 - venv) python -m venv pyenv vscode 실행(visual studio code) code . 관리 > 설정 > 설정 검색 : "python" > Python > settings.json에서 편집 (또는) command + shift + p > 검색 : "settings" settings.json 편집(python.pythonPath 추가) "python.pythonPath": "~/workspace/vscodeProjects/selenium/pyenv/bin/python", (또는.. 더보기 [mac] zsh에서 compinit 모드를 설정하는 방법 zsh에서 compinit 모드를 설정하는 방법 zsh compinit: insecure directories, run compaudit for list. (zsh compinit: 안전하지 않은 디렉토리, 목록에 대한 compaudit 실행) source ~/.zshrc $ source ~/.zshrc zsh compinit: insecure directories, run compaudit for list. Ignore insecure directories and continue [y] or abort compinit [n]? 안전하지 않은 디렉토리 목록 compaudit $ compaudit There are insecure directories: /opt/homebrew/share 권한 변경(소유권.. 더보기 [프로그래밍] python selenium 1 python selenium 1 pip3 install selenium from selenium import webdriver browser = webdriver.Firefox() browser.get("http://sangchul.kr") 더보기 [url] 무료 아이콘 사이트 무료 아이콘 사이트 flaticon : https://www.flaticon.com/ 더보기 [url] Web 온라인 자습서(w3big) Web 온라인 자습서 w3big : https://www.w3big.com/ko/ Redis 코스 - https://www.w3big.com/ko/redis/default.html#gsc.tab=0 더보기 [기타] SK 쉴더스 2023 클라우드 보안 가이드 2023 클라우드 보안 가이드 sk shieldus : https://www.skshieldus.com/kor/support/download/report.do 2023 클라우드 보안 가이드 - AWS 더보기 [mac] 터미널에서 IntelliJ 바로 실행하기 터미널에서 IntelliJ 바로 실행하기 인텔리제이(IntelliJ) 실행 > 도구(Tools) > 명령줄 런처 생성...(Create Command-line Launcher...) - 경로 : /usr/local/bin/idea 터미널에서 아래와 같은 명령어 실행 idea . 참고URL - CMD에서 IntelliJ 바로 실행하기 : https://scbyun.com/275 더보기 [mac] Spring Boot 프로젝트 생성(IntelliJ) Spring Boot 프로젝트 생성(IntelliJ) 테스트 환경 > sw_vers ProductName:macOS ProductVersion:13.1 BuildVersion:22C65 java path 설정 vim .zshrc export JAVA_HOME='~/Library/Java/JavaVirtualMachines/openjdk-19.0.1/Contents/Home' export CLASSPATH='~/Library/Java/JavaVirtualMachines/openjdk-19.0.1/Contents/Home/lib' export PATH=$PATH:$JAVA_HOME/bin source ~/.zshrc $ java --version openjdk 19.0.1 2022-10-18 OpenJDK .. 더보기 이전 1 ··· 6 7 8 9 10 11 12 ··· 17 다음