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 | 31 |
Tags
- node.js 설치
- 타자 게임 만들기
- node.js로 로그인하기
- 계산맞추기 게임
- You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client"
- 인프런
- Colaboratory 글자 깨짐
- Concurrently
- 노드에 리액트 추가하기
- 리액트
- JS 개념
- vs code 내 node
- Spring-Framework
- react오류
- Python
- 자바스크립트
- 모던자바스크립트
- DB Browser
- intellij
- 모두의 파이썬
- 웹 게임을 만들며 배우는 리액트
- googleColaboratory
- props
- spring-boot
- ReactDOM.render is no longer supported in React 18. Use createRoot instead
- react
- 따라하며 배우는 노드 리액트 기본 강의
- Do it 자바스크립트 + 제이쿼리 입문
- 거북이 대포 게임
- intllij 내 Bean을 찾지 못해서 발생하는 오류
Archives
- Today
- Total
목록기본키 (1)
프로그래밍 삽질 중
기본키&외래키 설명
TCP School 기본키 설명 http://tcpschool.com/mysql/mysql_constraint_primaryKey Primary key(기본키) - 설정 시 not null, unique 속성을 지님 - null값 설정 불가, 중복 값x - 테이블 당 오직 하나의 필드만 설정 가능(데이터를 쉽고 빠르게 찾아줌) 기본키 생성 방법 1) create 문 ex) create table tbl_board( bno number(10,0) primary key, title varchar2(200) not null, content varchar2(2000) not null, writer varchar2(50) not null, regdate date default sysdate, updatedate ..
과거 프로그래밍 자료들/SQL(Oracle)
2021. 5. 18. 11:20