일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- java
- MIP
- 이클립스
- 회계
- 도서
- Tomcat
- 마이플랫폼
- Report Designer
- 데이터베이스
- Excel
- 엑셀
- 오라클
- 자바
- DB
- 튜닝
- JavaScript
- 오류
- 성능
- 톰캣
- Eclipse
- 기타소득
- 함수
- miplatform
- Book
- 태그를 입력해 주세요.
- 에러
- 한글
- error
- oracle
- JEUS
- Today
- Total
목록Development (64)
어느 가을날의 전환점
crawler4jOpen Source Web Crawler for Javahttp://code.google.com/p/crawler4j/ Working with the Web Clipping Portlethttp://docs.oracle.com/cd/E28271_01/webcenter.1111/e10149/webclip.htm
오류 메시지java.security.AccessControlException: access denied (java.io.FilePermission c:\...\ write) 해결 방안 1Tomcat의 CATALINA_HOME\conf\catalina.policy 파일에 아래와 같은 권한 추가 후 서버 재시작.permission java.io.FilePermission "", "read, write"; 해결 방안 2안되는 경우 JRE에 권한 추가Java의 JAVA_HOME\jre\lib\security\java.policy 파일에 아래와 같은 권한 중 적당한 권한 추가 후 서버 재시작.grant { permission java.io.FilePermission "", "read, write";permissi..
[오류 메시지] 11월 29, 2012 5:24:35 오후 org.apache.tomcat.util.http.Parameters processParameters경고: More than the maximum number of request parameters (GET plus POST) for a single request ([10,000]) were detected. Any parameters beyond this limit have been ignored. [해결 방안]../Tomcat/conf/server.xml HashDos 공격의 막기 위한 톰캣의 제한에 따른 경고 메시지 임.HashDos 공격은 많은 HTTP Request Parameter (String 형태)를 만들어, hash contens..
"문서 병합" 하는 도스(DOS) 명령 사용법입니다. 도스창(명령 프롬프트;CMD.EXE)에서, type *.txt > out.new 위와 같이 입력하고, Enter키를 치면, 현재 디렉토리(폴더)의 모든 .txt 확장자를 가진 파일들이 out.new 라는 이름의 새 파일로 합쳐집니다. 윈도우2000/윈도우XP나 그 이상의 운영체제에서만 위의 방법이 가능합니다. copy 명령으로 파일 합치는 법 copy 명령을 사용하여 병합하는 방법도 있는데, 이것은 예전의 윈도우98에서도 가능합니다. copy 1.txt + 2.txt + 3.txt out.new /b 1.txt 2.txt 3.txt 라는 텍스트 파일 3개를 out.new 라는 새로운 텍스트 파일로 합쳐서 저장하는 것입니다. 파일명을 플러스(+) 기호로..
web.xml >HellowServlet est.HellowServlet ............ ............ 0 컨텍스트의 웹 애플리케이션이 톰캣 서버에 의해 인식되는 시점에 로드 됨(init() called)(Tomcat Server가 시작하는 시점은 아님) load-on-startup 엘리먼트에 적어준 숫자가 1) 음의 정수인 경우: 그 서블릿에 접근될 때 (즉, load-on-startup 엘리먼트가 없는 경우와 동일함) 2) 0 이거나 양의 정수인 경우: 그 서블릿이 배치(deploy)될 때 (즉, 컨텍스트가 인식될 때) 숫자가 작은 것 부터 먼저 로딩된다. The life cycle of a servlet is controlled by the container in which the ..
Apache Commons Email * website: http://commons.apache.org/email/ * wiki: http://wiki.apache.org/commons/Email * api: http://commons.apache.org/email/api-release/index.html Commons Email aims to provide a API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: * SimpleEmail - This class is used to send b..
Window opener property The opener property returns a reference to the window that created the window. When opening a window with window.open(), you can use this property from the destination window to return details of the source (parent) window. Coding Tip: window.opener.close() will close the source (parent) window. Syntax window.opener 부모창 var parentWindow; function openCBAWindow(){ parentWin..
klocwork http://www.klocwork.com/ CheckStyle - a development tool to help programmers write Java code that adheres to a coding standard - http://checkstyle.sourceforge.net/ FindBugs™ - Find Bugs in Java Programs - http://findbugs.sourceforge.net/ PMD - PMD scans Java source code and looks for potential problems like: 1) Possible bugs - empty try/catch/finally/switch statements 2) Dead code - unu..
마크다운 마크다운(markdown)은 간단한 마크업 언어로, 이메일 상에서 일반 텍스트로 문장 구조를 표기하던 관례를 규칙으로 만든 문법이다. HTML을 모르면? 마크다운을 사용하자! http://offree.net/entry/Markdown-Formatter Markdown Syntax http://daringfireball.net/projects/markdown/syntax Wikipedia 마크다운 http://ko.wikipedia.org/wiki/%EB%A7%88%ED%81%AC%EB%8B%A4%EC%9A%B4 마크다운 포매터 - 목차 http://my.offree.net/post/120837303 Markdown Editor http://joncom.be/experiments/markdown-..
Apache의 Hadoop 프레임워크는 본질적으로 대용량 데이터 세트를 분석하기 위한 메커니즘이며, 이는 반드시 데이터 저장소에 수용하지 않아도 된다. Hadoop은 MapReduce의 거대한 데이터 분석 엔진을 요약하여 개발자들이 액세스하기에 더 쉽게 만든다. Hadoop은 무수한 노드로 확장하여 데이터 정렬과 관련된 활동 및 조정을 모두 처리할 수 있다. 하둡의 화두는 '분산' 입니다. 하둡은 두가지 큰 요소의 결합입니다. '처리(계산)' 와 '저장' 입니다. 즉 '분산처리' 와 '분산저장' 이라고 보면 됩니다. 여러개의 저가형 컴퓨터를 마치 하나인것 처럼 묶어주는 기술이라고 보면 됩니다. (그래서 계산 능력과 저장 공간을 늘립니다) 분산저장 하둡 파일시스템(HDFS: Hadoop Distribute..