TBW.Common.Lib 1.0.2

dotnet add package TBW.Common.Lib --version 1.0.2
NuGet\Install-Package TBW.Common.Lib -Version 1.0.2
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="TBW.Common.Lib" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TBW.Common.Lib --version 1.0.2
#r "nuget: TBW.Common.Lib, 1.0.2"
#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 TBW.Common.Lib as a Cake Addin
#addin nuget:?package=TBW.Common.Lib&version=1.0.2

// Install TBW.Common.Lib as a Cake Tool
#tool nuget:?package=TBW.Common.Lib&version=1.0.2

功能目录:

  • Algorithm(算法)
    • KMP - 文本中快速查找某字符串模式的算法实现
  • Extension(扩展)
    • StringExtension(字符串扩展方法)
      • StringEx - 包含字符串空值判断,强制转换等。
    • LinqSelectExtension(集合Linq扩展方法)
      • LinqSelectEx - 包含集合Linq Select操作,以及异常回调等。
  • Format(格式化)
    • StringFormat - Semantic Versioning(语义化版本)格式化等。
  • Helper(帮助)
    • FTP(文件传输协议)
      • FTPHelper - FTP基本操作,连接,下载,上传文件等。
  • Log(日志)
    • StaticFile(静态文件)
      • StaticFileLogger - 按年月日时间记录日志到txt文件。
  • Sequence(序列)
    • FibonacciSequence - 斐波那契数列
  • Sort(排序)
    • BubbleSort - 冒泡排序
    • InsertionSort - 插入排序
    • MergeSort - 归并排序
    • QuickSort - 快速排序
    • SelectionSort - 选择排序
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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 216 3/9/2023
1.0.1 224 2/24/2023
1.0.0 527 1/15/2020