반응형
반응형
//휴일을 제외한 업무 일 수 계산 function getWorkingDays($startDate, $endDate, $holidays){ $endDate = strtotime($endDate); $startDate = strtotime($startDate); $days = ($endDate - $startDate) / 86400 + 1; $no_full_weeks = floor($days / 7); $no_remaining_days = fmod($days, 7); $the_first_day_of_week = date("N", $startDate); $the_last_day_of_week = date("N", $endDate); if ($the_first_day_of_week
특정 파워포인트 ppt파일을 열어서 내용을 수정하려고 하면 글자가 너무 늦게 입력되는 문제가 발생한다 1글자 한글자 더디고 느리게 입력된다. 그래픽 성능을 사용안하거나 레지스트 수정방법도 나와있지만 근본적으로 해결이 안되었다 그런데 해결방법을 찾았다... 문서 안에 글꼴이 포함된 문제이다. 파일을 다른이름으로 저장할때 도구 -> 저장옵션 -> 파일에 글꼴포함 체크를 풀어주고 저장 저장된 파일을 다시 열어보면 딜레이가 말끔하게 사라져 있을것이다. MS오피스 2016, MS오피스365 최신버젼에 모두 해당된다. 미친 M$ 출처 : https://kin.naver.com/qna/detail.nhn?d1id=1&dirId=102&docId=310412800&qb=cHB0&enc=utf8§ion=kin.q..
보통 아래와 같이 PHP로 엑셀파일을 변환 시켜 다운로드 받게 만든다 header("Content-type: application/vnd.ms-excel; charset=utf-8"); header("Content-Disposition: attachment; filename="파일명.xls"); header("Content-Description:PHP4 Generated Data"); 그런데 MAC, 윈도우 다 잘 나오는데 리눅스 리브레오피스 (LIBREOFFICE)에서 한글이 깨진다고 한다.. 망할 리브레 @%^&% 방법은 간단하다.. print(""); 위 태그 하나 더 넣어주자... 다시 말해서 header("Content-type: application/vnd.ms-excel; charset=ut..
매번 하면서 까먹는거 같다 $ php t.php abcd Array ( [0] => t.php [1] => abcd ) 출처 : https://www.hooni.net/xe/study/563 [php] 쉘에서 실행할 때 인수(파라미터) 받기.. - 후니넷 진정한 쉘 프로그래밍보다는 php로 하는게 더 편할 듯하여.. php로 작성하던 도중 작지만 약간의 벽에 부딪쳤습니다. 바로 사용자로부터 사용자값을 입력받거나 인자값을 넘겨받는 것이 문제였습 www.hooni.net
Delivery failure NOTICE: Delivery Failure. This Delivery Status Notification is sent from MTA... Your delivery to the following address has been failed. Please refer to the below for details. ------------------------------------------------------ Delivery failed: abcd@gmail.com 64.233.188.26 failed after I sent the message. Remote host said[Response Message]: 550-5.7.1 [아이피 12] Our system has de..
https://letsencrypt.org/ko/docs/dst-root-ca-x3-expiration-september-2021/ DST Root CA X3 루트 인증서 만료 (2021년 9월) - Let's Encrypt - 무료 SSL/TLS 인증서 마지막 업데이트:Sep 30, 2021 | 모든 문서를 참조 2021년 9월 30일 업데이트 - 계획했던 대로 DST Root CA X3 교차 서명은 만료되었고, 이제 우리는 거의 모든 기기에서 신뢰되는 우리의 ISRG Root X1을 사용 letsencrypt.org 무료 인증서를 개인용이 아니라 회사에 쓰면 개피 본다는걸 실감중입니다. 네이버나 카카오에서도 위 인증서는 읽지를 못합니다. 조심하세요