上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

2019年10月9日

The Pro Git book

摘要: https://git-scm.com/book/zh/v2 阅读全文

posted @ 2019-10-09 18:38 huangguanyuan 阅读(139) 评论(0) 推荐(0)

Ubuntu命令卸载软件

摘要: 列出软件:dpkg --list | grep samba删除:sudo apt-get remove --purge 软件名称 sudo apt-get autoremove --purge 软件名称 阅读全文

posted @ 2019-10-09 09:21 huangguanyuan 阅读(1183) 评论(0) 推荐(0)

2019年10月8日

Android 中的安全增强型 Linux

摘要: https://source.android.com/security/selinux 阅读全文

posted @ 2019-10-08 15:18 huangguanyuan 阅读(123) 评论(0) 推荐(0)

使用 Batterystats 和 Battery Historian 分析电池用量

摘要: https://developer.android.com/studio/profile/battery-historian.html 阅读全文

posted @ 2019-10-08 11:54 huangguanyuan 阅读(225) 评论(0) 推荐(0)

Android vitals

摘要: https://developer.android.com/topic/performance/vitals/ 阅读全文

posted @ 2019-10-08 11:44 huangguanyuan 阅读(192) 评论(0) 推荐(0)

2019年9月17日

LiveVideoStack

摘要: https://blog.csdn.net/vn9PLgZvnPs1522s82g 阅读全文

posted @ 2019-09-17 19:15 huangguanyuan 阅读(341) 评论(0) 推荐(0)

2019年9月10日

Linux tar打包和split分割

摘要: 压缩命令主要用到tar打包和split分割,命令如下:tar czf - aaa | split -b 1024m - bbb.tar.gz_aaa可以是文件也可以是目录, 大小可以是b、k、m这3个单位。 解压是:cat xxx.tar.gz_* | tar zvxf -也可以先把包合起来再解压: 阅读全文

posted @ 2019-09-10 11:10 huangguanyuan 阅读(6659) 评论(0) 推荐(2)

2019年8月30日

Linux Performance Analysis and Tools(Linux性能分析和工具)

摘要: http://www.brendangregg.com/index.html 阅读全文

posted @ 2019-08-30 18:27 huangguanyuan 阅读(304) 评论(0) 推荐(0)

webrtc for iPhone编译

摘要: gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64" ios_enable_code_signing=false'ninja -C out/ios_64 AppRTCMobile 阅读全文

posted @ 2019-08-30 11:58 huangguanyuan 阅读(251) 评论(0) 推荐(0)

2019年8月29日

Power Savings on IEEE-802.11

摘要: https://wireless.wiki.kernel.org/en/developers/documentation/ieee80211/power-savings Go back –> IEEE-802.11 standards Power Savings on IEEE-802.11 IEE 阅读全文

posted @ 2019-08-29 18:19 huangguanyuan 阅读(463) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

导航