[월:] 2014년 11월
win7 explorer 프린트 인쇄가 되지 않는 경우 조치
When I try to print from Internet Explorer nothing prints and the Print Preview page is blank 참조 : http://answers.microsoft.com/en-us/ie/forum/ie8-windows_vista/when-i-try-to-print-from-internet-explorer-nothing/60fa191c-f687-4fdb-878f-2d9aff771acb This issue has actually been […]
Python 윈도우에 설치
Python 홈페이지 : https://www.python.org/
HTML를 PDF 또는 이미지 변경 오픈 소스
wkhtmltopdf and wkhtmltoimage are open source (LGPL) command line tools to render HTML into PDF 사이트 : http://wkhtmltopdf.org/index.html wkhtmltopdf 를 사용하여 html 을 pdf 로 […]
[linux] 백신 ClamAV
참조 : http://www.clamav.net/doc/install.html#Debian 참조 : https://auctionpro.co.kr/?p=2511 ubuntu 인스톨 sudo apt-get install clamav 검사 sudo clamscan -r /. 문서다운로드 : clamdoc
[ms slq] 테이블 컬럼비교 EXCEPT(차집합) INTERSECT(교집합)
참조 : https://www.simple-talk.com/sql/performance/the-except-and-intersect-operators-in-sql-server/ EXCEPT(차집합) INTERSECT(교집합)