CN114158142A - Connection interruption method and device for no-signal scene, electronic equipment and storage medium - Google Patents

Connection interruption method and device for no-signal scene, electronic equipment and storage medium Download PDF

Info

Publication number
CN114158142A
CN114158142A CN202111466739.8A CN202111466739A CN114158142A CN 114158142 A CN114158142 A CN 114158142A CN 202111466739 A CN202111466739 A CN 202111466739A CN 114158142 A CN114158142 A CN 114158142A
Authority
CN
China
Prior art keywords
terminal
communication link
connection
message data
cloud platform
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
CN202111466739.8A
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.)
Beijing Yunji Technology Co Ltd
Original Assignee
Beijing Yunji Technology 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 Beijing Yunji Technology Co Ltd filed Critical Beijing Yunji Technology Co Ltd
Priority to CN202111466739.8A priority Critical patent/CN114158142A/en
Publication of CN114158142A publication Critical patent/CN114158142A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/30Connection release
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/08Testing, supervising or monitoring using real traffic

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the application provides a connection interruption method, a connection interruption device, electronic equipment and a storage medium in a no-signal scene, wherein the method comprises the following steps: monitoring message data sent by a terminal; if the message data is not monitored in the preset time, the communication link of the terminal is judged to be disconnected, and the communication link with the terminal is closed. By implementing the embodiment of the application, a solution for interrupting the connection between the cloud platform and the terminal is provided, so that when the terminal breaks down, the cloud platform can interrupt the connection with the terminal in time, and further more resources are allocated to other terminals, thereby avoiding resource waste.

Description

Connection interruption method and device for no-signal scene, electronic equipment and storage medium
Technical Field
The present application relates to the field of data communication link technologies, and in particular, to a connection interruption method and apparatus in a no-signal scenario, an electronic device, and a computer-readable storage medium.
Background
With the wide application of the cloud platform, more and more users select the cloud platform to store data, and the data stored on the cloud platform needs to be uploaded to the cloud platform through the mobile terminal.
However, in the data transmission process, due to reasons such as network failure and unstable connection, there is a high possibility that no signal connection occurs in data transmission, and when a no-signal scene occurs, the terminal may lose connection with the cloud platform, but the cloud platform cannot know whether the signal is interrupted, so that the connection with the terminal may be maintained continuously, and a great resource waste is caused.
Disclosure of Invention
An object of the embodiments of the present application is to provide a connection interruption method and apparatus for a signal-free scene, an electronic device, and a computer-readable storage medium, where when there is no signal in a connection process between a terminal and a cloud platform, the cloud platform can check and interrupt the connection in time, so as to avoid resource waste.
In a first aspect, an embodiment of the present application provides a connection interruption method in a no-signal scenario, where the method includes:
monitoring message data sent by a terminal;
and if the message data is not monitored within the preset time, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, data transmission is completed by continuously establishing connection with the terminal, and when no signal exists in the connection process of the terminal and the cloud platform, the signal condition can be judged by a method for obtaining a flow value through detection connection, so that the connection can be interrupted in time, and the cloud platform can be connected with other terminals, thereby reducing resource waste.
Further, before the step of monitoring the message sent by the terminal, the method further includes:
acquiring a connection task with the terminal;
and establishing a communication link with the terminal according to the connection task.
In the implementation process, the cloud platform needs to acquire a connection task with the terminal and then establish a communication link each time the connection is established with the terminal, so that the connection can be ensured to be established with the terminal each time, and the connection is prevented from being unfinished due to overtime.
Further, the step of monitoring the message data sent by the terminal includes:
receiving a return value for the communication link;
and acquiring message data in the return value.
In the implementation process, the return value is received in real time, the message data can be obtained in time, timeliness of establishing a communication link between the cloud platform and the terminal is guaranteed, and the fact that the message data are not connected to the terminal due to omission can be effectively avoided by monitoring the communication link in real time.
Further, if the message data is not monitored within the preset time, the step of determining that the communication link of the terminal is disconnected and closing the communication link with the terminal includes:
acquiring a flow value of the message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, if the traffic value is 0, it indicates that the message data is empty, that is, the message data is not monitored, and the communication link can be closed in time, thereby avoiding waste.
In a second aspect, an embodiment of the present application further provides a connection interruption device in a no-signal scenario, where the device includes:
the monitoring module is used for monitoring message data sent by the terminal;
and the interruption module is used for judging that the communication link of the terminal is disconnected and closing the communication link with the terminal if the message data is not monitored within the preset time.
In the implementation process, data transmission is completed by continuously establishing connection with the terminal, and when no signal exists in the connection process of the terminal and the cloud platform, the signal condition can be judged by a method for obtaining a flow value through detection connection, so that the connection can be interrupted in time, and the cloud platform can be connected with other terminals, thereby reducing resource waste.
Further, the apparatus is further configured to:
acquiring a connection task with the terminal;
and establishing a communication link with the terminal according to the connection task.
In the implementation process, the cloud platform needs to acquire a connection task with the terminal and then establish a communication link each time the connection is established with the terminal, so that the connection can be ensured to be established with the terminal each time, and the connection is prevented from being unfinished due to overtime.
Further, the listening module is further configured to:
receiving a return value for the communication link;
and acquiring message data in the return value.
In the implementation process, the return value is received in real time, the message data can be obtained in time, timeliness of establishing a communication link between the cloud platform and the terminal is guaranteed, and the fact that the message data are not connected to the terminal due to omission can be effectively avoided by monitoring the communication link in real time.
Further, the interrupt module is further configured to:
acquiring a flow value of the message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, if the traffic value is 0, it indicates that the message data is empty, that is, the message data is not monitored, and the communication link can be closed in time, thereby avoiding waste.
In a third aspect, an electronic device provided in an embodiment of the present application includes: memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method according to any of the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium having instructions stored thereon, which, when executed on a computer, cause the computer to perform the method according to any one of the first aspect.
In a fifth aspect, embodiments of the present application provide a computer program product, which when run on a computer, causes the computer to perform the method according to any one of the first aspect.
Additional features and advantages of the disclosure will be set forth in the description which follows, or in part may be learned by the practice of the above-described techniques of the disclosure, or may be learned by practice of the disclosure.
The present invention can be implemented in accordance with the content of the specification, and the following detailed description of the preferred embodiments of the present application is made with reference to the accompanying drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application 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 that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a schematic flowchart of a connection interruption method in a no-signal scenario according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a connection interruption device in a no-signal scenario according to an embodiment of the present disclosure;
fig. 3 is a schematic structural component diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments 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 and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
The following detailed description of embodiments of the present application will be described in conjunction with the accompanying drawings and examples. The following examples are intended to illustrate the present application but are not intended to limit the scope of the present application.
Example one
Fig. 1 is a schematic flowchart of a connection interruption method in a no-signal scenario provided in an embodiment of the present application, and as shown in fig. 1, the method includes:
s1, monitoring message data sent by the terminal;
and S2, if the message data is not monitored in the preset time, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, data transmission is completed by continuously establishing connection with the terminal, and when no signal exists in the connection process of the terminal and the cloud platform, the signal condition can be judged by a method for obtaining a flow value through detection connection, so that the connection can be interrupted in time, and the cloud platform can be connected with other terminals, thereby reducing resource waste.
Taking this embodiment as an example, the cloud platform completes data transmission by continuously establishing connection with the terminal, but some abnormal conditions, such as sudden failure of the terminal or sudden interruption of the wireless network, may occur in this process, which may cause no signal in the connection process between the terminal and the cloud platform.
Further, before the step of monitoring the message sent by the terminal, the method further includes:
acquiring a connection task with a terminal;
and establishing a communication link with the terminal according to the connection task.
The data transmission method and the data transmission device are used for data transmission between a third-party platform and a terminal, the execution main body can be the third-party platform including a cloud platform, the third-party platform can perform data interaction with the terminal through a communication link, and the terminal comprises at least one server capable of performing data transmission.
For example, each time before the cloud platform creates a communication link with the terminal, a connection task is first obtained, where the connection task includes information such as the number and the state of the terminal device and the IP address of the terminal, and the cloud platform creates a communication link with the terminal according to the connection task, where the communication link is used to transmit data of the terminal to the cloud platform.
For example, each time the cloud platform establishes connection with the terminal, a connection task with the terminal needs to be acquired, and then a communication link is established, so that it can be ensured that the connection with the terminal can be established each time, and the connection is prevented from being unfinished due to timeout.
In the implementation process, the cloud platform needs to acquire a connection task with the terminal and then establish a communication link each time the connection is established with the terminal, so that the connection can be ensured to be established with the terminal each time, and the connection is prevented from being unfinished due to overtime.
Further, S1 includes:
receiving a return value of the communication link;
and acquiring message data in the return value.
Illustratively, the communication link feeds back the data transmission status of the terminal in real time, returns a corresponding return value, and feeds back the status of the terminal to the cloud platform, where the return value generally includes message data such as connection time of the terminal, data volume of transmitted data, and a flow value in the communication link.
In the implementation process, the return value is received in real time, the message data can be obtained in time, timeliness of establishing a communication link between the cloud platform and the terminal is guaranteed, and the fact that the message data are not connected to the terminal due to omission can be effectively avoided by monitoring the communication link in real time.
Further, S2 includes:
acquiring a flow value of message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, if the traffic value is 0, it indicates that the message data is empty, that is, the message data is not monitored, and the communication link can be closed in time, thereby avoiding waste.
Taking this embodiment as an example, the third party platform may obtain the traffic value through a communication manner using http, and in addition, the traffic value may further indicate peak information of the data amount in the communication link within a period of time, information of a change in the number of the data amount in the communication link within a period of time, information of a total number of the data amount in the communication link within a period of time, and information of an average number of the data amount in the communication link within a period of time.
The flow value is the quantity of message data being transmitted in a communication link, the quantity of the data can reflect the condition of data uploading of the terminal, and if the flow value is too small, the terminal is proved not to normally carry out data transmission work, so that the terminal can be preliminarily judged to be abnormal through the flow value, and the data transmission work cannot be finished.
The cloud platform can connect a plurality of terminals simultaneously, and connect at every turn and constantly try to establish communication link with the terminal, if the terminal breaks down and leads to unable and cloud platform to carry out data transmission, the cloud platform can't learn the particular case at terminal, this application embodiment provides a solution of interrupting cloud platform and terminal connection, when can making the terminal break down, the cloud platform can in time break off with being connected at terminal, and then with more resource allocation to other terminals, avoid causing the wasting of resources.
Example two
In order to implement the method corresponding to the above-mentioned embodiment to achieve the corresponding functions and technical effects, the following provides a connection interruption device in a no-signal scenario, which in this embodiment may be, but is not limited to, a server, as shown in fig. 2, and the device includes:
the monitoring module 1 is used for monitoring message data sent by a terminal;
and the interruption module 2 is used for judging that the communication link of the terminal is disconnected and closing the communication link with the terminal if the message data is not monitored within the preset time.
In the implementation process, data transmission is completed by continuously establishing connection with the terminal, and when no signal exists in the connection process of the terminal and the cloud platform, the signal condition can be judged by a method for obtaining a flow value through detection connection, so that the connection can be interrupted in time, and the cloud platform can be connected with other terminals, thereby reducing resource waste.
Further, the apparatus is further configured to:
acquiring a connection task with a terminal;
and establishing a communication link with the terminal according to the connection task.
In the implementation process, the cloud platform needs to acquire a connection task with the terminal and then establish a communication link each time the connection is established with the terminal, so that the connection can be ensured to be established with the terminal each time, and the connection is prevented from being unfinished due to overtime.
Further, the listening module 1 is further configured to:
receiving a return value of the communication link;
and acquiring message data in the return value.
In the implementation process, the return value is received in real time, the message data can be obtained in time, timeliness of establishing a communication link between the cloud platform and the terminal is guaranteed, and the fact that the message data are not connected to the terminal due to omission can be effectively avoided by monitoring the communication link in real time.
Further, the interrupt module 2 is further configured to:
acquiring a flow value of message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
In the implementation process, if the traffic value is 0, it indicates that the message data is empty, that is, the message data is not monitored, and the communication link can be closed in time, thereby avoiding waste.
The connection interruption device in the no-signal scenario may implement the method of the first embodiment. The alternatives in the first embodiment are also applicable to the present embodiment, and are not described in detail here.
The rest of the embodiments of the present application may refer to the contents of the first embodiment, and in this embodiment, details are not repeated.
EXAMPLE III
An embodiment of the present application provides an electronic device, which includes a memory and a processor, where the memory is used to store a computer program, and the processor runs the computer program to enable the electronic device to execute the connection interruption method in the no-signal scenario in the first embodiment.
Alternatively, the electronic device may be a server.
Referring to fig. 3, fig. 3 is a schematic structural composition diagram of an electronic device according to an embodiment of the present disclosure. The electronic device may include a processor 31, a communication interface 32, a memory 33, and at least one communication bus 34. Wherein the communication bus 34 is used for realizing direct connection communication of these components. The communication interface 32 of the device in the embodiment of the present application is used for performing signaling or data communication with other node devices. The processor 31 may be an integrated circuit chip having signal processing capabilities.
The Processor 31 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor 31 may be any conventional processor or the like.
The Memory 33 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. The memory 33 has stored therein computer readable instructions which, when executed by the processor 31, enable the apparatus to perform the various steps involved in the method embodiment of fig. 1 described above.
Optionally, the electronic device may further include a memory controller, an input output unit. The memory 33, the memory controller, the processor 31, the peripheral interface, and the input/output unit are electrically connected to each other directly or indirectly to realize data transmission or interaction. For example, these components may be electrically connected to each other via one or more communication buses 34. The processor 31 is adapted to execute executable modules stored in the memory 33, such as software functional modules or computer programs comprised by the device.
The input and output unit is used for providing a task for a user to create and start an optional time period or preset execution time for the task creation so as to realize the interaction between the user and the server. The input/output unit may be, but is not limited to, a mouse, a keyboard, and the like.
It will be appreciated that the configuration shown in fig. 3 is merely illustrative and that the electronic device may include more or fewer components than shown in fig. 3 or have a different configuration than shown in fig. 3. The components shown in fig. 3 may be implemented in hardware, software, or a combination thereof.
In addition, an embodiment of the present application further provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the connection interruption method in the no-signal scenario of the first embodiment.
Embodiments of the present application further provide a computer program product, which when running on a computer, causes the computer to execute the method described in the method embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules 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 or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including 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: various media capable of storing program codes, such as a U disk, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in 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 and explained in subsequent figures.
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.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for connection interruption in a no-signal scenario, the method comprising:
monitoring message data sent by a terminal;
and if the message data is not monitored within the preset time, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
2. The method of claim 1, wherein the step of monitoring the message sent by the terminal is preceded by the step of:
acquiring a connection task with the terminal;
and establishing a communication link with the terminal according to the connection task.
3. The method of claim 1, wherein the step of monitoring message data sent by the terminal comprises:
receiving a return value for the communication link;
and acquiring message data in the return value.
4. The method according to claim 1, wherein the step of determining that the communication link with the terminal is disconnected and closing the communication link with the terminal if the message data is not monitored within a preset time includes:
acquiring a flow value of the message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
5. A connection interruption device for a no-signal scenario, the device comprising:
the monitoring module is used for monitoring message data sent by the terminal;
and the interruption module is used for judging that the communication link of the terminal is disconnected and closing the communication link with the terminal if the message data is not monitored within the preset time.
6. The apparatus of claim 5, wherein the apparatus is further configured to:
acquiring a connection task with the terminal;
and establishing a communication link with the terminal according to the connection task.
7. The connection interruption device of claim 5, wherein the listening module is further configured to:
receiving a return value for the communication link;
and acquiring message data in the return value.
8. The connection interruption device of claim 5, wherein the interruption module is further configured to:
acquiring a flow value of the message data;
and if the flow value of the message data is 0, judging that the communication link of the terminal is disconnected, and closing the communication link with the terminal.
9. An electronic device, comprising a memory for storing a computer program and a processor for executing the computer program to cause the electronic device to perform the connection interruption method of the no-signal scenario of any of claims 1-4.
10. A computer-readable storage medium, characterized in that it stores a computer program which, when executed by a processor, implements the connection interruption method of the no-signal scenario of any of claims 1 to 4.
CN202111466739.8A 2021-12-03 2021-12-03 Connection interruption method and device for no-signal scene, electronic equipment and storage medium Pending CN114158142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111466739.8A CN114158142A (en) 2021-12-03 2021-12-03 Connection interruption method and device for no-signal scene, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111466739.8A CN114158142A (en) 2021-12-03 2021-12-03 Connection interruption method and device for no-signal scene, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114158142A true CN114158142A (en) 2022-03-08

Family

ID=80456097

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111466739.8A Pending CN114158142A (en) 2021-12-03 2021-12-03 Connection interruption method and device for no-signal scene, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114158142A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106302250A (en) * 2016-08-23 2017-01-04 乐视控股(北京)有限公司 The method for controlling network flow of mobile terminal and device
CN109743676A (en) * 2019-01-03 2019-05-10 中国联合网络通信集团有限公司 Network connection control method, device and equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106302250A (en) * 2016-08-23 2017-01-04 乐视控股(北京)有限公司 The method for controlling network flow of mobile terminal and device
CN109743676A (en) * 2019-01-03 2019-05-10 中国联合网络通信集团有限公司 Network connection control method, device and equipment

Similar Documents

Publication Publication Date Title
CN107040494B (en) User account abnormity prevention method and system
CN107819797B (en) Access request processing method and device
CN110858843B (en) Service request processing method and device and computer readable storage medium
CN108737132B (en) Alarm information processing method and device
CN104994080B (en) Information processing method and system and electronic equipment
CN110474903B (en) Trusted data acquisition method and device and block link point
CN107995286B (en) Automatic service starting and stopping method based on dubbo platform, server and storage medium
CN111581502A (en) Information notification method and device
CN111538572A (en) Task processing method, device, scheduling server and medium
CN108173783A (en) A kind of message treatment method and system
CN112468664A (en) Outbound method, device, system, electronic equipment and storage medium
CN114285844A (en) Method and device for intelligently fusing server interface, electronic equipment and storage medium
CN111949421B (en) SDK calling method, device, electronic equipment and computer readable storage medium
CN113645145A (en) Load balancing method and device, network equipment and computer readable storage medium
CN110995522B (en) Information processing method and device
CN114158142A (en) Connection interruption method and device for no-signal scene, electronic equipment and storage medium
CN110908881B (en) Buried point data transmitting method and device, electronic equipment and computer readable storage medium
CN109120743B (en) Contact adding method and device, electronic equipment and storage medium
CN114302351B (en) Short message service processing method and device, computer equipment and storage medium
CN111464618A (en) Message pushing method, device, equipment and storage medium
CN108990025B (en) Internet of things communication method and device
CN107580033B (en) Load information processing method and device, message processing method and device, and server
US20210288899A1 (en) Method and device for detecting network reliability
CN110366009B (en) Multimedia resource request identification method and device
CN109462423B (en) Method, device, equipment and medium for checking data transmission unit

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: Room 702, 7 / F, 67 North Fourth Ring Road West, Haidian District, Beijing

Applicant after: Beijing Yunji Technology Co.,Ltd.

Address before: Room 702, 7 / F, 67 North Fourth Ring Road West, Haidian District, Beijing

Applicant before: BEIJING YUNJI TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination