์ถ๋ ฅํ ๋ ์ ๋ชฉ์ ์์ ๊ณ ์ ํด์ ๋งค ํ์ด์ง๋ง๋ค ๋ฐ๋ณต ์ถ๋ ฅ๋๊ฒ ํ๋ ๋ฒ์๋จ ๋ฆฌ๋ณธ๋ฉ๋ดํ์ด์ง ๋ ์ด์์ ํญ ํ์ด์ง ์ค์ ๊ทธ๋ฃน์์ ์ธ์ ์ ๋ชฉ ๋ฒํผ ํด๋ฆญ ๋ํ๋๋ ์ฐฝ์์ ์ํธ ํญ ์ ํ ๋ฐ๋ณตํ ํ์์ ๊ณ ์ ํ๊ณ ์ถ์ ํ์ ์ ํ ์: $1:$1 → ์ฒซ ๋ฒ์งธ ํ์ ๋ฐ๋ณต ์: $2:$3 → ๋ ๋ฒ์งธ์ ์ธ ๋ฒ์งธ ํ์ ๋ฐ๋ณต ํ์ด์ง ๋ ์ด์์์์ "๋ฐ๋ณตํ ํ"์ ์ง์ ํ ๋๋ ์ ๋์ฐธ์กฐ($) ํ์์ ์ฌ์ฉํด์ผ ํจ. ์ ๋์ฐธ์กฐ ์์ด 1:1์ฒ๋ผ ์
๋ ฅํ๋ฉด, ์์
์ด ์ด๋ฅผ ์ ๋๋ก ์ฒ๋ฆฌํ์ง ๋ชปํ๋ฏ๋ก ๊ผญ $๋ฅผ ๋ถ์ฌ ์ฌ์ฉํ๊ธฐ๐ ์ฐธ๊ณ ๋ก ์ด์ด ์ ๋ง์ ๋๋ [์ธ์] > [์ค์ ] > [ํ ํ์ด์ง์ ๋ชจ๋ ์ด ๋ง์ถ๊ธฐ] ์ ํํ์ ๊ทธ๋ผ ์ถ๋ ฅํ ๋ ํ์ด์ง๋ง๋ค ์ ๋ชฉ์ด ๋ถ์ด์ ๋์จ๋ค
My Tech Blog (ETC)
Basic Command ์ ๋ฆฌ์๋์์ฑ: `Tab` ํค ** ํด๋๋ ํ์ผ ์
๋ ฅํ ๋ ํด๋น ์์น ์์ ์๋ ํด๋๋ ํ์ผ์ ์๊ธ์๋ง ์
๋ ฅํ๊ณ ํญํค ๋๋ฅด๋ฉด ์๋์์ฑโ๋ถ์ฌ๋ฃ๊ธฐ:`Shift + INS` ๋๋ ์ฐํด๋ฆญ** Ctrl + v ํ๋ฉด Ctrl์ด ํน์๋ฌธ์ ^๋ก ์
๋ ฅ๋๋ ๊ฒฝ์ฐ๊ฐ ์์ 1. ls (List)ls : ํ์ฌ ๋๋ ํ ๋ฆฌ์ ๋ชจ๋ ํ์ผ ๋ฐ ํด๋๋ฅผ ๊ธฐ๋ณธ ํ์์ผ๋ก ๋ณด์ฌ์ค๋ค. ls -l : ํ์ผ ๋ฐ ํด๋์ ๋ํ ์์ธํ ์ ๋ณด์ ํจ๊ป ๋ฆฌ์คํธ์
ํ๋ค. ls -a : ์จ๊ฒจ์ง ํ์ผ์ ํฌํจํ์ฌ ๋ชจ๋ ํ์ผ์ ๋ณด์ฌ์ค๋ค.** `.env` ๊ฐ์ ํ๊ฒฝ์ค์ ํ์ผ๋ค์ ์จ๊ฒจ์ ธ ์์ด์ ๊ทธ๋ฅ -ls ๋ก๋ ์๋์จ๋ค. `ls -a`์ด๋ `ls -al`๋ก ๊ฒ์ํด์ผ ํ๋ค. 2. cd (Change Directory)cd๋ ๋๋ ํ ๋ฆฌ๋ฅผ ๋ณ๊ฒฝํ๋ค. c..
๋ฌธ์ - Running Docker on Ubuntu 22.04`docker-compose up -d`- Above command fails with this error:dainwiki@DESKTOP-4OPVAQ5:~$ docker-compose up -dERROR: yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yaml", line 6, column 31 ์์ํ ์์ธ์ผ๋ฏ ํ์ผ์ ๋์ด์ฐ๊ธฐ์ ๋ฏผ๊ฐํ๋ฏ๋ก yaml ํ์ผ 6๋ฒ์งธ ์ค 31๋ฒ์งธ ๋ฌธ์์ ๊ตฌ๋ฌธ ์ค๋ฅ๋ ๋์ด์ฐ๊ธฐ๋ ์ฝ๋ก ๋ฌธ์ ์ผ ๊ฐ๋ฅ์ฑ์ด ํผ.๋ด๊ฐ ๋ฌธ์ ํด๊ฒฐ์ ์ํด์ ํ ์ผ1. yaml validator ๋๋ ค๋ณด๊ธฐํ์์ด ์ ํจํ yamlํ์ผ๋ก ํ์ธ๋จ 2. l..
gif ๊ธฐํx ์งํovite ๋ฐ์ดํธx ๋นํธodelphi ๋ธํ์ดx ๋ธํผquery ์ฟผ๋ฆฌ ํด์ด๋ฆฌ# hash ํด์ ์ต ์ฌํ! ๋ฑ
๋๋ํ* ์ ์คํฐ๋ฆฌ์คํฌ ๋ณํ^ ์บ๋ฟ~ ํธ๋ ๋ฌผ๊ฒฐํ` ๋ฐฑํฑ ๋ฐฑ์ฟผ๋zustand ์ ์คํ ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ? ์ฅฌ์คํo (๋
์ผ์ด) async ์์ด์ฑํฌawait ์ด์จ์ajax ์์์คx ์์ด์ญ์คasus ์ด์์คx ์์ด์์คo width ์๋x ์์คo height ํค์ดํธx ํ์ดํธobranch ๋ธ๋์นnull ๋route router ๋ฃจํธ ๋ฃจํฐredirect ๋ฆฌ๋ค์ด๋ ์
๋ฆฌ๋๋ ์
๋๋ค ๋จstringify ์คํธ๋ง์ดํ์ด ์คํธ๋ง์งํ์ด ๋๋ค ๋จregex ๋ ์ ์ค ๋ ๊ฒ์ค ๋๋ค ๋๊ณ ๋ ๊ทธ์์ค ์๋ chore ์ตธ์ดazure ์ ์ label ๋ผ๋ฒจx ๋ ์ด๋ธothreshold ์ค๋ ์๋href ์์ด์น๋ ํ nginx ์์ง์์ค #! sh..
๊ฐ์ธ์ํค๋ฅผ ๊ฐ๋ฐํ๊ณ ์๋ค. ๊ทธ๋ฅ ๋ณ ์๊ฐ ์์ด XAMPP๋ก ์ค์ ์ ํ๊ณ ์๋๋ฐ ๋ฐฐํฌํ๋ ค๊ณ ์ค๋นํ๋ ์ค์ XAMPP๋ ๋ก์ปฌ์์๋ ์ ์ฉํ์ง๋ง, ํธ์คํ
์ด๋ ๋ฐฐํฌ์๋ ์ ํฉํ์ง ์๋ค๋ ๊ฑธ ์๊ฒ ๋์๋ค. ๊ทธ๋์ WSL2๋ฅผ ์ค์นํด์ ๋ฆฌ๋
์ค ํ๊ฒฝ์ ๋ง๋ค์ด ์ค ๋ค์์ Docker์ ์ฌ์ฉํ ๊ฒ์ด๋ค. ์ผ์ ์์งํ ๋์ปค๊ฐ ๋ญ์ง ํ์คํ๊ฒ๋ ๋ชจ๋ฅด๊ฒ ๋ค ?๊ทผ๋ฐ ์์ฐ๋ฉด ์ด๋ป๊ฒ ๋๋์ง๋ ๊ฐ์ด ์กํ๋ค.... ๋์ปค๋ฅผ ์ฐ๋ ์ด์ ์๋ก ๋ค๋ฅธ ์์คํ
์์ ์คํํ ๋ ๋ฌธ์ ๊ฐ ์๊ธฐ๊ธฐ ๋๋ฌธ์ด๋ค. ์๋ฅผ ๋ค์ด, ๋ด๊ฐ ๋ง๋ ์น์ฌ์ดํธ๊ฐ ์ง์์๋ ์ ์๋ํ์ง๋ง, ํ๊ต ์ปดํจํฐ์์๋ ์ ๋ ์ ์๋ค. ๊ทธ ์ด์ ๋ ๋ ์ปดํจํฐ์ ํ๊ฒฝ์ด ๋ค๋ฅด๊ธฐ ๋๋ฌธ์ด๋ค. Docker๋ ์ด๋ฐ ํ๊ฒฝ ์ฐจ์ด๋ฅผ ์์ ์ค์, ์ด๋์๋ ๋๊ฐ์ด ์คํ๋ ์ ์๊ฒ ํด์ฃผ๋๋ฐ ๊ทธ ์ฅ์ ์ด ์๋ค. Docke..
๋ถ์คํ(BookStack API) ์ค์นํ๊ธฐ 1ํธhttps://awesomepossum.tistory.com/480 https://www.bookstackapp.com/ BookStackMulti-Lingual BookStack users can set their preferred language. Thanks to great community contributors, current languages built into BookStack include EN, FR, DE, ES, " data-og-host="awesomepossum.tistory.com" data-og-source-url="https://awesomepossum.tistory.com/480" data-og-url="https://aweso..
์ํด๊ฐ ๋ฐ์๋ค.๊ฐ์ธ์ํค๋ฅผ ๋ง๋ค์ > https://www.bookstackapp.com/ BookStackMulti-Lingual BookStack users can set their preferred language. Thanks to great community contributors, current languages built into BookStack include EN, FR, DE, ES, IT, JA, NL, PL, RU and many more. Integrated Authentication As well as the default email/www.bookstackapp.com ์ค๋น๋ฌผโญ XAMPP Control Panelhttps://www.apachefriends.org/download..
๐ ๋ฌธ์ npm ERR! ERESOLVE unable to resolve dependency tree npm install ๋ช
๋ น์ด ์คํํ ๋ ์๋์ ๊ฐ์ ์ค๋ฅ๋๋ฉด์ ์ค์น ์คํจํจInitialized git repository. Installing template dependencies using Foe errorError: Unable to resolve dependency treeWhile resolving: my-app@0.1.0 Found: react@19.0.0 node_modules/react Peer dependency issue: - react@18.0.0 is required by @testing-library/react@13.4.8 - Found: @testing-library/r..