일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Apache Lucene
- TextBox
- 웹뷰
- Maven
- 웹 서비스
- Android
- scrollView
- 안드로이드
- jsp
- Bootstrap
- 자바
- 이클립스
- MS-SQL
- decompiler
- Redirect
- Java
- asp.net
- Web Service
- 컬럼명
- html
- varags
- MANTIS
- Eclipse
- WebView
- 자바스크립트
- MSsql
- SpringSource Tool Suite
- javascript
- C#
- STS
- Today
- Total
목록분류 전체보기 (286)
bboks.net™
컬럼명 변경에 있어 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..
테이블 컬럼명 변경에서 오라클에는 RENAME 키워드가 있다면 MS SQL은 sp_rename이라는 프로지저가 있다. 사용법: sp_rename 'table_name.old_column_name', 'new_column_name"
워드에서는 세로 페이지 사이에 가로페이지를 넣기위해서는 가로로 만들고자하는 페이지를 "구역 설정"을 해야 한다. 예를들어 3페이지를 가로로 만들려고 하면 2페이지에 커서를 두고 [페이지 레이아웃]-[나누기]-[다음 페이지부터] 클릭 커서를 3페이지에 두고 [페이지 레이아웃]-[용지방향]-[가로] 그다음 3페이지에서 다시 [페이지 레이아웃]-[나누기]-[다음 페이지부터] 클릭 마지막으로 커서를 4페이지에 두고 [페이지 레이아웃]-[용지방향]-[세로]