CN109039813B - Method, system and equipment for detecting internet access - Google Patents

Method, system and equipment for detecting internet access Download PDF

Info

Publication number
CN109039813B
CN109039813B CN201810825712.5A CN201810825712A CN109039813B CN 109039813 B CN109039813 B CN 109039813B CN 201810825712 A CN201810825712 A CN 201810825712A CN 109039813 B CN109039813 B CN 109039813B
Authority
CN
China
Prior art keywords
address
internet
internet access
current terminal
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810825712.5A
Other languages
Chinese (zh)
Other versions
CN109039813A (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 Launch Technology Co Ltd
Original Assignee
Shenzhen Launch 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 Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN201810825712.5A priority Critical patent/CN109039813B/en
Publication of CN109039813A publication Critical patent/CN109039813A/en
Application granted granted Critical
Publication of CN109039813B publication Critical patent/CN109039813B/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
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2854Wide area networks, e.g. public data networks
    • H04L12/2856Access arrangements, e.g. Internet access
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • 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]
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Abstract

The invention is suitable for the technical field of network application, and provides a method, a system and equipment for detecting Internet access, which detect the running condition of physical networking equipment of the current terminal equipment when receiving an Internet access detection request input by a user; so as to determine whether to continue the internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment; and after determining to continue the Internet access detection, acquiring specific information to continue the Internet access detection, quickly checking that the Internet cannot be accessed due to abnormal operation of the physical networking equipment, so that the waiting time is shortened, the working efficiency of Internet access detection is improved, and when the physical networking equipment operates normally, whether the current terminal equipment is accessed to the Internet or not is further detected through the specific information, so that the Internet detection accuracy is improved, and the error rate is avoided.

Description

Method, system and equipment for detecting internet access
Technical Field
The invention belongs to the technical field of network application, and particularly relates to a method, a system and equipment for detecting Internet access.
Background
With the rapid development of the Internet of things and the Internet, most software products are connected to the Internet of the Internet to perform data interaction, communication, transmission and the like, and if a terminal device using or designing the software product does not access the Internet, the software products are subjected to network connection overtime, abnormity and the like. Therefore, in the process of designing such software, it is often necessary to check and determine whether the current terminal device is connected to the Internet.
The existing method for detecting whether a terminal device accesses the Internet generally carries out related analysis through a ping command, however, because a ping command process needs to be created and a returned character string needs to be read to a buffer area, then keywords are searched and analyzed so as to judge whether the network is connected or not, and finally the ping command process needs to be ended and resources are released, which relates to a lot of I/O operations and resource application/release, the whole process is time-consuming, and the returned character string is read for judgment, and different operating systems such as windows xp/7/8/Vista/10, chinese version, english version, professional version, flagship version, home version and the like return different character string information, so the keywords to be judged are different. If the keyword information is not perfect, the result of misjudgment exists, so the error rate is high. Namely, the problems of high time consumption, low efficiency, high error rate and the like exist when the Internet access detection is carried out by using a ping command mode.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, a system, and a device for detecting internet access, so as to solve the problems of high time consumption, low efficiency, and high error rate in the existing internet access detection.
A first aspect of an embodiment of the present invention provides a method for detecting internet access, including:
when an Internet access detection request input by a user is received, detecting the running condition of physical networking equipment of the current terminal equipment;
determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
if the Internet access detection is determined to be continued, specific information is acquired to continue the Internet access detection.
Preferably, the step of determining whether to continue the internet access detection according to the detection result of the operation condition of the physical networking device of the current terminal device includes:
if the physical networking equipment of the current terminal equipment normally operates, continuing to perform Internet access detection;
and if the physical networking equipment of the current terminal equipment operates abnormally, outputting first prompt information that the current terminal equipment does not access the Internet.
Preferably, the specific information includes domain name information or uniform resource locator URL information.
Preferably, the step of obtaining specific information to proceed with internet access detection includes:
acquiring domain name information or URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
resolving the domain name address or the URL address, and determining whether to return a corresponding IP address within a first preset time;
and if the corresponding IP address is not returned within the first preset time, outputting second prompt information that the current terminal equipment does not access the Internet.
Preferably, the step of obtaining specific information to proceed internet access detection further includes:
if the corresponding IP address is returned within the first preset time, sending a connection request to the IP address and determining whether the connection is successfully established within the second preset time;
and if the connection is not successfully established, outputting third prompt information that the current terminal equipment does not access the Internet.
Preferably, the step of obtaining specific information to proceed internet access detection further includes:
if the connection is successfully established, sending an http request data packet to the IP address and determining whether the http request data packet is successfully sent;
and if the http request data packet is not successfully sent, outputting fourth prompt information that the current terminal equipment does not access the Internet.
Preferably, the step of obtaining specific information to proceed internet access detection further includes:
and if the http request data packet is successfully sent, receiving data corresponding to the http request data packet returned by the IP address and outputting fifth prompt information that the current terminal equipment has accessed the Internet.
A second aspect of an embodiment of the present invention provides a system for detecting internet access, including:
the network equipment operation detection unit is used for detecting the operation condition of the physical network equipment of the current terminal equipment when receiving an Internet access detection request input by a user;
the Internet access detection confirming unit is used for determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
and the specific information acquisition unit is used for acquiring specific information to continue the Internet access detection if the Internet access detection is determined to continue.
Optionally, the internet access detection confirming unit includes:
the Internet access detection subunit is used for continuing to perform Internet access detection if the physical networking equipment of the current terminal equipment operates normally;
and the first prompt information output subunit is used for outputting first prompt information that the current terminal equipment does not access the internet if the physical networking equipment of the current terminal equipment operates abnormally.
Specifically, the specific information includes domain name information or uniform resource locator URL information.
Optionally, the specific information obtaining unit includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address and determining whether to return a corresponding IP address within a first preset time;
and the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time.
Optionally, the specific information obtaining unit further includes:
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether the connection is successfully established within second preset time if the corresponding IP address is returned within first preset time;
and the third prompt information output subunit is used for outputting third prompt information that the current terminal equipment does not access the internet if the connection is not successfully established.
Optionally, the specific information obtaining unit further includes:
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
and the fourth prompting information output subunit is used for outputting fourth prompting information that the current terminal equipment does not access the internet if the http request data packet is not successfully sent.
Optionally, the specific information obtaining unit further includes:
and the fifth prompting information output subunit is configured to, if the http request data packet is successfully sent, receive data corresponding to the http request data packet returned by the IP address and output fifth prompting information that the current terminal device has accessed to the internet.
A third aspect of an embodiment of the present invention provides an apparatus for detecting internet access, including:
a memory for storing a computer program;
a processor for implementing the steps of the method for detecting internet access provided by the first aspect of the embodiments of the present invention when executing the computer program.
Wherein the computer program comprises:
the network equipment operation detection unit is used for detecting the operation condition of the physical network equipment of the current terminal equipment when receiving an Internet access detection request input by a user;
the Internet access detection confirming unit is used for determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
and the specific information acquisition unit is used for acquiring specific information to continue the Internet access detection if the Internet access detection is determined to continue.
Optionally, the internet access detection confirming unit includes:
the Internet access detection subunit is used for continuing to perform Internet access detection if the physical networking equipment of the current terminal equipment operates normally;
and the first prompt information output subunit is used for outputting first prompt information that the current terminal equipment does not access the internet if the physical networking equipment of the current terminal equipment operates abnormally.
Specifically, the specific information includes domain name information or uniform resource locator URL information.
Optionally, the specific information obtaining unit includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address and determining whether to return a corresponding IP address within a first preset time;
and the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time.
Optionally, the specific information obtaining unit further includes:
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether the connection is successfully established within second preset time if the corresponding IP address is returned within first preset time;
and the third prompt information output subunit is used for outputting third prompt information that the current terminal equipment does not access the internet if the connection is not successfully established.
Optionally, the specific information obtaining unit further includes:
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
and the fourth prompting information output subunit is used for outputting fourth prompting information that the current terminal equipment does not access the internet if the http request data packet is not successfully sent.
Optionally, the specific information obtaining unit further includes:
and the fifth prompting information output subunit is configured to, if the http request data packet is successfully sent, receive data corresponding to the http request data packet returned by the IP address and output fifth prompting information that the current terminal device has accessed to the internet.
A fourth aspect of embodiments of the present invention provides a computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the steps of the method for detecting internet access provided by the first aspect of embodiments of the present invention.
Wherein the computer program comprises:
the network equipment operation detection unit is used for detecting the operation condition of the physical network equipment of the current terminal equipment when receiving an Internet access detection request input by a user;
the Internet access detection confirming unit is used for determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
and the specific information acquisition unit is used for acquiring specific information to continue the Internet access detection if the Internet access detection is determined to continue.
Optionally, the internet access detection confirming unit includes:
the Internet access detection subunit is used for continuing to perform Internet access detection if the physical networking equipment of the current terminal equipment operates normally;
and the first prompt information output subunit is used for outputting first prompt information that the current terminal equipment does not access the internet if the physical networking equipment of the current terminal equipment operates abnormally.
Specifically, the specific information includes domain name information or uniform resource locator URL information.
Optionally, the specific information obtaining unit includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address and determining whether to return a corresponding IP address within a first preset time;
and the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time.
Optionally, the specific information obtaining unit further includes:
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether the connection is successfully established within second preset time if the corresponding IP address is returned within first preset time;
and the third prompt information output subunit is used for outputting third prompt information that the current terminal equipment does not access the internet if the connection is not successfully established.
Optionally, the specific information obtaining unit further includes:
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
and the fourth prompting information output subunit is used for outputting fourth prompting information that the current terminal equipment does not access the internet if the http request data packet is not successfully sent.
Optionally, the specific information obtaining unit further includes:
and the fifth prompting information output subunit is configured to, if the http request data packet is successfully sent, receive data corresponding to the http request data packet returned by the IP address and output fifth prompting information that the current terminal device has accessed to the internet.
Compared with the prior art, the embodiment of the invention has the following beneficial effects: detecting the running condition of the physical networking equipment of the current terminal equipment when an Internet access detection request input by a user is received; so as to determine whether to continue the internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment; and after determining to continue the Internet access detection, acquiring specific information to continue the Internet access detection, quickly checking that the Internet cannot be accessed due to abnormal operation of the physical networking equipment, so that the waiting time is shortened, the working efficiency of Internet access detection is improved, and when the physical networking equipment operates normally, whether the current terminal equipment is accessed to the Internet or not is further detected through the specific information, so that the Internet detection accuracy is improved, and the error rate is avoided.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a flowchart of an implementation of a method for detecting internet access according to an embodiment of the present invention;
fig. 2 is a flowchart of an implementation of a method for determining whether to continue internet access detection according to an embodiment of the present invention;
fig. 3 is a flowchart of another specific implementation of a method for detecting internet access according to an embodiment of the present invention;
fig. 4 is a flowchart of another specific implementation of a method for detecting internet access according to an embodiment of the present invention;
fig. 5 is a flowchart of another specific implementation of a method for detecting internet access according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a system for detecting internet access according to an embodiment of the present invention.
Fig. 7 is a schematic diagram of an apparatus for detecting internet access according to an embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples. Referring to fig. 1, fig. 1 shows a flow of implementing a method for detecting internet access according to an embodiment of the present invention, which is detailed as follows:
in step S101, when an internet access detection request input by a user is received, an operation condition of a physical networking device of a current terminal device is detected.
In the embodiment of the invention, in the process of software development or design, a user often needs to determine whether the terminal device currently used by the user successfully accesses the internet or not, so that the designed or developed software can normally or quickly access the internet in subsequent use. Therefore, when an internet access detection request input by a user is received, the operation condition of the physical networking equipment of the current terminal equipment is detected, so that the condition that the internet cannot be normally accessed due to the failure of the physical networking equipment is rapidly checked.
Here, the API function internet getconnectiedstate provided by the Windows system is used to detect the operation of the physical networking device of the current terminal device. If the physical networking equipment can normally operate, the function returns a TRUE value to indicate that the networking equipment of the current terminal equipment normally operates, such as a network cable is connected and a network card normally operates. If the physical networking equipment cannot normally operate, the function returns a FLASE value to indicate that the networking equipment of the current terminal equipment has abnormity, such as no network cable is connected or the network card cannot normally operate.
In step S102, it is determined whether to continue the internet access detection according to the detection result of the operation condition of the physical networking device of the current terminal device.
In the embodiment of the invention, when the physical networking equipment of the current terminal equipment has faults, such as no network cable is connected, the network card can not work normally and the like, the current terminal equipment can be quickly judged not to access the Internet, and a data packet or a character does not need to be sent again to determine that the current terminal equipment does not access the Internet according to the returned delay information, so that the time is greatly saved, and the working efficiency of Internet access detection is improved.
Preferably, the embodiment of the present invention provides specific implementation steps of the method for determining whether to proceed with internet access detection, as shown in fig. 2, which are detailed as follows:
in step S201, it is determined whether to continue the internet access detection according to the detection result of the operation condition of the physical networking device of the current terminal device.
In the embodiment of the present invention, the detection result of the operation condition of the physical networking device of the current terminal device includes that the physical networking device of the current terminal device operates normally and the physical networking device of the current terminal device operates abnormally.
In step S202, if the physical networking device of the current terminal device operates normally, internet access detection is continued.
In the embodiment of the present invention, it can only be determined whether the physical networking device of the current terminal device normally operates through the API function Internet getconnectincestate, and it cannot be determined whether an Internet service is obtained, that is, it cannot be determined that the Internet is accessed, for example, the current terminal device only accesses the local area network, and when the local area network is not accessed to the Internet, the API function also returns a TRUE value, so that it is necessary to continue the access detection of the Internet to further determine whether the current terminal device successfully accesses the Internet according to the detection result.
In step S203, if the physical networking device of the current terminal device is abnormally operated, a first prompt message indicating that the current terminal device does not access the internet is output.
In the embodiment of the present invention, the first one of the first prompting messages is only used for distinguishing the prompting messages obtained under different conditions, and has no other special meaning. It is to be understood that the same applies to the second, third, fourth, etc., which will appear hereinafter to distinguish between the prompt messages acquired in different instances.
Here, the abnormal operation of the physical networking device indicates that the physical networking device cannot normally operate due to the fact that the physical networking device is not connected with a network cable, the network card is not installed, the network card is not driven, or the network card fails, so that the abnormal operation is caused. Obviously, when the physical networking device operates abnormally, the internet cannot be accessed, and therefore, the situation of internet access does not need to be detected any more. When detecting that the physical networking equipment of the current terminal equipment operates abnormally, directly outputting prompt information that the current terminal equipment does not access the Internet. For example, prompt information that the physical networking device of the current terminal device has a fault, the network cable of the current terminal device is not connected, and the like is output.
In step S103, if it is determined that the internet access detection is continued, specific information is acquired to continue the internet access detection.
In the embodiment of the present invention, the specific information includes domain name information or Uniform Resource Locator (URL) information. The specific information may be a commonly used website input by the user, or a pre-set website pre-stored for testing whether the internet is successfully accessed, so as to perform a connection test according to domain name information or URL information included in the website, and determine whether the current terminal device is successfully accessed to the internet by sending and receiving a result of the data, which is not specifically limited herein.
Preferably, the embodiment of the present invention provides specific implementation steps of a method for detecting internet access as shown in fig. 3, which are detailed as follows:
in step S301, domain name information or URL information is acquired; the domain name information comprises a domain name address, and the URL information comprises a URL address.
In the embodiment of the invention, the internet access detection is carried out by acquiring the domain name information or the URL information, and whether the current terminal equipment successfully accesses the internet is determined by sending and receiving the data result to the domain name address contained in the domain name information or the URL address contained in the URL information.
In step S302, the domain name address or the URL address is resolved, and it is determined whether to return the corresponding IP address within a first preset time.
In the embodiment of the present invention, the first and second preset times in the first preset time and the second preset time hereinafter do not have other special meanings, and are used to distinguish different preset times, where the preset time is a time length set to determine whether a step is overtime, and the unit is generally millisecond.
In the process of performing a connection test according to domain name information or URL information contained in the website and determining whether the current terminal device successfully accesses the internet by sending and receiving data results, a domain name address or a URL address is resolved by acquiring corresponding domain name information or URL information from a commonly used website input by a user or a pre-stored preset website to determine whether the domain name address or an IP address corresponding to the URL address can be returned within a first preset time to further determine whether the current terminal device successfully accesses the internet.
Here, domain name resolution is performed through a network function gethostbyname provided by the WinSock API library to obtain a corresponding IP address. If the corresponding IP address can be returned within the first preset time, connection is established with the IP address to transmit and receive data, and whether the current terminal equipment is successfully accessed to the Internet is determined according to the result of transmitting and receiving the data.
In step S303, if the corresponding IP address is not returned within the first preset time, second prompt information indicating that the current terminal device does not access the internet is output.
In the embodiment of the invention, if the corresponding IP address is not returned within the first preset time, namely the time required for acquiring the IP address exceeds the first preset time, the current terminal equipment is not accessed to the Internet and cannot acquire the corresponding IP address, and then corresponding prompt information is output to prompt the current terminal equipment not to be accessed to the Internet without entering the step of sending and receiving data, so that the time required for detection is reduced, and the working efficiency of Internet access detection is improved.
Preferably, the embodiment of the present invention provides specific implementation steps of another method for detecting internet access as shown in fig. 4, which are detailed as follows:
in step S401, if the corresponding IP address is returned within the first preset time, a connection request is sent to the IP address and it is determined whether the connection is successfully established within the second preset time.
In the embodiment of the invention, after the domain name address is analyzed through the network function gethostbyname provided by the WinSock API library, if the analysis is not overtime, an IP address return value is obtained, namely the corresponding IP address is returned within the first preset time, and at the moment, a connection request is sent to the IP address to connect the IP address. And in the process of connecting the IP address, further judging whether the current terminal equipment is successfully accessed to the Internet according to whether the connection is successfully established with the IP address.
Here, if the domain name address or the IP address corresponding to the URL address is returned within a first preset time, a socket is established, and the returned IP address is copied into an address structure, so as to implement connection to the IP address through a network function connect provided by the WinSock API library.
In step S402, if the connection is not successfully established, third prompt information indicating that the current terminal device does not access the internet is output.
In the embodiment of the invention, after the domain name address is analyzed through the network function gethostbyname provided by the WinSock API library, if the return value is SOCKET _ ERROR, the connection IP address is overtime, and the connection cannot be successfully established, namely the current terminal equipment does not access the Internet, at the moment, the prompt message that the current terminal equipment does not access the Internet is output, and the step of sending and receiving data is not needed, so that the time required by detection is reduced, and the work efficiency of Internet access detection is improved.
Preferably, the embodiment of the present invention provides specific implementation steps of another method for detecting internet access as shown in fig. 5, which are detailed as follows:
in step S501, if the connection is successfully established, a HyperText Transfer Protocol (http) request packet is sent to the IP address, and it is determined whether the http request packet is successfully sent.
In the embodiment of the invention, after the connection is successfully established with the IP address corresponding to the domain name address or the URL address, the http request data packet is sent to the IP address so as to judge whether the current terminal equipment is successfully accessed to the Internet according to whether the http request data packet is successfully sent.
In step S502, if the http request packet is not successfully sent, fourth prompt information that the current terminal device does not access the internet is output.
In the embodiment of the invention, if the http request data packet is not successfully sent within the preset time, the current terminal equipment is not successfully accessed to the internet.
Here, the http request packet is data constructed in a form of a character string and stored to the variable buf. In the embodiment of the invention, the constructed http request data packet is sent by calling the network function send provided by the Winsock API library, and whether the http request data packet is successfully sent is determined according to the return value of the network function send. For example, when the return value of the network function send is SOCKET _ ERROR, it indicates that the http request packet transmission fails, that is, the current terminal device does not access the internet, and at this time, a prompt message that the current terminal device does not access the internet is output, and the step of transmitting data and receiving data is not required, so that the time required for detection is reduced, and the work efficiency of internet access detection is improved.
Preferably, after step S501, the following steps are further included:
and if the http request data packet is successfully sent, receiving data corresponding to the http request data packet returned by the IP address, and outputting fifth prompt information that the current terminal equipment has accessed the Internet.
In the embodiment of the invention, when the http request data packet can be successfully sent, the data corresponding to the http request data packet returned by the connected IP address can be received, which indicates that the current terminal equipment can successfully access the Internet, and at this time, the prompt information that the current terminal equipment has accessed the Internet is output, so that the user can conveniently perform the next test on the software designed or developed by the user.
The detection result that the current terminal equipment is not successfully accessed to the Internet is quickly checked through response results after each step in the process of establishing connection with the IP address corresponding to the domain name address or the URL address and sending and receiving data to the IP address, and related prompt messages are output, so that the detection result that the current terminal equipment is accessed to the Internet is quickly determined, the problems that a PING command process needs to be established, the I/O operation of a program is increased, the application and release processes of resources are avoided, the Internet access detection efficiency is improved, uncertain keywords do not need to be analyzed, and the error rate caused by the fact that the PING mode needs to analyze returned data is avoided.
In the embodiment of the invention, when an Internet access detection request input by a user is received, the operation condition of the physical networking equipment of the current terminal equipment is detected; so as to determine whether to continue the internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment; and after determining to continue the Internet access detection, acquiring specific information to continue the Internet access detection, quickly checking that the Internet cannot be accessed due to abnormal operation of the physical networking equipment, so that the waiting time is shortened, the working efficiency of Internet access detection is improved, and when the physical networking equipment operates normally, whether the current terminal equipment is accessed to the Internet or not is further detected through the specific information, so that the Internet detection accuracy is improved, and the error rate is avoided.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 6 is a schematic diagram of a system for detecting internet access according to an embodiment of the present invention, which corresponds to a method for detecting internet access according to the above embodiment, and for convenience of explanation, only the parts related to the embodiment of the present invention are shown.
Referring to fig. 6, the system includes:
a networking device operation detection unit 61, configured to detect an operation condition of a physical networking device of a current terminal device when receiving an internet access detection request input by a user;
an internet access detection confirming unit 62, configured to determine whether to continue internet access detection according to a detection result of an operation condition of a physical networking device of the current terminal device;
a specific information obtaining unit 63, configured to, if it is determined that the internet access detection is to be continued, obtain specific information to continue the internet access detection.
Optionally, the internet access detection confirming unit 62 includes:
the Internet access detection subunit is used for continuing to perform Internet access detection if the physical networking equipment of the current terminal equipment operates normally;
and the first prompt information output subunit is used for outputting first prompt information that the current terminal equipment does not access the internet if the physical networking equipment of the current terminal equipment operates abnormally.
Specifically, the specific information includes domain name information or uniform resource locator URL information.
Optionally, the specific information obtaining unit 63 includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address and determining whether to return a corresponding IP address within a first preset time;
and the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time.
Optionally, the specific information obtaining unit 63 further includes:
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether the connection is successfully established within second preset time if the corresponding IP address is returned within first preset time;
and the third prompt information output subunit is used for outputting third prompt information that the current terminal equipment does not access the internet if the connection is not successfully established.
Optionally, the specific information obtaining unit 63 further includes:
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
and the fourth prompting information output subunit is used for outputting fourth prompting information that the current terminal equipment does not access the internet if the http request data packet is not successfully sent.
Optionally, the specific information obtaining unit 63 further includes:
and the fifth prompting information output subunit is configured to, if the http request data packet is successfully sent, receive data corresponding to the http request data packet returned by the IP address and output fifth prompting information that the current terminal device has accessed to the internet.
In the embodiment of the invention, when an Internet access detection request input by a user is received, the operation condition of the physical networking equipment of the current terminal equipment is detected; so as to determine whether to continue the internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment; and after determining to continue the Internet access detection, acquiring specific information to continue the Internet access detection, quickly checking that the Internet cannot be accessed due to abnormal operation of the physical networking equipment, so that the waiting time is shortened, the working efficiency of Internet access detection is improved, and when the physical networking equipment operates normally, whether the current terminal equipment is accessed to the Internet or not is further detected through the specific information, so that the Internet detection accuracy is improved, and the error rate is avoided.
Fig. 7 is a schematic diagram of an apparatus 7 for detecting internet access according to an embodiment of the present invention. As shown in fig. 7, the embodiment provides an apparatus 7 for detecting internet access, including: a processor 70, a memory 71 and a computer program 72 stored in said memory 71 and executable on said processor 70. The processor 70, when executing the computer program 72, implements the steps in the various method embodiments described above for detecting internet access, such as the steps 101-103 shown in fig. 1. Alternatively, the processor 70, when executing the computer program 72, implements the functions of the units in the system embodiments, such as the functions of the modules 61 to 63 shown in fig. 6.
Illustratively, the processor 70 calls the executable computer program 72 in the memory 71 to specifically execute the following steps:
when an Internet access detection request input by a user is received, detecting the running condition of physical networking equipment of the current terminal equipment;
determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
if the Internet access detection is determined to be continued, specific information is acquired to continue the Internet access detection.
Illustratively, the processor 70 further invokes an executable computer program 72 in the memory 71, specifically performing the following steps:
if the physical networking equipment of the current terminal equipment normally operates, continuing to perform Internet access detection;
and if the physical networking equipment of the current terminal equipment operates abnormally, outputting first prompt information that the current terminal equipment does not access the Internet.
Preferably, the specific information includes domain name information or uniform resource locator URL information.
Illustratively, the processor 70 further invokes an executable computer program 72 in the memory 71, specifically performing the following steps:
acquiring domain name information or URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
resolving the domain name address or the URL address, and determining whether to return a corresponding IP address within a first preset time;
and if the corresponding IP address is not returned within the first preset time, outputting second prompt information that the current terminal equipment does not access the Internet.
Illustratively, the processor 70 further invokes an executable computer program 72 in the memory 71, specifically performing the following steps:
if the corresponding IP address is returned within the first preset time, sending a connection request to the IP address and determining whether the connection is successfully established within the second preset time;
and if the connection is not successfully established, outputting third prompt information that the current terminal equipment does not access the Internet.
Illustratively, the processor 70 further invokes an executable computer program 72 in the memory 71, specifically performing the following steps:
if the connection is successfully established, sending an http request data packet to the IP address and determining whether the http request data packet is successfully sent;
and if the http request data packet is not successfully sent, outputting fourth prompt information that the current terminal equipment does not access the Internet.
Illustratively, the processor 70 further invokes an executable computer program 72 in the memory 71, specifically performing the following steps:
and if the http request data packet is successfully sent, receiving data corresponding to the http request data packet returned by the IP address and outputting fifth prompt information that the current terminal equipment has accessed the Internet.
Alternatively, the computer program 72 may be divided, for example, into one or more units, which are stored in the memory 71 and executed by the processor 70, to accomplish the present invention. The one or more units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 72 in the terminal 7. For example, the computer program 72 may be divided into the networking device operation detection unit 61, the internet access detection confirmation unit 62, and the specific information acquisition unit 63, and the specific functions of the units are as follows:
a networking device operation detection unit 61, configured to detect an operation condition of a physical networking device of a current terminal device when receiving an internet access detection request input by a user;
an internet access detection confirming unit 62, configured to determine whether to continue internet access detection according to a detection result of an operation condition of a physical networking device of the current terminal device;
a specific information obtaining unit 63, configured to, if it is determined that the internet access detection is to be continued, obtain specific information to continue the internet access detection.
Optionally, the internet access detection confirming unit 62 includes:
the Internet access detection subunit is used for continuing to perform Internet access detection if the physical networking equipment of the current terminal equipment operates normally;
and the first prompt information output subunit is used for outputting first prompt information that the current terminal equipment does not access the internet if the physical networking equipment of the current terminal equipment operates abnormally.
Specifically, the specific information includes domain name information or uniform resource locator URL information.
Optionally, the specific information obtaining unit 63 includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address and determining whether to return a corresponding IP address within a first preset time;
and the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time.
Optionally, the specific information obtaining unit 63 further includes:
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether the connection is successfully established within second preset time if the corresponding IP address is returned within first preset time;
and the third prompt information output subunit is used for outputting third prompt information that the current terminal equipment does not access the internet if the connection is not successfully established.
Optionally, the specific information obtaining unit 63 further includes:
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
and the fourth prompting information output subunit is used for outputting fourth prompting information that the current terminal equipment does not access the internet if the http request data packet is not successfully sent.
Optionally, the specific information obtaining unit 63 further includes:
a fifth prompting information output subunit, configured to, if the http request data packet is successfully sent, receive data corresponding to the http request data packet returned by the IP address and output fifth prompting information that the current terminal device has accessed to the internet
The device for detecting internet access 7 may include, but is not limited to, a processor 70, a memory 71. It will be appreciated by a person skilled in the art that fig. 7 is only an example of a device 7 for detecting internet access and does not constitute a limitation of the device 7 for detecting internet access, and that it may comprise more or less components than those shown, or some components may be combined, or different components, e.g. the terminal may further comprise input output devices, network access devices, buses, etc.
The Processor 70 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 71 may be an internal storage unit of the device for detecting internet access 7, such as a hard disk or a memory of the device for detecting internet access 7. The memory 71 may also be an external storage device of the device 7 for detecting internet access, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the device 7 for detecting internet access. Further, the memory 71 may also include both an internal storage unit and an external storage device of the terminal device. The memory 71 is used for storing the computer program and other programs and data required by the terminal. The memory 71 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
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 invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (5)

1. A method of detecting internet access, the method comprising:
when an Internet access detection request input by a user is received, detecting the running condition of physical networking equipment of the current terminal equipment;
determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
if the Internet access detection is determined to be continued, specific information is acquired to continue the Internet access detection;
the step of determining whether to continue the internet access detection according to the detection result of the operation condition of the physical networking device of the current terminal device comprises the following steps:
if the physical networking equipment of the current terminal equipment normally operates, continuing to perform Internet access detection;
if the physical networking equipment of the current terminal equipment operates abnormally, outputting first prompt information that the current terminal equipment does not access the Internet;
the step of obtaining specific information to proceed with internet access detection comprises:
acquiring domain name information or Uniform Resource Locator (URL) information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
analyzing the domain name address or the URL address through a network function gethostbyname provided by a WinSock API library, and determining whether to return a corresponding IP address within first preset time;
if the corresponding IP address is not returned within the first preset time, outputting second prompt information that the current terminal equipment does not access the Internet;
if the corresponding IP address is returned within the first preset time, sending a connection request to the IP address and determining whether the connection is successfully established within the second preset time, wherein a socket is established, and the returned IP address is copied to an address structure so as to realize the connection of the IP address through a network function connect provided by a WinSock API library;
if the connection is not successfully established, outputting third prompt information that the current terminal equipment does not access the Internet;
if the connection is successfully established, sending an HTTP request data packet to the IP address and determining whether the HTTP request data packet is successfully sent;
if the http request data packet is not successfully sent, outputting fourth prompt information that the current terminal equipment does not access the Internet;
the method comprises the steps of calling a network function send provided by a Winsock API library to send a constructed http request data packet, and determining whether the http request data packet is successfully sent according to a return value of the network function send, wherein the http request data packet is data which is constructed in a character string mode and stored to a variable buf.
2. The method of claim 1, wherein the step of obtaining specific information to proceed with internet access detection further comprises:
and if the http request data packet is successfully sent, receiving data corresponding to the http request data packet returned by the IP address and outputting fifth prompt information that the current terminal equipment has accessed the Internet.
3. A system for detecting internet access, comprising:
the network equipment operation detection unit is used for detecting the operation condition of the physical network equipment of the current terminal equipment when receiving an Internet access detection request input by a user;
the Internet access detection confirming unit is used for determining whether to continue Internet access detection according to the detection result of the operation condition of the physical networking equipment of the current terminal equipment;
a specific information acquisition unit for acquiring specific information to continue the internet access detection if it is determined to continue the internet access detection;
the specific information acquisition unit includes:
a domain name or URL information acquiring subunit, configured to acquire domain name information or uniform resource locator URL information input by a user; the domain name information comprises a domain name address, and the URL information comprises a URL address;
the address resolution subunit is used for resolving the domain name address or the URL address through a network function gethostbyname provided by a WinSock API library and determining whether to return a corresponding IP address within a first preset time;
the second prompt information output subunit is used for outputting second prompt information that the current terminal equipment does not access the internet if the corresponding IP address is not returned within the first preset time;
the IP address connection processing subunit is used for sending a connection request to the IP address and determining whether connection is successfully established within second preset time if the corresponding IP address is returned within first preset time, wherein a socket is established, and the returned IP address is copied into an address structure so as to realize connection of the IP address through a network function connect provided by a WinSock API library;
a third prompt information output subunit, configured to output, if the connection is not successfully established, third prompt information that the current terminal device does not access the internet;
an http request data packet sending subunit, configured to send an http request data packet to the IP address and determine whether to successfully send the http request data packet if the connection is successfully established;
a fourth prompting information output subunit, configured to output fourth prompting information that the current terminal device does not access the internet if the http request packet is not successfully sent;
the method comprises the steps of calling a network function send provided by a Winsock API library to send a constructed http request data packet, and determining whether the http request data packet is successfully sent according to a return value of the network function send, wherein the http request data packet is data which is constructed in a character string mode and stored to a variable buf.
4. An apparatus for detecting internet access, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of detecting internet access of claim 1 or 2 when executing said computer program.
5. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method of detecting internet access of claim 1 or 2.
CN201810825712.5A 2018-07-25 2018-07-25 Method, system and equipment for detecting internet access Active CN109039813B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810825712.5A CN109039813B (en) 2018-07-25 2018-07-25 Method, system and equipment for detecting internet access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810825712.5A CN109039813B (en) 2018-07-25 2018-07-25 Method, system and equipment for detecting internet access

Publications (2)

Publication Number Publication Date
CN109039813A CN109039813A (en) 2018-12-18
CN109039813B true CN109039813B (en) 2021-06-11

Family

ID=64645025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810825712.5A Active CN109039813B (en) 2018-07-25 2018-07-25 Method, system and equipment for detecting internet access

Country Status (1)

Country Link
CN (1) CN109039813B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112398701A (en) * 2021-01-18 2021-02-23 南京纳新信息科技有限公司 Intelligent voice recognition system based on internet application

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100563177C (en) * 2005-08-17 2009-11-25 华为技术有限公司 The system and method that a kind of network failure detects
US7966536B2 (en) * 2008-04-11 2011-06-21 International Business Machines Corporation Method and apparatus for automatic scan completion in the event of a system checkstop
US9747154B2 (en) * 2015-08-31 2017-08-29 International Business Machines Corporation Isolating hardware and network failures in a computing environment
CN106656654B (en) * 2016-10-28 2019-07-19 锐捷网络股份有限公司 A kind of network fault diagnosis method and trouble-shooter
CN107592240A (en) * 2017-09-07 2018-01-16 上海斐讯数据通信技术有限公司 A kind of method and system of router automatic detection network access

Also Published As

Publication number Publication date
CN109039813A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
CN111766509B (en) Chip testing method and related equipment
CN110798380B (en) Data acquisition method, system, device, test equipment and test server
CN109889511B (en) Process DNS activity monitoring method, equipment and medium
CN109344066B (en) Method, system and terminal for testing browser page
CN107621963B (en) Software deployment method, software deployment system and electronic equipment
CN113114680A (en) Detection method and detection device for file uploading vulnerability
CN107360036B (en) Network fault positioning method, terminal and server
CN109039813B (en) Method, system and equipment for detecting internet access
CN112671574B (en) Front-end and back-end joint debugging method and device, proxy equipment and storage medium
CN104052630A (en) Method and system for executing verification on website
CN107888451B (en) Method and device for testing Web server
US11121912B2 (en) Method and apparatus for processing information
CN115357513B (en) Program ambiguity test method, device, equipment and storage medium
CN113986603B (en) Method and device for determining page loading abnormity reason and storage medium
CN107342917B (en) Method and apparatus for detecting network device performance
CN111737129B (en) Service control method, device, computer readable medium and electronic equipment
CN107291618B (en) Application storage method and device and terminal equipment
CN108288135B (en) System compatibility method and device, computer readable storage medium and electronic equipment
CN108111611B (en) Client detection method and device and electronic equipment
CN114866405B (en) Module configuration method, communication module, electronic device and storage medium
CN111488171B (en) Data generation and analysis method and device and electronic equipment
CN114816876B (en) Automatic test system for server Redfish interface specifications
CN116795684A (en) Automatic test method, device, terminal equipment and medium of interface
CN113961938A (en) Vulnerability checking method, system, computer equipment and readable storage medium
CN116094751A (en) Hijacking vulnerability information detection method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant