CN110635864A - Parameter decoding method, device, equipment and computer readable storage medium - Google Patents

Parameter decoding method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN110635864A
CN110635864A CN201910953252.9A CN201910953252A CN110635864A CN 110635864 A CN110635864 A CN 110635864A CN 201910953252 A CN201910953252 A CN 201910953252A CN 110635864 A CN110635864 A CN 110635864A
Authority
CN
China
Prior art keywords
parameter
decoded
decoding
target
target parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910953252.9A
Other languages
Chinese (zh)
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.)
China United Network Communications Group Co Ltd
Unicompay Co Ltd
Original Assignee
China United Network Communications Group Co Ltd
Unicompay Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China United Network Communications Group Co Ltd, Unicompay Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201910953252.9A priority Critical patent/CN110635864A/en
Publication of CN110635864A publication Critical patent/CN110635864A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0036Systems modifying transmission characteristics according to link quality, e.g. power backoff arrangements specific to the receiver
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0045Arrangements at the receiver end

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention provides a parameter decoding method, a device, equipment and a computer readable storage medium, wherein the method comprises the following steps: acquiring a parameter to be decoded sent by a server; decoding the parameter to be decoded to obtain a decoded target parameter; updating the decoding times corresponding to the parameters to be decoded according to the decoding operation; and if the decoding times are detected to exceed a preset decoding time threshold value, the target parameter is not decoded any more. Therefore, the problem that the server decodes one parameter to be decoded for many times, so that computing resources are wasted and the processing efficiency is low is solved.

Description

Parameter decoding method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a parameter decoding method, apparatus, device, and computer readable storage medium.
Background
When a user jumps between different websites or applications during the process of using a browser or other applications similar to the browser, the user carries parameters encoded by the url length algorithm. The target website receiving the parameter needs to decode the parameter after receiving the parameter. However, the target website does not know that the parameter has been encoded several times, and therefore cannot accurately decode the parameter.
In order to decode a parameter encoded for multiple times, a decoding method is proposed in the prior art, in which after receiving a parameter encoded for multiple times, the parameter is decoded for multiple times until the decoded parameter is consistent with the parameter before decoding, and a decoding result is obtained.
However, if the coding algorithm fails, the correct decoding result cannot be obtained through decoding, and when the method is used for decoding, on one hand, the target website cannot obtain the correct decoding result, and on the other hand, the target website repeatedly decodes the parameters, so that the computing resources are occupied, and other running processes are affected.
Disclosure of Invention
The invention provides a parameter decoding method, a device, equipment and a computer readable storage medium, which are used for solving the technical problems that the existing parameter decoding method cannot obtain a correct decoding result and occupies computing resources, so that other running processes are influenced.
The first aspect of the present invention provides a parameter decoding method, including:
acquiring a parameter to be decoded sent by a server;
decoding the parameter to be decoded to obtain a decoded target parameter;
updating the decoding times corresponding to the parameters to be decoded according to the decoding operation;
and if the decoding times are detected to exceed a preset decoding time threshold value, the target parameter is not decoded any more.
In a possible design, the performing a decoding operation on the parameter to be decoded to obtain a decoded target parameter further includes:
comparing the target parameter with the parameter to be decoded;
and if the target parameter is consistent with the parameter to be decoded, taking the target parameter as an uncoded parameter corresponding to the parameter to be decoded.
In one possible design, after comparing the target parameter with the parameter to be decoded, the method further includes:
if the target parameter is inconsistent with the parameter to be decoded, judging whether the decoding times exceed a preset decoding time threshold value;
if not, taking the target parameter as the parameter to be decoded, and returning to the step of executing the decoding operation on the parameter to be decoded until the decoding times reach a preset decoding times threshold value or the target parameter is consistent with the parameter to be decoded.
In a possible design, after the updating the decoding times corresponding to the parameter to be decoded according to the decoding operation, the method further includes:
and marking the parameter to be decoded according to the decoding times, wherein the marking is used for performing decoding operation corresponding to the decoding times on the parameter to be decoded by other servers according to the marking when the parameter to be decoded is transmitted to the other servers.
In a possible design, after the target parameter is taken as an uncoded parameter corresponding to the parameter to be decoded if the target parameter is consistent with the parameter to be decoded, the method further includes:
and storing the parameter to be decoded and the uncoded parameter in a preset data server in a correlated manner, so that when the server acquires the parameter to be decoded again, the uncoded parameter corresponding to the parameter to be decoded is acquired from the data server.
Another aspect of the present invention provides a parameter decoding apparatus, including:
the acquisition module is used for acquiring the parameters to be decoded sent by the server;
the decoding module is used for carrying out decoding operation on the parameter to be decoded to obtain a decoded target parameter;
the updating module is used for updating the decoding times corresponding to the parameters to be decoded according to the decoding operation;
and the processing module is used for not decoding the target parameter any more if the decoding times are detected to exceed a preset decoding times threshold value.
Still another aspect of the present invention is to provide a parameter decoding apparatus, including: a memory, a processor;
a memory; a memory for storing the processor-executable instructions;
wherein the processor is configured to perform the parameter decoding method of the first aspect by the processor.
Yet another aspect of the present invention is to provide a computer-readable storage medium having stored therein computer-executable instructions for implementing the parameter decoding method according to the first aspect when the computer-executable instructions are executed by a processor.
According to the parameter decoding method, device, equipment and computer readable storage medium provided by the invention, by setting a decoding frequency threshold, after receiving the parameter to be decoded and decoding the parameter to be decoded, the current decoding frequency can be recorded, and if the current decoding frequency is detected to exceed the preset threshold, the parameter to be decoded can not be transmitted and decoded. Therefore, the problem that the server decodes one parameter to be decoded for many times, so that computing resources are wasted and the processing efficiency is low is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art according to the drawings.
FIG. 1 is a schematic diagram of a network architecture on which the present invention is based;
fig. 2 is a flowchart illustrating a parameter decoding method according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a parameter decoding method according to a second embodiment of the present invention;
FIG. 4 is a diagram of another network architecture provided by an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a parameter decoding apparatus according to a third embodiment of the present invention;
fig. 6 is a schematic structural diagram of a parameter decoding apparatus according to a fourth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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, but not all, embodiments of the present invention. All other examples obtained based on the examples in the present invention are within the scope of the present invention.
The invention provides a parameter decoding method, a device, equipment and a computer readable storage medium, aiming at the technical problems that the existing parameter decoding method cannot obtain a correct decoding result and occupies computing resources, so that other running processes are influenced.
It should be noted that the parameter decoding method, apparatus, device and computer-readable storage medium provided in the present application may be applied in a scenario of decoding various parameters.
Fig. 1 is a schematic diagram of a network architecture based on the present invention, and as shown in fig. 1, the network architecture based on the present invention at least includes: a parameter decoding device 1 and a server 2. The parameter decoding device 1 is in communication connection with the server 2, so that the parameter to be decoded sent by the server can be received. The parameter decoding device 2 is written by C/C + +, Java, Shell or Python.
Fig. 2 is a schematic flow chart of a parameter decoding method according to an embodiment of the present invention, as shown in fig. 1, the method includes:
step 101, obtaining a parameter to be decoded sent by a server.
The main implementation of this embodiment is a parameter decoding apparatus. When a user jumps between different websites or applications while using a browser or other application like a browser, the user generates encoded parameters, which may be encoded by using the url length algorithm. In order to decode the encoded parameter, the server may use the encoded parameter as a parameter to be decoded, and send the parameter to be decoded to the parameter decoding apparatus. Accordingly, the parameter decoding device can receive the parameters to be decoded sent by the server. Optionally, the parameter decoding apparatus may be disposed in the server, and may also be disposed in other servers, which is not limited in this disclosure.
And 102, decoding the parameter to be decoded to obtain a decoded target parameter.
In this embodiment, after the parameter to be decoded sent by the server is obtained, the parameter decoding device may further perform a decoding operation on the parameter to be decoded to obtain a decoded target parameter. When the parameter to be decoded is obtained by encoding through the url length algorithm, the URLDECODE operation may be specifically performed on the parameter to be decoded to obtain the target parameter.
And 103, updating the decoding times corresponding to the parameters to be decoded according to the decoding operation.
In this embodiment, because the number of times that the parameter to be decoded may be encoded is large, or the encoding algorithm fails, if the number of times that the parameter to be decoded is large, the calculation resources are wasted, and the effect of other processes is poor. Therefore, a decoding number threshold may be set, and it is determined whether to continue the decoding operation on the target parameter based on the decoding number threshold. A determination needs to be made first of all as to the number of times that it has currently been decoded. The currently received parameter to be decoded can be a parameter which is not decoded or a parameter which is decoded for several times, so that after the parameter to be decoded is decoded, the decoding times corresponding to the parameter to be decoded can be updated according to the current decoding operation. For example, in practical applications, if the decoding time corresponding to the parameter to be decoded is 2 times, after the decoding operation is performed on the current operation to be decoded, the decoding time corresponding to the parameter to be decoded may be updated to 3 times.
And step 104, if the decoding times are detected to exceed a preset decoding times threshold value, the target parameters are not decoded any more.
In this embodiment, after the decoding frequency corresponding to the parameter to be decoded is determined, the decoding frequency may be compared with a preset decoding frequency threshold, and if the decoding frequency exceeds the decoding frequency threshold, the target parameter may not be decoded any more. Optionally, the parameter may be selected not to be transmitted any more, so that the problem of decoding the parameter again can be further avoided.
According to the parameter decoding method provided by the invention, by setting a decoding frequency threshold, after the parameter to be decoded is received and decoded, the current decoding frequency can be recorded, and if the current decoding frequency is detected to exceed the preset threshold, the parameter to be decoded can not be transmitted and decoded. Therefore, the problem that the server decodes one parameter to be decoded for many times, so that computing resources are wasted and the processing efficiency is low is solved.
Further, on the basis of any of the above embodiments, after the step 102, the method further includes:
comparing the target parameter with the parameter to be decoded;
and if the target parameter is consistent with the parameter to be decoded, taking the target parameter as an uncoded parameter corresponding to the parameter to be decoded.
In this embodiment, after the received parameter to be decoded is decoded and the target parameter is obtained, in order to determine whether the decoding is successful currently, the target parameter may be compared with the received parameter to be decoded. If the two are consistent, the representation is successfully decoded, and the uncoded parameters corresponding to the parameters to be decoded are obtained. Correspondingly, if the two are not consistent, the current decoding frequency is represented to be less than the encoding frequency of the parameter to be decoded, and the parameter to be decoded needs to be decoded continuously.
According to the parameter decoding method provided by the embodiment, the target parameter is compared with the parameter to be decoded, so that whether the decoding of the parameter to be decoded is finished at present can be quickly determined, and the parameter decoding efficiency is improved.
Fig. 3 is a schematic flow chart of a parameter decoding method according to a second embodiment of the present invention, where on the basis of any of the above embodiments, after comparing the target parameter with the parameter to be decoded, the method further includes:
step 201, if the target parameter is inconsistent with the parameter to be decoded, determining whether the decoding frequency exceeds a preset decoding frequency threshold;
step 202, if not, taking the target parameter as the parameter to be decoded, and returning to the step of executing the decoding operation on the parameter to be decoded until the decoding times reach a preset decoding times threshold value or the target parameter is consistent with the parameter to be decoded.
In this embodiment, if the target parameter is not consistent with the parameter to be decoded, it is characterized that the current decoding frequency is smaller than the encoding frequency of the parameter to be decoded, and the parameter to be decoded needs to be decoded continuously. However, in order to avoid excessive decoding of the parameter to be decoded by the parameter decoding device and waste of computing resources, when it is detected that the target parameter is inconsistent with the parameter to be decoded, it is also necessary to determine whether the current decoding frequency exceeds a preset decoding frequency threshold, and if so, the decoding operation may not be continuously performed, and the parameter to be decoded may not be transmitted. Accordingly, if not, the parameters to be decoded can be decoded continuously.
In the parameter decoding method provided by this embodiment, after receiving the parameter to be decoded and decoding the parameter to be decoded, if the target parameter is different from the parameter to be decoded, it may be continuously determined whether the current decoding parameter exceeds the preset decoding time threshold, and whether to continue decoding is determined according to the determination result, so as to avoid the problem that the server decodes one parameter to be decoded multiple times, wastes computational resources, and causes low processing efficiency.
Further, on the basis of any of the above embodiments, after the step 103, the method further includes:
and marking the parameter to be decoded according to the decoding times, wherein the marking is used for performing decoding operation corresponding to the decoding times on the parameter to be decoded by other servers according to the marking when the parameter to be decoded is transmitted to the other servers.
In this embodiment, in order to further save the computation resources, the decoded parameters to be decoded may be labeled by the number of decoding times. Preferably, after the parameter to be decoded is successfully decoded, the data to be decoded may be labeled according to the decoding times when the decoding is successful. Therefore, when the subsequent data to be decoded is transmitted to other browsers, the server corresponding to the browser sends the parameter to be decoded to the parameter decoding device, the parameter decoding device can determine the encoding times of the parameter to be decoded according to the identification, and then the decoding operation corresponding to the encoding times is directly carried out on the parameter to be decoded, so that multiple attempts and comparison operations are avoided.
In the parameter decoding method provided by this embodiment, the parameter to be decoded is labeled according to the decoding times, so that when the data to be decoded is transmitted to other browsers, the parameter decoding device can determine the encoding times of the parameter to be decoded according to the identifier, and then directly perform decoding operation corresponding to the encoding times on the parameter to be decoded, thereby avoiding multiple attempts and comparison operations, and further saving the calculation resources.
Fig. 4 is a further network architecture diagram provided in an embodiment of the present invention, where on the basis of any one of the above embodiments, after the target parameter is taken as an uncoded parameter corresponding to the parameter to be decoded if the target parameter is consistent with the parameter to be decoded, the method further includes:
and storing the parameter to be decoded and the uncoded parameter in a preset data server in a correlated manner, so that when the server acquires the parameter to be decoded again, the uncoded parameter corresponding to the parameter to be decoded is acquired from the data server.
In the present embodiment, as shown in fig. 4, the network architecture based on the present embodiment includes a parameter decoding apparatus 1, a server 2 and a data server 3. The parameter decoding apparatus 1 is connected to the server 2 and the data server 3 in a communication manner, and can exchange information with the server 2 and the data server 3. When the decoded target parameter is consistent with the parameter to be decoded, the representation decoding is successful, and at this time, the parameter to be decoded and the target parameter can be stored in the data server in an associated manner. Therefore, subsequently, when the parameter decoding device 1 receives the parameter to be decoded sent by the server 2 again, it may first determine whether the parameter to be decoded is included in the data server 3, and if so, may directly obtain the uncoded parameter corresponding to the parameter to be decoded. Therefore, parameters to be decoded do not need to be decoded, decoding efficiency is improved, and computing resources are saved.
According to the parameter decoding method provided by the embodiment, the parameter to be decoded and the uncoded parameter are stored in the preset data server in a correlation manner, so that the data to be decoded which are repeatedly received do not need to be decoded for multiple times, the decoding efficiency is improved, and the computing resources are effectively saved.
Fig. 5 is a schematic structural diagram of a parameter decoding apparatus according to a third embodiment of the present invention, and as shown in fig. 5, the apparatus includes:
an obtaining module 31, configured to obtain a parameter to be decoded, where the parameter is sent by a server;
the decoding module 32 is configured to perform a decoding operation on the parameter to be decoded to obtain a decoded target parameter;
an updating module 33, configured to update the decoding times corresponding to the parameter to be decoded according to the decoding operation;
the processing module 34 is configured to, if it is detected that the decoding frequency exceeds a preset decoding frequency threshold, no decoding operation is performed on the target parameter.
In this embodiment, when a user jumps between different websites or applications during the process of using a browser or other applications similar to the browser, an encoded parameter is generated, and the parameter may be encoded by using the url length algorithm. In order to decode the encoded parameter, the server may use the encoded parameter as a parameter to be decoded, and send the parameter to be decoded to the parameter decoding apparatus. Accordingly, the parameter decoding device can receive the parameters to be decoded sent by the server. Optionally, the parameter decoding apparatus may be disposed in the server, and may also be disposed in other servers, which is not limited in this disclosure. After the parameter to be decoded sent by the server is obtained, the parameter decoding device can also perform decoding operation on the parameter to be decoded to obtain the decoded target parameter. When the parameter to be decoded is obtained by encoding through the url length algorithm, the URLDECODE operation may be specifically performed on the parameter to be decoded to obtain the target parameter. Because the number of times that the parameter to be decoded may be encoded is large, or the encoding algorithm fails, if the number of times that the parameter to be decoded is too large, the calculation resources are wasted, and the effect of other processes is poor. Therefore, a decoding number threshold may be set, and it is determined whether to continue the decoding operation on the target parameter based on the decoding number threshold. A determination needs to be made first of all as to the number of times that it has currently been decoded. The currently received parameter to be decoded can be a parameter which is not decoded or a parameter which is decoded for several times, so that after the parameter to be decoded is decoded, the decoding times corresponding to the parameter to be decoded can be updated according to the current decoding operation. For example, in practical applications, if the decoding time corresponding to the parameter to be decoded is 2 times, after the decoding operation is performed on the current operation to be decoded, the decoding time corresponding to the parameter to be decoded may be updated to 3 times. After the decoding times corresponding to the parameters to be decoded are determined, the decoding times can be compared with a preset decoding time threshold, and if the decoding times exceed the decoding time threshold, the target parameters can not be decoded any more. Optionally, the parameter may be selected not to be transmitted any more, so that the problem of decoding the parameter again can be further avoided.
The parameter decoding device provided by the invention can record the current decoding times after receiving the parameters to be decoded and decoding the parameters to be decoded by setting a threshold of the decoding times, and can not transmit and decode the parameters to be decoded any more if the current decoding times is detected to exceed the preset threshold. Therefore, the problem that the server decodes one parameter to be decoded for many times, so that computing resources are wasted and the processing efficiency is low is solved.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
the comparison module is used for comparing the target parameter with the parameter to be decoded;
and the determining module is used for taking the target parameter as an uncoded parameter corresponding to the parameter to be decoded if the target parameter is consistent with the parameter to be decoded.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
the judging module is used for judging whether the decoding times exceed a preset decoding time threshold value or not if the target parameter is inconsistent with the parameter to be decoded;
and if not, taking the target parameter as the parameter to be decoded, and returning to the step of executing the decoding operation on the parameter to be decoded until the decoding times reach a preset decoding times threshold value or the target parameter is consistent with the parameter to be decoded.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
and the marking module is used for marking the parameter to be decoded according to the decoding times, and when the parameter to be decoded is transmitted to other servers, the other servers can perform decoding operation corresponding to the decoding times on the parameter to be decoded according to the marking.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
and the storage module is used for storing the parameter to be decoded and the uncoded parameter into a preset data server in a correlation manner, so that when the server acquires the parameter to be decoded again, the uncoded parameter corresponding to the parameter to be decoded is acquired from the data server.
Fig. 6 is a schematic structural diagram of a parameter decoding apparatus according to a fourth embodiment of the present invention, and as shown in fig. 6, the apparatus includes: a memory 41, a processor 42;
a memory 41; a memory 41 for storing instructions executable by the processor 42;
wherein the processor 42 is configured to execute the parameter decoding method according to any one of the above embodiments by the processor 42.
Yet another embodiment of the present invention further provides a computer-readable storage medium, in which computer-executable instructions are stored, and when the computer-executable instructions are executed by a processor, the computer-executable instructions are used to implement the parameter decoding method according to any one of the above embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method of parameter decoding, comprising:
acquiring a parameter to be decoded sent by a server;
decoding the parameter to be decoded to obtain a decoded target parameter;
updating the decoding times corresponding to the parameters to be decoded according to the decoding operation;
and if the decoding times are detected to exceed a preset decoding time threshold value, the target parameter is not decoded any more.
2. The method according to claim 1, wherein said decoding the parameter to be decoded to obtain the decoded target parameter further comprises:
comparing the target parameter with the parameter to be decoded;
and if the target parameter is consistent with the parameter to be decoded, taking the target parameter as an uncoded parameter corresponding to the parameter to be decoded.
3. The method of claim 2, wherein after comparing the target parameter with the parameter to be decoded, the method further comprises:
if the target parameter is inconsistent with the parameter to be decoded, judging whether the decoding times exceed a preset decoding time threshold value;
if not, taking the target parameter as the parameter to be decoded, and returning to the step of executing the decoding operation on the parameter to be decoded until the decoding times reach a preset decoding times threshold value or the target parameter is consistent with the parameter to be decoded.
4. The method according to any one of claims 1 to 3, wherein after updating the decoding times corresponding to the parameter to be decoded according to the decoding operation, the method further comprises:
and marking the parameter to be decoded according to the decoding times, wherein the marking is used for performing decoding operation corresponding to the decoding times on the parameter to be decoded by other servers according to the marking when the parameter to be decoded is transmitted to the other servers.
5. The method according to claim 2 or 3, wherein if the target parameter is consistent with the parameter to be decoded, after the target parameter is used as an uncoded parameter corresponding to the parameter to be decoded, the method further comprises:
and storing the parameter to be decoded and the uncoded parameter in a preset data server in a correlated manner, so that when the server acquires the parameter to be decoded again, the uncoded parameter corresponding to the parameter to be decoded is acquired from the data server.
6. A parameter decoding apparatus, comprising:
the acquisition module is used for acquiring the parameters to be decoded sent by the server;
the decoding module is used for carrying out decoding operation on the parameter to be decoded to obtain a decoded target parameter;
the updating module is used for updating the decoding times corresponding to the parameters to be decoded according to the decoding operation;
and the processing module is used for not decoding the target parameter any more if the decoding times are detected to exceed a preset decoding times threshold value.
7. The apparatus of claim 6, further comprising:
the comparison module is used for comparing the target parameter with the parameter to be decoded;
and the determining module is used for taking the target parameter as an uncoded parameter corresponding to the parameter to be decoded if the target parameter is consistent with the parameter to be decoded.
8. The apparatus of claim 7, further comprising:
the judging module is used for judging whether the decoding times exceed a preset decoding time threshold value or not if the target parameter is inconsistent with the parameter to be decoded;
and if not, taking the target parameter as the parameter to be decoded, and returning to the step of executing the decoding operation on the parameter to be decoded until the decoding times reach a preset decoding times threshold value or the target parameter is consistent with the parameter to be decoded.
9. A parameter decoding apparatus, comprising: a memory, a processor;
a memory; a memory for storing the processor-executable instructions;
wherein the processor is configured to perform the parameter decoding method of any one of claims 1-5 by the processor.
10. A computer-readable storage medium having computer-executable instructions stored therein, which when executed by a processor, are configured to implement the parameter decoding method of any one of claims 1-5.
CN201910953252.9A 2019-10-09 2019-10-09 Parameter decoding method, device, equipment and computer readable storage medium Pending CN110635864A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910953252.9A CN110635864A (en) 2019-10-09 2019-10-09 Parameter decoding method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910953252.9A CN110635864A (en) 2019-10-09 2019-10-09 Parameter decoding method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN110635864A true CN110635864A (en) 2019-12-31

Family

ID=68975965

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910953252.9A Pending CN110635864A (en) 2019-10-09 2019-10-09 Parameter decoding method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110635864A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101272339A (en) * 2008-05-15 2008-09-24 深圳华为通信技术有限公司 Method, system, terminal and server for data frame receiving and dispatching
CN102722544A (en) * 2012-05-24 2012-10-10 北京国双科技有限公司 Method and device for decoding character strings
CN103605710A (en) * 2013-11-12 2014-02-26 天脉聚源(北京)传媒科技有限公司 Distributed audio and video processing device and distributed audio and video processing method
CN103605709A (en) * 2013-11-12 2014-02-26 天脉聚源(北京)传媒科技有限公司 Distributed audio and video processing device and distributed audio and video processing method
CN105975888A (en) * 2016-05-04 2016-09-28 上海皇和信息科技有限公司 Method of decoding defective one-dimensional barcode
US10257107B1 (en) * 2016-06-30 2019-04-09 Amazon Technologies, Inc. Encoder-sensitive stream buffer management

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101272339A (en) * 2008-05-15 2008-09-24 深圳华为通信技术有限公司 Method, system, terminal and server for data frame receiving and dispatching
CN102722544A (en) * 2012-05-24 2012-10-10 北京国双科技有限公司 Method and device for decoding character strings
CN103605710A (en) * 2013-11-12 2014-02-26 天脉聚源(北京)传媒科技有限公司 Distributed audio and video processing device and distributed audio and video processing method
CN103605709A (en) * 2013-11-12 2014-02-26 天脉聚源(北京)传媒科技有限公司 Distributed audio and video processing device and distributed audio and video processing method
CN105975888A (en) * 2016-05-04 2016-09-28 上海皇和信息科技有限公司 Method of decoding defective one-dimensional barcode
US10257107B1 (en) * 2016-06-30 2019-04-09 Amazon Technologies, Inc. Encoder-sensitive stream buffer management

Similar Documents

Publication Publication Date Title
US10390040B2 (en) Method, apparatus, and system for deep feature coding and decoding
CN108197087B (en) Character code recognition method and device
CN111626408B (en) Hash coding method, device and equipment and readable storage medium
CN109496418B (en) File downloading method and device, and equipment/terminal/server
WO2017045538A1 (en) Http-based cache, request and response methods, and corresponding apparatuses
CN110958024B (en) Method and device for encoding serial data, embedded equipment and communication system
CN108322443B (en) Equipment interactive communication method, device, storage medium and computer equipment
CN113627207B (en) Bar code identification method, device, computer equipment and storage medium
CN113963359B (en) Text recognition model training method, text recognition device and electronic equipment
CN110635864A (en) Parameter decoding method, device, equipment and computer readable storage medium
CN112565238A (en) Method for popping privacy policy, client and computer-readable storage medium
CN115297104A (en) File uploading method and device, electronic equipment and storage medium
CN111667190B (en) Electric power construction grounding monitoring method, device and server
CN113553469B (en) Data processing method, device, electronic equipment and computer storage medium
WO2020019954A1 (en) Method and device for decoding polar code, storage medium, and electronic device
US10742783B2 (en) Data transmitting apparatus, data receiving apparatus and method thereof having encoding or decoding functionalities
CN106570044B (en) Method and device for analyzing webpage codes
CN115037981B (en) Decoding method and device of data stream, electronic equipment and storage medium
CN110933017A (en) Access request processing method, terminal, server and readable storage medium
CN111294785A (en) Data card switching method, intelligent terminal and readable storage medium
CN111027289B (en) Online document saving method and related device
CN107682700B (en) Code adaptation method, device, mobile terminal and storage medium
CN107484150B (en) EV-DO network connection method, device and terminal
CN115664590A (en) PDCCH blind detection method based on 5G communication system, terminal and storage medium
CN116248371A (en) Method, device, equipment and storage medium for identifying abnormal message

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191231