Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- WebView
- 이클립스
- MSsql
- varags
- Redirect
- Eclipse
- asp.net
- 자바
- Java
- jsp
- STS
- Apache Lucene
- Android
- SpringSource Tool Suite
- Bootstrap
- MANTIS
- decompiler
- scrollView
- 웹 서비스
- Web Service
- 컬럼명
- C#
- 안드로이드
- 웹뷰
- TextBox
- html
- javascript
- 자바스크립트
- MS-SQL
- Maven
Archives
- Today
- Total
목록2010/04/19 (2)
bboks.net™
오라클 컬럼명 변경
컬럼명 변경에 있어 MS SQL에 sp_rename 프로시저가 있다면 오라클은 rename이라는 키워드를 이용해 가능하다. 사용법: alter table table_name rename column old_name to new_name
Database/Oracle
2010. 4. 19. 10:40
Java Code Convention
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..
Java/Java
2010. 4. 19. 09:35