CN110750444A - Application program handover method, application program handover device, computer device and storage medium - Google Patents

Application program handover method, application program handover device, computer device and storage medium Download PDF

Info

Publication number
CN110750444A
CN110750444A CN201910851108.4A CN201910851108A CN110750444A CN 110750444 A CN110750444 A CN 110750444A CN 201910851108 A CN201910851108 A CN 201910851108A CN 110750444 A CN110750444 A CN 110750444A
Authority
CN
China
Prior art keywords
application program
program
target application
handover
verification
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
CN201910851108.4A
Other languages
Chinese (zh)
Other versions
CN110750444B (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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN201910851108.4A priority Critical patent/CN110750444B/en
Publication of CN110750444A publication Critical patent/CN110750444A/en
Application granted granted Critical
Publication of CN110750444B publication Critical patent/CN110750444B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses an application program handover method, an application program handover device, a computer device and a storage medium. The method comprises the following steps: if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server according to the application program handover request; comparing the handed-over version directory with local program directory information in the user terminal to obtain the mobile program information in the user terminal and display the mobile program information to the user; if the target application program fed back by the user is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed; and if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program. The invention is based on the end-to-end deployment technology, can avoid errors in the process of handing over the application program, and greatly improves the efficiency of handing over the application program while ensuring the verification quality.

Description

Application program handover method, application program handover device, computer device and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for handing over an application program, a computer device, and a storage medium.
Background
Before the application program is formally deployed to the server side, the application program needs to be handed over to the server side. Because the application program to be handed over has multiple versions, each version of the application program contains a large number of files, and any file has defects, which can cause the application program to fail to be deployed, the files contained in the application program need to be checked before the handover is performed. Therefore, the conventional application program handover method has a problem of low handover efficiency.
Disclosure of Invention
The embodiment of the invention provides an application program handover method, an application program handover device, computer equipment and a storage medium, and aims to solve the problem that the handover efficiency of the application program handover method in the prior art is not high.
In a first aspect, an embodiment of the present invention provides an application handover method, which includes:
if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request;
comparing the handed-over version directory with local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user;
if a target application program fed back by a user according to the mobile program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed;
and if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program.
In a second aspect, an embodiment of the present invention provides an application handover apparatus, including:
a handover version directory obtaining unit, configured to obtain, according to an application handover request submitted by a user, a handover version directory in a management server that establishes a network connection with the user terminal in advance, if the handover request is received;
a handover-enabled program information obtaining unit, configured to compare the handover version directory with local program directory information in the user terminal, so as to obtain mobile program information in the user terminal and display the mobile program information to the user;
the target application program checking unit is used for checking the target application program according to a preset program checking model if the target application program fed back by the user according to the mobile program information is received, so as to obtain a program checking result whether the program checking result passes the checking;
and the target application program handover unit is used for sending the target application program to the management server to handover the target application program if the verification result of the target application program is passed.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor, when executing the computer program, implements the application handover method according to the first aspect.
In a fourth aspect, the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, causes the processor to execute the application handover method according to the first aspect.
The embodiment of the invention provides an application program handover method, an application program handover device, computer equipment and a storage medium. The method comprises the steps of obtaining a handover version catalog according to an application program handover request, comparing the handover version catalog with a local program catalog to obtain a mobile program, verifying a target application program fed back by a user according to a verification model to obtain a program verification result, and handing over the target application program if the verification is passed. By the method, errors can be avoided in the process of transferring the application program, and the efficiency of transferring the application program is greatly improved while the verification quality is ensured.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart illustrating an application handover method according to an embodiment of the present invention;
fig. 2 is a schematic application scenario diagram of an application handover method according to an embodiment of the present invention;
FIG. 3 is a sub-flowchart of an application handover method according to an embodiment of the present invention;
FIG. 4 is a schematic sub-flowchart of an application handover method according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating an application handover method according to an embodiment of the present invention;
FIG. 6 is a schematic sub-flowchart of an application handover method according to an embodiment of the present invention;
FIG. 7 is a schematic block diagram of an application handover device provided by an embodiment of the present invention;
FIG. 8 is a block diagram of a sub-unit of an application handover apparatus according to an embodiment of the present invention;
FIG. 9 is a schematic block diagram of another sub-unit of an application handover apparatus provided by an embodiment of the present invention;
FIG. 10 is another schematic block diagram of an application handover device provided by an embodiment of the present invention;
FIG. 11 is a schematic block diagram of another sub-unit of an application handover apparatus provided by an embodiment of the present invention;
FIG. 12 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1 and fig. 2, fig. 1 is a flow chart illustrating an application handover method according to an embodiment of the present invention; fig. 2 is a schematic application scenario diagram of an application handover method according to an embodiment of the present invention. The application program handover method is applied to the user terminal 10, the method is executed by application software installed in the user terminal 10, and the management server 20 realizes the transmission of data information by establishing a network connection with the user terminal 10. The user terminal 10 is a terminal device, such as a desktop computer, a notebook computer, a tablet computer, or a mobile phone, for executing the application handover method to verify and handover the application, and the management server 20 is a server for sending data information to the user terminal 10. Fig. 2 shows only one user terminal 10 and the management server 20 for information transmission, but in practical applications, the management server 20 may also perform information transmission with a plurality of user terminals 10 at the same time.
As shown in fig. 1, the method includes steps S110 to S140.
S110, if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request.
And if an application program handover request submitted by a user is received, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request. The management server establishes network connection with the user terminal in advance, and if a user (user of the user terminal) needs to hand over the application program to the management server, the user can submit an application program hand-over request to the management server through the user terminal so as to acquire a hand-over version directory in the management server. Since there may be multiple versions of application programs that have been handed over in the management server, in order to avoid repeated handing over of application programs that have been handed over to the management server, a handed over version directory may be obtained first, where the handed over version directory includes program directory information of all versions of application programs that have been handed over to the management server, each application program that has been handed over in the management server corresponds to a piece of program directory information, and each piece of program directory information includes information such as a program name, a program version number, and a program handover time.
In one embodiment, as shown in FIG. 3, step S110 includes sub-steps S111 and S112.
And S111, sending a version directory acquisition request to the management server according to the application program handover request.
Specifically, the application program handover request includes application program type information, a version directory acquisition request including the application program type information is generated through the application program handover request and is sent to the administrator terminal, the version directory acquisition request is sent to the management server through the user terminal, and after the management server receives the version directory acquisition request, all application programs handed over to the management server can be acquired, a handed-over version directory is generated and fed back to the user terminal.
And S112, acquiring the handed-over version directory fed back by the management server according to the version directory acquisition request.
And acquiring a handed-over version directory fed back by the management server according to the version directory acquisition request, wherein the handed-over version directory comprises program directory information of all versions of application programs which are handed over to the management server and correspond to the application program type information, and the handed-over version directory at least comprises a program name, a program version number and program handover time.
For example, the acquired handover version directory is as shown in table 1.
Name of program Program version number Program handover time
Application program 1 1.0.1 2018-11-01,15:03:11
Application program 1 1.0.2 2018-11-01,17:26:09
Application 2 1.2.5 2018-11-05,10:35:33
Table 1S120, comparing the handover version directory with the local program directory information in the user terminal to obtain the mobile program information in the user terminal, and displaying the mobile program information to the user.
And comparing the handed-over version directory with the local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user. All the application programs stored in the user terminal are local application programs, each application program contained in the local application program corresponds to one program directory information, and the program directory information in each application program in the local application program is obtained, so that the local program directory information can be obtained. The local application program may include part of the application program handed over to the management server, so that the hand-over program information can be acquired through the hand-over version directory and the local program directory information of the local application program, and the hand-over program information is shown to the user for the user to select.
The specific step of acquiring the transferable program information is to compare the plurality of application programs in the transferred version directory with the plurality of application programs in the local program directory information respectively to acquire the program version numbers corresponding to all the application programs which are contained in the local program directory information and not contained in the transferred version directory, and the comparison process is to subtract the program version number of each application program in the transferred version directory from the program version number of each application program in the local program directory information to acquire the transferable program information.
For example, the local program directory information is shown in table 2.
Name of program Program version number
Application program 1 1.0.1
Application program 1 1.0.2
Application program 1 1.0.4
Application 2 1.2.5
Application 2 1.2.7
TABLE 2
The method includes subtracting the program version number of each application program in table 1 from the program version number of each application program in table 2 to obtain the portable program information shown in table 3, where the application program 1 includes three program version numbers "1.0.1", "1.0.2", and "1.0.4" in table 2, the application program 1 includes two program version numbers "1.0.1", and "1.0.2" in table 1, the program version number that can be handed over by the application program 1 obtained by the corresponding subtraction is "1.0.4", the program version number that can be handed over by the application program 2 obtained by the same method is "1.2.7", and the portable program information includes a program name and a program version number.
Selecting Name of program Program version number
Application program 1 1.0.4
Application 2 1.2.7
And in the step S130, if the target application program fed back by the user according to the mobile program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed.
And if the target application program fed back by the user according to the mobile delivery program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed or not. After the user views the information of the handover program, one application program can be selected as the target application program, and if the target application program fed back by the user is received, the target application program can be verified according to a preset program verification model to obtain a program verification result of the target application program. The program checking model comprises a grammar checking rule, a Cartesian product checking rule and a writing checking rule.
In an embodiment, as shown in fig. 4, step S130 includes sub-steps S131, S132, S133, S134, S135 and S136.
S131, checking the target application program according to the grammar checking rule to obtain a grammar checking result whether the grammar checking rule is met.
And checking the target application program according to a grammar checking rule in the program checking model to obtain a grammar checking result whether the grammar checking rule is met. Specifically, the target application program includes a plurality of program files, the program files are files for recording a specific program language, for example, the program files may be hql files including a hive script language, and the syntax checking rule is rule information for checking the syntax of the program language in all the program files.
The grammar checking rules specifically comprise core vocabulary spelling checking, punctuation mark checking and the like, wherein the core vocabulary spelling checking is to check whether core vocabulary spelling errors exist in the program languages of all the program files; punctuation check means to check whether punctuation marks are written correctly in the program language of all program files, for example, whether the sign "(" and sign ")" is paired or not, and whether the sign "{" and sign "}" is paired or not. If the core vocabulary spelling error does not exist in the program language of a certain target application program and the punctuation mark in the program language is correctly written, the grammar checking result of the target application program is obtained as coincidence; otherwise, the program verification result of the target application program is failed.
For example, when checking whether a spelling error of a core vocabulary exists in program languages in all program files, if a certain core vocabulary is "select" and a certain section of program language in a target application includes the vocabulary "selec", the spelling error of the core vocabulary exists in the program language of the application, and the syntax checking result of the target application is not satisfied.
S132, if the grammar checking result of the target application program is in accordance with the grammar checking result, judging whether the target application program contains Cartesian products.
And if the grammar checking result of the target application program is in accordance with the grammar checking result, judging whether the target application program contains Cartesian products. Specifically, the Cartesian product refers to the Cartesian product (also called direct product) of two sets X and Y in mathematics, denoted as X × Y, the first object being a member of X and the second object being one of all possible ordered pairs of Y. The cartesian product is widely applied to the program language of the application program, and if the program language of the target application program contains the cartesian product, the cartesian product contained in the target application program needs to be further checked; otherwise, the step of checking the cartesian product contained in the target application is skipped.
S133, if the target application program contains the Cartesian product, checking the target application program according to the Cartesian product checking rule to obtain a Cartesian product checking result whether the target application program meets the Cartesian product checking rule or not.
If the program language of the target application program contains the Cartesian product, the Cartesian product contained in the target application program needs to be further verified, and the target application program can be verified according to Cartesian product verification rules in the program verification model so as to obtain a Cartesian product verification result of whether the Cartesian product verification rules are met. Specifically, each cartesian product in the normally written program language includes a "join" and an "on", where the "join" may include multiple types, for example, "left join", "inner join", and "join" are three types corresponding to the "join", the number of the "joins" and the number of the "on" included in all the cartesian products of the target application are obtained, and whether the number of the "joins" is equal to the number of the "on" is checked, so as to obtain a result of checking the cartesian products of the target application.
If the number of the 'join' in all the Cartesian products in the target application program is equal to the number of the 'on', the Cartesian product checking result of the target application program is in accordance, otherwise, the program checking result of the target application program is failed.
S134, if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance with.
And if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance. The writing verification rule is used for verifying rule information whether the program language in the target application program meets the writing specification or not, the writing verification rule specifically comprises vocabulary sequence verification, capital and lower case verification and the like, and the vocabulary sequence verification is to verify whether vocabulary writing sequence errors exist in the program languages of all the program files or not; the case check is used for checking whether the cases of the words in the program languages of all the program files are wrongly written or not.
If the program language of a certain target application program does not have wrong writing sequence of the vocabularies and the upper case and the lower case of the vocabularies in the program language are written correctly, obtaining a writing verification result of the target application program according with the writing verification rule; otherwise, obtaining the writing verification result that the target application program does not accord with the writing verification rule.
And S135, if the writing verification result of the target application program is in line, obtaining a program verification result which passes the verification.
And if the writing verification result of the target application program is in line, indicating that the target application program passes all necessary verification, and obtaining a program verification result of which the verification passes.
And S136, if the grammar checking result of the target application program is not conform, the Cartesian product checking result is not conform or the writing checking result is not conform, obtaining a program checking result of which the checking is not passed.
And if the grammar checking result of the target application program is not accordant, the Cartesian product checking result is not accordant or the writing checking result is not accordant, obtaining a program checking result which is not checked. If the program verification result of the target application program is not passed, verification prompt information can be generated according to the program language which does not conform to the program verification model in the target application program and fed back to the user, and the user can conveniently and quickly modify the program language corresponding to the verification prompt information in the target application program after receiving the verification prompt information.
And S140, if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program.
And if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program. After the target application program is handed over to the management server, the target application program can be deployed in the management server.
In one embodiment, as shown in fig. 5, step S140 is followed by steps S150 and S160.
S150, if the transfer log fed back by the management server is received, verifying the transfer log according to the target application program to obtain an integrity verification result of whether the target application program is completely transferred.
And if receiving the handover log fed back by the management server, verifying the handover log according to the target application program to obtain an integrity verification result of whether the target application program is completely handed over. Before the target application program is deployed to the management server, whether the target application program is completely handed over or not can be checked, so that an integrity check result of the target application program can be obtained. The specific verification step is that after receiving the target application program to be handed over, the management server generates a hand-over log according to the received program file and feeds the hand-over log back to the user terminal, and whether the target application program is handed over completely can be verified according to the program file and the hand-over log contained in the target application program.
In one embodiment, as shown in FIG. 6, step S150 includes sub-steps S151 and S152.
And S151, acquiring program file information of the target application program.
And acquiring program file information of the target application program. The target application program comprises a plurality of program files, and the program file information of the target application program can be obtained by acquiring the information of each program file, wherein the program file information comprises information such as file names and file sizes.
For example, table 4 shows how the corresponding program file information is acquired by a certain target application.
File name File size (kb)
photo 34297
voice 6303
map 29642
main 1636
Table 4S152, determine whether the program file information corresponds to the handover log one to one, so as to obtain an integrity check result of whether the target application program is completely handed over.
And judging whether the program file information corresponds to the handed over file information in the hand over log one by one, so as to obtain an integrity check result of whether the target application program is handed over completely. All files handed over to the management server are recorded in the hand-over log in a hand-over file information mode, and a corresponding integrity check result can be obtained by judging whether the program file information corresponds to the handed-over file information one by one or not. Specifically, if the program file information corresponds to the handed over file information in the hand over log one to one, the obtained integrity check result is that the target application program is completely handed over; otherwise, the obtained integrity check result is that the target application program is not completely handed over. If the integrity check result indicates that the target application program is not completely handed over, the method can be executed again to hand over the target application program again.
And S160, if the integrity verification result is complete transfer, updating the transfer program information according to the target application program and displaying the updated transfer program information to the user.
And if the integrity verification result is complete transfer, updating the information of the transfer program according to the target application program and displaying the updated information of the transfer program to the user. If the integrity check result is that the handover is complete, that is, the integrity check result indicates that the target application program is completely handed over to the management server, the target application program which has been handed over cannot be handed over again, the information of the handover-enabled program can be updated through the target application program, that is, the target application program is removed from the information of the handover-enabled program to obtain updated information of the handover-enabled program, the user can view the updated information of the handover-enabled program, and an application program can be selected from the updated information of the handover-enabled program to serve as a new target application program.
In the application program handover method provided in the embodiment of the present invention, the handover version directory is obtained according to the application program handover request, the handover version directory is compared with the local program directory to obtain the mobile program, the target application program fed back by the user is verified according to the verification model to obtain the program verification result, and if the verification passes, the target application program is handed over. By the method, errors can be avoided in the process of transferring the application program, and the efficiency of transferring the application program is greatly improved while the verification quality is ensured.
Embodiments of the present invention also provide an application program handover apparatus for performing any of the embodiments of the application program handover method described above. Specifically, referring to fig. 7, fig. 7 is a schematic block diagram of an application handover apparatus according to an embodiment of the present invention. The application handover device may be configured in the user terminal 10.
As shown in fig. 7, the application handover apparatus 100 includes a handover version directory acquisition unit 110, a portable handover program information acquisition unit 120, a target application verification unit 130, and a target application handover unit 140.
A handover version directory obtaining unit 110, configured to, if an application handover request submitted by a user is received, obtain, according to the application handover request, a handover version directory in a management server that establishes a network connection with the user terminal in advance.
And if an application program handover request submitted by a user is received, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request. The management server establishes network connection with the user terminal in advance, and if a user (user of the user terminal) needs to hand over the application program to the management server, the user can submit an application program hand-over request to the management server through the user terminal so as to acquire a hand-over version directory in the management server. Since there may be multiple versions of application programs that have been handed over in the management server, in order to avoid repeated handing over of application programs that have been handed over to the management server, a handed over version directory may be obtained first, where the handed over version directory includes program directory information of all versions of application programs that have been handed over to the management server, each application program that has been handed over in the management server corresponds to a piece of program directory information, and each piece of program directory information includes information such as a program name, a program version number, and a program handover time.
In another embodiment of the present invention, as shown in fig. 8, the handover version directory acquiring unit 110 includes sub-units: an acquisition request transmitting unit 111 and a handover version directory receiving unit 112.
An acquisition request transmitting unit 111 configured to transmit a version directory acquisition request to the management server according to the application handover request.
Specifically, the application program handover request includes application program type information, a version directory acquisition request including the application program type information is generated through the application program handover request and is sent to the administrator terminal, the version directory acquisition request is sent to the management server through the user terminal, and after the management server receives the version directory acquisition request, all application programs handed over to the management server can be acquired, a handed-over version directory is generated and fed back to the user terminal.
A handover version directory receiving unit 112, configured to acquire the handover version directory fed back by the management server according to the version directory acquisition request.
And acquiring a handed-over version directory fed back by the management server according to the version directory acquisition request, wherein the handed-over version directory comprises program directory information of all versions of application programs which are handed over to the management server and correspond to the application program type information, and the handed-over version directory at least comprises a program name, a program version number and program handover time.
A handover-enabled program information obtaining unit 120, configured to compare the handover version directory with the local program directory information in the user terminal, so as to obtain the handover-enabled program information in the user terminal for displaying to the user.
And comparing the handed-over version directory with the local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user. All the application programs stored in the user terminal are local application programs, each application program contained in the local application program corresponds to one program directory information, and the program directory information in each application program in the local application program is obtained, so that the local program directory information can be obtained. The local application program may include part of the application program handed over to the management server, so that the hand-over program information can be acquired through the hand-over version directory and the local program directory information of the local application program, and the hand-over program information is shown to the user for the user to select.
The specific step of acquiring the transferable program information is to compare the plurality of application programs in the transferred version directory with the plurality of application programs in the local program directory information respectively to acquire the program version numbers corresponding to all the application programs which are contained in the local program directory information and not contained in the transferred version directory, and the comparison process is to subtract the program version number of each application program in the transferred version directory from the program version number of each application program in the local program directory information to acquire the transferable program information.
And the target application program checking unit 130 is configured to, if a target application program fed back by the user according to the mobile program information is received, check the target application program according to a preset program checking model to obtain a program checking result of whether the checking is passed.
And if the target application program fed back by the user according to the mobile delivery program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed or not. After the user views the information of the handover program, one application program can be selected as the target application program, and if the target application program fed back by the user is received, the target application program can be verified according to a preset program verification model to obtain a program verification result of the target application program. The program checking model comprises a grammar checking rule, a Cartesian product checking rule and a writing checking rule.
In other embodiments of the present invention, as shown in fig. 9, the target application program verification unit 130 includes sub-units: a grammar checking unit 131, a judging unit 132, a Cartesian product checking unit 133, a writing checking unit 134, a first result obtaining unit 135 and a second result obtaining unit 136.
And a syntax checking unit 131, configured to check the target application according to the syntax checking rule to obtain a syntax checking result that whether the syntax checking rule is met.
And checking the target application program according to a grammar checking rule in the program checking model to obtain a grammar checking result whether the grammar checking rule is met. Specifically, the target application program includes a plurality of program files, the program files are files for recording a specific program language, for example, the program files may be hql files including a hive script language, and the syntax checking rule is rule information for checking the syntax of the program language in all the program files.
The grammar checking rules specifically comprise core vocabulary spelling checking, punctuation mark checking and the like, wherein the core vocabulary spelling checking is to check whether core vocabulary spelling errors exist in the program languages of all the program files; punctuation check means to check whether punctuation marks are written correctly in the program language of all program files, for example, whether the sign "(" and sign ")" is paired or not, and whether the sign "{" and sign "}" is paired or not. If the core vocabulary spelling error does not exist in the program language of a certain target application program and the punctuation mark in the program language is correctly written, the grammar checking result of the target application program is obtained as coincidence; otherwise, the program verification result of the target application program is failed.
The determining unit 132 is configured to determine whether the target application includes a cartesian product if the syntax checking result of the target application is a match.
And if the grammar checking result of the target application program is in accordance with the grammar checking result, judging whether the target application program contains Cartesian products. Specifically, the Cartesian product refers to the Cartesian product (also called direct product) of two sets X and Y in mathematics, denoted as X × Y, the first object being a member of X and the second object being one of all possible ordered pairs of Y. The cartesian product is widely applied to the program language of the application program, and if the program language of the target application program contains the cartesian product, the cartesian product contained in the target application program needs to be further checked; otherwise, the step of checking the cartesian product contained in the target application is skipped.
A cartesian product checking unit 133, configured to, if the target application program includes a cartesian product, check the target application program according to the cartesian product checking rule to obtain a cartesian product checking result whether the cartesian product checking rule is met.
If the program language of the target application program contains the Cartesian product, the Cartesian product contained in the target application program needs to be further verified, and the target application program can be verified according to Cartesian product verification rules in the program verification model so as to obtain a Cartesian product verification result of whether the Cartesian product verification rules are met. Specifically, each cartesian product in the normally written program language includes a "join" and an "on", where the "join" may include multiple types, for example, "left join", "inner join", and "join" are three types corresponding to the "join", the number of the "joins" and the number of the "on" included in all the cartesian products of the target application are obtained, and whether the number of the "joins" is equal to the number of the "on" is checked, so as to obtain a result of checking the cartesian products of the target application.
If the number of the 'join' in all the Cartesian products in the target application program is equal to the number of the 'on', the Cartesian product checking result of the target application program is in accordance, otherwise, the program checking result of the target application program is failed.
And a writing verification unit 134, configured to verify the target application program according to the writing verification rule to obtain a writing verification result of whether the writing verification rule is met if the target application program does not include a cartesian product or a cartesian product verification result of the target application program is met.
And if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance. The writing verification rule is used for verifying rule information whether the program language in the target application program meets the writing specification or not, the writing verification rule specifically comprises vocabulary sequence verification, capital and lower case verification and the like, and the vocabulary sequence verification is to verify whether vocabulary writing sequence errors exist in the program languages of all the program files or not; the case check is used for checking whether the cases of the words in the program languages of all the program files are wrongly written or not.
If the program language of a certain target application program does not have wrong writing sequence of the vocabularies and the upper case and the lower case of the vocabularies in the program language are written correctly, obtaining a writing verification result of the target application program according with the writing verification rule; otherwise, obtaining the writing verification result that the target application program does not accord with the writing verification rule.
A first result obtaining unit 135, configured to obtain a program verification result that passes the verification if the writing verification result of the target application program is a match.
And if the writing verification result of the target application program is in line, indicating that the target application program passes all necessary verification, and obtaining a program verification result of which the verification passes.
A second result obtaining unit 136, configured to obtain a program verification result that the verification fails if the syntax verification result of the target application program is not met, the cartesian product verification result is not met, or the writing verification result is not met.
And if the grammar checking result of the target application program is not accordant, the Cartesian product checking result is not accordant or the writing checking result is not accordant, obtaining a program checking result which is not checked. If the program verification result of the target application program is not passed, verification prompt information can be generated according to the program language which does not conform to the program verification model in the target application program and fed back to the user, and the user can conveniently and quickly modify the program language corresponding to the verification prompt information in the target application program after receiving the verification prompt information.
And a target application program handover unit 140, configured to send the target application program to the management server to handover the target application program if the verification result of the target application program is that the target application program passes.
And if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program. After the target application program is handed over to the management server, the target application program can be deployed in the management server.
In another embodiment of the present invention, as shown in fig. 10, the application handover apparatus 100 further includes a sub-unit: an integrity check unit 150 and a portable communication program information update unit 160.
And an integrity checking unit 150, configured to, if a handover log fed back by the management server is received, check the handover log according to the target application program to obtain an integrity checking result of whether the target application program is completely handed over.
And if receiving the handover log fed back by the management server, verifying the handover log according to the target application program to obtain an integrity verification result of whether the target application program is completely handed over. Before the target application program is deployed to the management server, whether the target application program is completely handed over or not can be checked, so that an integrity check result of the target application program can be obtained. The specific verification step is that after receiving the target application program to be handed over, the management server generates a hand-over log according to the received program file and feeds the hand-over log back to the user terminal, and whether the target application program is handed over completely can be verified according to the program file and the hand-over log contained in the target application program.
In other embodiments of the present invention, as shown in fig. 11, the integrity check unit 150 includes sub-units: a program file information acquisition unit 151 and an integrity check result acquisition unit 152.
A program file information acquiring unit 151 for acquiring program file information of the target application program.
And acquiring program file information of the target application program. The target application program comprises a plurality of program files, and the program file information of the target application program can be obtained by acquiring the information of each program file, wherein the program file information comprises information such as file names and file sizes.
An integrity check result obtaining unit 152, configured to determine whether the program file information corresponds to the handover log one to one, so as to obtain an integrity check result indicating whether the target application program is completely handed over.
And judging whether the program file information corresponds to the handed over file information in the hand over log one by one, so as to obtain an integrity check result of whether the target application program is handed over completely. All files handed over to the management server are recorded in the hand-over log in a hand-over file information mode, and a corresponding integrity check result can be obtained by judging whether the program file information corresponds to the handed-over file information one by one or not. Specifically, if the program file information corresponds to the handed over file information in the hand over log one to one, the obtained integrity check result is that the target application program is completely handed over; otherwise, the obtained integrity check result is that the target application program is not completely handed over. If the integrity check result indicates that the target application program is not completely handed over, the method can be executed again to hand over the target application program again.
A handover-enabled program information updating unit 160, configured to update the handover-enabled program information according to the target application program and display the updated handover-enabled program information to the user if the integrity check result is an integrity handover.
And if the integrity verification result is complete transfer, updating the information of the transfer program according to the target application program and displaying the updated information of the transfer program to the user. If the integrity check result is that the handover is complete, that is, the integrity check result indicates that the target application program is completely handed over to the management server, the target application program which has been handed over cannot be handed over again, the information of the handover-enabled program can be updated through the target application program, that is, the target application program is removed from the information of the handover-enabled program to obtain updated information of the handover-enabled program, the user can view the updated information of the handover-enabled program, and an application program can be selected from the updated information of the handover-enabled program to serve as a new target application program.
The application program handover apparatus provided in the embodiment of the present invention is configured to execute the application program handover method, acquire a handover version directory according to an application program handover request, compare the handover version directory with a local program directory to acquire a handover program, verify a target application program fed back by a user according to a verification model to acquire a program verification result, and handover the target application program if the verification passes. By the method, errors can be avoided in the process of transferring the application program, and the efficiency of transferring the application program is greatly improved while the verification quality is ensured.
The above-described application handover device may be implemented in the form of a computer program that can be run on a computer apparatus as shown in fig. 12.
Referring to fig. 12, fig. 12 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Referring to fig. 12, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, may cause the processor 502 to perform an application handoff method.
The processor 502 is used to provide computing and control capabilities that support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 may be caused to execute the application handover method.
The network interface 505 is used for network communication, such as providing transmission of data information. Those skilled in the art will appreciate that the configuration shown in fig. 12 is a block diagram of only a portion of the configuration associated with aspects of the present invention and is not intended to limit the computing device 500 to which aspects of the present invention may be applied, and that a particular computing device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
Wherein the processor 502 is configured to run the computer program 5032 stored in the memory to implement the following functions: if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request; comparing the handed-over version directory with local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user; if a target application program fed back by a user according to the mobile program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed; and if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program.
In an embodiment, the processor 502 performs the following operations when executing the step of acquiring the handed-over version directory in the management server that establishes a network connection with the user terminal in advance according to the application program handover request if receiving the application program handover request submitted by the user: sending a version directory acquisition request to the management server according to the application program handover request; and acquiring the handed-over version directory fed back by the management server according to the version directory acquisition request.
In an embodiment, when the processor 502 performs the step of verifying the target application program according to a preset program verification model if the target application program fed back by the user according to the mobile program information is received, so as to obtain a program verification result that whether the verification is passed, the following operations are performed: checking the target application program according to the grammar checking rule to obtain a grammar checking result whether the grammar checking rule is met; if the grammar checking result of the target application program is in accordance with the target application program, judging whether the target application program contains Cartesian products; if the target application program contains the Cartesian product, verifying the target application program according to the Cartesian product verification rule to obtain a Cartesian product verification result of whether the target application program accords with the Cartesian product verification rule or not; if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance or not; if the writing verification result of the target application program is in line, obtaining a program verification result which passes the verification; and if the grammar checking result of the target application program is not accordant, the Cartesian product checking result is not accordant or the writing checking result is not accordant, obtaining a program checking result which is not checked.
In an embodiment, after the processor 502 performs the step of sending the target application to the management server to perform handover on the target application if the verification result of the target application passes, the following operations are further performed: if receiving a handover log fed back by the management server, verifying the handover log according to the target application program to obtain an integrity verification result of whether the target application program is completely handed over; and if the integrity verification result is complete transfer, updating the information of the transfer program according to the target application program and displaying the updated information of the transfer program to the user.
In an embodiment, when the processor 502 performs the step of verifying the handover log according to the target application program to obtain an integrity check result of whether the target application program is completely handed over if the handover log fed back by the management server is received, the following operations are performed: acquiring program file information of the target application program; and judging whether the program file information corresponds to the handover log one by one so as to obtain an integrity check result of whether the target application program is completely handed over.
Those skilled in the art will appreciate that the embodiment of a computer device illustrated in fig. 12 does not constitute a limitation on the specific construction of the computer device, and that in other embodiments a computer device may include more or fewer components than those illustrated, or some components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may only include a memory and a processor, and in such embodiments, the structures and functions of the memory and the processor are consistent with those of the embodiment shown in fig. 12, and are not described herein again.
It should be understood that, in the embodiment of the present invention, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the invention, a computer-readable storage medium is provided. The computer readable storage medium may be a non-volatile computer readable storage medium. The computer-readable storage medium stores a computer program, wherein the computer program when executed by a processor implements the steps of: if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request; comparing the handed-over version directory with local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user; if a target application program fed back by a user according to the mobile program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed; and if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program.
In an embodiment, the step of acquiring a handover version directory in a management server that establishes a network connection with the user terminal in advance according to the application handover request if the application handover request submitted by the user is received includes: sending a version directory acquisition request to the management server according to the application program handover request; and acquiring the handed-over version directory fed back by the management server according to the version directory acquisition request.
In an embodiment, the step of verifying the target application program according to a preset program verification model if the target application program fed back by the user according to the mobile program information is received, so as to obtain a program verification result that whether the verification is passed includes: checking the target application program according to the grammar checking rule to obtain a grammar checking result whether the grammar checking rule is met; if the grammar checking result of the target application program is in accordance with the target application program, judging whether the target application program contains Cartesian products; if the target application program contains the Cartesian product, verifying the target application program according to the Cartesian product verification rule to obtain a Cartesian product verification result of whether the target application program accords with the Cartesian product verification rule or not; if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance or not; if the writing verification result of the target application program is in line, obtaining a program verification result which passes the verification; and if the grammar checking result of the target application program is not accordant, the Cartesian product checking result is not accordant or the writing checking result is not accordant, obtaining a program checking result which is not checked.
In an embodiment, after the step of sending the target application to the management server to perform handover on the target application if the verification result of the target application passes, the method further includes: if receiving a handover log fed back by the management server, verifying the handover log according to the target application program to obtain an integrity verification result of whether the target application program is completely handed over; and if the integrity verification result is complete transfer, updating the information of the transfer program according to the target application program and displaying the updated information of the transfer program to the user.
In an embodiment, the step of, if the handover log fed back by the management server is received, verifying the handover log according to the target application program to obtain an integrity verification result indicating whether the target application program is completely handed over includes: acquiring program file information of the target application program; and judging whether the program file information corresponds to the handover log one by one so as to obtain an integrity check result of whether the target application program is completely handed over.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, devices and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only a logical division, and there may be other divisions when the actual implementation is performed, or units having the same function may be grouped into one unit, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a computer-readable storage medium, which includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned computer-readable storage media comprise: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An application program handover method applied to a user terminal, comprising:
if receiving an application program handover request submitted by a user, acquiring a handover version directory in a management server which is in network connection with the user terminal in advance according to the application program handover request;
comparing the handed-over version directory with local program directory information in the user terminal to acquire the mobile program information in the user terminal and display the mobile program information to the user;
if a target application program fed back by a user according to the mobile program information is received, verifying the target application program according to a preset program verification model to obtain a program verification result of whether the verification is passed;
and if the verification result of the target application program is passed, sending the target application program to the management server so as to transfer the target application program.
2. The application handover method according to claim 1, wherein the acquiring of the handover-version directory in the management server that establishes a network connection with the user terminal in advance according to the application handover request includes:
sending a version directory acquisition request to the management server according to the application program handover request;
and acquiring the handed-over version directory fed back by the management server according to the version directory acquisition request.
3. The application handover method as claimed in claim 1, wherein the program verification model includes a syntax verification rule, a cartesian product verification rule and a writing verification rule, and the verifying the target application according to the preset program verification model to obtain a program verification result indicating whether the verification is passed includes:
checking the target application program according to the grammar checking rule to obtain a grammar checking result whether the grammar checking rule is met;
if the grammar checking result of the target application program is in accordance with the target application program, judging whether the target application program contains Cartesian products;
if the target application program contains the Cartesian product, verifying the target application program according to the Cartesian product verification rule to obtain a Cartesian product verification result of whether the target application program accords with the Cartesian product verification rule or not;
if the target application program does not contain the Cartesian product or the Cartesian product check result of the target application program is in accordance, checking the target application program according to the writing check rule to obtain a writing check result whether the writing check rule is in accordance or not;
if the writing verification result of the target application program is in line, obtaining a program verification result which passes the verification;
and if the grammar checking result of the target application program is not accordant, the Cartesian product checking result is not accordant or the writing checking result is not accordant, obtaining a program checking result which is not checked.
4. The application handover method according to claim 1, wherein after sending the target application to the management server for handover of the target application, the method further comprises:
if receiving a handover log fed back by the management server, verifying the handover log according to the target application program to obtain an integrity verification result of whether the target application program is completely handed over;
and if the integrity verification result is complete transfer, updating the information of the transfer program according to the target application program and displaying the updated information of the transfer program to the user.
5. The application program handover method according to claim 4, wherein the verifying the handover log according to the target application program to obtain an integrity check result of whether the target application program is handed over completely comprises:
acquiring program file information of the target application program;
and judging whether the program file information corresponds to the handover log one by one so as to obtain an integrity check result of whether the target application program is completely handed over.
6. An application handover apparatus, comprising:
a handover version directory obtaining unit, configured to obtain, according to an application handover request submitted by a user, a handover version directory in a management server that establishes a network connection with the user terminal in advance, if the handover request is received;
a handover-enabled program information obtaining unit, configured to compare the handover version directory with local program directory information in the user terminal, so as to obtain mobile program information in the user terminal and display the mobile program information to the user;
the target application program checking unit is used for checking the target application program according to a preset program checking model if the target application program fed back by the user according to the mobile program information is received, so as to obtain a program checking result whether the program checking result passes the checking;
and the target application program handover unit is used for sending the target application program to the management server to handover the target application program if the verification result of the target application program is passed.
7. The application handover apparatus according to claim 6, wherein the handover-version-directory-acquisition unit comprises:
an acquisition request sending unit configured to send a version directory acquisition request to the management server according to the application handover request;
a handover version directory receiving unit, configured to acquire the handover version directory fed back by the management server according to the version directory acquisition request.
8. The application handover apparatus of claim 6, wherein the target application verification unit comprises:
the grammar checking unit is used for checking the target application program according to the grammar checking rule to obtain a grammar checking result whether the grammar checking rule is met;
the judging unit is used for judging whether the target application program contains a Cartesian product or not if the grammar checking result of the target application program is in accordance with the grammar checking result;
the Cartesian product calibration unit is used for calibrating the target application program according to the Cartesian product calibration rule to obtain a Cartesian product calibration result whether the Cartesian product calibration rule is met or not if the target application program contains the Cartesian product;
the writing verification unit is used for verifying the target application program according to the writing verification rule to obtain a writing verification result whether the target application program conforms to the writing verification rule or not if the target application program does not contain the Cartesian product or the Cartesian product verification result of the target application program conforms to the Cartesian product verification result;
the first result acquisition unit is used for acquiring a program verification result which passes the verification if the writing verification result of the target application program is in accordance;
and the second result acquisition unit is used for obtaining a program verification result which is not verified if the grammar verification result of the target application program is not met, the Cartesian product verification result is not met or the writing verification result is not met.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the application handover method as claimed in any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, causes the processor to execute the application handover method according to any one of claims 1 to 5.
CN201910851108.4A 2019-09-10 2019-09-10 Application program handover method, apparatus, computer device and storage medium Active CN110750444B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910851108.4A CN110750444B (en) 2019-09-10 2019-09-10 Application program handover method, apparatus, computer device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910851108.4A CN110750444B (en) 2019-09-10 2019-09-10 Application program handover method, apparatus, computer device and storage medium

Publications (2)

Publication Number Publication Date
CN110750444A true CN110750444A (en) 2020-02-04
CN110750444B CN110750444B (en) 2024-05-10

Family

ID=69276215

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910851108.4A Active CN110750444B (en) 2019-09-10 2019-09-10 Application program handover method, apparatus, computer device and storage medium

Country Status (1)

Country Link
CN (1) CN110750444B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105306434A (en) * 2015-09-11 2016-02-03 北京金山安全软件有限公司 Program file checking method and device, server and terminal
CN108256353A (en) * 2018-01-11 2018-07-06 武汉斗鱼网络科技有限公司 A kind of data integrity verifying method, apparatus and client
CN108549826A (en) * 2018-03-30 2018-09-18 努比亚技术有限公司 Method of calibration, terminal, server and the readable storage medium storing program for executing of application program
CN108600376A (en) * 2018-04-27 2018-09-28 深圳市信锐网科技术有限公司 Data transmission method, device, LoRa gateways, system based on LoRa and storage medium
CN108733385A (en) * 2018-05-17 2018-11-02 广东小天才科技有限公司 Application program installation method, device, equipment and storage medium
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium
CN109308285A (en) * 2018-10-11 2019-02-05 平安科技(深圳)有限公司 Database script management method, device, computer equipment and storage medium
CN109445837A (en) * 2018-09-03 2019-03-08 中国平安人寿保险股份有限公司 A kind of dissemination method and equipment of application program
CN109542774A (en) * 2018-11-02 2019-03-29 平安医疗健康管理股份有限公司 Script code format batch detector methods, device, terminal and readable storage medium storing program for executing

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105306434A (en) * 2015-09-11 2016-02-03 北京金山安全软件有限公司 Program file checking method and device, server and terminal
CN108256353A (en) * 2018-01-11 2018-07-06 武汉斗鱼网络科技有限公司 A kind of data integrity verifying method, apparatus and client
CN108549826A (en) * 2018-03-30 2018-09-18 努比亚技术有限公司 Method of calibration, terminal, server and the readable storage medium storing program for executing of application program
CN108600376A (en) * 2018-04-27 2018-09-28 深圳市信锐网科技术有限公司 Data transmission method, device, LoRa gateways, system based on LoRa and storage medium
CN108733385A (en) * 2018-05-17 2018-11-02 广东小天才科技有限公司 Application program installation method, device, equipment and storage medium
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium
CN109445837A (en) * 2018-09-03 2019-03-08 中国平安人寿保险股份有限公司 A kind of dissemination method and equipment of application program
CN109308285A (en) * 2018-10-11 2019-02-05 平安科技(深圳)有限公司 Database script management method, device, computer equipment and storage medium
CN109542774A (en) * 2018-11-02 2019-03-29 平安医疗健康管理股份有限公司 Script code format batch detector methods, device, terminal and readable storage medium storing program for executing

Also Published As

Publication number Publication date
CN110750444B (en) 2024-05-10

Similar Documents

Publication Publication Date Title
CN109814524B (en) Vehicle diagnosis method, device and system
WO2018000607A1 (en) Method and electronic apparatus for identifying test case failure causes
CN108196878A (en) Generation method, device, electronic equipment and the storage medium of application program installation kit
WO2020124960A1 (en) Data storage detection method and apparatus, and storage medium and electronic apparatus
CN110851539A (en) Metadata verification method and device, readable storage medium and electronic equipment
CN107861832B (en) Data verification method and device and readable storage medium
US11972367B2 (en) Pattern recognition to detect erroneous data
CN109002305B (en) Method and system for updating equipment program
CN112100070A (en) Version defect detection method and device, server and storage medium
CN110569058A (en) System upgrading method, device, terminal and computer readable storage medium
CN110737548A (en) Data request method and server
CN110750444B (en) Application program handover method, apparatus, computer device and storage medium
CN111338869B (en) Configuration parameter management method, device, equipment and storage medium
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
KR101252358B1 (en) Apparatus and method for testing plc command
CN112256672A (en) Database change approval method and device
US10740218B2 (en) Method and device for determining usage log
US20160267172A1 (en) Constraint free model
CN110704307A (en) Application product testing method and device, user equipment and computer storage medium
CN114564336A (en) Data consistency checking method, device, equipment and storage medium
CN114721943A (en) Method and device for determining test range
CN114490294A (en) System performance testing method and device of application software and computing equipment
CN114172894A (en) Data transmission method and device, server and computer equipment
CN112433783A (en) Configuration method and related equipment
TWI238330B (en) Method for updating a memory of a target device with at least a subunit of operational code using a computer

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