10월, 2018의 게시물 표시

jsp:attribute must be the subelement of a standard or custom action 문제

이번 경우 <tag:base>   <c:set ......./>   <jsp:attribute><.jsp:attribute>   <jsp:attribute><.jsp:attribute>   <jsp:attribute><.jsp:attribute> </tag:base> 구조로 되어있어서 발생했다.(tag는 custom tag file) 아마 <jsp:attribute> 와 같은 레벨에 다른 태그가 있으면 안되는 듯 하다?   <c:set ......./>을 <jsp:attribute> 안으로 옮기니 해결되었다.

Linux screen 명령어 정리

1. screen -list : screen 목록 2. screen -S [name] : screen 생성. 중복된 이름도 가능하다. 그럴 경우 -list로 정확한 이름을 확인하고 접속 3. screen -x [name] : screen 접속(다중접속 가능). 다중 접속 중이면 보이는 크기가 작아진다. 이유는 모르겠음 4. screen -r [name] : screen 접속(다중접속 불가) 5. screen -X -S [name] quit : screen 삭제 6. (접속중) ctrl + a + d : 현재 screen 나오기 7. (접속중) ctrl + a, shift +f : 현재 screen 전체 화면으로 보기 8. (접속중) ctrl + a + [ : copy mode