摘要:
记录有效获取IP的方法 外网IP: public static string GetIPAddress() { string ip = "0.0.0.0"; try { WebClient MyWebClient = new WebClient(); MyWebClient.Credentials 阅读全文
摘要:
学习记录, 便于查找。 Azure Blob 简介:Blob(对象)存储简介 - Azure Storage | Microsoft Learn 主要就是这句:Blob 存储最适合存储巨量的非结构化数据。 非结构化数据是不遵循特定数据模型或定义的数据(如文本或二进制数据)。 一般主要用于存储 音频, 阅读全文
摘要:
学习记录下 Redis中如何实现无畏宕机快速恢复和持久化-Redis-PHP中文网 阅读全文