본문 바로가기

Etc.6

pyV8 관련 Ubuntu x64에 PyV8 설치하기. pyv8-linux-x64This is a binary distribution of PyV8 for Linux x86_64.Dependencies:Boost 1.54PyV8 and V8 versions included:PyV8 revision 557V8 branch 3.22InstallationTo install:pip install -e git+https://github.com/taguchimail/pyv8-linux-x64.git#egg=pyv8 UsageImport the pyv8 package to start using PyV8.# From the PyV8 website >>> from pyv8 import PyV8 >>> ctxt = PyV8.JSCont.. 2014. 6. 10.
SSL 연결 과정 잘 정리된 곳 링크 http://blog.naver.com/arternis74?Redirect=Log&logNo=150016954638 http://blog.daum.net/tlos6733/58 2014. 4. 16.
Character Set & Encoding 문자 셋(Character Set) - ASCII : 알파벳, 숫자, 제어문자 등 128개의 문자 셋 - KS C 5601 : 완성형 한글(2350 자), 하낮, 숫자 등- EUC-KR : KS 와 ASCII를 표현하는 인코딩. (유닉스 계열) 1byte면 ascii, 2byte면 KS문자를 표기하는 멀티 바이트 인코딩- CP949 : 한글 확장 완성형으로 EUC-KR에 표현되지 않는 문자도 포함되어 있음. (윈도우 계열) - Unicode : 전 세계의 모든 문자를 표현할 수 있는 문자셋- Unicode Encoding : UTF-32, UTF-16, UTF-8- UTF-32 : 모든 문자를 32bit로 표현 -> 사용상 편리하나 메모리 공간 낭비 - UTF-16 : 대부분의 문자에 대해서는 16bit.. 2013. 11. 1.
windows 버전 순서 ㅋ Windows 1.01 Windows 2.03 - 1987년 11월 1일 Windows 3.0 - 1990년 5월 22일 Windows 3.1 - 1992년 3월 18일 Windows for Worktruops 3.11 - 1993년 11월 1일 Windows NT 3.1 - 1993년 7월 27일 Windows NT 3.1 Advanced Server - 1993년 7월 27일 Windows NT Workstation 3.5 - 1994년 9월 21일 Windows NT server 3.5 - 1994년 9월 21일 Windows NT Workstation 3.51 - 1995년 5월 30일 Windows NT Server 3.51 - 1995년 5월 30일 Windows 95 - 1995년 8월 24.. 2012. 8. 4.