摘要: 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 阅读全文
posted @ 2023-09-11 14:14 94cool 阅读(913) 评论(0) 推荐(0) 编辑
摘要: # 设置混淆的压缩比率 0 ~ 7-optimizationpasses 5# 混淆时不使用大小写混合,混淆后的类名为小写-dontusemixedcaseclassnames# 混淆时不记录日志-verbose # 代码优化-dontshrink # 保留注解不混淆-keepattributes 阅读全文
posted @ 2023-09-11 14:12 94cool 阅读(30) 评论(0) 推荐(0) 编辑