일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- grep
- ssh
- 단축키
- JavaScript
- netsh
- resource
- Source
- find
- 줄바꿈 문자
- Quartz
- bash
- vscode
- maVen
- profile
- port
- Eclipse
- IntelliJ
- web.xml
- plugin
- 네트워크
- import
- VirtualBox
- Windows
- Mac
- context
- lsof
- Windows 10
- xargs
- tomcat
- GIT
- Today
- Total
목록분류 전체보기 (1764)
develog
▶ Tora 웹사이트http://torasql.com/ ▶ Tora 다운로드http://sourceforge.net/projects/tora/files/tora/2.1.3/windows/tora2.1.3-win32.zip ▶ oci.dll 파일명 변경※ 다운로드 받은 파일 압축풀고 oci.dll -> oci.dll.old※ Oracle Client 의 oci.dll 파일을 사용하도록 변경 ▶ 환경변수 설정%ORACLE_HOME% = D:\oracle\product\10.2.0\client_1%TNS_ADMIN% = %ORACLE_HOME%\NETWORK\ADMIN ▶ 접속시 옵션 설정Connection provider : Oracle (TNS)Options : SQL*Net ※ Oracle Client ..
Apache Derby 설치 ▶설치 가이드http://db.apache.org/derby/papers/DerbyTut/install_software.html ▶프로그램 다운로드db-derby-10.10.1.1-bin.zip ▶프로그램 압축해제C:\Apache\db-derby-10.10.1.1-bin\ ▶환경변수 셋팅DERBY_INSTALL=C:\Apache\db-derby-10.10.1.1-bin ▶CLASSPATH 추가 (derby.jar, derbytools.jar);%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar; ▶설치됐는지 확인c:\> java org.apache.derby.tools.sysinfo ▶ij 실행c:\> java ..
public static void copyTest() throws Exception { FileInputStream fis = new FileInputStream("aa.zip"); FileOutputStream fos = new FileOutputStream("bb.zip"); int bytesRead; byte[] buffer = new byte[1024 * 2]; while ((bytesRead = fis.read(buffer, 0, buffer.length)) > -1) { fos.write(buffer, 0, bytesRead); } fis.close(); fos.close();}
https://en.wikipedia.org/wiki/Eclipse_(software) Eclipse (software) - WikipediaList of languagesAlbanian, Arabic, Basque, Bulgarian, Catalan, Chinese (simplified, traditional), Czech, Danish, Dutch, English (Australia, Canada), Estonian, Finnish, French, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Klingon,en.wikipedia.org http://www.eclipse.org/downloads/packages/ Ec..
경로: /Tomcat 6.0/conf/Catalina/localhost/ROOT.xml