未分類 第5頁

在 Docker 裡面跑 GUI 程式

出處: https://blog.gslin.org/archives/2016/12/11/7023/%E5%9C%A8-docker-%E8%A3%A1%E9%9D%A2%E8%B7%91-gui-%E7%A8%8B%E5%BC%8F/...

Android 5.1高通方案增加GPIO按键

出處:http://blog.csdn.net/tdstds/article/details/50920443 Android的linux kernel本身有GPIO-keys驱动,代码结构和Android 4.x差异较大,在我的MSM89...

Docker command 命令

How does the Docker assign MAC addresses to containers? docker run -ti –mac-address 00:00:00:00:00:11 ubuntu:trust...

The C Preprocessor

The C Preprocessor Table of Contents 1 Overview 1.1 Character sets 1.2 Initial processing 1.3 Tokenization 1.4 The prepr...

linux grep 指令

grep命令 grep(global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配...