Dev Flight✈️

  • 홈
  • 태그
  • 방명록
Azureun Dev Flight

Web 2

[Web] favicon.ico 404 (Not Found) 해결 방법

favicon : 인터넷 웹 브라우저의 주소창에 표시되는 웹사이트나 웹페이지를 대표하는 아이콘 웹 사이트에서 자동으로 /favicon.ico 경로에서 favicon을 요청하는데이 경로에 파일이 없으면 404 에러가 발생한다. html 파일 head 부분에 지정할 favicon 경로를 넣거나href="#"을 해주면 문제가 해결된다.  https://stackoverflow.com/questions/39149846/why-am-i-seeing-a-404-not-found-error-failed-to-load-favicon-ico-when-not-usin Why am I seeing a 404 (Not Found) error failed to load favicon.ico when not using this?..

Web 2024.08.23

[JavaScript] parseInt() - 숫자+문자 입력할 때는 true, 문자+숫자 입력할 땐 false인 이유

const age = parseInt(prompt("How old are you?"));//isNaN : 값이 NaN(Not a Number)인지 확인하는 함수.//age값이 숫자 > return false 숫자가 아니면 > return trueif (isNaN(age)) { //condition has to be a boolean //condition === true이면 NaN 이므로 아래 문장 실행 console.log(isNaN(age)); console.log("Please write a number.");} else { console.log(isNaN(age)); console.log("Thank you for writing your age.");}위 코드를 ..

Web 2024.08.21
이전
1
다음
더보기
프로필사진

Dev Flight✈️

아주룬의 개발 비행일지 Take off🛫 Let's fly together!

Category

  • 분류 전체보기 (9)
    • Web (2)
    • Git&Github (2)
    • Visual Studio Code (1)
    • 컴퓨터 (1)
    • AI (0)
    • Algorithm (1)
    • 컨퍼런스 & 체험 (2)

Tag

Algorithm, challenge, error solv, 궁금증해결, 정보, 컨퍼런스&체험,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바