전체 글

입은 무겁게 몸은 가볍게

    [HTML][1]HTML4 Tags[기본 태그]

    목차 - Html 기본 태그 - table 태그 Html이란? HTML(Hypertext Markup Language)은 웹 페이지와 그 내용을 구조화하기 위해 사용하는 코드입니다. 우리가 웹페이지를 제작을 할 때, 건물의 골재에 해당한다고 생각하면 됩니다. 코드를 감싸는 구조이기 때문에 그 안에 코드를 작성할 수 있습니다. Html은 프로그래밍 언어가 아닙니다. 콘텐츠의 구조를 정의하는 마크업 언어입니다. Html은 콘텐츠의 서로 다른 부분들을 씌우거나(wrap) 감싸서(enclose) 다른 형식으로 보이게 하거나 특정한 방식으로 동작하도록 하는 일련의 요소(elements)로 이루어져 있습니다. 여는 태그(opening tag) 닫는 태그(closing tag) 콘텐츠(content) 요소(eleme..

    Every moment in programming: tomorrow, I have a appointment

    To learning programming is like a learning world of magic! It's awesome!! I love it, I enjoy it. I like it. So I will make more content for programming!! I have a appointment for business with some drinking. I like to get start a new relationship and business, new opportunity. It's like a life of cycle. Value is a value for people, person. Actually, It's a way of business on real world. If you g..

    [Spring][2] The practice of MVC pattern [MVC 패턴 실습]

    목차 - RestController - ViewResolver - Tomcat Jasper - JSTL RestController 첫 프로젝트 실행 시 src/main/java 안에 있는 com.cos.secondapp 패키지를 컴포넌트 스캔을 해서 IOC 컨테이너에 객체를 등록을 합니다. com.cos.secondapp 패키지만 스캔을 하는 이유는 여기에 Java파일들이 다 들어있기 때문입니다. @RestController을 TestController에만 추가를 해줬습니다. IoC 컨테이너는 ( 1. TestController.java ) 인 상태입니다. 예시를 들면, 요청 값 : Post http://localhost:8080/ Header : x-www-form-urlencoded Body: use..

    Install visual studio code [ 작업 툴 설치 ]

    목차 - visual studio code 설치 Front-end 를 들어가기 앞서 작업툴을 설치를 합니다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com Visul Studio Code 사이트..