궁금한게 생겨 질문드립니다 ...! 강의 중 말씀하셨을지도 모르지만 기억이 잘 안나기도 하고 궁금해서요 .. !! index.html을 작성할때 크게 header section footer 이런식으로 나누는건 그게 웹페이지의 직접적인 영향을 끼치는게 아니라 부분부분 나눠서 효율적으로 작성하기 위함인것으로 압니다 .. !! 각각 작성할때 그 안에 div를 작성하고 inner라는 클래스를 항상 생성해주시는데 그거는 웹페이지를 작성할 때 부분부분을 나눌때 하는 특정 방식인건가요 ?? 질문이 너무 애매한데 ... 예를 들어 footer를 작성하고 그 자체를 inner라고 가정하고 작성하면안되는지 궁금합니다 ..! footer 안에 div.inner를 만들고 또 그안에 div.footer-message를 만들면 너무 중첩하는건 아닌가 궁금하기도 해서요 .. !!
- (base) mac@Macui-MacBookPro learn-vue-js-master % npm install -g @vue/cli npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated apollo-tracing@0.15.0: The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details npm WARN deprecated graphql-extensions@0.15.0: The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/ npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address' npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated apollo-cache-control@0.14.0: The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi' npm WARN deprecated graphql-tools@4.0.8: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead c hanged 944 packages, and audited 945 packages in 24s 65 packages are looking for funding run `npm fund` for details 23 vulnerabilities (4 moderate, 19 high) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. npm 최신 안정버전설치, 전부 삭제 후 그냥 최신 버전 설치 다 해봤는데 cli 설치가 안되네요. npm audit fix하면 (base) mac@Macui-MacBookPro learn-vue-js-master % npm audit fix npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli added 245 packages, and audited 246 packages in 2s 7 packages are looking for funding run `npm fund` for details # npm audit report ansi-regex >2.1.1 <5.0.1 Severity: moderate Inefficient Regular Expression Complexity in chalk/ansi-regex - https://github.com/advisories/GHSA-93q8-gq69-wqmw fix available via `npm audit fix` node_modules/inquirer/node_modules/ansi-regex node_modules/string-width/node_modules/ansi-regex strip-ansi 4.0.0 - 5.2.0 Depends on vulnerable versions of ansi-regex node_modules/inquirer/node_modules/strip-ansi node_modules/string-width/node_modules/strip-ansi inquirer 3.2.0 - 7.0.4 Depends on vulnerable versions of string-width Depends on vulnerable versions of strip-ansi node_modules/inquirer vue-cli >=2.9.0 Depends on vulnerable versions of inquirer node_modules/vue-cli string-width 2.1.0 - 4.1.0 Depends on vulnerable versions of strip-ansi node_modules/string-width 5 moderate severity vulnerabilities To address all issues, run: npm audit fix 이렇게 나와서 npm audit fix 하면 또 위에 상황 반복이구요... 전에 vue 잘 설치해서 공부하다가 잠깐 쉬고 지금 다시 설치하는건데 계속 안되서 진행을 못하고 있습니다....ㅠ
cors 는 브라우저에서 다른 서버로 도메인이 다른곳으로 url에 요청을 보낼떄 나타나고 , 프론트서버에서 백엔드서버로 요청보낼땐 상관없다고하셧는데, 저희의 방식은 요청을 saga에서받아서 (프론트서버), 요청을 하는것이아닌가요 ? 그럼 서버에서 서버라 cors 문제가 없어야 정상아닌지요 ? 궁금해서 여쭤봅니다.
안녕하세요 선생님 모델을 학습 후 model.save를 이용하여 mh5형식으로 저장을 하여 추 후에 활용 하려고 할때 model.save를 이용하여 모델을 저장 후에 학습한 모델을 load_model 함수를 이용하여 불러와서 활용하려고 할 때 저장된 모델을 불러와 evaluate 또는 prediction 함수를 활용 하면 어떤 가중치가 적용되는지 궁금합니다. 예를들어 1. model.compile에 있는 loss 기준으로 가장 낮은 에폭의 가중치를 가져오는지? 2. earlystop를 활용 했을때는 EarlyStopping의 monitor에 들어간 밸류를 기준으로 가장 좋은 가중치를 불러오는지 답변 부탁드립니다. 감사합니다.
안녕하세요 딥러닝호형님! 좋은 강의 정말 잘 보고 있습니다. 데이터 증강에 대해 궁금한 점이 있습니다. 데이터 증강을 적용할 경우 각 배치마다 개별 이미지 샘플이 여러개의 변형된 샘플로 증강되는 것인가요? 아니면 각 배치마다 개별 이미지 샘플이 랜덤하게 한장의 이미지로 변형되어, 결과적으로 배치마다 다르게 변형된 이미지 구성으로 학습하게 되는 것인가요? 그럼 답변 기다리겠습니다. 감사합니다!
enum 타입으로 정의된 Fruit 은 객체로 존재한다고 하셨는데, 어째서 5번째 "인덱스" 를 알수 있다고 하신건가요? 자바스크립트에서는 배열에서 인덱스를 알려면 당연히 '[ ]' 기호를 사용해서 인덱스에 접근할수 있고, 자바스크립트에서의 객체의 인덱스를 알려면 함수의 인수에 '...' 를 사용해서 객체를 받아오고, 해당 객체를 함수 내부에서 콘솔로그로 출력해보면 배열안에 해당 객체가 들어있는 것을 알수 있기 때문에 "인덱스" 라는 것에 접근할수 있는 것으로 알고 있습니다. const obj = { name: 'james', age: 20 } function f1(...arg){ console.log(arg); // [ { name: 'james', age: 20 } ] console.log(arg[0]); // { name: 'james', age: 20 } } f1(obj) 그런데 enum 타입으로 정의된 변수 Fruit 은 어떻게 해서 "인덱스" 로 접근이 가능하게 되는 것인가요? 말씀하신 코드를 (Fruit[5] ) 출력해보지 않고 보기만 하면 Fruit 은 배열인것인거고, 5번째 요소가 존재하는걸로 이해하게 되어서 Fruit 는 배열인것이고, Fruit 라는 배열안에 요소가 5개가 들어가있는 것으로 이해가 되서요.... 현재 enum 타입으로 정의된 Fruit 내부의 요소는 총 3개인데... 제가 잘못 이해하고 있는 걸까요?
안녕하세요 캡틴판교님! 소중한 강의 Age of Vue.js 1부터 4까지 (웹팩포함) 완강을 했습니다! 좋은 내용을 꼼꼼하고 이해하기 쉽게 설명해주셔서 정말정말 감사드려요ㅠㅠ 강의를 끝낸 지금, 이제는 Vue.js를 가지고 개인 프로젝트를 진행하려고 합니다! 적당한 개인 프로젝트로 생각했더니 youtube에서 고민상담소에서 얼핏들었던 내용으론 본인에게 필요한 서비스를 구현해보는 것도 좋다고 하셔서 아이디어가 떠올라 만들기로 했습니다! 많은 기능이 들어간 건 더더욱 아니고 제가 필요로한 기능 1,2가지(의 CRUD)에다가 친구들도 같이 사용할 수 있게 회원기능까지 해서 배포할 생각입니다. (질문1) 이제 시작하려는데 제가 vue2와 vue3 중에 무엇을 선택해야하는 지 의문이 들어서 주저하는 상황이 되었습니다. 여러 라이브러리를 사용하지 않는 것 같아서 vue3를 사용해도 괜찮을까 하는 고민이 듭니다. 지금까지 생각한 프로젝트에 사용할 라이브러리는 axios, mongodb 정도입니다. 캡틴판교님이 보시기에 어떤 선택을 하는 것이 좋을까요? (질문2) 또 다른 질문이지만 추가적으로 버튼이나 화면을 디자인하는 과정이 저에게 쉽지않아서 이전에 프로젝트할 때는 bootstrap 이용했었는데, 혹시 추천, 참고해주실 내용(또는 홈페이지)이 있을까요??
안녕하세요 현재 윈도우 10 을 사용 중이고 주키퍼 서버 까지는 실행이 문제없이 되었는데요 카프카 서버를 실행하면 다음과 같이 AccessDeniedException 에러가 뜹니다. cmd 를 관리자 권한으로 실행해도 안되네요 C:\tmp 는 기본 경로인건가요? 혹시 다른 경로로 바꿀 수 있다거나 다른 방법이 있다면 알려주시면 감사하겠습니다. 감사합니다.
자료의 링크 https://reactrouter.com/web/example/basic가 없는 페이지로 나와 강의를 보고 App.js를 따라서 만들고 npm run start를 돌리니 해당 캡처 오류가 나옵니다. react-router-dom 등의 버전이 강의와 달라서 그런 것으로 생각되는데 혼자서 해결 방법을 찾지 못해 이렇게 문의 남깁니다. https://github.com/finero-d/boilerplate.git