CN111782382A - Task processing method and device, storage medium and electronic equipment - Google Patents

Task processing method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN111782382A
CN111782382A CN202010858307.0A CN202010858307A CN111782382A CN 111782382 A CN111782382 A CN 111782382A CN 202010858307 A CN202010858307 A CN 202010858307A CN 111782382 A CN111782382 A CN 111782382A
Authority
CN
China
Prior art keywords
target task
user
task
target
request
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
CN202010858307.0A
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.)
Xi'an Xingkong Data Technology Development Co ltd
Original Assignee
Xi'an Xingkong Data Technology Development 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 Xi'an Xingkong Data Technology Development Co ltd filed Critical Xi'an Xingkong Data Technology Development Co ltd
Priority to CN202010858307.0A priority Critical patent/CN111782382A/en
Publication of CN111782382A publication Critical patent/CN111782382A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The disclosure relates to the technical field of data processing, in particular to a task processing method and device, a computer readable storage medium and an electronic device, wherein the method comprises the following steps: responding to the selection operation of a user on the candidate task categories to determine at least one target task category; acquiring attribute information of a user and a target task request corresponding to a target task type; and determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request. The technical scheme of the embodiment of the disclosure saves network resources, accelerates task processing efficiency, and enhances user experience.

Description

Task processing method and device, storage medium and electronic equipment
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a task processing method and apparatus, a computer-readable storage medium, and an electronic device.
Background
With the development of the internet, the application of water, electricity and gas heating of the user is networked, so that the user can make a reservation and handle the application conveniently.
However, in the prior art, when applying for a user, the user needs to log in different websites to respectively apply for water, electricity, air and heat, and can only complete one application at a time, which cannot complete concurrent operation of multiple applications, and occupies network resources, thereby reducing user experience.
Therefore, it is necessary to design a new task processing method.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The present disclosure is directed to a task processing method and apparatus, a computer-readable storage medium, and an electronic device, so as to overcome, at least to a certain extent, the problems in the prior art that concurrent operations of multiple applications cannot be completed and network resources are occupied.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the disclosure.
According to a first aspect of the present disclosure, there is provided a task processing method, including:
responding to the selection operation of a user on the candidate task categories to determine at least one target task category;
acquiring attribute information of the user and a target task request corresponding to the target task type;
and determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request.
In an exemplary embodiment of the disclosure, the determining at least one target task category in response to a user selection operation on a candidate task category includes:
responding to the login operation of a user, and displaying a plurality of candidate task categories on a graphical user interface;
and responding to a plurality of candidate task category selection operations of a user, and determining at least one target task category.
In an exemplary embodiment of the present disclosure, the acquiring the attribute information of the user and the target task request corresponding to the target task type includes:
detecting whether the user logs in for the first time or not, and if the user logs in for the non-first time, matching attribute information matched with login information from a database;
generating a target task request input interface matched with the target task category according to the target task category;
and acquiring the target task request determined by the target task request input interface by the user.
In an exemplary embodiment of the present disclosure, the acquiring the attribute information of the user and the target task request corresponding to the target task type includes:
if the user logs in for the first time, generating an attribute information input interface and the target task request input interface;
acquiring attribute information input by the user from the attribute information input interface;
and acquiring a target task request determined by the user from the target task request input interface.
In an exemplary embodiment of the present disclosure, each of the target task categories corresponds to a plurality of reference task requests, and the obtaining the target task request determined by the user from the target task request input interface includes:
and establishing a task selection interface on the target task request input interface, wherein the task selection interface comprises a plurality of reference task requests corresponding to the target task category.
And responding to the selected operation of the user on at least one reference task request, and determining the target task request.
In an exemplary embodiment of the present disclosure, the determining a target task execution subject according to the attribute information and the target task request includes:
determining the category of a task execution subject according to the target task request;
and determining the target task execution main body according to the position information and the task execution main body category.
In an exemplary embodiment of the present disclosure, the determining the target task execution subject according to the location information and the task execution subject category includes:
and taking the task execution main body of the task execution main body type closest to the position information as the target task execution main body.
In an exemplary embodiment of the present disclosure, the candidate task categories include an electricity use application, a water use application, a gas use application, and a warm use application.
According to an aspect of the present disclosure, there is provided a task processing apparatus including:
the selection module is used for responding to the selection operation of the user on the candidate task categories to determine at least one target task category;
the acquisition module is used for acquiring the attribute information of the user and a target task request corresponding to the target task type;
and the sending module is used for determining a task execution main body according to the attribute information and the target task request, and adding the target task request to the executed main body to complete the processing of the target task request.
According to an aspect of the present disclosure, there is provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a task processing method as recited in any one of the above.
According to an aspect of the present disclosure, there is provided an electronic device including:
a processor; and
a memory for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the task processing method as described in any one of the above.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
in the task processing method provided by an embodiment of the disclosure, at least one target task category is determined by responding to the selection operation of a user on a candidate task category; acquiring attribute information of a user and a target task request corresponding to a target task type; and determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request. Compared with the prior art, the user can select all the services to be handled on the selection interface, and meanwhile, the multiple tasks can be processed simultaneously only by acquiring the attribute information of the user once, so that the concurrent processing of the multiple tasks is realized, and meanwhile, the user does not need to open the webpage for sending the task request for multiple times, so that the network resource is saved, the task processing efficiency is improved, and the user experience is enhanced.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 schematically illustrates a flow chart of a task processing method in an exemplary embodiment of the disclosure;
FIG. 2 schematically illustrates a diagram of a graphical user interface in selecting a target task category in an exemplary embodiment of the present disclosure;
FIG. 3 schematically illustrates a diagram of a property information input interface in an exemplary embodiment of the present disclosure;
FIG. 4 schematically illustrates a diagram of distributing a target task request to an executing agent in an exemplary embodiment of the disclosure;
FIG. 5 is a schematic diagram illustrating a task processing device according to an exemplary embodiment of the present disclosure;
FIG. 6 schematically illustrates a structural diagram of a computer system suitable for use with an electronic device that implements an exemplary embodiment of the present disclosure;
fig. 7 schematically illustrates a schematic diagram of a computer-readable storage medium, according to some embodiments of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
In the present exemplary embodiment, first, a task processing method is provided, which can be applied to a user's request for water-heating and electric-heating, for facilitating the user to be able to simultaneously complete processing of a desired request. Referring to fig. 1, the task processing method described above may include the steps of:
s110, responding to the selection operation of the user on the candidate task categories to determine at least one target task category;
s120, acquiring attribute information of the user and a target task request corresponding to the target task type;
s130, determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request.
According to the task processing method provided in the exemplary embodiment, compared with the prior art, a user can select all services to be handled on a selection interface, and meanwhile, multiple tasks can be processed simultaneously only by acquiring attribute information of the user once, so that concurrent processing of the multiple tasks is realized, and meanwhile, the user does not need to open a webpage for multiple times to send a task request, so that network resources are saved, task processing efficiency is improved, and user experience is enhanced.
Hereinafter, each step of the task processing method in the present exemplary embodiment will be described in more detail with reference to the drawings and the embodiments.
In step S110, at least one target task category is determined in response to a user' S selection operation on the candidate task categories.
In an example embodiment of the present disclosure, the server may display a plurality of candidate task categories on the graphical user interface in response to a login operation of the user, and determine at least one target task category in response to a selection operation of the user on the plurality of candidate task categories. Graphical user interface 200 is a human-to-computer interface display format that allows a user to manipulate on-screen icons or menu options using an input device such as a mouse to select commands, call files, launch programs, or perform other routine tasks. The graphical user interface 200 may be displayed on a PC terminal, or may be displayed on a mobile terminal such as a mobile phone or a mobile tablet, which is not specifically limited in this example embodiment.
In the present exemplary embodiment, referring to fig. 2, the target task categories may include an electricity application 210, a water application 220, a heating application 240, a gas application 230, and the like, wherein the electricity application 210 applies for a user to use an electric power system, for example, the user applies for a building in the area to access a national power grid, and is capable of legally using electricity for the building in the area, and as above, the water application 220 applies for a user to use a water conservancy system, the heating application 240 applies for a user to use heating, and the gas application 230 applies for a user to use natural gas.
In this example embodiment, the server may select at least one target task category from a plurality of candidate task categories displayed on the gui 200 in response to a selection operation of the user, for example, only one of the electricity application 210, the water application 220, the warming application 240, and the gas application 230, or four of the above candidate task categories may be selected as the target task category, or two or three of the candidate task categories may be selected according to a requirement, which is not specifically limited in this example embodiment.
Specifically, a selection box may be set below each of the candidate task categories, and when the user needs to select the candidate task category as the target task category, the selection box may be selected by checking, for example, the candidate task category may be clicked as the target task category, and a manner of differentially displaying the selected task category may be adopted when the target task category is selected. The differentiated display may be to add a frame to the icon of the selected target task category, or to perform darkening processing on the icon of the selected target task category, which is not specifically limited in this exemplary embodiment.
In step S120, attribute information of the user and a target task request corresponding to the target task type are obtained.
In an example embodiment of the present disclosure, after the user logs in, the server may first detect whether the user logs in for the first time, and if it is detected that the user logs in for the first time, generate an attribute information input interface 300 and the target task request input interface, as shown in fig. 3, the attribute information input interface may be used by the user to input attribute information, and the attribute information may include a name of an item, an address of the item, an area of a building of the item, an area where the item is located, a proof of user right, and the like. The project name, the project address and the project building area can be directly input by a user, the area where the project is located can be screened according to the project address filled by the user and then provided for the user to select a range for the user to select, for example, if the possible area where the project address is located is a first area and a second area, options for providing the first area and the second area are provided in the area where the project is located; the acquisition of the project ownership certificate may be realized by uploading a file by a user, where the file uploaded by the user may be a picture, a document, a video, and the like, and different uploaded files may be determined according to different categories of the user, which is not specifically limited in this example embodiment. And after the user completes the filling of the attribute information, the login account of the user and the attribute information of the user are associated and stored. When the user logs in again, the attribute information of the user can be directly obtained according to the logged account information, so that the need of inputting again is avoided, and the user experience is enhanced.
In the present exemplary embodiment, each target new task type may correspond to a plurality of reference task requests, for example, when the target task category is an electricity application, the reference task requests may include a capital construction electricity application, a high voltage electricity application, a temporary electricity application, a fixed electricity application, and the like.
In an exemplary embodiment of the disclosure, a user directly inputs a required target task request from the target task request input interface according to a requirement, or a task selection interface may be established in the task request interface, where the task selection interface includes all reference person requests in the target task category, and the user may directly select at least one of the target task requests as the target task request.
In step S130, a target task execution entity is determined according to the attribute information and the target task request, and the target task request is distributed to the target task execution entity to complete processing of the target task request.
In the present exemplary embodiment, the attribute information may include an item name, an item address, an item building area, an area where the item is located, a user item ownership certificate, and the like of the user performing the item. The project name, the project address and the project building area can be directly input by a user, the area where the project is located can be screened according to the project address filled by the user and then provided for the user to select a range for the user to select, and the project ownership certification can be realized by uploading a file by the user. The item address and the area where the item is located may be defined as location information.
In this exemplary embodiment, the server may first determine a task execution subject type according to the target task request, specifically, referring to fig. 4, for example, taking the target task type as the power application and the target task request as the high-voltage power application, for example, the server may first determine the execution subject type as a national grid according to the high-voltage power application, and then may send the target task request to a national grid in an area where the project is located and closest to the project address according to the location information of the project to process the target task request.
In this exemplary embodiment, after sending the target task request to the execution main body, the server may detect the completion of the task request in real time, and after the target task request is processed, the server may want the user to feed back information of the completion of the processing.
The following describes in detail a process of distributing the target task request after determining the target task request by the task processing method according to the present disclosure with reference to fig. 4.
In the present exemplary embodiment, steps S410 and S420 are performed, a target task request of a user is determined, a target task request type is identified, if the target task request is a water supply request, step S430 is performed, the target task request is transmitted to an execution subject water supply company, if the target task request is a infrastructure power application, step S440 is performed, the target task request is transmitted to the execution subject power supply company, if the target task request is a high voltage power application, step S450 is performed, the target task request is transmitted to an execution subject national power grid, if the target task request is a gas supply application, step S460 is performed, the target task request is transmitted to the execution subject gas supply company, and if the target task request is a heating application, step S470 is performed, the target task request is transmitted to an execution subject heating company. Then, step S480 may be executed to detect the completion of the task request in real time, and after the task request is processed, feedback the completion information to the user.
The following describes embodiments of the apparatus of the present disclosure, which may be used to perform the task processing method described above in the present disclosure. In addition, in the exemplary embodiment of the present disclosure, a task processing device is also provided. Referring to fig. 5, the task processing device 500 includes: a selection module 510, an acquisition module 520, and a sending module 530.
The selection module 510 may be configured to determine at least one target task category in response to a user selecting a candidate task category; the obtaining module 520 may be configured to obtain attribute information of the user and a target task request corresponding to the target task type; the sending module 530 may be configured to determine a task execution subject according to the attribute information and the target task request, and send the target task request to the executed subject to complete processing of the target task request.
For details which are not disclosed in the embodiments of the apparatus of the present disclosure, please refer to the embodiments of the task processing method described above in the present disclosure for the details which are not disclosed in the embodiments of the apparatus of the present disclosure.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
In addition, in an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above task processing is also provided.
As will be appreciated by one skilled in the art, aspects of the present disclosure may be embodied as a system, method or program product. Accordingly, various aspects of the present disclosure may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 600 according to such an embodiment of the present disclosure is described below with reference to fig. 6. The electronic device 600 shown in fig. 6 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present disclosure.
As shown in fig. 6, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: the at least one processing unit 610, the at least one memory unit 620, a bus 630 connecting different system components (including the memory unit 620 and the processing unit 610), and a display unit 640.
Wherein the storage unit stores program code that is executable by the processing unit 610 to cause the processing unit 610 to perform steps according to various exemplary embodiments of the present disclosure as described in the above section "exemplary methods" of this specification. For example, the processing unit 610 may perform step S110 as shown in fig. 1: responding to the selection operation of a user on the candidate task categories to determine at least one target task category; s120: acquiring attribute information of the user and a target task request corresponding to the target task type; s130: and determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request.
The storage unit 620 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)621 and/or a cache memory unit 622, and may further include a read only memory unit (ROM) 623.
The storage unit 620 may also include a program/utility 624 having a set (at least one) of program modules 625, such program modules 625 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 670 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. As shown, the network adapter 660 communicates with the other modules of the electronic device 600 over the bus 630. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, aspects of the present disclosure may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the present disclosure described in the "exemplary methods" section above of this specification, when the program product is run on the terminal device.
Referring to fig. 7, a program product 700 for implementing the above method according to an embodiment of the present disclosure is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present disclosure is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
A computer readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes included in methods according to exemplary embodiments of the present disclosure, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is to be limited only by the terms of the appended claims.

Claims (11)

1. A task processing method, comprising:
responding to the selection operation of a user on the candidate task categories to determine at least one target task category;
acquiring attribute information of the user and a target task request corresponding to the target task type;
and determining a target task execution main body according to the attribute information and the target task request, and distributing the target task request to the target task execution main body to complete the processing of the target task request.
2. The method of claim 1, wherein determining at least one target task category in response to a user selection of a candidate task category comprises:
responding to the login operation of a user, and displaying a plurality of candidate task categories on a graphical user interface;
and responding to the selection operation of the user on the plurality of candidate task categories, and determining at least one target task category.
3. The method according to claim 2, wherein the obtaining of the attribute information of the user and the target task request corresponding to the target task type includes:
detecting whether the user logs in for the first time or not, and if the user logs in for the non-first time, matching attribute information matched with login information from a database;
generating a target task request input interface matched with the target task category according to the target task category;
and acquiring the target task request determined by the target task request input interface by the user.
4. The method according to claim 3, wherein the obtaining of the attribute information of the user and the target task request corresponding to the target task type comprises:
if the user logs in for the first time, generating an attribute information input interface and the target task request input interface;
acquiring attribute information input by the user from the attribute information input interface;
and acquiring a target task request determined by the user from the target task request input interface.
5. The method according to claim 3 or 4, wherein each of the target task categories corresponds to a plurality of reference task requests, and the obtaining the target task request determined by the user from the target task request input interface comprises:
establishing a task selection interface on the target task request input interface, wherein the task selection interface comprises a plurality of reference task requests corresponding to the target task category;
and responding to the selected operation of the user on at least one reference task request, and determining the target task request.
6. The method of claim 1, wherein the attribute information includes location information, and wherein determining a target task execution subject based on the attribute information and the target task request comprises:
determining the category of a task execution subject according to the target task request;
and determining the target task execution main body according to the position information and the task execution main body category.
7. The method of claim 1, wherein determining the target task execution subject according to the location information and the task execution subject category comprises:
and taking the task execution main body of the task execution main body type closest to the position information as the target task execution main body.
8. The method of claim 1, wherein the candidate task categories include an electricity use application, a water use application, a gas use application, and a warm use application.
9. A task processing apparatus, comprising:
the selection module is used for responding to the selection operation of the user on the candidate task categories to determine at least one target task category;
the acquisition module is used for acquiring the attribute information of the user and a target task request corresponding to the target task type;
and the sending module is used for determining a task execution main body according to the attribute information and the target task request, and adding the target task request to the executed main body to complete the processing of the target task request.
10. A computer-readable storage medium on which a computer program is stored, the program, when being executed by a processor, implementing a task processing method according to any one of claims 1 to 8.
11. An electronic device, comprising:
a processor; and
a memory for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the task processing method according to any one of claims 1 to 8.
CN202010858307.0A 2020-08-24 2020-08-24 Task processing method and device, storage medium and electronic equipment Pending CN111782382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010858307.0A CN111782382A (en) 2020-08-24 2020-08-24 Task processing method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010858307.0A CN111782382A (en) 2020-08-24 2020-08-24 Task processing method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN111782382A true CN111782382A (en) 2020-10-16

Family

ID=72762265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010858307.0A Pending CN111782382A (en) 2020-08-24 2020-08-24 Task processing method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN111782382A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112632391A (en) * 2020-12-30 2021-04-09 深圳市华傲数据技术有限公司 Data processing method, device and storage medium
CN113379348A (en) * 2021-06-10 2021-09-10 北京京东振世信息技术有限公司 Warehouse task merging method and device, electronic equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109919417A (en) * 2019-01-18 2019-06-21 深圳壹账通智能科技有限公司 Method for allocating tasks and device, electronic equipment, the storage medium of financial system
US20200005782A1 (en) * 2018-06-29 2020-01-02 Baidu Online Network Technology (Beijing) Co., Ltd. Method and apparatus for pushing information
CN111209478A (en) * 2020-01-03 2020-05-29 京东数字科技控股有限公司 Task pushing method and device, storage medium and electronic equipment
CN111556153A (en) * 2020-04-28 2020-08-18 中国工商银行股份有限公司 Information processing method, apparatus, device and medium executed by first server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200005782A1 (en) * 2018-06-29 2020-01-02 Baidu Online Network Technology (Beijing) Co., Ltd. Method and apparatus for pushing information
CN109919417A (en) * 2019-01-18 2019-06-21 深圳壹账通智能科技有限公司 Method for allocating tasks and device, electronic equipment, the storage medium of financial system
CN111209478A (en) * 2020-01-03 2020-05-29 京东数字科技控股有限公司 Task pushing method and device, storage medium and electronic equipment
CN111556153A (en) * 2020-04-28 2020-08-18 中国工商银行股份有限公司 Information processing method, apparatus, device and medium executed by first server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112632391A (en) * 2020-12-30 2021-04-09 深圳市华傲数据技术有限公司 Data processing method, device and storage medium
CN113379348A (en) * 2021-06-10 2021-09-10 北京京东振世信息技术有限公司 Warehouse task merging method and device, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
US9804862B2 (en) Translatable texts identification in in-context localization utilizing pseudo-language and an external server
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
US20200050540A1 (en) Interactive automation test
US11010138B2 (en) System and method for programmatically converting interface specification to generic plug-in code
CN110806958A (en) Monitoring method, monitoring device, storage medium and electronic equipment
CN111782382A (en) Task processing method and device, storage medium and electronic equipment
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
CN114036439A (en) Website building method, device, medium and electronic equipment
CN111586177B (en) Cluster session loss prevention method and system
CN113709243B (en) Equipment remote control method and device, electronic equipment and storage medium
US11579948B2 (en) Application programming interface for web page and visualization generation
CN106790171B (en) Session control method, device, computer readable storage medium and equipment
CN110825370B (en) Mobile terminal application development method, device and system
CN112416747A (en) Test case execution method, device, equipment and medium
CN110704766A (en) Interface rendering optimization method and device based on real-time snapshot and electronic equipment
CN114745313A (en) Terminal remote testing method and device, electronic equipment and readable medium
US11449313B2 (en) System and method applied to integrated development environment
CN111176982B (en) Test interface generation method and device
CN111813407B (en) Game development method, game running device and electronic equipment
CN110958243A (en) Network vulnerability submitting method and device, storage medium and electronic equipment
US20150081874A1 (en) Operation process creation program, operation process creation method, and information processing device
CN112491940A (en) Request forwarding method and device of proxy server, storage medium and electronic equipment
CN111176718A (en) Script online method and device, storage medium and electronic equipment
CN115277662B (en) Proxy service switching test method, system, electronic equipment and readable medium
CN111506567B (en) Cross-database cleaning method and device for data, computer equipment and medium

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