CN112799857B - Application access method, device, terminal and storage medium - Google Patents

Application access method, device, terminal and storage medium Download PDF

Info

Publication number
CN112799857B
CN112799857B CN201911115448.7A CN201911115448A CN112799857B CN 112799857 B CN112799857 B CN 112799857B CN 201911115448 A CN201911115448 A CN 201911115448A CN 112799857 B CN112799857 B CN 112799857B
Authority
CN
China
Prior art keywords
application
page
access
accessed
identifier
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
CN201911115448.7A
Other languages
Chinese (zh)
Other versions
CN112799857A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201911115448.7A priority Critical patent/CN112799857B/en
Publication of CN112799857A publication Critical patent/CN112799857A/en
Application granted granted Critical
Publication of CN112799857B publication Critical patent/CN112799857B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3055Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses an application access device, a terminal and a storage medium, wherein the application access method comprises the following steps: receiving an application access request triggered by a user aiming at an access page, wherein the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, calling an application corresponding to the application identifier to be accessed through a preset application interface, distributing an identification port to the access page according to the page identifier, constructing socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port, and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets a preset condition.

Description

Application access method, device, terminal and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an application access method, an application access device, a terminal, and a storage medium.
Background
With the increasing rise of the mobile internet, users can access application programs on a browser through a fifth generation hypertext markup language (Hyper Text Markup Language 5.0.0, H5), and conventionally, when the application programs are called through an H5 page, a response time is preset, and if the application programs are started within the response time, the calling is considered to be successful.
However, the start time required for starting different applications is different, so there may be a case where the start time of an application is longer than the response time, and the case where the application call is successful and the call fails is displayed on the H5 page.
Disclosure of Invention
The embodiment of the invention provides an application access method, an application access device, a terminal and a storage medium, which can avoid the situation that the calling time of an application program is longer than the preset response time, thereby causing the calling failure of the application program.
The embodiment of the invention provides an application access method, which comprises the following steps:
receiving an application access request triggered by a user aiming at an access page, wherein the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page;
calling an application corresponding to the application identifier to be accessed through a preset application interface;
According to the page identification, an identification port is allocated for the access page;
based on the identification port, socket connection between the access page and the application is constructed so that the access page identifies the running state of the application through the identification port;
and if the running state meets the preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
Correspondingly, the embodiment of the invention also provides an application access device, which comprises:
the receiving module is used for receiving an application access request triggered by a user aiming at an access page, wherein the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page;
a calling module for calling the application corresponding to the application identifier to be accessed through a preset application interface
The allocation module is used for allocating an identification port for the access page according to the page identification;
the construction module is used for constructing socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port;
and the display module is used for switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets the preset condition.
Optionally, in some embodiments of the invention, the building block includes:
a first extracting unit, configured to extract page request data from the page identifier;
the sending unit is used for sending the page request data to an application corresponding to the application identifier to be accessed;
the acquisition unit is used for acquiring response data returned by the application according to the page request data through the identification port;
and the determining unit is used for determining the running state of the application based on the response data.
Optionally, in some embodiments of the present invention, the determining unit is specifically configured to:
respectively analyzing the page request data and the response data to obtain a request field corresponding to the page request data and a response field corresponding to the response data;
extracting running data of the application;
constructing an operation data packet corresponding to the application based on the request field, the response field and the operation data;
determining the running state of the application through the running data packet;
the display module is specifically configured to switch and display the access page to an application entry page corresponding to the application identifier to be accessed if the running data packet meets a preset condition.
Optionally, in some embodiments of the present invention, the display module includes:
the second extraction unit is used for extracting a request field and a response field in the operation data packet;
the checking unit is used for checking the request field and the response field;
and the first display unit is used for switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed when the response field is matched with the request field.
Optionally, in some embodiments of the present invention, the first display unit is specifically configured to:
when the response field is matched with the request field, determining that the access page jumps to a page jump path corresponding to an application entry page according to the page request data;
calling application data corresponding to the application identifier to be accessed based on the application identifier to be accessed;
constructing an application entry page corresponding to the application identifier to be accessed through the application data;
and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed according to the page jump path.
Optionally, in some embodiments of the present invention, a second display unit is further included, where the second display unit is specifically configured to:
And when the response field is not matched with the request field, switching and displaying the access page to a preset page after a preset time interval.
Optionally, in some embodiments of the invention, the allocation module includes:
the second determining unit is used for determining the page address of the access page and the user agent of the access page according to the page identification;
and the allocation unit is used for allocating an identification port for the access page based on the page address and the user agent.
Optionally, in some embodiments of the present invention, the distribution unit is specifically configured to:
acquiring a plurality of preset identification ports;
detecting the execution state of each preset identification port;
and determining the identification port corresponding to the access page from a plurality of preset identification ports according to the execution state of each preset identification port, the page address and the user agent.
Optionally, in some embodiments of the present invention, the display module is specifically configured to:
if the running state meets a preset condition, the access page receives a first internet protocol address returned by the application and running information corresponding to the running of the application through the identification port;
Checking the first internet protocol address;
and when the first internet protocol address is consistent with the second internet protocol address corresponding to the access page, based on the running information, the access page is switched and displayed to an application entry page corresponding to the application identifier to be accessed.
After receiving an application access request triggered by a user aiming at an access page, the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, an identification port is allocated to the access page according to the page identifier, then the running state of an application corresponding to the application identifier to be accessed is identified through the identification port, if the running state meets a preset condition, the access page is switched and displayed to an application entry page corresponding to the application identifier to be accessed.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1a is a schematic diagram of a first scenario of an application access method according to an embodiment of the present invention;
FIG. 1b is a flowchart illustrating an application access method according to an embodiment of the present invention;
FIG. 1c is a schematic diagram of a protocol set of an application access method according to an embodiment of the present invention;
FIG. 1d is a schematic view of a second scenario of an application access method according to an embodiment of the present invention;
fig. 1e is a schematic diagram of a third scenario of an application access method according to an embodiment of the present invention;
FIG. 2 is another flow chart of an application access method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an application access device according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to fall within the scope of the invention.
The embodiment of the invention provides an application access method, an application access device, a terminal and a storage medium.
The application access means may be integrated in a terminal, such as a mobile phone, a tablet computer or a personal computer (PC, personal Computer), among others.
For example, as shown in fig. 1a, specifically, the application access device is integrated in a mobile phone, a user clicks an application access trigger control on a page (i.e. an access page), for example, clicks a "jump" control on the access page, the mobile phone where the application access device is located receives an application access request triggered by the user for the access page, where the application access request may include an application identifier to be accessed and a page identifier corresponding to the access page, the application access device may call an application corresponding to the application identifier to be accessed through a preset application interface, then may allocate an identification port for the access page according to the page identifier, then, based on the identification port, construct a socket connection between the access page and the application, so that the access page identifies an running state of the application through the identification port, if the running state meets a preset condition, then the access page is switched to an application entry page corresponding to the application identifier to be accessed, and what is to be described is that the corresponding application on the TCP/IP protocol (Transmission Control Protocol/Internet Protocol) is a concept in the transmission control protocol/internet protocol, then, if the application access state is to be accessed is an application state which is to be accessed, and the application state is to be accessed is a system, if the running state is to be accessed by the application state is to be accessed, and the application state is required to be switched to be executed, and the application state is required to be accessed by the application state is a system, thereby, the calling result of the application can be obtained.
The following detailed description is given, respectively, to the description of the following embodiments, but the description of the following embodiments is not to be taken as limiting the priority of the embodiments.
An application access method, comprising: receiving an application access request triggered by a user aiming at an access page, calling an application corresponding to an application identifier to be accessed through a preset application interface, distributing an identification port for the access page according to the page identifier, constructing socket connection between the access page and the application based on the identification port, so that the access page identifies the running state of the application through the identification port, and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets a preset condition.
Referring to fig. 1b, fig. 1b is a flowchart illustrating an application access method according to an embodiment of the present invention. The specific flow of application access may be as follows:
101. and receiving an application access request triggered by a user aiming at the access page.
The application access request includes an application identifier to be accessed and a page identifier corresponding to an access page, where the application identifier to be accessed may be used to indicate a type of the application to be accessed and a storage address of the application to be accessed, and the page identifier may be used to indicate a page address and a page type, for example, specifically, an access page may be displayed on a browser, where the page type of the access page is a dynamic page type, the browser may be a browser supporting H5, such as a google browser, and a user may click a trigger such as "skip", "access" or "open" on the access page to trigger the application access request.
In the embodiment of the invention, the application access request may be a hypertext transfer protocol (HyperText Transfer Protocol, HTTP) request, and the application access request may include an IP address of a device used by a user, for example, a server obtains the application access request in a Packet Capture (PCAP) manner, or obtains the application access request by using a deployed optical splitter, a splitter, or through a bypass traffic copy function of a network device.
102. And calling the application corresponding to the application identifier to be accessed through a preset application interface.
The preset application interface refers to an application program interface (Application Programming Interface, API), which is also called an application programming interface, and is a set of definitions, programs and protocols, and through which the computer software communicates with each other. One of the main functions of the API is to provide a generic set of functions. The API is also a middleware for providing data sharing for various platforms. In programming practice, the programming interface is designed to divide the responsibilities of the software system reasonably. The good interface design can reduce the mutual dependence of all parts of the system, improve the cohesion of the constituent units and reduce the coupling degree among the constituent units, thereby improving the maintainability and the expandability of the system.
103. And according to the page identification, an identification port is allocated for the access page.
For example, the page address of the access page and the User Agent of the access page may be determined according to the page identifier, where the User Agent (UA) is used to identify the identifier of the page display environment, for example, may be used to identify at least one of a browser type, a browser version, an operating system type, an operating system version, a browser kernel type and a terminal type in the page display environment, and then, according to the page address and the User Agent, an identification port is allocated to the access page, that is, in some embodiments, the step of "allocating an identification port to the access page according to the page identifier" may specifically include:
(11) Determining a page address of the access page and a user agent of the access page according to the page identification;
(12) An identification port is assigned to the access page based on the page address and the user agent.
For example, specifically, after determining the page address and the user agent, an identification port may be allocated to the access page, where the identification port matching the access page may be queried in a preset plurality of identification ports, that is, optionally, in some embodiments, the step of "allocating an identification port for the access page based on the page address and the user agent" may specifically include:
(21) Acquiring a plurality of preset identification ports;
(22) Detecting the execution state of each preset identification port;
(23) And determining the identification port corresponding to the access page from the plurality of preset identification ports according to the execution state of each preset identification port, the page address and the user agent.
For example, 10 preset identification ports may be obtained, then, the execution state corresponding to the 10 preset identification ports is detected, if the execution state of 8 preset identification ports is detected to be "in use", the execution state of 2 preset identification ports is detected to be "idle", finally, one of the preset identification ports whose execution state is "idle" may be selected as the identification port corresponding to the access page, preferably, the identification port corresponding to the access page may be determined from the two preset identification ports based on the port numbers corresponding to the two preset identification ports, for example, the port number of one preset identification port is "1", the port number of the other preset identification port is "2", and the selection is performed according to the order of the port numbers from small to large, and of course, the selection may also be performed according to the order of the ports from large to small, which is not described herein.
104. Based on the identification port, socket connection between the access page and the application is constructed so that the access page identifies the running state of the application through the identification port.
For example, a socket connection between an access page and an application may be constructed based on a TCP/IP protocol and an identification port so that the access page identifies an operation state of the application through the identification port, where it should be noted that the TCP/IP protocol is an industry-standard protocol suite designed for a wide area network. The user datagram protocol (User Data Protocol, UDP) is a protocol corresponding to TCP, which belongs to one of the TCP/IP protocol families, and referring to fig. 1c, it can be seen that the TCP/IP protocol family may include an application layer, an intermediate abstraction layer, a transport layer, a network layer, and a link layer, the application layer performs bidirectional data exchange through the intermediate abstraction layer and the transport layer, a socket is also called a socket, and is an interface between the application layer and the transport layer, when two programs implement data exchange through a bidirectional communication connection, wherein one end of the connection is called a socket. The socket communication link is a communication link realized by socket, and can realize two-way communication between the server and the client, so that the application can transmit complex data such as parameters and the like when the application is called to the access page through the identification port, the access page can accurately acquire the running condition of the application, and the reliability of calling the application by the access page is improved.
Optionally, in some embodiments, the response data of the application corresponding to the application identifier to be accessed may be identified through the identification port, so as to determine the running state corresponding to the application, that is, in some embodiments, the step of "identifying, through the identification port, the running state of the application corresponding to the application identifier to be accessed" may specifically include:
(31) Extracting page request data from an application access request;
(32) Sending the page request data to an application corresponding to the application identifier to be accessed;
(33) Acquiring response data returned by the application according to the page request data through the identification port;
(34) Based on the response data, an operational state of the application is determined.
For example, when an application access request of a user for an H5 page is received, page request data in the application access request may be acquired through the identification port, then the page request data may be sent to an application corresponding to an application identifier to be accessed through the identification port, then the application generates response data corresponding to the page request data based on the page request data, then the response data may be acquired through the identification port, and an operation state of the application may be determined based on the response data.
The page request data may include a page request header, a blank line, and a data body, where the page request header includes an encoding mode, a compression mode, a uniform resource identifier, a version corresponding to a browser where the page is located, and the like, the blank line is used to indicate that the request header ends, the data body may indicate information that needs to be queried, such as application program information, and the like, the response data may include a response header, a status line, and a response body, and the status line may include parameter information such as a hypertext transfer protocol version, a status code, and a status code, that is, an operation state of the application may be determined based on the response data and operation data of the application, that is, in some embodiments, the step of determining an operation state of the application based on the response data may specifically include:
(41) Extracting running data of an application;
(42) Constructing an operation data packet corresponding to the application based on the response data and the operation data;
(43) And determining the running state of the application by running the data packet.
When the run data packet meets a preset condition, step 104 may be performed.
105. And if the running state meets the preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
When the running state of the application can be identified through the identification port, the access page can be switched and displayed to an application entering page corresponding to the application identification to be accessed when the running state meets the preset condition, the application entering page refers to a page presented by the application to be accessed, and the application entering page can be designed in advance by a developer of the application.
For example, referring to fig. 1d specifically, when the access page identifies the running state of the application through the identification port, when the running state meets the preset condition, blocking waiting is automatically ended, and the access page is switched and displayed to the application entry page corresponding to the application a, which needs to be described, and the blocking waiting refers to a process of calling the application waiting to be accessed.
Since the running state of the application may be determined by the running data packet, that is, when the running data packet meets the preset condition, the running state of the application may be considered to also meet the preset condition, and then the access page switch is displayed to the application entry page corresponding to the application identifier to be accessed, that is, in some embodiments, the step of "if the running state meets the preset condition, displaying the access page switch to the application entry page corresponding to the application identifier to be accessed" may specifically include: and if the running data packet meets the preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
The running data may include a preset judging code, the running state of the application may be judged by the preset judging code in the running data, the state code of the response data may be used to indicate the current responding state, for example, 3XX may indicate that "request must be further operated to be completed", 4XX may indicate that "client error-request has grammar error or request cannot be implemented", 5XX may indicate that "server error-server fails to implement legal request", the response header may include a date, a length, a content type, etc., and the response text may indicate a return page, that is, in some embodiments, the step of "if the running data packet satisfies the preset condition, switching and displaying the access page to the application entry page corresponding to the application identifier to be accessed" may specifically include:
(51) Extracting a response field of the operation data packet, a state line of the operation data packet and a judging code of the operation data packet;
(52) Detecting information parameters of a state line;
(53) And when the information parameters of the status line meet the first preset condition and the judging code meets the second preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed based on the response field.
For example, when the status code is 2XX "indicating that the request has been successfully received" and the judgment code indicates that the application is in a running state, the access page is switched and displayed to an application entry page corresponding to the application identifier to be accessed based on the response field.
Specifically, the corresponding page jump path may be determined based on the response field, and then the access page is switched and displayed to the application entry page corresponding to the application identifier to be accessed according to the application identifier to be accessed, that is, in some embodiments, the step of "when the information parameter of the status line satisfies the first preset condition and the judging code satisfies the second preset condition, based on the response field, switching and displaying the access page to the application entry page corresponding to the application identifier to be accessed" may specifically include:
(61) When the information parameters of the state line meet the first preset condition and the judging code meets the second preset condition, determining that the access page jumps to a page jump path corresponding to the application entering page based on the response field;
(62) Calling application data corresponding to the application identifier to be accessed;
(63) Constructing an application entry page corresponding to the application identifier to be accessed through application data;
(64) And switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed according to the page jump path.
For example, when the status code is 2XX "indicating that the request has been successfully received" and the judging code indicates that the application is in the running state, determining, through the response field, that the access page jumps to the page jump path corresponding to the application entry page, then, based on invoking the application data corresponding to the application identifier to be accessed, then, constructing, through the application data, the application entry page corresponding to the application identifier to be accessed, and finally, switching and displaying the access page to the application entry page corresponding to the application identifier to be accessed according to the page jump path
In addition, it should be further noted that when the information parameter of the status line does not meet the first preset condition, the judging code does not meet the second preset condition, or the information parameter of the status line does not meet the first preset condition and the judging code does not meet the second preset condition, the access page may be displayed in a switching manner to the preset page, that is, in some embodiments, the method may specifically further include: and when the information parameters of the state line do not meet the first preset condition and/or the judging code does not meet the second preset condition, switching and displaying the access page to the preset page after the preset time interval.
The preset time interval and the preset page may be preset, for example, the preset time interval may be 1 ms or 1 s, when the preset time is 1 ms, if the information parameter of the status line does not meet the first preset condition, and when the code is judged to meet the second preset condition, after 1 ms, the access page is switched and displayed to the preset page, as shown in fig. 1 e.
Optionally, in some embodiments, the step of "if the running data packet meets the preset condition, displaying the access page to the application entry page corresponding to the application identifier to be accessed by switching" may specifically include:
(71) If the running state meets the preset condition, the access page receives a first internet protocol address returned by the application and running information corresponding to the running of the application through the identification port;
(72) Checking the first internet protocol address;
(73) And when the first internet protocol address is consistent with the second internet protocol address corresponding to the access page, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed based on the operation information.
The IP address is used to identify the device on the network, and therefore, the IP address is composed of a network address and a host address, the network address can be used to identify the network where the device is located, and the network address is located in the front section of the IP address. When an organization or enterprise applies for an IP address, it obtains not an IP address but a unique and identifiable network address. All devices on the same network have the same network address. The function of IP routing is to determine, based on the network address in the IP address, to send an IP packet to the indicated network, and the host address is located at the back end of the IP address, and can be used to identify the device on the network. Devices on the same network have the same network address, and the devices are distinguished by host addresses, so that a large network should use shorter network addresses because of different scales of the networks so as to use more host addresses; conversely, smaller networks should use longer network addresses. In order to meet the requirements of different network scales, the IP addresses are designed and divided according to the length of the network addresses during the design.
That is, if the first internet protocol address returned by the application is consistent with the second internet protocol address corresponding to the access page, it may be determined that the application is called by the access page according to the application access request, so that the access page may be switched and displayed to the application entry page corresponding to the application identifier to be accessed.
After receiving an application access request triggered by a user aiming at an access page, the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, calling an application corresponding to the application identifier to be accessed through a preset application interface, then distributing an identification port for the access page according to the page identifier, and constructing socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port.
The method according to the embodiment will be described in further detail by way of example.
In this embodiment, an example will be described in which the application access device is specifically integrated in a terminal.
Referring to fig. 2, an application access method may specifically include the following steps:
201. and the terminal receives an application access request triggered by a user aiming at the access page.
For example, the terminal may receive an application access request sent by the user by triggering an application access trigger, e.g., the user may click on a trigger such as "jump", "access", or "open" on the access page to trigger the application access request.
202. And the terminal calls the application corresponding to the application identifier to be accessed through a preset application interface.
203. And the terminal allocates an identification port for the access page according to the page identification.
The terminal can determine a page address of an access page and at least one of a browser type, a browser version, an operating system type, an operating system version, a browser kernel type and a terminal type in a page display environment according to the page identification, and then the terminal can allocate an identification port for the access page according to the page address and the user agent.
Specifically, after determining the page address and the user agent according to the page identifier, the terminal may obtain a preset identification port set from the server, where the preset identification port set includes a plurality of preset identification ports, and then, the terminal may select a corresponding identification port from the preset identification port set according to an execution state of each preset identification port in the preset identification port set. For example, the terminal acquires 10 preset identification ports from the server, and then, the terminal detects the execution states corresponding to the 10 preset identification ports again, if it detects that the execution states of only 1 preset identification port are idle, the terminal can allocate the preset identification port with the execution state of idle to the access page.
204. And the terminal builds socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port.
For example, specifically, the terminal may construct a socket connection between the access page and the application based on the TCP/IP protocol and the identification port, so that the access page identifies the running state of the application through the identification port, and it may be understood that the terminal implements a bidirectional communication link between the access page and the application to be accessed through the socket, further, the terminal may obtain response data of the application through the identification port, and then, the terminal may determine the running state of the application based on the response data.
Further, the terminal can determine the running state of the application through the running data packet of the application.
205. And if the running state meets the preset condition, the terminal switches and displays the access page to an application entry page corresponding to the application identifier to be accessed.
When the running state of the application can be identified through the identification port, the access page can be switched and displayed to an application entering page corresponding to the application identification to be accessed when the running state meets the preset condition, the application entering page refers to a page presented by the application to be accessed, and the application entering page can be designed in advance by a developer of the application.
The terminal can determine the running state of the application through the running data packet, that is, when the running data packet meets the preset condition, the terminal can consider that the running state of the application also meets the preset condition, and then the terminal switches and displays the access page to an application entry page corresponding to the application identifier to be accessed.
When the information parameters of the status line meet a first preset condition and the judging code meets a second preset condition, the terminal switches and displays an access page to an application entry page corresponding to the application identifier to be accessed; and when the information parameters of the state line do not meet the first preset condition and/or the judging code does not meet the second preset condition, the terminal switches and displays the access page to the preset page after a preset time interval.
The preset page may be preset by an operation and maintenance person, for example, "application is not started" may be displayed on the preset page, so that the user perceives that the application to be accessed is not accessed through the access page.
After receiving an application access request triggered by a user aiming at an access page, the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, the terminal calls an application corresponding to the application identifier to be accessed through a preset application interface, then the terminal distributes an identification port for the access page according to the page identifier, and then the terminal builds socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port.
In order to facilitate better implementation of the application access method provided by the embodiment of the present invention, the embodiment of the present invention further provides an application access device (abbreviated as an access device) based on the foregoing application access device. Where the meaning of a noun is the same as in the application access method, specific implementation details may be referred to the description in the method embodiment.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an application access device according to an embodiment of the present invention, where the access device may include a receiving module 301, a calling module 302, an allocating module 303, a constructing module 304, and a displaying module 305, and may specifically be as follows:
the receiving module 301 is configured to receive an application access request triggered by a user for accessing a page.
The application access request includes an application identifier to be accessed and a page identifier corresponding to an access page, where the application identifier to be accessed may be used to indicate a type of the application to be accessed and a storage address of the application to be accessed, and the page identifier may be used to indicate a page address and a page type, for example, specifically, an access page may be displayed on a browser, where the page type of the access page is a dynamic page type, the browser may be a browser supporting H5, such as a google browser, and a user may click a trigger such as "skip", "access" or "open" on the access page to trigger the application access request.
And the calling module 302 is used for calling the application corresponding to the application identifier to be accessed through a preset application interface.
The allocation module 303 is configured to allocate an identification port for the access page according to the page identifier.
For example, the allocation module 303 may determine a page address of the access page and a User Agent of the access page according to the page identifier, where the User Agent (UA) is used to identify an identifier of a page display environment, for example, may be used to identify at least one of a browser type, a browser version, an operating system type, an operating system version, a browser kernel type, and a terminal type in the page display environment, and then allocate an identification port to the access page according to the page address and the User Agent
Optionally, in some embodiments, the allocation module 303 may specifically include:
the second determining unit is used for determining the page address of the access page and the user agent of the access page according to the page identification;
and the allocation unit is used for allocating the identification port for the access page based on the page address and the user agent.
Optionally, in some embodiments, the allocation unit is specifically configured to: acquiring a plurality of preset identification ports, detecting the execution state of each preset identification port, and determining the identification port corresponding to the access page from the plurality of preset identification ports according to the execution state of each preset identification port, the page address and the user agent
A construction module 304, configured to construct a socket connection between the access page and the application based on the identification port, so that the access page identifies the running state of the application through the identification port.
For example, the build module 304 may build a socket connection between the access page and the application based on the TCP/IP protocol and the identification port so that the access page identifies the running state of the application through the identification port.
Optionally, in some embodiments, the building block 304 includes:
a first extracting unit for extracting page request data from an application access request;
the sending unit is used for sending the page request data to an application corresponding to the application identifier to be accessed;
the acquisition unit is used for acquiring response data returned by the application according to the page request data through the identification port;
and a determining unit for determining an operation state of the application based on the response data.
Optionally, in some embodiments, the determining unit is specifically configured to: and extracting the running data of the application, constructing a running data packet corresponding to the application based on the response data and the running data, and determining the running state of the application through the running data packet.
And the display module 305 is configured to switch and display the access page to an application entry page corresponding to the application to be accessed when the access page receives the response data.
The display module 305 establishes data connection between the access page and the application through the identification port, when the access page can identify the running state of the application through the identification port, and when the running state meets the preset condition, the display module 305 can switch and display the access page to an application entry page corresponding to the application identifier to be accessed, wherein the application entry page refers to a page presented by the application to be accessed, and the application entry page can be designed in advance by a developer of the application
Optionally, in some embodiments, display module 305 is specifically configured to: and if the running data packet meets the preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
Optionally, in some embodiments, display module 305 includes:
the second extraction unit is used for extracting a response field of the operation data packet, a state line of the operation data packet and a judging code of the operation data packet;
the detection unit detects information parameters of the state line;
and the first display unit is used for switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed based on the response field when the information parameter of the status line meets a first preset condition and the judging code meets a second preset condition.
Optionally, in some embodiments, the first display unit is specifically configured to: when the information parameters of the status line meet the first preset condition and the judging codes meet the second preset condition, determining that the access page jumps to a page jumping path corresponding to the application access page based on the response field, calling application data corresponding to the application identification to be accessed, constructing the application access page corresponding to the application identification to be accessed through the application data, and switching and displaying the access page to the application access page corresponding to the application identification to be accessed according to the page jumping path.
Optionally, in some embodiments, the display device further includes a second display unit, where the second display unit is specifically configured to: and when the information parameters of the state line do not meet the first preset condition and/or the judging code does not meet the second preset condition, switching and displaying the access page to the preset page after the preset time interval.
Optionally, in some embodiments, display module 305 is specifically configured to: and if the running state meets the preset condition, the access page receives a first internet protocol address returned by the application and running information corresponding to the application in running through the identification port, the first internet protocol address is checked, and when the first internet protocol address is consistent with a second internet protocol address corresponding to the access page, the access page is switched and displayed to an application entry page corresponding to the application identifier to be accessed based on the running information.
After receiving an application access request triggered by a user aiming at an access page, the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, the calling module 302 calls an application corresponding to the application identifier to be accessed through a preset application interface, the distribution module 303 distributes an identification port for the access page according to the page identifier, then the construction module 304 constructs socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port, if the running state meets the preset condition, the display module 305 switches and displays the access page to an application access page corresponding to the application identifier to be accessed, in the embodiment of the invention, the construction module 304 can construct socket connection between the access page and the identification port so that the access page identifies the running state of the application through the identification port, further, the starting time of the application corresponding to be accessed can be accurately obtained, the application calling time is prevented from being longer than the preset response time, the situation of application calling failure is caused, and the construction module 304 establishes the running state of the application between the access page and the identification port so that the application can accurately call the application page can be transmitted to the running state through the identification port.
Correspondingly, as shown in fig. 4, the embodiment of the present invention further provides a terminal (such as a mobile phone), where the terminal may include a Radio Frequency (RF) circuit 601, a memory 602 including one or more computer readable storage media, an input unit 603, a display unit 604, a sensor 605, an audio circuit 606, a wireless fidelity (WiFi, wireless Fidelity) module 607, a processor 608 including one or more processing cores, and a power supply 609. It will be appreciated by those skilled in the art that the terminal structure shown in fig. 4 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components. Wherein:
the RF circuit 601 may be used for receiving and transmitting signals during a message or a call, and in particular, after receiving downlink information of a base station, the downlink information is processed by one or more processors 608; in addition, data relating to uplink is transmitted to the base station. Typically, RF circuitry 601 includes, but is not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a subscriber identity module (SIM, subscriber Identity Module) card, a transceiver, a coupler, a low noise amplifier (LNA, low Noise Amplifier), a duplexer, and the like. In addition, the RF circuitry 601 may also communicate with networks and other devices through wireless communications. The wireless communication may use any communication standard or protocol including, but not limited to, global system for mobile communications (GSM, global System of Mobile communication), general packet radio service (GPRS, general Packet Radio Service), code division multiple access (CDMA, code Division Multiple Access), wideband code division multiple access (WCDMA, wideband Code Division Multiple Access), long term evolution (LTE, long Term Evolution), email, short message service (SMS, short Messaging Service), and the like.
The memory 602 may be used to store software programs and modules that are stored in the memory 602 for execution by the processor 608 to perform various functional applications and data processing. The memory 602 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the terminal, etc. In addition, the memory 602 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device. Accordingly, the memory 602 may also include a memory controller to provide access to the memory 602 by the processor 608 and the input unit 603.
The input unit 603 may be used to receive input numeric or character information and to generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. In particular, in one particular embodiment, the input unit 603 may include a touch-sensitive surface, as well as other input devices. The touch-sensitive surface, also referred to as a touch display screen or a touch pad, may collect touch operations thereon or thereabout by a user (e.g., operations thereon or thereabout by a user using any suitable object or accessory such as a finger, stylus, etc.), and actuate the corresponding connection means according to a predetermined program. Alternatively, the touch-sensitive surface may comprise two parts, a touch detection device and a touch controller. The touch detection device detects the touch azimuth of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device and converts it into touch point coordinates, which are then sent to the processor 608, and can receive commands from the processor 608 and execute them. In addition, touch sensitive surfaces may be implemented in a variety of types, such as resistive, capacitive, infrared, and surface acoustic waves. The input unit 603 may comprise other input devices in addition to a touch sensitive surface. In particular, other input devices may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, mouse, joystick, etc.
The display unit 604 may be used to display information input by a user or information provided to the user and various graphical user interfaces of the terminal, which may be composed of graphics, text, icons, video and any combination thereof. The display unit 604 may include a display panel, which may be optionally configured in the form of a liquid crystal display (LCD, liquid Crystal Display), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch-sensitive surface may overlay a display panel, and upon detection of a touch operation thereon or thereabout, the touch-sensitive surface is passed to the processor 608 to determine the type of touch event, and the processor 608 then provides a corresponding visual output on the display panel based on the type of touch event. Although in fig. 4 the touch sensitive surface and the display panel are implemented as two separate components for input and output functions, in some embodiments the touch sensitive surface may be integrated with the display panel to implement the input and output functions.
The terminal may also include at least one sensor 605, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that may adjust the brightness of the display panel according to the brightness of ambient light, and a proximity sensor that may turn off the display panel and/or backlight when the terminal moves to the ear. The gravity acceleration sensor can detect the acceleration in all directions (generally three axes), can detect the gravity and the direction when the mobile phone is stationary, can be used for identifying the gesture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration identification related functions (such as pedometer and knocking), and other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, an infrared sensor and the like which are also configured by the terminal are not repeated herein.
Audio circuitry 606, speakers, and a microphone may provide an audio interface between the user and the terminal. The audio circuit 606 may transmit the received electrical signal after audio data conversion to a speaker, where the electrical signal is converted to a sound signal for output; on the other hand, the microphone converts the collected sound signals into electrical signals, which are received by the audio circuit 606 and converted into audio data, which are processed by the audio data output processor 608 for transmission to, for example, another terminal via the RF circuit 601, or which are output to the memory 602 for further processing. The audio circuit 606 may also include an ear bud jack to provide communication of the peripheral ear bud with the terminal.
The WiFi belongs to a short-distance wireless transmission technology, and the terminal can help the user to send and receive e-mail, browse web pages, access streaming media and the like through the WiFi module 607, so that wireless broadband internet access is provided for the user. Although fig. 4 shows a WiFi module 607, it is understood that it does not belong to the essential constitution of the terminal, and can be omitted entirely as required within the scope of not changing the essence of the invention.
The processor 608 is a control center of the terminal, and connects various parts of the entire handset using various interfaces and lines, performs various functions of the terminal and processes data by running or executing software programs and/or modules stored in the memory 602, and invoking data stored in the memory 602. Optionally, the processor 608 may include one or more processing cores; preferably, the processor 608 may integrate an application processor that primarily handles operating systems, user interfaces, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 608.
The terminal also includes a power supply 609 (e.g., a battery) for powering the various components, which may be logically connected to the processor 608 via a power management system so as to provide for managing charging, discharging, and power consumption by the power management system. The power supply 609 may also include one or more of any components, such as a direct current or alternating current power supply, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
Although not shown, the terminal may further include a camera, a bluetooth module, etc., which will not be described herein. Specifically, in this embodiment, the processor 608 in the terminal loads executable files corresponding to the processes of one or more application programs into the memory 602 according to the following instructions, and the processor 608 executes the application programs stored in the memory 602, so as to implement various functions:
receiving an application access request triggered by a user aiming at an access page, calling an application corresponding to an application identifier to be accessed through a preset application interface, distributing an identification port for the access page according to the page identifier, constructing socket connection between the access page and the application based on the identification port, so that the access page identifies the running state of the application through the identification port, and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets a preset condition.
After receiving an application access request triggered by a user aiming at an access page, the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page, calling an application corresponding to the application identifier to be accessed through a preset application interface, then distributing an identification port for the access page according to the page identifier, and constructing socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port.
Those of ordinary skill in the art will appreciate that all or a portion of the steps of the various methods of the above embodiments may be performed by instructions, or by instructions controlling associated hardware, which may be stored in a computer-readable storage medium and loaded and executed by a processor.
To this end, an embodiment of the present invention provides a storage medium having stored therein a plurality of instructions capable of being loaded by a processor to perform the steps of any of the application access methods provided by the embodiments of the present invention. For example, the instructions may perform the steps of:
receiving an application access request triggered by a user aiming at an access page, calling an application corresponding to an application identifier to be accessed through a preset application interface, distributing an identification port for the access page according to the page identifier, constructing socket connection between the access page and the application based on the identification port, so that the access page identifies the running state of the application through the identification port, and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets a preset condition.
The specific implementation of each operation above may be referred to the previous embodiments, and will not be described herein.
Wherein the storage medium may include: read Only Memory (ROM), random access Memory (RAM, random Access Memory), magnetic or optical disk, and the like.
The instructions stored in the storage medium may perform steps in any application access method provided by the embodiments of the present invention, so that the beneficial effects that any application access method provided by the embodiments of the present invention can be achieved, which are detailed in the previous embodiments and are not described herein.
The foregoing has described in detail the application access method, the terminal, the device and the storage medium provided by the embodiments of the present invention, and specific examples have been applied to illustrate the principles and the embodiments of the present invention, where the foregoing examples are only used to help understand the method and the core idea of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in light of the ideas of the present invention, the present description should not be construed as limiting the present invention.

Claims (11)

1. An application access method, comprising:
receiving an application access request triggered by a user aiming at an access page, wherein the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page;
Calling an application corresponding to the application identifier to be accessed through a preset application interface;
according to the page identification, an identification port is allocated for the access page;
based on the identification port, socket connection between the access page and the application is constructed so that the access page identifies the running state of the application through the identification port;
if the running state meets the preset condition, the access page is switched and displayed to an application entry page corresponding to the application identifier to be accessed;
wherein identifying, by the identification port, an operational state of the application includes:
extracting page request data from the application access request;
the page request data is sent to an application corresponding to the application identifier to be accessed;
acquiring response data returned by the application according to the page request data through the identification port;
and determining the running state of the application based on the response data.
2. The method of claim 1, wherein the determining the operating state of the application based on the response data comprises:
extracting running data of the application;
constructing an operation data packet corresponding to the application based on the response data and the operation data;
Determining the running state of the application through the running data packet;
and if the running state meets a preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed, wherein the method comprises the following steps: and if the running data packet meets the preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
3. The method of claim 2, wherein if the running data packet meets a preset condition, displaying the access page in a switching manner to an application entry page corresponding to the application identifier to be accessed, includes:
extracting a response field of the operation data packet, a state line of the operation data packet and a judging code of the operation data packet;
detecting information parameters of the state line;
and when the information parameters of the status line meet a first preset condition and the judging code meets a second preset condition, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed based on the response field.
4. The method of claim 3, wherein when the information parameter of the status line satisfies a first preset condition and the judgment code satisfies a second preset condition, displaying the access page to the application entry page corresponding to the application identifier to be accessed based on the response field in a switching manner, includes:
When the information parameters of the state line meet a first preset condition and the judging code meets a second preset condition, determining that the access page jumps to a page jump path corresponding to the application entering page based on the response field;
invoking application data corresponding to the application identifier to be accessed;
constructing an application entry page corresponding to the application identifier to be accessed through the application data;
and switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed according to the page jump path.
5. A method according to claim 3, further comprising:
and when the information parameters of the state line do not meet the first preset condition and/or the judging code does not meet the second preset condition, switching and displaying the access page to a preset page after a preset time interval.
6. The method according to any one of claims 1 to 5, wherein the allocating an identification port to the access page according to the page identification includes:
determining a page address of the access page and a user agent of the access page according to the page identification;
And allocating an identification port for the access page based on the page address and the user agent.
7. The method of claim 6, wherein the assigning an identification port to the access page based on the page address and a user agent comprises:
acquiring a plurality of preset identification ports;
detecting the execution state of each preset identification port;
and determining the identification port corresponding to the access page from a plurality of preset identification ports according to the execution state of each preset identification port, the page address and the user agent.
8. The method according to any one of claims 1 to 5, wherein if the running state meets a preset condition, displaying the access page to an application entry page corresponding to the application identifier to be accessed includes:
if the running state meets a preset condition, the access page receives a first internet protocol address returned by the application and running information corresponding to the running of the application through the identification port;
checking the first internet protocol address;
and when the first internet protocol address is consistent with the second internet protocol address corresponding to the access page, based on the running information, switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed.
9. An application access device, comprising:
the receiving module is used for receiving an application access request triggered by a user aiming at an access page, wherein the application access request comprises an application identifier to be accessed and a page identifier corresponding to the access page;
the calling module is used for calling the application corresponding to the application identifier to be accessed through a preset application interface;
the allocation module is used for allocating an identification port for the access page according to the page identification;
the construction module is used for constructing socket connection between the access page and the application based on the identification port so that the access page identifies the running state of the application through the identification port;
the display module is used for switching and displaying the access page to an application entry page corresponding to the application identifier to be accessed if the running state meets the preset condition;
wherein, the construction module includes:
a first extracting unit, configured to extract page request data from the page identifier;
the sending unit is used for sending the page request data to an application corresponding to the application identifier to be accessed;
the acquisition unit is used for acquiring response data returned by the application according to the page request data through the identification port;
And the determining unit is used for determining the running state of the application based on the response data.
10. A terminal comprising a memory and a processor; the memory stores an application program, and the processor is configured to execute the application program in the memory to perform the application access method of any one of claims 1 to 8.
11. A storage medium storing a plurality of instructions adapted to be loaded by a processor to perform the application access method of any one of claims 1 to 8.
CN201911115448.7A 2019-11-14 2019-11-14 Application access method, device, terminal and storage medium Active CN112799857B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911115448.7A CN112799857B (en) 2019-11-14 2019-11-14 Application access method, device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911115448.7A CN112799857B (en) 2019-11-14 2019-11-14 Application access method, device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN112799857A CN112799857A (en) 2021-05-14
CN112799857B true CN112799857B (en) 2023-09-29

Family

ID=75803924

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911115448.7A Active CN112799857B (en) 2019-11-14 2019-11-14 Application access method, device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN112799857B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104169857A (en) * 2012-01-20 2014-11-26 苹果公司 Device, method, and graphical user interface for accessing an application in a locked device
US9563450B1 (en) * 2014-12-15 2017-02-07 Emc Corporation Expression based hierarchical mechanism for HTML form data validation
CN109446457A (en) * 2018-09-25 2019-03-08 平安普惠企业管理有限公司 Update method, terminal device and the medium of page data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104169857A (en) * 2012-01-20 2014-11-26 苹果公司 Device, method, and graphical user interface for accessing an application in a locked device
US9563450B1 (en) * 2014-12-15 2017-02-07 Emc Corporation Expression based hierarchical mechanism for HTML form data validation
CN109446457A (en) * 2018-09-25 2019-03-08 平安普惠企业管理有限公司 Update method, terminal device and the medium of page data

Also Published As

Publication number Publication date
CN112799857A (en) 2021-05-14

Similar Documents

Publication Publication Date Title
CN106775828B (en) Application program installation method and device and computer equipment
US9742900B2 (en) Method, terminal device and storage medium for displaying information
CN110020293B (en) Multimedia data display method, device and storage medium
CN109088844B (en) Information interception method, terminal, server and system
WO2015010466A1 (en) Information display method and apparatus, and mobile terminal
CN110780940A (en) Application program loading method, electronic device and storage medium
US10298590B2 (en) Application-based service providing method, apparatus, and system
CN112749074B (en) Test case recommending method and device
CN106919458B (en) Method and device for Hook target kernel function
CN107463395B (en) Component calling method and device
CN106899959B (en) Method, device, terminal and system for obtaining SIM card information
CN107766351B (en) File directory identification method and device
CN113039517B (en) Audio resource calling method and device and electronic equipment
CN110677456A (en) Resource allocation method and equipment
CN107122204B (en) Application unloading state detection method and device
CN112799857B (en) Application access method, device, terminal and storage medium
CN112214699B (en) Page processing method and related device
CN112732548B (en) Interface testing method and device
US10057740B2 (en) Methods and devices for processing mobile terminal resource
CN107346347B (en) Webpage table display method and device
CN108280798B (en) Method and device for rendering and displaying browser kernel
CN114189436B (en) Multi-cluster configuration deployment method and device, electronic equipment and storage medium
CN115225966B (en) Application starting method, device, terminal equipment and storage medium
CN105278967B (en) System updating method, device and system of mobile terminal
CN111405649B (en) Information transmission method and device and mobile terminal

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