Library 썸네일형 리스트형 Install ReactJS Requirement :- nodejs- npm- yarn * install nvm(see link)install NVM * install yarn (centos)]$ sudo wget https://dl.yarnpkg.com/rpm/yarn.repo -O /etc/yum.repos.d/yarn.repo]$ sudo yum install yarn * install Create React APP]$ npm install -g create-react-app * create project (Transforming tool. using WebPack more details)https://github.com/facebook/create-react-app ]$ create-react-app [app-name]]$ .. 더보기 dnf update Berkeley DB library error error: rpmdb: BDB0113 Thread/process 7238/140477050860864 failed: BDB1507 Thread died in Berkeley DB libraryerror: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recoveryerror: cannot open Packages index using db5 - (-30973)error: cannot open Packages database in /var/lib/rpmError: Error: rpmdb open failed 위와 같은 에러가 났다는건 dnf process 도중에 중단이 된 경우일 확률이 크다... 더보기 [PHP] args 쉽게 처리하는 api 첨부된 파일을 include해준 후 사용해줄수 있음. 사용예 )]# [filename] -a [message_a] -b [message_b]이런식으로 사용하면 다음과 같이 사용할 수 있음. $arg = new Args(); if($flags['a'] = $arg->flag('a')){ $MESSAGE = $flags['m']; }else{ for($i = 5 ; $i flag('b')){ $ISSUE_ID = $flags['i']; } 위와같이 사용해 줄수 있음. 더보기 이전 1 2 다음