Skip to content

Instantly share code, notes, and snippets.

@Soar360
Soar360 / NginxLogParser
Created September 5, 2017 08:55
解析Nginx日志
public class NginxLogParser
{
/// <summary>
/// 解析Nginx日志
/// </summary>
/// <param name="log"></param>
/// <returns></returns>
/// <remarks>
/// \x0A*,\x08\xD4\x98\x82*\xFF
/// 拆分为:
@Soar360
Soar360 / AliSmsSender.cs
Last active January 13, 2022 03:32
阿里云短信服务发送短信
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace Zying.Acm.Aliyun