Other articles


  1. [파이썬] 가상환경 virtualenv

    개요

    명령어

    버전확인

    python --version
    

    가상환경 생성

    • python -m virtualenv \<folder name> --python=python\<version>
    python -m virtualenv venv --python=python3.10
    

    가상환경 시작

    • . \<folder name>/bin/activate
    . env/bin/activate
    

    가상환경 종 …

    read more
  2. 소개(영)

    Any browser • Any platform • One API

    • Cross-browser : Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox.
    • Cross-platform : Test on Windows, Linux, and macOS, locally or on CI, headless or headed.
    • Cross-language : Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.
    • Test Mobile Web : Native mobile emulation of …
    read more
  3. 도커 완전 삭제 방법 (mac)

    sudo rm -Rf /Applications/Docker.app
    sudo rm -f /usr/local/bin/docker
    sudo rm -f /usr/local/bin/docker-machine
    sudo rm -f /usr/local/bin/docker-compose
    sudo rm -f /usr/local/bin/docker-credential-desktop
    sudo rm -f /usr/local/bin/docker-credential-ecr-login
    sudo rm -f /usr/local/bin/docker-credential-osxkeychain
    sudo rm …
    read more
  4. Border Radius

    Borders > Border Radius

    • Utilities for controlling the border radius of an element.
    Class Properties
    rounded-none border-radius: 0px;
    rounded-sm border-radius: 0.125rem; / 2px /
    rounded border-radius: 0.25rem; / 4px /
    rounded-md border-radius: 0.375rem; / 6px /
    rounded-lg border-radius: 0.5rem; / 8px /
    rounded-xl border-radius: 0.75rem; / 12px /
    rounded-2xl border-radius: 1rem; / 16px /
    rounded-3xl border-radius: 1.5rem …
    read more

links

social