목록Study (18)
Hello It's good to be back ^_^
교재: Do it! HTML+CSS+자바스크립트 웹 표준의 정석 11장 ~ 13장공부한 페이지: pp. 355 ~ 461실습한 내용: https://github.com/HongYeonLee/ECC-Frontend-Study GitHub - HongYeonLee/ECC-Frontend-Study: ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입니다. Contribute to HongYeonLee/ECC-Frontend-Study development by creating an account on GitHub.github.com목차 11 트랜지션과 애니메이션11-1 변형 알아보기11-2 트랜지션 알아보기11-3 애..
교재: Do it! HTML+CSS+자바스크립트 웹 표준의 정석 8장 ~ 10장공부한 페이지: pp. 237 ~ 354실습한 내용: https://github.com/HongYeonLee/ECC-Frontend-Study GitHub - HongYeonLee/ECC-Frontend-Study: ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입니다. Contribute to HongYeonLee/ECC-Frontend-Study development by creating an account on GitHub.github.com목차 8-1 CSS와 박스 모델8-2 테두리 스타일 지정하기8-3 여백을 조절하는 속성8..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
교재: Do it! HTML+CSS+자바스크립트 웹 표준의 정석 1장 ~ 2장공부한 페이지: pp. 15~42실습한 내용: https://github.com/HongYeonLee/ECC-Frontend-Study GitHub - HongYeonLee/ECC-Frontend-Study: ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입ECC 49기 FW 프론트엔드 2팀 스터디 내용을 기록하는 레포지토리입니다. Contribute to HongYeonLee/ECC-Frontend-Study development by creating an account on GitHub.github.com 목차 1-1 웹 개발 알아보기1-2 웹 개발, 어디서부터 시작할까 2-1 웹 브러우저와 웹 편집..
교재: Do it! 5일 만에 끝내는 깃&깃허브 입문 4장 ~ 5장공부한 페이지: pp. 125-202실습한 내용: https://github.com/HongYeonLee/ECC-Frontend-Study GitHub - HongYeonLee/ECC-Frontend-Study: ECC 49기 FW 프론트엔드 2팀 이홍연 스터디ECC 49기 FW 프론트엔드 2팀 이홍연 스터디. Contribute to HongYeonLee/ECC-Frontend-Study development by creating an account on GitHub.github.com 협업 연습용 레포지토리https://github.com/HongYeonLee/project GitHub - HongYeonLee/projectContri..
교재: Do it! 5일 만에 끝내는 깃&깃허브 입문 1장 ~ 3장 공부한 페이지: pp. 12-123실습한 내용: https://github.com/HongYeonLee/ECC-Frontend-Study GitHub - HongYeonLee/ECC-Frontend-Study: ECC 49기 FW 프론트엔드 2팀 이홍연 스터디ECC 49기 FW 프론트엔드 2팀 이홍연 스터디. Contribute to HongYeonLee/ECC-Frontend-Study development by creating an account on GitHub.github.com 목차1-1 지옥에서 온 문서 관리자, 깃1-2 깃 설치하고 환경 설정 끝내기1-3 리눅스 명령 연습하기 2-1 깃 저장소 만들기2-2 버전 만들기2-3 ..
이번에 풀은 문제는 3 6 9 게임 문제이다. 내가 작성한 코드는 다음과 같다#include using namespace std;int haveMultiplesOf3(int n){ int cnt = 0; while (n > 0){ if (n % 10 == 3 || n % 10 == 6 || n % 10 == 9){ cnt++; break; } n /= 10; } return cnt;}int isMultiplesOf3(int a, int b){ int cnt = 0; for (int i = a; i > a >> b; //연산 cnt = isMultiplesOf3(a, b); //출력..