일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- window
- Java
- IntelliJ
- GIT
- NPM
- R
- es6
- vaadin
- 공정능력
- 보조정렬
- mybatis
- Android
- MSSQL
- Express
- tomcat
- Kotlin
- SPC
- SQL
- JavaScript
- Python
- plugin
- xPlatform
- SSL
- Sqoop
- hadoop
- Spring
- react
- Eclipse
- table
- mapreduce
- Today
- Total
목록front-end & ui (119)
DBILITY
https://github.com/KhaosArbiter/modern-react-qr-reader GitHub - KhaosArbiter/modern-react-qr-reader: An easy to implement drop in React Component for QR Code Scanning using mobile pho An easy to implement drop in React Component for QR Code Scanning using mobile phones. - GitHub - KhaosArbiter/modern-react-qr-reader: An easy to implement drop in React Component for QR Code Scann... github.com re..
이거 보고 광고 한번 안 누른 이는 삼대가 재수가 없을지어다!ㅋㅋ function grdList_onchar(obj:Grid, e:GridEditCharEventInfo) { if(e.col==3){ // 3번 컬럼에 대해서 //trace(e.chartext); var objRegExp = new RegExp("[0-9a-zA-Z가-힣ㅎ\-]", "g"); //숫자, 영문 대문자와 한글,하이픈(-) 만 입력받음 var objResult = objRegExp.exec(e.chartext); if( objResult ){ e.chartext = e.chartext.toUpperCase(); // 대문자로 변경 return true; }else{ return false; } } else { return tru..
OpenSSL설치 http://slproweb.com/products/Win32OpenSSL.html Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions Minimum system requirements: Windows XP or later 32MB RAM 200MHz CPU 30MB hard drive space Recommended system requirements: Windows XP or later 128MB RAM 500MHz CPU 300MB hard drive space September 9, 2021 - OpenSSL 3.0 is available. Users should currently slproweb.com c..
npm install https://github.com/JodusNodus/react-qr-reader#pull/192/head npm registry의 버전은 v16..이상 나는 v17.. 위와 같이 설치했다. 아래 github을 참고함 https://github.com/JodusNodus/react-qr-reader/pull/192 Support React 17 by Tobiaqs · Pull Request #192 · JodusNodus/react-qr-reader React 17 has been released. I've tested this library on React 17 and I'm not noticing any issues. Not asking for this to be merged r..
listup을 해보니 중간에 왠 extraneous. 내용은 다음과 같다. PS C:\Dev64\workspace\react001> npm list react001@0.1.0 C:\Dev64\workspace\react001 +-- @emotion/css@11.7.1 +-- @emotion/react@11.7.1 +-- @react-icons/all-files@4.1.0 +-- @testing-library/jest-dom@5.16.1 +-- @testing-library/react@12.1.2 +-- @testing-library/user-event@13.5.0 +-- bootstrap@4.6.0 +-- moment@2.29.1 +-- nan@2.15.0 extraneous +-- react-boots..