본문 바로가기

반응형

전체 글

(325)
ios mobile 에서 터치시 background 색상 들어가는 문제 -webkit-tap-highlight-color: rgba(0,0,0,0); 출처: https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/
Putty SSH Ctrl+S Lock Putty 에서 Ctrl + S를 누르게 되면 Halt 처럼 아무것도 동작이 안되는 상태가 됩니다. 이럴때 마다 매번 Terminal 창을 다시 열었는데 Ctrl + S 가 다른 의미가 있더군요. Ctrl + S를 누르면 Flow Control OFF(XOFF)가 됩니다. 이것은 키는 정상적으로 동작하지만 아무 출력도 하지 않는 상태를 말합니다. Window에서 Ctrl + S가 저장기능이여서 Putty에서 무의식적으로 Ctrl + S를 사용하는 경우가 많은것 같습니다. Ctrl + Q를 누르면 Flow Cotrol ON(XON)이 되어 정상적으로 화면이 출력됩니다. 출처: http://egloos.zum.com/slgi97/v/10862236
게시판 일반 에서 첨부 이미지 원본으로 불러오기 /file_data/쇼핑몰ID{$real_filename} 위 경로를 사용하면 된다.
input number hide spin button 증가 감소 버튼 숨기기 input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;margin: 0;} input[type=number]::-webkit-inner-spin-button{-webkit-appearance: none;margin: 0;}
[ECLIPSE/JAVA] 이클립스 컴파일 에러, Java compiler level does not match the version of the installed Java project facet 설치된 자바 버전과 프로젝트의 컴파일러 버전이 맞지 않을때 나는 에러입니다. 물론 실행은 잘 되고 있을 확률이 높음... Error: Java compiler level does not match the version of the installed Java project facet 프로젝트에 마우스 오른쪽 > Properties > Project Facets 자바버전을 설치된 것과 같은 것으로 맞춰주면 해결됩니다.
“Cannot switch on a value of type String for source level below ..” error in Eclipse I faced the same issue when I tried to deploy using the Ant tool. The solution that worked for me was: Right click on project, and then click Properties Go to Java Build Path Go to JRE System Library Execution Environment was selected; I instead selected Alternate JRE and then jre7 (as shown below)
Nox 녹스 리니지2 레볼루션 녹스 데스크탑 실행 요기 설치 설명이 넘 잘되있어요..ㅎㅎ 일단 여기 설치법 대로 설치해주세요!! nmssgt.ssd 파일은 제 블로그에서 받은걸로 하세요.^^ (필 다른걸로 하면 실행 안되요!!) http://nuttingon.tistory.com/172 리니지2 레볼루션 녹스 구동 (데탑70%, 노트북 100%) 리니지2 레볼루션 노트북 구동 방법은 아래 링크를 참고해주세요 제 PC에서는 구동 성공을 하지 못했습니다. 데스크 탑의 경우 좀 귀찮은 작업... nuttingon.tistory.com 다음 조기 따라하시고 마지막!! 권한 설정은 Owner 모두 체크해주시고 Group 와 Others 는 R과 S만 체크 이제 실행!! [출처] 녹스 리니지2레볼루션 녹스 데스크탑 실행|작성자 디자인하는 엣지
An error occured while filtering resources Maven Resource Filtering 사용 시에 An error occured while filtering resources 오류가 발생하는 경우가 있습니다. 이때, 프로젝트 메뉴에서 'Maven > Update Project...' 또는 Alt + F5 를 눌러서 업데이트를 수행하고 나면 에러가 사라집니다.

반응형