분류 전체보기170 [Mac] NVM (Node Version Manager) 설치 Homebrew 설치 brew install nvm 결과 ==> Downloading https://ghcr.io/v2/homebrew/core/nvm/manifests/0.39.5 Already downloaded: /Users/pcm9881/Library/Caches/Homebrew/downloads/0948392e3d85a4354980add2b7105cb9e5451cfaa01cc29222e9308bba3d50d9--nvm-0.39.5.bottle_manifest.json ==> Fetching nvm ==> Downloading https://ghcr.io/v2/homebrew/core/nvm/blobs/sha256:2290c2b0f95c6ba0c10d18b286bb8e4022126177d356eb.. 2023. 11. 9. [Flutter] Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead ios/Podfile 수정 변경 전 ... post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end 변경 후 ... post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end installer.aggregate_targets.each do |target| target.xcconfigs.each do |variant, xcconfig| xcconfig_path = tar.. 2023. 11. 2. [Mac] ₩ (원화) `(백틱) 입력하기 기본 내용 한글일 때는 ₩ 원화가 입력됩니다. 영어일 때는 ` 백틱이 입력됩니다. 추가 내용 한글일 때 ` 을 사용하고 싶을 때 단축키 fn + option + esc를 입력하시면 됩니다. 영어일 때는 안됩니다. 2023. 11. 2. [SQLite] 명령어 정리 데이터베이스 파일 위치 sqlite> .database 테이블 목록 sqlite> .tables 테이블 스키마 sqlite> .schema 출력 포맷 변경 sqlite> .mode list sqlite> .mode table sqlite> .mode column sqlite> .mode line ... 종료 sqlite> .exit 나가기 sqlite> .quit 명령어 설명 sqlite> .help mode 2023. 10. 30. [pyenv] 파이썬 버전 관리 pyenv 설치 설치방법 1 : Homebrew 설치 brew update brew install pyenv 설치방법 2 : curl 설치 curl https://pyenv.run | bash pyenv 명령어 파이썬 설치 가능 목록 pyenv install --list 파이썬 설치 pyenv install 예시 - 3.10.4 pyenv install 3.10.4 파이썬 설치 된 목록 pyenv versions 파이썬 삭제 pyenv uninstall pyenv virtualenv 설치 설치방법 1 : Homebrew 설치 brew install pyenv-virtualenv eval "$(pyenv virtualenv-init -)" 설치방법 2 : git clone 설치 git clone https.. 2023. 10. 13. [Web] 온라인 코드 에디터 제이에스피들 ( JSFiddle ) https://jsfiddle.net/ JSFiddle - Code Playground jsfiddle.net 코드펜 ( CodePen ) https://codepen.io/ CodePen An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications. codepen.io 코드샌드박스 ( CodeSandBox ) https://codesandbox.io/ CodeSandbox: Instant Cloud-Based IDE CodeSandbo.. 2023. 10. 12. [CSS] a 태그 (tag) 관련 a tag는 anchor(닻)의 약어 속성(attributes) target self: 현재 창 _blank: 새 창 ( 새 탭 ) href 클릭시 이동 할 URL(Uniform Resource Locator)을 입력 받는 속성입니다. a:link: 링크 방문 전 a:visited: 링크 방문 후 a:hover : 링크 마우스 오버 a:active : 링크 클릭 a 태그 밑줄 제거 a { text-decoration: none; } 2023. 10. 9. [Java] 다중 변수 선언 다중 선언 // int int i = 1, j = 2; // String String name = "", address = ""; // List List items = new ArrayList(), nodes = new ArrayList(); 다중 할당 // String String first, second, third; first = second = third = "다중할당"; // List List items, nodes; items = nodes = new ArrayList(); 2023. 9. 20. [CSS] 선택자 참조 (Selector Reference) - class 편 쉼표 ( , ) .class1, .class2, .class3 class1, class2, class3 모두 스타일이 적용됩니다. (OR 조건) class1 class2 class3 결과 띄어쓰기 (공백) .class1 .class2 .class3 class1 하위 class2 하위 class3에만 스타일이 적용됩니다. class1 class2 class3 결과 붙여쓰기 (공백없이) .class1.class2.class3 "class1 class2 class3"에만 스타일이 적용됩니다. (AND 조건) class1 class2 class3 결과 Reference https://www.w3schools.com/cssref/css_selectors.php CSS Selectors Reference W3Sch.. 2023. 9. 19. [React] Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it. 이슈 1 router element를 컴포넌트로 호출안해서 생긴 이슈입니다. import React from "react"; import Home from "pages/Home"; import { createBrowserRouter, RouterProvider } from "react-router-dom"; const router = createBrowserRouter([ { path: "/", element: Home, }, ]); function App() { return ( ); } export default App; 해결 방안 import React from "react"; import Home from "pages/Home"; import { createBrowserRouter, RouterPr.. 2023. 9. 17. [NodeJS] npm 관련 사이트 정리 Awsome-npm JavaScript 언어를 위한 패키지 매니저인 npm에 대한 리소스와 팁들을 모은 글이다. 이 글에서는 npm을 사용하는 방법과 npm을 이용한 패키지 설치, 패키지 관리, 버전 관리, 빌드, 배포 등의 방법을 소개한다. https://github.com/sindresorhus/awesome-npm GitHub - sindresorhus/awesome-npm: Awesome npm resources and tips Awesome npm resources and tips. Contribute to sindresorhus/awesome-npm development by creating an account on GitHub. github.com npms 패키지 품질에 대한 깊은 분석을 통.. 2023. 9. 15. [Web] manifest.json manifest.json 파일은 웹앱 메타정보를 작성하는 파일입니다. short_name: 화면 아이콘 이름으로 사용합니다. (12자를 넘으면 잘려서 보일 수 있습니다.) name: 애플리케이션 이름입니다. icons: 홈 화면에 표시되는 이미지입니다. start_url: 웹앱이 시작되는 URL 주소입니다. display: 디스플레이 유형 - fullscreen: 전체 화면으로 표시합니다. - standalone: 독자적인 애플리케이션으로 보여지게 구성됩니다. - minimal-ui: 'standalon'과 유사하지만 최소한의 내비게이션 UI를 제공합니다. - browser: 기존 브라우저 탭이나 새로운 창을 띄워서 표시합니다. theme_color: 애플리케이션의 기본 테마 색상입니다. backgrou.. 2023. 9. 14. 이전 1 2 3 4 ··· 15 다음