본문 바로가기

반응형

전체 글

(202)
Spring Boot 시작하기 Spring Boot는 무엇인가?Server내에서 독립적인 Spring Application을 비교적 간단한 설정 만으로 구동가능하게 해주는 구성 프레임웍이다. 간단한 Boot 예제목표 : Browser에서 hello JeongHoon, Kim 확인. git repository 생성$ git initInitialized empty Git repository in D:/springboot-note/GettingStart/.git/ Maven을 이용한 프로젝트 생성mvn -B archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.test.app -DartifactId=my-test Hello.java 생성package ..
Tablespace 명령어 상태 조회SELECT OWNER, TABLE_NAME, TABLESPACE_NAME FROM DBA_TABLES WHERE TABLE_NAME='ALOW_LNK_LON_APPL_LST'; TABLESPACE 변경ALTER TABLE ALOW_LNK_LON_APPL_LST MOVE TABLESPACE TSD_LO
자료 정리 다시 시작 오랜 동안 멈춰 왔었던 자료 정리를 다시 시작하려고 합니다.많은 분들이 방문하여 즐거운 나눔의 디딤돌이 되었으면 좋겠네요.
화면 확대 프로그램 발표 시에 사용. 화면 확대 프로그램 발표 할때 사용하면 좋다. http://www.microsoft.com/technet/sysinternals/utilities/zoomit.mspx Zoomit 이다. 이거 좋다.
windows 용 Tomboy 사용하기 http://kldp.org/node/99194
Ubuntu 에 Emerald 테마 적용하기 Synaptic 으로 emerald라고 치고 emerald 테마를 선택하여 install 합니다. 그 후 gksu gedit /usr/bin/compiz-decorator 라고 입력하여 compiz를 다음과 같이 수정합니다. USE_EMERALD="no"를 yes로 바꾸고 Ctrl+Alt+Backspace로 x를 재시작 합니다.
Eclipse에 BEA Weblogic 10 plug in 설치하기 Servers 탭에서 Download additional server adapters 를 선택하여 Oracle BEA Weblogic plugin을 설치한다. 설치 후 Software Updates에서 Oracle Enterprise Pack에서 Oracle Weblogic Server Support 를 설치한다.
ubuntu title bar missing http://www.pendrivelinux.com/ubuntu-desktop-effects-fixing-the-missing-titlebar/ Ubuntu Desktop effects - How to fix the missing titlebar: Open up a terminal and type sudo su (enter your password)Type gedit /etc/X11/xorg.confFrom the xorg.conf file, find the section called Section "Device" and just before EndSection, add the following and save the file:Option "AddARGBVisuals" "True" Option "AddA..

반응형