Documents #An error occurred while attempting to create a YouTube account. Plaease try later. YouTube 계정을 만드는 중에 오류가 발생했습니다. 나중에 다시 시도해 주세요. (An error...
Forcs #OZ.err1300100051 C:\Program Files (x86)\FORCS\OZ e-Form 7.0\OZ e-Form Designer 7.0\config\launch.cfg JRE_PATH 경로 변경(only...
Forcs #ORCL.setup http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html 1of2와 2of2를 같은 폴더에 압축을 풀고 설치하면 크게 어려운 부분은...
Documents #IT Outsourcing 1. Systems Integration Outsourcing(SI) – ERP (Enterprise Resource Planning) 2. Systems Management Outsourcing(SM) –...
Wordpress #Post Formats(글 형식) 추가 themes>xxxxx>functions.php 모든 테마에 적용되지 않는다. aside, gallery, link, image, quote, status,...
Wordpress #워드프레스 비공개 header.php <head> … <?php if(!is_user_logged_in()){wp_redirect('http://your-site.com/wp-login.php'); exit;}?> <?php wp_head(); ?> </head>