Spider 3.0.16
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Spider --version 3.0.16
NuGet\Install-Package Spider -Version 3.0.16
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.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spider --version 3.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Spider, 3.0.16"
#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.16 // Install Spider as a Cake Tool #tool nuget:?package=Spider&version=3.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
用于简化开发,提供一些公用方法。包括日志、数据验证、加解密、应用缓存、网络缓存、MQ等。
Product | Versions 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.
-
.NETStandard 2.0
- BarCode (>= 2021.12.21)
- log4net (>= 2.0.13)
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.17)
- Microsoft.Extensions.Caching.Memory (>= 3.1.17)
- Newtonsoft.Json (>= 13.0.1)
- QRCoder (>= 1.4.3)
- RabbitMQ.Client (>= 6.2.2)
- SharpCompress (>= 0.30.1)
- SqlSugarCore (>= 5.0.3.4)
- StackExchange.Redis (>= 2.2.88)
- System.Drawing.Common (>= 5.0.3)
- System.Text.Encoding.CodePages (>= 6.0.0)
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.28 | 89 | 5/30/2024 |
3.0.27 | 68 | 5/30/2024 |
3.0.26 | 103 | 1/19/2024 |
3.0.25 | 124 | 8/18/2023 |
3.0.24 | 97 | 8/18/2023 |
3.0.23 | 534 | 4/26/2022 |
3.0.22 | 838 | 3/30/2022 |
3.0.21 | 776 | 3/25/2022 |
3.0.20 | 536 | 3/22/2022 |
3.0.19 | 851 | 3/4/2022 |
3.0.18 | 556 | 3/4/2022 |
3.0.17 | 1,088 | 2/14/2022 |
3.0.16 | 1,500 | 2/11/2022 |
3.0.15 | 545 | 2/10/2022 |
3.0.14 | 603 | 1/20/2022 |
3.0.13 | 341 | 12/23/2021 |
3.0.12 | 504 | 12/23/2021 |
3.0.11 | 1,080 | 12/8/2021 |
3.0.10 | 366 | 11/17/2021 |
3.0.9 | 395 | 11/15/2021 |
3.0.8 | 418 | 11/11/2021 |
3.0.7 | 374 | 11/10/2021 |
3.0.6 | 361 | 11/10/2021 |
3.0.5 | 400 | 11/5/2021 |
3.0.4 | 405 | 11/3/2021 |
3.0.3 | 437 | 10/20/2021 |
3.0.2 | 462 | 10/12/2021 |
3.0.1 | 408 | 9/28/2021 |
2.0.1 | 333 | 9/28/2021 |
2.0.0 | 673 | 9/28/2021 |
用于简化开发,提供一些公用方法和数据验证的快捷方法。
封装了文件压缩和解压缩方法。