Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- (using password: YES)" when trying to connect
- 윈도우 mod_security2
- html pdf 변환
- 윈도우 환경 아파치 mod_security2 설치
- httpd.conf 보안 설정
- thumbnail 클래스
- 아파치 웹 서버의 정보 숨기기
- usb efi 시스템 파티션 삭제
- modsecurity 설치
- group_concat 구분자
- javascript
- 비밀번호정규식
- PHP 정규식 예제
- postfix 설치
- apple push notification service (apns) is changing
- mariadb upgrade
- PHP 구글 OTP 연동
- 숫자 3자리(천단위) 마다 콤마 찍기
- php 이미지 url 검증 함수
- php 배열제거
- 파라미터 & 오류
- 자바스크립트비밀번호검증
- sha-2 root
- mysqldump: Got error: 1045
- bootstrap
- bootstrap modal
- 비밀번호검증정규식
- wsl2 우분투에 docker 설치
- mod_security2 설치
- 유튜브 플레이 리스트 저장
Archives
- Today
- Total
목록2025/06/02 (1)
투덜이 개발자
이미지 변환 Thumbnail 클래스
이미지 변환 Thumbnail 클래스 $srcFile, 'size' => filesize($srcFile), 'width' => $width, 'height' => $height ); } if ($cropSquare) { $cropSize = min($width, $height); $srcX = ($width - $cropSize) / 2; $srcY = ($height - $cropSize) / 2; $newWidth = $newHeight = $thumbWidth; } else { ..
Program Language/PHP
2025. 6. 2. 10:31