-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6571486
Showing
54 changed files
with
5,181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Rules in this file were initially inferred by Visual Studio IntelliCode from the G:\C语言\爬虫 codebase based on best match to current usage at 2022/2/21 | ||
# You can modify the rules from these initially generated values to suit your own policies | ||
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference | ||
[*.cs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<h1>爬虫</h1> | ||
|
||
<h3>  开发语言: | ||
|
||
<a>    C++</a> | ||
<h3>  开发工具: | ||
|
||
<a>    Visual Studio 2022</a> | ||
|
||
<h3>  功能介绍: | ||
|
||
|
||
<a>    支持爬取http协议和https协议网页的所有图片</a> | ||
|
||
<h3>  使用说明: | ||
|
||
|
||
<a>    爬取到的所有图片都会保存到G盘的图片文件夹中</a> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.32112.339 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "爬虫", "爬虫\爬虫.vcxproj", "{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Debug|x64.Build.0 = Debug|x64 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Debug|x86.Build.0 = Debug|Win32 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Release|x64.ActiveCfg = Release|x64 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Release|x64.Build.0 = Release|x64 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Release|x86.ActiveCfg = Release|Win32 | ||
{C2D0D86A-1D78-45CD-A1BF-A73EC06CFB5B}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {46C43DE5-59D3-44AC-8B4D-0435992A1061} | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
Oops, something went wrong.