목록분류 전체보기 (373)
Silver Library (Archived)
진행중인 사이드 프로젝트: 코로나 현황 웹앱 사용 된 기술목록: react.js, react leaflet, react chartjs2 총 작업 기간: 7일 (실질적으로 5일, 나머지 2일은 집안일 해결로 소모.) 진행 방식: - leaftlet, chartjs2 같은 것은 새로운 것들이기 때문에, 적용을 위해서는 우선 모범 사례를 먼저 보고 벤치마킹하며 진행. 디버깅 로그: - leaflet 의 버전 업이 되어서 일부 호환이 안됨. 해당 부분을 해결하기 위한 디버깅 소모. 해결 방법은 package.json 의 browserlist 와 development 항목을 수정. 이 후 npm install 을 통하여 호환 문제 해결. (약 1.5일 소모) - chatjs 를 적용하려는데 알 수 없는 이유로 그..
이 바이러스는 무엇일까? Program:Win32/Uwamson.A!ml https://howtofix.guide/programwin32-uwamson-aml/ Program:Win32/Uwamson.A!ml — How To Fix Guide Program:Win32/Uwamson.A!ml - Is your computer infected? Here you will find detailed information about Program:Win32/Uwamson.A!ml. That help you to remove it! howtofix.guide 이 정보에 따르면, '랜섬웨어(...)' 의 일종일수도 있다고 경고한다. 즉, 암호화를 한다고 한다. 생각지도 못했다. 왜냐면 너무나도 일반적인 단순 특정 프로..
As long as I can understand what's going on, doesn't it more convenient to choose the language that I initially started with? Hence, I would choose to practice this algorithm with Python. Even this may result depreciate my valuation. Never late learning algorithm with nodejs after proving myself first.
정확히는 여기에서 정면으로 맞딱뜨린 에러다. 바로 버전업에 따른 이전 기능 작동 불가 문제. 추정상 리엑트 또는 노드js 측의 업데이트가 원인으로 사료되지만, 아무튼 안된다. import React from "react"; import './App.css'; import Navbar from "./components/Navbar"; import { BrowserRouter as Router, Switch, Route } from "react-router-dom"; import Home from './pages'; import About from './pages/about'; function App() { return ( ); } export default App; 대략 이런 느낌으로 있으면, 되어야 할 ..