본문 바로가기
728x90

전체 글364

윈도우 11 작업 표시줄 아이콘 깨짐 증상 내장 프로그램은 문제가 없는데 설치한 프로그램의 아이콘만 깨져 보이는 증상 A 방법, 커멘드로 pc 부팅 없이 처리 taskkill /f /im explorer.exe attrib "%userprofile%\appdata\local\iconcache.db" -s -r -h del /q "%userprofile%\appdata\local\iconcache.db" start explorer.exe B 방법, UI로 pc 부팅하여 처리 1. 시작 -> 마우스 오른쪽 클릭 -> 실행 2. cmd 입력 3. cleanmgr 입력 4. 윈도우가 설치 된 드라이브 선택 5. 미리보기 사진 선택 후 확인 6. pc 재부팅 2022. 5. 22.
axios promise async-await useEffect useReducer Hook react 화면에 바인딩(렌더링)되는 데이타 - props - state, 값이 변할 수 있다. proactive, 선제적 reactive, 즉각적으로 컴포넌트 라이프 사이클 1. 메모리 적재 2. 화면에 렌더링 3. 리렌더링 4. 메모리 해제 useEffect() Hook -> componetWillMount -> componetDidMount -> componetWillUnmount ==============================> import axios from "axios"; import { useEffect, useState } from "react"; function App() { const [todos, setTodos] = useState(null); useEffect(() => { axios.. 2022. 5. 21.
노션에서 작성한 글을 실시간으로 웹사이트에 연동하기 1. 노션에 작성 글을 오른쪽 상단의 공유를 눌러 웹에서 공유를 선택 합니다. -> 나온 url 의 마지막 내용을 아래 주소에 넣고 잘 나오는지 체크 https://notion-api.splitbee.io/v1/page/공유주소의 마지막 내용 2. react 에 react-notion 추가 https://github.com/splitbee/react-notion GitHub - splitbee/react-notion: A fast React renderer for Notion pages A fast React renderer for Notion pages . Contribute to splitbee/react-notion development by creating an account on GitHub. .. 2022. 5. 11.
훈련교강사 보수교육 2022년도 2차 보수교육 대면(집체) 미래전지 초급 1일 06.10(금) 06.10(금) 최신 고밀도 리튬이온 배터리 핵심소재, 설계 및 제조 기술 6 15 1캠퍼스 대면(집체) 에듀테크 초급 2일 06.11(토) 06.12(일) 참여형 온라인 수업 방법 및 툴 활용 과정 12 20 2캠퍼스 비대면(양방향) 에듀테크 초급 1일 06.14(화) 06.14(화) 버츄얼 클래스룸을 위한 교수설계 및 퍼실리테이션 스킬 과정 6 20 2캠퍼스 대면(집체) 스마트제조 초급 1일 06.15(수) 스마트공장 구축을 위한 제조 설비의 데이터 수집 및 체계화 6 16 2캠퍼스 대면(집체) 스마트제조 초급 1일 06.16(목) 블록체인 기술의 가능성과 스마트제조 활용 6 16 2캠퍼스 비대면(양방향) 4차산업 기타 초급 1일 06.17(금) 06... 2022. 5. 11.
react project create error in aws Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... npm ERR! code ENOMEM npm ERR! syscall spawn npm ERR! errno -12 npm ERR! spawn ENOMEM npm ERR! A complete log of this run can be found in: npm ERR! /home/admin/.npm/_logs/2022-05-10T05_01_02_461Z-debug-0.log Aborting installation. npm install --no-audit --save --save-exact.. 2022. 5. 10.
curl 로 graphql 호출하기 curl 로 graphql 호출하기 curl --insecure -XPOST -H "Content-Type: application/json" 'https://programmers.pe.kr:4000/graphql' --data '{"query":"query { __typename }"}' curl --insecure -XPOST -H "Content-Type: application/json" 'https://programmers.pe.kr:4000/graphql' --data '{"query":"query { books { title } }"}' 2022. 5. 3.
TypeError: nodes.flatMap is not a function TypeError: nodes.flatMap is not a function flatMap, nodejs 12 sudo apt update curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt install -y nodejs TS7016: Could not find a declaration file for module 'morgan' -> npm install --save-dev @types/express @types/morgan sh: nodemon: command not found -> npm install -g nodemon failed to start process, "ts-node" exec not found -> .. 2022. 5. 3.
selectSingleNode is not a function selectSingleNode is not a function in chrome // check for XPath implementation if (document.implementation.hasFeature("XPath", "3.0")) { // prototying the XMLDocument.selectNodes XMLDocument.prototype.selectNodes = function(cXPathString, xNode) { if (!xNode) { xNode = this; } var oNSResolver = document.createNSResolver(this.ownerDocument == null ? this.documentElement : this.ownerDocument.docume.. 2022. 5. 2.
FortiOS - REST API Reference FortiOS - REST API Reference FORTINET DOCUMENT LIBRARY https://docs.fortinet.com FORTINET VIDEO GUIDE https://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE & SUPPORT https://support.fortinet.com FORTINET COOKBOOK https://cookbook.fortinet.com FORTINET TRAINING & CERTIFICATION PROGRAM https://www.fortinet.com/support-and-training/training.html NSE INSTITUTE https://t.. 2022. 4. 30.
728x90