묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨프리미어 프로 마스터(에피소드1) - 이것이 프리미어프로다!
빈에 넣었던 영상을 다른 빈으로 옮기고 싶으면 어떻게 하나요?
빈에 넣었던 영상을 다른 빈으로 옮기고 싶으면 어떻게 하나요?
-
미해결공공데이터로 파이썬 데이터 분석 시작하기
to_list() 오류
안녕하세요. 좋은 강의 덕분에 파이썬에 흥미를 붙이고 열심히 따라하고 있습니다. 간단한 오류에도 대처가 안되네요. 지역명을 리스트로 바꿔주는 to_list 옵션을 쓰니 다음과 같은 에러가 발생했습니다.
-
미해결파이썬 입문 및 웹 크롤링을 활용한 다양한 자동화 어플리케이션 제작하기
환경설정
FileNotFoundError: [Errno 2] No such file or directory: 'food-list.html'환경설정을 해주고 고급시스템으로 제가원하는 위치를 경로로 찍어줬음애도 못찾는다고 뜨네요 왜그럴까요..
-
미해결퀀트 트레이더 맛보기: 알고리즘 구현방식부터 트러블슈팅 프로세스까지
교재가 없네요.
교재가 없네요.
-
미해결페이스북 클론 - full stack 웹 개발
따라하면서 어느정도는 이해는 가는데 설명이 많이 부족한 느낌입니다.
signup.html 에서 {{form.as_p}} 부분은 느낌상 이전 강의에서 작성하였던 forms.py 에 있는 내용을 바탕으로 form 을 꾸며주는 것 같습니다. 맞는지요?
-
미해결누구나 할 수 있는 웹툰(webtoon) 그리기 Part.1
배경 채색 과정 1,2가 이상해요
다른 파일이 올라간 것 같아요....
-
해결됨공공데이터로 파이썬 데이터 분석 시작하기
seaborn 오류가 납니다
안녕하세요, 강의 잘 듣고 있습니다. 다름이 아니라 Seaborn으로 barplot을 그리는 와중에 문제가 생겼습니다. 평당분양가격도 float64가 맞는데 무엇이 문제일까요? 각 패키지 버전은 아래와 같습니다. Seaborn => 0.10.0 matplotlib => 3.1.3 Python => 3.7 pandas => 1.0.1 Anaconda => 32bit 감사합니다!
-
[2026년 출제기준] 웹디자인개발기능사 실기시험 완벽 가이드
페이스 슬라이드 제작시 visibility:hidden을 하여도 3번째 이미지만 클릭되어서 3번째 링크로만 이동하는데 어떻게 해야 할까요?
삭제된 글입니다
-
미해결[개정판] 파이썬 머신러닝 완벽 가이드
강의자료
안녕하세요, 강의잘 보고 있습니다. 강의자료를 받을 수 있을까요?
-
미해결[2026년 출제기준] 웹디자인개발기능사 실기시험 완벽 가이드
인라인요소에서 중앙으로 보낼 때
부모요소에 text - align : center ; 썼는데 박스가 중앙으로 안가요ㅠㅠ 블록라인 요소에서도 (자기 자신에 margin : auto;) 마찬가지로 적용이 안되요ㅠㅠ ---------------------------------------------------- <!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>dfd</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <div class="parent"> <span class="child"></span> </div> </body> </html> ------------------------------------------ .parent{ border: 5px solid red; width: 600px; overflow: hidden; text-align: center; } .child{ background-color: lightcoral; width: 200px; height: 200px; float: left; }
-
미해결[개정판] 파이썬 머신러닝 완벽 가이드
로지스틱 회귀(다항 로지스틱)
보통 시그모이드 함수는 종속변수가 2개로 분리될 때 사용된다고 배웠습니다. 그렇다면 종속변수가 3개나 그 이상으로 분리 된다고 했을 때는 시그모이드함수 말고 다른 걸 사용하면 되는건가요? 실제 사례에 적용을 하고 싶은데 어떤 자료를 공부하면 될까요?
-
해결됨스프링 프레임워크 핵심 기술
프로토타입 객체가 아닌 POJO 객체의 참조는 어떤가요?
@Component도 @Scope("prototype")도 사용하지 않는 일반 객체를 싱글톤 빈에서 참조한다면매번 다른 인스턴스를 사용할 수 있나요?
-
미해결윈도우 리버싱 (window reversing) 완벽 이해 - 레나 챌린지 풀이
35강은 왜 없나요??
35강은 왜 없나요??
-
미해결Vue.js 시작하기 - Age of Vue.js
vue 정의 되지 않음 오류
Uncaught ReferenceError: Vue is not defined 오류가 나는데 어떻게 해야 하나요
-
미해결[2026년 출제기준] 웹디자인개발기능사 실기시험 완벽 가이드
겹쳐쓰기(모드)해제 하는 법...
문자를 잘못입력해서 중간에 문자를 삽입하려고 하는데, 겹쳐쓰기 모드(?)처럼 뭐가 잘못 오류나서 문자 중간에 다른 문자를 추가하면 그 뒤 문자가 삭제가 되는데 어떻게 해결하나요ㅠㅠ
-
미해결데브옵스(DevOps)를 위한 쿠버네티스 마스터
Windows docker 격리 모드 관련 하여 문의 드립니다.
Windows 와 OSX 에서는 hyper-v 위에서 docker 컨테이너가 실행되어 성능상의 패널티가 있다고 하셨는데 https://docs.microsoft.com/ko-kr/virtualization/windowscontainers/manage-containers/hyperv-container 위 링크에서 보면 process 격리 모드라는 것을 제공한다고 하고 이 경우에는 패널티가 없을 것 같은데 아닌가요?
-
미해결[OpenCV] 파이썬 딥러닝 영상처리 프로젝트 - 손흥민을 찾아라!
dlib 설치 오류
안녕하세요 dlib 설치하는 데 문제가 생겨서요. cmake까진 잘 설치가 됐는데 dlib이 자꾸 오류나서 다른 분 케이스 찾아보고 그대로 conda install -c conda-forge dlib도 해봤는데 설치가 안 되네요... Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: / Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. Examining xlwt: 3%|█▋ | 8/301 [01:10<1:05:02, 13.32s/it]/Examining libtiff: 5%|███ | 15/301 [01:23<15:25, 3.24s/it]/Examining future: 15%|█████████▏ | 44/301 [04:13<07:00, 1.64s/it]|Examining qt: 18%|████████████ | 54/301 [05:34<27:19, 6.64s/it]/Examining pathtools: 19%|███████████▏ | 56/301 [05:48<29:39, 7.26s/it]/Examining snappy: 20%|████████████▎ | 59/301 [05:50<21:11, 5.26s/it]/Examining _ipyw_jlab_nb_ext_conf: 21%|█████████▉ | 64/301 [06:02<18:46, 4.75s/it]/Examining pandas: 23%|██████████████▍ | 69/301 [06:18<12:21, 3.19s/it]|Examining xlsxwriter: 25%|██████████████▉ | 76/301 [06:58<18:25, 4.91s/it]|Examining babel: 26%|████████████████▎ | 77/301 [06:59<14:26, 3.87s/it]|Examining backports: 26%|███████████████▋ | 79/301 [07:08<07:48, 2.11s/it]-Examining certifi: 28%|█████████████████ | 83/301 [07:09<05:20, 1.47s/it]\Examining astroid: 29%|██████████████████▏ | 88/301 [07:23<11:39, 3.28s/it]\Examining jpeg: 34%|█████████████████████▍ | 101/301 [07:34<02:28, 1.35it/s]/Examining prometheus_client: 36%|██████████████████▏ | 107/301 [07:39<02:14, 1.45it/s]/Examining sphinxcontrib-jsmath: 41%|███████████████████▍ | 122/301 [08:12<13:05, 4.39s/it]/Examining m2w64-gcc-libs-core: 43%|█████████████████████▏ | 130/301 [08:17<03:31, 1.23s/it]/Examining sphinxcontrib-serializinghtml: 44%|█████████████████ | 132/301 [08:18<02:35, 1.09it/s]|Examining icu: 44%|████████████████████████████▋ | 133/301 [08:18<02:00, 1.40it/s]\Examining imageio: 46%|███████████████████████████▉ | 138/301 [08:25<02:50, 1.04s/it]|Examining pylint: 47%|█████████████████████████████ | 141/301 [08:47<09:57, 3.73s/it]|Examining setuptools: 47%|███████████████████████████▏ | 141/301 [08:52<09:57, 3.73s/it]/Examining openpyxl: 48%|████████████████████████████▌ | 143/301 [09:17<16:19, 6.20s/it]\Examining anaconda-project: 50%|█████████████████████████▋ | 149/301 [09:50<14:32, 5.74s/it]-Examining qtpy: 57%|████████████████████████████████████▌ | 172/301 [10:34<01:34, 1.36it/s]-Examining nose: 61%|███████████████████████████████████████▎ | 185/301 [10:53<06:29, 3.36s/it]\Examining libpng: 65%|████████████████████████████████████████▎ | 196/301 [11:54<07:58, 4.55s/it]|Examining bcrypt: 68%|██████████████████████████████████████████▏ | 205/301 [13:44<15:36, 9.75s/it]/Examining notebook: 72%|███████████████████████████████████████████▍ | 218/301 [14:11<07:54, 5.72s/it]/Examining pyyaml: 75%|██████████████████████████████████████████████▎ | 225/301 [15:17<14:00, 11.06s/it]/Examining pyopenssl: 75%|████████████████████████████████████████████▍ | 227/301 [15:18<06:56, 5.63s/it]-Examining pycurl: 76%|███████████████████████████████████████████████▏ | 229/301 [15:21<04:07, 3.44s/it]/Examining conda-package-handling: 77%|███████████████████████████████████▌ | 233/301 [15:23<01:30, 1.33s/it]|Examining contextlib2: 78%|████████████████████████████████████████████▎ | 234/301 [15:26<01:29, 1.33s/it]\Examining msys2-conda-epoch: 81%|█████████████████████████████████████████▎ | 244/301 [15:38<01:00, 1.06s/it]|Examining chardet: 84%|███████████████████████████████████████████████████▎ | 253/301 [15:48<00:54, 1.14s/it]|Examining console_shortcut: 92%|███████████████████████████████████████████████▊ | 277/301 [16:31<01:40, 4.18s/it]-Examining pyqt: 98%|██████████████████████████████████████████████████████████████▋ | 295/301 [18:52<01:12, 12.05s/it]|Examining partd: 100%|███████████████████████████████████████████████████████████████| 301/301 [18:54<00:00, 2.26s/it]/Examining conflict for sphinx jupyterlab numpydoc jupyterlab_server jupyter widgetsnbextension dask nbconvert conda-bui\Examining conflict for astroid anaconda lazy-object-proxy pylint: 14%|█▊ | 42/301 [19:26<1:20:27, 18.64s/it]\Examining conflict for bkcharts matplotlib astropy seaborn mkl-service numpy numexpr dask hdf5 h5py imageio pytables bo\Examining conflict for jupyter_console pytest-astropy-header pytest-remotedata prompt_toolkit astropy pytest-arraydiff -Examining conflict for isort pylint python-language-server anaconda spyder: 29%|█▍ | 87/301 [33:28<42:28, 11.91s/it]|Examining conflict for pyopenssl cryptography paramiko urllib3: 40%|██████▍ | 120/301 [42:02<44:25, 14.72s/it]-Examining conflict for blosc zstd libtiff libarchive: 44%|███████████▎ | 131/301 [44:23<48:49, 17.23s/it]\Examining conflict for python-libarchive-c conda-build anaconda conda-verify conda-package-handling libarchive conda: /Examining conflict for python-libarchive-c pytables conda-build anaconda conda-package-handling libarchive lzo: 54%|▌|/Examining conflict for matplotlib-base matplotlib seaborn anaconda bokeh nltk scikit-image kiwisolver: 56%|▌| 169/301 /Examining conflict for spyder watchdog argh anaconda: 58%|███████████████ | 175/301 [53:51<39:38, 18.88s/it]/Examining conflict for spyder diff-match-patch anaconda: 62%|██████████████▏ | 186/301 [57:04<37:14, 19.43s/it]\Examining conflict for unicodecsv anaconda: 73%|████████████████████████▋ | 219/301 [1:06:56<25:46, 18.86s/it]/Examining conflict for jupyterlab _ipyw_jlab_nb_ext_conf jupyterlab_server notebook anaconda ipywidgets jupyter widgets\Examining conflict for spyder spyder-kernels anaconda: 74%|█████████████████ | 224/301 [1:08:42<27:15, 21.24s/it]/Examining conflict for sympy anaconda: 77%|██████████████████████████████▏ | 233/301 [1:11:20<20:56, 18.48s/it]-Examining conflict for dask distributed anaconda bokeh scikit-image: 78%|███████ | 236/301 [1:12:04<15:14, 14.08s/it]\Examining conflict for tblib distributed anaconda dask: 79%|█████████████████▍ | 238/301 [1:13:16<20:24, 19.43s/it]\Examining conflict for pycurl anaconda: 82%|███████████████████████████████ | 246/301 [1:15:56<18:21, 20.04s/it]\Examining conflict for jupyter_console jupyter_client qtconsole jupyterlab ipykernel jupyterlab_server notebook anacond/Examining conflict for _ipyw_jlab_nb_ext_conf anaconda jupyterlab: 89%|█████████▊ | 269/301 [1:23:33<11:16, 21.16s/it]/Examining conflict for jupyter_console jupyter_client qtconsole jupyterlab ipykernel jupyterlab_server notebook anacond|Examining conflict for bitarray anaconda: 92%|█████████████████████████████████ | 276/301 [1:25:29<08:00, 19.24s/it]/Examining conflict for anaconda-project anaconda anaconda-navigator anaconda-client: 93%|▉| 279/301 [1:27:01<08:05, 22-Examining conflict for seaborn anaconda statsmodels: 94%|███████████████████████▌ | 284/301 [1:28:23<05:56, 20.99s/it]\Examining conflict for spyder pexpect anaconda: 97%|█████████████████████████████ | 292/301 [1:30:40<03:03, 20.40s/it]\Examining conflict for blosc pytables anaconda: 100%|██████████████████████████████| 301/301 [1:34:04<00:00, 21.23s/it]-Examining conflict for tornado jupyter_client matplotlib-base matplotlib jupyterlab ipykernel terminado distributed noteExamining conflict for tornado jupyter_client matplotlib-base matplotlib jupyterlab ipykernel terminado distributed noteExamining conflict for _ipyw_jlab_nb_ext_conf jupyterlab: : 323it [1:36:12, 1.27s/it] failed \ UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: Specifications: - anaconda-navigator -> python[version='2.7.*|3.5.*|3.6.*|3.4.*'] - anaconda-project -> python[version='3.4.*|>=3.8,<3.9.0a0'] - anaconda==2020.02 -> python[version='3.6.10|3.8.1|3.7.6',build='h60c2a47_2|h9f7ef89_0|h5fd99cc_8_cpython'] - autopep8 -> python[version='>=3.8,<3.9.0a0'] - backports.functools_lru_cache -> python[version='2.7.*|3.5.*|3.6.*|3.4.*|>=2.7,<2.8.0a0'] - bcrypt -> python[version='2.7.*|3.5.*|3.6.*|3.6.9|3.4.*|3.7.*|3.8.*',build='2_73_pypy|1_73_pypy|0_73_pypy'] - bkcharts -> python=3.4 - bleach -> python[version='>=3.8,<3.9.0a0'] - cffi -> python[version='2.7.*|3.5.*|3.6.*|3.6.9|3.6.9|>=2.7,<2.8.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*',build='2_73_pypy|1_73_pypy|0_73_pypy'] - conda-env -> python[version='2.7.*|3.4.*|3.5.*'] - cryptography -> python[version='3.4.*|3.6.9|<=3.3',build='2_73_pypy|1_73_pypy|0_73_pypy'] - curl -> python=2.7 - diff-match-patch -> python[version='2.7.*|3.4.*|3.5.*|3.6.*'] - dlib -> python[version='>=2.7,<2.8.0a0|>=3.5,<3.6.0a0'] - gevent -> python[version='3.6.9|3.7.*|3.8.*',build='2_73_pypy|1_73_pypy|0_73_pypy'] - h5py -> python[version='<3'] - html5lib -> python[version='3.4.*|>=3.8,<3.9.0a0'] - intervaltree -> python[version='2.7.*|3.5.*|3.6.*'] - jinja2 -> python[version='>=3.8,<3.9.0a0'] - joblib -> python[version='>=3.8,<3.9.0a0'] - jupyterlab -> python[version='>=3.8,<3.9.0a0'] - jupyterlab_server -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.8,<3.9.0a0|3.4.*'] - krb5 -> python=2.7 - libcurl -> python=2.7 - matplotlib -> python[version='2.7.*|3.6.*|<3'] - mkl-service -> python[version='2.7.*|3.5.*|3.6.*|3.4.*'] - more-itertools -> python=3.4 - navigator-updater -> python[version='2.7.*|3.5.*|3.6.*|>=3.8,<3.9.0a0|3.4.*'] - networkx -> python[version='>=3.8,<3.9.0a0'] - numba -> python=3.4 - openpyxl -> python[version='>=3.8,<3.9.0a0'] - packaging -> python[version='>=3.8,<3.9.0a0'] - partd -> python[version='>=3.8,<3.9.0a0'] - path -> python[version='>=2.7,<2.8.0a0'] - path.py -> python[version='>=3.8,<3.9.0a0'] - pathtools -> python[version='2.7.*|3.4.*|3.5.*|3.6.*'] - prometheus_client -> python[version='>=3.8,<3.9.0a0'] - pygments -> python[version='>=3.8,<3.9.0a0'] - pynacl -> python[version='2.7.*|3.5.*|3.6.*|3.6.9|3.4.*',build='2_73_pypy|1_73_pypy|0_73_pypy'] - pytest-arraydiff -> python[version='2.7.*|3.5.*|3.6.*|3.4.*'] - pytest-doctestplus -> python[version='2.7.*|3.5.*|3.6.*|>=3.8,<3.9.0a0|3.4.*'] - pytest-openfiles -> python[version='2.7.*|3.5.*|3.6.*|>=3.8,<3.9.0a0|3.4.*'] - pytest-remotedata -> python[version='2.7.*|3.5.*|3.6.*|3.4.*'] - python-dateutil -> python[version='>=3.8,<3.9.0a0'] - pywinpty -> python=3.4 - qtawesome -> python[version='>=3.8,<3.9.0a0'] - scikit-learn -> python[version='2.7.*|3.5.*|3.6.*'] - scipy -> python[version='3.5.*|3.6.*'] - seaborn -> python[version='>=3.8,<3.9.0a0'] - sortedcollections -> python[version='>=3.8,<3.9.0a0'] - sphinx -> python[version='>=3.8,<3.9.0a0'] - sphinxcontrib-websupport -> python[version='>=3.8,<3.9.0a0'] - testpath -> python[version='3.4.*|>=3.8,<3.9.0a0'] - watchdog -> python[version='>=3.5,<3.6.0a0'] - zict -> python[version='>=3.8,<3.9.0a0'] Your python: python=3.7 If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that. The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package ca-certificates conflicts for: watchdog -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates wincertstore -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pep8 -> python -> ca-certificates babel -> python -> ca-certificates prometheus_client -> python -> ca-certificates libarchive -> openssl[version='>=1.1.1f,<1.1.2a'] -> ca-certificates msgpack-python -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates packaging -> python -> ca-certificates setuptools -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates keyring -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates widgetsnbextension -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pycurl -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates prompt_toolkit -> python -> ca-certificates distributed -> openssl!=1.1.1e -> ca-certificates jupyter_console -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sympy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates networkx -> python -> ca-certificates pandocfilters -> python -> ca-certificates pyrsistent -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates parso -> python -> ca-certificates zipp -> python -> ca-certificates tqdm -> python -> ca-certificates mkl_fft -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates openpyxl -> python -> ca-certificates lxml -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pytest-astropy-header -> python -> ca-certificates nose -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates mpmath -> python -> ca-certificates python-dateutil -> python -> ca-certificates ipython_genutils -> python -> ca-certificates numpydoc -> python -> ca-certificates backports.functools_lru_cache -> python -> ca-certificates matplotlib-base -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates path.py -> python -> ca-certificates anaconda-project -> python -> ca-certificates pyflakes -> python -> ca-certificates jupyter_core -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates soupsieve -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates comtypes -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates intervaltree -> python -> ca-certificates cffi -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates certifi -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates joblib -> python -> ca-certificates python-jsonrpc-server -> python -> ca-certificates gevent -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates flake8 -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates ujson -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sip -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pytest-openfiles -> python -> ca-certificates win_inet_pton -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates mccabe -> python -> ca-certificates jupyter_client -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates partd -> python -> ca-certificates boto -> python -> ca-certificates xlrd -> python -> ca-certificates tblib -> python -> ca-certificates attrs -> python -> ca-certificates json5 -> python -> ca-certificates qdarkstyle -> python -> ca-certificates glob2 -> python -> ca-certificates bkcharts -> python=2.7 -> ca-certificates hypothesis -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pygments -> python -> ca-certificates ply -> python -> ca-certificates pathtools -> python -> ca-certificates pyzmq -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates conda-env -> python=2.7 -> ca-certificates powershell_shortcut -> python -> ca-certificates libssh2 -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates pyopenssl -> python -> ca-certificates yapf -> python -> ca-certificates pywavelets -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pycrypto -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates kiwisolver -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates clyent -> python -> ca-certificates requests -> python -> ca-certificates urllib3 -> python[version='<4.0'] -> ca-certificates imageio -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates werkzeug -> python -> ca-certificates olefile -> python -> ca-certificates cython -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates nbconvert -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sortedcollections -> python -> ca-certificates lazy-object-proxy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pluggy -> python -> ca-certificates jinja2 -> python -> ca-certificates backports.shutil_get_terminal_size -> python -> ca-certificates pytables -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates conda[version='>=4.8.2'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates more-itertools -> python -> ca-certificates notebook -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates singledispatch -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates defusedxml -> python -> ca-certificates heapdict -> python -> ca-certificates seaborn -> python -> ca-certificates pycosat -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pyqt -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates openssl -> ca-certificates bleach -> python -> ca-certificates toolz -> python -> ca-certificates ipykernel -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates isort -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sphinxcontrib-websupport -> python -> ca-certificates dask-core -> python -> ca-certificates pickleshare -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates cytoolz -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates cryptography -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates ipywidgets -> python -> ca-certificates importlib_metadata -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates statsmodels -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates mistune -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pycodestyle -> python -> ca-certificates simplegeneric -> python -> ca-certificates anaconda-client -> python -> ca-certificates click -> python -> ca-certificates console_shortcut -> python -> ca-certificates pytest-astropy -> python -> ca-certificates sortedcontainers -> python -> ca-certificates mkl-service -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates conda-package-handling -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pytest-doctestplus -> python -> ca-certificates diff-match-patch -> python -> ca-certificates pyyaml -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates jsonschema -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates astropy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates python=3.7 -> openssl[version='>=1.1.1e,<1.1.2a'] -> ca-certificates filelock -> python -> ca-certificates rtree -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates numpy-base -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates llvmlite -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates navigator-updater -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates bcrypt -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pywin32 -> python=2.7 -> ca-certificates colorama -> python -> ca-certificates chardet -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates idna -> python -> ca-certificates jedi -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates future -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates entrypoints -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates xlwings -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates numpy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates _ipyw_jlab_nb_ext_conf -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates et_xmlfile -> python -> ca-certificates terminado -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates qt -> openssl[version='>=1.1.1c,<1.1.2a'] -> ca-certificates fastcache -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates dlib -> python=2.7 -> ca-certificates unicodecsv -> python -> ca-certificates qtconsole -> python -> ca-certificates rope -> python -> ca-certificates cycler -> python -> ca-certificates imagesize -> python -> ca-certificates atomicwrites -> python -> ca-certificates wrapt -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates send2trash -> python -> ca-certificates conda-verify -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates dask -> openssl!=1.1.1e -> ca-certificates pip -> python -> ca-certificates autopep8 -> python -> ca-certificates anaconda==2020.02 -> ca-certificates==2020.1.1=0 astroid -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates h5py -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates win_unicode_console -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pytest -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates docutils -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates xmltodict -> python -> ca-certificates backports.weakref -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates matplotlib -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates ipython -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates numba -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates tornado -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pyodbc -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates python-language-server -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sphinxcontrib -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates beautifulsoup4 -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates mock -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pylint -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates anaconda==2020.02 -> openssl==1.1.1d=he774522_4 -> ca-certificates alabaster -> python -> ca-certificates wheel -> python -> ca-certificates spyder-kernels -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates conda-build -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates scikit-image -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates markupsafe -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pywin32-ctypes -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates xlwt -> python -> ca-certificates krb5 -> openssl[version='>=1.1.1a,<1.1.2a'] -> ca-certificates asn1crypto -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pillow -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pytz -> python -> ca-certificates qtpy -> python -> ca-certificates bottleneck -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates decorator -> python -> ca-certificates qtawesome -> python -> ca-certificates webencodings -> python -> ca-certificates psutil -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates menuinst -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates scipy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates contextlib2 -> python -> ca-certificates six -> python -> ca-certificates nbformat -> python -> ca-certificates pywinpty -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates py -> python -> ca-certificates backports.tempfile -> python -> ca-certificates testpath -> python -> ca-certificates sqlalchemy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates html5lib -> python -> ca-certificates backcall -> python -> ca-certificates pytest-arraydiff -> python -> ca-certificates pexpect -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates snowballstemmer -> python -> ca-certificates jupyter -> python -> ca-certificates scikit-learn -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates spyder -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pynacl -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates paramiko -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates nltk -> python -> ca-certificates anaconda-navigator -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pysocks -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates locket -> python -> ca-certificates bokeh -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pkginfo -> python -> ca-certificates pycparser -> python -> ca-certificates jupyterlab -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pathlib2 -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates bitarray -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates jdcal -> python -> ca-certificates argh -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates itsdangerous -> python -> ca-certificates pydocstyle -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates backports -> python -> ca-certificates wcwidth -> python -> ca-certificates cloudpickle -> python -> ca-certificates greenlet -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pyreadline -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates traitlets -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates zict -> python -> ca-certificates multipledispatch -> python -> ca-certificates pandas -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates flask -> python -> ca-certificates patsy -> python -> ca-certificates python-libarchive-c -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates sphinx -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates pyparsing -> python -> ca-certificates pytest-remotedata -> python -> ca-certificates xlsxwriter -> python -> ca-certificates numexpr -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates ruamel_yaml -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates 이 뒤로 훨씬 길게 써있어서 .. 어떻게 해야할지 모르겠네요
-
미해결it 취업을 위한 알고리즘 문제풀이 입문 (with C/C++) : 코딩테스트 대비
벨만포드 알고리즘
안녕하십니까 좋은 강의 감사드립니다. 벨만포드 알고리즘코드 관련하여 질문이있습니다. for(i=1; i<n; i++){ for(j=0; j<Ed.size(); j++){ int s=Ed[j].s; int e=Ed[j].e; int w=Ed[j].val; if(dist[s]!=2147000000 && dist[s]+w<dist[e]){ dist[e]=dist[s]+w; } } } 여기서 바깥 for문이 i에 따라 1일때는 한번만에 가는 경우, 2일 때는 두번만의 가는 경우 ..... n-1번만에 가는경우 라고 설명 해 주셨는데 바깥 for문이 없더라도 안 쪽 for문 만으로 n-1번만에 가는 경우를 다 따지는 거 같은데 혹시 제가 잘못 이해한 것 인지... 입력이 vertex number 순으로 순차적으로 받게 되는데 예를들어 i가 1이고 안쪽 for 문을 j가 1일때 돌며 1->2 가는 것을 추가하여서 dist[2]=x를 넣게되면 그다음 j가 2가 될때는 dist[2]!=2147000000 조건에 걸리지 않게 되고 2에서 가는 경우의 수를 검토하게 되는데 그렇게 되면 이것은 두번만에 가는 경우가 되는것이 아닙니까??
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
User.js 에서 this
userSchema.pre("save", function (next) { var user = this; if (user.isModified("password")) { bcrypt.genSalt(saltRounds, function (err, salt) { ... var user = this 를 하면 user 에는 뭐가 담기게 되는거죠?ㅠㅠ 또 여기서 var user = this 를 선언을 했는데 userSchema.methods.generateToken = function (callback) { var user = this; var token = jwt.sign(user._id.toHexString(), "secretToken"); ... 왜 여기서 또 선언을 하는 거에요? User.js 에서 user 이라는 변수가 뭔지 정확히 모르겠습니다ㅠㅠ
-
미해결자바 ORM 표준 JPA 프로그래밍 - 기본편
Transactional 문의 드립니다.
안녕하세요 테스트 돌릴때는 정상적으로 인서트 및 @Transactional를 활용한 롤백 등 의도 동작이 되는데 API의 JSON 형태로 던지면 javax.persistence.TransactionRequiredException: No EntityManager with actual transaction available for current thread - cannot reliably process 'persist' call 의 경우가 발생 하는데 어떤 문제인지 힌트좀 주실 수 있을까요.. EntityManagerFactory emf = Persistence.createEntityManagerFactory("unitname");// EntityManager em = emf.createEntityManager();// EntityTransaction tx = em.getTransaction();// System.out.println("event Insert Start"); EntityTransaction tx = em.getTransaction(); tx.begin(); em.persist(event); tx.commit(); em.close(); 위 처럼 해당 Dao에서 엔티티매니저를 생성 해서 사용하면 커밋이 작동 하긴 합니다..