robert_hly

踩坑填坑记录...

导航

2017年3月25日 #

自定义ListView 、GradView 重写onMeasure方法让其正确显示

摘要: 1 继承原始的 2 重写onMeasure方法 @Overrideprotected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { int expandSpec = MeasureSpec.makeMeasureSpec( 阅读全文

posted @ 2017-03-25 15:14 robert_hly 阅读(162) 评论(0) 推荐(0) 编辑

编译varnish 报No package 'libpcre' found

摘要: pcre的lib目录未指定 假如安装pcre的目录为/usr/local/pcre 那么lib目录为/usr/local/pcre/lib export PKG_CONFIG_PATH=/usr/local/pcre/lib/pkgconfig 再编译即可 阅读全文

posted @ 2017-03-25 10:01 robert_hly 阅读(188) 评论(0) 推荐(0) 编辑

源码安装nginx 出现fatal error: pcre.h: 没有此文件或者目录

摘要: 原因是用了pcre2 重新下载pcre再编译即可。 阅读全文

posted @ 2017-03-25 08:54 robert_hly 阅读(571) 评论(0) 推荐(0) 编辑