摘要:
nginx public class NginxLogAll { [PrimaryKey,AutoIncrement] public long Id { get; set; } public string Ip { get; set; } public string User { get; set; 阅读全文
摘要:
public class Sm4Encryptor { public byte[] KeyBytes = new byte[16]; private Sm4Encryptor() { cipher = new PaddedBufferedBlockCipher(new SM4Engine()); } 阅读全文
摘要:
FROM centos maintainer Chris Collins <collins.christopher@gmail.com> LABEL Discription="基于centos的mongodb镜像" version="1.0" RUN mkdir -p /data/usr/mongo 阅读全文