post-thumbnail

C# WPF 시작시 참고 하면 좋은 것들...(공부방법 추천++ 직전 회사 회고..?)

※ 주의: 주저리가 아주 길고 길어요...ㅎ 워낙 힘든 시기에 했던 작업이라..... 일기처럼 쓴 글이니 정보를 원하고 오신 분은 아래로 쭉 내리시기를... 신입들이 보통 C아무튼 그래서 친구 부탁으로 조언 아닌 조언도 해줄겸, 구회사 자료도 정리할 겸..(클라우드에

2023년 4월 9일
·
0개의 댓글
·

React Typescript 외부 라이브러리 사용 관련 정리

@types/... 타입 스크립트 지원 안하는 라이브러리 사용법root/types 폴더 생성 후 'index.d.ts'파일 생성해당 파일에 위와 같이 명시해주면 됌.\[Typescript] @type이 없는 외부 라이브러리 사용 방법외부 라이브러리 커스텀이 필요한 경우

2023년 4월 4일
·
0개의 댓글
·

warning.js:34 warning: react-modal: app element is not defined.

warning.js:34 warning: react-modal: app element is not defined. please use modal.setappelement(el) or set appelement={el}. this is needed so screen re

2023년 3월 23일
·
0개의 댓글
·

지킬 블로그 댓글 설정

utterances -> Install 버튼을 눌러준다.블로그 저장소를 선택 한다. 3-1. repositoryRepository 항목에 2번과 동일하게 입력해준다.3-2. 댓글 표시 방법 선택대부분 'Issue title contains page URL'을 선택하는

2023년 2월 21일
·
0개의 댓글
·

[TIIL] - HTMLDivElement to React Element & TypeError Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.

How to cast an HTMLElement to a React element?\[React] React 엘리먼트 생성하기 :: createElement()2021.09.11 00:02프로그래밍/React

2023년 2월 16일
·
0개의 댓글
·

TypeScript error - ts2322, Invalid hook call.

ts2322 Type '() => void' is not assignable to type 'null'.ts(2322)이렇게 하면 에러 발생이러면 해결...타입스크립트에서만 나는 에러다.. 꼭 타입 지정해주기!

2023년 2월 16일
·
0개의 댓글
·

Typescript Error - ts2339, ts2559, ts2741(+MutableRefObject) --react children

TypeScript Common Errors!codesandboxme-react-typescript-study-jumdgg?fontsize=14&hidenavigation=1&theme=darkerror TS2339: Property --- does not exist

2023년 2월 15일
·
0개의 댓글
·

react error - export 'route' (imported as 'route') was not found in 'react-router-dom' (possible exports: browserrouter, form, hashrouter,

"export 'route' (imported as 'route') was not found in 'react-router-dom' (possible exports: browserrouter, form, hashrouter,"이런 에러가 떳는데,, 순차로 실행하니 해결

2023년 2월 7일
·
0개의 댓글
·

react error - Module build failed (from ./node_modules/source-map-loader/dist/cjs.js):

"Module build failed (from ./node_modules/source-map-loader/dist/cjs.js):""react-router", "react-router-dom" 버전업을 한 후에 저런 에러가 났는데,, 검색해도 나오는게 없었다.. 해결

2023년 2월 7일
·
0개의 댓글
·

[TIL] - context

= 무언가(action) 하기 위한 정보= 필수 컨텍스트, 선택 컨텍스트프로그래밍에서 context란.?= 전역 컴포넌트에서 사용 가능한 매개 변수= context 이용시 루트에서 최하위 컴포넌트까지 데이터 한 번에 전달 가능 useContext 사용법 및 예제

2023년 2월 6일
·
0개의 댓글
·

[TIL] - react mobx

mobX = 상태관리 라이브러리 = redux 보다 사용 간편 = 상태관리 라이브러리 사용 이유 -> component로만 개발시 비즈니스 로직이 component에 집중되어 스파게티 코드가 됌. 상태 관리 라이브러리 사용시 component는 controller 역할

2023년 2월 3일
·
0개의 댓글
·

typescript error - Cannot find module '<image>' or its corresponding type declarations.ts(2307)

리액트 프로젝트에서 이미지 첨부를 하려고 하니 타입스크립트 에러가 났다... src 경로에 있는 'custom.d.ts' 파일을 수정하니 해결 되었다. > 참고 Using images in React and TypeScript with Webpack 5

2023년 1월 30일
·
0개의 댓글
·

구글 Drive API 사용법

구글에서 제공하는 샘플 프로그램 실행시(node quickstart.js)\-> Error: Cannot find module '...\\google-api-nodejs-client\\samples\\oauth2.keys.json'\--> 해당 경로에 'oauth2.k

2023년 1월 26일
·
0개의 댓글
·

[TIL] - vscode source control & google one vs workspace & google drive api & node로 스크립트 실행

vscode source control 문제 --> 결론: 프로젝트 root의 .git 삭제하면 됌 > too many changes were detected only the first 10000 changes will be shown below google one vs workspace --> drive가 google one에 통합 됐다고 들었는데, a...

2023년 1월 25일
·
0개의 댓글
·

Build Warning: Layout ... does not exist.

gem install bundler gem install jekyll jekyll new ./ bundle install ----> Bundled gems are installed into ./vendor/bundle -----> 원래는 위 과정 거치면 바로 실

2023년 1월 23일
·
0개의 댓글
·

api 지원 클라우드 정리

네이버 MYBOX 사이드 프로젝트랑 개인 다이어리 저장소를 클라우드로 겸해서 쓸 수 있는 방법을 찾고 있었다...(기존에도 사진이 워낙 많아 클라우드를 이미 이용중이었기에 겸사겸사..?) 현재 나는 네이버 MYBOX를 이용중인데,, 놀랍게도 네이버라는 대기업에서 클라우

2023년 1월 23일
·
0개의 댓글
·

깃 블로그 만들기(+쉽게 관리 하기)

깃 블로그 만드는 법이 생각보다 어렵지 않았다..ㅎㅎ이미 만들어진 블로그 테마가 아주 많았기 때문에, 고르는 시간만 오래 걸린듯 하다..ㅎ검색해보면 블로그 테마를 추천 해주는 사이트가 여러개 나오는데, 나는 아래 블로그 추천 사이트 중 'jekyllthemes.io'의

2023년 1월 21일
·
0개의 댓글
·

ChromeExtensions with React Typescript

타입스크립트로 익스텐션 개발 시작하기!!

2023년 1월 19일
·
0개의 댓글
·

node 버전 관리(nvm) + exit status 5 문제 발생시 해결 방법

node 버전 관리(nvm) + exit status 5 문제 발생시 해결 방법

2023년 1월 19일
·
0개의 댓글
·

[TIL] - tsconfig & 'addEventListener is not a function error' & amchart - projection

addEventListener is not a function errorhttps&#x3A;//developer0809.tistory.com/153https&#x3A;//www.amcharts.com/docs/v5/charts/map-chart/

2023년 1월 16일
·
0개의 댓글
·