CN114610350A - Method and device for updating query system, electronic equipment and storage medium - Google Patents
Method and device for updating query system, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN114610350A CN114610350A CN202210226692.6A CN202210226692A CN114610350A CN 114610350 A CN114610350 A CN 114610350A CN 202210226692 A CN202210226692 A CN 202210226692A CN 114610350 A CN114610350 A CN 114610350A
- Authority
- CN
- China
- Prior art keywords
- result
- query
- updating
- difference
- query system
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/1805—Append-only file systems, e.g. using logs or journals to store data
- G06F16/1815—Journaling file systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses an updating method and device of an inquiry system, electronic equipment and a storage medium, wherein the updating method comprises the following steps: inputting preset query information into a first system, and outputting a first result; inputting preset query information into a second system, and outputting a second result; and if the first result is the same as the second result, taking the second system as the current query system. According to the invention, by comparing the query results of the two systems, whether the second query system after updating the first query system is successfully updated in an iterative way is automatically verified; if the iterative upgrade fails, the difference between the two systems is counted, and a basis is provided for debugging a second query system by a worker; if the iteration upgrading is successful, gradually expanding the target users using the second query system, and realizing the gray level updating of the query system. The invention provides a reusable extensible updating scheme for the iterative updating of the query system, saves the development time of the iterative updating of the query system and improves the development efficiency.
Description
Technical Field
The present invention relates to the field of electronic information technologies, and in particular, to an update method and apparatus for an inquiry system, an electronic device, and a storage medium.
Background
In the existing maintenance process of the query system, iteration upgrading is often required, such as changing an interface of input or output data, changing query logic, changing coding languages and the like, and in order to ensure the identity and correctness of output results after the query system with the same function is iterated, comparison and verification are required to be performed on the output results before and after the iteration; meanwhile, in order to reduce the loss caused by the problem of iteration introduction, network data is usually controlled according to a certain rule, and is gradually switched from an old version system to a new version system.
Disclosure of Invention
The invention aims to solve the technical problem that in the prior art, when an inquiry system is updated in an iterative manner, the defects that a comparison scheme needs to be redesigned manually every time, the design is complex, time and labor are consumed, and problems are easy to omit are overcome, and provides an updating method and device of the inquiry system, electronic equipment and a storage medium. The invention solves the technical problems through the following technical scheme:
the first aspect of the present invention provides an updating method for an inquiry system, where the inquiry system includes a first system and a second system, the first system and the second system are inquiry systems that implement the same function, and the second system is an updated system of the first system, and the updating method includes:
inputting preset query information into the first system, and outputting a first result;
inputting the preset query information into the second system, and outputting a second result;
and if the first result is the same as the second result, taking the second system as the current query system.
Preferably, the step of outputting the second result comprises:
if the first result is not the same as the second result, updating the second system to generate a third system;
inputting the preset query information into the third system, and outputting a third result;
and if the third result is not the same as the first result, taking the third system as the second system, and returning to the step of updating the second system.
Preferably, the step of determining if the first result is different from the second result comprises:
generating a first difference result according to the first result and the second result, wherein the first difference result is the difference content of the first result and the second result;
the step of determining if the third result is different from the first result comprises:
generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result;
storing the first difference result and the second difference result in a log database;
or the like, or, alternatively,
the step of determining if the first result is different from the second result comprises:
generating a first difference result according to the first result and the second result, wherein the first difference result is the difference content of the first result and the second result;
the step of determining if the third result is different from the first result comprises:
generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result;
acquiring all the first difference results and the second difference results in a preset period, and generating a difference result statistical form according to all the first difference results and the second difference results;
and storing the difference result statistical form in the log database.
Preferably, the step of using the second system as a current query system comprises:
acquiring a user library, wherein the user library is a user set using the query system;
acquiring a target user from the user library;
and taking the second system as the current query system of the target user.
Preferably, the step of using the second system as the current query system of the target user includes:
and updating the current query systems of other users to the second system according to preset updating time, wherein the other users are users except the target user in the user library.
Preferably, the step of updating the current query system of the other user to the second system according to the preset update time includes:
obtaining feedback of the target user;
and setting preset updating time according to the feedback.
Preferably, the step of obtaining the target user from the user library includes:
acquiring a target region;
obtaining regions of all users in the user library;
and taking the user positioned in the target region as a target user.
Second, the present invention provides an updating apparatus for an inquiry system, wherein the inquiry system includes a first system and a second system, the first system and the second system are inquiry systems that implement the same function, the second system is an updated system of the first system, and the updating apparatus includes:
the input module is used for inputting preset query information into the first system and outputting a first result; the preset query information is also used for inputting the preset query information into the second system and outputting a second result;
and the upgrading module is used for taking the second system as the current query system if the first result is the same as the second result.
The present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the above method for updating the query system when executing the computer program.
Fourth, the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above-described method for updating an inquiry system.
The positive progress effects of the invention are as follows:
the method comprises the steps of inputting the same preset query information into a first query system and a second query system with the same function, and automatically verifying whether the second query system is successfully updated after the first query system is updated or not by comparing query results of the two systems; if the iterative upgrade fails, the difference between the two systems is counted, and a basis is provided for debugging a second query system by a worker; if the iteration upgrading is successful, gradually expanding the target users using the second query system, and realizing the gray level updating of the query system. The invention provides a reusable extensible updating scheme for the iterative updating of the query system, saves the development time of the iterative updating of the query system and improves the development efficiency.
Drawings
Fig. 1 is a flowchart of an update method of a query system according to embodiment 1 of the present invention;
FIG. 2 is a flowchart of a query system cycle verification method according to embodiment 1 of the present invention;
FIG. 3 is a flowchart of storing the difference result according to embodiment 1 of the present invention;
FIG. 4 is a flowchart of storing a difference result statistics report according to embodiment 1 of the present invention;
FIG. 5 is a flowchart of a gray scale update query system according to embodiment 1 of the present invention;
FIG. 6 is a flowchart of selecting a target user according to embodiment 1 of the present invention;
FIG. 7 is a flowchart of a method for updating old and new logic of a query system according to embodiment 1 of the present invention;
FIG. 8 is a flowchart of a method for verifying old and new logic of a query system according to embodiment 1 of the present invention;
fig. 9 is a schematic structural diagram of an updating apparatus of an inquiry system according to embodiment 2 of the present invention;
fig. 10 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
The embodiment provides an updating method of a query system, which is applied to an iterative upgrade process of the query system, wherein the iterative upgrade comprises updating an interface of input or output data, updating query logic, updating a coding language and the like. At this time, the query system includes a first system before iterative upgrade and a second system after iterative upgrade, and the two systems are query systems for implementing the same function, where the first system and the second system may be independent query systems or query modules in a certain system.
Referring to fig. 1, the update method includes:
s1, inputting preset query information into a first system, and outputting a first result;
s2, inputting preset query information into a second system, and outputting a second result;
if the first result and the second result are the same, go to step S3;
and S3, taking the second system as a current query system, wherein the current query system is the query system used by the user, and the user uses the first query system by default before the current query system.
In this embodiment, the correctness of the iterative upgrade is ensured by comparing the output results of the first system and the second system, specifically, if the output results are consistent, the second system can implement the query function of the first system, and the verification result indicates that the iterative upgrade is successful; if the output results are inconsistent, the second system cannot realize or cannot completely realize the query function of the first system, and the verification result is iteration upgrading failure, so that the automation of the comparison and verification steps of the two systems is realized, and the comparison and verification efficiency is improved.
In some embodiments, referring to fig. 2, step S2 is followed by:
if the first result is not the same as the second result, go to step S4;
s4, updating the second system to generate a third system;
s5, inputting the preset query information into a third system, and outputting a third result;
and S6, if the third result is not the same as the first result, taking the third system as the second system, and returning to the step S4.
If the third result is the same as the first result, the third system is used as the second system, and the step S3 is returned or the third system is directly used as the current query system.
And if the output results of the first system and the second system are inconsistent, the second system is updated to a third system through manual maintenance. And inputting the same preset query information into a third system for verification, and if the output result (third result) of the third system is the same as the first result, taking the third system as the current query system. If the third result is not the same as the first result, manual overhaul is still performed, the third system is taken as the second system, and the step of updating the second system is returned.
According to practical experience, the iterative upgrade query system cannot be achieved at once, so that the possibility that the output result of the updated system is still inconsistent with the output result of the first system after multiple updates is considered, the verification method for updating the query system for multiple times is provided, a reusable and extensible verification scheme is provided for the iterative upgrade of the query system, the verification time of the iterative upgrade of the query system is saved, and the verification efficiency is improved.
In some embodiments, referring to fig. 3, step S4 is followed by:
s41, generating a first difference result according to the first result and the second result, wherein the first difference result is the difference content of the first result and the second result, and the difference content comprises logic difference content, algorithm difference content and the like;
step S6 is followed by:
s61, generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result, and the difference content comprises logic difference content, algorithm difference content and the like;
and S7, storing the first difference result and the second difference result in a log database.
In this embodiment, a developer of the query system can check the problems and differences according to the automatically generated first difference result and second difference result, thereby improving the development efficiency.
In addition, when the query system is updated for a plurality of times, referring to fig. 4, a plurality of difference results are generated according to step S41 and step S61, and the updating method further includes:
s8, acquiring all first difference results and all second difference results in a preset period, and generating a difference result statistical form according to all the first difference results and the second difference results;
and S9, storing the difference result statistical form in a log database.
In the embodiment, according to a preset period, the difference between the updated query system and the original query system at different stages is counted to form a statistical report, so that necessary logs in the whole iterative upgrade process are recorded, a reliable basis is provided for developing the query system, and the development efficiency is improved.
In one embodiment, referring to fig. 5, step S3 includes:
and S31, acquiring a user library.
The user library is a user set using a query system;
s32, acquiring a target user from the user library;
and S33, taking the second system as the current inquiry system of the target user.
In the embodiment, part of users (namely target users) are selected to try out the new query system, so that the loss caused by the problem of iterative upgrade production is reduced, and the cost of iterative upgrade is reduced.
In one embodiment, referring to fig. 5, step S33 is followed by:
and S34, according to the preset updating time, updating the current inquiry system of other users into a second system, wherein the other users are users except the target user in the user library.
In the embodiment, the query systems used by all users in the user library are switched to the new query systems qualified in verification according to the preset update time period or the preset update time point, so that the use experience of the users is improved.
In one embodiment, referring to fig. 5, step S34 is preceded by:
s341, obtaining feedback of a target user;
and S342, setting preset updating time according to the feedback.
In this embodiment, the time for switching the query system used by all users in the user pool to the new query system that is qualified for verification may be set according to the feedback of some users who try out the new query system. Feedback includes technical feedback, usage experience feedback, and the like;
for example, within a reasonable feedback time, if the feedback of most target users is good, the query system used by all users in the user library can be timely switched to a new query system qualified by verification.
For example, in a reasonable feedback time, if the target user has the problems that the webpage cannot be opened and the query content is inconsistent with the original query system, the developer investigates the problems, if the investigation result is the problem of the updated query system, the query system can be further iteratively upgraded, and the updating time for switching the query systems used by all users in the user library into the new query system which is qualified in verification is prolonged.
In one embodiment, referring to fig. 6, step S32 includes:
s321, acquiring a target region;
s322, acquiring the regions of all users in the user library;
and S323, taking the user positioned in the target area as the target user.
In this embodiment, the selection of the target user may be specifically selected according to the region of the user.
For example, default a saves users using a new query system. And acquiring the geographic positions of all users in the user library through the positioning device, and updating the query systems used by all users in province A to new query systems.
In the embodiment, the target users of the new query system are selected and used through regions, so that developers can conveniently select and distinguish the target users, the gray level updating of the new and old systems is realized, and the development quality is improved.
The following describes a method for updating the query system in this embodiment with a specific example:
fig. 7 is a flowchart of the process of updating the execution logic (or parameters) of the query system, and first enters a process of verifying the original logic and the new logic (i.e., the process of fig. 7 does not need gray scale but needs contrast):
referring to fig. 8, the configuration center can dynamically control the old and new logics, assemble and enqueue the comparison data, input the comparison data into the original logic and the new logic executor (i.e., input the preset query information into the first system and the second system), execute the comparison logic, and input the results obtained by the original logic and the new logic executor into the result comparator (i.e., compare the first result with the second result). If the two results are different, the two results are input into the difference processor, the results obtained by the difference processor and other necessary data (namely the first difference result and the second difference result) in the whole verification process are stored in a log (namely a log database), and an offline report (namely a difference result statistical report) is generated regularly, so that developers can conveniently check the problems and the differences. If the two results are the same, the new logic is stored in the log, so that the new logic can be conveniently used as the execution logic of the current query system at a proper time in the future.
When the verification results of the new logic and the old logic are consistent, the gray scale process can be entered (namely, the old logic can smoothly transit to an updating process of the new logic when the system is in logic upgrading):
in the gray scale process, referring to fig. 8, the flow is accurately controlled to enter the gray scale (the flow is the number of users) by using a flow control program, and the specific method may be to try out an inquiry system for executing new logic for a small number of users, then obtain user feedback by means of buried point monitoring and the like, determine that the effect of the new inquiry system reaches the expectation, and then slowly expand the number of users using the new inquiry system until the new inquiry system covers all system users.
When the effect of the query system is not expected, the user feedback can be stored in the log, and an offline report is generated periodically, so that developers can conveniently find out problems in new execution logic, the new query system is optimized, and the use experience of the user is improved.
Example 2
This embodiment provides an updating apparatus for an inquiry system, where the inquiry system includes a first system and a second system, the first system and the second system are inquiry systems that implement the same function, and the second system is an updated system of the first system, and referring to fig. 9, the updating apparatus includes:
the input module 1 is used for inputting preset query information into a first system and outputting a first result; the system is also used for inputting preset query information into a second system and outputting a second result;
and the upgrading module 2 is used for taking the second system as the current query system if the first result is the same as the second result.
In some embodiments, the updating means further comprises:
the generating module is used for updating the second system to generate a third system if the first result is different from the second result;
the output module 1 is further used for inputting the preset query information into a third system and outputting a third result;
and the rotation module is used for taking the third system as the second system and returning the third system to the generation module if the third result is different from the first result.
In some embodiments, the generating module is further configured to generate a first difference result according to the first result and the second result, where the first difference result is a difference content of the first result and the second result; generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result; generating a difference result statistical report according to all the first difference results and the second difference results;
the updating apparatus further includes:
the storage module is used for storing the first difference result and the second difference result in a log database; and storing the difference result statistical form in a log database.
And the acquisition module is used for acquiring all the first difference results and all the second difference results in a preset period.
In some embodiments, the obtaining module is further configured to obtain a user library, where the user library is a set of users using the query system; acquiring a target user from a user library;
and the upgrading module 2 is also used for taking the second system as the current query system of the target user.
In some embodiments, the upgrading module 2 is further configured to update the current query system of the other user to the second system according to the preset update time, where the other user is a user in the user library except the target user.
In some embodiments, the obtaining module is further configured to obtain feedback of the target user;
the updating apparatus further includes:
and the setting module is used for setting the preset updating time according to the feedback.
In some embodiments, the obtaining module is further configured to obtain a target region; acquiring regions of all users in a user library;
and the setting module is also used for taking the user positioned in the target region as a target user.
It should be noted that, the implementation manner and the technical effect of each module in the updating apparatus of the query system in this embodiment may refer to the corresponding parts in embodiment 1, and therefore, no further description is provided herein.
Example 3
The present embodiment provides an electronic device, and fig. 10 is a schematic block diagram of the electronic device. The electronic device comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, and the updating method of the query system of embodiment 1 is realized when the processor executes the program. The electronic device 30 shown in fig. 10 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 10, the electronic device 30 may take the form of a general-purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 that couples various system components including the memory 32 and the processor 31.
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM)321 and/or cache memory 322, and may further include Read Only Memory (ROM) 323.
The processor 31 executes various functional applications and data processing, such as an update method of the inquiry system of embodiment 1 of the present invention, by executing the computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34 (e.g., keyboard, pointing device, etc.). Such communication may be through input/output (I/O) interfaces 35. Also, model-generating device 30 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 36. As shown in FIG. 10, network adapter 36 communicates with the other modules of model-generated device 30 via bus 33. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functions of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
The present embodiment provides a computer-readable storage medium on which a computer program is stored, the program implementing the updating method of the inquiry system of embodiment 1 when executed by a processor.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation, the present invention can also be implemented in the form of a program product comprising program code for causing a terminal device to execute an update method implementing the query system of embodiment 1 when the program product is run on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may execute entirely on the user's device, partly on the user's device, as a stand-alone software package, partly on the user's device, partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.
Claims (10)
1. An updating method of a query system, wherein the query system includes a first system and a second system, the first system and the second system are query systems that implement the same function, the second system is an updated system of the first system, and the updating method includes:
inputting preset query information into the first system, and outputting a first result;
inputting the preset query information into the second system, and outputting a second result;
and if the first result is the same as the second result, taking the second system as the current query system.
2. The method for updating a query system as claimed in claim 1, wherein said step of outputting a second result comprises:
if the first result is not the same as the second result, updating the second system to generate a third system;
inputting the preset query information into the third system, and outputting a third result;
and if the third result is not the same as the first result, taking the third system as the second system, and returning to the step of updating the second system.
3. The method for updating a query system as claimed in claim 2, wherein said step of determining if said first result is different from said second result comprises:
generating a first difference result according to the first result and the second result, wherein the first difference result is the difference content of the first result and the second result;
the step of determining if the third result is different from the first result comprises:
generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result;
storing the first difference result and the second difference result in a log database;
or the like, or, alternatively,
the step of determining if the first result is different from the second result comprises:
generating a first difference result according to the first result and the second result, wherein the first difference result is the difference content of the first result and the second result;
the step of determining if the third result is different from the first result comprises:
generating a second difference result according to the first result and the third result, wherein the second difference result is the difference content of the first result and the third result;
acquiring all the first difference results and the second difference results in a preset period, and generating a difference result statistical form according to all the first difference results and the second difference results;
and storing the difference result statistical form in the log database.
4. The method for updating the query system according to claim 1 or 2, wherein the step of regarding the second system as the current query system comprises:
acquiring a user library, wherein the user library is a user set using the query system;
acquiring a target user from the user library;
and taking the second system as the current query system of the target user.
5. The method for updating a query system as claimed in claim 4, wherein said step of using said second system as a current query system of said target user comprises:
and updating the current query systems of other users to the second system according to preset updating time, wherein the other users are users except the target user in the user library.
6. The method for updating the query system as claimed in claim 5, wherein the step of updating the current query system of other users to the second system according to the preset update time comprises:
obtaining feedback of the target user;
and setting preset updating time according to the feedback.
7. The method for updating a query system as claimed in claim 4, wherein said step of obtaining a target user from said user pool comprises:
acquiring a target region;
acquiring regions of all users in the user library;
and taking the user positioned in the target region as a target user.
8. An updating apparatus of a query system, wherein the query system includes a first system and a second system, the first system and the second system are query systems that implement a same function, the second system is an updated system of the first system, and the updating apparatus includes:
the input module is used for inputting preset query information into the first system and outputting a first result; the preset query information is also used for inputting the preset query information into the second system and outputting a second result;
and the upgrading module is used for taking the second system as the current query system if the first result is the same as the second result.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method for updating a query system according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the updating method of the query system of any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210226692.6A CN114610350A (en) | 2022-03-09 | 2022-03-09 | Method and device for updating query system, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210226692.6A CN114610350A (en) | 2022-03-09 | 2022-03-09 | Method and device for updating query system, electronic equipment and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114610350A true CN114610350A (en) | 2022-06-10 |
Family
ID=81861845
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210226692.6A Pending CN114610350A (en) | 2022-03-09 | 2022-03-09 | Method and device for updating query system, electronic equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114610350A (en) |
-
2022
- 2022-03-09 CN CN202210226692.6A patent/CN114610350A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20190196938A1 (en) | Machine Defect Prediction Based on a Signature | |
US8589909B2 (en) | Techniques for reducing down time in updating applications with metadata | |
CN110673936B (en) | Breakpoint continuous operation method and device for arrangement service, storage medium and electronic equipment | |
CN111382070A (en) | Compatibility testing method and device, storage medium and computer equipment | |
CN111414169B (en) | BMC (baseboard management controller) image upgrading method and related components | |
CN110737594A (en) | Database standard conformance testing method and device for automatically generating test cases | |
US12093169B2 (en) | Intelligent dynamic web service testing apparatus in a continuous integration and delivery environment | |
US10310961B1 (en) | Cognitive dynamic script language builder | |
CN115454420A (en) | Artificial intelligence algorithm model deployment system, method, equipment and storage medium | |
US20230236923A1 (en) | Machine learning assisted remediation of networked computing failure patterns | |
US12079112B2 (en) | Intelligent dynamic web service testing apparatus in a continuous integration and delivery environment | |
CN116069676B (en) | Version comparison method, device, terminal equipment and storage medium | |
CN117971267A (en) | Program wireless upgrading method based on hierarchical architecture | |
US20230274050A1 (en) | Critical infrastructure blueprint selection for optimized response to state changing conditions | |
CN114610350A (en) | Method and device for updating query system, electronic equipment and storage medium | |
CN114610648A (en) | Test method, device and equipment | |
US20220244975A1 (en) | Method and system for generating natural language content from recordings of actions performed to execute workflows in an application | |
CN102841842B (en) | For the automation controller of next generation test system | |
EP3671467A1 (en) | Gui application testing using bots | |
Tadano et al. | Automatic synthesis of SRN models from system operation templates for availability analysis | |
US11513862B2 (en) | System and method for state management of devices | |
US12086586B2 (en) | Artificial intelligence (AI) supported graph enabled method to manage upgrades for applications | |
CN117349129B (en) | Abnormal optimization method and system for vehicle sales process service system | |
US20240134777A1 (en) | Graphical Neural Network for Error Identification | |
Las-Casas et al. | LLexus: an AI agent system for incident management |
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 |