일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 설정
- Exception
- Docker
- MySQL
- Core Java
- Spring Boot
- spring
- jpa
- Python
- STS
- error
- SpringBoot
- JDBC
- MSSQL
- JavaScript
- AJAX
- 오픈소스
- Tomcat
- Source
- Open Source
- myBatis
- git
- maven
- PostgreSQL
- IntelliJ
- ubuntu
- 문서
- oracle
- Eclipse
- Thymeleaf
- Today
- Total
목록설정 (52)
헤르메스 LIFE
-- DB 목록 보기 mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.10 sec) -- DB 생성 mysql> create database springdb; Query OK, 1 row affected (0.06 sec) -- 사용자 생성 mysql> use mysql; mysql> show tables; +---------------------------+ | Tables_in_mysql | +--------------..
1. 다운로드 http://www.mysql.com/downloads/mysql/ ( Community Server 버젼이 Free 버젼이라는 군요.. ^^;; http://www.mysql.com/products/community/ ) 2. 로그인 ( 계정이 없으면 생성 후 로그인 하시면 됩니다. ) 3. 원한시는 곳에서 다운로드 ( 전 경희대 리눅스 사용자 모임 에서 받았습니다. ) 4. mysql-5.5.20-win32.msi 실행 5. Next 6. 여기서는 Custom 을 선택합니다. ( 기본 설정은 Typical ) 7. 경로 바꾸기 8. Install 9. 설치 중 10. 광고 #1 11. 광고 #2 12. Finish 13. MySQL 설정 시작 14. Detailed Configurati..
실행환경 Windows 7 64bit Oracle 11g 64bit Toad 9.x, Toad10.x Toad는 32bit 프로그램이라 64bit Oracle Home을 찾지 못하는 오류가 있는듯 합니다. 이럴땐 instantclient를 설치하면 됩니다. http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html Instant Client 환경설정. PATH = D:\instantclient_11_2; ORACLE_HOME = D:\instantclient_11_2 TNS_ADMIN = D:\instantclient_11_2 NLS_LANG = KOREAN_KOREA.AL32UTF8 KOREAN_KOREA.KO..
Windows7 64bit 환경에서 WANdisco 를 이용하여 SVN Server 환경을 구축해봤습니다. Eclipse와의 연결은 http://hermeslog.tistory.com/60 를 참조하세요.
http://chanwook.tistory.com/category/Spring%20%EC%A7%80%EC%8B%9D%20%EA%B3%B5%EC%9C%A0%ED%95%98%EA%B8%B0/Batch?seq=10 http://chanwook.tistory.com/category/Spring%20%EC%A7%80%EC%8B%9D%20%EA%B3%B5%EC%9C%A0%ED%95%98%EA%B8%B0/Batch
이와 같은 오류가 자주 발생하나보다. ㅋㅋ http://blog.naver.com/djmoto/140113995266 Eclipse 에서 Server 추가 시 'Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules'라는 메시지와 함께 Project 추가가 되지 않았다. Eclipse의 Preperences에서 Server 셋팅을 먼저 했어야 했던것이였다.
원문 : http://greatkim91.tistory.com/118 너무 좋은 내용이라 소리없이 퍼 왔습니다. ㅠ.ㅠ "올바른 성장과 따뜻한 나눔"이 있는 넥스트리 HTTP 는 대형 네트워크 시스템 아키텍처를 염두한 프로토콜이기에 단순하면서도 다양한 스펙들이 존재합니다. 대형 네트워크 시스템이다 보니 서로 주고 받는 정보가 많을 것이고 이에 네트워크 부하나 서버 부하가 발생할 소지가 매우 큽니다. 그런 상황을 위해 HTTP에는 단순하면서도 강력한 캐싱 메커니즘을 제공하고 있습니다. 브라우저와 웹서버와의 대화 브라우저는 웹서버에게 이미지, CSS 그리고 동적생성 정보(HTML, XML, JSON... 등 많은 컨텐츠를 요청합니다. 그런데 동일한 리소스(이하 컨텐츠)를 여러번 요청하는 경우가 굉장히 많습니..
Start Eclipse. Open the Update manager from Help > Software Updates > Find and Install. The New Update Site dialog box opens. It contains two fields that must be completed: Name: this will be the label displayed in the Install or Update software user interface. You can enter JSEclipse. URL: this is the URL to the remote site containing the plugins. Enter: http://download.macromedia.com/pub/labs/..
SVN 사용자 정보 파일 삭제. XP : C:\Documents and Settings\ Administrator\Application Data\Subversion\auth\svn.simple Vista or 7 : C:\Users\Administrator\AppData\Roming\Subversion\aturh\svn.simple 출처 : http://hanburn.tistory.com/68 Eclipse 에서 SVN 사용시 계정 변경하는 방법 회사에서는 주기적으로 svn의 비번을 변경하도록 하고 있는데, 이클립스의 어디를 봐도 비번 변경하는 곳이 없더군요.. Preference에 Team 및에 SVN 항목을 차장봐도 없구.. SVN Repository 퍼스펙트를 봐 hanburn.tistory.com..
Eclipse 3.7.x 에서 설치1. MarketPlace2. VisualEditor로 검색 후 Install 원문 : http://wiki.eclipse.org/VE/Update This document details how to install VE into Eclipse using the Install Manager available in Eclipse 3.4+. Contents[hide] 1 Install VE 1.5 into Eclipse 3.6 / Helios 1.1 Online Install 1.2 Offline Install 2 Install VE 1.4 into Eclipse 3.5 / Galileo 2.1 Online Install 2.2 Offline Install 3 Install ..