CN110058855B - Method, device and equipment for updating interface and workflow of software - Google Patents

Method, device and equipment for updating interface and workflow of software Download PDF

Info

Publication number
CN110058855B
CN110058855B CN201910233223.5A CN201910233223A CN110058855B CN 110058855 B CN110058855 B CN 110058855B CN 201910233223 A CN201910233223 A CN 201910233223A CN 110058855 B CN110058855 B CN 110058855B
Authority
CN
China
Prior art keywords
target software
software
workflow
updating
data structure
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.)
Active
Application number
CN201910233223.5A
Other languages
Chinese (zh)
Other versions
CN110058855A (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.)
Shenyang Zhihe Medical Technology Co ltd
Original Assignee
Shenyang Zhihe Medical Technology 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 Shenyang Zhihe Medical Technology Co ltd filed Critical Shenyang Zhihe Medical Technology Co ltd
Priority to CN201910233223.5A priority Critical patent/CN110058855B/en
Publication of CN110058855A publication Critical patent/CN110058855A/en
Application granted granted Critical
Publication of CN110058855B publication Critical patent/CN110058855B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a method for updating an interface and a workflow of software, which comprises the following steps: obtaining user operation behavior information of target software, wherein the user operation behavior information is used for reflecting the use habit of a user on the target software; preprocessing the user operation behavior information, and then matching with a preset updating rule to obtain the content to be updated of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software; updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure of the target software; and loading the updated data structure to realize the updating of the interface and the workflow of the target software. According to the method and the device for updating the interface and the workflow of the software, the interface and the workflow of the software can be updated according to the use habit of the user, the use requirement of the user is met to the maximum extent, and the use experience of the user on the software is improved.

Description

Method, device and equipment for updating interface and workflow of software
Technical Field
The present application relates to the field of software design, and in particular, to a method, an apparatus, and a device for updating an interface and a workflow of software.
Background
At present, the traditional software design scheme is to finally design a piece of universal software through understanding and analyzing the use scene of the software and the like, and provide the same software interface and workflow for different users. However, the usage habits of different users for the same software are often different, and it is increasingly difficult for such a solidified software design scheme to meet the usage requirements of the individual users.
Disclosure of Invention
The application provides a method, a device and equipment for updating an interface and a workflow of software, which can update the interface and the workflow of the software according to the use habit of a user, maximally meet the use requirement of the user and promote the use experience of the user on the software.
In a first aspect, the present application provides a method for updating an interface and a workflow of software, the method comprising:
obtaining user operation behavior information of target software, wherein the user operation behavior information is used for reflecting the use habit of a user on the target software;
preprocessing the user operation behavior information, and then matching with a preset updating rule to obtain the content to be updated of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software;
updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure of the target software;
and loading the updated data structure to realize the updating of the interface and the workflow of the target software.
In an optional implementation manner, before updating the pre-extracted data structure of the target software by using the content to be updated to obtain an updated data structure of the target software, the method further includes:
splitting the page element of the target software to obtain a minimum page unit;
splitting the internal logic of the target software to obtain a minimum executable command;
extracting a data structure of the target software based on the page minimum unit and the minimum executable command; the data structure is used for representing the relationship between each minimum unit of the page of the target software and each minimum executable command.
In an alternative embodiment, the data structure is a tree data structure.
In an alternative embodiment, the method further comprises:
determining allocation rules of the CPU and the memory of the target software according to the preprocessed user operation behavior information;
generating management update information of the CPU and the memory of the target software by utilizing allocation rules of the CPU and the memory of the target software;
and loading management update information of the CPU and the memory to update the workflow of the target software.
In a second aspect, the present application also provides a device for updating an interface and a workflow of software, where the device includes:
the system comprises an acquisition module, a storage module and a control module, wherein the acquisition module is used for acquiring user operation behavior information of target software, and the user operation behavior information is used for reflecting the use habit of a user on the target software;
the matching module is used for carrying out preprocessing on the user operation behavior information and then matching with a preset updating rule to obtain the content to be updated of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software;
the updating module is used for updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure of the target software;
and the first loading module is used for loading the updated data structure so as to update the interface and the workflow of the target software.
In an alternative embodiment, the apparatus further comprises:
the splitting module is used for splitting the page element of the target software to obtain a minimum page unit, and splitting the internal logic of the target software to obtain a minimum executable command;
the extraction module is used for extracting the data structure of the target software based on the minimum page unit and the minimum executable command obtained by the splitting module; the data structure is used for representing the relationship between each minimum unit of the page of the target software and each minimum executable command.
In an alternative embodiment, the apparatus further comprises:
the determining module is used for determining the allocation rule of the CPU and the memory of the target software according to the preprocessed user operation behavior information;
the generating module is used for generating management update information of the CPU and the memory of the target software by utilizing the allocation rule of the CPU and the memory of the target software;
and the second loading module is used for loading the management update information of the CPU and the memory so as to update the workflow of the target software.
In a third aspect, the present application also provides a system for updating an interface and a workflow of software, where the system includes a first device terminal, a second device terminal, and a remote server; the first equipment terminal and the second equipment terminal are both operated with target software;
the first device terminal being configured to perform the method of any of the preceding claims 1-3;
the first equipment terminal is further configured to upload the updated data structure to the remote server;
the remote server is used for generating the updated data structure into a file which can be analyzed by the software architecture of the target software;
and the second equipment terminal is used for acquiring a file which can be analyzed by the software architecture of the target software from the remote server, analyzing the file and realizing the updating of the interface and the workflow of the target software.
In an optional implementation manner, the first device terminal is further configured to serialize the updated data structure to obtain a serialized file;
correspondingly, the remote server is further configured to perform serialization analysis on the serialized file, so as to obtain the updated data structure.
In a fourth aspect, the present application also provides a computer readable storage medium having instructions stored therein which, when run on a terminal device, cause the terminal device to perform the method of updating the interface and workflow of software according to any of the preceding claims.
In a fifth aspect, the present application further provides a device for updating an interface and a workflow of software, including: memory, a processor, and a computer program stored on the memory and executable on the processor, which when executed, implements the method of updating the interface and workflow of the software of any of the preceding claims.
In the method for updating the interface and the workflow of the software provided by the embodiment of the application, the use habit of the user is determined through the acquisition of the user operation behavior information, the user operation behavior information is matched with the preset updating rule, the content of the interface and the workflow of the current software to be updated is determined, and finally the updating of the interface and the workflow of the software is completed, so that the updated interface and workflow of the software can meet the use requirement of the user, and the use experience of the user on the software is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort to a person skilled in the art.
FIG. 1 is a flowchart of a method for updating an interface and workflow of software according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a software interface and workflow update system according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a device for updating interfaces and workflows of software according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an update device for an interface and a workflow of software according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
In practical application, when a piece of universal software is applied to various application scenes, the requirements of different users on interfaces and workflows are often different, and at present, no mature scheme for personally designing the interfaces and workflows conforming to the use habits of the users is available, so that the requirements of the users on the software are not met to the maximum extent, and the use experience of the users on the software is greatly reduced.
Therefore, the application provides a method for updating the interface and the workflow of the software, and for the developed and used target software, if the update requirement of the interface and the workflow exists on the target software, the operation behavior information of the user is obtained from the log file of the target software so as to obtain the use habit of the user. And then matching the user operation behavior information with a preset updating rule to obtain the content to be updated of the target software. Finally, the interface and workflow of the target software are updated by utilizing the content to be updated, so that the use requirement of a user is met, and the use experience of the user on the software is improved.
Method embodiment
Referring to fig. 1, a flowchart of a method for updating an interface and a workflow of software according to an embodiment of the present application includes:
s101: and acquiring user operation behavior information of the target software.
The target software is software which runs on any terminal device and is put into use, and the method for updating the interface and the workflow of the software provided by the embodiment of the application is applied to the terminal device.
Because the target software corresponds to different users when running on different terminal devices and the use requirements of different users on the target software are different, the embodiment of the application can personally design the interface and workflow of the target software according to the use habits of different users.
In an alternative implementation manner, the log file of the target software is used for recording the usage information of the user on the target software, so that the user operation behavior information in the log file can reflect the usage habit of the user on the target software. In practical application, the log file stores a plurality of pieces of user operation behavior information, and the terminal equipment acquires the user operation behavior information from the log file of the target software. The obtained user operation behavior information can be all user operation behavior information in the log file, or user operation behavior information corresponding to a certain function in the log file, such as user operation information corresponding to a registration function, can be obtained according to the update requirement, so that the update of the interface and workflow of the registration function of the target software is realized.
The user operation behavior information stored in the log file may include an object identifier, an operation type, an operation time, and the like, where the object identifier is used to uniquely identify a minimum unit of a page of the target software, such as a button, a picture, a character string, and the like; the operation types may include clicking, adding, deleting, modifying, selecting, etc. operations; the operation time is used for representing the system time of the user operation behavior information record.
S102: preprocessing the user operation behavior information, and then matching with a preset updating rule to obtain content to be updated; the preset updating rule is used for representing updating rules of interfaces and workflows of the target software.
In the embodiment of the application, after the user operation behavior information is acquired, the user operation behavior information is preprocessed so that the preprocessed user operation behavior information can be matched with a preset updating rule. Specifically, the preprocessing of the user operation behavior information may include statistics of the operation times of the minimum unit for the same page, for example statistics of the click times of the same button; statistics of input information for any page minimum unit, such as user input information in a height column; statistics of the order of operations for the minimum unit of the page, such as an order of operations A-B-A-C, etc., may also be included.
It should be noted that the manner of preprocessing the user operation behavior information is not limited to the above manner.
In the embodiment of the application, the preset updating rule is a rule which enables the updated interface and workflow to meet the habit of the user, and the preset updating rule can be preset according to experience or generated through big data analysis. For example, the preset update rule may be to place the display position of a button on the interface at a more central position and increment the button by one number if the number of times that button is clicked within a certain time exceeds a preset threshold.
In practical application, after the preprocessed user operation behavior information is matched with a preset updating rule, the content to be updated is obtained, for example, the content to be updated comprises the updating of display content such as each button on an interface, the updating of workflow of each function of software, and the like.
S103: and updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure.
The updated data structure is used for updating the interface and workflow of the target software.
In the embodiment of the application, the data structure of the target software is extracted in advance, wherein the data structure refers to a set of data elements with one or more relations among the data elements in the target software and a relation composition among the data elements in the set. Specifically, the data structure of the target software may be a tree data structure, and may specifically be represented in a multi-way tree form, where nodes of the multi-way tree may represent a minimum unit obtained by splitting a minimum unit of page elements of the target software and an executable command of the minimum unit, and the minimum unit may be a button, a picture, a character string, and the like; the links between nodes of the multi-way tree may represent jumps from one function point to another, such as by clicking on the a button to enter other buttons on the B function point page.
In practical application, after obtaining the content to be updated, updating the data structure of the extracted target software to obtain an updated data structure. Specifically, each node in the data structure can be updated according to the content to be updated, the sequential relationship among each node is updated, and the updated data structure can be used for updating the interface and workflow of the target software.
S104: and loading the updated data structure to realize the updating of the interface and the workflow of the target software.
In the embodiment of the application, after the updated data structure of the target software is obtained, the updated data structure is loaded, so that the updating of the interface and the workflow of the target software is realized, and the updated interface and workflow can meet the use habit of a user.
In addition, in the conventional software design, the design of the CPU and the memory for the software is usually fixed in size, and in some application scenarios, the device terminal does not need great overhead for the CPU and the memory, which causes unnecessary waste of device performance and efficiency. Therefore, the embodiment of the application determines the allocation rule of the CPU and the memory of the software according to the use habit of the user, generates the management update information of the CPU and the memory by utilizing the allocation rule of the CPU and the memory, and finally updates the workflow of the software by utilizing the management update information of the CPU and the memory so that the allocation of the CPU and the memory of the updated software accords with the use habit of the user.
In the method for updating the interface and the workflow of the software provided by the embodiment of the application, firstly, the user operation behavior information is obtained from the log file of the target software, secondly, the user operation behavior information is preprocessed and then matched with the preset updating rule to obtain the content to be updated, and finally, the data structure of the pre-extracted target software is updated by utilizing the content to be updated to obtain the updated data structure, wherein the updated data structure is used for updating the interface and the workflow of the target software. According to the embodiment of the application, the interface and workflow of the software can be updated according to the use habit of the user, the use requirement of the user is met to the maximum extent, and the use experience of the user on the software is improved.
System embodiment
At present, the application scenes of medical software are usually relatively fixed, and operators in hospitals operate the medical software according to medical instruction manuals, but the inspection flow of each hospital has certain difference, and each hospital hopes that the medical software can meet the application scenes of the hospitals.
According to the method for updating the interface and the workflow of the software, the interface and the workflow of the medical software are updated through collecting the use habits of operators in a hospital, so that the updated interface and workflow of the medical software are more suitable for application scenes of the operators.
In addition, because the inspection procedures are different from hospital to hospital, and the use of medical software by hospitals of higher levels is generally superior to other hospitals, other hospitals may have the same interface and workflow requirements as those of higher level hospitals (e.g., trimester hospitals).
For this reason, the embodiment of the present application provides a system for updating an interface and a workflow of software, and referring to fig. 2, a schematic structural diagram of a system for updating an interface and a workflow of software is provided in the embodiment of the present application. Specifically, the system 200 includes a first device terminal 210, a second device terminal 220, and a remote server 230; the first device terminal 210 and the second device terminal 220 each run target software thereon.
The first device terminal 210 is configured to execute the method for updating the interface and the workflow of the software provided in the first method embodiment;
the first device terminal 210 is further configured to upload the updated data structure to the remote server 230;
a remote server 230, configured to generate a file that can be parsed by a software architecture of the target software from the updated data structure;
the second device terminal 220 is configured to obtain a file that can be parsed by the software architecture of the target software from the remote server 230, and parse the file to update the interface and workflow of the target software.
The first device terminal 210 and the second device terminal 220 may be medical devices belonging to two hospitals, such as a scanning device, respectively, where the first device terminal 210 obtains an updated data structure of the target software by using the interface of the software and the update method of the workflow provided in the first embodiment of the method. In addition, in order to share the updated data structure with other hospitals, in the embodiment of the present application, the first device terminal 210 is further configured to upload the updated data structure to the remote server 230, so that the remote server 230 can push the updated data structure to other device terminals.
In order to improve the efficiency of uploading data from the first device terminal 210 to the remote server 230, in the embodiment of the present application, before uploading the updated data structure, the first device terminal 210 first performs serialization processing on the updated data structure to obtain a serialized file, so that the serialized file is uploaded to the remote server 230.
After receiving the serialized file from the first device terminal 210, the remote server 230 performs serialization analysis on the serialized file to obtain an updated data structure, then generates a file with a resolvable software architecture of the target software from the updated data structure, and finally pushes the resolvable file to other device terminals.
The second device terminal 220 may receive the resolvable file from the remote server 230, and parse and load the file, thereby implementing the update of the interface and workflow of the target software. In practical application, after loading the file, the interface and workflow of the target software are displayed as updated interface and workflow.
According to the system for updating the interface and the workflow of the software, the user operation behavior information is obtained from the log file of the target software, the user operation behavior information is preprocessed and then matched with the preset updating rule to obtain the content to be updated, the data structure of the target software extracted in advance is updated by the content to be updated to obtain the updated data structure, and the updated data structure is used for updating the interface and the workflow of the target software. According to the embodiment of the application, the interface and workflow of the software can be updated according to the use habit of the user, the use requirement of the user is met to the maximum extent, and the use experience of the user on the software is improved.
Device embodiment
Referring to fig. 3, a schematic structural diagram of an update apparatus for an interface and a workflow of software according to the present embodiment is provided, where the apparatus includes:
the acquiring module 301 is configured to acquire user operation behavior information of a target software, where the user operation behavior information is used to reflect a usage habit of a user on the target software;
the matching module 302 is configured to perform matching with a preset update rule after preprocessing the user operation behavior information, so as to obtain to-be-updated content of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software;
the updating module 303 is configured to update the pre-extracted data structure of the target software by using the content to be updated, so as to obtain an updated data structure of the target software;
and the loading module 304 is configured to load the updated data structure to implement updating of the interface and workflow of the target software.
In an alternative embodiment, the apparatus may further include:
the splitting module is used for splitting the page element of the target software to obtain a minimum page unit, and splitting the internal logic of the target software to obtain a minimum executable command;
the extraction module is used for extracting the data structure of the target software based on the minimum page unit and the minimum executable command obtained by the splitting module; the data structure is used for representing the relationship between each minimum unit of the page of the target software and each minimum executable command.
In addition, the apparatus may further include:
the determining module is used for determining the allocation rule of the CPU and the memory of the target software according to the preprocessed user operation behavior information;
the generating module is used for generating management update information of the CPU and the memory of the target software by utilizing the allocation rule of the CPU and the memory of the target software;
and the second loading module is used for loading the management update information of the CPU and the memory so as to update the workflow of the target software.
The device for updating the interface and the workflow of the software provided by the embodiment of the application acquires the user operation behavior information from the log file of the target software, performs preprocessing on the user operation behavior information, then matches with the preset updating rule to obtain the content to be updated, and updates the data structure of the pre-extracted target software by using the content to be updated to obtain the updated data structure, wherein the updated data structure is used for updating the interface and the workflow of the target software. According to the embodiment of the application, the interface and workflow of the software can be updated according to the use habit of the user, the use requirement of the user is met to the maximum extent, and the use experience of the user on the software is improved.
Correspondingly, the embodiment of the application also provides a device for updating the interface and the workflow of the software, which can be shown in fig. 4 and comprises:
a processor 401, a memory 402, an input device 403 and an output device 404. The number of processors 401 in the update device of the interface and workflow of the software may be one or more, one processor being exemplified in fig. 4. In some embodiments of the application, the processor 401, memory 402, input device 403, and output device 404 may be connected by a bus or other means, with the bus connection being exemplified in FIG. 4.
The memory 402 may be used to store software programs and modules, and the processor 401 executes various functional applications and data processing of the update device of the interface and workflow of the software by running the software programs and modules stored in the memory 402. The memory 402 may mainly include a storage program area that may store an operating system, application programs required for at least one function, and the like, and a storage data area. In addition, memory 402 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. The input means 403 may be used to receive input numeric or character information and to generate signal inputs related to user settings and function control of the update device of the interface and workflow of the software.
In particular, in this embodiment, the processor 401 loads executable files corresponding to the processes of one or more application programs into the memory 402 according to the following instructions, and the processor 401 runs the application programs stored in the memory 402, so as to implement various functions in the above-mentioned software interface and workflow update method.
In addition, the application also provides a computer readable storage medium, wherein the computer readable storage medium stores instructions, when the instructions are executed on a terminal device, the instructions cause the terminal device to execute the method for updating the interface and the workflow of the software of any one of the previous claims.
For the device embodiments, reference is made to the description of the method embodiments for the relevant points, since they essentially correspond to the method embodiments. The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present application without undue burden.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing has described in detail the method, apparatus and device for verifying a device component according to the embodiments of the present application, and specific examples have been applied to illustrate the principles and embodiments of the present application, where the foregoing examples are provided to assist in understanding the method and core idea of the present application; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (9)

1. A method for updating an interface and workflow of software, the method comprising:
obtaining user operation behavior information of target software, wherein the user operation behavior information is used for reflecting the use habit of a user on the target software;
preprocessing the user operation behavior information, and then matching with a preset updating rule to obtain the content to be updated of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software;
splitting the page element of the target software to obtain a minimum page unit; splitting the internal logic of the target software to obtain a minimum executable command; extracting a data structure of the target software based on the page minimum unit and the minimum executable command; the data structure is used for representing the relation between each minimum page unit of the target software and each minimum executable command;
updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure of the target software;
and loading the updated data structure to realize the updating of the interface and the workflow of the target software.
2. The method of claim 1, wherein the data structure is a tree data structure.
3. The method according to claim 1, wherein the method further comprises:
determining allocation rules of the CPU and the memory of the target software according to the preprocessed user operation behavior information;
generating management update information of the CPU and the memory of the target software by utilizing allocation rules of the CPU and the memory of the target software;
and loading management update information of the CPU and the memory to update the workflow of the target software.
4. An apparatus for updating an interface and workflow of software, the apparatus comprising:
the system comprises an acquisition module, a storage module and a control module, wherein the acquisition module is used for acquiring user operation behavior information of target software, and the user operation behavior information is used for reflecting the use habit of a user on the target software;
the matching module is used for carrying out preprocessing on the user operation behavior information and then matching with a preset updating rule to obtain the content to be updated of the target software; the preset updating rule is used for representing the updating rule of the interface and workflow of the target software;
the splitting module is used for splitting the page element of the target software to obtain a minimum page unit, and splitting the internal logic of the target software to obtain a minimum executable command;
the extraction module is used for extracting the data structure of the target software based on the minimum page unit and the minimum executable command obtained by the splitting module; the data structure is used for representing the relation between each minimum page unit of the target software and each minimum executable command;
the updating module is used for updating the pre-extracted data structure of the target software by utilizing the content to be updated to obtain an updated data structure of the target software;
and the first loading module is used for loading the updated data structure so as to update the interface and the workflow of the target software.
5. The apparatus of claim 4, wherein the apparatus further comprises:
the determining module is used for determining the allocation rule of the CPU and the memory of the target software according to the preprocessed user operation behavior information;
the generating module is used for generating management update information of the CPU and the memory of the target software by utilizing the allocation rule of the CPU and the memory of the target software;
and the second loading module is used for loading the management update information of the CPU and the memory so as to update the workflow of the target software.
6. The system for updating the interface and the workflow of the software is characterized by comprising a first equipment terminal, a second equipment terminal and a remote server; the first equipment terminal and the second equipment terminal are both operated with target software;
the first device terminal being configured to perform the method of claim 1 or 2;
the first equipment terminal is further configured to upload the updated data structure to the remote server;
the remote server is used for generating the updated data structure into a file which can be analyzed by the software architecture of the target software;
and the second equipment terminal is used for acquiring a file which can be analyzed by the software architecture of the target software from the remote server, analyzing the file and realizing the updating of the interface and the workflow of the target software.
7. The system of claim 6, wherein the first device terminal is further configured to serialize the updated data structure to obtain a serialized file;
correspondingly, the remote server is further configured to perform serialization analysis on the serialized file, so as to obtain the updated data structure.
8. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein instructions, which when run on a terminal device, cause the terminal device to perform the method of updating the interface and workflow of the software according to any of claims 1-3.
9. An update apparatus for an interface and a workflow of software, comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing a method of updating an interface and workflow of software according to any one of claims 1-3 when the computer program is executed.
CN201910233223.5A 2019-03-26 2019-03-26 Method, device and equipment for updating interface and workflow of software Active CN110058855B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910233223.5A CN110058855B (en) 2019-03-26 2019-03-26 Method, device and equipment for updating interface and workflow of software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910233223.5A CN110058855B (en) 2019-03-26 2019-03-26 Method, device and equipment for updating interface and workflow of software

Publications (2)

Publication Number Publication Date
CN110058855A CN110058855A (en) 2019-07-26
CN110058855B true CN110058855B (en) 2023-09-05

Family

ID=67315900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910233223.5A Active CN110058855B (en) 2019-03-26 2019-03-26 Method, device and equipment for updating interface and workflow of software

Country Status (1)

Country Link
CN (1) CN110058855B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732149B (en) * 2020-12-31 2022-10-11 上海航翼网络科技有限公司 Novel method for displaying software interactive interface based on AI technology

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6032203A (en) * 1997-04-07 2000-02-29 General Electric Company System for interfacing between a plurality of processors having different protocols in switchgear and motor control center applications by creating description statements specifying rules
CA2543938A1 (en) * 2005-04-15 2006-10-15 Embotics Corporation Programming and development infrastructure for an autonomic element
CN101944023A (en) * 2010-09-14 2011-01-12 南京联创科技集团股份有限公司 Implement method of universal command line interface of UNIX server software
CN103309630A (en) * 2012-02-15 2013-09-18 佳能株式会社 Information processing apparatus and information processing method
CN103324761A (en) * 2013-07-11 2013-09-25 广州市尊网商通资讯科技有限公司 Product database forming method based on Internet data and system
CN106446019A (en) * 2016-08-27 2017-02-22 南京安元科技有限公司 Software function processing method and device
FR3044446A1 (en) * 2015-11-27 2017-06-02 Electronics & Telecommunications Res Inst SYSTEM AND METHOD FOR COMBINING A WORKFLOW
CN106936871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 The method and device of showing interface data
CN107832067A (en) * 2017-10-27 2018-03-23 维沃移动通信有限公司 One kind applies update method, mobile terminal and computer-readable recording medium
CN107885675A (en) * 2017-11-23 2018-04-06 中国电子科技集团公司第四十研究所 A kind of program control command handling method of multifunctional measuring instrument
CN109062688A (en) * 2018-07-16 2018-12-21 努比亚技术有限公司 A kind of memory allocation method, server and mobile terminal
CN109445818A (en) * 2018-10-25 2019-03-08 深圳壹账通智能科技有限公司 Method for updating pages and device, electronic equipment, storage medium based on big data

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6032203A (en) * 1997-04-07 2000-02-29 General Electric Company System for interfacing between a plurality of processors having different protocols in switchgear and motor control center applications by creating description statements specifying rules
CA2543938A1 (en) * 2005-04-15 2006-10-15 Embotics Corporation Programming and development infrastructure for an autonomic element
CN101944023A (en) * 2010-09-14 2011-01-12 南京联创科技集团股份有限公司 Implement method of universal command line interface of UNIX server software
CN103309630A (en) * 2012-02-15 2013-09-18 佳能株式会社 Information processing apparatus and information processing method
CN103324761A (en) * 2013-07-11 2013-09-25 广州市尊网商通资讯科技有限公司 Product database forming method based on Internet data and system
FR3044446A1 (en) * 2015-11-27 2017-06-02 Electronics & Telecommunications Res Inst SYSTEM AND METHOD FOR COMBINING A WORKFLOW
CN106936871A (en) * 2015-12-30 2017-07-07 阿里巴巴集团控股有限公司 The method and device of showing interface data
CN106446019A (en) * 2016-08-27 2017-02-22 南京安元科技有限公司 Software function processing method and device
CN107832067A (en) * 2017-10-27 2018-03-23 维沃移动通信有限公司 One kind applies update method, mobile terminal and computer-readable recording medium
CN107885675A (en) * 2017-11-23 2018-04-06 中国电子科技集团公司第四十研究所 A kind of program control command handling method of multifunctional measuring instrument
CN109062688A (en) * 2018-07-16 2018-12-21 努比亚技术有限公司 A kind of memory allocation method, server and mobile terminal
CN109445818A (en) * 2018-10-25 2019-03-08 深圳壹账通智能科技有限公司 Method for updating pages and device, electronic equipment, storage medium based on big data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于ROOT软件包的数据远程获取系统编程;郭玉辉等;《核电子学与探测技术》;20050920(第05期);全文 *

Also Published As

Publication number Publication date
CN110058855A (en) 2019-07-26

Similar Documents

Publication Publication Date Title
CN108304201B (en) Object updating method, device and equipment
CN109739717B (en) Page data acquisition method and device and server
CN111068328B (en) Game advertisement configuration form generation method, terminal equipment and medium
CN112084270A (en) Data blood margin processing method and device, storage medium and equipment
CN110727429B (en) Front-end page generation method, device and equipment
JP2019049839A (en) Data analysis system and data analysis method and data analysis program
CN108920566B (en) Method, device and equipment for operating SQLite database
CN112487112A (en) Method and device for linkage configuration of components, computer equipment and storage medium
CN115576974A (en) Data processing method, device, equipment and medium
CN110058855B (en) Method, device and equipment for updating interface and workflow of software
CN107633080B (en) User task processing method and device
CN111796855B (en) Incremental version updating method and device, storage medium and computer equipment
CN112861059A (en) Visual component generation method and device, computer equipment and readable storage medium
CN117170538A (en) Document processing method, device, equipment and medium
JP2019101889A (en) Test execution device and program
CN109857716B (en) System interaction log recording method and device, storage medium and server
CN103984554A (en) Software design document generating method and device
CN114466387B (en) Updating method and device of configuration file of base station, storage medium and electronic device
CN114637499B (en) Visualization component processing method, device, equipment and medium
CN110659027A (en) Code generation method and device and electronic equipment
CN114756212A (en) Low-code application integration method, device, equipment and medium
CN115469849A (en) Service processing system, method, electronic device and storage medium
CN111444392B (en) Vulnerability library access method, device and equipment
CN114928566A (en) Client function testing method and device, storage medium and electronic equipment
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity

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
TA01 Transfer of patent application right

Effective date of registration: 20230407

Address after: Room 308, No. 177-2 Chuangxin Road, Hunnan District, Shenyang City, Liaoning Province, 110167

Applicant after: Shenyang Zhihe Medical Technology Co.,Ltd.

Address before: 110179 No. 177-1 Innovation Road, Hunnan District, Shenyang City, Liaoning Province

Applicant before: Shenyang Neusoft Medical Systems Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant