전체 글 (38) 썸네일형 리스트형 2025.01.03 금요일!!!!4일차 MySQL을 배우고 있음 GROUP BY는 SQL 문에서 FROM절과 WHERE 절 뒤에 오며, 데이터들은 작은 그룹으로 분류하여 소그룹에 대한 항목별로 통계 정보를 얻을 때 사용된다.HAVING은 WHERE절과 비슷하지만 그룹을 나타내는 결과 집합의 행에 조건이 적용되는 차이가 있다.Create 문: 데이터베이스 생성 Primary key: SQL 데이터베이스에서 특정 레코드를 유일하게 식별하기 위해 사용되는 필드 또는 필드의 집합Auto_increment: 데이터베이스 시스템에서 자동으로 순차적인 번호를 생성해주는 기능Desc: 테이블 구조를 살표볼 수 있는 명령어 데이터 삽입(INSERT): 새로운 데이터를 삽입하는 것INSERT INTO user (name, age)VALUES ('홍길동', 25.. 25.01.02 목요일 3회차........................ JavaScript_switchif-else if 구조를 단순화여러 조건을 처리할 때 유용function getGrade(score) { switch (true) { case score >= 90: return "A"; case score >= 80: return "B"; case score >= 70: return "C"; case score >= 60: return "D"; default: return "F"; }}console.log(getGrade(95));console.log(getGrade(82));console.log(ge.. [English] 해리포터 영어 표현 Day 05 Buckbeak (벅빅)Buckbeak, a male Hippogriff, was brought to Hogwarts by Hagrid to be studied as part of a Care of Magical Creatures class. Like with all Hippogriffs, Buckbeak expected a level of respect when students approached him - and when Draco Malfoy taunted and provoked him, Buckbeak reacted badly and injured him, leading to an investigation by the Ministry. But apart from that, Buckbeak was.. 2024.12.31 화요일 2일차악! 행(row) - 가로, 열(column) - 세로 => 행렬(matrix)열의 데이터 하나하나가 모여서 행이 되는 것이다. 행이 많은게 좋을까? 아니면 열이 많은게 좋을까?변수값보다 데이터가 많은 것이 좋다. thead: 표의 헤더 부분을 정의함. 보통 열 제목이 들어감. (정보)tbody: 표의 본문 데이터를 정의함. (컨텐츠)tfoot: 표의 푸터 부분을 정의하며, 총합이나 요약 정보를 포함함. (총계)**header = 내비게이션, content = 사용자가 볼 핵심 내용, footer = 사이트 정보 thead, tbody, tfoot 태그 예시 2024년 1분기 판매 보고서 제품명 .. 2024.12.30 월요일 1일차..빅데이터 기초 빅데이터 기초 빅데이터 (Big Data)란?내가 원하는 데이터가 많이 있을 때를 '빅데이터'라고 한다. 목적에 맞게 분석함으로써 해당 분야의 필요 지식을 추출이를 조직의 전략적 의사결정에 활용하거나 시스템화하여 상시적으로 생산성 향상에 활용하거나 새로운 비즈니스 모델의 창출에 활용하고자 하는 패러다임. 지식을 탐색하는 방법들연역과 귀납연역: 합리적인 방법- 이미 알고 있는 일반적 지식, 법칙, 원리로부터 논리적인 규칙에 따라 필연적 결론을 이끌어 내는 것 귀납: 경험주의 방법- 과거의 사례가 있어야 한다는 점이 단점이다.추천시스템에서 가장 힘든 건 '콜드 시스템'이다.- '유효 시간'을 활용해서 알고리즘 e.g. Youtube 빅데이터의 출현 배경?(정보 환경의 변화) 클라우드 컴퓨팅 기술의 발전데이터.. [English] 해리포터 영어 표현 Day 04 Bathilda Bagshot (바틸다 백숏)Bathilda Bagshot was a magical historian and a long time friend of Albus Dumbledore. Author of A History of Magic, a core Hogwarts text, Bathilda lived and died in Godric's Hollow, the former home of Harry's family, the Potters. In fact, Bathilda had several connections to key wizarding world characters: she was Gellert Grindelwald's great-aunt.바틸다 백숏은 마법 역사학자이며 알버스 덤블도어.. [English] 해리포터 팩트 파일 영어 표현 정리 Day 03 Arnold (아놀드)Ginny Weasley's Pygmy Puff, Arnold was brightly coloured, pocket sized and delightfully fluffy. Bought from the Weasley twins' Diagon Alley shop, Arnold accompanied Ginny to Hogwarts and enjoyed riding around on her shoulder.지니 위즐리의 피그미 퍼프, 아놀드는 주머니에 쏙 들어가는 크기로 밝은 색에 폭신폭신한 털 뭉치에요. 위즐리 쌍둥이의 다이애건 앨리 상점에서 사온 아놀드는 지니의 어깨에 올라타서 호그와트에 함께 갔어요. Arthur Weasley (아서 위즐리)Arthur Weasley was the f.. [English] 해리포터 팩트 파일 영어 표현 정리 Day 02 Albus Potter (알버스 포터)Albus Severus Potter was the second son of Harry and Ginny. He attended Hogwarts for the first time with his cousin Rose Granger-Weasley but unlike Rose, Albus wasn't sorted into Gryffindor, much to his shock and fellow Hogwarts students. The Sorting Hat actually chose Slytherin where he joined Draco Malfoy's son, Scorpius. Unlike their dads, these boys formed a close friend.. 이전 1 2 3 4 5 다음