摘要:        
由于公司业务需要简单的把代码加密混淆,于是了解了一下相关的工具然后打算用ConfuserEx试试。 开源地址:https://github.com/yck1509/ConfuserEx/ 下载地址:https://github.com/yck1509/ConfuserEx/releases 开始工作    阅读全文
posted @ 2019-12-22 13:34 WebEnh 阅读(598) 评论(0) 推荐(0)
| 
 | |||
| 
摘要:        
由于公司业务需要简单的把代码加密混淆,于是了解了一下相关的工具然后打算用ConfuserEx试试。 开源地址:https://github.com/yck1509/ConfuserEx/ 下载地址:https://github.com/yck1509/ConfuserEx/releases 开始工作    阅读全文
 posted @ 2019-12-22 13:34 WebEnh 阅读(598) 评论(0) 推荐(0) 
摘要:        
默认配置当你访问http://abc.example.com/dir 时不会加”/”常见做法 if (-d $request_filename){ rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent; } 更佳的替代方法optimize_server    阅读全文
 posted @ 2019-12-22 13:30 WebEnh 阅读(1002) 评论(0) 推荐(0) | |||