https://stackoverflow.com/questions/9414969/excel-vba-exit-for-loop
If [condition] Then Exit For
If 조건문 Then Exit For
한글의 경우는 네모 숫자가 가능하지만, 엑셀에는 기본 기호에 위 네모숫자기호가 없습니다.
다만, 한글 글꼴에 따라 네모 기호가 있는 글꼴이 있습니다.
1) 중앙신문명조
2) 한컴돋움
3) 함초롬돋움
1. PHP 업로드 용량 제한
2. NGINX 업로드 용량 제한
nginx에서 별도로 용량을 설정해줘야 합니다.
/etc/nginx/nginx.conf
client_max_body_size 100m;
추가해줘보세요.
# service php7.2-fpm restart
# service nginx restart
참조 : https://xetown.com/questions/218920