자바스크립트 연산자 || (OR) , ?? (Nullish coalescing operator, 널 병합 연산자) 다른점
javascript
코드루덴스 on 21-02-05
- 자바스크립트 html 제어 //----------------------------------- < 쉐도우 돔(Shadow DOM) > - nodeType = 11 - 생성 let node = document.createElement('div'); - let shadow = node.attachShadow({mode:"open"}...
코드루덴스 on 21-01-19
- 설치 npm install --save sequelize npm install --save sqlite3 mapbox /node-sqlite3 https://github.com/mapbox/node-sqlite3 - 4.6k - v5.0.0 , 2020/07 - 매뉴얼 https://github.com/mapbox/node-sqlite3/wik...
코드루덴스 on 20-11-29
- 일렉트론 main process(main.js) 와 render process(UI, main.htm) 프로세스간 통신 //--------------------------------------------- - main.htm ( render process(UI))
mawie81 /electron-window-state https://github.com/mawie81/electron-window-state - 491 - v5.0.3 , 2018/11 //----------------------------------------- const windowStateKeeper = require('electron-window-...
코드루덴스 on 20-11-27
- 주의! Electron v12(2020/11 현재 베타) 에서 메뉴 작동 문제 있음 , v11 사용 권장 //------------------ // main.js 파일 const { app, Menu, BrowserWindow, globalShortcut } = require("electron"); // 메뉴...
- 자바스크립트(js)용 , html to pdf converter library list * MrRio /jsPDF https://github.com/MrRio/jsPDF - 20.5k - v2.1.1 , 20/09 - 매뉴얼 http://raw.githack.com/MrRio/jsPDF/master/docs/ - html을 변환...
코드루덴스 on 20-11-20
자바스크립트(js) 자연어 처리 기초, 불규칙 명사 포함, 단수 복수 상호 변경. English Noun word singular plural Change each other https://stackoverflow.com/questions/27194359/javascript-pluralize-an-engli...
코드루덴스 on 20-09-08
- js natural language processing * spencermountain /compromise https://github.com/spencermountain/compromise/ - 9.5k - v13.3.2 , 2020/08 http://compromise.cool/ - 브라우저에서도 가능 https://observabl...
코드루덴스 on 20-09-07
< HTTP client > https://github.com/sindresorhus/got#comparison * axios - Promise based HTTP client https://github.com/axios/axios - 76k - v0.20.0-0 , 2020/07 - 단점 : 진행상황은 (Progress) 브라우저에...
코드루덴스 on 20-08-24