필수 워드프레스 플러그인 1. 워드프레스 설치 2. Post SMTP 3. Auto Featured image 설치 4. wpDiscuz 설치 5. Jetpack 설치 6. KBoard 설치 7. MangBoard 8. 우커머스 9. 엘리멘터 10. WPFoms 11. WP Reset 12. Cus...
OKKY | 각종 그리드 솔루션들 정리 무료 https://free-jqgrid.github.io/examples/index.html free jqGrid is the fork of jqGrid, based on v4.7 http://mleibman.github.io/SlickGrid/examples/ SlickGrid(jqgrid에...
https://backlog.com/git-tutorial/kr/intro/intro1_1.html Git을 이용한 버전 관리 【Git의 기본】 | 누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog Git을 이용한 버전 관리 【G...
CentOS 용 과 Ubuntu 용 AAI V.1.5 정식버전을 배포 합니다. 웹서버 한번에 해결되는 APM 자동 설치 스크립트 AAI CentOS 7.6 minimal 그리고 Ubuntu-18.04.1-live-server 로 진행 하였습니다. 각 AAI에 첨부된 사용...
PHP Constants PHP Constants A constant is an identifier (name) for a simple value. The value cannot be changed during the script. A valid constant name starts with a letter or underscore (no $ sign bef...
PHP Numbers PHP Numbers One thing to notice about PHP is that it provides automatic data type conversion. So, if you assign an integer value to a variable, the type of that variable will automatically ...
PHP Strings PHP String Functions In this chapter we will look at some commonly used functions to manipulate strings. strlen() - Return the Length of a String The PHP strlen() function returns the lengt...
PHP Data Types PHP Data Types Variables can store data of different types, and different data types can do different things. PHP supports the following data types: String Integer Float (floating point ...