Stream Server & client 빌드 & 사용하기

STEP1: DOWNLOAD SOURCE site: https://github.com/miseri/live555-CMake STEP2: CMAKE BUILD —> XCODE 동영상 STEP3: XCODE BUILD 동영상 STEP4: SERVER START 동영상 STEP4: CLIENT COMFIRM 동영상

chrome 확장 프로그램 만들기

step 1 사이트 : google chrome extension started step 2 manifest.json 파일 만들기 { "manifest_version": 2, "name": "Getting started example", "description": "This extension shows a Google Image search result for the current […]

android build error

[ 1% 673/36150] Yacc: aidl <= system/tools/aidl/aidl_language_y.yy FAILED: /bin/bash -c “prebuilts/misc/linux-x86/bison/bison -d –defines=out/host/linux-x86/obj/STATIC_LIBRARIES/libaidl-common_intermediates/aidl_language_y.h -o out/host/linux-x86/obj/STATIC_LIBRARIES/libaidl-common_intermediates/aidl_language_y.cpp system/tools/aidl/aidl_language_y.yy” /bin/bash: prebuilts/misc/linux-x86/bison/bison: 그런 파일이나 디렉터리가 없습니다 ninja: build stopped: subcommand failed. build/core/ninja.mk:148: ‘ninja_wrapper’ 타겟에 대한 명령이 […]

install ctage & cscope at gvim

ctags install download : http://ctags.sourceforge.net/ cscope insall

대/중괄호 찾기, 문자열 찾기, 폴딩기능

reference: http://screwsliding.tistory.com/entry/vim-%EC%9C%A0%EC%9A%A9%ED%95%9C-%ED%8C%81_

ssh RSA 공유키 충돌 문제

@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ The RSA host key for raspberrypi.local has changed, and the key for the corresponding IP address fe80::3378:11e0:cb79:156b%en0 is unknown. This could either mean that DNS […]

how to kill Windows Process

1.step Ctrl+R -> cmd 2.step tasklist 3.step taskkill /PID {PID number} /F

Spring + tiles

Spring + tiles 1.step pom.xml add dependence <!– Tiles –> <dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-jsp</artifactId> <version>${org.apache.tiles.version}</version> </dependency> <dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-core</artifactId> <version>${org.apache.tiles.version}</version> </dependency> 2.step servlet-context.xml add bean

FreeRDP Build (for WINDOWS)

FreeRDP Build (for WINDOWS) 1. FreeRDP download https://github.com/FreeRDP/FreeRDP 2. openssl install https://code.google.com/archive/p/openssl-for-windows/downloads\_ http://zetawiki.com/wiki/%EC%9C%88%EB%8F%84%EC%9A%B0_\_openssl\_%EC%84%A4%EC%B9%98_ cmake 5.

error: redefinition of ‘struct timespec’ [C 에러]

error: redefinition of ‘struct timespec’ log c:mingw/include/pthread.h:320:8: error: redefinition of ‘struct timespec’ struct timespec { ^ In file included from c:mingwincludetime.h:53:0, from c:mingwincludepthread.h:219, from test1.c:2: c:mingw/include/parts/time.h:105:8: note: originally defined here struct timespec […]