摘要:
1、阿里云存储服务端生成签名 public class OssHelper { internal class PolicyConfig { public string expiration { get; set; } public List<List<Object>> conditions { ge 阅读全文
摘要:
1、安装 mariadb-install-db.exe mysqld install 2、修改utf8编码 [mysqld] default-storage-engine = innodb innodb_file_per_table max_connections = 4096 collation- 阅读全文
摘要:
1、准备 2、安装网络负载均衡,两台机器都需要安装。 2、修改主机名,配置HOST文件。 在两台服务器hosts文件中增加对应的配置,测试直接使用主机名能Ping通。 3、新建负载均衡集群。 在server1上新建集群,输入本机的主机名(注意很多文章说输入IP地址 反正我没成功),点连接,下方出现对 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
1、安装Docker 2、编写Dockerfile文件 3、生成镜像,运行镜像 阅读全文
摘要:
public static partial class Extension { private static ConcurrentDictionary> typePropertyCache = new ConcurrentDictionary>(); private static ConcurrentDictionary GetType... 阅读全文