본문 바로가기

Code

(22)
0421 primary key: each table can contain only one primary key; it should contain unique values and cannot contain NULL value not null - 제약조건 중 하나 : create 할때 NOT NULL을 사용하면 해당 필드는 NULL값을 가질 수 없음 %의 기능 - 와일드 카드 = 개수에 관계없는(0개 이상의) 모든 글자를 말한다
node.js - 04.20 JS const express = require('express'); const app = express(); const nunjucks = require('nunjucks'); // nunjucks 가져오기 const bodyParser = require('body-parser'); //nunjucks setting nunjucks.configure('views',{ express:app, autoescape:true, }); app.set('view engine','html'); //외워라 { //request, respond app.get('/',(a,b)=>{}) res.render('index.html',{ title : req.query.name, user_id : req.query.id, u..
web.code.0408
0330.기초C
03.29 - dividing *{margin:0; padding:0;} ul,li{list-style: none;} a{text-decoration: none;} img{ display: block; line-height: 0; } #wrap{ width: 100%; } #header_wrap{ width: 100%; background: red; } #header{ height: 100px; width: 1200px; margin: 0 auto; background: blue; } #snb_wrap{ width: 100%; height: 200px; background: yellow; position: absolute; z-index: 3; } #snb{ width: 1200px; height: 100%; background: t..
3.26 학교소개 교육과정 취업정보 커뮤니티 상담신청 인사말 연혁 교직원소개 시설소개 오시는길 과정안내 취업자인터뷰 취업현황 포트폴리오 공지사항 수강후기 KI이야기 KI기자단 교수칼럼 상담게시판 지원하기 자주묻는질문 AR/VR특화과정 너도 될 수 있어! KDT혁신교육기관 취업률 1위 3년우수훈련기관 Game Architecture 게임 기획 게임기획자를 위한 Class 바로가기 Game Programming 게임 프로그래밍 게임프로그래밍을 위한 Class 바로가기 Game Artwords 게임 원화 게임 원화를 위한 정석 Class 바로가기 Programer Coaching 프로게이머 코칭 프로게이머 데뷔 Class 바로가기 AR/VR AR/VR 증강현실/가상현실 Class 바로가기 Block Chain 블록체인..
CODE NAVER
3.23 - Delete Btn(Code) its still working w/o array LIKE: RESULT : X버튼을 누르면 렬이 삭제됨