본문 바로가기
반응형

프로그램...50

[TTL] TeraTerm MACRO Total Reference manual> TTL command reference(http://www.teraterm.net/manual/en/macro/command/index.html)[ Function]형식>call func_label :func_label......return 예>;########## Clear Filescall do_clear_files fileopen fp list_ip 0 ;########## Main End(Exit):MainTheEndend ;########## Clear Function:do_clear_filesfiledelete list_logfiledelete list_errreturn [ sprintf2 ]형식>sprintf2 strvar FORMAT [ARGUME.. 2019. 2. 25.
[CSS] 기본 [CSS] 기본 [선택자] NexTree(http://www.nextree.co.kr/p8468/ ) p { color: red; } [선택자 (Selector) 종류]- 전체 선택자 : * : CSS Level 2HTML페이지 내부의 모든 요소(태그)에 같은 CSS속성을 적용* { margin: 0; text-decoration: none; } - 태크 선택자 : tag name : CSS Level 2HTML요소를 직접 지칭p { background: yellowgreen; color: darkgreen; } - 클래스 선택자 : class name : CSS Level 1class속성값으로 가진 HTML요소.class1 { background: yellowgreen; color: darkgreen;.. 2018. 12. 19.
[WLAN] 용어사전 [WLAN] 용어사전 attenuator - 감쇄기 / 라인으로 연결한 상태에서 Radio 신호를 감쇄할 때 사용하는 무선용 기기 MIC (Message Integrity Check) - 메시지 무결성 체크 / WPA에서 사용 2018. 12. 17.
[JQuery] IFrame Form target 지정 [iframe] ID : IFRM Form target 지정form.target = IFRM.name; ReloadIFRM.src = IFRM.srcIFRM.contentDocument.location.reload(true); // replace() 생성하기 : JQueryIFRM.= $(''); $( "body" ).append(IFRM); 삭제하기IFRM.parentNode.removeChild(IFRM); 2018. 11. 23.
반응형