์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array ๊ฐ์ฒด
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
A Joyful AI Research Journey๐ณ๐
[K-๋์งํธ ํธ๋ ์ด๋] ํ์ ๊ฐ์ฌ๋์ ํ๋ก์ ํธ ๊ด๋ จ ์๋ฆผ (์ถ๊ฐ์ค) ๋ณธ๋ฌธ
[K-๋์งํธ ํธ๋ ์ด๋] ํ์ ๊ฐ์ฌ๋์ ํ๋ก์ ํธ ๊ด๋ จ ์๋ฆผ (์ถ๊ฐ์ค)
yjyuwisely 2023. 2. 23. 07:00ํ์ ๊ฐ์ฌ๋์ ์๋ฆผ
Jsp include
https://solbel.tistory.com/642
- ๋ฐ๋ก ๋ฐ์: ๋ธ๋ผ์ฐ์ ์บ์ ๋ฐ ์ฟ ํค ์ญ์ ํ๊ธฐ
์บ์๋ ๋ค์ ๋ฐฉ๋ฌธ ์ ํ์ด์ง๋ฅผ ๋น ๋ฅด๊ฒ ์ด ์ ์๋๋ก ์ด๋ฏธ์ง ๋ฑ ํ์ด์ง์ ์ผ๋ถ๋ฅผ ๊ธฐ์ตํฉ๋๋ค.
์ฟ ํค๋ ๋ด๊ฐ ๋ฐฉ๋ฌธํ๋ ์ฌ์ดํธ์์ ๋ง๋๋ ํ์ผ๋ก, ์ธํฐ๋ท ์ฌ์ฉ ๊ธฐ๋ก์ ์ ์ฅํ์ฌ ์ธํฐ๋ท์ ๋ ์ฝ๊ฒ ์ฌ์ฉํ ์ ์๋๋ก ํด ์ค๋๋ค.
230222 Wed 39th class
API ์ ์ฉ ์ฐ์ต ๋ง์ด ํ๊ธฐ
์์)
์ ํ๋ธ api
์ํ TMDB
๊ณต๊ณต๋ฐ์ดํฐํฌํธ: ๊ณต๊ณต api ์ ๊ณตํด์ค
https://www.data.go.kr/
์๋ฃํ
Java
HashMap(ํด์ฌ๋งต): Java HashMap is a class which is used to perform operations such as inserting, deleting and locating elements in a map. We create a map, where we pass two kinds of values which are 'key' and 'value'.
Javascript/jQuery
JSON(์ ์ด์จ): JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays.
Python
Dictionary(๋์ ๋๋ฆฌ): Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered, changeable and do not allow duplicates.
๋ฌผ๋ฆฌ์ญ์ ์ ๋ ผ๋ฆฌ์ญ์ ๋ ์ ์ฉ SQL ๋ช ๋ น์ด ๋ฐ๋ก ์กด์ฌํ์ง ์๋๋ค. ์์คํ ์ค๊ณ ๋ถ์ผ์ ๊ดํ ๊ฒ์ผ๋ก ์์คํ ์ ๊ตฌ์ถํ ๋ ์์ฃผ ์ฌ์ฉํ๋ ๋ง์ด๋ค.
ํ์๊ฐ์ | ||||||||
member | ||||||||
id | password | name | address | gender | state | state | ||
abc | 1234 | ์ ์๋ฐ | 1 | 1 | ํ์ฌ ํ์ | |||
def | 5678 | ์ด์์ต | 1 -> 2 | 2 | ํํด(ํ์์ด ์ง์ ) | |||
ghi | 9876 | ํ๊ธธ๋ | 1 -> 3 | 3 | ํํด(๋ธ๋๋ฆฌ์คํธ) |
3๋ฒ ํ์์ ๊ฒฝ์ฐ ๋ง์น ์ญ์ ๊ฐ ๋ ๊ฒ์ฒ๋ผ ๋ง๋ค์ด์ค์ผ ํ๋ค.
ํํด ๋ฒํผ์ ๋๋ ์ ๋(ํ์๊ฐ์
ํ๋ฉด)
update member set state = 2 where id = 'def'
๋ธ๋๋ฆฌ์คํธ๋ฒํผ(๊ด๋ฆฌ์ ํ๋ฉด)
update member set state = 3 where id = 'ghi'
-> delete ํ ๊ฑด ์๋๋ฐ, delete ํ ๊ฒ ์ฒ๋ผ ๋ณด์ฌ์ค๋ค.
ํ์๋ชฉ๋ก๋ฆฌ์คํธ
select * from member where state = 1
์ธ๋ผ์ธ ๋ทฐ: FROM ์ ์์ ์ฌ์ฉ๋๋ ์๋ธ์ฟผ๋ฆฌ. ORDER BY๋ฅผ ์ฌ์ฉ ๊ฐ๋ฅ
๊ฒ์ํ ํ์ด์ง ์ฒ๋ฆฌ ๋ ์ด๋ค.
ROWNUM
๊ฒ์ํ ๋ง๋ค ๋ ์ด๋ค.
๊ต์ฌ p. 111
p. 213
230317 Fri
(๊ทธ๋ฃน)ํ๋ก์ ํธ ํ ๋
ํ
์ด๋ธ๋ช
์ธ์ ๊ธฐ๋กํ๊ธฐ (๊ด๊ณ ์ค์ ์ ๋ํ ์ ๋ณด๊ฐ ์๋ค.)
๋ฌธ์ํ์ํจ๋ค.
๊ด๊ณ ์ค์ ์ ํ๊ธฐ ์ํ ์ด๋ฏธ์ง, ๊ทธ๋ํ -> ํ
์ด๋ธ ๋ช
์ธ์
DB์ค๊ณ/DB๊ตฌํ
์ด๋ฆ | ๋ฐ์ดํฐํ์ | ์ค๋ช | ๋น๊ณ
-> Questionlist Table
ํ ์ด๋ธ ID | ํ ์ด๋ธ๋ช | |||||
๋ฐ์ดํฐ๋ฒ ์ด์ค๋ช | ||||||
ํ๊ธ ์นผ๋ผ๋ช | ์๋ฌธ ์นผ๋ผ๋ช | ํ์ | ๊ธธ์ด | PK ๊ตฌ๋ถ | Not Null ๊ตฌ๋ถ | ์ฐ๊ดํ
์ด๋ธ (์ธ๋ํค) |
์ด๋ฐ์์ผ๋ก ๋ง๋ ๋ค.
ํ ์ด๋ธ ๋ช ์ธ์๋ฅผ ๋ง๋ค๋ ๊ธฐ์ค
1. ํ ์ด๋ธ๋ช ์ด ์์ด์ผํ๋ค.
2. ํ๋๋ช ๊ณผ ํ๋๊ฐ ๊ตฌ์ฑํ๊ณ ์๋ ๋ด์ฉ์ด ๋ฌด์์ธ์ง ๋์์์ด์ผํ๋ค.
3. ํ๋์ ๋ฐ์ดํฐํ์ ์ ํ์ํ๋ค.
4. ์ฌ์ฉ์ค์ธ์ง ์๋์ง ์ฌ๋ถ๋ฅผ ํ์ํ๋ค.
5. ๊ธฐ๋ณธ๊ฐ์ด ๋ฌด์์ธ์ง ํ์ํ๋ค.
6. ํ ์ด๋ธ์ด ๋ง๋ค์ด์ง ๋ชฉ์ ์ด ๋ฌด์์ธ์ง ์ ์ ์์ด์ผํ๋ค.
7. ํน์ด์ฌํญ๋ฑ์ ์ ๋๋ค. (db์์ง, unsigned์ฌ์ฉ์ฌ๋ถ, auto_increment ๋ฑ)
์ฐธ๊ณ : https://minbbal.tistory.com/18
230410
๋ค์์ฃผ์๋ ์๋ ๋ด์ฉ์ ์ค๋ช
ํ๊ฒ ์ต๋๋ค. ๋ฏธ๋ฆฌ ํ๋ฒ ์ฝ์ด๋ณด์ธ์~
๋๊ธฐ์ vs ๋น๋๊ธฐ์
https://dev-coco.tistory.com/46
https://sudo-minz.tistory.com/21
ajax
https://azderica.github.io/00-javascript-ajax/