嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
城市IP数据库、QQ纯真IP数据库提取器及其C#提取器项目源文件
SQL2005城市IP数据库mdf文件、QQ纯真IP数据库提取器EXE文件及其VS2005 C#提取器项目源文件
.
├── 城市IP数据库、QQ IP提取器及C#项目源文件
│ ├── CityIP
│ │ ├── CityIP
│ │ │ ├── CityIP.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Pen1 001.ico
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CityIP.BLL.dll
│ │ │ │ ├── CityIP.BLL.pdb
│ │ │ │ ├── CityIP.DAL.dll
│ │ │ │ ├── CityIP.DAL.pdb
│ │ │ │ ├── CityIP.Model.dll
│ │ │ │ ├── CityIP.Model.pdb
│ │ │ │ ├── CityIP.exe
│ │ │ │ ├── CityIP.pdb
│ │ │ │ └── CityIP.vshost.exe
│ │ │ └── obj
│ │ │ ├── CityIP.csproj.FileListAbsolute.txt
│ │ │ └── Debug
│ │ │ ├── CityIP.Form1.resources
│ │ │ ├── CityIP.Properties.Resources.resources
│ │ │ ├── CityIP.csproj.GenerateResource.Cache
│ │ │ ├── CityIP.exe
│ │ │ ├── CityIP.pdb
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── CityIP.sln
│ │ └── CityIP.suo
│ ├── CityIP.mdf
│ ├── CityIP_log.ldf
│ ├── QQ IP数据库提取器
│ │ ├── CityIP.BLL.dll
│ │ ├── CityIP.DAL.dll
│ │ ├── CityIP.Model.dll
│ │ └── CityIP.exe
│ ├── Solution
│ │ └── CityIP
│ │ ├── CityIP.BLL
│ │ │ ├── CityIP.BLL.csproj
│ │ │ ├── CityServer.cs
│ │ │ ├── IpServer.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CityIP.BLL.dll
│ │ │ │ ├── CityIP.BLL.pdb
│ │ │ │ ├── CityIP.DAL.dll
│ │ │ │ ├── CityIP.DAL.pdb
│ │ │ │ ├── CityIP.Model.dll
│ │ │ │ └── CityIP.Model.pdb
│ │ │ └── obj
│ │ │ ├── CityIP.BLL.csproj.FileListAbsolute.txt
│ │ │ └── Debug
│ │ │ ├── CityIP.BLL.dll
│ │ │ ├── CityIP.BLL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── CityIP.BLL.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── CityIP.DAL
│ │ │ ├── CityIP.DAL.csproj
│ │ │ ├── CityManager.cs
│ │ │ ├── DBHelpers.cs
│ │ │ ├── IpManager.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Static DBHelpers.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CityIP.DAL.dll
│ │ │ │ ├── CityIP.DAL.pdb
│ │ │ │ ├── CityIP.Model.dll
│ │ │ │ └── CityIP.Model.pdb
│ │ │ └── obj
│ │ │ ├── CityIP.DAL.csproj.FileListAbsolute.txt
│ │ │ └── Debug
│ │ │ ├── CityIP.DAL.dll
│ │ │ ├── CityIP.DAL.pdb
│ │ │ ├── Refactor
│ │ │ │ └── CityIP.DAL.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── CityIP.Model
│ │ │ ├── CityIP.Model.csproj
│ │ │ ├── CityInfo.cs
│ │ │ ├── IpInfo.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CityIP.Model.dll
│ │ │ │ └── CityIP.Model.pdb
│ │ │ └── obj
│ │ │ ├── CityIP.Model.csproj.FileListAbsolute.txt
│ │ │ └── Debug
│ │ │ ├── CityIP.Model.dll
│ │ │ ├── CityIP.Model.pdb
│ │ │ ├── Refactor
│ │ │ │ └── CityIP.Model.dll
│ │ │ └── TempPE
│ │ ├── CityIP.sln
│ │ └── CityIP.suo
│ ├── WebSite
│ │ ├── Bin
│ │ │ ├── CityIP.BLL.dll
│ │ │ ├── CityIP.BLL.pdb
│ │ │ ├── CityIP.DAL.dll
│ │ │ ├── CityIP.DAL.pdb
│ │ │ ├── CityIP.Model.dll
│ │ │ └── CityIP.Model.pdb
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ └── Web.Config
│ └── 使用说明.html
└── 好例子网_城市IP数据库、QQIP提取器及C#项目源文件.rar
39 directories, 88 files