自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 android keymaster

keymaster is a newly instroduced key management hardware abstraction layer(hal) component. It defines all apis that must be supported by the OEM.the arm trustzone (TZ) keymaster application includes

2016-08-21 20:04:12 8141

原创 Android add log for c/c++

1. Android.mk add LOCAL_LDLIBS := -llog2.*.c#include <android/log.h>#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, "@doom@", __VA_ARGS__)

2016-08-21 12:47:46 360

原创 ubuntu kill background running process

ps -ef | grep Insight3 > /tmp/killtxt.log ps -ef | grep firefox >> /tmp/killtxt.log cat /tmp/killtxt.log cat /tmp/killtxt.log | while read lineStr do idStr=echo $lineStr | awk '{print $4}'

2016-08-21 00:38:44 351

原创 windows 指令创建磁盘映射 net use

net use z: \192.168.1.4\projectnet use z: /delete

2016-08-20 10:01:13 3828

原创 ubuntu 14.04 install teamviewer

download teamviewer_11.0.57095_i386.deb from www.teamviewer.com sudo dpkg –add-architecure i386 sudo apt-get update sudo apt-get install -f sudo apt-get -f install libjpeg62:i386 sudo apt-get inst

2016-08-20 09:59:21 1119

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除