분류 전체보기85 [MariaDB] MariaDB 10.3 설치 1. MariaDB 다운로드 https://downloads.mariadb.com/Connectors/java/connector-java-2.3.0/ 2. mariadb-10.3.11-win64.msi file name click! 32/64 bit 환경에 맞추어 msi 설치 파일 다운로드 3. mariadb-10.3.11 설치 Next 버튼 click! 동의하기 체크 후 Next 버튼 click! Next 버튼 click! Modify password for database user 'root' = root 계정에 대한 password 설정Enable access from remote machines for 'root' user = 외부에서 root 계정에 대한 원격접속 허용Use UTF8 as def.. 2018. 12. 14. [CSS] flex 1. order : flex 항목의 순서를 지정합니다. DOCTYPE html>.flex-container { display: flex; align-items: stretch; background-color: #f1f1f1;} .flex-container>div { background-color: DodgerBlue; color: white; width: 100px; margin: 10px; text-align: center; line-height: 75px; font-size: 30px;}The order Property Use the order property to sort the flex items as you like: 1 2 3 4 2. flex-grow : flex 항목이 다른 flex 항목에.. 2018. 12. 12. [CSS] Flexbox float나 positioning을 사용하지 않고도 배치 구조를 쉽게 설계할 수 있도록 합니다. 1.Flexbox 요소- Flexbox 모델을 사용 하려면 먼저 flex container를 정의해야 합니다. - flex container의 직접적인 자식요소는 자동으로 flex 항목이 됩니다. 2.flex container 속성 2-1. flex-direction : flex 방향 속성은 container가 항목을 쌓으려는 방향을 정의합니다. ① column : 위에서 아래 방향으로 수직 정렬 합니다. DOCTYPE html>.flex-container { display: flex; flex-direction: column; background-color: DodgerBlue;} .flex-containe.. 2018. 12. 11. [exerd] 논리/물리 동시편집&PK설정&인덱스 설정 exerd에서는 논리/물리 동시편집 테이블을 생성할 수 있다. 01. 컬럼보기설정 버튼 클릭 > 논리/물리 동시편집을 선택 > 아래와 같은 새 테이블 생성 02. 테이블 클릭 > 오른쪽 마우스 클릭 > 다른 곳에서 보기 클릭 > 모델 뷰에서 클릭ctrl + shift + Enter : pk 설정ctrl + Enter : 컬럼설정 03. 모델 뷰 : 테이블 클릭 > 오른쪽 마우스 클릭 > 속성 클릭 04. 속성 : 일반 > 테이블 논리 이름 수정 > 테이블 물리 이름 수정 05. 속성 : 컬럼 > + 버튼 클릭 > PK 설정 06. 속성 : 인덱스 > + 버튼 클릭 > 유니크 체크 > OK 클릭 07. 속성 : 컬럼 > + 버튼 클릭 > 인덱스 컬럼 추가 > 자동증가&시작값 체크 08. 주석입력 09. 속.. 2018. 12. 7. 이전 1 ··· 12 13 14 15 16 17 18 ··· 22 다음