sunnyfish
-
- 6,200 total downloads
- last updated 1/2/2021
- Latest version: 1.1.0
.net core 常用方法扩展; 1、json 扩展 2、HttpClient方法封装 3、ConvertTo方法扩展 4、MD5加密方法 5、HealthCheck方法 6、StackExchange.Redis 常用方法封装 7、PinYin方法添加 -
- 2,546 total downloads
- last updated 1/2/2021
- Latest version: 1.0.5
CommonLibs.HttpExtensions 扩展方法,辅助方法 GeneralHttpClient -
- 2,272 total downloads
- last updated 12/10/2019
- Latest version: 1.0.1
DbHelper,General DbHepler, support net4.0/net4.5/net standard 2.0 -
- 2,137 total downloads
- last updated 8/12/2020
- Latest version: 1.0.1
Newtonsoft.Json 扩展方法 -
- 981 total downloads
- last updated 11/20/2020
- Latest version: 1.0.1
StackExchange.Redis 扩展方法 -
- 899 total downloads
- last updated 8/7/2020
- Latest version: 1.0.1
Protobuf-net 扩展方法 一次性实例化:GoogleProtobufExtensions.InitProtobufType(type(T)) 使用方法 T.ToProtobuf();str.FromProtobuf(); 使用方法 T.ToProtobufBytes();str.FromProtobufBytes(); -
- 734 total downloads
- last updated 4/4/2019
- Latest version: 1.0.0
AopSdk for taobao , 基于 alipay-sdk-NET-3.2.1 生成时间:2019-03-28 11:09:22。 转换多平台支持 .net standard 2.0 、 .net freamwork 3.5 。 -
- 422 total downloads
- last updated 12/2/2020
- Latest version: 1.0.0
ID生成算法 获取mongodb算法生成的Id IdGen.GetMongodbId() 获取雪花算法生成的Id,16为机器编号 IdGen.GetSnowFlakeId(16)