Skip to content

Instantly share code, notes, and snippets.

@sigeshitou
sigeshitou / MutexAttribute.cs
Created January 15, 2022 12:56 — forked from odinserj/MutexAttribute.cs
MutexAttribute.cs
using System;
using System.Collections.Generic;
using System.Linq;
using Hangfire.Common;
using Hangfire.States;
using Hangfire.Storage;
namespace Hangfire.Pro
{
/// <summary>
@sigeshitou
sigeshitou / .Cloud.md
Created September 11, 2020 12:33 — forked from imba-tjd/.Cloud.md
一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供软件/框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合