바이오90

2023

[알리] 조명 관련 구입

방에 불을 다 켜놓고 있기 그래서 조명 관련 알아보니까 가격도 싸고 나름 유용하다 싶어서 구입.50% 이벤트라 가격은 저렴한데 배송비가 3,981원…묶음배송으로...

2023년 01월 26일

2022

[Spring MVC] 게시판 header.jsp, tail.jsp #12

게시판에 공통으로 들어갈 header.jsp 와 tail.jsp 출처: 내 컴퓨터 header.jsp <%@ page language=”java” contentType=”text/html; charset=UTF-8″ pageEncoding=”UTF-8″%> <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core”...

2022년 12월 14일

[Spring MVC] 게시판 boardForm.jsp #11

DB에 글을 입력한다. 출처: 내 컴퓨터 boardForm.jsp <%@ page language=”java” contentType=”text/html; charset=UTF-8″ pageEncoding=”UTF-8″%> <%@ include file=”/WEB-INF/views/layout/header.jsp”%> <script src=”https://cdn.ckeditor.com/4.13.1/standard/ckeditor.js”></script> <script type=”text/javascript”>...

2022년 12월 14일

[Spring MVC] 게시판 boardContent.jsp #10

DB 내용 보여주기 및 수정 출처: 내 컴퓨터 boardContent.jsp <%@ page language=”java” contentType=”text/html; charset=UTF-8″ pageEncoding=”UTF-8″%> <%@ include file=”/WEB-INF/views/layout/header.jsp”%> <script src=”https://cdn.ckeditor.com/4.13.1/standard/ckeditor.js”></script>...

2022년 12월 14일

[Spring MVC] 게시판 boardList.jsp #9

boardList.jsp 로 DB의 리스트로 보여준다. 출처: 내 컴퓨터 boardList.jsp <%@ page language=”java” contentType=”text/html; charset=UTF-8″ pageEncoding=”UTF-8″%> <%@ include file=”/WEB-INF/views/layout/header.jsp”%> <script type=”text/javascript”>...

2022년 12월 14일