摘要:
yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel cd /usr/localmkdir nginxcd nginx http://nginx.org/en/download.html wget http://ngi 阅读全文
摘要:
# 设置混淆的压缩比率 0 ~ 7-optimizationpasses 5# 混淆时不使用大小写混合,混淆后的类名为小写-dontusemixedcaseclassnames# 混淆时不记录日志-verbose # 代码优化-dontshrink # 保留注解不混淆-keepattributes 阅读全文