Small Form Factor SFF(2.5인치-6.35cm)
Large Form Factor LFF(3.5인치-8.89cm)
2013년 11월 5일 화요일
2013년 10월 10일 목요일
안드로이드 내장 브라우져 iframe 다운로드 문제
iframe 으로 불러온 페이지의 다운로드 링크를 안드로이드 내장 브라우저에서만 다운 받지 못하는 문제가 있다.
헤더값을 변경해 보고, 다운로드 프로그램으로 만들어서 넣어 봐도 다운이 안된다.
구글신이 말씀하시길 target="_blank" 를 넣어 보거라.
구글신님~ 감사합니다~
Android browser won't download pdf file
헤더값을 변경해 보고, 다운로드 프로그램으로 만들어서 넣어 봐도 다운이 안된다.
구글신이 말씀하시길 target="_blank" 를 넣어 보거라.
구글신님~ 감사합니다~
Android browser won't download pdf file
2013년 9월 26일 목요일
tomcat http를 https 로 redirect
web.xml 파일에 </web-app> 태그 마지막 부분에 추가
출처 : http://sysengineers.wordpress.com/2011/03/16/tomcat-automatic-redirect-https/
<!-- Automatisch alle requests redirecten naar https -->
<security-constraint>
<web-resource-collection>
<web-resource-name>Automatic SSL Forward</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>
CONFIDENTIAL
</transport-guarantee>
</user-data-constraint>
</security-constraint>
출처 : http://sysengineers.wordpress.com/2011/03/16/tomcat-automatic-redirect-https/
2013년 9월 17일 화요일
리눅스 시스템 환경변수파일 읽는 순서
시스템 환경변수파일 읽는 순서
etc/rc.d/rc.sysinit
/etc/rc.d/rcN.d # N은 0-6 사이.
/etc/rc.d/rc.local
/etc/profile
/etc/profile.d/*
/etc/bashrc
$HOME/.bash_profile
$HOME/.bashrc
출처:http://onecellboy.tistory.com/220
etc/rc.d/rc.sysinit
/etc/rc.d/rcN.d # N은 0-6 사이.
/etc/rc.d/rc.local
/etc/profile
/etc/profile.d/*
/etc/bashrc
$HOME/.bash_profile
$HOME/.bashrc
출처:http://onecellboy.tistory.com/220
2013년 9월 11일 수요일
CreateProcess error=2
외부 프로그램시 아래의 에러 발생.
CreateProcess error=2 파일이나 디렉토리 경로가 틀렸을때 나는 에러.
java.io.IOException: Cannot run program " C:\JavaDE\WebStie\someProgram.exe": CreateProcess error=2, ??d?? Æ???; ?; ¼? ¾ø
대충 보면 모르는데, 저기 C: 시작하는 부분 앞에 스페이스가 들어가 있음.
스페이스가 들어가면 안됨.
CreateProcess error=2 파일이나 디렉토리 경로가 틀렸을때 나는 에러.
java.io.IOException: Cannot run program " C:\JavaDE\WebStie\someProgram.exe": CreateProcess error=2, ??d?? Æ???; ?; ¼? ¾ø
대충 보면 모르는데, 저기 C: 시작하는 부분 앞에 스페이스가 들어가 있음.
스페이스가 들어가면 안됨.
윈도우 2012 FTP 방화벽 설정
FTP 셋팅 완료, 기존 방화벽에 FTP 가 오픈 되어 있어도
FTP 를 재시작 안 해주면 처리가 안된다.
shell> net stop ftpsvc
shell> net start ftpsvc
출처: http://dongkuk.tistory.com/29
FTP 를 재시작 안 해주면 처리가 안된다.
shell> net stop ftpsvc
shell> net start ftpsvc
출처: http://dongkuk.tistory.com/29
2013년 9월 7일 토요일
네트워크 드라이브 문제
같은 네트워크가 아닌 곳에서 네트워크 드라이브를 잡으려고 하면 아래의 에러가 발생.
시스템 오류 53이(가) 생겼습니다. 네트워크 경로를 찾지 못했습니다.
시스템 오류 67이 발생했습니다. 네트워크 이름을 찾을 수 없습니다.
ISP 업체에 확인 해보니 네트워크드라이브에서 사용되는 포트를 차단 했다고 함.
결론은 ISP 라우터를 통해 밖으로 나가면 안됨.
출처
시스템 오류 53이(가) 생겼습니다. 네트워크 경로를 찾지 못했습니다.
시스템 오류 67이 발생했습니다. 네트워크 이름을 찾을 수 없습니다.
ISP 업체에 확인 해보니 네트워크드라이브에서 사용되는 포트를 차단 했다고 함.
결론은 ISP 라우터를 통해 밖으로 나가면 안됨.
출처
피드 구독하기:
글 (Atom)