일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- usb efi 시스템 파티션 삭제
- mysql root 비밀번호 변경
- PHP 구글 OTP 연동
- bootstrap
- svn 충돌 해결 resolved
- sha-2 root
- bootstrap modal
- libxrender1
- modsecurity 설치
- group_concat 구분자
- 아파치 웹 서버의 정보 숨기기
- apple push notification service (apns) is changing
- (using password: YES)" when trying to connect
- PHP 구글 OTP 인증
- php 배열제거
- wkhtmltopdf 실행 오류
- 파라미터 & 오류
- 구글 OTP 인증
- html pdf 변환
- apache mod rewrite
- mysqldump: Got error: 1045
- 비밀번호정규식
- httpd.conf 보안 설정
- 자바스크립트비밀번호검증
- 숫자 3자리(천단위) 마다 콤마 찍기
- 비밀번호검증정규식
- javascript
- mariadb upgrade
- 우분투 mysql 비밀번호 없이 로그인 될때
- PHP 정규식 예제
- Today
- Total
목록전체 글 (284)
투덜이 개발자
PHP 파일 다운로드 함수 "파일을 찾을 수 없습니다."]); exit; } // 파일 크기 미리 가져오기 (최적화) $fileSize = filesize($filePath); // 파일 이름 설정 (제공되지 않으면 파일 경로에서 추출) if ($fileName === null) { $fileName = basename($filePath); } $mimeType = 'application/octet-stream'; // MIME 타입 기본값 설정 if (extension_loaded('fileinfo')) { $finfo = finfo_open(FILEINFO_MIME_TYPE); $detectedType = finfo_file($finfo, $filePath)..
피험비용 추가 피험비용 추가 피험비용2 코드를 줄여보자.. 피험비용 추가 피험비용 추가 피험비용2

Ubuntu 기본 설정에서는 root 계정 로그인이 잠겨 있을 수 있습니다.아래 명령어로 확인하세요.sudo passwd -S root출력이 root L처럼 나오면 root 계정이 잠겨 있습니다.잠금을 해제하려면 다음을 실행하세요.sudo passwd root새 비밀번호를 입력 후 다시 시도하세요.
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..

구형 인텔 맥 OS 클린 설치https://tagilog.tistory.com/294 [맥 초기화] 맥 OS 깨끗하게 다시 까는 방법 (클린설치)(OS가 패쇄적인 만큼) 꽤 안정적인 맥os이지만, 그래도 여러가지 이유로 운영시스템을 다시 설치해야만 하는 경우가 있는데요. 이번 포스트에서는 맥을 깨끗하게 초기화시키는 방법에 대해서 알tagilog.tistory.com
MariaDB Upgrade 하는 방법 https://arcworld.tistory.com/120 10.4.13 ) 일반적인 프로그램이라면, 그냥 실행파일을 누르면 자동으로 업그레이드가 진행 되겠지만.. MariaDB 의 data 폴더를 잠시 다른곳에 이식 후, 1" data-og-host="arcworld.tistory.com" data-og-source-url="https://arcworld.tistory.com/120" data-og-url="https://arcworld.tistory.com/120" data-og-image="https://scrap.kakaocdn.net/dn/bm5L4s/hyX4oOVy7Z/JRrnRVO2DpP78QBwMDcGPk/img.png?width=335&height..