목록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 b..
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/len..
codeigniter hello world https://codeigniter.com/download codeigniterunzip codeigniterphp -S localhost:8080http://localhost:8080open welcome_message.phpadd "Hello World!"refresh browser
회사님의 은총으로 IntelliJ 는 이미 라이센스 받아서 사용 하고 있었음. PyCharm 은 커뮤니티 버전으로 사용 하고 있었다. 이미 업무에서 다양한 언어를 사용하고 있는 상태. 업무에 적극 활용은 하지는 않지만 종종 쓰는 언어들 까지 포함하면 java, perl, python, c, html, css, javascript, nodejs, php, ruby, c#, swift... 등등. DB 도 mysql, oracle 은 물론 po..