Coding Spirit

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

Markdown 常用语法小结

写了这么久的md, 偶尔还是会忘记一些细节,干脆写篇日志总结一下,以备不时之需

Read more »

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 »
0%