Posts
Q&A
๋์ค์ฝ๋ ์ด๋์ฅ์ ์ด๋๋ก ๋ฐ๋์?
์ ๋ ๊ณ์ ์๋ค์ด๊ฐ์ง๋ค์. ๋ง๋ฃ๋์๋ค๊ณ ๋์ต๋๋ค.
- 0
- 4
- 55
Q&A
kafka-broker01 ping ๋ฐ์ ์์ต๋๋ค.
๋ณด์๊ทธ๋ฃน ipv4๋ก ํด์ผํ๋๋ฐ ipv6๋ก ํ๋ค์ ์์ ํ ์ ์ ๋์ํฉ๋๋ค.
- 0
- 3
- 38
Q&A
๋์ค์ฝ๋ ์ด๋์ฅ์ ์ด๋๋ก ๋ฐ๋์?
๋ง๋ฃ๋ ํ์ด์ง๋ผ๊ณ ๋์ค๋ค์.
- 0
- 4
- 55
Q&A
kaggle gpu images ์ค์น์ Error๊ฐ ๋ฐ์ํฉ๋๋ค.
docker pull gcr.io/kaggle-gpu-images/python:v152 ์ด๋ ๊ฒ ํ๋ ์ํ์ด๋๋ค์.์ ๊ฐ์์ ๋์์์๋ค์. ์์๋ง ๋ฉ์ถฐ๋๊ณ ์ ์๋์ง ํ๊ณ ์์๋๋ฐ ๋ฐ๋ก ๋ค์ ์์๋ค์. ใ ใ
- 0
- 3
- 179
Q&A
WSL ์ค์น
(์ฌ์ง)(์ฌ์ง)๋ค๋ฅธ๊ฑฐ ๋ค ์ง์ฐ๊ณ ์ํํ์๋ 0x80370102 error๊ฐ ๋ฐ์ํฉ๋๋ค. BIOS์์ Intel Visualization Technology Enable ์ค์ ๋ ๋์ด์์ต๋๋ค. ๊ตฌ๊ธ๋ง ํด์ ์ด๊ฒ์ ๊ฒ ํด๋ด๋ ์๋๋ค์.
- 0
- 2
- 818
Q&A
layout.html
์์ ๋ค ์ ์์ ์ผ๋ก ์ธํ ๋์ด์์ต๋๋ค. ํ์ฌ ๋ณด์์ ํ์ผ์ ์ฌ๋ฆฌ๊ฑฐ๋ ์๊ฒฉ๋ฑ์ ๋ชปํ๊ณ ์์ต๋๋ค. ์ด๋ฏธ์ง๊ฐ ์ ์ฅ์ด ๋ ๋ media folder๊ฐ ์์ฑ์ด๋๊ณ ๊ทธ ํ์์ ์ ์ฅ์ด ๋์ด์ผํ๋๊ฒ ์๋๊ฐ์?
- 2
- 2
- 208
Q&A
Error๊ฐ ๋ฐ์ํ๋๋ฐ ์์ธ์ ๋ชจ๋ฅด๊ฒ ์ต๋๋ค.
Template-loader postmortem Django tried loading these templates, in this order: Using engine django: django.template.loaders.filesystem.Loader: C:\ProgramData\Anaconda3\lib\site-packages\django-2.2.4-py3.7.egg\django\forms\templates\markdownx\widget2.html (Source does not exist) django.template.loaders.app_directories.Loader: C:\Users\2045623\Desktop\django\blog\templates\markdownx\widget2.html (Source does not exist) django.template.loaders.app_directories.Loader: C:\ProgramData\Anaconda3\lib\site-packages\django-2.2.4-py3.7.egg\django\contrib\admin\templates\markdownx\widget2.html (Source does not exist) django.template.loaders.app_directories.Loader: C:\ProgramData\Anaconda3\lib\site-packages\django-2.2.4-py3.7.egg\django\contrib\auth\templates\markdownx\widget2.html (Source does not exist) widget2.html ์ด ์๋ค๊ณ ๊ทธ ๋ฐ์ ๋์ค๋ค์. ใ ใ
- 0
- 3
- 349
Q&A
๋์ผํ๊ฒ ์ ์๋๋ฐ ERR๊ฐ ๋ฐ์ํ๋ค์. ๋ค์ ๊ณ์ ๋ด๋ ์ด๋๊ฐ ์๋ชป๋๊ฑด์ง ๋ชจ๋ฅด๊ฒ ์ต๋๋ค.
๋ค 6๋ฒ์ผ๋ก ํ๋ ๋์ค๋ค์ ๊ฐ์ฌํฉ๋๋ค.
- 0
- 3
- 229
Q&A
๋์ผํ๊ฒ ์ ์๋๋ฐ ERR๊ฐ ๋ฐ์ํ๋ค์. ๋ค์ ๊ณ์ ๋ด๋ ์ด๋๊ฐ ์๋ชป๋๊ฑด์ง ๋ชจ๋ฅด๊ฒ ์ต๋๋ค.
views def post_detail(request, pk): blog_post = Post.objects.get(pk=pk) return render( request, 'blog/post_detail.html', { 'blog_post': blog_post, } )
- 0
- 3
- 229