목록전체 글 (248)
메모장 입니다2
G - move to last line $ - move to last character
https://unix.stackexchange.com/questions/226936/how-to-install-setup-mutt-with-gmail-on-centos-and-ubuntu How to install/setup mutt with Gmail on CentOS and Ubuntu? How to setup the email client Mutt to send, receive and read email under CentOS and Ubuntu using a Gmail account as a relay unix.stackexchange.com - change default editor of mutt https://ubuntuforums.org/showthread.php?t=1985544
*.숙제 -virtual DOM과 react 이야기 유튭 보기 -강의자료 1.유틸 -webpack : 파일 자동 처리기? -babel : 코드 변환기 -codesandbox: fiddler랑 비슷 https://codesandbox.io vanilla - CodeSandbox The online code editor tailored for web applications codesandbox.io

1.github 개발 과정 살펴볼 프로그램 선정: uftrace -trace 하면서 time값 확인 가능 -ret값, argument 확인가능 -json 형식으로 출력 후 크롬에서 확인가능 *사진 생략* 2.그 밖에... -uftrace의 issue/discussion 등을 살펴보았다..

1. 포털사이트 만들기 ~ing -오른쪽 상단 퀵메뉴 만들기(마이 페이지, 로그인, 메일) -검색하기 및 로고 설정 -왼쪽 퀵메뉴 만들기 -가운데 레이아웃 설정
1.참조하는 스택위치 조정 "%[인덱스]$[포맷스트링]" 스택구성이 AAAA 0xffffffff cccc 0x8048091 4번째 위치의 스택값(0x8048091)을 출력하고 싶다. printf("%4$x") 응용해 4번째 위치의 스택값이 갖고있는 주소에 값을 쓰고싶다. printf("%4$n") 개꿀. 2.64bit에선 %lx 사용(8byte)