목록PHP (10)
준호씨의 블로그
sudo apt-get remove apache2 sudo apt autoremove 오류발생 root@junho85:~# apt-get update Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease Temporary failure resolving 'us.archive.ubuntu.com' Err:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease Temp..
php 에서 curl 라이브러리를 사용하려고 하니 라이브러리가 없어서 오류 발생. php 용 curl 라이브러리 설치 하는 방법 정리 ubuntu 기준 sudo apt-get install php5-curl
php 에서 array 의 길이를 구하려면 count 함수를 이용한다.python 에서 length 함수를 이용하는 것과 비슷하다. (참고: python - array length 구하기, array count)count(users);덤 - twigtwig 이라는 php template engine 에서는 좀 독특한 방식을 사용한다.{% users|length %}참고: https://twig.symfony.com/doc/2.x/filters/length.html참고http://php.net/manual/kr/function.count.php
codeigniter hello world https://codeigniter.com/ download codeigniter unzip codeigniter php -S localhost:8080 http://localhost:8080 open welcome_message.php add "Hello World!" refresh browser
회사님의 은총으로 IntelliJ 는 이미 라이센스 받아서 사용 하고 있었음. PyCharm 은 커뮤니티 버전으로 사용 하고 있었다. 이미 업무에서 다양한 언어를 사용하고 있는 상태. 업무에 적극 활용은 하지는 않지만 종종 쓰는 언어들 까지 포함하면 java, perl, python, c, html, css, javascript, nodejs, php, ruby, c#, swift... 등등. DB 도 mysql, oracle 은 물론 postgresql, mongodb 등등 최근 IntelliJ 라이센스가 만료 되어서 이참에 다른 언어들의 생산성도 향상 시켜 볼 겸 All Products Pack 으로 신청 해서 받았다. 오오 회사느님 감사합니다 ㅠㅠ All Products Pack 라이센스를 가지고 ..