popUrl=path+"/accuse/accuseCreatedForm.rdo"; popName="accuseForm"; var w = 970; var h = 610; var x = (screen.availWidth - w) / 2; var y = (screen.availHeight - h) / 2; window.open(popUrl, popName, "toolbar=0, status=0, scrollbars=no, location=0, menubar=0, width="+w+", height="+h+", left="+x+", top="+y); document.forms.pform.target=popName; document.forms.pform.action=popUrl; document.forms.pfor..
ㅇ try catch문 사용할때 : 보통 자바스크립트로 작업하다 보면 정말 어떨때는 구문에서 틀리지도 않았는데, 브라우저 버젼에 따라 에러가 발생하기도 하고, 정말 몇달간 디버깅에 지칠때도 있다. 대부분 열심히하면 나타나는데, 다음의 try catch문을 사용하면 편리하다. 사용예 : try { // 실제 실행시킬부분 var a = opener.location.href; } catch (e) { // 위의 "실행시킬부분"에서 에러가 났을때 처리해줄 부분 alert ("opener를 찾을수 없습니다."); } finally { // 에러가 나든 나지 않든 무조건 실행시키는 부분 window.status = "opener.locatoin.href 부분 실행되었음"; } ㅇ typeof문 사용할때 : 보통 데..
- Total
- Today
- Yesterday
- 마이바티스CamelCase
- camelcase
- Letsencrypt+nginx
- 마이바티스
- letsencrypt
- Intellj들여쓰기
- Letsencrypt wildcard
- SSL
- Letsencrypt wildcard auto renew
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |