일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 아파치 웹 서버의 정보 숨기기
- bootstrap
- mysql root 비밀번호 변경
- 비밀번호검증정규식
- mysqldump: Got error: 1045
- 구글 OTP 인증
- 우분투 mysql 비밀번호 없이 로그인 될때
- mariadb upgrade
- (using password: YES)" when trying to connect
- apple push notification service (apns) is changing
- usb efi 시스템 파티션 삭제
- bootstrap modal
- javascript
- PHP 구글 OTP 인증
- apache mod rewrite
- modsecurity 설치
- wkhtmltopdf 실행 오류
- svn 충돌 해결 resolve
- PHP 구글 OTP 연동
- 파라미터 & 오류
- php 배열제거
- html pdf 변환
- svn 충돌 해결 resolved
- 비밀번호정규식
- httpd.conf 보안 설정
- libxrender1
- PHP 정규식 예제
- 자바스크립트비밀번호검증
- sha-2 root
- group_concat 구분자
- Today
- Total
목록2025/02/07 (3)
투덜이 개발자
PHP 5.3.27 구버전 에디터 내 base64 인코딩 이미지 파일로 저장하기 summernote 내 이미지 첨부하면 base64 인코딩 되어 저장된다. 이것을 파일로 저장할려고 한다.php 버전을 업데이트 하면 좋겠지만 상황이 여의치 않아 php 버전이 오래된 버전이라 상당히 힘들었다. Hello Summernote ', $pos); if ($endPos === false || $endPos >= strlen($content)) break; // 태그 닫힘 위치가 없거나 비정상적이면 중단 $imgTag = substr($content, $pos, $endPos - $pos + 1); $srcPos = strpos($imgTag, 'src="'); if ($srcPos !..
php 5.3.27 버전이 낮을경우 preg_match_all 에서 길이 문제로 매칭을 못 할 경우가 발생한다. PHP 설정을 변경하여 PCRE의 최대 처리 길이를 늘리는 방법입니다.(이 방법은 일부 환경에서만 작동할 수 있습니다.)ini_set('pcre.backtrack_limit', '10000000'); // 기본 100000 → 10000000(10배 증가)ini_set('pcre.recursion_limit', '1000000'); // 기본 100000 → 1000000(10배 증가)
https://developer.apple.com/forums/thread/770316 Does Firebase Push Notification Se… | Apple Developer ForumsApple has announced that the server certificate will be updated in the Sandbox environment on January 20, 2025. We are using Firebase as our third-party push notification provider. How can we test the updated certificate in the Sandbox environment once it'developer.apple.com 결론 : firebase..