13년 7월 기준. http://www.vpngate.net MS-SSTP 사용 L2TP/IPsec 사용법이 복잡 연결 또는 네트워크 설정 회사에 연결 인터넷 주소에 VPN 주소(vg3573260812.opengw.net:995)를 적고 지금은 연결하지 않고 나중에 연결할수 있도록 설정해 놓기만 함 체크 사용자 이름 및 암호 VPN/VPN (대소문자 구분 없음) VPN 변경 및 삭제 제어판\네트워크 및 인터넷\네트워크 연결 네트워크 및 공유센터-어댑터 설정 변경 L2TP/IPsec 접속은 VPN주소 설정은 같고, 미리 공유된 키(Pre-shared Key (Secret): vpn)가 있는 방식 속성-보안-IPsec설정에 공유키를 적으면 된다. https://vpnvsvpn.com/vpn/express-v..
11년 12월 기준. make -f Makefile 1. 내용을 소스파일 있는곳에 makefile 또는 Makefile로 생성 2. 유닉스나 리눅스를 쓰시면 make 또는 make -f makefile로 실행. 3. 그냥 make라고 하면 all: 부분에 있는 segment가 부분이 실행되고 make clean을 하면 clean: 이부분, make clean-all을 하면 clean-all: 이부분이 실행. http://wiki.kldp.org/KoreanDoc/html/GNU-Make/GNU-Make.html
14년 3월 기준. CString str = "test"; char* c = null; c = (LPSTR)(LPCTSTR)str; c = (char*)(const char*)str; c = str.GetBuffer(); wsprintf(c, "%s", str); CString strUnicode = _T("유니코드"); CStringA strMulti; strMulti = strUnicode; CString str = _T("test"); int strlen = str.GetLength(); char* c = new char[strlen+1]; WideCharToMultiByte(CP_ACP, 0, str, -1, c, strlen+1, null, null); CString to char* CStrin..
12년 1월 기준. no valid oracle clients found. you need at least one 64-bit client properly configured http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html https://www.oracle.com/technetwork/topics/winsoft-085727.html // 32bit 환경변수-시스템 변수 Path 설치경로(D:\Oracle\instantclient_11_2) 추가, ORACLE TNS 설정 TNS_ADMIN 항목을 새로 만들어서 tnsnames.ora 경로 추가 설치경로에 tnsnames.ora 생성 ORA = (DESC..
15년 1월 기준. Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined in ServletContext resource [/WEB-INF/spring/root-context.xml] build path, compiler 확인 maven(pom.xml) 확인 web.xml 확인 org.springframework spring-web ${org.springframework-version} spring에 이 dependency를 넣으면 충돌이 나서 맵퍼 에러가 난다. 한참 해맸음; org.springframework spring-core ${org.springframework-version} org..
15년 4월 기준. 데비안/우분투 같은 계열이지만 데비안이 더 안정적. 데비안은 DVD 파일이 3개. 다 받아야되는듯. 최소설치로 CLI만 사용할거라 DVD 필요없을 듯. 우선은 네트워크로 설치. 데비안 최소설치 // 최소설치 기본(Debian desktop environment, 프린트 서버, 표준 시스템 유틸리티). 용량 5G. 데스크탑 용인듯. 데비안 설치 도메인, 관리자, 사용자 이름 설정. 디스크 전체 사용. SCSI3 (0,0,0) (sda). 모두 한 파티션에 설치. DVD 검사 안함. 패키지 설정. 소프트웨어 설정(Debian desktop environment 해제. SSH server, 표준 시스템 유틸리티 체크) // CLI 설치. 용량 1.5G GRUB 부트로더 설치. 수동으로 대신..
15년 4월 기준. [root@kserver79-183 ~]# cd /home/oracle/app/oracle/product/11.2.0/dbhome_1 [root@kserver79-183 dbhome_1]# cd bin [root@kserver79-183 bin]# sqlplus -bash: sqlplus: command not found [root@kserver79-183 bin]# ./sqlplus Error 6 initializing SQL*Plus SP2-0667: Message file sp1.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory // $ORACLE_HOME 무조건 대문자..
14년 4월 기준.