CN111290805A - Method and system for quickly calling aggregation function - Google Patents

Method and system for quickly calling aggregation function Download PDF

Info

Publication number
CN111290805A
CN111290805A CN202010171975.6A CN202010171975A CN111290805A CN 111290805 A CN111290805 A CN 111290805A CN 202010171975 A CN202010171975 A CN 202010171975A CN 111290805 A CN111290805 A CN 111290805A
Authority
CN
China
Prior art keywords
function
software
path
tree
calling
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.)
Granted
Application number
CN202010171975.6A
Other languages
Chinese (zh)
Other versions
CN111290805B (en
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.)
Shenzhen Woneng Chengcai Enterprise Management Co ltd
Original Assignee
Shenzhen Woneng Chengcai Enterprise Management 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 Shenzhen Woneng Chengcai Enterprise Management Co ltd filed Critical Shenzhen Woneng Chengcai Enterprise Management Co ltd
Priority to CN202010171975.6A priority Critical patent/CN111290805B/en
Publication of CN111290805A publication Critical patent/CN111290805A/en
Application granted granted Critical
Publication of CN111290805B publication Critical patent/CN111290805B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading

Abstract

The invention provides a method and a system for quickly calling an aggregation function, wherein the method for quickly calling the aggregation function comprises the following steps: step S1, creating a software function tree; step S2, the aggregation function interface transmits the received software function tree data to the intelligent path management system, and calls the static path management unit to create the static path table; step S3, the static path management unit calls the aggregation function interface to access and traverse the software function tree, and the step S2 is switched to until the traversal is completed; step S4, accessing the static path management unit, sorting according to the time in the static path table, and updating the index until the traversal is completed; step S5, calling a function path; and step S6, waking up the pointer, accessing the software function tree according to the data transmitted by the aggregation function interface, and completing the execution and calling of the function. The invention can quickly call the software function, effectively reduce the time cost and the manual operation times, and improve the humanized design degree and the software function use efficiency.

Description

Method and system for quickly calling aggregation function
Technical Field
The invention relates to a quick calling method, in particular to a quick calling method of an aggregation function, and relates to a quick calling system of the aggregation function, which adopts the quick calling method of the aggregation function.
Background
The software door class is many on current PC end software and the intelligent Mobile terminal, high frequency class software commonly used: payment (such as WeChat, Taobao, and Internet banking), transportation (such as taxi-taking software and riding software), social contact, office, game, education, online shopping, and entertainment (but not limited to the listed types), and so on, each person needs to find the corresponding software function for use by clicking many times. For example, when one person goes to a shopping mall to purchase goods and settle accounts, a cashier asks for what payment to use, says to use WeChat, and then the cashier scans the two-dimensional code to complete the settlement from the mobile phone terminal of 'open WeChat → I → Payment two-dimensional code'. From the user's payment operation, at least 4 manual operations are required from the opening of the WeChat to the completion of the payment. That is, the user needs to manually operate the target function of the high-frequency function software for many times, so that the operation time and frequency are increased, and the timeliness is greatly reduced. When a plurality of pieces of software are provided on the user terminal, the number of manual operations and the frequency of opening the target function of each piece of software are increased, which further increases the time cost.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a quick aggregation function calling method which can improve the use efficiency of a user and reduce the time cost and the manual operation times, and further provide a quick aggregation function calling system adopting the quick aggregation function calling method.
In contrast, the present invention provides a method for quickly invoking an aggregation function, including:
step S1, creating a software function tree;
step S2, the aggregation function interface transmits the received software function tree data to the intelligent path management system, and the intelligent path management system calls the static path management unit to create the static path table;
step S3, the static path management unit calls the aggregation function interface to access and traverse the software function tree, and the step S2 is turned to until the software function tree is traversed;
step S4, the path intelligent optimization management unit accesses the static path management unit, sorts according to the time in the static path table, and updates the index until all the table data of the static path management unit are traversed;
step S5, calling a function path;
and step S6, waking up the pointer, accessing the software function tree according to the data transmitted by the aggregation function interface, and completing the execution and calling of the function.
In a further improvement of the present invention, in the step S1, a Software function tree is created in a format of (Software, Fname, Ruter), where Software represents a Software name, Fname represents a function name, and Ruter represents a set of function execution paths to each Software operation step in the Fname.
In step S2, the data structure of the static path table is (Index, name, Fname, Size, Software, sport, Ruter, Time), where Index represents a data Index, name represents a function alias, Fname represents a function name, Size represents a terminal screen Size, Software represents a Software name, sport represents a function start bit path node, Ruter represents a path set for executing Fname, and Time represents Time taken for executing Fname.
In the step S4, in the process of sorting according to the time in the static path table, the smaller time is arranged in front of the static path table, the longer time is arranged in the back of the static path table, and the data index is synchronously updated.
In a further improvement of the present invention, in step S5, the static path table in the static path management unit is accessed to select the function call path with the top order, and the data of the software function tree in the function call path is passed to the aggregation function interface.
The further improvement of the present invention is that in step S6, the aggregation function quickly calls the system wake-up pointer, and automatically executes the function name according to the path set according to the data access software function tree transmitted by the aggregation function interface, thereby completing the execution call of the function corresponding to the function name; and then releasing the awakening pointer and releasing the software function to the user to realize subsequent operation and processing.
The invention is further improved in that in the process of completing the execution call of the function corresponding to the function name, if the function name has the data parameter, the data parameter is automatically filled and executed.
The invention also provides a quick aggregation function calling system, which adopts the quick aggregation function calling method and comprises an aggregation function management system, an intelligent path management system and an intelligent awakening calling device;
the system comprises a software function tree, a convergence function interface and a function intelligent optimization management unit, wherein the convergence function management system is used for performing convergence centralized management on various types of software and comprises the software function tree, the convergence function interface and the function intelligent optimization management unit, and the software function tree is used for establishing a tree structure according to paths and functions; the function intelligent optimization management unit is used for sending the time and the path consumed by the configuration and operation of each common function in different time periods and different equipment to the software function tree so as to update the software function tree in real time;
the intelligent path management system comprises a static path management unit and a path intelligent optimization management unit, and is used for realizing user management and optimizing a software function access path;
the intelligent awakening and calling device is used for quickly awakening and calling functions in the aggregation function management system and comprises an identity password receiving device, an identity verification device, a password memory device and a function awakening and calling device, wherein the identity password receiving device is used for receiving an identity password, the identity verification device is used for verifying the identity password, the password memory device is used for memorizing and analyzing the identity password of a user, and the function awakening and calling device is used for calling the aggregation function management system.
In a further development of the invention, the software function tree comprises a path layer, a path sub-layer and a function layer, the path layer comprises function paths for representing software; the path sub-layer is a sub-path layer of the path layer; the functional layers include the required execution functions.
The further improvement of the present invention lies in that the identity password includes any one or more of audio, image, text and fingerprint, the identity authentication device calls the aggregation function management system through the wake-up pointer of the function wake-up calling device after passing the authentication, the wake-up mode of the wake-up pointer includes any one or more of voice, video, fingerprint, key and text, the pointer command data structure of the wake-up pointer is Order (Fname, Perimeter), where Fname represents the function name and Perimeter represents the data parameters required by the function.
The invention has the further improvement that the core functions of various kinds of software with various types are aggregated into one virtual software, and the frequently used functions with high use frequency are aggregated into one system, so that the method is convenient for users to use conveniently and improves the user experience.
Compared with the prior art, the invention has the beneficial effects that: the software function can be called rapidly according to respective requirements, the number of times of manual operation is reduced, and then the practical application of the user is completed rapidly, so that the use efficiency of the user is improved, the time cost and the number of times of manual operation are reduced, and the humanized design degree of the product and the use efficiency of the software function are improved. For example: if the user directly calls the WeChat payment in a user-defined mode such as voice when the user uses the two-dimensional code to pay in a shopping mall, the mobile phone of the user can automatically display the WeChat payment two-dimensional code page so as to be displayed to a merchant to finish payment, so that the number of middle clicks required by the user is reduced, meanwhile, the waiting time of the merchant is saved, the settlement frequency is improved, and the time cost is reduced.
Drawings
FIG. 1 is a schematic workflow diagram of one embodiment of the present invention;
FIG. 2 is a schematic diagram of a tree structure of a software function tree according to an embodiment of the present invention;
FIG. 3 is a diagram of a system for aggregate function quick invocation according to an embodiment of the invention;
FIG. 4 is a schematic diagram of an aggregate function management system in accordance with an embodiment of the present invention;
FIG. 5 is a schematic diagram of an intelligent path management system according to an embodiment of the invention;
fig. 6 is a schematic diagram of an apparatus for intelligent wake-up call according to an embodiment of the invention.
Detailed Description
Preferred embodiments of the present invention will be described in further detail below with reference to the accompanying drawings.
As shown in fig. 1 and fig. 2, this example provides a method for invoking an aggregation function shortcut, including:
step S1, creating a software function tree 21;
step S2, the aggregation function interface 22 transmits the received software function tree 21 data to the intelligent path management system 3, and calls the static path management unit 31 to create the static path table through the intelligent path management system 3;
step S3, the static path management unit 31 calls the aggregation function interface 22 to access and traverse the software function tree 21, and goes to step S2 until the traversal of the software function tree 21 is completed;
step S4, the path intelligent optimization management unit 32 accesses the static path management unit 31, sorts the path according to the time in the static path table, and updates the index until all the table data of the static path management unit 31 are traversed;
step S5, calling a function path;
step S6, the pointer is waken up, and the function execution call is completed according to the data access software function tree 21 transmitted from the aggregation function interface 22.
In step S1 described in this example, the Software function tree 21 is created in the format of (Software, Fname, Ruter), where Software represents a Software name; fname represents a function name, and the function name is short for a software function name; ruter represents a function execution path set reaching each software operation step in the Fname; after the step S1 creates the Software function tree 21 in the format of (Software, Fname, Ruter), the data (Software, Fname, Ruter) of the Software function tree 21 is transferred to the aggregation function interface 22. In actual development, there may be a plurality of function execution path sets corresponding to the same software name and function name, and step S1 in this example establishes these sets to form a tree structure as shown in fig. 2, which is convenient for implementing path planning subsequently.
Preferably, the creation process of the software function tree 21 described in this example comprises the following sub-steps:
step S101, obtaining the path layer 211 according to Software name Software analysis, wherein the process is as follows: opening Software, scanning (traversing) a first layer of operation (similar to a first page layer in application Software) of a Software name Software by a wake pointer, wherein the Software name Software is a root node, and marking each function operation of the first layer as a Software path node;
step S102, analyzing and obtaining the path sublayer 212 according to the path layer 211, the process is as follows: each node in the path layer 211 continues to perform deep operation scanning, serves as the node of the path sublayer 212, is marked as a path child node, and repeats the step S102 until the path node cannot continue to operate;
step S103, if the path node can not continue to operate in step S102, marking the node as a leaf node (an execution functional layer); the path node being unable to continue operation in step S102 includes two types: one is that the software cannot continue to operate when the functional operation is finished; the other path node is a path node which is terminated by user self-definition, and the path node which is terminated by user self-definition, such as a sub-path node and the like, can also be regarded as incapable of continuing operation;
step S104, the creation of the software function tree 21 is completed.
In step S2, the aggregation function interface 22 transfers the received Software function tree 21 data (Software, Fname, Ruter) to the intelligent path management system 3, and calls the static path management unit 31 through the intelligent path management system 3 to create a static path table, where the data structure of the static path table is (Index, diameter, Fname, Size, Software, sport, Ruter, Time), where Index represents a data Index, diameter represents a function alias, Fname represents a function name, Size represents a terminal screen Size, Software represents a Software name, sport represents a function start bit path node, Ruter represents a path set for performing Fname, and Time represents Time taken for performing Fname; the path set Ruter is actually the operating position where the record matches the terminal screen size. The static routing table creation process described in this example is as follows:
step S201, creating a database table, where the database field setting in the database table creates a static path table according to the data structure of the static path table of the static path management unit 31, and certainly, in practical application, the database field setting in the database table may also optimize the data structure according to practical needs, and at the beginning, the data of the static path table is temporarily null data;
step S202, storing the data received by the static path management unit 31 in the database table created in the step S201.
In step S3, the static path management unit 31 calls the aggregation function interface 22 to access and traverse the software function tree 21, and goes to step S2 until the software function tree 21 is traversed, in which process, a plurality of different path sets may be generated for the same function at this time;
in step S4, in the process of sorting according to the time in the static path table, the smaller the time is arranged at the front and the longer the time is arranged at the back, and the data Index is synchronously updated, where the smaller the value of the data Index is, the shorter the time for executing the function is.
In step S5, the function wake-up calling device 44 accesses the static path table in the static path management unit 31, selects the function call path with the top order, and passes the data of the software function tree 21 to the aggregation function interface 22.
In step S6, the aggregation function quickly calls the wake-up pointer of the system, accesses the Software function tree 21 according to the data (Software, Fname, Ruter) transmitted by the aggregation function interface 22, and automatically executes the function name Fname according to the path set Ruter, thereby completing the execution call of the function corresponding to the function name Fname; in the process of completing the execution call of the function corresponding to the function name Fname, if the function name Fname contains the data parameter, automatically filling the data parameter Perimeter to the function name Fname and executing. The awakening pointer is used for simulating a manual triggering mode, such as operations of clicking, touching, pressing and the like, then releasing the awakening pointer, and releasing the software function to a user to realize subsequent operations and processing.
The software function can be automatically executed under the condition that a user feels no, manual operation is reduced, and operation time is saved. The user can directly help the user to automatically and directly call the function without memorizing the operation path of the common high-frequency function of the software by the embodiment, so that the convenient experience of the user is improved, and the humanized design of the product is improved; especially for the old or users of special groups, the convenience and adaptability brought by the embodiment are greatly improved.
In conclusion, the software functions can be quickly called through the identity password and other modes according to respective requirements, the number of times of manual operation is reduced, the practical application of the user is quickly completed, the use efficiency of the user is improved, the time cost and the number of times of manual operation are reduced, and the humanized design degree of the product is improved. For example: if the user directly calls the WeChat payment in a user-defined mode such as voice when the user uses the two-dimensional code to pay in a shopping mall, the mobile phone of the user can automatically display the WeChat payment two-dimensional code page so as to be displayed to a merchant to finish payment, so that the number of middle clicks required by the user is reduced, meanwhile, the waiting time of the merchant is saved, the settlement frequency is improved, and the time cost is reduced.
As shown in fig. 3 to fig. 6, this example further provides a system for quickly invoking an aggregation function, which adopts the method for quickly invoking an aggregation function as described above, and includes an aggregation function management system 2, an intelligent path management system 3, and an intelligent wake-up invoking device 4;
the aggregation function management system 2 is configured to perform aggregation centralized management on various types of software, and includes a software function tree 21, an aggregation function interface 22, and a function intelligent optimization management unit 23, where the software function tree 21 is configured to establish a tree structure according to a path and a function; the function intelligent optimization management unit 23 is configured to send time and paths consumed by the configuration and operation of different devices in different time periods for each common function to the software function tree 21, so as to update the software function tree 21 in real time;
the intelligent path management system 3 comprises a static path management unit 31 and a path intelligent optimization management unit 32, and is used for realizing user management and optimizing software function access paths; the static path management unit 31 is configured to manage the static path table, and the path intelligent optimization management unit 32 is mainly configured to implement user management and optimize a software function access path;
the intelligent wake-up calling device 4 is used for quickly waking up and calling functions in the aggregation function management system 2, and comprises an identity password receiving device 41, an identity verification device 42, a password memory device 43 and a function wake-up calling device 44, wherein the identity password receiving device 41 is used for receiving an identity password, the identity verification device 42 is used for verifying the identity password, and the password memory device 43 is used for memorizing and analyzing the identity password of a user, so that the later verification process is reduced, and the operation flow is reduced; the function wake-up calling device 44 is configured to call the aggregation function management system 2.
As shown in fig. 2, the software function tree 21 includes a path layer 211, a path sub-layer 212 and a function layer 213, wherein the path layer 211 includes a function path for representing software S; the path sublayer 212 is a sub-path layer 211 of the path layer 211; the functional layer 213 includes the required execution function. The path layer 211 comprises R1, R2, Rn and the like which represent functional paths of the software S; the path sublayer 212 belongs to a sub-path layer of the path layer 211 and comprises two functions of R11 and R21; the function layer 213 includes all the executed functions (F1, F2, Fn), and in the software function tree 21 shown in fig. 2, the execution path of the function F1 is S → R1 → R11 → F1, and the execution path of the function F2 is: s → R2 → R21 → F2; the execution path of the function Fn is: s → Rn → Fn. The function intelligent optimization management unit 23 mainly sends the time and the path consumed by the configuration and operation of different devices in different time periods according to each common function to the software function tree 21, and the software function tree 21 realizes the update.
The function intelligent optimization management unit 23 in this example collects and analyzes the time and the path consumed by the operation of each common function in different time periods and different equipment configurations as follows:
step S231, the intelligent optimization management unit 23 creates an intelligent optimization database table in the database, where the data structure of the intelligent optimization database table is (Index, name, Fname, Period, Time, Resource, Frequency), where Index represents a data Index, name represents a function alias, Fname represents a function name, Period represents a Time Period, Time represents Time spent in executing Fname, Resource represents a terminal operation Resource, the terminal operation Resource includes but is not limited to a CPU usage rate, a memory Resource usage rate, a network bandwidth, and other Resource conditions required by terminal operation, and Frequency represents a Frequency used by a user;
step S232, the intelligent optimization management unit 23 accesses the static path table in the static path management unit 31 through the aggregation function interface 22, and if the software function names in the static path table and the intelligent optimization database table are consistent, updates the Time data in the static path table to the Time in the intelligent optimization database table;
step S233, repeating the step S232 by the Period and the Resource until the Period is circulated;
step S234, for the same function Fname, sorting according to the execution Time and the use Frequency, wherein the Frequency is high, the execution Time is short, the Frequency is arranged in front, the Index is updated, and the Index is called with higher priority when the Index is smaller;
step S235, for different functions, preferentially sorting according to the Frequency of use, Frequency and Period, and sorting according to the Frequency of use, from high to low, in the same Period; and (4) sequencing the Period according to the time intervals.
The identity password in this embodiment includes any one or more of audio, image, text and fingerprint, and the identity password receiving device 41 may be a hardware device or a software implementation; the identity authentication device 42 calls the aggregation function management system 2 through the wake-up pointer of the function wake-up calling device 44 after passing the authentication, the wake-up mode of the wake-up pointer includes any one or more of voice, video, fingerprint, key and text, the pointer command data structure of the wake-up pointer is Order (Fname, Perimeter), wherein Fname represents a function name, Perimeter represents data parameters required by the function, for example, "getting to a train station a" represents Order, wherein "getting to a train" is Fname, and "a train station a" is Perimeter.
Therefore, in this embodiment, the main functions of various types of software are aggregated together by the aggregation function quick call system through the aggregation function management system 2 to form a virtual software system (aggregation function quick call system), the static path table of the intelligent path management system 3 is accessed by the intelligent wake-up call device 4 according to the user call command/identity password, and the software functions in the aggregation function management system 2 are quickly executed. The method has the advantages that multiple manual steps of automatically searching software, opening the software, searching functions, executing functions and the like are realized without manual operation, so that the use efficiency of software and hardware is improved, the quick experience can be improved for individual users, and the human-computer interaction efficiency is improved; management cost, time cost and working efficiency can be saved for enterprise users, and then huge hidden economic value can be brought.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. A method for quickly calling an aggregation function is characterized by comprising the following steps:
step S1, creating a software function tree;
step S2, the aggregation function interface transmits the received software function tree data to the intelligent path management system, and the intelligent path management system calls the static path management unit to create the static path table;
step S3, the static path management unit calls the aggregation function interface to access and traverse the software function tree, and the step S2 is turned to until the software function tree is traversed;
step S4, the path intelligent optimization management unit accesses the static path management unit, sorts according to the time in the static path table, and updates the index until all the table data of the static path management unit are traversed;
step S5, calling a function path;
and step S6, waking up the pointer, accessing the software function tree according to the data transmitted by the aggregation function interface, and completing the execution and calling of the function.
2. The method for aggregate function quick call according to claim 1, wherein in step S1, a Software function tree is created in a format of (Software, Fname, Ruter), where Software represents a Software name, Fname represents a function name, and Ruter represents a set of function execution paths to each Software operation step in the Fname.
3. The aggregation function shortcut call method according to claim 1, wherein in step S2, the data structure of the static path table is (Index, name, Fname, Size, Software, sport, Ruter, Time), where Index represents a data Index, name represents a function alias, Fname represents a function name, Size represents a terminal screen Size, Software represents a Software name, sport represents a function start bit path node, Ruter represents a path set for executing the Fname, and Time represents Time taken for executing the Fname.
4. The aggregation function shortcut call method according to any one of claims 1 to 3, wherein in the step S4, in the process of sorting according to the time in the static path table, the smaller time is ranked in front of the static path table, the longer time is ranked in the back of the static path table, and the data index is updated synchronously.
5. The method for aggregate function quick call according to claim 4, wherein in step S5, the static path table in the static path management unit is accessed to select the function call path with the top ranking, and the data of the software function tree in the function call path is passed to the aggregate function interface.
6. The quick aggregation function calling method according to claim 5, wherein in step S6, the quick aggregation function calls a system wake-up pointer, and accesses a software function tree according to data transmitted from an aggregation function interface, and automatically executes a function name according to a path set to complete execution calling of a function corresponding to the function name; and then releasing the awakening pointer and releasing the software function to the user to realize subsequent operation and processing.
7. The method for quickly invoking an aggregate function according to claim 6, wherein in the process of completing the execution invocation of the function corresponding to the function name, if the function name has the data parameter, the data parameter is automatically filled and executed.
8. A rapid calling system of aggregation function is characterized in that the rapid calling method of aggregation function according to any one of claims 1 to 7 is adopted, and comprises an aggregation function management system, an intelligent path management system and an intelligent wake-up calling device;
the system comprises a software function tree, a convergence function interface and a function intelligent optimization management unit, wherein the convergence function management system is used for performing convergence centralized management on various types of software and comprises the software function tree, the convergence function interface and the function intelligent optimization management unit, and the software function tree is used for establishing a tree structure according to paths and functions; the function intelligent optimization management unit is used for sending the time and the path consumed by the configuration and operation of each common function in different time periods and different equipment to the software function tree so as to update the software function tree in real time;
the intelligent path management system comprises a static path management unit and a path intelligent optimization management unit, and is used for realizing user management and optimizing a software function access path;
the intelligent awakening and calling device is used for quickly awakening and calling functions in the aggregation function management system and comprises an identity password receiving device, an identity verification device, a password memory device and a function awakening and calling device, wherein the identity password receiving device is used for receiving an identity password, the identity verification device is used for verifying the identity password, the password memory device is used for memorizing and analyzing the identity password of a user, and the function awakening and calling device is used for calling the aggregation function management system.
9. The aggregated function shortcut invocation system of claim 8 wherein said software function tree comprises a path layer, a path sub-layer and a function layer, said path layer comprising function paths for representing software; the path sub-layer is a sub-path layer of the path layer; the functional layers include the required execution functions.
10. The aggregate function quick call system according to claim 8, wherein the identity password includes any one or more of audio, image, text and fingerprint, the authentication device calls the aggregate function management system through a wake-up pointer of the function wake-up call device after passing the authentication, the wake-up manner of the wake-up pointer includes any one or more of voice, video, fingerprint, key and text, and the pointer command data structure of the wake-up pointer is Order (Fname, Perimeter), where Fname represents a function name and Perimeter represents data parameters required by the function.
CN202010171975.6A 2020-03-12 2020-03-12 Method and system for quickly calling aggregation function Active CN111290805B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010171975.6A CN111290805B (en) 2020-03-12 2020-03-12 Method and system for quickly calling aggregation function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010171975.6A CN111290805B (en) 2020-03-12 2020-03-12 Method and system for quickly calling aggregation function

Publications (2)

Publication Number Publication Date
CN111290805A true CN111290805A (en) 2020-06-16
CN111290805B CN111290805B (en) 2023-08-18

Family

ID=71020876

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010171975.6A Active CN111290805B (en) 2020-03-12 2020-03-12 Method and system for quickly calling aggregation function

Country Status (1)

Country Link
CN (1) CN111290805B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117596297A (en) * 2024-01-17 2024-02-23 中国海洋大学 Complex virtual instrument software aggregation method
CN117596297B (en) * 2024-01-17 2024-04-19 中国海洋大学 Complex virtual instrument software aggregation method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1457003A (en) * 2002-05-08 2003-11-19 三星电子株式会社 Extended marking language index method for processing search on positive path expression
CN101022407A (en) * 2007-03-13 2007-08-22 中兴通讯股份有限公司 Binary tree-based stream classification checking method
US20100216448A1 (en) * 2009-02-26 2010-08-26 Samsung Electronics Co., Ltd. User interface for supporting call function and portable device using the same
CN103823883A (en) * 2014-03-06 2014-05-28 焦点科技股份有限公司 Analysis method and system for website user access path
CN106406859A (en) * 2016-08-29 2017-02-15 南京亚派软件技术有限公司 System of one-key type energy efficiency management and control platform based on B/S architecture
CN107632758A (en) * 2017-08-09 2018-01-26 珠海市魅族科技有限公司 A kind of quick payment method, apparatus, computer installation and computer-readable recording medium
CN110058777A (en) * 2019-03-13 2019-07-26 华为技术有限公司 The method and electronic equipment of shortcut function starting

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1457003A (en) * 2002-05-08 2003-11-19 三星电子株式会社 Extended marking language index method for processing search on positive path expression
CN101022407A (en) * 2007-03-13 2007-08-22 中兴通讯股份有限公司 Binary tree-based stream classification checking method
US20100216448A1 (en) * 2009-02-26 2010-08-26 Samsung Electronics Co., Ltd. User interface for supporting call function and portable device using the same
CN103823883A (en) * 2014-03-06 2014-05-28 焦点科技股份有限公司 Analysis method and system for website user access path
CN106406859A (en) * 2016-08-29 2017-02-15 南京亚派软件技术有限公司 System of one-key type energy efficiency management and control platform based on B/S architecture
CN107632758A (en) * 2017-08-09 2018-01-26 珠海市魅族科技有限公司 A kind of quick payment method, apparatus, computer installation and computer-readable recording medium
CN110058777A (en) * 2019-03-13 2019-07-26 华为技术有限公司 The method and electronic equipment of shortcut function starting

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117596297A (en) * 2024-01-17 2024-02-23 中国海洋大学 Complex virtual instrument software aggregation method
CN117596297B (en) * 2024-01-17 2024-04-19 中国海洋大学 Complex virtual instrument software aggregation method

Also Published As

Publication number Publication date
CN111290805B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
JP7274418B2 (en) Smart assist for repetitive actions
US11175796B2 (en) Menu management method, server, and system
CN115485690A (en) Batch technique for handling unbalanced training data of chat robots
WO2017083214A1 (en) Single or multi-choice data presentation through collaboration database service
US20110238498A1 (en) Service stage for subscription management
CN103684874A (en) Method and device for automatically distributing online customer service executives to conduct customer service
CN109074265A (en) The preformed instruction of mobile cloud service
US10372512B2 (en) Method and apparatus for automatic processing of service requests on an electronic device
CN106993089A (en) The method and apparatus that voice menu is shown
CN111933134A (en) Man-machine interaction method and device, electronic equipment and storage medium
CN109814856A (en) Data entry method, device, terminal and computer readable storage medium
US11875166B2 (en) User interface modality switching for transaction management
CN111179091A (en) Business data processing method and device, electronic equipment and storage medium
CN110166499A (en) A kind of method and server obtaining user's representation data
CN109829123A (en) A kind of method for sending information and device
CN111400465A (en) Generation method and device of customer service robot, electronic equipment and medium
EP3025281B1 (en) Automatic configuration of a computer system based on process modeling of an implemented process
CN108140176A (en) Search result is concurrently identified from the local search and long-range search to communication
CN106850838A (en) The control method and system of mobile terminal cloud application
CN105786941A (en) Information mining method and device
CN111522840B (en) Label configuration method, device, equipment and computer readable storage medium
CN106302368A (en) Transaction methods and device
CN107426595A (en) Interface navigation data handling system
WO2020125529A1 (en) Application method, system and apparatus for interactive voice response menu, and storage medium
CN108133088B (en) Self-adaptive creation method and system of CAD (computer-aided design) model

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
GR01 Patent grant
GR01 Patent grant