Skip to content

Commit

Permalink
submit file
Browse files Browse the repository at this point in the history
  • Loading branch information
3534358548 committed Aug 4, 2022
0 parents commit 6571486
Show file tree
Hide file tree
Showing 54 changed files with 5,181 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
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]

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<h1>爬虫</h1>

<h3>&emsp;&emsp;开发语言:

​ <a>&emsp;&emsp;&emsp;&emsp;C++</a>
<h3>&emsp;&emsp;开发工具:

​ <a>&emsp;&emsp;&emsp;&emsp;Visual Studio 2022</a>

<h3>&emsp;&emsp;功能介绍:


​ <a>&emsp;&emsp;&emsp;&emsp;支持爬取http协议和https协议网页的所有图片</a>

<h3>&emsp;&emsp;使用说明:


​ <a>&emsp;&emsp;&emsp;&emsp;爬取到的所有图片都会保存到G盘的图片文件夹中</a>
Binary file added x64/Debug/libcrypto-1_1-x64.dll
Binary file not shown.
Binary file added x64/Debug/libssl-1_1-x64.dll
Binary file not shown.
Binary file added x64/Debug/爬虫.exe
Binary file not shown.
Binary file added x64/Debug/爬虫.exp
Binary file not shown.
Binary file added x64/Debug/爬虫.lib
Binary file not shown.
Binary file added x64/Debug/爬虫.pdb
Binary file not shown.
Binary file added x64/Release/爬虫.exe
Binary file not shown.
Binary file added x64/Release/爬虫.exp
Binary file not shown.
Binary file added x64/Release/爬虫.lib
Binary file not shown.
Binary file added x64/Release/爬虫.pdb
Binary file not shown.
31 changes: 31 additions & 0 deletions 爬虫.sln
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 added 爬虫/x64/Debug/CodeAnalysisResultManifest.txt
Binary file not shown.
Loading

0 comments on commit 6571486

Please sign in to comment.