Search result

파워셀을 통해 오피스365 exchange online 접속하기

파워쉘을 관리자 권한으로 실행한 후, 실행 정책을 변경합니다. Set-ExecutionPolicy RemoteSigned Exchange Online 에 접속합니다. 이를 위해 먼저, 아이디와 비밀번호를 설정합니다. $Creds = Get-Credential 접속...

서버관리 office365 PowerShell

[php] PHP 7.4의 새로운 기능

* PHP 7.4의 새로운 기능 https://xly.kr/posts/87 https://xly.kr/posts/89 https://stitcher.io/blog/new-in-php-74 https://gist.github.com/kimjangwook/627f1a721b659040fb92d55c57cd1a81 * Migrating from PHP...

PHP

[php] PHP 7.4의 새로운 기능

* PHP 7.4의 새로운 기능 https://xly.kr/posts/87 https://xly.kr/posts/89 https://stitcher.io/blog/new-in-php-74 https://gist.github.com/kimjangwook/627f1a721b659040fb92d55c57cd1a81 * Migrating from PHP...

PHP

[php] PHP 7.4에서 삭제예정으로 정해진 기능(Deprecated)

PHP 7.4 Deprecations https://medium.com/@kim.jangwook/ko-php-7-4-deprecations-25898e91098 Deprecated Features https://www.php.net/manual/en/migration74.deprecated.php * 3항 연산자를 괄호로 구분 해야만...

PHP

[php] PHP 7.4에서 삭제예정으로 정해진 기능(Deprecated)

PHP 7.4 Deprecations https://medium.com/@kim.jangwook/ko-php-7-4-deprecations-25898e91098 Deprecated Features https://www.php.net/manual/en/migration74.deprecated.php * 3항 연산자를 괄호로 구분 해야만...

PHP

개발자 커뮤니티

* KLDP - 리눅스, C https://kldp.org/tracker * Modern PHP User Group https://modernpug.org/posts https://wiki.modernpug.org/questions http://modernpug.github.io/php-the-right-way/ * PHP School https://...

Code

[JetBrains Quest 1]Use JetBrains All Product Pack for free

It’s available until 15 March, 2020. [It’s not a solution.]Continue reading on Medium »

jetbrains jetbrains-quest

[php] OpCache 설정

12,000개 파일의 라라벨을 하루 가동한 결과 * memory usage total memory: 256.00MB used memory: 32.53MB free memory: 221.07MB wasted memory: 2.39MB (0.94%) * opcache statistics number of cached files: 98...

PHP

[php] OpCache 설정

12,000개 파일의 라라벨을 하루 가동한 결과 * memory usage total memory: 256.00MB used memory: 32.53MB free memory: 221.07MB wasted memory: 2.39MB (0.94%) * opcache statistics number of cached files: 98...

PHP

[php] composer 사용법 (속도 향상 방법)

https://getcomposer.org/doc/03-cli.md * 옵션 --no-cache : 캐시 사용 안하기 --profile : 시간 정보 표시 --version (-V) : 버전 확인 * 캐시 지우기 composer clear-cache * 설치된 패키지 보기 composer show -...

Web