분류 전체보기473 [git] warning: LF will be replaced by CRLF in bin/cmder_mini/LICENSE # git add > warning: LF will be replaced by CRLF in bin/cmder_mini/LICENSE. C:\Work>git add . warning: LF will be replaced by CRLF in bin/cmder_mini/LICENSE. The file will have its original line endings in your working directory # Do git config --global core.safecrlf false 2021. 6. 17. git master to develop # git develop 최신화 기존 develop 이름 변경 >> develop_old git checkout master - rename master --> develop develop_old기준으로 "pull request"로 검색. 검색된 feature/ ~ 브랜치 이름을 가지고 git merge feature/0001 git merge feature/0002 . . git merge feature/000N git merge command 실행 git push --force origin/develop 2021. 6. 9. 정규식 reg - 논문 저자 추출 \w*(\()(.?)([0-9]{1,4})(\)) (\()(((?!\().)*)([0-9]{4})(\)) 2021. 4. 24. Google BigQuery ```sql CREATE TEMP FUNCTION rc( v FLOAT64, reverse BOOL) RETURNS FLOAT64 LANGUAGE js AS """ if ( reverse ) { return 5-v; } else { return v; } """; select p.HID, p.PYGENDERw2, avg(rc(cast(p.PPSY5A01w2 as FLOAT64),true ) + rc(cast(p.PPSY5A03w2 as FLOAT64),true ) + rc(cast(p.PPSY5A05w2 as FLOAT64),true ) + rc(cast(p.PPSY5A06w2 as FLOAT64),true )) / 4 as PM_1, avg(rc(cast(p.PPSY5A02w2 as FLOAT64),fa.. 2021. 3. 21. Object defineProperty 2021. 3. 17. 코로나 5인이상 집합금지 2020년 12월 24일 0시 ~ 2021년 1월 3일 밤 12시 1. 코로나 5인이상 집합금지. 가족 모임? - 가족 등 동일 거주지는 가능 - 가족이지만 거주지가 다르면 불가능 2. 5인 이상 모임 중에 적발이 되면 어떻게 되나요? - 업장 이용자 : 10만원 - 사업주는 운영 중단, 시설 폐쇄, 300만원 이하의 벌금 2020. 12. 24. 이전 1 ··· 3 4 5 6 7 8 9 ··· 79 다음