C# 날짜 함수
DateTime.Now
DateTime.Now
손모양 커서 태그 내 cursor 속성 cursor 모양 보기 style=”cursor:auto” auto style=”cursor:crosshair” crosshair style=”cursor:default” default style=”cursor:pointer” pointer style=”cursor:move” move style=”cursor:e-resize” auto style=”cursor:ne-resize” ne-resize style=”cursor:nw-resize” nw-resize […]
ime-mode:disabled;text-transform:uppercase; 둘다 사용하면 한글 변환이 되지 않고 영문 대문자만 입력
xsl:element name=”input”
. Html5 에서 javascript 없이 이 입력창을 작성 하세요 라고 나옵니다.
ime-mode: auto; //한영모드 ime-mode: active; //기본적으로 한글이 입력 ime-mode: inactive; //기본적으로 영문이 입력 ime-mode: disabled; //한글로 변환하지 않고 영문만 입력 가능 //아이디와 비밀번호는 한글이 허용되지 […]
✅ 1) <input> 요소의 value 넣기 ✅ 결과: <input> 안에 “홍길동” 입력됨 ✅ 2) <select> 요소 value 선택하기 ✅ 3) <textarea> 값 넣기 ✅ 4) […]
Overview : e.preventDefault는 고유 동작을 중단시키고,e.stopPropagation 는 상위 엘리먼트들로의 이벤트 전파를 중단시킨다.
잘쓰는 키 Step Over(F6) : 한 단계씩 진행합니다-> 주로 디버깅을 할 때 한 단계씩 진행할 때 많이 사용하는 방식입니다 Resume(F8) : 다음 브레이크포인트까지 진행합니다 Step […]
Ajax 말고 Form 으로 전송
Text alignment Font weight and italics 속성 description text-dark 글자 진하게 font-weight-bold 글자 굴게 navbar-expand nav 널게 border border-primary border 그리기 text-uppercase 대분자로 py-1 m-0 […]
samba 설치된 컴에 mount 연결 하기 명령어로 네트워크 컴퓨터 조사
Azure : 하늘색 이라는 뜻으로 구름이라는 클라우드를 지칭 DevOps : The teams of software development (Dev) and IT operations (Ops) 의 조합어 가입후 기간내 무료 […]
09:13:09 SELECT * FROM auctionpro.wp_options LIMIT 0, 5000 Error Code: 144. Table ‘./auctionpro/wp_options’ is marked as crashed and last (automatic?) repair failed 0.000 sec 해결 […]
border-collapse 속성은 테이블 테두리를 단일 테두리로 축소해야 하는지 여부를 설정합니다. border-collapse:collapse; > 흰 테두리 보임 border-collapse: collapse; 스타일은 HTML에서 테이블의 테두리를 설정할 때 사용됩니다. 이 […]
remark : Tomcat8 특정 아이피만 허용 To allow access only for the clients connecting from localhost:
|
1 2 3 4 |
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1"/> |
or
|
1 2 3 4 |
<Valve className="org.apache.catalina.valves.RemoteCIDRValve" allow="10.0.0.0/8, 127.0.0.1, ::1"/> |
To allow unrestricted access for the […]
Copyright © 2026 | WordPress Theme by MH Themes