원문 오픈소스 모음 This page collects good FOSS applications — user-facing software. Please make sure software you add has current development and user communities – any size, just current! If software that meets this threshold later falls out of use, please keep it on the list for historical...
Continue reading
May 26, 2016 techsupport
Blog, Tech
1990년대의 인구 이동과 몇 십 년에 걸친 남서부 지향적인 성향에 따라 미국의 인구 중심은 10년 동안 남쪽으로 12.1 마일, 서쪽으로 32.5 마일을 이동해 미주리주 에드가 스프링스에서 동쪽으로 약 3 마일 지점에 자리잡게 되었다. 미 국무부 IIP (국제 정보 프로그램) 간행물 및 기타 미 정부 자료에서 발췌. 배경 ☞...
Continue reading
May 25, 2016 techsupport
Blog, Tech
원문보기 Downloads Intel® HTML5 Tools for developing mobile applications [PDF 821.98KB] iOS Source Code [ZIP file 168 KB] HTML5 Tools Result Source Code [ZIP file 86KB] HTML5 is the new HTML standard. Recently, Intel Corporation announced a set of HTML5 Tools for developing mobile applications. This paper shows...
Continue reading
May 25, 2016 techsupport
Blog, Tech
/* Redirect to a different page in the current directory that was requested */ $host = $_SERVER[‘HTTP_HOST’]; $uri = rtrim(dirname($_SERVER[‘PHP_SELF’]), ‘/\\’); $extra = ‘mypage.php’; header(“Location: http://$host$uri/$extra”); exit; more
Continue reading
May 22, 2016 techsupport
Blog, Tech
원문보기 This document is based on: Eclipse 4.5 MARS (ok for Eclipse 4.4 LUNA) Tomcat 8.x Document History: 12-12-2014: JSP + Servlet + Filter + JSTL 06-08-2015: JSP + Servlet + Filter + JSTL + JDBC In this document, I will guide step by step how to...
Continue reading
May 20, 2016 techsupport
Blog, Open Source, Tech
사라져 가는 온라인, 오프라인 결제의 경계선, o2o, VAN, PG에 대한 이야기 Posted by 지후대디 2015.09.10 22:11 IT Device Game 한국의 결제시장의 잘 알려지지 않은 심층부에는 오랜 시간을 들여 구축되고 자리잡아온 VAN 중심의 오프라인 거래의 영역과 PG에 무게를 둔 온라인 거래로 비교적 명확하게 그 나뉘어져 있었습니다. 적어도 2010대 초반...
Continue reading
May 20, 2016 techsupport
Blog, Tech
★ 인터넷에서 신용카드 결제가 되는 순서를 살펴보자면, 1. 사용자가 쇼핑몰에서 쇼핑을 하고, 2. 카드 결제를 선택하면, 3. PG 시스템에 연동이 되어서 신용카드번호, 주민번호, 비밀번호 등을 입력 4. PG 시스템은 VAN 을 타고 카드사 시스템에 접속하여 결제가 이루어집니다. 위의 2,3 번을 하기위해서 각 쇼핑몰은 국내 PG 사와 계약을 맺고...
Continue reading
May 20, 2016 techsupport
Blog, Tech
node.JS 에서 PDF 파일 만들기
Continue reading
May 20, 2016 techsupport
Blog, Tech
VAN사는 오프라인 매장에서 카드 결재시스템을 제공하는 회사이고 PG사는 온라인 매장에서 카드 결재시스템을 제공하는 회사이다. 당연히 VAN사가 더 먼저 생겼고 그 다음 PG사들이 생겨났다. 최근에는 VAN사가 PG사를 인수하거나 PG업무에 진출해서 VAN사도 PG업무를 하는 곳들 도 있다. 온라인 쇼핑몰에서 결재 흐름도는 쇼핑몰 ->PG사 -> VAN -> 카드사 이런...
Continue reading
May 20, 2016 techsupport
Blog, Tech
PG 서비스란? PG(Payment Gateway) 서비스란 쇼핑몰 등의 온라인 중소 업체와 카드사 등의 금융권 사이에서 온라인 결제 서비스를 가능케 해주는 중개 서비스입니다. 간단히 그림으로 표현하면, (출처: http://www.paygate.net/service/k_credit.php) 모두 알 필요는 없습니다. 모르는게 약이라는 말도 있잖아요?!! 알아야 할 흐름은 다음과 같습니다. 결제 승인 소비자(사이트 이용자)가 결제 정보를 입력한다. 사이트는 이...
Continue reading
May 20, 2016 techsupport
Blog, Tech