29์ด์ ๊ฐ๋ฐ์ ์์ํ ๋ฆ๊น์ด ๊ฐ๋ฐ์
31์ด๋ถํฐ 6๋ ๊ฐ PHP๊ฐ๋ฐ์๋ก ์ด๋ค๊ฐ
2024๋ Java๊ฐ๋ฐ์๋ก ์ ํฅํ์ต๋๋ค.
Posts
Q&A
WEBAPP_VAR์ ์ ์ฉํด๋, go-web-application-windows.exe์์ ์ถ๋ ฅ๋์ง ์์
ํ์ธ ๊ฒฐ๊ณผ,GitBash์์ WATCH๊ฐ ์๋์, WSL์ ์ด์ฉํ์๋๋ฐ WSL์์ ์ ์ฉ์ด ๋์ง ์์์ต๋๋ค. GitBash๋ก ์ ์ฉํ๋ ์ ์์ ์ผ๋ก ์ ์ฉ๋์์ต๋๋ค.export WEBAPP_VAR=bailey export | grep WEBAPP_VAR declare -x WEBAPP_VAR="bailey" ./go-web-application-windows.exe 2024/05/03 00:48:28 This is GO-WEB-APPLICATION 2024/05/03 00:48:29 INFO: Application is initializing... 2024/05/03 00:48:29 INFO: Configuration files are being read... 2024/05/03 00:48:29 WARN: Debug mode is enabled. 2024/05/03 00:48:29 DEBUG: Verbose logging is activated for debugging. 2024/05/03 00:48:29 WARN: Example warning message. 2024/05/03 00:48:29 WARN: Another warning, maybe related to configuration. 2024/05/03 00:48:29 INFO: Starting server on port 8080... 2024/05/03 00:48:29 INFO: Server is ready to receive requests. 2024/05/03 00:48:29 INFO: Listening for connections... 2024/05/03 00:48:29 INFO: Health checks are running. 2024/05/03 00:48:29 INFO: WEBAPP_VAR ํ๊ฒฝ๋ณ์๋ bailey ์ ๋๋ค. 2024/05/03 00:48:29 Starting server on :8080 2024/05/03 00:48:29 INFO: WEBAPP_VAR ํ๊ฒฝ๋ณ์๋ bailey ์ ๋๋ค.์ฑ๊ณต(์ฌ์ง)
- 2
- 1
- 365
Q&A
Part 6 watch ์ง๋ฌธ
ํฌ๊ธฐํ๊ณ WSL๋ก ํ๋ ์ค์ ๋๋ค '-'
- 0
- 4
- 769
Q&A
dev container ์ข ๋ฃ
์ ๋ ์ปจํ ์ด๋ ์ข ๋ฃ ์์ผ๋ VSCode๋ง ์ผ๋ฉด ๊ณ์ ๋ค์ ์ค์น๋์ด ๊ณ ์ํ๋ค๊ฐ ๊ฒจ์ฐ ์ข ๋ฃํ๋ ๋ฒ์ ์ฐพ์์ต๋๋ค.Ctrl(CMD) + P ํ์ ์ ๊ฒ์์ฐฝ์> Close Remote Connection๋ผ๊ณ ์น์๊ณ ํด๋ฆญํ์๋ฉด ๋๊ฐ์ง๋๋ค.
- 2
- 2
- 549
Q&A
git clone https://github.com/daintree-henry/leafy.gif๊ฐ not found๋ก ๋น๋๋ค.
๋ด์ฉ์ ๋ง์ ๋ค์ด๋ณด๋ ๋๋ ํ ๋ฆฌ๋ง ๋ค์ด๋ฐ๊ธธ๋, .gif๋ฅผ ์ญ์ ํ๊ณ ๋ค์๊ณผ ๊ฐ์ด ๋ค์ด๋ก๋ ๋ฐ์์ต๋๋ค.$ git clone https://github.com/daintree-henry/leafy Cloning into 'leafy'... remote: Enumerating objects: 347, done. remote: Counting objects: 100% (81/81), done. remote: Compressing objects: 100% (35/35), done. remote: Total 347 (delta 65), reused 46 (delta 46), pack-reused 266 Receiving objects: 100% (347/347), 232.19 KiB | 9.29 MiB/s, done. Resolving deltas: 100% (132/132), done. ์ดํ ๋ฌธ์ ๊ฐ ๋ ์ง ํ์ธ๋ง ๋ถํ ๋๋ฆฝ๋๋ค.
- 1
- 2
- 425