본문 바로가기

전체 글458

크롬 업데이트 실패(오류 코드: 0x80004005) https://portableapps.com/download Download PortableApps.com Platform 17.1.1 - Free App Store & Menu | PortableApps.com Platform 17.1.1 (Sep 09, 2020). Please donate. 400+ real apps (37GB), Over 940 million downloads New: FreeCAD (Sep 27, 2020) portableapps.com 1. 위 사이트에서 PortableApps을 받기 2. 크롬 브라우저 닫기 3. PortableApps 안에서 Chrome를 설치 해주면 최신으로 설치 됨 추가 다음날 다시 실행 해보니 다시 예전 버전으로 되어 있다. 모두 "사용 안 함"으로 변.. 2021. 1. 6.
CentOS7 crontab https://ossian.tistory.com/76 [CentOS] Linux 반복 예약작업(스케줄러) - Crontab [CentOS] Linux 반복 예약작업(스케줄러) - Crontab Crontab 이란? Windows에는 반복 예약작업 기능인 "작업 스케줄러"가 있듯이 Linux에는 Crontab가 있습니다. Crontab은 특정 시간에 예약된 명령어가 수행되.. ossian.tistory.com 2020. 8. 25.
eslint 설정 파일 eslint --init 보안 에러시 PS F:\Tobi\nodejs\eslint> ExecutionPolicy Restricted PS F:\Tobi\nodejs\eslint> Set-ExecutionPolicy -Scope CurrentUser cmdlet Set-ExecutionPolicy(명령 파이프라인 위치 1) 다음 매개 변수에 대한 값을 제공하십시오. ExecutionPolicy: Unrestricted PS F:\Tobi\nodejs\eslint> ExecutionPolicy Unrestricted npm init -y npm install eslint -D eslint --init touch test.js eslint ./test.js =============================.. 2020. 7. 18.
구형 아이폰 ios 11이상 설치 안되서 앱스토어에서 앱 다운 못 받을때 저의 경우 아이폰이 4s가 있어서 공장 초기화 후에 앱스토어에서 앱을 다운받으려고 했는데 카카오톡은 IOS 11 이상만 설치 된다고 나와서 설치가 안되더군요 이때 하는 방법은 구형 아이폰 앱스토어 계정을 기존에 사용하던 앱스토어 계정으로 하고 구매목록에 가서 필요한거 설치 하시면 됩니다. 구매목록에 없다면 IOS 11 이상의 아이폰에서 기존에 사용하던 앱스토어 계정을 이용하여 신규로 설치하고 구형 아이폰에서 구매목록에서 설치 하면 됩니다. 2020. 6. 29.
자바스크립트 트렌드 확인 https://2019.stateofjs.com/ko/ The State of JavaScript 2019 2019.stateofjs.com 대세 react-ts-ject-redux-graphql-express 구성 https://heropy.blog/2019/09/29/svelte/ https://d2.naver.com/helloworld/4007447 2020. 6. 27.
CSS Flex 정리 잘 된곳 https://heropy.blog/2018/11/24/css-flexible-box/ CSS Flex(Flexible Box) 완벽 가이드 많은 경우 float, inline-block, table 등의 도움을 받아서 수평 레이아웃을 구성하지만 이는 차선책이며, 우리는 Flex(Flexible Box)라는 명확한 개념(속성들)으로 레이아웃을 쉽게 구성할 수 있습니다. CSS F heropy.blog https://blog.naver.com/youngchanmm/221910832260 2020. 6. 27.
data-reactid 삭제 하기 $('#id').find('*').removeAttr('data-reactid'); 2020. 6. 2.
centos nodejs8 버전 설치 $ yum install -y gcc-c++ make #의존성 패키지 설치 $ curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash - # nodejs 최신버전 저장소 설치 $ curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash $ yum install nodejs -y $ npm install yarn -g $ npm install pm2 -g 후에 nodeapp 설치는 node_modules 디렉토리를 제외하고 복사 $ npm init 엔터~~ $ npm install​ $ pm2 start server.js --watch 2020. 4. 14.
gyp ERR! stack Error: Command failed python.EXE npm install 시에 위 에러가 난다면 Python 2.7 버전 64bit 설치 후 npm config set python "파이썬 2.7 경로\python.exe" 하고 npm install 하면 됨 gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "C:\Users\\AppData\Local\Programs\Python\Python37-32\python.EXE", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\\node_modules\node-gyp\lib\configure.js:483:19) gyp ERR.. 2019. 10. 25.
react+redux+axios 로그인 보호되어 있는 글 입니다. 2019. 10. 18.
nmap으로 외부 서버 열린 포트 확인 nmap -PN nmap -PN xxx.xxx.xxx.xxx -p 3306 nmap -PN nmap -PN xxx.xxx.xxx.xxx 2019. 10. 3.
React - Redux 보호되어 있는 글 입니다. 2019. 9. 19.