CN116483868A - Method, device, equipment, medium and program for improving capacity response efficiency - Google Patents

Method, device, equipment, medium and program for improving capacity response efficiency Download PDF

Info

Publication number
CN116483868A
CN116483868A CN202310400815.8A CN202310400815A CN116483868A CN 116483868 A CN116483868 A CN 116483868A CN 202310400815 A CN202310400815 A CN 202310400815A CN 116483868 A CN116483868 A CN 116483868A
Authority
CN
China
Prior art keywords
order
cache
dispatch
repeated
channel
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310400815.8A
Other languages
Chinese (zh)
Inventor
张超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shouyue Technology Beijing Co Ltd
Original Assignee
Shouyue Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shouyue Technology Beijing Co Ltd filed Critical Shouyue Technology Beijing Co Ltd
Priority to CN202310400815.8A priority Critical patent/CN116483868A/en
Publication of CN116483868A publication Critical patent/CN116483868A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Databases & Information Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a method, a device, equipment, a medium and a program for improving the capacity response efficiency. A method of improving capacity response efficiency, comprising: the user places an order, and the capacity quotient receives the order placing information to generate an order; acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not; if the primary key exists in the query cache, the order is a repeated order, and a channel is returned to be free of drivers and the order is cancelled; if the main key does not exist in the query cache, performing subsequent dispatch procedures; adding the primary key into the cache, and setting a cache valid time; calling a dispatch interface, executing a dispatch screening driver flow, judging whether dispatch is overtime, and if dispatch is overtime, returning that a channel has no driver and canceling an order; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.

Description

Method, device, equipment, medium and program for improving capacity response efficiency
Technical Field
The present invention relates to the field of computers, and more particularly, to a method, apparatus, device, medium, and program for improving capacity response efficiency.
Background
At present, under the network taxi-taking background, a carrier generally receives a plurality of taxi-taking platforms, and meanwhile, there is a cooperative relationship between the taxi-taking platforms, for example, a user orders the taxi-taking platform B and the carrier C from the taxi-taking platform A, and meanwhile, the taxi-taking platform B and the carrier C have a cooperative relationship, the taxi-taking platform B continuously orders the carrier C, the carrier C receives two or more orders of the same user, the carrier C sends the received orders respectively, the single-sending fruits are fed back to the taxi-taking platforms A and B, the taxi-taking platform B feeds the single-sending fruits back to the A, and finally the taxi-taking platform A synthesizes PKs for all returned drivers, so that the repeated single-sending responses exist to cause the waste of the transport, and the transport response efficiency is reduced; on the other hand, the processing of repeated data by the dispatch side is increased, and the pressure of the server is increased intangibly.
Disclosure of Invention
The invention aims to provide a method, a device, equipment, a medium and a program for improving capacity response efficiency.
The invention aims to solve the problem caused by repeated ordering.
Compared with the prior art, the technical scheme of the invention has the following beneficial effects:
in a first aspect of the present disclosure, a method for improving capacity response efficiency is provided, including: the user places an order, and the capacity quotient receives the order placing information to generate an order; acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not; if the primary key exists in the query cache, the order is a repeated order, and a channel is returned to be free of drivers and the order is cancelled; if the main key does not exist in the query cache, performing subsequent dispatch procedures; adding the primary key into the cache, and setting a cache valid time; calling a dispatch interface, executing a dispatch screening driver flow, judging whether dispatch is overtime, and if dispatch is overtime, returning that a channel has no driver and canceling an order; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.
As a further improvement, the method further comprises: the user cancels the order, and the capacity quotient receives the information of canceling the order; acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not; if the main key exists in the query cache, the order is a repeated order, the main key is deleted from the cache, and an order canceling interface is called to cancel the order; if the main key does not exist in the query cache, calling a cancel order interface to cancel an order; and finishing the order canceling process.
As a further improvement, the channel configuration information comprises whether repeated orders are queried or not, and the order sending duration; the method also comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired; if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged; if the repeated order is not inquired, the follow-up dispatch process is carried out.
As a further improvement, the channel configuration information includes: whether repeated orders and order sending time are inquired; the method also comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired; if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged; and if the repeated order is not inquired, calling a cancel order interface to cancel the order.
As a further improvement, the effective time of the cache is a dispatch duration.
As a further improvement, the order information is assembled into a main key, and the main key consists of four bits of service type, get-on address coordinates, get-off address coordinates, vehicle type and mobile phone number.
In a second aspect of the present disclosure, there is provided an apparatus for improving capacity response efficiency, comprising: the acquisition module is configured to acquire channel configuration information; the query module is configured to assemble the order information into a main key and query the cache; a determination module configured to determine whether the order is a repeat order; the execution module is configured to return that no driver exists in the channel and cancel the order if the primary key exists in the query cache, and the order is a repeated order; if the main key does not exist in the query cache, performing subsequent dispatch procedures; the execution module is further configured to add the primary key to the cache, set a cache valid time, call a dispatch interface, and execute a dispatch screening driver flow; the judging module is further configured to judge whether the dispatch is overtime; the execution module is further configured to return that the channel is not provided with a driver and cancel the order if the order sending is overtime; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.
In a third aspect of the present disclosure, there is provided an electronic device comprising: a memory and a processor; wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement the method according to the first aspect of the present disclosure.
In a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement a method according to the first aspect of the present disclosure.
In a fifth aspect of the present disclosure, there is provided a computer program product comprising computer executable instructions, wherein the computer executable instructions when executed by a processor implement the method according to the first aspect of the present disclosure.
The beneficial effects of the invention are as follows:
the invention reduces the transport capacity waste caused by repeated response and improves the transport capacity response efficiency; the pressure of the unilateral server of the taxi taking platform in the peak period is reduced, and the resource utilization rate is improved.
Drawings
Fig. 1 is a schematic diagram illustrating a method for improving capacity response efficiency according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a cancellation order of a method for improving capacity response efficiency according to an embodiment of the present invention.
Fig. 3 is a schematic diagram of an apparatus for improving capacity response efficiency according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, based on the embodiments of the invention, which are apparent to those of ordinary skill in the art without inventive faculty, are intended to be within the scope of the invention.
In the description of the present invention, the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present invention, the meaning of "a plurality" is two or more, unless explicitly defined otherwise.
Referring to fig. 1 and 2, in a first aspect of the disclosure, a method for improving capacity response efficiency is provided, including: the user places an order, and the capacity quotient receives the order placing information to generate an order; acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not; if the primary key exists in the query cache, the order is a repeated order, and a channel is returned to be free of drivers and the order is cancelled; if the main key does not exist in the query cache, performing subsequent dispatch procedures; adding the primary key into the cache, and setting a cache valid time; calling a dispatch interface, executing a dispatch screening driver flow, judging whether dispatch is overtime, and if dispatch is overtime, returning that a channel has no driver and canceling an order; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.
The order information comprises: carrier, service type, time of use, on-board address, off-board address, vehicle type, etc.
The method for improving the capacity response efficiency further comprises the following steps: the user cancels the order, and the capacity quotient receives the information of canceling the order; acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not; if the main key exists in the query cache, the order is a repeated order, the main key is deleted from the cache, and an order canceling interface is called to cancel the order; if the main key does not exist in the query cache, calling a cancel order interface to cancel an order; and finishing the order canceling process.
The channel configuration information comprises whether repeated orders are inquired or not and the order sending duration.
The method for improving the capacity response efficiency further comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired or not; if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged; if the repeated order is not inquired, the follow-up dispatch process is carried out.
The channel configuration information includes: whether repeated orders and order sending time are inquired; the method also comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired; if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged; and if the repeated order is not inquired, calling a cancel order interface to cancel the order.
And the effective time of the cache is the dispatch duration.
The cache is a Redis cache.
The adding the primary key to the cache, setting a cache valid time, includes: and adding the main key as key and the order number as value into the cache, and setting the cache validity period to be 5 minutes.
The order information is assembled into a main key, and the main key consists of four bits of service type, on-board address coordinates, off-board address coordinates, vehicle type and mobile phone number.
Referring to fig. 3, in a second aspect of the present disclosure, there is provided an apparatus for improving capacity response efficiency, including: the acquisition module is configured to acquire channel configuration information; the query module is configured to assemble the order information into a main key and query the cache; a determination module configured to determine whether the order is a repeat order; the execution module is configured to return that no driver exists in the channel and cancel the order if the primary key exists in the query cache, and the order is a repeated order; if the main key does not exist in the query cache, performing subsequent dispatch procedures; the execution module is further configured to add the primary key to the cache, set a cache valid time, call a dispatch interface, and execute a dispatch screening driver flow; the judging module is further configured to judge whether the dispatch is overtime; the execution module is further configured to return that the channel is not provided with a driver and cancel the order if the order sending is overtime; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.
In a third aspect of the present disclosure, there is provided an electronic device, including: a memory and a processor; wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement the method according to the first aspect of the present disclosure.
In a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement a method according to the first aspect of the present disclosure.
In a fifth aspect of the present disclosure, a computer program product is provided, comprising computer executable instructions, wherein the computer executable instructions, when executed by a processor, implement the method according to the first aspect of the present disclosure.
Various aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer readable program instructions may be provided to a processing unit of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processing unit of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable medium having the instructions stored therein includes an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various implementations of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The above examples are only for illustrating the technical scheme of the present invention and are not limiting. It will be understood by those skilled in the art that any modifications and equivalents that do not depart from the spirit and scope of the invention are intended to be within the scope of the appended claims.

Claims (10)

1. A method of improving capacity response efficiency, comprising:
the user places an order, and the capacity quotient receives the order placing information to generate an order;
acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not;
if the primary key exists in the query cache, the order is a repeated order, and a channel is returned to be free of drivers and the order is cancelled;
if the main key does not exist in the query cache, performing subsequent dispatch procedures;
adding the primary key into the cache, and setting a cache valid time;
calling a dispatch interface, executing a dispatch screening driver flow, judging whether dispatch is overtime, and if dispatch is overtime, returning that a channel has no driver and canceling an order;
if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision;
and deleting the primary key from the cache to complete order processing.
2. A method of improving capacity response efficiency as defined in claim 1, further comprising:
the user cancels the order, and the capacity quotient receives the information of canceling the order;
acquiring channel configuration information, assembling order information into a primary key, inquiring a cache, and judging whether the order is a repeated order or not;
if the main key exists in the query cache, the order is a repeated order, the main key is deleted from the cache, and an order canceling interface is called to cancel the order;
if the main key does not exist in the query cache, calling a cancel order interface to cancel an order;
and finishing the order canceling process.
3. The method for improving capacity response efficiency according to claim 1, wherein said channel configuration information includes whether repeated orders are queried, and how long to dispatch;
the method also comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired;
if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged;
if the repeated order is not inquired, the follow-up dispatch process is carried out.
4. The method for improving capacity response efficiency of claim 2, wherein the channel configuration information comprises: whether repeated orders and order sending time are inquired;
the method also comprises the steps of obtaining channel configuration information and judging whether repeated orders are inquired;
if the repeated order is inquired, the order information is assembled into a main key, a cache is inquired, and whether the order is the repeated order is judged;
and if the repeated order is not inquired, calling a cancel order interface to cancel the order.
5. The method for improving capacity response efficiency according to claim 1, wherein the buffer valid time is a dispatch duration.
6. The method for improving capacity response efficiency according to claim 1, wherein the order information is assembled into a primary key, and the primary key is composed of four rear digits of service type, get-on address coordinates, get-off address coordinates, vehicle type and mobile phone number.
7. An apparatus for improving capacity response efficiency, comprising:
the acquisition module is configured to acquire channel configuration information;
the query module is configured to assemble the order information into a main key and query the cache;
a determination module configured to determine whether the order is a repeat order;
the execution module is configured to return that no driver exists in the channel and cancel the order if the primary key exists in the query cache, and the order is a repeated order; if the main key does not exist in the query cache, performing subsequent dispatch procedures;
the execution module is further configured to add the primary key to the cache, set a cache valid time, call a dispatch interface, and execute a dispatch screening driver flow;
the judging module is further configured to judge whether the dispatch is overtime;
the execution module is further configured to return that the channel is not provided with a driver and cancel the order if the order sending is overtime; if the dispatching is not overtime and the dispatching is successful, the information of the driver is returned to the channel, and the subsequent user vehicle using process is executed after the channel decision; and deleting the primary key from the cache to complete order processing.
8. An electronic device, comprising:
a memory and a processor;
wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement the method of any of claims 1 to 6.
9. A computer-readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement the method of any of claims 1 to 6.
10. A computer program product comprising computer executable instructions which when executed by a processor implement the method according to any of claims 1 to 6.
CN202310400815.8A 2023-04-14 2023-04-14 Method, device, equipment, medium and program for improving capacity response efficiency Pending CN116483868A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310400815.8A CN116483868A (en) 2023-04-14 2023-04-14 Method, device, equipment, medium and program for improving capacity response efficiency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310400815.8A CN116483868A (en) 2023-04-14 2023-04-14 Method, device, equipment, medium and program for improving capacity response efficiency

Publications (1)

Publication Number Publication Date
CN116483868A true CN116483868A (en) 2023-07-25

Family

ID=87220676

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310400815.8A Pending CN116483868A (en) 2023-04-14 2023-04-14 Method, device, equipment, medium and program for improving capacity response efficiency

Country Status (1)

Country Link
CN (1) CN116483868A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108596411A (en) * 2017-03-14 2018-09-28 北京嘀嘀无限科技发展有限公司 Net about vehicle order allocation method and device
CN112214520A (en) * 2020-11-19 2021-01-12 中国民航信息网络股份有限公司 Repeated seat reservation identification method and device
CN113610259A (en) * 2021-08-24 2021-11-05 中国银行股份有限公司 Redis database-based repeat-proof ordering method and device
CN113793062A (en) * 2021-09-27 2021-12-14 首约科技(北京)有限公司 Order dispatching method for improving order efficiency under network appointment vehicle transport capacity
CN114418660A (en) * 2021-12-02 2022-04-29 首约科技(北京)有限公司 Optimization method for ordering cancel of order-brushing user ordering in interception network
CN114936768A (en) * 2022-05-12 2022-08-23 浙江吉利控股集团有限公司 Method, device, equipment and medium for processing network taxi appointment orders
CN115131097A (en) * 2022-06-28 2022-09-30 浙江惠瀜网络科技有限公司 Order anti-duplication method and device
CN115330486A (en) * 2022-08-16 2022-11-11 中国电信股份有限公司 Target order generation method and device
CN115829686A (en) * 2022-12-14 2023-03-21 南京领行科技股份有限公司 Platform order dispatching method, device, equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108596411A (en) * 2017-03-14 2018-09-28 北京嘀嘀无限科技发展有限公司 Net about vehicle order allocation method and device
CN112214520A (en) * 2020-11-19 2021-01-12 中国民航信息网络股份有限公司 Repeated seat reservation identification method and device
CN113610259A (en) * 2021-08-24 2021-11-05 中国银行股份有限公司 Redis database-based repeat-proof ordering method and device
CN113793062A (en) * 2021-09-27 2021-12-14 首约科技(北京)有限公司 Order dispatching method for improving order efficiency under network appointment vehicle transport capacity
CN114418660A (en) * 2021-12-02 2022-04-29 首约科技(北京)有限公司 Optimization method for ordering cancel of order-brushing user ordering in interception network
CN114936768A (en) * 2022-05-12 2022-08-23 浙江吉利控股集团有限公司 Method, device, equipment and medium for processing network taxi appointment orders
CN115131097A (en) * 2022-06-28 2022-09-30 浙江惠瀜网络科技有限公司 Order anti-duplication method and device
CN115330486A (en) * 2022-08-16 2022-11-11 中国电信股份有限公司 Target order generation method and device
CN115829686A (en) * 2022-12-14 2023-03-21 南京领行科技股份有限公司 Platform order dispatching method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
洪安定: "基于优化司乘匹配的区域网约车平台设计与实现", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》, 15 April 2022 (2022-04-15), pages 4 *

Similar Documents

Publication Publication Date Title
CN107547759B (en) Quality inspection method and device for customer service staff call
CN108629642B (en) Order processing method and device
CN105260912A (en) Resource allocation method and resource allocation device
AR040005A1 (en) SYSTEM AND METHOD TO FACILITATE THE COLLECTION, STORAGE AND DISTRIBUTION OF INFORMATION
CN107886414B (en) Order combination method and equipment and computer storage medium
CN105763595A (en) Method of improving data processing efficiency and server
CN103793843A (en) Account data processing method and device
CN107589990A (en) A kind of method and system of the data communication based on thread pool
CN112418456B (en) Automatic matching method and device for vehicle maintenance, storage medium and electronic equipment
CN116483868A (en) Method, device, equipment, medium and program for improving capacity response efficiency
CN112633587A (en) Logistics information processing method and device
CN112667631A (en) Method, device and equipment for automatically editing service field and storage medium
CN111680914A (en) Event distribution method, event distribution device, storage medium, and electronic apparatus
CN115907949A (en) Bank transaction data processing method and device
CN113656374A (en) Method and device for processing service message with attachment
CN114282948A (en) Method, device, equipment and medium for processing multi-vehicle type call
CN114708087A (en) Credit card risk user analysis method and device
CN108494978B (en) Agent task management method and device, computer equipment and storage medium
CN108765604B (en) Shared automobile parking fee settlement method, system and storage medium
CN112101810A (en) Risk event control method, device and system
CN102063596B (en) Dynamic evaluation system and using method thereof
CN102572159B (en) Branch call ticket processing method and system, and device
CN106203970A (en) The recording method of issued transaction and device
CN111507753A (en) Information pushing method and device and electronic equipment
CN111026962A (en) Hierarchical relation query response time reduction method, server and user front end

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination