nobleser9617
@nobleser9617
Reviews Written
2
Average Rating
5.0
Posts
Q&A
params๋ถ๋ถ ์๋ฌ
์ผ๋จ ์ด๋ ๊ฒ parmas๋ฅผ await์ผ๋ก ๊ฐ์ธ๋ ํด๊ฒฐ๋๋๋ฐ ์ด๊ฒ ๋ง๋ ๋ฐฉ๋ฒ์ผ๊น์? `${process.env.NEXT_PUBLIC_API_SERVER_URL}/book/${(await params).id}`
- 0
- 3
- 389
Q&A
params๋ถ๋ถ ์๋ฌ
์ ์ฒด ์ฝ๋๋ ์ฒจ๋ถ ํ๊ฒ ์ต๋๋คimport style from "./page.module.css"; export default async function Page({ params, }: { params: Promise; }) { const result = await fetch( `${process.env.NEXT_PUBLIC_API_SERVER_URL}/book/${params.id}` ); if (!result.ok) { return ์๋ฌ ๋ฐ์ ...; } const book = await result.json(); const { id, coverImgUrl, title, subTitle, author, publisher, description } = book; return ( (์ฌ์ง) {title} {subTitle} {author} | {publisher} {description} ); }
- 0
- 3
- 389
Q&A
40๋ถ 30์ด๊ฒฝ navigate ์ง๋ฌธ ์์ต๋๋ค
์์ธํ ์ค๋ช ๊ฐ์ฌ๋๋ฆฝ๋๋ค ์ดํด๋์์ต๋๋ค
- 0
- 2
- 269
Q&A
git push origin master ์ ๋ ฅ์ ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค
noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp$ git config --global user.name "Sonseongoh"noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp$ git config --global user.email "nobleser@naver.com"noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp$ git config --global core.editor nanonoble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp$ git initInitialized empty Git repository in C:/Users/noble/OneDrive/๋ฐํ ํ๋ฉด/precamp/.git/noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git remote add origin https://github.com/Sonseongoh/precamp.git01~noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git remote -vorigin https://github.com/Sonseongoh/precamp.git01~ (fetch)origin https://github.com/Sonseongoh/precamp.git01~ (push)noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git statusOn branch masterNo commits yetUntracked files: (use "git add ..." to include in what will be committed) class/ cyworld/nothing added to commit but untracked files present (use "git add" to track)noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git add.git: 'add.' is not a git command. See 'git --help'.The most similar command is addnoble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git add .noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git statusOn branch masterNo commits yetChanges to be committed: (use "git rm --cached ..." to unstage) new file: class/01-html/01-tag.html new file: class/01-html/02-signup copy.html new file: class/01-html/02-signup.css new file: class/01-html/02-signup.html new file: class/02-css/01-boxmodel.html new file: class/03-javascript/01-variable.html new file: class/03-javascript/01-variable.js new file: class/03-javascript/02-object-array.js new file: class/03-javascript/04-document.html new file: class/03-javascript/04-document.js new file: class/03-javascript/05-function.html new file: class/03-javascript/05-function.js new file: class/03-javascript/06-timer.html new file: class/03-javascript/06-timer.js new file: class/03-javascript/07-signup.html new file: class/03-javascript/07-signup.js new file: class/03-javascript/08-phone.html new file: class/03-javascript/08-phone.js new file: "class/03-javascript/\354\227\260\354\212\265-01-array,js" new file: "class/03-javascript/\354\227\260\354\212\265-02-eamil-split.js" new file: "class/03-javascript/\354\227\260\354\212\265-03-object.js" new file: "class/03-javascript/\354\227\260\354\212\265-04-object-in-arr.js" new file: "class/03-javascript/\354\227\260\354\212\265-05-variable-if.js" new file: "class/03-javascript/\354\227\260\354\212\265-06-for.js" new file: "class/03-javascript/\354\227\260\354\212\265-07-Math.js" new file: "class/03-javascript/\354\227\260\354\212\265-08-timer.js" new file: class/final/final.css new file: class/final/final.html new file: class/final/final.js new file: cyworld/game.html new file: cyworld/game.js new file: cyworld/home.html new file: cyworld/images/background.png new file: cyworld/images/jukebox-01.png new file: cyworld/images/jukebox-02.png new file: cyworld/images/jukebox03.png new file: cyworld/images/lotto.png new file: cyworld/images/outerbox.png new file: cyworld/images/word.png new file: cyworld/index.html new file: cyworld/index.js new file: cyworld/jukebox.html new file: cyworld/styles/game.css new file: cyworld/styles/home.css new file: cyworld/styles/index.css new file: cyworld/styles/jukebox.cssnoble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git commit -m '๋ด ์ธ์์ ์ฒซ ์๋'[master (root-commit) d4e92f1] ๋ด ์ธ์์ ์ฒซ ์๋ 46 files changed, 1674 insertions(+) create mode 100644 class/01-html/01-tag.html create mode 100644 class/01-html/02-signup copy.html create mode 100644 class/01-html/02-signup.css create mode 100644 class/01-html/02-signup.html create mode 100644 class/02-css/01-boxmodel.html create mode 100644 class/03-javascript/01-variable.html create mode 100644 class/03-javascript/01-variable.js create mode 100644 class/03-javascript/02-object-array.js create mode 100644 class/03-javascript/04-document.html create mode 100644 class/03-javascript/04-document.js create mode 100644 class/03-javascript/05-function.html create mode 100644 class/03-javascript/05-function.js create mode 100644 class/03-javascript/06-timer.html create mode 100644 class/03-javascript/06-timer.js create mode 100644 class/03-javascript/07-signup.html create mode 100644 class/03-javascript/07-signup.js create mode 100644 class/03-javascript/08-phone.html create mode 100644 class/03-javascript/08-phone.js create mode 100644 "class/03-javascript/\354\227\260\354\212\265-01-array,js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-02-eamil-split.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-03-object.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-04-object-in-arr.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-05-variable-if.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-06-for.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-07-Math.js" create mode 100644 "class/03-javascript/\354\227\260\354\212\265-08-timer.js" create mode 100644 class/final/final.css create mode 100644 class/final/final.html create mode 100644 class/final/final.js create mode 100644 cyworld/game.html create mode 100644 cyworld/game.js create mode 100644 cyworld/home.html create mode 100644 cyworld/images/background.png create mode 100644 cyworld/images/jukebox-01.png create mode 100644 cyworld/images/jukebox-02.png create mode 100644 cyworld/images/jukebox03.png create mode 100644 cyworld/images/lotto.png create mode 100644 cyworld/images/outerbox.png create mode 100644 cyworld/images/word.png create mode 100644 cyworld/index.html create mode 100644 cyworld/index.js create mode 100644 cyworld/jukebox.html create mode 100644 cyworld/styles/game.css create mode 100644 cyworld/styles/home.css create mode 100644 cyworld/styles/index.css create mode 100644 cyworld/styles/jukebox.cssnoble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$ git push origin masterremote: Repository not found.fatal: repository 'https://github.com/Sonseongoh/precamp.git01~/' not foundnoble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/๋ฐํ ํ๋ฉด/precamp (master)$
- 0
- 2
- 869
Q&A
git push origin master ์ ๋ ฅ์ ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค
์ฃผ์ ๋ณต์ฌํด์ ์ค๋ ๊ณผ์ ์์ ~๊ฐ ๋์์ ๊ทธ๋ฐ๊ฒ ๊ฐ์๋ฐ ๊ฐ์์์๋๋ก ๋ฐ๋ผํ๋ ๊ณผ์ ์์ ๋ฌธ์ ๊ฐ ์์๋๋ฐgit push origin master๋ฅผ ์ ๋ ฅํ๋ ๊ณผ์ ์์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์ต๋๋ค๋ฌด์ํ๊ณ ์ฒ์๋ถํฐ ๋ค์ ์ ๋ ฅํ์ฌ ~๋ถ๋ถ๋ง ๋นผ๊ณ ๋ค์ ์ ๋ ฅํด๋ ๋๋์ง ์๋๋ฉด ์ถฉ๋๊ฐ์๊ฒ ์ผ์ด๋ ์ ์์ผ๋ ์ญ์ ๋ฐฉ๋ฒ์ด ์๋์ง ๊ถ๊ธํฉ๋๋คํน์ ๋ชฐ๋ผ์ ์ ๋ ฅ๊ฐ๊ณผ ๊ฒฐ๊ณผ๊ฐ ๋ชจ๋ ๋จ๊ฒจ๋๊ฒ ์ต๋๋ค
- 0
- 2
- 869




