netnr
-
Netnr.
by: netnrCore - 13,158 total downloads
- last updated 5/17/2022
- Latest version: 1.5.0
开发常用的核心类库;文档:https://netnr.eu.org -
Netnr.
by: netnrLogin -
.NET 6.0 This package targets .NET 6.0. The package is compatible with this framework or higher. .NET Standard 2.0 This package targets .NET Standard 2.0. The package is compatible with this framework or higher. .NET Framework 4.6.2 This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
- 11,784 total downloads
- last updated 10/18/2024
- Latest version: 5.3.0
第三方 OAuth2 授权登录,QQ、微信开放平台(Weixin)、微信公众平台(WeixinMP)、微博(Weibo)、淘宝(Taobao)、支付宝(Alipay)、钉钉(DingTalk)、飞书(Feishu)、AtomGit、码云(Gitee)、GitHub、GitLab、微软(Microsoft )、StackOverflow、谷歌(Google)、ORCID -
-
Netnr.
by: netnrWeChat - Deprecated
- 2,750 total downloads
- last updated 5/18/2021
- Latest version: 1.1.1
微信SDK,一个轻量级的,极致简约的微信公众平台SDK -
Netnr.
by: netnrUAParser - 1,952 total downloads
- last updated 3/28/2023
- Latest version: 1.1.0
# Netnr.UAParser 提取浏览器名称、浏览器版本号、系统名称、系统版本号、是否为爬虫 ### 安装 (NuGet) ``` Install-Package Netnr.UAParser ``` ### 使用 (Usage) ```csharp UAParsers.Ready(); //可选(手动准备,首次预编译耗时约 5 秒) var uap = new... More information