11 2023 档案
摘要:nginx -s reload // 重新加载配置文件 nginx -t // 验证配置文件是否正确 nginx -s reload -c D:\soft\nginx-1.20.2\conf\nginx.conf // 重新加载指定目录下nginx配置文件
阅读全文
摘要:import org.bouncycastle.util.encoders.Hex; import java.util.Arrays; import java.util.regex.Matcher; import java.util.regex.Pattern; public class SM4Ut
阅读全文