Logo

Blog Grid 2 Column

Journal

Creative Collection

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

2025년 04월 16일

mysql 5.1 to 5.7 upgrade 방법

mysql 5.1 to 5.7 upgrade 방법입니다. 우선 해 본결과 간단히 소개부터 하면 1) 중요한 데이터라면 우선 백업을 하고 이 작업을 하세요.– 데이터가 다 날라갈...

Continue Reading
2025년 04월 16일

워드프레스 변수명 확인하기

<?php$current_user = wp_get_current_user();/*** @example Safe usage: $current_user = wp_get_current_user();* if ( !($current_user instanceof WP_User) )*     return;*/echo ‘Username: ‘ . $current_user->user_login . ‘<br />’;echo ‘User email: ‘ . $current_user->user_email . ‘<br />’;echo ‘User first name: ‘ . $current_user->user_firstname . ‘<br />’;echo ‘User last name: ‘ . $current_user->user_lastname . ‘<br />’;echo ‘User display name: ‘ . $current_user->display_name . ‘<br />’;echo ‘User ID: ‘ . $current_user->ID . ‘<br />’;?> 위와 같이 하면 변수명을 확인할 수 있다. 출처 : https://codex.wordpress.org/ko:%ED%95%A8%EC%88%98_%EB%A0%88%ED%8D%BC%EB%9F%B0%EC%8A%A4/wp_get_current_user#.EB.A6.AC.ED.84.B4_.EA.B0.92 작성일자 : 2017.09.30

Continue Reading
2025년 04월 16일

Windows 7 USB DVD Download Tool

Windows 7 USB DVD Download Tool Windows7-USB-DVD-Download-Tool-Installer-en-US다운로드

Continue Reading
woman
2019년 03월 15일

Wild Question Marks and devious semikoli

Wild Question Marks and devious semikoli March 15, 2019 Photo Story Build an elegantly modern, responsive website that’s creative, accessible and beautifully presented. A...

Continue Reading