| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- Java
- 이클립스
- MS-SQL
- MANTIS
- C#
- 자바스크립트
- Redirect
- varags
- decompiler
- html
- TextBox
- 컬럼명
- 안드로이드
- Bootstrap
- Web Service
- Apache Lucene
- STS
- scrollView
- jsp
- asp.net
- javascript
- SpringSource Tool Suite
- 웹 서비스
- Maven
- WebView
- 웹뷰
- Eclipse
- Android
- MSsql
- 자바
- Today
- Total
목록2010/04 (21)
bboks.net™
Eclipse 의 모든 단축키는 Window >> Preferences >> General >> Keys 메뉴에서 확인 및 변경이 가능하다.(3.x 기준) Ctrl + M : 전체화면 토글 Ctrl + E : 페이지 이동 Ctrl + Q : 마지막 편집 위치로 이동 Ctrl + D : 한줄 삭제 Ctrl + O : 메소드 리스트를 확인 Ctrl + 1 : 컴파일 해결 힌트 Ctrl + L : 원하는 소스 라인으로 이동 Ctrl + .(,) : 다음(이전) 오류로 이동 Ctrl + I : 들여쓰기 자동 수정 Ctrl + /(\) : 주석(해제) Alt + ) : 이전(다음) 작업 화면 Ctrl +(Shift)+ K : 문자열 찾기(위로) Ctrl +(Shift)+ W : 파일 닫기(전체) Ctrl +(Sh..
DBCC CHECKIDENT ('table_name', RESEED, 0)
컬럼명 변경에 있어 MS SQL에 sp_rename 프로시저가 있다면 오라클은 rename이라는 키워드를 이용해 가능하다. 사용법: alter table table_name rename column old_name to new_name
Coding conventions are a set of guidelines for a specific programming language that recommend programming style, practices and methods for each aspect of a piece program written in this language. These conventions usually cover file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices and etc. Software programmers are highly recomm..