최근 포스트

Docker 내부 네트워크 상태 확인

2021.08.26   devops

netstat Host 머신에서 netstat 명령으로 docker container의 네트워크 상태가 확인 안됨 물론 container 내부에서 실행하면 되지만… docker container는 bridge 네트워크 기반으로 운영이 되...

Golang, Cgo

2021.08.23   dev

Cgo enables the creation of Go packages that call C code.

Vcpkg Basic

2021.08.18   dev

https://vcpkg.io/ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving, and we always app...

Httplib (cpp-httplib) Sample

2021.08.18   dev

Introduction https://github.com/yhirose/cpp-httplib A C++11 single-file header-only cross platform HTTP/HTTPS library. This is a multi-thread...

C++ REST SDK(cpprestsdk) Sample

2021.08.17   dev

Introduction https://github.com/Microsoft/cpprestsdk Microsoft에서 만든 클라이언트, 서버용 C++ HTTP 통신 모듈이며, JSON URI, 비동기, 웹소켓, oAuth 등을 지원 C++11의 비동기, 병렬 프로그램 모...