본문 바로가기

공부

slackclient 라이브러리 추가(리눅스7.0) 서버 모니터링, 문자받기 slack api를 사용하기 위한 준비 단계 - centos 7.0환경 1/ 여기에서 Legacy token을 얻음(xoxp-로 시작하는 문자열) legacy token으로 정보 전송에 사용 https://api.slack.com/custom-integrations/legacy-tokens 2/ python 최신버전 설치 https://blog.naver.com/varkiry05/221213600251 3/ pip 설치 https://pip.pypa.io/en/stable/installing/ 4/ pip install slackclient 사용 소스 ########################################################################.. 더보기
정규표현식 https://code.tutsplus.com/tutorials/8-regular-expressions-you-should-know--net-6149 더보기
10.5 Git의 내부 - Refspec 10.5 Git의 내부 - Refspec https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Refspec 더보기
Git의 내부 - Git 개체 Git의 내부 - Git 개체 https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Git-%EA%B0%9C%EC%B2%B4 echo 'test content' | git hash-object -w --stdin git hash-object -w test.txt git cat-file -p d670460b4b4aece5915caf5c68d12f560a9fe3e4 git cat-file -t 1f7a7a472abf3dd9643fd615f6da379c4acb3e3a git cat-file -p master^{tree} git update-index --add --cacheinfo 100644 83baae61804e65cc73a7201a7252750c.. 더보기
git 수정하고 저장소에 저장 참고 사이트 : https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-%EC%88%98%EC%A0%95%ED%95%98%EA%B3%A0-%EC%A0%80%EC%9E%A5%EC%86%8C%EC%97%90-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0 추,삭,변,상,올 추가 삭제 변경 상태확인 올리기 추가 - git add 파일이름 .gitignore(추가하지 않을 파일이름 정리) 삭제 - git rm 파일이름 파일이름 변경 - git mv 이전파일이름 이후파일이름 변경사항 확인 - git diff git diff --staged(=--cached) 상태확인 - git status 올리기 - git commit (-m "설명") .. 더보기
vi 한글 설정 ~/.vimrc 파일 set tenc=korea set encoding=cp949 set fileencodings=utf-8,cp949 터미널 설정에서 character set설정 eucKR 더보기
uml to represent the split, you use a solid bold line perpendicular to the transition and show the paths coming out of the line. to represent the merge show the paths pointing at another solid bold line(see Figure 11.3) perpendicular 수직의 come out of ~에서 (발전되어) 나오다 point at …에 (…을) 겨누다. convex polygon 볼록한 다각형 concave polygon on 오목한 다각형 这是今天生词 天才 더보기
make 동사 the idea is to make the flowchart the foundation of the code make 사역동사 뒤에는 목적어가 나오고 목적어가 능동,수동에 따라 목적보어가 동사원형 또는 p.p가 옵니다 4형식으로 쓰일 때에는 (누구에게 무엇을 만들어주다)라는 의미로 수여동사로 쓰이는 것이고요 "He made ma a doctor.", "She made me crazy."...이처럼 make + 목적어 + 명사나 형용사가 올 수 있습니다. http://cafe.naver.com/allkillenglish/205117 더보기