묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결풀스택을 위한 도커와 최신 서버 기술(리눅스, nginx, AWS, HTTPS, 배포까지) [풀스택 Part3]
ubuntu에서 도커 설치는 왜 복잡한가요?
다른 강의에서 도커 설치를 하는 것을 보고 갑자기 궁금해서 질문드립니다. centos 환경에서 도커설치시 yum install docker 이렇게 간단하게 설치하던데 ubuntu도 그냥 sudo apt-get install docker 이렇게 안하고 강의처럼 복잡?하게 설치하는 이유가 있을까요?
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
ItemServiceImpl.java 클래스를 만들지 않은 이유
강사님 안녕하세요, 강의를 듣다 궁금한 점이 있어서 글 올립니다. 보통 ItemService 같은 서비스 클래스는 구현체를 만드는 것으로 알고 있는데, 혹시 강의처럼 ItemServiceImpl 클래스를 안만들고 바로 구현해도 크게 문제되지는 않는건지 궁금합니다. (JPA라서 그런건지 아니면 예제이기 때문에 단순화 시키신건지 등 ..) 답변 부탁드리겠습니다! 감사합니다!!
-
해결됨[React 1부] 만들고 비교하며 학습하는 React
handleChangeInput에서 handleReset함수를 return하는 이유가 궁금합니다.
handleChangeInput 함수에서 handleReset 함수를 실행하는 것은 이해가 되는데요. 왜 return 구문을 쓰신건지 잘 모르겠습니다 ^^;; handleChangeInput 함수 자체도 별도의 return을 해주는 것이 없는것 같아서요. handleChangeInput(e) { const searchKeyword = e.target.value; if (searchKeyword.length <= 0) { return this.handleReset(); // 이 부분 입니다! } this.setState({ searchKeyword }); }
-
미해결예제로 배우는 스프링 입문 (개정판)
maven plugin 에러
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.021 s [INFO] Finished at: 2021-06-06T23:21:18+09:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project spring-petclinic: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\User\JavaProject\spring-petclinic\target\surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk-16\bin\java" -javaagent:C:\\Users\\User\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.5\\org.jacoco.agent-0.8.5-run time.jar=destfile=C:\\Users\\User\\JavaProject\\spring-petclinic\\target\\jacoco.exec -jar C:\Users\User\AppData\Local\Temp\surefire13409109640807335750\surefirebooter17835205775616496 159.jar C:\Users\User\AppData\Local\Temp\surefire13409109640807335750 2021-06-06T23-21-16_829-jvmRun1 surefire6151291350789010891tmp surefire_012945399030963262607tmp" [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was cmd.exe /X /C ""C:\Program Files\Java\jdk-16\bin\java" -javaagent:C:\\Users\\User\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.5\\org.jacoco.agent-0.8.5-run time.jar=destfile=C:\\Users\\User\\JavaProject\\spring-petclinic\\target\\jacoco.exec -jar C:\Users\User\AppData\Local\Temp\surefire13409109640807335750\surefirebooter17835205775616496 159.jar C:\Users\User\AppData\Local\Temp\surefire13409109640807335750 2021-06-06T23-21-16_829-jvmRun1 surefire6151291350789010891tmp surefire_012945399030963262607tmp" [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:567) [ERROR] at org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39) [ERROR] at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122) [ERROR] at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61) [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 안녕하세요. 프로젝트를 git clone한 뒤 mvnw package 명령어를 실행했는데 다음과 같은 에러가 발생했네요. JDK16버전을 지원을 하지 않나해서 JDK 11로 재설정하고 재실행했는데도 동일한 에러가 발생하네요.
-
미해결Do it! 자바 프로그래밍 입문 with 은종쌤
이해가 잘 안가서요ㅠㅠ
굳이 여기서 빨간 박스 퍼블릭 스태틱을 만드는 이유가 뭔가요?? sum 값은 위 대로만 해도 40이 나오는데ㅠㅠ....
-
미해결눈떠보니 코딩테스트 전날
[긴급질문]노션접근권한..........
수업자료에 있는 링크는 만료되었고.. 어떤분이 질문해주신 글에서 노션링크를 알려주셨길래 들어갔는데 접근권한이 없는지 목차만 보이고 수업자료를 볼수가 없네요... 어쩌죠 아.. 불편하네요
-
미해결자바스크립트 알고리즘 문제풀이 입문(코딩테스트 대비)
이 강의 들으면서 프로그래머스 1~2단계 풀려고합니다. (코딩테스트준비)
안녕하세요! 기본문제는 직접풀고 강의까지 들었습니다! 이번에 자료구조, 알고리즘을 공부한지 얼마 안됬는데, 코딩테스트 까지 얼마 남지 않았습니다.(3주~한달) 테스트는 프로그래머스로 진행된다고하는데,테스트 난이도가 프로그래머스 1~2 정도라고합니다. 어떤식으로 공부를 진행해야 빠르게 준비 할수 있을까요!! 강의를 먼저 들으면서, 각 강의에 해당되는 주제를 프로그래머스 문제에서 찾아서 푸려고하는데;; 개념 공부도 따로 해야하겠죠?ㅠㅠ 조언 부탁드립니다...
-
미해결딥러닝 CNN 완벽 가이드 - TFKeras 버전
섹션3에서 fashion-mnist 데이터셋이 로드되지 않습니다.
해당 강의에서 다음 코드를 수행하였습니다. from tensorflow.keras.datasets import fashion_mnist # 전체 6만개 데이터 중, 5만개는 학습 데이터용, 1만개는 테스트 데이터용으로 분리 (train_images, train_labels), (test_images, test_labels) = fashion_mnist.load_data() 하지만 아래와 같은 에러(exception) 이 발생하였고, 다음 셀 역시 수행되지 않습니다. 이런 경우 어떻게 대처해야할지 알려주시면 감사하겠습니다. --------------------------------------------------------------------------- gaierror Traceback (most recent call last) /opt/conda/lib/python3.7/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1349 h.request(req.get_method(), req.selector, req.data, headers, -> 1350 encode_chunked=req.has_header('Transfer-encoding')) 1351 except OSError as err: # timeout error /opt/conda/lib/python3.7/http/client.py in request(self, method, url, body, headers, encode_chunked) 1276 """Send a complete request to the server.""" -> 1277 self._send_request(method, url, body, headers, encode_chunked) 1278 /opt/conda/lib/python3.7/http/client.py in _send_request(self, method, url, body, headers, encode_chunked) 1322 body = _encode(body, 'body') -> 1323 self.endheaders(body, encode_chunked=encode_chunked) 1324 /opt/conda/lib/python3.7/http/client.py in endheaders(self, message_body, encode_chunked) 1271 raise CannotSendHeader() -> 1272 self._send_output(message_body, encode_chunked=encode_chunked) 1273 /opt/conda/lib/python3.7/http/client.py in _send_output(self, message_body, encode_chunked) 1031 del self._buffer[:] -> 1032 self.send(msg) 1033 /opt/conda/lib/python3.7/http/client.py in send(self, data) 971 if self.auto_open: --> 972 self.connect() 973 else: /opt/conda/lib/python3.7/http/client.py in connect(self) 1438 -> 1439 super().connect() 1440 /opt/conda/lib/python3.7/http/client.py in connect(self) 943 self.sock = self._create_connection( --> 944 (self.host,self.port), self.timeout, self.source_address) 945 self.sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) /opt/conda/lib/python3.7/socket.py in create_connection(address, timeout, source_address) 706 err = None --> 707 for res in getaddrinfo(host, port, 0, SOCK_STREAM): 708 af, socktype, proto, canonname, sa = res /opt/conda/lib/python3.7/socket.py in getaddrinfo(host, port, family, type, proto, flags) 751 addrlist = [] --> 752 for res in _socket.getaddrinfo(host, port, family, type, proto, flags): 753 af, socktype, proto, canonname, sa = res gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: URLError Traceback (most recent call last) /opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir) 274 try: --> 275 urlretrieve(origin, fpath, dl_progress) 276 except HTTPError as e: /opt/conda/lib/python3.7/urllib/request.py in urlretrieve(url, filename, reporthook, data) 246 --> 247 with contextlib.closing(urlopen(url, data)) as fp: 248 headers = fp.info() /opt/conda/lib/python3.7/urllib/request.py in urlopen(url, data, timeout, cafile, capath, cadefault, context) 221 opener = _opener --> 222 return opener.open(url, data, timeout) 223 /opt/conda/lib/python3.7/urllib/request.py in open(self, fullurl, data, timeout) 524 --> 525 response = self._open(req, data) 526 /opt/conda/lib/python3.7/urllib/request.py in _open(self, req, data) 542 result = self._call_chain(self.handle_open, protocol, protocol + --> 543 '_open', req) 544 if result: /opt/conda/lib/python3.7/urllib/request.py in _call_chain(self, chain, kind, meth_name, *args) 502 func = getattr(handler, meth_name) --> 503 result = func(*args) 504 if result is not None: /opt/conda/lib/python3.7/urllib/request.py in https_open(self, req) 1392 return self.do_open(http.client.HTTPSConnection, req, -> 1393 context=self._context, check_hostname=self._check_hostname) 1394 /opt/conda/lib/python3.7/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1351 except OSError as err: # timeout error -> 1352 raise URLError(err) 1353 r = h.getresponse() URLError: <urlopen error [Errno -3] Temporary failure in name resolution> During handling of the above exception, another exception occurred: Exception Traceback (most recent call last) <ipython-input-26-8cfb83a588da> in <module> 3 4 # 전체 6만개 데이터 중, 5만개는 학습 데이터용, 1만개는 테스트 데이터용으로 분리 ----> 5 (train_images, train_labels), (test_images, test_labels) = fashion_mnist.load_data() 6 7 # image size는 28x28의 grayscale 2차원 데이터 /opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/datasets/fashion_mnist.py in load_data() 73 paths = [] 74 for fname in files: ---> 75 paths.append(get_file(fname, origin=base + fname, cache_subdir=dirname)) 76 77 with gzip.open(paths[0], 'rb') as lbpath: /opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir) 277 raise Exception(error_msg.format(origin, e.code, e.msg)) 278 except URLError as e: --> 279 raise Exception(error_msg.format(origin, e.errno, e.reason)) 280 except (Exception, KeyboardInterrupt) as e: 281 if os.path.exists(fpath): Exception: URL fetch failure on https://storage.googleapis.com/tensorflow/tf-keras-datasets/train-labels-idx1-ubyte.gz: None -- [Errno -3] Temporary failure in name resolution
-
미해결초보를 위한 쿠버네티스 안내서
minikube version 하면 systax error가 있다고 나옵니다
강의를 따라 도커 설치, minikube 설치 후 minikube version 명령어로 설치가 잘 되었나 확인했는데 "/usr/local/bin/minikube: line 1: syntax error near unexpected token '<' " 에러가 납니다 어떻게 해결하면 좋을지 잘 모르겠습니다. (vm ubuntu 20.04 버전 사용중입니다.)
-
미해결디지털 포렌식 (Digital Forensic) 전문가 과정
vol 파일 실행오류
Volatility Foundation Volatility Framework 2.4 *** Failed to import volatility.plugins.registry.dumpregistry (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.malware.svcscan (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.registry.lsadump (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로 그램이 아닙니다.) *** Failed to import volatility.plugins.apihooksdeep (NameError: name 'distorm3' is not defined) *** Failed to import volatility.plugins.registry.shellbags (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프 로그램이 아닙니다.) *** Failed to import volatility.plugins.registry.auditpol (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.ssdt (NameError: name 'distorm3' is not defined) *** Failed to import volatility.plugins.registry.registryapi (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.trustrecords (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램 이 아닙니다.) *** Failed to import volatility.plugins.mac.apihooks (ImportError: Error loading the diStorm dynamic library (or cannot load library into process).) *** Failed to import volatility.plugins.envars (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.registry.userassist (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.chromehistory (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.evtlogs (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아 닙니다.) *** Failed to import volatility.plugins.uninstallinfo (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.malware.threads (NameError: name 'distorm3' is not defined) *** Failed to import volatility.plugins.mac.apihooks_kernel (ImportError: Error loading the diStorm dynamic library (or cannot load library into process).) *** Failed to import volatility.plugins.getservicesids (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그 램이 아닙니다.) *** Failed to import volatility.plugins.mimikatz (ImportError: No module named construct) *** Failed to import volatility.plugins.registry.shimcache (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프 로그램이 아닙니다.) *** Failed to import volatility.plugins.linux.netscan (ImportError: No module named yara) *** Failed to import volatility.plugins.timeliner (ImportError: DLL load failed: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.) *** Failed to import volatility.plugins.malware.apihooks (NameError: name 'distorm3' is not defined) 이런 문구들이 반복적으로 나오면서 vol.py 가 꺼짐니다 어떻게 해결해야 하나요?
-
미해결자바 ORM 표준 JPA 프로그래밍 - 기본편
일대다 양방향
안녕하세요 개인적으로 궁금한게 있어서 질문드립니다 ! 일대다 양방향을 위하여 보여주신 --> @JoinColumn(name ="TEAM_ID",insertable = false , updatable = false) 방법으로 실무에서 실제로도 많이 쓰이나요 !?
-
해결됨[C#과 유니티로 만드는 MMORPG 게임 개발 시리즈] Part3: 유니티 엔진
gridPanel에서 UI_Inven_Item Destory 중 오류 발생
안녕하세요 루키즈님. 오류가 발생했는데, 해결되지 않아 질문 드립니다. NullReferenceException: Object reference not set to an instance of an object UI_Inven.Init () (at Assets/Scripts/UI/Scene/UI_Inven.cs:26) UI_Inven.Start () (at Assets/Scripts/UI/Scene/UI_Inven.cs:14) 현재 아래와 같은 오류가 발생했고, 디버그 모드를 통해 기존에 있던 UI_Inven_Item을 Destory 하는 중에 발생하고 있다는 것을 알게 되었습니다. public override void Init() { base.Init(); Bind<GameObject>(typeof(GameObjects)); GameObject gridPanel = Get<GameObject>( (int)GameObjects.GridPanel); // 있던 거 삭제 foreach (Transform child in gridPanel.transform) { // 내 트랜스 폼이 들고 있는 모든 자식들을 순회를 하는 코드 Managers.Resource.Destroy(child.gameObject); } //// 실제 인벤토리 정보를 참고해서 //for(int i =0; i< 8; i++) //{ // GameObject item = Managers.Resource.Instantiate("UI/Scene/UI_Inven_Item"); // item.transform.SetParent(gridPanel.transform); // 부모님 지정 // UI_Inven_Item invenitem = Util.GetOrAddComponent<UI_Inven_Item>(item); // invenitem.SetInfo("Bind"); //} } 혹시 원인을 알 수 있을 까요 ? 감사합니다.
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
생성자를 쓰는 이유
회사에서나 학원에서나 배울때는 @Autowired private MemberService memberService; 이렇게 많이 썼습니다. 근데 강사님 경우에는 생성자에다가 쓰는걸 권유 하는것 같은데 이유를 초등학생 수준으로 알고 싶습니다. 생성자를 뜻을 모르는게 아닌게 언제 무엇을 위해서 쓰는지 궁금합니다.
-
해결됨스스로 구축하는 AWS 클라우드 인프라 - 기본편
CIDR 질문드립니다!
안녕하세요! 1. VPC 생성할 때 IPv4 CIDR를 정하는 기준 있나요?? AWS 에서는 10.0.0.0/16, 172.16.0.0/16, 192.168.0.0/24 등을 사용할 수 있다고 하셨는데 제가 VPC를 구현한다고 했을 때 어떤 CIDR 블록을 사용해야 하는지 모르겠습니다... 강사님께서는 각 IP Address 대역에서 특정 IP를 선택하는 기준을 알고계실 것 같아서 이렇게 여쭤봅니다! 2. VPC를 선택할 때 옵션으로 tenancy(기본 vs 전용)이 있던데 혹시 이 차이가 무엇인지 알려주실 수 있을까요?? 감사합니다!
-
미해결[개정판] 딥러닝 컴퓨터 비전 완벽 가이드
체크포인트, 로그
체크포인드와 로그를 찍는다고 하셨는데 이 둘이 무엇을 뜻하나요?
-
미해결홍정모의 따라하며 배우는 C언어
#define _CRT_SECURE_NO_WARNINGS에 관해서
#define _CRT_SECURE_NO_WARNINGS를 #include <stdio.h> 이전에 쓰지 않고, 이후에 쓰면 오류가 뜨던데 왜 그런건가요?
-
해결됨프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)
리스트.remove(n)으로 함수 호출시, n값이 복수일 때.
a = [1, 2, 3, 7, 8, 7] a.remove(7) print(a) 일 때, 출력은 [1,2,3,8,7]로 나옵니다. 지정한 값(여기선 7이죠)이 복수 개일 때, 우선순위로 제거되는 원소는 index number가 제일 낮은 원소인가요?
-
미해결비전공자를 위한 진짜 입문 올인원 개발 부트캠프
리액트 질문입니다
vsc 터미널에서 create-react-app . 입력시 이 시스템에서 스크립트를 실행할 수 없으므로 D:\AppData\Roaming\npm\create-react-app.ps1 파일을 로드할 수 없습니다. 자세한 내용은 "get-help about_signing"을 참조하십시오. 위치 줄:1 문자:17 + create-react-app <<<< . + CategoryInfo : NotSpecified: (:) [], PSSecurityException + FullyQualifiedErrorId : RuntimeException 라고 뜨는데 해결방법이 궁금합니다
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 쇼핑몰 사이트 만들기[전체 리뉴얼]
백앤드 이미지 업로드와 관련한 몽구스 DB에러에 대하여 질문합니다.
따라하며 배우는 노드, 리액트 시리즈 - 쇼핑몰 사이트 만들기 12강 'multer를 이용하여 이미지 저장' 5:50초경 이미지가 몽구스 저장되었는지를 확인하기 위해 콘솔창을 켰는데, 504에러만 뜹니다. 몽구스 db가서 아이피 추가 등 인터넷에 나와있는 대부분의 해결책으로 시험해봤는데 되지 않습니다. 몽구스 디비와의 연결은 된거 같은데, 왜 이런지 모르겠습니다. 이거때문에 진도가 나가지 않습니다.
-
미해결IT 회사에서 비개발자가 살아남기 위한 모든 개발 지식 A to Z
도커와 aws
삭제된 글입니다