当前位置:网站首页>Innovation training (II) task division
Innovation training (II) task division
2022-04-23 04:46:00 【Scattered moon】
cf: front end
use SpringBoot、Vue.js etc. web The development framework is used to develop the front-end of the system . Implement query 、 Screening 、 Check the details 、 Jump to the order page and other user interaction ; On the home page 、 Query interface 、 Query result display page 、 Overall display page of route planning results 、 Design and implement the required pages such as the detailed page of route planning results ; Realize the overall visual visualization of route planning results and the detailed and clear visualization of each route .
gxl: Hotel data crawling
Through the crawling of pictures on Baidu map platform , When introducing a scenic spot or a building , Attach preview live pictures , So that users can more clearly understand the landscape of the scenic spot , So it's more convenient . Because there are too many scenic spots in the country , So we use the way of crawler to crawl the picture , The crawling platform is selected in Baidu map , There are many real photos uploaded by users , The main job is to climb it down , Format processing , Then present it on the page .
Preferential information and accommodation information come from meituan 、 Ctrip 、 Where are you going? 、 Way cattle 、 Flying Pig 、 Love and welcome 、 A wasp's nest 、 Public comment websites
qxw: Sorting algorithm
Accommodation inquiry :
User selected stay time ( Check in time and departure time ), Check in number ( The exact number of people ), Hotel star or home stay , Choose the scenic spots or business districts you want to go ( You can choose more ), Then recommend Hotels Based on this information , Sort by comprehensive score by default , Users can also follow the distance from the hotel to the scenic spot 、 The rating of the hotel 、 What's the sales volume 、 How many comments 、 These hotels are screened according to the price , The comprehensive score is the comprehensive evaluation of the hotel according to these characteristics .
When recommending hotels, they will compare the prices on the ordering websites of many hotels , Show lowest price , Click to enter the details page , You can check the specific prices of major hotel ordering websites , Users can directly enter the selected hotel booking website on this page to make a reservation .
zwf: Route planning , Coupon data crawling
Route planning :
On the premise of determining the location of the hotel , According to the location of the hotel , Use Baidu map API Search the surrounding scenic spots , And according to the location of the scenic spot, it is presented to the user in the form of wheel map , Among them, the hotel is the center , In the hotel with any scenic spot 、 Connecting route between any scenic spot and its adjacent scenic spots , After the user clicks , You can view the detailed transportation mode selection on the route ( transit 、 metro 、 Take a taxi 、 Driving, etc )、 Transfer mode ( Where to transfer 、 Which bus to transfer to )、 And the bus stop you pass by when you take the bus 、 subway station 、 Estimated total travel time, etc .
This function is mainly used as a reference for users , Let the user refer to the distance 、 Time and other factors to plan your trip , There are mainly two ways to start from hotels and scenic spots . Using wheel chart can present relevant information to users clearly and intuitively , Let users get information at a glance .
Discount inquiry :
It mainly includes the entertainment projects owned in the city 、 Scenic spot 、 Hotels, etc , such as KTV、 Chamber escape, etc , Put its various information ( Business Hours 、 Price 、 Discounts, etc ) From meituan 、 Public comment and other platforms , And through the algorithm , Include the discount in the price , Then the prices of different platforms are sorted and presented to users , So that users can easily know this entertainment project or this business , Which platform is more favorable , Which platform is more affordable .
zyh: Back end , Train ticket data crawling
Ticket price inquiry :
Use python Crawling for real-time data of air and train tickets . Air ticket data comes from the official websites of major airlines ( For example, China Southern Airlines 、 China Eastern Airlines, etc ), The data of train tickets comes from 12306 Ticketing website . According to the origin selected by the user 、 Destination 、 The round-trip date provides one-way or round-trip fare information . Users can filter conditionally , For example, display the ticket price information of aircraft and high-speed rail, or only display the ticket price information of bullet trains .
Job content
- Ticket price inquiry :
Use python Crawling for real-time data of air and train tickets . Air ticket data comes from the official websites of major airlines ( For example, China Southern Airlines 、 China Eastern Airlines, etc ), The data of train tickets comes from 12306 Ticketing website . According to the origin selected by the user 、 Destination 、 The round-trip date provides one-way or round-trip fare information . Users can filter conditionally , For example, display the ticket price information of aircraft and high-speed rail, or only display the ticket price information of bullet trains . - Accommodation inquiry :
User selected stay time ( Check in time and departure time ), Check in number ( The exact number of people ), Hotel star or home stay , Choose the scenic spots or business districts you want to go ( You can choose more ), Then recommend Hotels Based on this information , Sort by comprehensive score by default , Users can also follow the distance from the hotel to the scenic spot 、 The rating of the hotel 、 What's the sales volume 、 How many comments 、 These hotels are screened according to the price , The comprehensive score is the comprehensive evaluation of the hotel according to these characteristics .
When recommending hotels, they will compare the prices on the ordering websites of many hotels , Show lowest price , Click to enter the details page , You can check the specific prices of major hotel ordering websites , Users can directly enter the selected hotel booking website on this page to make a reservation . - Route planning :
On the premise of determining the location of the hotel , According to the location of the hotel , Use Baidu map API Search the surrounding scenic spots , And according to the location of the scenic spot, it is presented to the user in the form of wheel map , Among them, the hotel is the center , In the hotel with any scenic spot 、 Connecting route between any scenic spot and its adjacent scenic spots , After the user clicks , You can view the detailed transportation mode selection on the route ( transit 、 metro 、 Take a taxi 、 Driving, etc )、 Transfer mode ( Where to transfer 、 Which bus to transfer to )、 And the bus stop you pass by when you take the bus 、 subway station 、 Estimated total travel time, etc .
This function is mainly used as a reference for users , Let the user refer to the distance 、 Time and other factors to plan your trip , There are mainly two ways to start from hotels and scenic spots . Using wheel chart can present relevant information to users clearly and intuitively , Let users get information at a glance . - Discount inquiry :
It mainly includes the entertainment projects owned in the city 、 Scenic spot 、 Hotels, etc , such as KTV、 Chamber escape, etc , Put its various information ( Business Hours 、 Price 、 Discounts, etc ) From meituan 、 Public comment and other platforms , And through the algorithm , Include the discount in the price , Then the prices of different platforms are sorted and presented to users , So that users can easily know this entertainment project or this business , Which platform is more favorable , Which platform is more affordable . - front end :
use SpringBoot、Vue.js etc. web The development framework is used to develop the front-end of the system . Implement query 、 Screening 、 Check the details 、 Jump to the order page and other user interaction ; On the home page 、 Query interface 、 Query result display page 、 Overall display page of route planning results 、 Design and implement the required pages such as the detailed page of route planning results ; Realize the overall visual visualization of route planning results and the detailed and clear visualization of each route . - Data crawling :
Through the crawling of pictures on Baidu map platform , When introducing a scenic spot or a building , Attach preview live pictures , So that users can more clearly understand the landscape of the scenic spot , So it's more convenient . Because there are too many scenic spots in the country , So we use the way of crawler to crawl the picture , The crawling platform is selected in Baidu map , There are many real photos uploaded by users , The main job is to climb it down , Format processing , Then present it on the page .
Preferential information and accommodation information come from meituan 、 Ctrip 、 Where are you going? 、 Way cattle 、 Flying Pig 、 Love and welcome 、 A wasp's nest 、 Public comment websites
版权声明
本文为[Scattered moon]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220555418550.html
边栏推荐
- Unity攝像頭跟隨鼠標旋轉
- Innovative practice of short video content understanding and generation technology in meituan
- ApplicationContext injection bean
- Go reflection rule
- Detailed explanation of life cycle component of jetpack
- Manually write smart pointer shared_ PTR function
- Spark small case - RDD, broadcast
- leetcode009--用二分查找在数组中搜索目标值
- The object needs to add additional attributes. There is no need to add attributes in the entity. The required information is returned
- Innovation training (IV) preliminary preparation - server
猜你喜欢
Ali's ten-year technical experts jointly created the "latest" jetpack compose project combat drill (with demo)
使用model.load_state_dict()时,出现AttributeError: ‘str‘ object has no attribute ‘copy‘
Recommended scheme for national production of electronic components for wireless charging
Innovation training (V) configuration information
C language: spoof games
POI export message list (including pictures)
Record your own dataset with d435i, run orbslam2 and build a dense point cloud
Excel protects worksheets and workbooks from damage
The 14th issue of HMS core discovery reviews the long article | enjoy the silky clip and release the creativity of the video
Supplément: annotation
随机推荐
MySQL - data read / write separation, multi instance
Windows remote connection to redis
La caméra Unity tourne avec la souris
Installation of zynq platform cross compiler
zynq平台交叉编译器的安装
Unity3d practical skills - theoretical knowledge base (I)
leetcode008--实现strStr()函数
Leetcode003 -- judge whether an integer is a palindrome number
Leetcode005 -- delete duplicate elements in the array in place
The unity camera rotates with the mouse
Go reflection - go language Bible learning notes
[paper reading] [3D target detection] point transformer
L2-011 玩转二叉树(建树+BFS)
Customize the navigation bar at the top of wechat applet (adaptive wechat capsule button, flex layout)
C# List字段排序含有数字和字符
Detailed explanation of life cycle component of jetpack
The last day of 2021 is the year of harvest.
520. Detect capital letters
Leetcode004 -- Roman numeral to integer
io. Platform. packageRoot; // ignore: deprecated_ Member_ use