일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 영어시간읽기
- 지연환가료
- 우레탄지퍼
- MERN스택
- 40HQ컨테이너40GP컨테이너차이
- 슈퍼코딩
- 자켓실측
- TACKING
- 미니마카
- 고급영어단어
- 비슬론지퍼
- 40HQ컨테이너
- 와끼
- AATCC
- 필터링후복사붙여넣기
- 비리짐
- 암홀트롭
- 엑셀필터복사붙여넣기
- 웹API
- 핸드캐리쿠리어차이점
- 엑셀드래그단축키
- 엑셀자동서식
- 봉제용어
- WHATTIMEOFTHEDAY
- 헤이큐
- 미국영어연음
- 클린코드
- Armhole Drop
- 나일론지퍼
- 요척합의
- Today
- Total
목록분류 전체보기 (643)
CASSIE'S BLOG
원어민은 시와 분을 빼고 그냥 읽는다. 3시 10분이다. It's three ten. 30분을 기준으로 past와 to로 나뉜다. 보통 분을 먼저 말하고 시간을 얘기한다. 1분과 30분까지는 past 31분부터 59분까지는 to 쓰기 오후 12시 30분 말하는 법 Twelve thirty or Half past twelve We never say "half to". 오후 12시 45분 말하는 법 Twelve forty-five or Quarter to one 굳이 몇분 인거 안중요할 때 just turned or nearly 라고 말하면 됨 시간 물어볼 때도 excuse me. or please 붙이기 Do you have the time? Excuse me. What time is it, please?..
You look happier since you started giving yourself the same love you've always given others. the power of love. Meeting John really changed my life. When I feel the support that I have from him, I feel invincible. 티모시살라메 주제로 팝업 뜬 데에서 발견한 글 I don't know what chapter I'm on. I only know where I am.
import React, { useState, useEffect, useReducer } from 'react'; import Card from '../UI/Card/Card'; import classes from './Login.module.css'; import Button from '../UI/Button/Button'; const Login = (props) => { // const [enteredEmail, setEnteredEmail] = useState(''); // const [emailIsValid, setEmailIsValid] = useState(); // const [enteredPassword, setEnteredPassword] = useState(''); // const [pa..
error: pathspec 'practice/4-6' did not match any file(s) known to git branch 이동하기 git checkout [branch name] -b : branch 생성하고 이동 *error: pathspec '[branch name]' did not match any file(s) known to git 해당 에러는 로컬저장소 git과 리모트 저장소 git이 동기화가 되지 않아서 브랜치를 참조하지 못해서 발생. git remote update git checkout [branch name]