본문 바로가기

전체 글154

Layout 시 유용한 CSS https://zetawiki.com/wiki/HTML_div_3%EA%B0%9C_%EC%99%BC%EC%AA%BD-%EA%B0%80%EC%9A%B4%EB%8D%B0-%EC%98%A4%EB%A5%B8%EC%AA%BD_%EB%B0%B0%EC%97%B4 HTML div 3개 왼쪽-가운데-오른쪽 배열 - 제타위키 다음 문자열 포함... zetawiki.com 2020. 2. 19.
[Spring] 스프링 부트 Web project thymeleaf 설정 html 파일로 사용시 맨 위줄 html 태그에 추가 dependency 추가 org.springframework.boot spring-boot-starter-thymeleaf 2020. 2. 18.
[Frontend Framework] 참고할 만한 사이트 - tree view 위주 https://material-ui.com Material-UI: A popular React UI framework React components for faster and easier web development. Build your own design system, or start with Material Design. material-ui.com https://docs.microsoft.com/ko-kr/dotnet/api/system.windows.forms.treeview.nodes?view=netframework-4.8 TreeView.Nodes 속성 (System.Windows.Forms) 트리 뷰 컨트롤에 할당된 트리 노드 컬렉션을 가져옵니다.Gets the collecti docs.mi.. 2020. 2. 18.
[Thymeleaf] 하나부터 열까지 ( Part 1 ) + 참고 : Thymeleaf Document https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#standard-expression-syntax Tutorial: Using Thymeleaf 1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTML, XML, JavaScript, CSS and even plain text. The main goal of Thymeleaf is to provide .. 2020. 2. 17.
2020.02.17 - 블로그 업로드 예정 - Thymeleaf - 하나부터 열까지 ( 1 ) 정보 추가 예정 - Jmeter 간단 사용법 업로드 👉👉 완료 🙂 - Spring boot web project build 설정 방법 👉👉 완료 🙂 - MVC 모델에 대하여 추가적으로 정리 - 정보처리 기사 교재 업로드 예정 👉👉 완료 🙂 - What is a Dapp? 내용 추가 예정 - 스토리 보드 작성법 업로드 예정 - Thymeleaf 시리즈 업로드 예정 - 정보처리기사 공부 내용 업로드 예정 - 웹프로그래밍 개인 프로젝트 깃허브 정리 - 백마인턴 활동 정리 2020. 2. 17.
[Java] Controller 작성법 - value : 접근가능한 이름 - method : RequestMethod.POST or RequestMethod.GET - ajax 이용시 Controller 함수 위에 mapping =>> Method 명칭 위에 mapping - data 넘겨받음 - value : Method 안에서의 data 변수 명칭 선언 - required : true 가 기본값 , 생략시 true 로 설정 -> 즉 required : false 일 때에만 설정 하면 OK false 인 경우에는 data 가 넘어올 수도 안넘어 올 수도 있음 + 형식 @RequestParam ( value = " kk ", required = fa.. 2020. 2. 14.