본문 바로가기

[Driver/Sample Code]RFID Writer SL500 Series 샘플코드 RFID Read/Write기능을 가진 Strong Link사의 SL500과 그의 짭퉁인 DThink-500시리즈 호환 드라이버 및 코드입니다.
NFC / RFID 총정리 타 블로그 펌 정부 차원에서 추진하는 전국호환 교통카드는 2014년 06월 말 현재 T-money 티머니와 cashbee 캐시비 상표로 각각 판매되고 있다. 2014년 09월부터는 코레일-우리은행-우리카드가 제휴하여 "레일플러스"라는 전국호환 교통카드도 판매된다고 한다. ** 기존의 교통 카드들도 전국적으로 어느 정도의 호환성은 가지고 있지만 각각의 기술을 통합하고 표준화해서 해서 호환성을 보다 더 향상시킨 것으로 생각하면 될 것 같다. 1. 캐시비 cashbee 교통카드(http://www.cashbee.co.kr/)는 IC Chip 을 내장한 스마트 카드인 것 같다. 롯데 그룹의 계열사이기도 한다. 2. 마이비 MYbi 교통카드(http://www.mybi.co.kr/) 구형은 "Mifare Stan..
apktool Unsupported major.minor version 51.0 오류 Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8 Exception in thread "main" java.lang.UnsupportedClassVersionError: brut/apktool/Main : Unsupported major.minor version 51.0 예전에도 apktool 사용을 위해 해당 에러를 해결했던 경험이 있는데, 맥북 초기화 후 또 위의 에러를 겪어 기록해둔다. OS X에는 기본적으로 java가 설치되어 있다. B-2:Versions Cirrus$ ls /System/Library/Frameworks/JavaVM.framework/Versions/1.41.51.6ACurrentJDK1.4.21.5.01.6.0Current B-2:Versio..
Set Throttling Mode(CLTT,OLTT)? Intel Server Board S3420GPC를 셋팅하던 중 BIOS의 Set Throttling Mode에 진입하였다. Auto, OLTT, CLTT를 선택 할 수 있었는데OLTT는 무엇이고 CLTT는 무슨말인지... CLTT - Closed Loop Throttling Mode.OLTT - Open Loop Throttling Mode.
Prota OS 사용 오늘은 Prota OS, 중학생들이 가지고 놀기에 적합한, 코딩은 한줄도 필요없는 그러한 OS(보다는 Control Panel)이다. HDMI연결도 필요없으며, 내가 접속한 IP의 기록이 DB에 있으면 Easy-Access할 수 있도록 도와준다. 인터페이스는 깔끔하고, 애니메이션이 상당히 귀엽다. 모든것이 클릭 한번에!!
Ubuntu 14.x 한글 깨짐 우분투를 제대로 썼던건 9.x, 이후 근황이 궁금하여 12.xx대를 깔아봤었는데이번 블로그 포스팅을 위해서 다시한번 14를 깔아보았다. 매번 블로그를 찾아가면서 셋팅하는게 보통이었지만, 오늘은 포스팅을 직접 해보련다. 복붙을 위해 ssh로 붙었고, Ubuntu Server이다. cirrus@192.168.2.9's password: Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-30-generic x86_64) * Documentation: https://help.ubuntu.com/ System information as of Wed Jul 29 20:07:31 KST 2015 System load: 1.24 Processes: 161 Usage of /: 0.3..
Intel Server Board S3420GPC Network Card not found 해결 In my home lab I have a Intel S3420GPLC motherboard with Intel Xeon X3430.Intel S3420GPLC is a pretty good motherboard. The motherboard has 2 on-board network interface cards (Intel 82574L & Intel 82578DM). The Intel NIC 82574L along with the onboard SATA controller is on the VMware HCL. So basically VMware ESXi 4.1 installs without any problems. However the Intel NIC 82578DM is an unsupported o..
[Java] HTTP Request with Apache Library import java.io.IOException;import java.io.UnsupportedEncodingException;import java.util.ArrayList;import java.util.List; import org.apache.http.HttpEntity;import org.apache.http.HttpResponse;import org.apache.http.NameValuePair;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.entity.UrlEncodedFormEntity;import org.apache.http.client.methods.HttpGet;import org.a..