반응형 IT업계에서 일하는 하는 윤뎁's log438 웹접근성 향상을 위한 글꼴 설정 http://markquery.com/docs/web-safe-font/ 2013. 12. 6. PHP 에러 메세지 출력하기 php.ini파일을 수정하지 않고에러 메세지를 출력하도록 셋팅하는 방법 error_reporting(E_ALL);ini_set("display_errors", 1); 2013. 12. 5. eclipse FTP 설정 이클립스에서 FTP 설정하기1. window - opeln perspective - other2. Remote System Explorer -> OK 3. 오른쪽 버튼 - > New Connection4. FTP Only -> Next 5. 항목 기입 후 Finish6. 연결할 호스트 오른쪽 버튼->Connect7. 비밀번호 입력 후 OK 2013. 12. 3. A java Runtime Environment(JRE) or Java Development Kit(JDK) must be available in order to run Eclipe A java Runtime Environment(JRE) or Java Development Kit(JDK) must be available in order to run Eclipe 이클립스가 구동될 때 JVM을 못찾아서 그런 것 eclipse.ini 파일을 열어서-vmC:/Program Files/Java/jre7/bin 구문 추가.. 2013. 12. 3. failed to load the jni shared library failed to load the jni shared library 여기저기 찾아 보니 이클립스와 자바간의 호환성 문제이클립스 32bit, java 64bit 이거나이클립스 64bit, java 32bit 일 경우 나타남. 해결법은 둘 중 하나를 bit에 맞게 바꾸어 주면 됨. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 참고 사이트http://blog.naver.com/PostView.nhn?blogId=whdals0&logNo=110171262007 2013. 12. 3. 이전 1 ··· 19 20 21 22 23 24 25 ··· 88 다음 반응형