Spider 3.0.26

dotnet add package Spider --version 3.0.26
NuGet\Install-Package Spider -Version 3.0.26
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Spider" Version="3.0.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spider --version 3.0.26
#r "nuget: Spider, 3.0.26"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Spider as a Cake Addin
#addin nuget:?package=Spider&version=3.0.26

// Install Spider as a Cake Tool
#tool nuget:?package=Spider&version=3.0.26

用于简化开发,提供一些公用方法。包括日志、数据验证、加解密、应用缓存、网络缓存、MQ等。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Spider:

Package Downloads
Spider.WebApp

基于.net6 web mvc 快速构建应用

Spider.Data

封装了sqlsugar单表操作的基础数据库操作。

Spider.Log

封装的log库,依赖于log4net。需要在程序的执行目录下的Config目录下存在配置文件"log4net.config"。

Spider.NetCache

封装简化网络缓存操作,目前只支持redis。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.26 71 1/19/2024
3.0.25 108 8/18/2023
3.0.24 83 8/18/2023
3.0.23 524 4/26/2022
3.0.22 809 3/30/2022
3.0.21 755 3/25/2022
3.0.20 525 3/22/2022
3.0.19 825 3/4/2022
3.0.18 543 3/4/2022
3.0.17 1,061 2/14/2022
3.0.16 1,458 2/11/2022
3.0.15 536 2/10/2022
3.0.14 593 1/20/2022
3.0.13 332 12/23/2021
3.0.12 494 12/23/2021
3.0.11 1,049 12/8/2021
3.0.10 358 11/17/2021
3.0.9 387 11/15/2021
3.0.8 406 11/11/2021
3.0.7 365 11/10/2021
3.0.6 352 11/10/2021
3.0.5 390 11/5/2021
3.0.4 395 11/3/2021
3.0.3 427 10/20/2021
3.0.2 449 10/12/2021
3.0.1 397 9/28/2021
2.0.1 324 9/28/2021
2.0.0 594 9/28/2021

用于简化开发,提供一些公用方法和数据验证的快捷方法。
封装了文件压缩和解压缩方法。