[MySQL][InnoDB] InnoDB 제한사항 by 이정해 about MySQL,SQL
- + innodb_large_prefix가 활성화 된 경우(기본값) 인덱스키에 정의된 제한은 DYNAMIC 또는 COMPRESSED 행 형식을 사용하는 InnoDB 테이블에 대해 3072바이트입니다
- MySQL 인스턴스를 만들 때 innodb_page_size 옵션을 지정하여 InnoDB 페이지 크기를 8KB 또는 4KB로 줄이면 16KB 페이지 크기에 대한 3072 바이트 제한에 따라 인덱스 키의 최대 길이가 비례 적으로 줄어 듭니다
- + 특정 InnoDB 페이지 크기 (innodb_page_size)를 사용하는 MySQL 인스턴스는 다른 페이지 크기를 사용하는 인스턴스의 데이터 파일 또는 로그 파일을 사용할 수 없습니다
AWS CLI를 통해서 S3 파일 다운/업로드하는 방법 by 이창섭 about AWS
- aws s3 cp s3://~~~ s3 주소 /user/~~{현재 내 파일 디렉토리 주소}
- aws s3 cp s3://~~~ s3 주소 /user/~~{현재 내 파일 디렉토리 주소} --recursive
- aws s3 sync s3://~~~ s3 주소 /user/~~{현재 내 파일 디렉토리 주소}
github actions를 통한 React의 build 오류 처리와 yarn install 캐쉬 처리 by 이창섭 about Git
- 근데 일일히 내 컴퓨터에서 굳이 친구가 commit올릴때마다 git pull로 다운 받아서 그걸 build를 해야하나 고민하다가 좋은 아이디어가 떠올랐다
- github action을 통한 React app 배포는 타 블로그에 잘 작성이 되어있으니 스킵하도록하고 실제로 내가 발생한 오류에 대해서 설명을 해보겠다
- - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/cache@v1 id: yarn-cache # use this to check for `cache-hit` (`steps
LeetCode : 122. Best Time to Buy and Sell Stock II by 신기용
- Say you have an array prices for which the ith element is the price of a given stock on day i
- buy one and sell one share of the stock multiple times)
- Note: You may not engage in multiple transactions at the same time (i
Supervised Contrastive Learning for Pre-trained Language Model Fine-tuning by 허훈
[Android] ActionBar에 메뉴 넣기 by 김형준 about Android
- com/apk/res/android" xmlns:app="http://schemas
- com/tools">
- override fun onCreateOptionsMenu(menu: Menu?): Boolean { getMenuInflater()
500.8주차-WAF by 서태호 about Cloud
- AWS 권한 관리 서비스
- role 생성 권한을 가지고 있다
- AWS에서 사용한 API를 수집하는 서비스이다