CN115426394A - Communication connection method, communication connection device, electronic equipment and storage medium - Google Patents

Communication connection method, communication connection device, electronic equipment and storage medium Download PDF

Info

Publication number
CN115426394A
CN115426394A CN202211053289.4A CN202211053289A CN115426394A CN 115426394 A CN115426394 A CN 115426394A CN 202211053289 A CN202211053289 A CN 202211053289A CN 115426394 A CN115426394 A CN 115426394A
Authority
CN
China
Prior art keywords
connection
browser plug
communication module
application program
websocket
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
CN202211053289.4A
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.)
Guizhou Xinzhi Pratt & Whitney Information Technology Co ltd
Original Assignee
Guizhou Xinzhi Pratt & Whitney Information 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 Guizhou Xinzhi Pratt & Whitney Information Technology Co ltd filed Critical Guizhou Xinzhi Pratt & Whitney Information Technology Co ltd
Priority to CN202211053289.4A priority Critical patent/CN115426394A/en
Publication of CN115426394A publication Critical patent/CN115426394A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Abstract

The application provides a communication connection method, a communication connection device, electronic equipment and a storage medium. The method is applied to an application program, the application program comprises a WebSocket communication module, and the method comprises the following steps: acquiring a connection request sent by a browser plug-in, wherein the connection request comprises permission verification information and identification information of the browser plug-in; according to the authority verification information, verifying the connection authority of the browser plug-in identified by the identification information; and under the condition that the verification is passed, establishing communication connection with the browser plug-in through the WebSocket communication module. In the method, the application program comprises the WebSocket communication module, so that the communication connection can be established between the WebSocket communication module and the browser plug-in, and the establishment process of the communication connection does not depend on a registry, so that the method can be applied to various operating systems such as windows and Linux, and the application of cross-operating systems is realized.

Description

Communication connection method, communication connection device, electronic equipment and storage medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a communication connection method, apparatus, electronic device, and storage medium.
Background
With the development of science and technology, data transmission between an application program and a browser plug-in is generally required, so that a communication connection is required to be constructed between the application program and the browser plug-in.
At present, a communication connection between an application program and a browser plug-in is established by adding a path of the browser plug-in and a path of the application program to a registry of an operating system (e.g., windows), so that when data transmission is performed, a path of a data receiver can be acquired through the registry, and then data transmission is performed.
However, this connection between the application and the browser plug-in is often dependent on an operating system such as windows, and is difficult to adapt across operating systems.
Disclosure of Invention
An object of the embodiments of the present application is to provide a communication connection method, an apparatus, an electronic device, and a storage medium, which are used to solve the problems in the prior art.
A first aspect of an embodiment of the present application provides a communication connection method, where the method is applied to an application program, where the application program includes a WebSocket communication module, and the method includes:
acquiring a connection request sent by a browser plug-in, wherein the connection request comprises authority verification information and identification information of the browser plug-in;
according to the authority verification information, verifying the connection authority of the browser plug-in identified by the identification information;
and under the condition that the verification is passed, establishing communication connection with the browser plug-in through the WebSocket communication module.
In one embodiment, the method further comprises:
and generating the WebSocket communication module by utilizing a Python framework environment integrated by the application program.
In one embodiment, the connection request further includes a connection path of one or more connection nodes of the browser plug-in; and (c) a second step of,
under the condition that the verification is passed, establishing communication connection with the browser plug-in through the WebSocket communication module, wherein the method specifically comprises the following steps:
and under the condition that the verification is passed, constructing communication connection with one or more connection nodes of the browser plug-in through the WebSocket communication module and the connection path.
In one embodiment, the method further comprises:
acquiring a permission registration request sent by the browser plug-in;
and registering the connection authority of the browser plug-in.
In one embodiment, the method further comprises:
and carrying out data transmission between the WebSocket communication module and the browser plug-in.
In an embodiment, the data transmission between the WebSocket communication module and the browser plug-in includes:
and sending webpage modification data to the browser plug-in by utilizing the WebSocket communication module.
A second aspect of the embodiments of the present application provides a communication connection apparatus, where the apparatus is applied to an application program, where the application program includes a WebSocket communication module, and the apparatus includes:
the device comprises an acquisition unit, a processing unit and a display unit, wherein the acquisition unit is used for acquiring a connection request sent by a browser plug-in, and the connection request comprises authority verification information and identification information of the browser plug-in;
the verification unit is used for verifying the connection authority of the browser plug-in identified by the identification information according to the authority verification information;
and the connection unit is used for establishing communication connection with the browser plug-in through the WebSocket communication module under the condition that the verification is passed.
In one embodiment, the apparatus further comprises:
and the generating unit is used for generating the WebSocket communication module by utilizing the Python framework environment integrated by the application program.
A third aspect of embodiments of the present application provides a storage medium, including: a program which, when run on an electronic device, causes the electronic device to perform the method of any one of the method embodiments of the present application.
The communication connection method provided by the embodiment of the application is applied to an application program, the application program comprises a WebSocket communication module, the WebSocket communication module acquires a connection request sent by a browser plug-in, then verifies the connection authority of the browser plug-in identified by identification information in the connection request according to authority verification information in the connection request, and under the condition that the verification is passed, the WebSocket communication module in the application program is used for constructing communication connection with the browser plug-in. In the method, the application program comprises the WebSocket communication module, so that the communication connection can be established between the WebSocket communication module and the browser plug-in, and the establishment process of the communication connection does not depend on a registry, so that the method can be applied to various operating systems such as windows and Linux, and the application of cross-operating systems is realized.
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 structural diagram of an electronic device according to an embodiment of the present disclosure;
fig. 2 is a schematic flowchart illustrating a communication connection method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a communication connection 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. In the description of the present application, terms such as "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying a relative importance or order.
As described above, in the current manner of establishing a communication connection between an application program and a browser plug-in, both a path of the browser plug-in and a path of the application program are mainly added to a registry of an operating system, so that when data transmission is performed, a path of a data receiver can be obtained through the registry, and then data transmission is performed. For example, when the browser plug-in needs to send data to the application program, the browser plug-in can acquire the path of the application program through the registry, and then send the data. However, this connection between the application and the browser plug-in is often dependent on an operating system such as windows, and is difficult to adapt across operating systems.
Based on the above, the embodiment of the application provides a communication connection method, a communication connection device, an electronic device and a storage medium, which can construct a communication connection between an application program and a browser plug-in and can also be applicable across operating systems. As shown in fig. 1, an electronic device 1 provided in this embodiment is provided, where the electronic device 1 includes: at least one processor 11 and a memory 12, one processor being exemplified in fig. 1. The processor 11 and the memory 12 may be connected via the bus 10, and the memory 12 stores instructions executable by the processor 11, and the instructions are executed by the processor 11, so that the electronic device 1 may perform all or part of the processes of the methods in the embodiments described below.
In practical applications, the electronic device 1 may be a mobile phone, a notebook computer, a desktop computer, or a large server or a server cluster formed by the mobile phone, the notebook computer, the desktop computer, or the like. For example, in an application scenario of the embodiment of the present application, when crawling is performed on the web content, the electronic device 1 may serve as a server or a server cluster.
The embodiment of the present application provides a communication connection method, where the method may be executed by the electronic device 1 shown in fig. 1, and fig. 2 is a specific flowchart of the method. It should be noted that the method can be applied to an application program, so that the application program constructs a communication connection with a browser plug-in. In addition, the application program comprises a WebSocket communication module, and the WebSocket communication module can enable the application program and the connected browser plug-in to be communicated based on a WebSocket communication protocol. The WebSocket communication protocol is a protocol for performing full duplex communication on a single TCP connection.
As shown in fig. 2, the method includes the following steps:
step S21: and acquiring a connection request sent by the browser plug-in.
The browser plug-in may be a plug-in developed based on a browser, the function of the plug-in may be, for example, acquiring web page data, populating web page data, and the like, and the browser may be, for example, a Chrome browser or other browsers, and the type of the browser and the function of the plug-in are not specifically limited herein.
The connection request comprises authority verification information and identification information of the browser plug-in. The identification information of the browser plug-in can uniquely identify the corresponding browser plug-in, and in practical application, the identification information may be a name, version information, provider information, and the like of the browser plug-in. The permission verification information can be used to verify whether the browser plug-in identified by the identification information has a connection permission, and in practical application, the permission verification information may be, for example, signature information.
When the browser plug-in needs to be connected with the application program, the browser plug-in can send a connection request to the application program so as to request to be connected with the application program, and a WebSocket communication module of the application program can receive the connection request sent by the browser plug-in.
For example, under the triggering of a timing task, a browser plug-in needs to send data to an application program or needs to acquire data from the application program, and at this time, a connection request needs to be first connected with the application program, so that the connection request is sent to the application program, and the connection request includes permission verification information and identification information of the browser plug-in, so that the WebSocket communication module of the application program can receive the connection request.
Certainly, considering that the application program may need to perform communication connection with multiple browser plug-ins, for example, multiple different browser plug-ins respectively send connection requests to the application program in a short time, at this time, in order to reduce communication congestion, a request queue may be constructed in advance, the connection requests respectively sent by the browser plug-ins are added to the request queue according to the sequence of sending times, and then the WebSocket communication module of the application program can sequentially obtain the connection requests according to the sequence of the connection requests in the request queue.
Step S22: and verifying the connection authority of the browser plug-in identified by the identification information in the connection request according to the authority verification information in the connection request.
As mentioned above, the connection request includes the right check information and the identification information of the browser plug-in, so that the connection right of the browser plug-in identified by the identification information can be checked through the right check information, for example, the right can be checked by combining a white list or a black list, where the right check information recorded by the white list is used to indicate that the browser plug-in identified by the identification information has the connection right, and the right check information recorded by the black list is used to indicate that the browser plug-in identified by the identification information does not have the connection right.
Therefore, the white list can be queried by using the authority verification information in the connection request, when the white list is queried to include the authority verification information in the connection request, the browser plug-in identified by the identification information has the connection authority, and the verification passes at the moment; or, when the white list is inquired to not include the authority verification information in the connection request, it is described that the browser plug-in identified by the identification information does not have the connection authority, and the verification is not passed at this time.
The blacklist can also be inquired by using the authority verification information in the connection request, when the blacklist is inquired to include the authority verification information in the connection request, the browser plug-in identified by the identification information does not have the connection authority, and the verification is not passed at the moment; or, when the blacklist is inquired to include the authority verification information in the connection request, it is indicated that the browser plug-in identified by the identification information has the connection authority, and the verification is passed at this time.
In practical application, the method may further include acquiring a permission registration request sent by the browser plug-in, so as to register the connection permission of the browser plug-in. For example, the permission registration request may include permission verification information (e.g., signature information), so that after the WebSocket communication module of the application acquires the permission registration request, the WebSocket communication module can audit the permission verification information in an automatic audit or manual audit manner, and add the permission verification information to the white list when the authorization is approved, thereby completing registration; or, if the audit is not passed, the authority check information is added to a blacklist or the like, and the registration fails at this time.
Of course, in order to facilitate the auditing, the permission registration request may also include identification information of the browser plug-in, such as a name, a version number, and the like of the browser plug-in, so that the name, the version number, and the like are used for auditing in a subsequent auditing process.
Step S23: and under the condition that the verification is passed, establishing communication connection with the browser plug-in through a WebSocket communication module in the application program.
In the step S22, if the verification is passed, for example, the white list includes the authority verification information in the connection request, a communication connection with the browser plug-in may be constructed through the WebSocket communication module in the application program, where the communication connection may be a WebSocket communication connection based on the WebSocket communication protocol.
The communication connection method provided by the embodiment of the application is applied to an application program, the application program comprises a WebSocket communication module, the WebSocket communication module acquires a connection request sent by a browser plug-in, then verifies the connection authority of the browser plug-in identified by identification information in the connection request according to authority verification information in the connection request, and under the condition that the verification is passed, the WebSocket communication module in the application program is used for constructing communication connection with the browser plug-in. In the method, the application program comprises the WebSocket communication module, so that the communication connection can be established between the WebSocket communication module and the browser plug-in, and the establishment process of the communication connection does not depend on a registry, so that the method can be applied to various operating systems such as windows and Linux, and the application of cross-operating systems is realized.
It should be noted that, after the browser or the open web page is started, the browser plug-in (for example, the browser plug-in functions are to acquire web page data and fill in the web page data) is usually activated according to the Chrome operating specification, and at this time, a connection request may be sent to the application program, where the connection request includes the permission verification information and the identification information of the browser plug-in. Accordingly, the application can obtain the connection request through the step S21, and perform the steps S22 and S23 to implement a communication connection with the browser plug-in, which may be a long connection.
In addition, the browser plug-in may have one or more connection nodes, and a communication connection may be established between the browser plug-in and the connection nodes, where the type of the connection node may be an XPath node, or other types of nodes. Therefore, in the step S21, the connection request may further include a connection path of one or more connection nodes of the browser plug-in, so that in the case that the verification passes, in step S23, a communication connection with one or more connection nodes of the browser plug-in can be constructed through the WebSocket communication module and the connection path.
In practical application, under the condition that an application program runs normally or is about to be started, the WebSocket communication module can be started, and then a corresponding connection port is provided; at this time, if the browser plug-in is also activated according to the Chrome running specification, a connection request may be sent to the application program through the connection port, where the connection request may include limit verification information, identification information of the browser plug-in, a connection path of one or more connection nodes, and the like, so that the application program may verify the connection authority of the browser plug-in according to the limit verification information, and establish communication connection with the one or more connection nodes through the connection path when the verification passes; at this time, the browser plug-in can also create a network connection from the resident memory to the application program through the background js interface of the browser.
The connection request can also comprise connection paths of a plurality of connection nodes of the browser plug-in; thus, when the check is passed, a target connection node, which may be a connection node with higher communication efficiency or a connection node with less blocking, can be screened out from the connection nodes, and then a communication connection with the target connection node is established by using a connection path of the target connection node.
Of course, when the target connection node is screened from the connection nodes, the screening may be performed automatically, for example, according to data of communication efficiency, blocking, and the like of the connection nodes, or the connection nodes may be displayed in an operation interface of an application program, and then the selected connection node is selected and operated according to mouse click, touch, and the like of a relevant operator, so as to serve as the target connection node.
As mentioned above, the application includes the WebSocket communication module, and therefore, in order to make the application include the WebSocket communication module, the WebSocket communication module may be generated in advance by using the Python framework environment integrated by the application. For example, a Python framework environment is integrated in the application program, and then development is performed based on the Python framework environment, so that the WebSocket communication module is generated.
In addition, after the application program establishes communication connection with the browser plug-in through the WebSocket communication module, data transmission can be performed between the application program and the browser plug-in, and the data transmission can be bidirectional data transmission, for example, the application program can send data to the browser plug-in through the WebSocket communication module, or the browser plug-in can send data to the application program through the WebSocket communication module.
For example, the browser is specifically Chrome, and the browser plug-in is specifically a browser plug-in that modifies web page data, and the browser plug-in can obtain the web page modification data through communication with the application program, so as to modify the web page. Specifically, in step S23, after the communication connection with the browser plug-in is established through the WebSocket communication module in the application program, the application program can encapsulate the web page modification data into a json format, and then send the web page modification data to the browser plug-in by using the WebSocket communication module. The web page modification data may include web page data, such as js, css, node information, and the like of a web page, and the web page modification data may further include indication information, such as indication information of operations of adding, deleting, modifying, and searching a web page node.
In this way, after receiving the webpage modification data, the browser plug-in can modify the webpage according to the indication information and the webpage data therein.
Based on the same inventive concept as the communication connection method provided in the embodiments of the present application, the embodiments of the present application also provide a communication connection apparatus, for which, if unclear, the corresponding contents of the embodiments of the method can be referred to. The device is applied to an application program, and the application program comprises a WebSocket communication module. As shown in fig. 3, the apparatus 30 includes an obtaining unit 301, a verifying unit 302, and a connecting unit 303, wherein:
an obtaining unit 301, configured to obtain a connection request sent by a browser plug-in, where the connection request includes permission verification information and identification information of the browser plug-in;
a verification unit 302, configured to verify, according to the permission verification information, the connection permission of the browser plug-in identified by the identification information;
and the connection unit 303 is configured to establish a communication connection with the browser plug-in through the WebSocket communication module when the verification passes.
With the device 30 provided in the embodiment of the present application, since the device 30 adopts the same inventive concept as the communication connection method provided in the embodiment of the present application, on the premise that the method can solve the technical problem, the device 30 can also solve the technical problem, and details thereof are not repeated here.
In addition, in practical applications, the technical effect obtained by combining the apparatus 30 with specific software, hardware, cloud technology, etc. is also within the scope of the present application, for example, different units in the apparatus 30 are distributed in different nodes in a distributed cluster by using a distributed cluster manner, so as to improve efficiency, etc.
In practical applications, the apparatus 30 may further include: and the generating unit is used for generating the WebSocket communication module by utilizing the Python framework environment integrated by the application program.
The connection request also comprises a connection path of one or more connection nodes of the browser plug-in; and the connection unit 303 may specifically include a connection subunit, configured to construct, through the WebSocket communication module and the connection path, a communication connection with one or more connection nodes of the browser plug-in unit when the check is passed.
The device 30 may further include a registration unit, configured to obtain an authority registration request sent by the browser plug-in; and registering the connection authority of the browser plug-in.
The device 30 may further include a data transmission unit, configured to perform data transmission between the WebSocket communication module and the browser plug-in.
The data transmission unit may include a data transmission subunit configured to send, by using the WebSocket communication module, the web page modification data to the browser plug-in.
An embodiment of the present invention further provides a storage medium, including: a program that, when executed on an electronic device, causes the electronic device to perform all or part of the procedures of the methods in the above embodiments. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like. The storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A communication connection method applied to an application program including a WebSocket communication module, the method comprising:
acquiring a connection request sent by a browser plug-in, wherein the connection request comprises permission verification information and identification information of the browser plug-in;
according to the authority verification information, verifying the connection authority of the browser plug-in identified by the identification information;
and under the condition that the verification is passed, establishing communication connection with the browser plug-in through the WebSocket communication module.
2. The method of claim 1, further comprising:
and generating the WebSocket communication module by utilizing a Python framework environment integrated by the application program.
3. The method of claim 1, wherein the connection request further comprises a connection path for one or more connection nodes of the browser plug-in; and the number of the first and second groups,
under the condition that the verification is passed, establishing communication connection with the browser plug-in through the WebSocket communication module, wherein the establishing communication connection specifically comprises the following steps:
and under the condition that the verification is passed, constructing communication connection with one or more connection nodes of the browser plug-in through the WebSocket communication module and the connection path.
4. The method of claim 1, further comprising:
acquiring a permission registration request sent by the browser plug-in;
and registering the connection authority of the browser plug-in.
5. The method of claim 1, further comprising:
and carrying out data transmission between the WebSocket communication module and the browser plug-in.
6. The method of claim 5, wherein performing data transmission between the WebSocket communication module and the browser plug-in specifically comprises:
and sending webpage modification data to the browser plug-in by using the WebSocket communication module.
7. A communication connection apparatus, wherein the apparatus is applied to an application program including a WebSocket communication module, the apparatus comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a connection request sent by a browser plug-in, and the connection request comprises authority verification information and identification information of the browser plug-in;
the verification unit is used for verifying the connection authority of the browser plug-in identified by the identification information according to the authority verification information;
and the connection unit is used for establishing communication connection with the browser plug-in through the WebSocket communication module under the condition that the verification is passed.
8. The apparatus of claim 7, further comprising:
and the generating unit is used for generating the WebSocket communication module by utilizing the Python framework environment integrated by the application program.
9. An electronic device, comprising:
a memory to store a computer program;
a processor to perform the method of any one of claims 1 to 6.
10. A storage medium, comprising: program which, when run on an electronic device, causes the electronic device to perform the method of any one of claims 1 to 6.
CN202211053289.4A 2022-08-30 2022-08-30 Communication connection method, communication connection device, electronic equipment and storage medium Pending CN115426394A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211053289.4A CN115426394A (en) 2022-08-30 2022-08-30 Communication connection method, communication connection device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211053289.4A CN115426394A (en) 2022-08-30 2022-08-30 Communication connection method, communication connection device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115426394A true CN115426394A (en) 2022-12-02

Family

ID=84199835

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211053289.4A Pending CN115426394A (en) 2022-08-30 2022-08-30 Communication connection method, communication connection device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115426394A (en)

Similar Documents

Publication Publication Date Title
CN108897691B (en) Data processing method, device, server and medium based on interface simulation service
CN110365724B (en) Task processing method and device and electronic equipment
CN111475376A (en) Method and device for processing test data, computer equipment and storage medium
CN110580305A (en) Method, apparatus, system, and medium for generating identifier
CN111431767B (en) Multi-browser resource synchronization method and device, computer equipment and storage medium
CN102662838B (en) The adjustment method of Flash and system in a kind of browser
CN111556080A (en) Network node monitoring method, device, medium and electronic equipment
CN112818270B (en) Data cross-domain transfer method and device and computer equipment
CN112671574B (en) Front-end and back-end joint debugging method and device, proxy equipment and storage medium
CN112748962B (en) Application loading method, device, electronic equipment and computer readable medium
CN112115103B (en) File address display method and device, electronic equipment and readable storage medium
CN111783005B (en) Method, device and system for displaying web page, computer system and medium
JP6199844B2 (en) Suspicious part estimation device and suspected part estimation method
CN111447273A (en) Cloud processing system and data processing method based on cloud processing system
CN111338928A (en) Chrome-based browser testing method and device
CN112948733B (en) Interface maintenance method, device, computing equipment and medium
CN115426394A (en) Communication connection method, communication connection device, electronic equipment and storage medium
CN112181930B (en) File management method and device for virtual switching matrix
US11729246B2 (en) Apparatus and method for determining types of uniform resource locator
CN113132447A (en) Reverse proxy method and system
US20140237133A1 (en) Page download control method, system and program for ie core browser
CN110618934A (en) Front-end automatic test debugging method and device and computer readable storage medium
CN116233239B (en) Comment-based configured gateway registration method and system
CN110874433A (en) Information processing method and system, computer system and computer readable medium
CN109005084B (en) Method, electronic device, and computer-readable medium for verifying network connection

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