반응형
대소문자 구분
oracle | x |
mySQL | x (display는 다르게 나오지만 호환됨), 컬럼 내부 값이 설정에 따라 대소문자 구분할수도 안할수도 있음 |
java | o |
html | x |
xml | o |
javascript | o |
react | o |
jQuery $()
JSP EL ${}
myBatis #{} (${}도 쓰이지만 보안 등의 문제로 #{}를 쓰는 것이 바람직)
element, attribute, parameter, argument, property, key-value,
input | output | |
servlet | Request attribute | Response attribute |
myBatis | parameterType | resultType, resultMap |
XML
element=요소, attribute=속성
<요소이름 속성1="속성값" 속성2="속성값"... >
반응형
'etc' 카테고리의 다른 글
504 gateway time-out 에러 해결방법 (0) | 2022.09.08 |
---|---|
proxy/reverse proxy, web server, load balancer 개념 (0) | 2022.09.08 |
character encoding (0) | 2022.07.11 |
app-ads.txt (0) | 2022.05.04 |
Web Application Architecture 교육 (2019/03/11~03/15) (0) | 2019.03.11 |