일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 함수형 프로그래밍
- Python
- slicing [::-1]
- pandas
- 생각
- sort v.s. sorted
- r-string
- timestamp
- OS
- boto3
- Airflow
- PIP
- selenium-wire
- os.path
- decorator
- blinker
- 순수함수
- CI/CD
- sort(reverse=True) v.s. reverse
- ds_store
- 코딩 테스트
- reverse v.s. reversed
- [초급(예비) 개발자 오픈소스 실무 역량강화 교육]
- functools.wraps
- 쿼리
- S3
- 고차함수
Archives
- Today
- Total
공부일지
[MySQL]예전 테이블 똑같이 생성하기 본문
mysql
create table new_one like old_one
영어 하듯이
'Computer > 공부정리' 카테고리의 다른 글
[Excel]특정 단어(문자열) 찾을때 (0) | 2023.10.26 |
---|---|
[VSCode]go back, go forward 기능 (0) | 2023.10.26 |
[MySQL]Error Code: 1205. Lock wait timeout exceeded; try restarting transaction (부제: 갑자기 update, delete, insert가 안 된다면..? ) (0) | 2023.10.20 |
[Mac] 엑셀 삽입 도형 안 될 때 (0) | 2023.10.17 |
[Python]selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable (0) | 2023.10.16 |