IP2Country:本地闪电般快速的 IP 地址到国家_地区通过 Sql Server 查找

时间:2024-06-27 18:21:36
【文件属性】:

文件名称:IP2Country:本地闪电般快速的 IP 地址到国家_地区通过 Sql Server 查找

文件大小:56KB

文件格式:ZIP

更新时间:2024-06-27 18:21:36

C#

IP2国家 本地闪电般快速的 IP 地址到国家/地区通过 Sql Server 查找 用法 从 (免费)下载 dbip-country.csv 文件,其中包含 IP 地址块与其国家/地区之间的映射。 将文件添加到你的 Azure 存储帐户。 您需要使用以下内容更新 App_Start\Ip2CountryStartup.cs 文件: 您的帐户名称 您的 API 密钥 您放置文件的容器名称 文件名 将下表添加到您的 Sql Server 数据库中: CREATE TABLE IpRecords ( StartAddress VARBINARY(16) NOT NULL CONSTRAINT PK_IpRecords_StartAddress PRIMARY KEY, EndAddress VARBINARY(16) NOT NULL, CountryC


【文件预览】:
IP2Country-master
----Assets()
--------globe.png(33KB)
----.gitattributes(378B)
----NuGet()
--------content()
----.vs()
--------config()
----IP2Country()
--------IP2Country.csproj(6KB)
--------IpRecord.cs(459B)
--------packages.config(1KB)
--------IpLookup.cs(3KB)
--------Properties()
--------IpDbContext.cs(463B)
--------App.config(894B)
--------Import()
----README.md(2KB)
----.gitignore(3KB)
----IP2Country.sln(2KB)

网友评论