스프링이란 보통 스프링 프레임워크를 말하는데, DI 지원, AOP 지원, MVC 웹 프레임워크 제공, JDBC/JPA 등 DB연동 지원 등의 기능이 주요 특징이다. Maven: 프로젝트 형상관리 automaticallyhow to?(Dynamic project ro Maven Project) Project>우클릭>config>convert to Maven Project spring.io>PROJECT>Spring Framework//스프링 관련 라이브러리를 긁어와서 쓰면 됩니다. 4.0.0 Spring1705 Spring1705 0.0.1-SNAPSHOT war src maven-compiler-plugin 3.3 1.8 1.8 maven-war-plugin 2.6 WebContent false org...
Press Enter to submit, or type 'help' and press Enter for info on using the console $ help You can type in these commands and hit enter: Command Instructions help print this message next go to the next challenge previous go to the previous challenge clear clear the console answer show you the answer to this challenge (-75 points) $ git help usage: git [--version] [--exec-path[=]] [--html-path] [..
The name of our remote is origin and the default local branch name is master. The -u tells Git to remember the parameters, so that next time we can simply run git push and Git will know what to do.-u: git에게 parameters를 저장시켜서 다음번에 쉽게 run git push 할 것. [Pulling Remotely]We've invited other people to our GitHub project who have pulled your changes, made their own commits, and pushed them. $ git pul..
WEB CONCEPTSCSS Box Model: illustrates the space and boundary properties of an HTML element that can be controlled using CSS.CSS SKILLSborder: sets the outline of an HTML page element, like a picture frame that contains the element. padding: sets the amount of space between an element's content and its border. margin: sets the amount of space between an HTML element and the next nearest element(..
PL/SQL - Oracle Sub-Program: Procedure(프로시저) create [or replace] procedure procedure_name [( parameter1 [mode1] datatype1, parameter2 [mode2] datatype2, ...)] is | as PL/SQL block; 1) 사번을 입력받아 해당 사원의 급여를 5000으로 수정하시오(procedure).CREATE PROCEDURE up_sal(vid employees.employee_id%type) IS BEGIN UPDATE EMPLOYEES SET SALARY = 5000 WHERE EMPLOYEE_ID = vid; END; EXEC up_sal(206); SELECT FIRST_NAME, SAL..
IF~ THEN~ END IF; 1) 임의의 성적을 사용하여 학점을 구하시오. DECLARE score number(3); grade varchar2(2); BEGIN score := 88; if score BETWEEN 90 and 100 then grade:= 'A'; end if; if score BETWEEN 80 and 89 then grade:= 'B'; end if; if scoreBETWEEN 70 and 79 then grade:= 'C'; end if; if scoreBETWEEN 60 and 69 then grade:= 'D'; end if; if score5000 AND r.sal5000 and r.sal9; END LOOP; i:=2; dan := dan+1; exit when d..
- Total
- Today
- Yesterday
- 테이블 데이터 복사
- SQL Operator
- tables in htmll
- 멤버 클래스
- 데이터 딕셔너리
- DECODE()
- casring
- Maven Project
- MONTH_BETWEEN
- 로컬 클래스
- 중첩 클래스
- SELECT절 명령어
- GROUP BY절
- NVL()
- 타입변환과 다형성
- Interface
- FileChannel
- Generic Type
- NVL2()
- 상속
- !(not)
- CLASS
- IS RECORD
- z-dindex
- IN(var1 var2 var3)
- 계층형 쿼리
- hierarchical query
- 복수행 함수
- DI(의존성 주입)
- implements
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |