Coding Spirit

一位程序员,比较帅的那种

Clarify this issue

If you trying to execute a executable binary, but you see this error “No such file or directory”, it’s normally caused by you trying to run a 32-bits binary on a 64-bits OS.

Read more »

This post will tell you how to cross compile gPRC static lib for ARM.
前段时间尝试交叉编译gRPC遇到了不少的麻烦,写篇post记录一下。

Read more »

Singleton is a widely used design patterns in software engineering. This post will tell you when should we use Singleton and how to design a universal,template based Singleton base class.

Read more »

从今天开始,本站支持HTTPS访问啦!

Sometimes make will output warning like this:

1
make: warning:  Clock skew detected.  Your build may be incomplete.

It was caused by file time-stamps are ahead of clients’ clock.

Read more »

Ubuntu17.10默认的python version是2.7,如果安装了3.6默认的执行版本仍是2.7。如果想要切换python version,可以通过选择alternatives的方式切换版本。

Read more »
0%