반응형
인텔리 제이 설치 c it
환경변수 java_home과 path
설치 옵션만 신경쓸것.
전부 UTF-8로
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>#[[$Title$]]#</title>
</head>
<body> Editor > File and Code Templates > HTML File
#[[$END$]]#
<span th:text="${}"></span>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script>
$(function() {
//$(document).on("click", ".reply_delete_a", function(event){ });
//$("#delButton").click( function(){
// $.ajax({ method : "POST", });
//});
});
</script>
</body>
</html>
추가
반응형
'KOSTA교육 > 수업' 카테고리의 다른 글
[72/100] 240725 (0) | 2024.07.25 |
---|---|
[71/100] 240724 (0) | 2024.07.24 |
[69/100] 240722 (1) | 2024.07.22 |
[68/100] 240719 (0) | 2024.07.19 |
[67/100] 240718 (0) | 2024.07.18 |