묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결[C#과 유니티로 만드는 MMORPG 게임 개발 시리즈] Part3: 유니티 엔진
Manager에서 싱글톤 작성했는데.. 에러가 발생하네요.
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 이러 상황은 다음과 같습니다. null reference. 코드는 몇번이고 확인 했는데.. 여기 11번째 줄은 정확히 작성된 듯해서 문의 드립니다. 확인 부탁드립니다.
-
미해결성공적인 SQL 인젝션 공격을 위한, SQL 기본 문법
기존의 mysql
기존에 공부를 하며 mysql을 따로 설치를 했었는데 이번에 웹해킹과 개발을 공부하면서 apmsetup을 설치하고자 합니다. 이경우에 기존 mysql을 삭제해주어야 하나요?
-
미해결타입스크립트 시작하기
질문있습ㄴ디ㅏ ~!
안녕하세요 강사님. Unpacked<T> = T extends (infer U)[] 에서 U는 어디서 오는건가요 ? type T0 = Unpacked<string[]>; 이렇게 되어있으면 T가 string[]이고 U는 string인건가요 ? infer를 적어주면 알아서 판단해주는 역할을 하는건가요 ? StringPropertyNames<T> ={}[keyof T]; 여기 뒤에 오는 [keyof T] 이것은 모든 곳에서 뒤에 저렇게 붙여주면 해당 타입으로 가져올 수 있는건가요 ?
-
미해결자바스크립트 중고급: 엔진 핵심
다른 분들에 비하면 보잘것 없지만 저도 풀어보았습니다
강의 잘 듣고있습니다. 자바스크립트는 어려워 라는 편견을 가지다가 선생님 강의 접하면서 굉장히 재밌게 듣고있습니다. 이번에 정리시간에 나온 문제를 나름대로 풀어보긴 풀어보았으나 다른 분들에 비하면 아직 갈 길이 머네요. 더욱 더 노력하겠습니다~! 항상 좋은 강의 감사합니다. var member = { Jan: { item: { title: 'JSBook1', amount: 100 }, point: [10, 20, 30] }, Feb: { item: { title: 'JSBook2', amount: 200 }, point: [40, 50, 60] }};var sumResult = 0;function arrayShow(list) { console.log(list); for (k = 0; k < list.length; k++) { sumResult += list[k]; }}function show(param) { for (var type in param) { if (typeof param[type] === 'string' || typeof param[type] === 'number') { console.log(type + ' : ' + param[type]); } else if (param[type] instanceof Array) { arrayShow(param[type]); } else { show(param[type]); } }}show(member);console.log(sumResult);
-
미해결ESXi 가상 인프라 구축과 보안 솔루션을 활용한 이상징후 탐지 모니터링
블랙리스트 적용 불가
스퀴드 설정 하고 프록시도 동일하게 설정 후 ACLs에서 블랙리스트란에 www.naver.com www.google.com 입력 후 저장을 했는데 네이버랑 구글이 접속이 됩니다. .. 어떻게 해야할까요?..
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
wepapp폴더 안에 index.html 이 웰컴페이지로 작동을 안합니다ㅠㅠ
war파일로 받아서 강의내용 따라가고 있는데 wepapp 폴더안에 넣은 html파일이 localhost:8080/index.html 로도 404오류가 나고 웰컴페이지로도 404가 나옵니다ㅠ ㅠ
-
미해결자바(Java) 알고리즘 문제풀이 입문: 코딩테스트 대비
질문입니다
이부분이 도대체 왜 틀렸는지 모르겠습니다 무한반복을 도는것도 아닌데 자꾸 오답이라네요 ;; 뭐가 문제인가요? 제 눈으로는 보이지가 않습니다 ㅠㅠ 2번문제 대소문자 변환 문제인데요 로컬에서는 분명히 되는데 왜 오답처리가 되는지 모르겠습니다 ㅠ import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); String input1 = sc.nextLine(); int length = input1.length(); char arr[] = input1.toCharArray(); for(int i = 0; i < length; i++) { if(arr[i]-0 >= 65 && arr[i]-0 <= 97) { arr[i]=(char)(arr[i]+32); }else { arr[i]=(char)(arr[i]-32); } } for(int i = 0; i < length; i++) { System.out.print(arr[i]); } } }
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
cannot found module
안녕하세요, 해결됬지만 원인을 몰라서 질문 올립니다 npm run start (server) 했을때 cannot find module 이라는 에러메세지를 받았는데요 node_module에서 디버깅 기능으로 start를 실행하니, 아무런 코드 체인지 없이 실행이 잘됬거든요, 이런 경우는 대략 어떤경우인가요?;;
-
미해결스프링 MVC 1편 - 백엔드 웹 개발 핵심 기술
getRequestURL 이랑 getRequestURI 에서요.
안녕하세요. HTTP 강의에서 URI 가 URL의 상위개념이라고 하셨던걸로 기억합니다. 근데 getRequestURL 메소드는 요청에 사용된 전체주소가 나오는 반면 getRequestURI 는 하위주소만 가져오더라구요. 여기서 getRequestURI 가 제가 아는 URI(Uniform Resource Identifier)가 아닌 다른 영어의 약자인가요? 아님 그냥 서블릿측의 네이밍 실수 일까요? 강의보다가 갑자기 궁금해져서 질문 드립니다.
-
미해결예제로 배우는 스프링부트 입문
MariaDB 시퀀스 질문 드립니다.
14 간단한 게시판 만들기 208페이지 테이블 생성에서 create sequence simple_bbs_seq; 가 오라클 쿼리 인거 같은데 MariaDB사용할 경우 어떤 쿼리를 넣으면 되나요?? 위의 쿼리를 넣고 실행하면 콘솔에 java.sql.SQLException: Unknown column 'simple_bbs_seq.nextval' in 'field list' 에러가 뜨네요.... DB를 조회하면 MariaDB [test]> select * from simple_bbs_seq; +-----------------------+---------------+---------------------+-------------+-----------+------------+--------------+-------------+ | next_not_cached_value | minimum_value | maximum_value | start_value | increment | cache_size | cycle_option | cycle_count | +-----------------------+---------------+---------------------+-------------+-----------+------------+--------------+-------------+ | 1 | 1 | 9223372036854775806 | 1 | 1 | 1000 | 0 | 0 | +-----------------------+---------------+---------------------+-------------+-----------+------------+--------------+-------------+ 1 row in set (0.001 sec) 라고 뜹니다. 217페이지 "그리고 45라인의 simple_bbs_seq.nextval은 오라클의 시퀀스를 호출해 자동 증가된 값을 가져오는 것이다. 오라클이 아닌 다른 데이터베이스를 사용하고 있다면 이부분을 해당 데이터베이스에 맞게 수정하면 된다" 라고 적혀 있는데 아직 sql초보라 쿼리를 몰라서 질문 드립니다. 질문이 장황했네요 MariaDB사용할 경우 어떤 쿼리를 넣으면 되나요??
-
미해결작정하고 장고! Django로 Pinterest 따라만들기 : 바닥부터 배포까지
admin superuser 서버상띄운후 만들기
안녕하세요! admin 관련해서 질문 드립니다. 로컬에서는 python manage,py createsuperuser 로 admin 계정을 만들던대 docker container 에 올리고 서버를 띄우고 나서는 admin 계정을 어떻게 만들어야 하나요? dockerfile 에서 새로운 구문을 추가해줘야 하나요?
-
미해결[파이토치] 실전 인공지능으로 이어지는 딥러닝 - 기초부터 논문 구현까지
추가 질문
Sequential을 사용하여 추가 하는 방법말고 , 첫번째로 알려주신 내용으로 저번 질문에 층 추가를 해봤습니다. class Net(nn.Module): def __init__(self): super(Net, self).__init__() self.conv1 = nn.Conv2d(3, 6, 5) self.pool1 = nn.MaxPool2d(2, 2) self.conv2 = nn.Conv2d(6, 16, 5) self.pool2 = nn.MaxPool2d(2, 2) self.conv3 = nn.Conv2d(16, 32, 3) self.pool3 = nn.MaxPool2d(2, 2) self.conv4 = nn.Conv2d(32, 64, 3) self.pool4 = nn.MaxPool2d(2, 2) self.fc1 = nn.Linear(64 * 3 * 3, 120) ##### 추가 부분 self.fc2 = nn.Linear(120, 64) ##### 추가 부분 self.fc3 = nn.Linear(64, 10) def forward(self, x): x = self.pool1(F.relu(self.conv1(x))) x = self.pool2(F.relu(self.conv2(x))) x = self.pool3(F.relu(self.conv3(x))) x = self.pool4(F.relu(self.conv4(x))) x = x.view(-1, 64 * 3 * 3) # 5x5 피쳐맵 16개를 일렬로 만든다. x = F.relu(self.fc1(x)) x = F.relu(self.fc2(x)) x = F.relu(self.fc3(x)) x = self.fc4(x) return x net = Net().to(device) # 모델 선언 이런 오류가 발생되는데요.. 제가 어딜 잘못 했는지를 모르겠네요 ^^;;; --------------- RuntimeError: Calculated padded input size per channel: (1 x 1). Kernel size: (3 x 3). Kernel size can't be greater than actual input size --------------- loss_ = [] # 그래프를 그리기 위한 loss 저장용 리스트 n = len(trainloader) # 배치 개수 for epoch in range(10): # 10번 학습을 진행한다. running_loss = 0.0 for i, data in enumerate(trainloader, 0): inputs, labels = data[0].to(device), data[1].to(device) # 배치 데이터 optimizer.zero_grad() outputs = net(inputs) # 예측값 산출 loss = criterion(outputs, labels) # 손실함수 계산 loss.backward() # 손실함수 기준으로 역전파 선언 optimizer.step() # 가중치 최적화 running_loss += loss.item() loss_.append(running_loss / n) print('[%d] loss: %.3f' %(epoch + 1, running_loss / len(trainloader))) print('Finished Training') net = Net().to(device) # 모델 선언
-
미해결고수가 되는 파이썬 : 동시성과 병렬성 문법 배우기 Feat. 멀티스레딩 vs 멀티프로세싱 (Inflearn Original)
Thread synchronization(스레드 동기화) 관련
안녕하세요 선생님. 동기화가 안되어서 Ending value가 2가 나오는 현상에 대해서 질문이 있습니다. 분명히 logging.info("Thread %s: finishing update", n)까지 실행이 3번되었는데 self.value가 3이 안나오는 이유가 궁금합니다. 수업에서 설명해주신거같은데 아직 이해가 잘 안된거같습니다. 동시에 함수가 실행되어서 나타나는 현상인가요?
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
스프링 빈의 역할이 무엇인가요?
안녕하세요! 스프링 빈의 역할이 무엇인지 잘 모르겠습니다..! 빈 자체의 개념이 이해가 안가서 서치를 좀 해보니" 매번 클라이언트에서 요청이 올 때마다 각 로직을 담당하는 오브젝트를 새로 만들어서 사용한다고 생각해보자 요청 한 번에 5개의 오브젝트가 새로 만들어지고 초당 500개의 요청이 들어오면, 초당 2500개의 새로운 오브젝트가 생성된다. 서버가 감당하기 힘들다."그래서 빈이 필요하다 라는 말을 봤는데 그 필요성은 알겠으나 정확하게 빈이 무엇인지 모르겠습니다 또한 왜 new로 선언하면 빈이 되지 못하는건가요?
-
미해결1:1채팅 만들기(Android + Kotlin + Firebase)
전 실패뜨는데 왜 성공이 안뜨는가요?
com.example.chatting_video을 이름 바꾸는 것도 알려주세요.example 대신에 제 아이디 tkhpsch 쓰고 싶은데 안되네요.어떻게 성공했는지 알고 싶어요. Log.d에서 Log 임포트가 안되는데요?package com.example.chatting_videoimport android.content.Intentimport androidx.appcompat.app.AppCompatActivityimport android.os.Bundleimport com.google.firebase.auth.FirebaseAuthimport kotlinx.android.synthetic.main.activity_main.*import android.util.Log as Logimport kotlinx.android.synthetic.main.activity_main.login_button_main as login_button_mainclass MainActivity : AppCompatActivity() { private lateinit var auth: FirebaseAuth// ... private val TAG: String = MainActivity::class.java.simpleName override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) auth = FirebaseAuth.getInstance() auth.createUserWithEmailAndPassword("tkhpsch@gmail.com", "123123") .addOnCompleteListener(this) { task -> if (task.isSuccessful) { // Sign in success, update UI with the signed-in user's information Log.d(TAG, "성공") } else { Log.d(TAG, "실패") } } login_button_main.setOnClickListener { val intent = Intent(this, LoginActivity::class.java) startActivity(intent) } } }04/26 10:18:54: Launching 'app' on Pixel_3a_API_30_x86. Install successfully finished in 630 ms. $ adb shell am start -n "com.example.chatting_video/com.example.chatting_video.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Connected to process 11589 on device 'Pixel_3a_API_30_x86 [emulator-5554]'. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/NetworkSecurityConfig: No Network Security Config specified, using platform default D/NetworkSecurityConfig: No Network Security Config specified, using platform default W/ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found. I/FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:48 and remote module com.google.android.gms.measurement.dynamite:13 Selected local version of com.google.android.gms.measurement.dynamite I/FirebaseInitProvider: FirebaseApp initialization successful D/libEGL: loaded /vendor/lib/egl/libEGL_emulation.so D/libEGL: loaded /vendor/lib/egl/libGLESv1_CM_emulation.so D/libEGL: loaded /vendor/lib/egl/libGLESv2_emulation.so I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to fallback implementation V/FA: onActivityCreated W/.chatting_vide: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed) W/.chatting_vide: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed) V/FA: App measurement collection enabled V/FA: App measurement enabled for app package, google app id: com.example.chatting_video, 1:29337236477:android:aa8b18060dba662ba25f94 I/FA: App measurement initialized, version: 39065 To enable debug logging run: adb shell setprop log.tag.FA VERBOSE To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.example.chatting_video D/FA: Debug-level message logging enabled V/FA: Connecting to remote service V/FA: Connection attempt already in progress V/FA: Connection attempt already in progress V/FA: Activity resumed, time: 16001157 I/FA: Tag Manager is not found and thus will not be used D/HostConnection: HostConnection::get() New Host Connection established 0xefdad110, tid 11639 D/HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0 W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... D/EGL_emulation: eglCreateContext: 0xefdaca80: maj 3 min 0 rcv 3 D/EGL_emulation: eglMakeCurrent: 0xefdaca80: ver 3 0 (tinfo 0xf00fa290) (first time) V/FA: Connection attempt already in progress V/FA: Connection attempt already in progress I/Gralloc4: mapper 4.x is not supported D/HostConnection: createUnique: call D/HostConnection: HostConnection::get() New Host Connection established 0xefdac770, tid 11639 D/goldfish-address-space: allocate: Ask for block of size 0x100 D/goldfish-address-space: allocate: ioctl allocate returned offset 0x3fdef0000 size 0x2000 D/HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0 W/System: Ignoring header X-Firebase-Locale because its value was null. D/FA: Connected to remote service V/FA: Processing queued up service tasks: 5 D/MainActivity: 실패 V/FA: Inactivity, disconnecting from the service
-
미해결선형대수학개론
Theorem 4.d가 이해가 잘 안갑니다
Tehorem 4.d A has a pivot position in every row. 에서 [0 ... 0 b] 인 형태가 하나라도 있으면 해가 없으니까 모든 row에 pivot position 을 가진다고 했는데 만약 b가 0인 경우면 free variable을 가진 상태로 해가 있을 수 있는 것 같은데 그게 안되는 이유를 모르겠습니다
-
해결됨따라하며 배우는 노드, 리액트 시리즈 - 유튜브 사이트 만들기
boilerplate 다운로드 및 npm install 시 에러
아직 root 폴더에서 npm install 하는 단계입니다. 에러를 구글링하다보니 windows-build-tools 를 설치해야한다고해서, 관리자권한으로 powershell 실행해서 잘 설치했는데 해결되지 않아서요..ㅠㅠ 어떻게 해야할지 알려주실 수 있을까요? ++ 에러메시지 아래 추천으로 npm config set python 을 실행해봤지만 해결되지 않았습니다. node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.8/bcrypt_lib-v3.0.8-node-v83-win32-x64-unknown.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.8 and node@14.16.0 (node-v83 ABI, unknown) (falling back to source compile with node-gyp) gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used gyp ERR! find Python - "python2" is not in PATH or produced an error gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python checking if the py launcher can be used to find Python 2 gyp ERR! find Python - "py.exe" is not in PATH or produced an error gyp ERR! find Python checking if Python is C:\Python27\python.exe gyp ERR! find Python - "C:\Python27\python.exe" could not be run gyp ERR! find Python checking if Python is C:\Python37\python.exe gyp ERR! find Python - "C:\Python37\python.exe" could not be run gyp ERR! find Python gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "C:\Path\To\python.exe" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python ********************************************************** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47) gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21) gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16) gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16) gyp ERR! stack at exithandler (child_process.js:315:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:327:5) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) gyp ERR! stack at onErrorNT (internal/child_process.js:465:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:80:21) gyp ERR! System Windows_NT 10.0.19042 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\김하영\\STUDY\\react\\react_study_2\\boilerplate-mern-stack-master\\node_modules\\bcrypt\\lib\\binding\\bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=C:\\김하영\\STUDY\\react\\react_study_2\\boilerplate-mern-stack-master\\node_modules\\bcrypt\\lib\\binding" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v83" gyp ERR! cwd C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt gyp ERR! node -v v14.16.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt\lib\binding --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:315:20) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1048:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) node-pre-gyp ERR! System Windows_NT 10.0.19042 node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\김하영\\STUDY\\react\\react_study_2\\boilerplate-mern-stack-master\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt node-pre-gyp ERR! node -v v14.16.0 node-pre-gyp ERR! node-pre-gyp -v v0.14.0 node-pre-gyp ERR! not ok Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\김하영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=C:\김하 영\STUDY\react\react_study_2\boilerplate-mern-stack-master\node_modules\bcrypt\lib\binding --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v83' (1) npm WARN react-redux@5.1.2 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself. npm WARN react-redux@5.1.2 requires a peer of redux@^2.0.0 || ^3.0.0 || ^4.0.0-0 but none is installed. You must install peer dependencies yourself. npm WARN react-boiler-plate@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bcrypt@3.0.8 install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bcrypt@3.0.8 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\jerem\AppData\Roaming\npm-cache\_logs\2021-04-26T00_37_15_758Z-debug.log
-
미해결it 취업을 위한 알고리즘 문제풀이 입문 (with C/C++) : 코딩테스트 대비
4번 나이차이 구하기 문제 질문
파일처리에 관해서 전혀 몰라서 여쭤봅니다. freopen 함수에서 모드는 "rt"로 하셨는데요. "r"의 기본이 테스트 모드가 맞나요? 그러므로 이문제에서 "rt"를 쓰나 "r"을 쓰나 결과는 같은거죠? 바이너리 파일을 다룰 때 "rb", "wb"로 명확하게 지정해주는 것이 필요하다면 기본적인 텍스트 파일에서는 "rt" / "r", "wt", "w" 크게 구분없이 이용해도 되는건가요?
-
미해결Slack 클론 코딩[실시간 채팅 with React]
swr 질문있습니다
강의에서 swr로 각 컴포넌트마다 호출하면 props를 쓰지 않아도 된다고 하셨는데, 컴포넌트마다 userData같은 똑같은 데이터를 각 컴포넌트마다 swr로 여러번 호출하는 것 보다 부모 컴포넌트에서 한번만 호출하고 props로 전달해주는 것이 최적화나 서버에 더 도움이 되지 않나요?
-
미해결15일간의 빅데이터 파일럿 프로젝트
kafka consumer에서 데이터를 못 읽는데요.
아랫분 처럼 저도 kafka에서 그리고 flume에 지정한 곳에서도 데이터를 전송받지 못하고 있습니다. log simulator, kafka topic 이름, flume refresh 다 해봤는데요. 왜 이런거죠?