브라우저:: 급할때 메모장으로 사용하는 방법
주소창에 다음을 입력한다data:text/html, data:text/html, _
- IT관련정보
- · 2023. 6. 23.
주소창에 다음을 입력한다data:text/html, data:text/html, _
# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true [*] indent_style = space # indent_size = 4 #삭제 end_of_line = crlf charset = utf-8 trim_trailing_whitespace = false insert_final_newline = false # 아래 문구를 추가한다 [*.{html, css, js}] indent_size = 2 # 4 space indentation [*.py] indent_size = 4 _
몇 개월 이리저리 찾다가보니 결국 관련사항마다 자주 찾는 곳은 이 곳임 http://www.tcpschool.com/jquery/intro 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com 뭐라하더라도, 기본은 이 곳이고.... https://developer.mozilla.org/ko/docs/Learn/HTML/Introduction_to_HTML/Getting_started HTML 시작하기 - Web 개발 학습하기 | MDN HTML 기본 사항을 둘러 보셨기를 바랍니다. developer.mozilla.org 그리고 자주 들어가는 곳은 아래... https://poiemaweb.com/ 웹 프로그래밍 튜토리얼 |..
ERROR Message warning: LF will be replaced by CRLF in OOO The file will have its original line endings in your working directory #global set #local set 순서 # windows git config --global core.autocrlf true git config core.autocrlf true # ubuntu / mac git config --global core.autocrlf input git config core.autocrlf input # disable git config --global core.autocrlf false git config core.autocrlf fal..
code fold/unfold :: ctrl +shift + [ , ctrl +shift + ] Tab :: ctrl + [ , ctrl + ] popup terminal of file :: ctrl +shift + C selection all of those :: ctrl + shift + L d _
*큰 차이는 없는 듯 보인다 >> 하지만 나는 cloudflare가 익숙한데.... VERCEL NETLIFY VERCEL NETLIFY __