Comments system has been added
现在blog支持使用Github帐号评论啦!
You can use your github account to add comments now!
现在blog支持使用Github帐号评论啦!
You can use your github account to add comments now!
This post will give a simple introduction to Linux kernel module(Part II.).
Linux kernel module简介(二)
This post will give a simple introduction to Linux kernel module(Part I.).
Linux kernel module简介(一)
A strange issue was found on my Debian PC that adb devices can’t find any device meanwhile lsusb can find the device I need.
Bumblebee aims to provide support for NVIDIA Optimus laptops for GNU/Linux distributions(Bumblebee porject, Debian wiki). It can help to solve the overheat problem caused by dual dispaly card, also provide a easy way to install nvidia close source driver as well.
This post will tell you how to cross compile gPRC static lib for ARM.
前段时间尝试交叉编译gRPC遇到了不少的麻烦,写篇post记录一下。
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.