본문 바로가기

Web Dev Log

검색하기
Web Dev Log
프로필사진 LHR-1

  • 분류 전체보기 (9)
    • Language (0)
      • Java (0)
      • C# (0)
      • Python (0)
      • English (0)
    • Javascript (3)
      • javascript (2)
      • jQuery (0)
      • nodejs (0)
      • Typescript (1)
      • Vue (0)
    • Web Programming (0)
      • JSP (0)
      • PHP (0)
      • ASP (0)
    • Web Framework (0)
      • Spring MVC (0)
      • Spring Boot (0)
      • Laravel (0)
    • Dev Tool (0)
      • Intellij (0)
      • eclipse (0)
      • Visual Studio (0)
      • Visual Studio Code (0)
    • Mobile Hybrid (0)
      • Cordova (0)
      • Ionic (0)
    • Mobile Native (0)
      • iOS (0)
      • Android (0)
    • Database (3)
      • SQL Server (3)
      • MySQL (0)
      • MariaDB (0)
    • Server (2)
      • Aache (1)
      • Tomcat (1)
    • OS (0)
      • Linux (0)
      • Windows Server (0)
    • VCS (1)
      • Git (1)
      • SVN (0)
    • Game (0)
      • Unity (0)
      • Game Server (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

Web Dev Log

문자열 배열로 변환하기

let str = "hello world. new world.";let arr = str.split(" "); // 공백으로 구분해서 배열 저장 for(let i = 0; i   let tmp = arr[i];  console.log(i + " => " + tmp);}# 결과0 => hello1 => world.2 => new3 => world.

Javascript/javascript 2025. 2. 18. 00:41
tomcat 버전 정보 숨기기

apache tomcat 버전 정보를 숨기려면 server.xml 를 수정 안에 추가 설정 적용 전 설정 적용 후

Server/Tomcat 2022. 6. 10. 16:38
apache 버전 정보 숨기기

ServerTokens Prod httpd.conf 설정 변경

Server/Aache 2022. 6. 10. 16:34
이전 Prev 1 2 3 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바