Dart 변수 선언 / 할당 var integer / double boolean String Dynamic nullable, non-nullable, null final, const List Map Set enum typedef 함수 / 파라미터 종류 / return type arrow function...
Continue reading...5월 2023
[WordPress] custom post_type 생성
1. post_type 워드프레스는 기본적으로 다섯가지 게시물 유형이 있다. (post, page, menu, attachement, revision). 개발을 진행하다보면 새로운 post_type 을 만들어야할 수 있는데 다음 코드를 이용한다. 조금 더 디테일하게 post_type 을 생성하고자 한다면,...
Continue reading...[Linux][ubuntu] 워드프레스 CLI 설치
1. MySQL 서버 설치 2. MySQL 콘솔 접근 3. DB, 유저 생성 및 권한 할당 4. php 및 웹서버(apache, nginx 등) 설치 / php 는 fpm 으로 설치해도 됨 5. WordPress...
Continue reading...[linux] 계정 생성 / bash 할당 / sudo 권한 부여
두 가지 방법 이 있다. 📌 useradd 📌 adduser 로그를 보면 알겠지만 특별한 옵션 없이도 home directory를 자동으로 생성해주고,비밀 번호 또한 생성 도중에 같이 만들도록 유도한다.번거롭게 몇가지를 더 작성해야지만, 그래도 더 많은...
Continue reading...