Blog Small
Travel
Journal
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.
인텔 1155 보드에서 XP설치시 SSD 하드디스크에 설치하는 경우엔 IDE모드로만 설치가 가능합니다. AHCI 모드로 설치하면 에러가 나서 더이상 설치가 안됩니다. 그런데 문제는 이렇게 IDE모드로 SSD 하드디스크를 설치하게되면 XP가 제 성능이 안나오고 느려집니다. 이 문제를 해결하기 위해서 XP를 설치한 PC를 AHCI 모드로 변경하는 방법을 소개합니다. 먼저, IDE 모드에서 SSD 하드디스크에 XP를 설치합니다. 제어판 > 장치관리자에 들어가보면 Controller > IDE/ATA 에 보면 위처럼 Intel(R) SATA Storage Controller 8C00 이런 드라이브가 보일 겁니다. 이 드라이버를 변경하면 되는데요. 두번째: 변경할 드라이버는 http://www.win-raid.com/t11f23-Modded-Intel-AHCI-and-RAID-Drivers-digitally-signed.html 이 문서에서 다운로드를 […]
우편번호 서비스 <input type=”text” name=”zipcode” id=”zipcode” placeholder=”우편번호” value=”<?=$myuser->zipcode?>” maxlength=”3″ size=”5″ readonly oncontextmenu=”return false” onselectstart=”return false” ondragstart=”return false”> <input type=”button” onclick=”sample6_execDaumPostcode()” value=”우편번호 찾기”><br> <script src=”http://dmaps.daum.net/map_js_init/postcode.v2.js”></script><script>function sample6_execDaumPostcode() {new daum.Postcode({oncomplete: function(data) { // 팝업에서 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분.// 각 주소의 노출 규칙에 따라 주소를 조합한다.// 내려오는 변수가 값이 없는 경우엔 공백(”)값을 가지므로, 이를 참고하여 분기 한다.var fullAddr = ”; // 최종 주소 변수var extraAddr = ”; // 조합형 주소 변수 // 사용자가 선택한 주소 타입에 따라 해당 주소 값을 […]
mysql 5.1 to 5.7 upgrade 방법입니다. 우선 해 본결과 간단히 소개부터 하면 1) 중요한 데이터라면 우선 백업을 하고 이 작업을 하세요.– 데이터가 다 날라갈 수 있습니다. 2) 중요하지 않다면 그냥 진행하세요.– 잘 따라하면 데이터는 전혀 소실되지 않고 업데이트됩니다. 3) 5.1과 5.7이 user테이블이 달라서 업그레이드후에는 접속에러가 납니다.– 아래 절차대로 진행해서 스키마 업그레이드를 해 준후부터 정상적으로 됩니다. — 이제 mysql 5.1 to 5.7 upgrade 입니다. 1. yum repository 추가 참고: http://fsteam.tistory.com/94 http://dev.mysql.com/downloads/repo/yum/여기서 redhat linux6/oraclue linux 6 용 다운로드 – 가입하고 다운로드가능 2. […]
<?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
Windows 7 USB DVD Download Tool Windows7-USB-DVD-Download-Tool-Installer-en-US다운로드
