forked from gxcuizy/Python
-
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
cuizhongyi
committed
May 6, 2020
1 parent
4d69def
commit 703b52f
Showing
17 changed files
with
168 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
├── new_qiangpiao_by_time.py # 一天范围内的时间段抢票 | ||
``` | ||
|
||
### 最后语 | ||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── openpyxl.py # excel的基本操作 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,12 @@ | ||
## json文件的基本读写操作 | ||
|
||
### 文件结构 | ||
|
||
``` | ||
├── json.py # json的基本操作 | ||
├── json.txt # json的基本的文件 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── request.py # request的基本操作 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── zip.py # zip类型文件的基本操作 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── tuling.py # 图灵机器人聊天自动回复 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── wzry.py # 爬取王者荣耀游戏皮肤图片 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,13 @@ | ||
## “百思不得姐”图片爬去 | ||
|
||
[百思不得姐](http://www.budejie.com/detail-27974418.html),网站各种搞笑搞怪图片爬取 | ||
|
||
### 文件结构 | ||
|
||
``` | ||
├── bsbdj.py # 爬取图片 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,15 @@ | ||
## 爬取省市区三级地址MySQL版 | ||
|
||
### 文件结构 | ||
|
||
``` | ||
├── address.py # 爬取省市区三级地址 | ||
├── address_new.py # 爬取省市区三级地址改进版 | ||
├── create_json.py # 读取数据库表三级地址,生成json格式 | ||
├── address.json # json格式的文件 | ||
├── address.sql # mysql存储的表结构 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,15 @@ | ||
## 爬取省市区三级地址多种格式存储 | ||
|
||
### 文件结构 | ||
|
||
``` | ||
├── city_to_json.py # 三级省市区地址json版 | ||
├── city_to_mysql.py # 三级省市区地址mysql版(分开3表存储) | ||
├── city_to_mysql_v2.py # 三级省市区地址mysql版改进版(单表存储) | ||
├── mysql_init.sql # 三级省市区地址mysql版数据表 | ||
├── mysql_v2_init.sql # 三级省市区地址mysql版改进版数据表 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── get_city.py # 爬取省市区乡村街道五级地址 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── get_city_four.py # 爬取省市区乡村四级地址 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,13 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── data_dict_config.py # 代码配置的方式生成数据字典文本 | ||
├── data_dict_input.py # 手动输入的方式生成数据字典文本 | ||
├── data_dict_config.exe # 代码配置的方式的可执行文件 | ||
├── data_dict_input.exe # 手动输入的方式的可执行文件 | ||
├── favicon.ioc # 可执行文件的LOGO | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── get_lol_skin.py # 爬取英雄联盟游戏皮肤图片 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── nhdz.py # 爬取贴吧的内涵段子图片和视频 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── ssh_connect_mysql.py # 跳板机脚本连接 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |
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,9 @@ | ||
### 文件结构 | ||
|
||
``` | ||
├── download_folder.py # 链接服务器,下载远程文件 | ||
``` | ||
|
||
### 交流学习 | ||
|
||
如有写的不对或者错误的地方,希望大家指正,相互交流,谢谢。 |