gitblog 2017-08-31 下载地址 https://github.com/jockchou/gitblog/releases 安装ubuntu 14.04 + apache2 + php 1 apt-get install apache2 libapache2-mod-php5 php5 开启rewrite 1 gitblog利用了apache2的伪静态技术,需要rewrite模块的 阅读更多
fingerprint越界 2017-08-30 有些项目编译时会遇到ro.build.fingerprint cannot exceed 91 bytes,解决办法有2个 make -j 8 BUILD_FINGERPRINT="abc” 修改源码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Edit build/tools/post_process_props.py. 阅读更多