본문 바로가기 메뉴 바로가기

DDOO.B.LAB

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

DDOO.B.LAB

검색하기 폼
  • C A T E G O R I E S (65)
    • 배움과 복습 (26)
    • JavaScript (2)
    • HTML&CSS (6)
    • Python (2)
    • 배움의 독백 (6)
    • 아이폰 카톡 테마 (0)
    • DBMS (17)
      • Oracle 11g (17)
    • aJax (0)
    • about Git-Hub (2)
    • myBatis (1)
    • Spring Framework (1)
  • 방명록

C A T E G O R I E S (65)
html&css : Layout

position: position: absolute;스크롤링하면 따라서 올라감. position: fixed;스크롤링해도 설정한 이미지는 화면 내 설정한 위치에 고정된다. z-index: float: float: left;float: right;clear:left — the left side of the element will not touch any other element within the same containing element.right — the right side of the element will not touch any other element within the same containing element.both — neither side of the element will touch..

HTML&CSS 2017. 8. 31. 09:36
2017-08-31 목요일 : 수요일 과제 리뷰

package homework; public class ConstructorExample1 { //접근 제한자 생략 가능 int num1; int num2; public ConstructorExample1(int num1, int num2){ this.num1 = num1; this.num2 = num2; this.prn(); //this. 생략 가능 /* int sum = 0; sum = num1 + num2; System.out.printf("%d + %d = %d\n", num1, num2, sum); */ } public void prn() { int sum = this.num1 + this.num2;//this. 생략 가능 System.out.println(sum); } ConstructorEx..

배움과 복습 2017. 8. 31. 09:10
개발자에 가까워지기 위한 유용한 사이트 모음(8/30/17 update)

https://developer.mozilla.org/ko/ 웹 에디터(코딩 툴) http://www.sublimetext.com/

배움의 독백 2017. 8. 30. 17:18
html&css : Box Model - Content Box

* { box-sizing: border-box; }

HTML&CSS 2017. 8. 30. 16:56
2017-08-30 수요일 : 클래스(Class)

카테고리 없음 2017. 8. 30. 13:57
2017-08-30 수요일 : 정렬(sort)

//배열의 값을 오름차순 정렬해보자 public void ex3() { int[] s = { 8,10,4,3,5,6,7,2,9,1 }; int temp = 0; System.out.print("오름차순 정렬 전: "); System.out.println(Arrays.toString(s)); for(int i = 0; i

배움과 복습 2017. 8. 30. 12:18
자바스크립트(javaScript) 올림, 버림, 반올림 메소드(함수)

반올림 : Math.round(number); 올림 : Math.ceil(number); 버림 : Math.floor(number)

JavaScript 2017. 8. 30. 11:51
자바스크립트 독학하자 : for문

자바 스크립트는 정수 형이라는 게 없어var로 통일자바를 배우고 있는 지금 시점에서 굉장히 신기하게 다가온다

JavaScript 2017. 8. 30. 10:21
2017-08-30 수요일 : 다차원 배열

int[][] s = new int[2][3]; for (int i=0; i해당 면의 행 수s[1][0].length ->해당 면, 행의 열의 수 System.arraycopy()메소드를 이용해 배열 복사하기System.arraycopy(src, srcPos, dest, destPos, length); //1, 2: 원본의 배열 명, 원본 배열에서 복사할 항목의 시작 인덱스 //3, 4, 5: 복사 대상에 대한 배열 명, 위치값, 몇 개를 복사할 지 복사될 갯수 간단하게 실습해보자//배열 복사 public void ex2() { // 2)기본형 배열을 복사한 후 출력 int[] a = {1,2,3,4,5}; int[] b = new int[10]; //배열이 넘칠 때 더 큰 배열을 만들어서 옮겨주는 작업..

배움과 복습 2017. 8. 30. 10:07
API 문서 보는 방법

API문서 보는 법http://docs.oracle.com/javase/>Reference> Java SE API Documentation(http://docs.oracle.com/javase/8/docs/api/index.html)

배움과 복습 2017. 8. 29. 16:57
이전 1 ··· 3 4 5 6 7 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 작은설탕의 달콤한 인생로그
TAG
  • NVL2()
  • DECODE()
  • Maven Project
  • Interface
  • 멤버 클래스
  • 타입변환과 다형성
  • implements
  • casring
  • z-dindex
  • IN(var1 var2 var3)
  • MONTH_BETWEEN
  • SELECT절 명령어
  • 테이블 데이터 복사
  • 복수행 함수
  • FileChannel
  • 데이터 딕셔너리
  • hierarchical query
  • 중첩 클래스
  • SQL Operator
  • IS RECORD
  • tables in htmll
  • Generic Type
  • 상속
  • !(not)
  • CLASS
  • 계층형 쿼리
  • DI(의존성 주입)
  • NVL()
  • 로컬 클래스
  • GROUP BY절
more
«   2025/07   »
일 월 화 수 목 금 토
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 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바