CN114095037B - Application program updating method, updating data compression method, device and equipment - Google Patents
Application program updating method, updating data compression method, device and equipment Download PDFInfo
- Publication number
- CN114095037B CN114095037B CN202210046342.1A CN202210046342A CN114095037B CN 114095037 B CN114095037 B CN 114095037B CN 202210046342 A CN202210046342 A CN 202210046342A CN 114095037 B CN114095037 B CN 114095037B
- Authority
- CN
- China
- Prior art keywords
- sequence
- data
- decompressed
- mapping table
- compressed
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
- H03M7/42—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory
- H03M7/425—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory for the decoding process only
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
- H03M7/42—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Stored Programmes (AREA)
Abstract
The application provides an updating method of an application program, a compression method of updated data, a device and equipment, and belongs to the technical field of software updating. The method comprises the following steps: receiving an update package of an application program sent by server side equipment, wherein the update package comprises: huffman coding the compressed updated data; performing Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data; the application is updated based on the decompressed data. The data transmission method and device can be used for transmitting data after compression, and therefore efficiency and safety of data transmission are improved.
Description
Technical Field
The present application relates to the field of software updating technologies, and in particular, to an update method for an application program, and a compression method, apparatus, and device for update data.
Background
In the process of using remote electronic devices (such as charging cables, earphones and the like), in order to meet actual working requirements, updating processing is generally required to be performed on application programs preset in the electronic devices.
In the prior art, a server device generally transmits corresponding data based on an encrypted data manner, so as to update an application program.
However, the amount of data is usually huge for encrypted data, which results in a large transmission space during transmission, and therefore, a large amount of time is consumed for updating, and the efficiency of updating and transmitting is low.
Disclosure of Invention
The application aims to provide an updating method of an application program, a compression method of updated data, a device and equipment, which can be used for transmitting based on compressed data, so that the efficiency and the safety of data transmission are improved.
The embodiment of the application is realized as follows:
in one aspect of the embodiments of the present application, a method for updating an application program is provided, where the method is applied to a working device, the working device is in communication connection with a server device, and the working device is installed with the application program, and the method includes:
receiving an update package of an application program sent by server-side equipment, wherein the update package comprises: huffman coding the compressed updated data;
performing Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
the application is updated based on the decompressed data.
Optionally, the target encoding mapping table includes: the compressed sequences are all preset lengths;
performing Huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data, wherein the method comprises the following steps:
sequentially reading at least one actual sequence with a preset length from the update data;
determining a sequence which can be decompressed and a sequence which can not be decompressed in at least one actual sequence based on the target coding mapping table;
decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence.
Optionally, determining a sequence that is not decompressable and a sequence that is decompressible in the at least one actual sequence based on the target encoding mapping table comprises:
if the first actual sequence is the same as any compressed sequence in the target coding mapping table, determining that the first actual sequence is a sequence capable of being decompressed;
if the first actual sequence is different from each compressed sequence in the target coding mapping table, determining the first actual sequence as a non-compressible sequence;
wherein the first actual sequence is any one of the at least one actual sequence.
Optionally, decompressing each sequence that can be decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence that can be decompressed, and obtaining decompressed data according to the actual decompressed sequence and the sequence that cannot be decompressed corresponding to each sequence that can be decompressed, including:
determining decompressed sequences corresponding to the decompressed sequences according to the mapping relation between the compressed sequences and the decompressed sequences in the target coding mapping table;
and splicing the uncompressible sequence and the decompressed sequence in the updated data to obtain decompressed data.
Optionally, the update package further includes: updating the identification information of the coding mapping table corresponding to the data;
and performing Huffman coding decompression on the updated data based on the target coding mapping table, wherein before the decompressed data is obtained, the method further comprises the following steps:
determining whether the identification information of the coding mapping table corresponding to the updating data is matched with a coding mapping table stored on working equipment in advance;
if yes, determining the code mapping table stored in the working equipment in advance as a target code mapping table.
Optionally, after determining whether the identification information of the coding mapping table corresponding to the update data matches with a coding mapping table stored in advance on the working device, the method further includes:
if not, sending a coding mapping table acquisition request to the server-side equipment;
and receiving a target coding mapping table sent by the server-side equipment.
In another aspect of the embodiments of the present application, a compression method for update data is provided, where the method is applied to a server device, and the server device is in communication connection with a working device, and the method includes:
performing Huffman coding compression on original updating data of an application program based on a target coding mapping table to obtain compressed updating data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
and sending the compressed update data to the working equipment so that the application program installed in the working equipment is updated after the working equipment decompresses the compressed update data.
In another aspect of the embodiments of the present application, an application program updating apparatus is provided, where the apparatus is applied to a working device, the working device is in communication connection with a server device, and an application program is installed in the working device, and the apparatus includes: the device comprises a receiving module, a decompressing module and an updating module;
the receiving module is used for receiving an update package of the application program sent by the server-side equipment, wherein the update package comprises: huffman coding the compressed updated data;
the decompression module is used for carrying out Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, and the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
and the updating module is used for updating the application program based on the decompressed data.
Optionally, the target encoding mapping table includes: the compressed sequences are all preset lengths; the decompression module is specifically used for reading at least one actual sequence with a preset length from the updated data in sequence; determining a sequence which can be decompressed and a sequence which can not be decompressed in at least one actual sequence based on the target coding mapping table; decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence.
Optionally, the decompression module is specifically configured to determine that the first actual sequence is a sequence that can be decompressed if the first actual sequence is the same as any one of the compressed sequences in the target encoding mapping table; if the first actual sequence is different from each compressed sequence in the target coding mapping table, determining the first actual sequence as a non-compressible sequence; wherein the first actual sequence is any one of the at least one actual sequence.
Optionally, the decompression module is specifically configured to determine a decompressed sequence corresponding to each decompressible sequence according to a mapping relationship between the compressed sequence and the decompressed sequence in the target coding mapping table; and splicing the uncompressible sequence and the decompressed sequence in the updated data to obtain decompressed data.
Optionally, the update package further includes: updating the identification information of the coding mapping table corresponding to the data; the updating module is also used for determining whether the identification information of the coding mapping table corresponding to the updating data is matched with a coding mapping table stored in advance on the working equipment; if yes, determining the code mapping table stored in the working equipment in advance as a target code mapping table.
Optionally, the updating module is further configured to send a request for obtaining the coding mapping table to the server device if the request is not received; and receiving a target coding mapping table sent by the server-side equipment.
In another aspect of the embodiments of the present application, a compression apparatus for updating data is provided, where the apparatus is applied to a server device, and the server device is in communication connection with a working device, and the apparatus includes: the device comprises a compression module and a sending module;
the compression module is used for carrying out Huffman coding compression on original updating data of the application program based on a target coding mapping table to obtain compressed updating data, and the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
and the sending module is used for sending the compressed update data to the working equipment so that the working equipment decompresses the compressed update data and updates the application program installed in the working equipment.
Optionally, the sending module is further configured to receive an encoding mapping table obtaining request sent by the working device; and sending the target coding mapping table to the working equipment according to the coding mapping table acquisition request.
In another aspect of the embodiments of the present application, there is provided a computer device, including: the device comprises a memory and a processor, wherein a computer program capable of running on the processor is stored in the memory, and when the processor executes the computer program, the steps of the updating method of the application program and/or the compression method of the updated data are realized.
In another aspect of the embodiments of the present application, a computer-readable storage medium is provided, where the storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements the steps of the update method of the application program and/or the compression method of the update data.
The beneficial effects of the embodiment of the application include:
in the application program updating method, the update data compression device, and the application program updating device provided in the embodiments of the present application, an update packet of an application program sent by a server device may be received, where the update packet includes: the compressed updated data is Huffman coded; performing Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data; the application is updated based on the decompressed data. The updated data can be decompressed through the target coding mapping table, so that decompressed data can be obtained, and the efficiency in the data transmission process can be improved; and moreover, the mode of Huffman coding decompression is adopted, so that the risk is relatively low, the safety of data transmission can be improved, and data leakage is avoided.
Drawings
To more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a scene schematic diagram of an actual working scene provided in an embodiment of the present application;
fig. 2 is a first flowchart illustrating an update method of an application according to an embodiment of the present application;
fig. 3 is a second flowchart illustrating an application program updating method according to an embodiment of the present disclosure;
fig. 4 is a third flowchart illustrating an update method of an application according to an embodiment of the present application;
fig. 5 is a fourth flowchart illustrating an update method of an application according to an embodiment of the present application;
fig. 6 is a first flowchart illustrating a compression method for update data according to an embodiment of the present application;
fig. 7 is a second flowchart illustrating a compression method for update data according to an embodiment of the present application;
fig. 8 is a schematic flowchart of information transmission between a working device and a server device according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of an apparatus for updating an application according to an embodiment of the present application;
FIG. 10 is a schematic structural diagram of an update data compression apparatus according to an embodiment of the present application;
fig. 11 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined or explained in subsequent figures.
In the description of the present application, it is noted that the terms "first", "second", "third", and the like are used merely for distinguishing between descriptions and are not intended to indicate or imply relative importance.
It should be noted that, for a remote electronic device (e.g., a charging cable), a functional scheme for remotely upgrading the device is required to be provided in order to meet the diversified market demands of the internet of things such as consumer electronics, industrial networking, mobile, etc., and the reasons for the functional defects and new functions of the device.
In the prior art, in the process of upgrading the device, the commonly used modes are encryption or chip and the like, which can increase the burden of data transmission for only upgrading the functional performance, and the data security problem exists if encryption is not performed.
When the current equipment is upgraded remotely, the security problem is solved mostly in a plaintext mode or by adding a cryptographic algorithm and a chip, but the equipment cost is increased. The cost of time becomes particularly acute when large volumes of equipment require upgrades to software versions. In order to solve the problem, a weakened compression method is used, and a small amount of equipment resources are matched to improve the product upgrading function so as to meet the performance requirement in the aspect of upgrading.
In order to solve the technical problems in the prior art, the present application provides an update method of an application program, and the following explains each device included in an actual application scenario in the embodiment of the present application and a connection relationship between each device.
Fig. 1 is a scene schematic diagram of an actual working scene provided in an embodiment of the present application, please refer to fig. 1, where the scene may include: working equipment 110, server side equipment 120; wherein, the working device 110 is connected with the server device 120 in a communication way.
The working device 110 may specifically be an electronic device working at a remote end, for example: work chip on the charging wire, work chip in the earphone etc. these electronic equipment are at the in-process that uses, can lead to its application of installing to need carry out corresponding renewal because of external factors usually to work chip on the charging wire is for example, after the working system upgrade of the consumer that the charging wire corresponds, in order to continue to satisfy the work demand to consumer, also corresponding upgrading in order to realize the adaptation to the work chip in the charging wire usually.
The server device 120 may specifically be the above-mentioned electricity-consuming device or may also be an electronic device specifically used for updating the working device 110, and is not limited herein, and may be, for example, a computer, a notebook computer, a mobile phone, and the like.
The server device 120 may be connected to the working device 110 by a wired connection line, or may be connected wirelessly, and in this embodiment, the wired connection is taken as an example for explanation.
The application configured in the working device 110 may specifically be a program for implementing the working thereof, for example: if the work device 110 is charging a work chip in a line, the application may be an application for authenticating a charging protocol.
The following explains a specific implementation process of the application program updating method provided in the embodiment of the present application based on the above actual working scenario.
Fig. 2 is a first flowchart illustrating an update method of an application according to an embodiment of the present application, please refer to fig. 2, where the method includes:
s210: and receiving an update package of the application program sent by the server-side equipment.
Wherein, the update package includes: the compressed update data is huffman coded.
Optionally, the execution subject of the method may be the above-mentioned working device, and the working device may receive an update package of the application program sent by the server device, where specifically, the reception of the update package of the application program may be implemented based on a wired communication connection manner (for example, a data line).
The update package of the application program may specifically be a data package for updating and upgrading the application program in the working device, and the data package may be compressed update data based on huffman coding.
Optionally, the compressed update data based on huffman coding may be a coding sequence with a preset length, and may specifically be a binary sequence or other types of sequences, which is not limited herein.
The huffman coding may be a coding scheme for replacing a longer data segment frequently appearing in a segment of data with a shorter data segment, and specifically, when applied to this application, may be a coding scheme for replacing a longer coding sequence with a shorter coding sequence, for example: a binary code sequence of 6 bits length is replaced with a binary code sequence of 3 bits length.
The Huffman coding uses a variable length coding table to code a source symbol (such as a letter in a file), wherein the variable length coding table is obtained by a method for evaluating the occurrence probability of the source symbol, letters with high occurrence probability use shorter codes, and conversely letters with low occurrence probability use longer codes, so that the average length and the expected value of a character string after coding are reduced, and the purpose of lossless data compression is achieved.
S220: and carrying out Huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data.
The target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data.
Alternatively, the target encoding mapping table may be a table stored in the memory of the working device in advance, and may specifically be a data dictionary, which is used for characterizing the mapping relationship between the compressed data and the decompressed data.
It should be noted that the working device may perform huffman coding decompression on the update data based on the target coding mapping table, so as to obtain decompressed data, where the decompressed data is the original update data before being compressed.
Optionally, in the process of generating the encoding mapping table, data strings with higher frequency in the data may be extracted according to a certain rule to form a data dictionary; original data are coded according to the data dictionary to obtain coded data so as to achieve the purpose of compression; and restoring the encoded data according to the data dictionary to obtain the original data. That is, the encoding mapping table can be applied to both the compression process and the decompression process.
S230: the application is updated based on the decompressed data.
Optionally, the decompressed data is original update data, and the original update data may be a manner of expanding or adding functions to an application program in the working device to implement the update, or the like. Or directly replacing the original application program, and using the original updating data as the updated application program, thereby realizing the updating of the application program in the working equipment.
In an update method of an application provided in an embodiment of the present application, an update package of the application sent by a server device may be received, where the update package includes: huffman coding the compressed updated data; performing Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data; the application is updated based on the decompressed data. The updated data can be decompressed through the target coding mapping table, so that decompressed data can be obtained, and the efficiency in the data transmission process can be improved; and moreover, the mode of Huffman coding decompression is adopted, so that the risk is relatively low, the safety of data transmission can be improved, and data leakage is avoided.
Another specific implementation procedure of the application program update method provided in the embodiment of the present application is explained below.
Fig. 3 is a flowchart illustrating a second method for updating an application according to an embodiment of the present application, referring to fig. 3, where a target code mapping table includes: the compressed sequences are all preset lengths; performing Huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data, wherein the method comprises the following steps:
s310: at least one actual sequence having a preset length is sequentially read from the update data.
Optionally, the update data may specifically be a coded sequence with a certain length, and may be read according to the preset length, so as to sequentially obtain a plurality of actual sequences, for example: if the update data is a 300-bit code sequence with a predetermined length of 3 bits, i.e. every 3 bits is used as an actual sequence, 100 actual sequences may be included.
S320: a sequence that is both decompressible and non-decompressible of the at least one actual sequence is determined based on the target encoding map.
Optionally, the target encoding mapping table may specifically include: the compressed sequence comprises at least one compressed sequence and decompressed sequences corresponding to the compressed sequences, wherein the number of bits of the compressed sequences can be equal to the preset length, and the number of bits of the decompressed sequences corresponding to the compressed sequences is the number of bits corresponding to the original updating data.
For example, continuing with the above example as an example, if every 6 bits in the original update data are compressed as a sub-sequence (e.g., 101001), so as to obtain a compressed sequence (e.g., 100) with 3 bits, a mapping relationship between the two sequences may be recorded in the target encoding mapping table, that is, "100" in the compressed sequence indicates "101001" in the decompressed sequence (i.e., the corresponding sequence in the original update data).
Optionally, a plurality of mapping relationships may be recorded in the target coding mapping table, and a plurality of actual sequences may be obtained based on the reading manner of S310.
After the actual sequences are determined in sequence, it may be determined from the target encoding mapping table whether each actual sequence has a corresponding decompressed sequence in the target encoding mapping table, if so, the actual sequence may be determined to be a decompressible sequence, and correspondingly, if not, the actual sequence may be determined to be a non-decompressible sequence.
The specific process may be that, if the first actual sequence is the same as any compressed sequence in the target encoding mapping table, the first actual sequence is determined to be a sequence that can be decompressed; if the first actual sequence is different from each compressed sequence in the target coding mapping table, determining the first actual sequence as an uncompressible sequence; wherein the first actual sequence is any one of the at least one actual sequence.
The target code mapping table can be as shown in the following table 1:
TABLE 1
Compressed sequence | Post-decompression sequence |
100 | 101001 |
111 | 110110 |
… | … |
As shown in table 1 above, the target encoding mapping table may be a mapping relationship between a plurality of compressed sequences and their corresponding decompressed sequences.
It should be noted that the table 1 shown above is only an example, and the mapping relationship of the target code mapping table may be set according to actual requirements in an actual working process, and is not limited thereto.
S330: decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence.
Optionally, after determining the decompressible sequence and the non-decompressible sequence, the corresponding decompression may be performed on the decompressible data to obtain an actual decompressed sequence, and continuing to take the above example as an example, if the decompressible sequence is "100", the corresponding actual decompressed sequence is "101001".
After each piece of the decompressible data is sequentially decompressed, all actual decompressed sequences can be obtained, and then the decompressed data can be obtained according to the actual decompressed sequences and the non-decompressed sequences.
Next, a further specific implementation procedure of the application program update method provided in the embodiment of the present application will be explained.
Fig. 4 is a third flowchart of a method for updating an application program according to an embodiment of the present application, please refer to fig. 4, where decompressing each sequence based on a target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence, and obtaining decompressed data according to the actual decompressed sequence and an uncompressible sequence corresponding to each sequence, the method includes:
s410: and determining the decompressed sequences corresponding to the decompressed sequences according to the mapping relation between the compressed sequences and the decompressed sequences in the target coding mapping table.
Optionally, the actual decompressed sequence corresponding to each decompressible sequence may be determined in sequence according to the mapping relationship in the target coding mapping table, where the actual decompressed sequence is the decompressed sequence corresponding to each of the above decompressible sequences.
S420: and splicing the non-uncompressible sequence and the decompressed sequence in the updated data to obtain decompressed data.
Optionally, after obtaining the decompressed sequence, all the non-decompressed sequences and the decompressed sequence (actual decompressed sequence) may be spliced according to the original order, and the result obtained by splicing is the decompressed data.
For example, the update data is "100010", where "100" is a sequence that can be decompressed, and "010" is a sequence that cannot be decompressed, then "100" may be decompressed first to obtain "101001", and then "101001" and the sequence that cannot be decompressed "010" are spliced together according to the original sequence, so as to obtain "101001010", which is the decompressed data.
The above-mentioned splicing between two sequences is only taken as an example, in the actual splicing, splicing of a plurality of sequences can be involved, and the splicing principle and process are the same as the above-mentioned process, and are not repeated herein.
The following explains still another specific implementation procedure of the application program update method provided in the embodiment of the present application.
Fig. 5 is a fourth flowchart illustrating an update method of an application according to an embodiment of the present application, referring to fig. 5, an update package further includes: updating the identification information of the coding mapping table corresponding to the data; before performing huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data, the method further comprises:
s510: and determining whether the identification information of the coding mapping table corresponding to the updating data is matched with a coding mapping table stored on the working equipment in advance.
Optionally, the identification information of the coding mapping table corresponding to the update data may be specifically used to identify a preset number of bits in the coding mapping table and a corresponding mapping rule, and the like.
After the working device receives the update data, it may be determined whether the identification information of the code mapping table corresponding to the update data matches a code mapping table stored in advance on the working device.
It should be noted that the memory of the working device may include four storage areas, where a first storage area may be used to store the application program, a second storage area may be used to store the update data, and a third storage area and a fourth storage area may be used to store the encoding mapping table, where the third storage area may store the encoding mapping table pre-configured in the working device, that is, the encoding mapping table pre-stored in the working device; the fourth storage area may store an encoding mapping table actually performing the above decoding work.
The memory area can be stored in a flash memory, and the memory is an erasable memory and can be updated and replaced.
Optionally, it may be determined whether the coding mapping table stored in advance on the working device is matched based on the identification information, specifically, it may be determined whether the identification information is consistent with the identification information of the coding mapping table stored in advance on the working device, if so, it may be determined to be matched, and if not, it may be determined to be unmatched.
If yes, S520: and determining the coding mapping table stored in advance on the working equipment as a target coding mapping table.
Alternatively, if matching is determined, the coding mapping table stored in advance on the working device may be determined as the target coding mapping table. That is, the encoding mapping tables stored in the third storage area and the fourth storage area are the same.
If not, S530: and sending an encoding mapping table acquisition request to the server-side equipment.
S540: and receiving a target coding mapping table sent by the server side equipment.
Optionally, if the target coding mapping table is different from the target coding mapping table, the server device may send a coding mapping table obtaining request to the server device, the server device may send the coding mapping table used when compressing the update data to the working device, and after receiving the target coding mapping table, the working device may store the coding mapping table in a fourth storage area to perform corresponding decoding work.
The following explains a specific implementation process of the compression method for providing update data according to the embodiment of the present application based on the above actual working scenario.
Fig. 6 is a first flowchart illustrating a compression method for update data according to an embodiment of the present application, please refer to fig. 6, where the method includes:
s610: and performing Huffman coding compression on the original updating data of the application program based on the target coding mapping table to obtain compressed updating data.
The target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data.
Before the method is executed, the related information of the working equipment can be obtained, and then the target coding mapping table is generated according to the related information of the working equipment.
Optionally, the main execution body of the method may be the server device, and the server device may start to compress the original update data according to an instruction generated by a human operation or a preset instruction for automatic update, and the specific compression manner is similar to the foregoing decompression manner, and may compress the coding sequence with a preset number of bits into a coding sequence with a shorter number of bits according to a preset target coding mapping table.
It should be noted that the decompressed data is also original updated data, and is not limited herein.
In the specific execution process of the method, a corresponding sequence which can be compressed can be found from a target coding mapping table, and the sequence which can be compressed is compressed according to the mapping relation in the coding mapping table, so that the compressed update data is obtained.
It should be noted that, for the convenience of transmission and identification after decompression, the number of bits of the original update data may be set to the number of bits of each compressible sequence or a multiple of the compressible sequence, for example: if the 6 bits are compressed into 3 bits, the bit number of the original update data can be set to be 6 or a multiple of 3, if the bit number is insufficient, the bit can be compensated for the vacant bit, and in the process of decompressing the subsequent working equipment, the data compensated for the bit can be directly deleted.
For example, in the process of generating the target encoding mapping table, the data field division of each 100 bit sequence can be performed on the sequence; extracting a data dictionary from each data domain; converting each data domain and arranging the data domains in sequence according to the difference of the data dictionaries (comparing the data domains with the data dictionaries stored by equipment needing to be upgraded); extracting a difference part of the data dictionary of each data area; according to the steps, several upgrading schemes (namely, a plurality of target coding mapping tables are generated, and one of the target coding mapping tables is selected to be compressed and decompressed when the target coding mapping tables are used) are generated for every 150 bits or 200 bits and the like in the sequence.
S620: and sending the compressed update data to the working equipment so that the application program installed in the working equipment is updated after the working equipment decompresses the compressed update data.
Optionally, after compressing the original update data, the compressed update data may be sent to the working device, so that the working device executes the specific implementation steps of S210 to S230.
In the compression method for the update data provided by the embodiment of the application, original update data of an application program can be subjected to Huffman coding compression based on a target coding mapping table to obtain compressed update data; and sending the compressed update data to the working equipment so that the application program installed in the working equipment is updated after the working equipment decompresses the compressed update data. The updated data can be decompressed through the target coding mapping table, so that decompressed data can be obtained, and the efficiency in the data transmission process can be improved; and moreover, the mode of Huffman coding decompression is adopted, so that the risk is relatively low, the safety of data transmission can be improved, and data leakage is avoided.
Another specific implementation of the compression method for providing update data according to the embodiment of the present application will be explained below.
Fig. 7 is a second flowchart illustrating a compression method for update data according to an embodiment of the present application, referring to fig. 7, the method further includes:
s710: and receiving an encoding mapping table acquisition request sent by the working equipment.
S720: and sending the target coding mapping table to the working equipment according to the coding mapping table acquisition request.
Optionally, the specific implementation process of S710 to S720 is specifically explained in the foregoing S530 to S540, and is not repeated herein.
The following explains a specific implementation procedure of the application program update method and the update data compression method provided in the embodiment of the present application based on the connection relationship between the working device and the server device provided in the present application.
Fig. 8 is a schematic flowchart of information transmission between a working device and a server device according to an embodiment of the present application, please refer to fig. 8, where the method includes:
s810: and the server-side equipment performs Huffman coding compression on the original updating data of the application program based on the target coding mapping table to obtain the compressed updating data.
S820: and the server-side equipment sends the compressed update data to the working equipment.
S830: and the working equipment performs Huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data.
S840: the working device updates the application based on the decompressed data.
Optionally, the implementation of the above method is already explained in the foregoing S210-S230 and S610-S620, and is not repeated here.
The following describes apparatuses, devices, and storage media corresponding to the update method for executing the application program and the compression method for updating data provided by the present application, and specific implementation procedures and technical effects thereof are referred to above, and will not be described again below.
Fig. 9 is a schematic structural diagram of an application program updating apparatus according to an embodiment of the present application, and please refer to fig. 9, where the apparatus is applied to a working device, the working device is in communication connection with a server device, and an application program is installed in the working device, and the apparatus includes: a receiving module 210, a decompressing module 220, and an updating module 230;
a receiving module 210, configured to receive an update package of an application program sent by a server device, where the update package includes: huffman coding the compressed updated data;
the decompression module 220 is configured to perform huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, where the target coding mapping table is used to record a mapping relationship between the compressed data and the decompressed data;
and an update module 230 for updating the application based on the decompressed data.
Optionally, the target encoding mapping table includes: at least one compressed sequence and a decompressed sequence corresponding to each compressed sequence, wherein the length of each compressed sequence is a preset length; a decompression module 220, specifically configured to read at least one actual sequence with a preset length from the update data in sequence; determining a sequence which can be decompressed and a sequence which can not be decompressed in at least one actual sequence based on the target coding mapping table; decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence.
Optionally, the decompressing module 220 is specifically configured to determine that the first actual sequence is a sequence that can be decompressed if the first actual sequence is the same as any one of the compressed sequences in the target encoding mapping table; if the first actual sequence is different from each compressed sequence in the target coding mapping table, determining the first actual sequence as a non-compressible sequence; wherein the first actual sequence is any one of the at least one actual sequence.
Optionally, the decompression module 220 is specifically configured to determine a decompressed sequence corresponding to each decompressible sequence according to a mapping relationship between the compressed sequence and the decompressed sequence in the target coding mapping table; and splicing the non-uncompressible sequence and the decompressed sequence in the updated data to obtain decompressed data.
Optionally, the update package further includes: updating the identification information of the coding mapping table corresponding to the data; the updating module 230 is further configured to determine whether the identification information of the coding mapping table corresponding to the updated data matches a coding mapping table stored in advance on the working device; if yes, determining the coding mapping table stored in advance on the working equipment as a target coding mapping table.
Optionally, the updating module 230 is further configured to send a request for obtaining the coding mapping table to the server device if the request is not received; and receiving a target coding mapping table sent by the server-side equipment.
Fig. 10 is a schematic structural diagram of an update data compression apparatus according to an embodiment of the present application, please refer to fig. 10, which provides an update data compression apparatus, the apparatus is applied to a server device, the server device is in communication connection with a working device, and the apparatus includes: a compression module 310 and a transmission module 320;
the compression module 310 is configured to perform huffman coding compression on original update data of the application program based on a target coding mapping table to obtain compressed update data, where the target coding mapping table is used to record a mapping relationship between the compressed data and decompressed data;
the sending module 320 is configured to send the compressed update data to the working device, so that the working device decompresses the compressed update data and updates the application installed in the working device.
Optionally, the sending module 320 is further configured to receive an encoding mapping table obtaining request sent by the working device; and sending the target coding mapping table to the working equipment according to the coding mapping table acquisition request.
The above-mentioned apparatus is used for executing the method provided by the foregoing embodiment, and the implementation principle and technical effect are similar, which are not described herein again.
The above modules may be one or more integrated circuits configured to implement the above methods, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors, or one or more Field Programmable Gate Arrays (FPGAs), etc. For another example, when one of the above modules is implemented in the form of a Processing element scheduler code, the Processing element may be a general-purpose processor, such as a Central Processing Unit (CPU) or other processor capable of calling program code. For another example, these modules may be integrated together and implemented in the form of a system-on-a-chip (SOC).
Fig. 11 is a schematic structural diagram of a computer device according to an embodiment of the present application, please refer to fig. 11, where the computer device includes: the memory 410 and the processor 420, wherein the memory 410 stores a computer program operable on the processor 420, and the processor 420 executes the computer program to implement the steps of the update method of the application program and/or the compression method of the update data.
Optionally, the computer device may specifically be a working device or a server device, and when the computer device is a working device, the computer device is configured to execute the update method of the application program; when the server side equipment is used, the compression method for the update data is used for executing.
In another aspect of the embodiments of the present application, a computer-readable storage medium is further provided, where the storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements the steps of the update method of the application program and/or the compression method of the update data.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or 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 be in an electrical, mechanical or other form.
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.
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, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer-readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (in english: processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application.
Claims (9)
1. The method for updating the application program is applied to a working device, the working device is in communication connection with a server device, the application program is installed in the working device, the working device is a working chip of a charging line, and the application program is an application program for authenticating a charging protocol, and the method comprises the following steps:
receiving an update package of the application program sent by the server-side equipment, wherein the update package comprises: huffman coding the compressed updated data;
performing Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, wherein the target coding mapping table is used for recording the mapping relation between compressed data and the decompressed data;
updating the application based on the decompressed data;
the target coding mapping table comprises: at least one compressed sequence and a decompressed sequence corresponding to each compressed sequence, wherein the length of each compressed sequence is a preset length;
the performing huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data includes:
sequentially reading at least one actual sequence with the preset length from the updating data;
determining a sequence that can be decompressed and a sequence that cannot be decompressed in the at least one actual sequence based on the target encoding mapping table;
decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence;
in the process of generating the target code mapping table, the method comprises the following steps:
extracting a data dictionary from each data domain;
converting each data domain and arranging the data domains in sequence according to the difference of the data dictionaries;
the difference part extraction is performed for the data dictionary for each data field.
2. The method of claim 1, wherein the determining a sequence that is both decompressible and non-decompressible of the at least one actual sequence based on the target encoding map comprises:
if the first actual sequence is the same as any compressed sequence in the target coding mapping table, determining that the first actual sequence is a sequence capable of being decompressed;
if the first actual sequence is not the same as each compressed sequence in the target coding mapping table, determining that the first actual sequence is an uncompressible sequence;
wherein the first actual sequence is any one of the at least one actual sequence.
3. The method according to claim 1, wherein the decompressing each sequence based on the target code mapping table to obtain an actual decompressed sequence corresponding to each sequence, and obtaining the decompressed data according to the actual decompressed sequence corresponding to each sequence and the non-decompressed sequence comprises:
determining decompressed sequences corresponding to the decompressible sequences according to the mapping relation between the compressed sequences and the decompressed sequences in the target coding mapping table;
and splicing the non-uncompressible sequence in the updated data and the decompressed sequence to obtain the decompressed data.
4. The method of any of claims 1-3, wherein the update package further comprises: identification information of a coding mapping table corresponding to the updating data;
before performing huffman coding decompression on the updated data based on the target coding mapping table to obtain decompressed data, the method further includes:
determining whether the identification information of the coding mapping table corresponding to the updating data is matched with a coding mapping table stored in the working equipment in advance;
if yes, determining the coding mapping table stored in the working equipment in advance as a target coding mapping table.
5. The method as claimed in claim 4, wherein after determining whether the identification information of the code mapping table corresponding to the update data matches with a code mapping table stored in advance on the working device, the method further comprises:
if not, sending a coding mapping table acquisition request to the server-side equipment;
and receiving a target coding mapping table sent by the server side equipment.
6. The compression method for the updated data is characterized in that the method is applied to a server device, the server device is in communication connection with a working device, an application program is installed in the working device, the working device is a working chip of a charging line, and the application program is an application program for authenticating a charging protocol, and the method comprises the following steps:
performing Huffman coding compression on original updating data of an application program based on a target coding mapping table to obtain compressed updating data, wherein the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
sending the compressed update data to the working equipment, so that the application program installed in the working equipment is updated after the working equipment decompresses the compressed update data;
the target coding mapping table comprises: the sequence compression method comprises the following steps that at least one compressed sequence and decompressed sequences corresponding to the compressed sequences are obtained, and the length of each compressed sequence is a preset length; the decompression data is at least one actual sequence with the preset length which is read from the updating data in sequence; determining a sequence that can be decompressed and a sequence that cannot be decompressed in the at least one actual sequence based on the target encoding mapping table; decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence;
in the process of generating the target code mapping table, the method comprises the following steps:
extracting a data dictionary from each data domain;
converting each data domain and arranging the data domains in sequence according to the difference of the data dictionaries;
the difference part extraction is performed for the data dictionary of each data domain.
7. The utility model provides an update device of application program, its characterized in that, the device is applied to the working equipment, working equipment and server side equipment communication connection, install the application program in the working equipment, the working equipment is the work chip of charging wire, the application program is the application program that is used for the authentication of charging protocol, the device includes: the device comprises a receiving module, a decompressing module and an updating module;
the receiving module is configured to receive an update package of the application program sent by the server device, where the update package includes: huffman coding the compressed updated data;
the decompression module is used for carrying out Huffman coding decompression on the updated data based on a target coding mapping table to obtain decompressed data, and the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
the updating module is used for updating the application program based on the decompressed data;
the target coding mapping table comprises: the sequence compression method comprises the following steps that at least one compressed sequence and decompressed sequences corresponding to the compressed sequences are obtained, and the length of each compressed sequence is a preset length; the decompression module is specifically configured to read at least one actual sequence with the preset length from the update data in sequence; determining a sequence that can be decompressed and a sequence that cannot be decompressed in the at least one actual sequence based on the target encoding mapping table; decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining decompressed data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence;
in the process of generating the target coding mapping table, the method specifically includes:
extracting a data dictionary from each data domain;
converting each data domain and arranging the data domains in sequence according to the difference of the data dictionaries;
the difference part extraction is performed for the data dictionary of each data domain.
8. The utility model provides a compression device of update data, its characterized in that, the device is applied to server equipment, server equipment and working equipment communication connection, install application in the working equipment, the working equipment is the work chip of charging wire, application is the application that is used for the authentication of charging protocol, the device includes: the device comprises a compression module and a sending module;
the compression module is used for carrying out Huffman coding compression on original updating data of an application program based on a target coding mapping table to obtain compressed updating data, and the target coding mapping table is used for recording the mapping relation between the compressed data and the decompressed data;
the sending module is configured to send the compressed update data to the working device, so that the working device decompresses the compressed update data and updates the application installed in the working device;
the target coding mapping table comprises: the sequence compression method comprises the following steps that at least one compressed sequence and decompressed sequences corresponding to the compressed sequences are obtained, and the length of each compressed sequence is a preset length; the decompression data is at least one actual sequence with the preset length which is read from the updating data in sequence; determining a sequence that can be decompressed and a sequence that cannot be decompressed in the at least one actual sequence based on the target encoding mapping table; decompressing each sequence capable of being decompressed based on the target coding mapping table to obtain an actual decompressed sequence corresponding to each sequence capable of being decompressed, and obtaining data according to the actual decompressed sequence corresponding to each sequence capable of being decompressed and the non-decompressed sequence;
in the process of generating the target coding mapping table, the method specifically includes:
extracting a data dictionary from each data domain;
converting each data domain and arranging in sequence according to the difference of the data dictionary;
the difference part extraction is performed for the data dictionary for each data field.
9. A computer device, comprising: memory in which a computer program is stored which is executable on the processor, and a processor which, when executing the computer program, carries out the steps of the method according to any one of the preceding claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210046342.1A CN114095037B (en) | 2022-01-17 | 2022-01-17 | Application program updating method, updating data compression method, device and equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210046342.1A CN114095037B (en) | 2022-01-17 | 2022-01-17 | Application program updating method, updating data compression method, device and equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114095037A CN114095037A (en) | 2022-02-25 |
CN114095037B true CN114095037B (en) | 2022-10-04 |
Family
ID=80308818
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210046342.1A Active CN114095037B (en) | 2022-01-17 | 2022-01-17 | Application program updating method, updating data compression method, device and equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114095037B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116775365B (en) * | 2023-08-17 | 2023-12-22 | 紫光同芯微电子有限公司 | Lossless upgrading method for loadable execution file, security chip and storage medium |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101135978A (en) * | 2007-03-02 | 2008-03-05 | 中兴通讯股份有限公司 | Compression version application program generating, executing method and apparatus and applications method and system |
US10361715B1 (en) * | 2018-06-04 | 2019-07-23 | Amazon Technologies, Inc. | Decompression circuit |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6784636B2 (en) * | 2017-04-13 | 2020-11-11 | 日立オートモティブシステムズ株式会社 | Control device, program update system, program update method |
CN110233627B (en) * | 2019-05-22 | 2023-05-12 | 深圳大学 | Hardware compression system and method based on running water |
CN112988211B (en) * | 2021-02-25 | 2023-05-23 | 广东省安心加科技有限公司 | Equipment upgrading method and control device based on Zigbee |
-
2022
- 2022-01-17 CN CN202210046342.1A patent/CN114095037B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101135978A (en) * | 2007-03-02 | 2008-03-05 | 中兴通讯股份有限公司 | Compression version application program generating, executing method and apparatus and applications method and system |
US10361715B1 (en) * | 2018-06-04 | 2019-07-23 | Amazon Technologies, Inc. | Decompression circuit |
Also Published As
Publication number | Publication date |
---|---|
CN114095037A (en) | 2022-02-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107395209B (en) | Data compression method, data decompression method and equipment thereof | |
CN108647230B (en) | Distributed storage method, electronic device, and storage medium | |
US20130167133A1 (en) | Method, terminal and system for upgrading software version | |
CN111262876A (en) | Data processing method, device and equipment based on block chain and storage medium | |
CN112165331A (en) | Data compression method and device, data decompression method and device, storage medium and electronic equipment | |
CN112437060B (en) | Data transmission method and device, computer equipment and storage medium | |
US7821426B2 (en) | Adaptive entropy coding compression output formats | |
CN116151740B (en) | Inventory transaction data process safety management system and cloud platform | |
CN114095037B (en) | Application program updating method, updating data compression method, device and equipment | |
CN115208414A (en) | Data compression method, data compression device, computer device and storage medium | |
CN108880559B (en) | Data compression method, data decompression method, compression equipment and decompression equipment | |
CN114614829A (en) | Satellite data frame processing method and device, electronic equipment and readable storage medium | |
CN112436943B (en) | Request deduplication method, device, equipment and storage medium based on big data | |
CN110585724B (en) | Method and device for updating form data in game client | |
CN108650264B (en) | Data transmission method, device, equipment and computer readable storage medium | |
CN113704206B (en) | Metadata processing method and device, electronic equipment and storage medium | |
JP6005273B2 (en) | Data stream encoding method, transmission method, transmission method, encoding device for encoding data stream, transmission device, and transmission device | |
CN116846600A (en) | File transmission method, apparatus, computer device, storage medium, and program product | |
CN114357520A (en) | File generation method and device and file coding information sending method and device | |
CN112434231B (en) | Data processing method and device and electronic equipment | |
CN112422525B (en) | Fault data transmission method, device, equipment and storage medium | |
US7564383B2 (en) | Compression ratio of adaptive compression algorithms | |
CN111600846B (en) | Recovery method and recovery system of gateway equipment | |
CN113283215B (en) | Data confusion method and device based on UTF-32 coding | |
CN114448968B (en) | Pushed amount checking method and device, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |