2015년 3월 31일 화요일

크롬에서 우회하는 프로그램 데이터세이버

출처 : http://www.parkoz.com/zboard/view.php?id=my_tips&no=15374

큰 그림을 여러장에 나눠 인쇄하기

1. 엑셀 -> 삽입 -> 그림 -> 불러오기로 그림을 불러온다.

2. 페이지 레이아웃 -> 배율조정 or
   인쇄 미리보기 -> 배율조정
등을 통하여 그림의 크기를 조정한다.

출처 : http://blog.naver.com/PostView.nhn?blogId=cw4508&logNo=140121324842

2015년 3월 21일 토요일

AMD CPU 스로들링 현상 해결방법

출처 : http://bbs2.ruliweb.daum.net/gaia/do/ruliweb/default/pc/32/read?articleId=1646887&bbsId=G003&itemId=6

2015년 3월 5일 목요일

Java 에서 Jar 파일 만드는 방법

먼저 Tutorial.java 를 컴파일 하여 Tutorial.class 가 생겼다고 가정하고 시작하겠습니다.

1) 아래의 파일을 만듭니다.

Manifest.txt ( ====== 줄은 생략 )
=====================================
 Main-Class: Tutorial

=====================================


만약 위와 같이 마지막에 공백 줄 없이 저장된 Manifest 파일을 사용하면

요딴 에러가 여러분을 반깁니다.
C:\jar>java -jar Tutorial.jar
Tutorial.jar에 기본 Manifest 속성이 없습니다.

꼭 공백 줄을 추가하세요.

2) Jar 파일 생성
C:\jar>jar cmf Mainfest.txt Tutorial.jar *.class


3) Jar 파일 실행
마우스로 jar 파일을 더블 클릭하거나 명령 프롬프트에서 실행하세요.
C:\jar>java -jar Tutorial.jar


출처 : http://blog.naver.com/PostView.nhn?blogId=kiros33&logNo=220036370618

2015년 2월 27일 금요일

구글토크 행아웃도 가능한 다중접속 메신져 피진 googletalk hangout pidgin

만료된 구글토크 행아웃도 실행 가능한 다중접속 메신져 프로그램
http://www.pidgin.im

간혹 구글토크가 안되는 경우

아래와 같이 설정하면 된다고 하는데 필자의 경우 구글토크 일반 접속으로도
접속되므로 아래의 사항은 참고만 하는것이 낫다.

출처 : http://nowarpzone.com/using-pidgin-with-google-hangouts/
Using Pidgin with Google Hangouts
I have a number of Google+ accounts setup by the various groups I’ve worked with over the last couple years, and I can’t reasonably be on Hangouts with all of them at once, but I do often need to be available on Hangouts for chats.
To solve this minor issue I add each account to Pidgin, and chat from there.
Add the part of your company email preceeding the @ symbol as the ‘username’, the domain portion of your email in the ‘domain’ field. Enter your password, then hit the ‘Advanced’ tab and enter ‘chat.google.com’ into the ‘Connect server’ field.
Connect and go!
5-6-2014-2-29-29-PM-a67d
5-6-2014-2-29-54-PM-e8c3

2015년 2월 14일 토요일

Java Exe 파일 만들기

출처1 : http://blog.naver.com/PostView.nhn?blogId=shimchan2&logNo=70179154873
출처2 : http://blog.naver.com/PostView.nhn?blogId=jch1426&logNo=140071962524

2015년 2월 12일 목요일