| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- AWS
- 앤 커리
- Java의정석
- 격파르타 장점
- Foundational
- [sqld] 자격증 합격
- 앨런 마이크로프트
- 그린 소프트웨어
- Your session has been terminated
- 항해솔직후기
- Wordpress
- 격파르타 후기
- 라울-게이브리얼 우르마
- 사라 베리만
- 세라 수
- SQL실전트래이닝
- 케이트리
- 항해플러스후기
- 마리오 푸스코
- 격파르타 합격후기
- 항해플러스
- readony
- ARIadminer
- 항해플러스백엔드
- 남궁성
- 제이펍
- saltkey
- 도우출판
- 항해99
- MCP로 똑똑하게 일하는 법
- Today
- Total
목록Develop (39)
WorkaHolic
api.wordpress.org/secret-key/1.1/salt * 임의의 솔트값(Salt Key)이 새로고침시마다 매번 새로이 자동생성됨 - 입력하는 곳 wp-config.php define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT',..
- master가 노예제도를 연상시킨다고 하여, main으로 변경됨 * 다른 변경 사항들이 push가 완료 되어 있다는 전제 하에 1. main로 checkout e.g. git checkout main 2. main에 branch 덮어쓰기 e.g. git reset --hard branch_name 3. 강제(-f) push e.g. git push -f origin main
The repository for this project is empty You can get started by cloning the repository or start adding files to it with one of the following options. 이 프로젝트의 저장소가 비어 있습니다. 저장소를 복제하여 시작하거나 다음 옵션 중 하나를 사용하여 저장소에 파일을 추가 할 수 있습니다. Command line instructions You can also upload existing files from your computer using the instructions below. 명령 줄 지침 아래 지침에 따라 컴퓨터에서 기존 파일을 업로드 할 수도 있습니다. - Git global se..