CN112769824A - Information transmission state updating method, terminal, device and storage medium - Google Patents

Information transmission state updating method, terminal, device and storage medium Download PDF

Info

Publication number
CN112769824A
CN112769824A CN202110018765.8A CN202110018765A CN112769824A CN 112769824 A CN112769824 A CN 112769824A CN 202110018765 A CN202110018765 A CN 202110018765A CN 112769824 A CN112769824 A CN 112769824A
Authority
CN
China
Prior art keywords
terminal
value
activation function
type
calling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110018765.8A
Other languages
Chinese (zh)
Other versions
CN112769824B (en
Inventor
李西峙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Tatfook Network Tech Co Ltd
Original Assignee
Shenzhen Tatfook Network Tech 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 Shenzhen Tatfook Network Tech Co Ltd filed Critical Shenzhen Tatfook Network Tech Co Ltd
Priority to CN202110018765.8A priority Critical patent/CN112769824B/en
Publication of CN112769824A publication Critical patent/CN112769824A/en
Application granted granted Critical
Publication of CN112769824B publication Critical patent/CN112769824B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Abstract

The application discloses an information transmission state updating method, a terminal, a device and a computer storage medium, which are used for improving the accuracy of information transmission state updating. The method comprises the following steps: a terminal calls an activation function, wherein the activation function is an asynchronous function and is used for calling a remote file; the terminal acquires a first type of numerical value returned by the activation function; the terminal establishes TCP connection with a remote server; the terminal calls the activation function again and sends a calling message to the remote server through the TCP connection; the terminal acquires a second type of numerical value returned by the activation function; and the terminal determines the transmission state of the calling message according to the second type value and the first type value.

Description

Information transmission state updating method, terminal, device and storage medium
Technical Field
The present application relates to the field of data processing, and in particular, to an information transmission status updating method, a terminal, an apparatus, and a storage medium.
Background
In the actual programming process, a remote file is often called, and a certain file is generally called by a function.
In the solutions provided in the prior art, when a client uses an activation function to call a remote file, the activation function returns a specific value, for example, a value other than 0, and the client receives the value, which indicates that a message has been sent to the remote system, but in some cases, even if the first message is not sent successfully, the activation function returns a value other than 0, for example, the message format has an error, so that the client updates the message status incorrectly. Therefore, the accuracy of the message status update in this method is poor.
Disclosure of Invention
In order to solve the above technical problem, the present application provides an information transmission status updating method, a terminal, an apparatus and a storage medium, which are used for improving the accuracy of information transmission status updating.
A first aspect of the present application provides an information transmission status updating method, where the method includes:
a terminal calls an activation function, wherein the activation function is an asynchronous function and is used for calling a remote file;
the terminal acquires a first type of numerical value returned by the activation function;
the terminal establishes TCP connection with a remote server;
the terminal calls the activation function again and sends a calling message to the remote server through the TCP connection;
the terminal acquires a second type of numerical value returned by the activation function;
and the terminal determines the transmission state of the calling message according to the second type value and the first type value.
Optionally, the determining, by the terminal, the transmission state of the call information according to the second class value and the first class value includes:
comparing the second type of numerical value with the first type of numerical value to obtain a comparison result;
and determining the transmission state of the calling information according to the comparison result.
Optionally, the determining the transmission state of the call information according to the comparison result includes:
if the comparison result is that the second type value is different from the first type value, the terminal determines that the calling message is successfully sent;
and if the comparison result is that the second type value is the same as the first type value, the terminal determines that the transmission of the calling message fails.
Optionally, the establishing, by the terminal, a TCP connection with the remote server includes:
the terminal sends a TCP connection request to the remote server;
the terminal judges whether a connection response returned by the remote server is received within a preset time;
and if the terminal determines that the connection response is received within the preset time, the terminal establishes TCP connection with the remote server.
Optionally, after the terminal establishes a TCP connection with a remote server, before the terminal calls the activation function again, the method further includes:
the terminal calls the activation function and sends a ping command to a remote server;
the terminal judges whether the value returned by the activation function is a third type value;
if the terminal determines that the value returned by the activation function is a third type value, the terminal calls the activation function again;
and if the terminal determines that the value returned by the activation function is not the third type value, the terminal stores the calling message in a message queue.
Optionally, after the terminal stores the call message in a message queue, the method further includes:
and the terminal acquires the value returned by the activation function again and judges whether the value returned by the activation function is the third type value again until the value returned by the activation function is determined to be the third type value.
Optionally, after the terminal determines that the value returned by the activation function is a third kind of value, the method further includes:
and the terminal resends the messages in the message queue.
A second aspect of the present application provides an information transmission status update terminal, including:
the system comprises a calling unit, a processing unit and a processing unit, wherein the calling unit is used for calling an activation function, the activation function is an asynchronous function, and the activation function is used for calling a remote file;
the first obtaining unit is used for obtaining a first type value returned by the activation function;
the connection unit is used for establishing TCP connection with a remote server;
the calling unit is also used for calling the activation function again and sending a calling message to the remote server through the TCP connection;
a second obtaining unit, configured to obtain a second type of value returned by the activation function, where the second type of value is a value other than the first type of value;
and the determining unit is used for determining the transmission state of the calling message according to the second class value and the first class value.
A third aspect of the present application provides an information transmission status updating apparatus, including:
the device comprises a processor, a memory, an input and output unit and a bus;
the processor is connected with the memory, the input and output unit and the bus;
the memory holds a program that the processor calls to perform the method of any of the first aspect and the first aspect.
A fourth aspect of the present application provides a computer readable storage medium having a program stored thereon, which when executed on a computer performs the method of any one of the first aspect and the first aspect.
According to the technical scheme, the method has the following advantages:
according to the information transmission state updating method, the terminal can call the activation function twice, after the terminal calls the activation function for the first time, the activation function can return the first type of numerical values, the terminal establishes TCP connection with the remote server, then the activation function is called, the call message is sent to the remote server through the TCP connection, the activation function can return the second type of numerical values, and the terminal determines and updates the transmission state of the call message according to the first type of numerical values and the second type of numerical values. The method provided by the application ensures that the activation function returns the first type of numerical value before returning the second type of numerical value by calling the activation function twice, further determines the transmission state of the message according to the first type of numerical value and the second type of numerical value, and can improve the updating accuracy of the information transmission state.
Drawings
In order to more clearly illustrate the technical solutions in the present application, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating an information transmission status updating method according to an embodiment of the present disclosure;
fig. 2 is a schematic flow chart illustrating an information transmission status updating method according to another embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an information transmission status update terminal according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an information transmission status updating apparatus according to an embodiment of the present disclosure.
Detailed Description
In the actual programming process, a remote file is often called, and a certain file is generally called by a function. In the solutions provided in the prior art, when a client uses an activation function to call a remote file, the activation function returns a specific value, for example, a value other than 0, and the client receives the value, which indicates that a message has been sent to the remote system, but in some cases, even if the first message is not sent successfully, the activation function returns a value other than 0, for example, the message format has an error, so that the client updates the message status incorrectly. Therefore, the accuracy of the message status update in this method is poor.
Based on this, the application provides an information transmission state updating method, which is used for improving the accuracy of information transmission state updating.
It should be noted that the information transmission state updating method provided by the present application may be applied to a terminal, a system, or a server, for example, the terminal may be a fixed terminal such as a smart phone or a computer, a tablet computer, a smart television, a smart watch, a portable computer terminal, or a desktop computer. For convenience of explanation, the terminal is taken as an execution subject for illustration in the present application.
Referring to fig. 1, fig. 1 is a schematic flow chart of an embodiment of an information transmission status updating method provided in the present application, where the information transmission status updating method includes:
101. the terminal calls an activation function, wherein the activation function is an asynchronous function and is used for calling a remote file;
the information transmission state updating method provided by the application can be applied to remote file activation, when a remote server exposes a public file, other terminals can activate or call the public file by calling an activation function, a connection is generally initiated by the terminal actively, when a terminal activates the remote file for the first time, a TCP connection is established, but the first message is not sent out, because the activation function is asynchronous, and in a specific embodiment, the activation function is an npl.
102. The terminal acquires a first type value returned by the activation function;
since the activation function is asynchronous, the activation function must return a first type value before establishing the TCP connection, for example, the first type value may be 0, and when the terminal acquires the first type value, which means that the terminal has finished checking the local configuration file, it is in accordance with the environment of message sending.
103. The terminal establishes TCP connection with a remote server;
the terminal establishes a TCP connection with the remote server, and specifically, the terminal sends a TCP connection request to the remote server; the terminal judges whether a connection response returned by the remote server is received within a preset time; and if the terminal determines that the connection response is received within the preset time, the terminal establishes TCP connection with the remote server.
104. The terminal calls the activation function again and sends a call message to the remote server through the TCP connection;
after the TCP connection path is established, the terminal calls the activation function again, and sends a calling message to the remote server through the TCP connection path, wherein the calling message is used for activating the remote file.
105. The terminal acquires a second type of numerical value returned by the activation function;
after the terminal sends the call message, the activation function returns a second type value, which may be, for example, a value of 0 or a value other than 0.
106. And the terminal determines the transmission state of the calling message according to the second type value and the first type value.
The activation function returns the first type value once before the connection is established, the terminal determines the transmission state of the call message according to the first type value and the second type value, specifically, the first type value and the second type value are compared to obtain a comparison result, and the terminal determines the transmission state of the call message according to the comparison result. For example, comparing the first type value with the second type value, and if the second type value is different from the first type value, the terminal determines that the calling message is successfully sent; and if the second type value is the same as the first type value, the terminal determines that the transmission of the calling message fails.
In the invention, the terminal calls the activation function before the establishment of the TCP connection, if the return value is 0, the message format is correct, after the TCP connection is established, the activation function is called again, if the return value is not 0, the message is successfully sent, and if the return value is 0, the message is not successfully sent.
According to the information transmission state updating method, the terminal can call the activation function twice, after the terminal calls the activation function for the first time, the activation function can return the first type of numerical values, the terminal establishes TCP connection with the remote server, then the activation function is called, the call message is sent to the remote server through the TCP connection, the activation function can return the second type of numerical values, and the terminal determines and updates the transmission state of the call message according to the first type of numerical values and the second type of numerical values. The method provided by the application ensures that the activation function returns the first type of numerical value before returning the second type of numerical value by calling the activation function twice, further determines the transmission state of the message according to the first type of numerical value and the second type of numerical value, and can improve the updating accuracy of the information transmission state.
The method provided by the above embodiment determines the state of information transmission by calling the activation function twice, and may also be used to determine the connection state of TCP using a similar principle, which will be described in detail below with reference to the accompanying drawings.
Referring to fig. 2, fig. 2 is a schematic flow chart of an embodiment of an information transmission status updating method provided in the present application, where the information transmission status updating method includes:
201. the terminal calls an activation function, wherein the activation function is an asynchronous function and is used for calling a remote file;
202. the terminal acquires a first type value returned by the activation function;
203. the terminal establishes TCP connection with a remote server;
steps 201 to 203 in this embodiment are similar to steps 101 to 103 in the previous embodiment, and are not described again here.
204. The terminal calls an activation function and sends a ping command to the remote server;
the terminal calls the activation function and checks whether a process of the remote server is available by sending a ping command to determine whether the connection establishment is complete. The activation function returns a value, which the terminal checks.
205. The terminal judges whether the value returned by the activation function is a third type value; if yes, go to step 206, otherwise go to step 207;
and the terminal checks the value returned by the function, and if the value is the third type value, the TCP connection is established and a sending environment for sending the call message is provided. It should be noted that the third kind of value referred to in this application may be the same as or different from the first kind of value or the second kind of value, for example, the third kind of value may be 0 or 1, or other values, and in practical applications, the third kind of value may be defined according to practical needs, and those skilled in the art can clearly understand the meaning of the third kind of value indicated in this application through reading this application.
206 if the terminal determines that the value returned by the activation function is the third type value, the terminal calls the activation function again;
the terminal checks the value returned by the function, if the value is a third type value, for example 0, the TCP connection is established, a sending environment for sending the call message is provided, and the call message is sent to the remote server.
207. And if the terminal determines that the value returned by the activation function is not the third type value, the terminal stores the calling message in the message queue.
The terminal checks the value returned by the function and if the value is not a value of the third type, this indicates that the connection may have been broken or not established. Regardless of whether the terminal re-establishes a connection with the remote server, the terminal places the message in a message queue to prevent the message from being lost.
Further, after the message is placed in the message queue, the terminal may establish a connection with the remote server again, at this time, the function returns a value again, and the terminal obtains the value returned by the activation function again and determines whether the value returned by the activation function is the third type value again until it is determined that the value returned by the activation function is the third type value. This means that the TCP connection has been established, and the terminal can call the activation function again to send the call message, or send out the message in the message queue.
208. The terminal acquires a second type of numerical value returned by the activation function;
after the terminal sends the call message, the activation function returns a second type value, which may be, for example, a value of 0 or a value other than 0.
209. And the terminal determines the transmission state of the calling message according to the second type value and the first type value.
The activation function returns the first type value once before establishing the connection, and the terminal determines the transmission state of the call message according to the first type value and the second type value, specifically, a rule is defined, for example, the first type value and the second type value are compared, and if the second type value is different from the first type value, the terminal determines that the call message is successfully sent; and if the second type value is the same as the first type value, the terminal determines that the transmission of the calling message fails.
The method provided in this embodiment is further described below by way of example, for example: the terminal can utilize the above two-call principle to reconnect the TCP connection, the terminal calls the activation function to ping the process of the remote server, if the return value is not 0, it indicates that the TCP connection is not established or disconnected, and if the return value is 0, it indicates that the TCP connection is established, and at this time, the activation function is called again to send a message.
The foregoing embodiments have described the information transmission status updating method provided in the present application, and the information transmission status updating terminal, apparatus, and computer storage medium provided in the present application will be described in detail below with reference to the accompanying drawings.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an embodiment of an information transmission state updating terminal provided in the present application, where the information transmission state updating terminal includes:
the calling unit 301 is configured to call an activation function, where the activation function is an asynchronous function, and the activation function is used to call a remote file;
a first obtaining unit 302, configured to obtain a first type value returned by the activation function;
a connection unit 303, configured to establish a TCP connection with a remote server;
the calling unit 301 is further configured to call the activation function again, and send a calling message to the remote server through a TCP connection;
a second obtaining unit 304, configured to obtain a second type of value returned by the activation function, where the second type of value is a value that is not the first type of value;
a determining unit 305, configured to determine a transmission state of the invocation message according to the second class value and the first class value.
Optionally, the determining unit 305 is specifically configured to:
comparing the second type of numerical value with the first type of numerical value to obtain a comparison result;
and determining the transmission state of the calling information according to the comparison result.
Optionally, the determining unit 305 is specifically configured to:
if the comparison result is that the second type value is different from the first type value, determining that the calling message is successfully sent;
and if the comparison result is that the second type value is the same as the first type value, determining that the transmission of the calling message fails.
Optionally, the connection unit 303 is specifically configured to:
sending a TCP connection request to a remote server;
judging whether a connection response returned by the remote server is received within a preset time;
if the connection unit 303 determines that the connection response is received within the preset time, the connection unit 303 establishes a TCP connection with the remote server.
Optionally, the terminal further includes: a sending unit 306, where the sending unit 306 is specifically configured to:
calling an activation function and sending a ping command to a remote server;
judging whether the value returned by the activation function is a third type value or not;
if the sending unit 306 determines that the value returned by the activation function is the third type value, the sending unit 306 calls the activation function again;
if the sending unit 306 determines that the value returned by the activation function is not the third type value, the sending unit 306 stores the call message in the message queue.
Optionally, the sending unit 306 is further configured to:
and re-acquiring the value returned by the activation function and re-judging whether the value returned by the activation function is the third type value or not until the value returned by the activation function is determined to be the third type value.
Optionally, the sending unit 306 is further configured to:
the terminal resends the messages in the message queue.
The present application further provides an information transmission status updating apparatus, including:
a processor 401, a memory 402, an input-output unit 403, a bus 404;
the processor 401 is connected to the memory 402, the input/output unit 403, and the bus 404;
the memory 402 holds a program that the processor 401 calls to execute any of the above information transmission status update methods.
The present application also relates to a computer-readable storage medium having a program stored thereon, wherein the program, when executed on a computer, causes the computer to execute any of the above information transmission status updating methods.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the terminal, the apparatus and the unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed terminal, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or integrated into another terminal, or some features may be omitted or not implemented. 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.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. 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 the like.

Claims (10)

1. An information transmission state updating method, characterized in that the method comprises:
a terminal calls an activation function, wherein the activation function is an asynchronous function and is used for calling a remote file;
the terminal acquires a first type of numerical value returned by the activation function;
the terminal establishes TCP connection with a remote server;
the terminal calls the activation function again and sends a calling message to the remote server through the TCP connection;
the terminal acquires a second type of numerical value returned by the activation function;
and the terminal determines the transmission state of the calling message according to the second type value and the first type value.
2. The information transmission state updating method according to claim 1, wherein the determining, by the terminal, the transmission state of the call information according to the second class value and the first class value includes:
comparing the second type of numerical value with the first type of numerical value to obtain a comparison result;
and determining the transmission state of the calling information according to the comparison result.
3. The information transmission state updating method according to claim 2, wherein the determining the transmission state of the call information according to the comparison result includes:
if the comparison result is that the second type value is different from the first type value, the terminal determines that the calling message is successfully sent;
and if the comparison result is that the second type value is the same as the first type value, the terminal determines that the transmission of the calling message fails.
4. The information transmission state updating method according to claim 1, wherein the establishing of the TCP connection between the terminal and the remote server comprises:
the terminal sends a TCP connection request to the remote server;
the terminal judges whether a connection response returned by the remote server is received within a preset time;
and if the terminal determines that the connection response is received within the preset time, the terminal establishes TCP connection with the remote server.
5. The information transmission state updating method according to claim 1, wherein after the terminal establishes a TCP connection with a remote server, before the terminal calls the activation function again, the method further comprises:
the terminal calls the activation function and sends a ping command to a remote server;
the terminal judges whether the value returned by the activation function is a third type value;
if the terminal determines that the value returned by the activation function is a third type value, the terminal calls the activation function again;
and if the terminal determines that the value returned by the activation function is not the third type value, the terminal stores the calling message in a message queue.
6. The information transmission state updating method according to claim 5, wherein after the terminal stores the call message in a message queue, the method further comprises:
and the terminal acquires the value returned by the activation function again and judges whether the value returned by the activation function is the third type value again until the value returned by the activation function is determined to be the third type value.
7. The information transmission status updating method according to claim 6, wherein after the terminal determines that the value returned by the activation function is a third type value, the method further comprises:
and the terminal resends the messages in the message queue.
8. An information transmission state updating terminal, characterized in that the terminal comprises:
the system comprises a calling unit, a processing unit and a processing unit, wherein the calling unit is used for calling an activation function, the activation function is an asynchronous function, and the activation function is used for calling a remote file;
the first obtaining unit is used for obtaining a first type value returned by the activation function;
the connection unit is used for establishing TCP connection with a remote server;
the calling unit is also used for calling the activation function again and sending a calling message to the remote server through the TCP connection;
a second obtaining unit, configured to obtain a second type of value returned by the activation function, where the second type of value is a value other than the first type of value;
and the determining unit is used for determining the transmission state of the calling message according to the second class value and the first class value.
9. An information transmission state updating apparatus, characterized in that the apparatus comprises:
the device comprises a processor, a memory, an input and output unit and a bus;
the processor is connected with the memory, the input and output unit and the bus;
the memory holds a program that the processor calls to perform the method of any one of claims 1 to 7.
10. A computer-readable storage medium having a program stored thereon, the program, when executed on a computer, performing the method of any one of claims 1 to 7.
CN202110018765.8A 2021-01-07 2021-01-07 Information transmission state updating method, terminal, device and storage medium Active CN112769824B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110018765.8A CN112769824B (en) 2021-01-07 2021-01-07 Information transmission state updating method, terminal, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110018765.8A CN112769824B (en) 2021-01-07 2021-01-07 Information transmission state updating method, terminal, device and storage medium

Publications (2)

Publication Number Publication Date
CN112769824A true CN112769824A (en) 2021-05-07
CN112769824B CN112769824B (en) 2023-03-07

Family

ID=75700772

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110018765.8A Active CN112769824B (en) 2021-01-07 2021-01-07 Information transmission state updating method, terminal, device and storage medium

Country Status (1)

Country Link
CN (1) CN112769824B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102255872A (en) * 2010-05-19 2011-11-23 深圳市金蝶中间件有限公司 Method and device for accessing non-remote object
CN102929638A (en) * 2012-11-07 2013-02-13 广州市动景计算机科技有限公司 Method and system for expanding Web application (App) functions
CN104601523A (en) * 2013-10-31 2015-05-06 腾讯科技(深圳)有限公司 Data transmitting method and device
CN105868632A (en) * 2016-04-20 2016-08-17 北京金山安全软件有限公司 Method and device for intercepting and releasing DHCP (dynamic host configuration protocol)
CN106713238A (en) * 2015-11-16 2017-05-24 阿里巴巴集团控股有限公司 Remote process calling method, device and system
CN109347906A (en) * 2018-08-30 2019-02-15 腾讯科技(深圳)有限公司 A kind of data transmission method, device and server
CN110134385A (en) * 2019-05-17 2019-08-16 中国农业银行股份有限公司 Record the method and C language general journal frame of C language function call chain
CN110232568A (en) * 2018-03-06 2019-09-13 中国移动通信集团四川有限公司 Method of mobile payment, device, computer equipment and readable storage medium storing program for executing
CN110633320A (en) * 2018-05-30 2019-12-31 北京京东尚科信息技术有限公司 Processing method, system, equipment and storage medium of distributed data service
CN110704203A (en) * 2018-07-10 2020-01-17 武汉斗鱼网络科技有限公司 Interruptible remote procedure calling method and interruptible remote procedure calling device
CN111711996A (en) * 2020-08-20 2020-09-25 飞天诚信科技股份有限公司 Method and device for stable transmission of TCP communication

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102255872A (en) * 2010-05-19 2011-11-23 深圳市金蝶中间件有限公司 Method and device for accessing non-remote object
CN102929638A (en) * 2012-11-07 2013-02-13 广州市动景计算机科技有限公司 Method and system for expanding Web application (App) functions
CN104601523A (en) * 2013-10-31 2015-05-06 腾讯科技(深圳)有限公司 Data transmitting method and device
CN106713238A (en) * 2015-11-16 2017-05-24 阿里巴巴集团控股有限公司 Remote process calling method, device and system
CN105868632A (en) * 2016-04-20 2016-08-17 北京金山安全软件有限公司 Method and device for intercepting and releasing DHCP (dynamic host configuration protocol)
CN110232568A (en) * 2018-03-06 2019-09-13 中国移动通信集团四川有限公司 Method of mobile payment, device, computer equipment and readable storage medium storing program for executing
CN110633320A (en) * 2018-05-30 2019-12-31 北京京东尚科信息技术有限公司 Processing method, system, equipment and storage medium of distributed data service
CN110704203A (en) * 2018-07-10 2020-01-17 武汉斗鱼网络科技有限公司 Interruptible remote procedure calling method and interruptible remote procedure calling device
CN109347906A (en) * 2018-08-30 2019-02-15 腾讯科技(深圳)有限公司 A kind of data transmission method, device and server
CN110134385A (en) * 2019-05-17 2019-08-16 中国农业银行股份有限公司 Record the method and C language general journal frame of C language function call chain
CN111711996A (en) * 2020-08-20 2020-09-25 飞天诚信科技股份有限公司 Method and device for stable transmission of TCP communication

Also Published As

Publication number Publication date
CN112769824B (en) 2023-03-07

Similar Documents

Publication Publication Date Title
CN110022260B (en) Cross-environment receipt message processing method and system
CN106603125B (en) Method and device for data interaction with Bluetooth equipment
CN107645476B (en) Request processing method and device
CN112769824B (en) Information transmission state updating method, terminal, device and storage medium
CN112291325A (en) Message processing method and device and computer system
CN112838980A (en) Message processing method, system, device, electronic equipment and storage medium
CN112637121B (en) Data port updating method and device, electronic equipment and readable storage medium
CN115242972A (en) Method and device for calling camera by application, electronic equipment and storage medium
CN112379952B (en) Method for implementing cross-process callback
CN114697339A (en) Load balancing method and device under centralized architecture
CN110691002B (en) Interrupt detection method and device
CN112770277B (en) Forwarding number verification method and device, mobile terminal and computing equipment
CN112540804A (en) Applet running method and device, electronic equipment and medium
CN111782366A (en) Distributed task scheduling method and device
CN112818336A (en) Data access method, data access device and computer readable storage medium
CN112532699B (en) Data port updating method and device, electronic equipment and readable storage medium
CN112511603B (en) Data port updating method and device, electronic equipment and readable storage medium
CN115378896B (en) Message display method and device, electronic equipment and storage medium
CN113766437B (en) Short message sending method and device
CN117201577B (en) Communication method and system of cross-platform API and SPI based on PISA
CN113050974B (en) Online upgrading method and device for cloud computing infrastructure
CN114237752B (en) Push page display method and device, electronic equipment and storage medium
CN117931322A (en) Interface calling method and device of low-code platform and electronic equipment
CN108173910B (en) Method and system for managing application
CN114866611A (en) Message callback method, device, storage medium and computer equipment

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