CN108337317B - Method and device for processing route request - Google Patents

Method and device for processing route request Download PDF

Info

Publication number
CN108337317B
CN108337317B CN201810132958.4A CN201810132958A CN108337317B CN 108337317 B CN108337317 B CN 108337317B CN 201810132958 A CN201810132958 A CN 201810132958A CN 108337317 B CN108337317 B CN 108337317B
Authority
CN
China
Prior art keywords
routing request
logic
processing
request
routing
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
CN201810132958.4A
Other languages
Chinese (zh)
Other versions
CN108337317A (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.)
Mashang Xiaofei Finance Co Ltd
Original Assignee
Mashang Xiaofei Finance 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 Mashang Xiaofei Finance Co Ltd filed Critical Mashang Xiaofei Finance Co Ltd
Priority to CN201810132958.4A priority Critical patent/CN108337317B/en
Publication of CN108337317A publication Critical patent/CN108337317A/en
Application granted granted Critical
Publication of CN108337317B publication Critical patent/CN108337317B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • 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/148Migration or transfer of sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The invention discloses a method for processing a routing request, which comprises the following steps: receiving a routing request of a target page; judging whether URL information carried by the routing request is stored; if yes, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain URL information. Therefore, the execution logic which does not contain the URL information can enable technicians to set the URL information in a personalized mode according to the requirements of clients, and the coupling between codes is reduced; meanwhile, when the execution logic is modified, URL information does not need to be considered, the flexibility of the program code is improved, convenience is provided for later maintenance and service expansion, and the service cost is reduced. Accordingly, the device, the apparatus and the computer-readable storage medium for processing a routing request disclosed by the present invention also have the above technical effects.

Description

Method and device for processing route request
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for processing a routing request.
Background
With the rapid development of the internet, the era of mobile internet and internet of things has been brought forward, and users can access the network through any terminal and any access interface, and these all need to rely on the router in the network service.
At present, at an APP client, specific routing skip and network access are generally realized by carrying a URL, and since the URL has uniqueness and high identification, each routing request has corresponding execution logic, so that the whole network service is performed well-orderly. Therefore, the coupling among the program codes is increased, when the service system needs to be modified, the corresponding URL also needs to be modified, and after the URL is modified, the corresponding execution logic also needs to be modified, so that the service system is modified greatly, huge workload is brought to technical personnel, development of program code maintenance work is not facilitated, and service function expansion is not facilitated.
Therefore, how to reduce the coupling of the program and provide convenience for the later maintenance and service function extension is a problem to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a computer readable storage medium for processing a routing request, which are used for reducing the coupling of programs and providing convenience conditions for later maintenance and service function extension.
In order to achieve the above purpose, the embodiment of the present invention provides the following technical solutions:
a method of processing a routing request, comprising:
receiving a routing request of a target page;
judging whether URL information carried by the routing request is stored;
if yes, confirming that the routing request belongs to a routing request from the interior of an application program, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information.
When the URL information carried by the routing request is not stored, the method further includes:
judging whether the routing request meets a preset access condition or not;
if yes, processing the routing request according to preset configuration;
if not, displaying preset prompt information.
Wherein, the searching for the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, where the execution logic does not include the URL information, includes:
judging whether the routing request is a routing skip request or not;
if yes, searching a route skipping logic corresponding to the route request from a preset logic database, and skipping to a destination page according to the route skipping logic, wherein the route skipping logic does not contain the URL information;
if not, the step of searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information, is executed.
Wherein, before jumping to the destination page according to the route jumping logic, the method further comprises:
and acquiring the URL information and determining the destination page.
An apparatus for processing a routing request, comprising:
the receiving module is used for receiving a routing request of a target page;
the first judgment module is used for judging whether the URL information carried by the routing request is stored;
and the execution module is used for confirming that the routing request belongs to a routing request from the inside of an application program when URL information carried by the routing request is stored, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information.
Wherein, still include:
the second judgment module is used for judging whether the routing request meets the preset access condition or not;
the processing module is used for processing the routing request according to preset configuration when the routing request meets a preset access condition;
and the prompting module is used for displaying preset prompting information when the routing request does not accord with the preset access condition.
Wherein the execution module comprises:
a judging unit, configured to judge whether the routing request is a routing skip request;
a skipping unit, configured to, when the route request is a route skipping request, search a route skipping logic corresponding to the route request from a preset logic database, and skip to a destination page according to the route skipping logic, where the route skipping logic does not include the URL information;
and the execution unit is used for searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic when the routing request is not the routing jump request, wherein the execution logic does not contain the URL information.
Wherein the jumping unit is further configured to:
and acquiring the URL information and determining the destination page.
An apparatus for processing a routing request, comprising:
a memory for storing a computer program;
a processor for implementing the steps of any of the above methods of processing a routing request when executing the computer program.
A computer-readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of any of the above-mentioned methods of processing a routing request.
By the above scheme, the method for processing the routing request provided by the embodiment of the invention comprises the following steps: receiving a routing request of a target page; judging whether URL information carried by the routing request is stored; if yes, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information.
It can be seen that, when receiving a routing request, the method first determines whether URL information carried by the routing request is stored, and if the URL information is stored, directly searches an execution logic corresponding to the routing request from a preset logic database, and processes the routing request according to the execution logic, where the execution logic does not include the URL information carried by the routing request. Therefore, technicians can set the URL information in a personalized manner according to the requirements of clients without changing corresponding execution logic, and the coupling among codes is reduced; meanwhile, when the execution logic is modified, URL information does not need to be considered, the flexibility of the program code is improved, convenience is provided for later maintenance and service expansion, and the service cost is reduced.
Accordingly, the apparatus, the device, and the computer-readable storage medium for processing a routing request provided by the embodiments of the present invention also have the above technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for processing a routing request according to an embodiment of the present invention;
FIG. 2 is a flowchart of another method for processing a routing request according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an apparatus for processing a routing request according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a device for processing a routing request according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method, a device and equipment for processing a routing request and a computer readable storage medium, which are used for reducing the coupling of a program and providing convenience conditions for later maintenance and service function expansion.
Referring to fig. 1, a method for processing a routing request according to an embodiment of the present invention includes:
s101, receiving a routing request of a target page;
s102, judging whether URL information carried by the routing request is stored or not; if yes, executing S103; if not, executing S104;
specifically, after receiving a routing request of a target page, it needs to first determine whether the routing request is a routing request inside an application program, that is, determine whether URL information carried by the routing request is stored. In order to distinguish between different routing requests inside and outside the application, a routing address inside the application and associated URL information are registered and stored in advance. Therefore, when the URL information carried by the routing request is stored, the routing request is indicated to belong to the routing request inside the application program; when the URL information carried by the routing request is not stored, the routing request does not belong to the routing request inside the application program.
It should be noted that, the URL information is pre-stored, which not only can be used to determine the source of the routing request, but also facilitates the management of the URL information. For example: opening or closing of a sharing control, asynchronous message queries, and the like.
S103, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain URL information;
specifically, when the routing request belongs to a routing request in an application program, an execution logic corresponding to the routing request is directly searched from a preset logic database, and the routing request is processed according to the execution logic. It should be noted that, different execution logics are preset in the logic database, and none of the execution logics contains URL information. Therefore, when a routing request is received, only the corresponding execution logic processing needs to be searched, and URL information does not need to be considered. This separates the processing logic from the URL information, reducing the coupling between program code.
S104, judging whether the routing request meets a preset access condition or not; if yes, executing S105; if not, executing S106;
s105, processing the routing request according to the preset configuration;
and S106, displaying preset prompt information.
Specifically, when the routing request does not belong to the routing request in the application, it needs to first determine whether the routing request meets a preset access condition, and when the routing request meets the preset access condition, the routing request is processed according to a preset configuration; when the routing request does not accord with the preset access condition, displaying preset prompt information to prompt the user to change the access path. For example: the user may be prompted by means of a sound, text or visual window or a combination thereof.
It can be seen that, in the method for processing a routing request provided in this embodiment, when a routing request is received, first, whether URL information carried in the routing request is stored is determined, if the URL information is stored, an execution logic corresponding to the routing request is directly searched from a preset logic database, and the routing request is processed according to the execution logic, where the execution logic does not include the URL information carried in the routing request. Therefore, technicians can set the URL information in a personalized manner according to the requirements of clients without changing corresponding execution logic, and the coupling among codes is reduced; meanwhile, when the execution logic is modified, URL information does not need to be considered, the flexibility of the program code is improved, convenience is provided for later maintenance and service expansion, and the service cost is reduced.
The embodiment of the invention discloses another method for processing a routing request, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme.
Referring to fig. 2, another method for processing a routing request according to an embodiment of the present invention includes:
s201, receiving a routing request of a target page;
s202, judging whether URL information carried by the routing request is stored or not; if yes, go to S206; if not, executing S203;
s203, judging whether the routing request meets the preset access condition; if yes, executing S204; if not, executing S205;
s204, processing the routing request according to preset configuration;
s205, displaying preset prompt information;
s206, judging whether the routing request is a routing skip request; if yes, executing S207; if not, executing S208;
s207, searching a route jump logic corresponding to the route request from a preset logic database, and jumping to a destination page according to the route jump logic, wherein the route jump logic does not contain URL information;
s208, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain URL information.
It should be noted that, the searching for the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, where the execution logic does not include the URL information, includes:
judging whether the routing request is a routing skip request or not;
if yes, searching a route skipping logic corresponding to the route request from a preset logic database, and skipping to a destination page according to the route skipping logic, wherein the route skipping logic does not contain the URL information;
if not, the step of searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information, is executed.
Specifically, when the route request is a route skip request, the route skip logic corresponding to the route request is directly searched from a preset logic database, and a destination page is skipped according to the route skip logic, and similarly, the route skip logic does not include the URL information. Based on the steps, when route jump requests of different pages are received, the target page can be jumped to through the same jump logic, and the target page is preset in the jump logic. It should be noted that, since the route jump logic does not include URL information, the URL information of the target page needs to be acquired first before the jump step is executed.
Wherein, before jumping to the destination page according to the route jumping logic, the method further comprises: and acquiring the URL information and determining the destination page.
Specifically, when the route jump logic does not include the related information of the destination page, when the jump logic is executed, first, URL information of the destination page needs to be acquired, and the destination page is determined. Specifically, the route jump request carries URL information of the target page and corresponding destination page information.
It can be seen that in another method for processing a routing request provided in this embodiment, when a routing request is received, the method first determines whether URL information carried in the routing request is stored, and if the URL information is stored, directly searches an execution logic corresponding to the routing request from a preset logic database, and processes the routing request according to the execution logic, where the execution logic does not include the URL information carried in the routing request. And when the route request is a route jump request, directly searching a route jump logic corresponding to the route request from a preset logic database, and jumping to a destination page according to the route jump logic, wherein the route jump logic does not contain the URL information. Therefore, technicians can set the URL information in a personalized manner according to the requirements of clients without changing corresponding execution logic, and the coupling among codes is reduced; meanwhile, when the execution logic is modified, URL information does not need to be considered, the flexibility of the program code is improved, convenience is provided for later maintenance and service expansion, and the service cost is reduced.
Based on any of the above embodiments, it should be noted that the method for processing a routing request provided in this specification may be applied to processing a routing request between different modules in an application, and may enable the different modules in the application to process the routing request through a preset execution logic, thereby reducing workload of developers, improving development efficiency, and providing convenience for later maintenance. Similarly, the method for processing the routing request provided by the specification can also be applied to routing jump among different modules in the application program, and different modules in the application program can jump to the same page through the same jump logic, so that the workload of developers is reduced, the development efficiency is improved, and convenience is provided for later maintenance.
The following describes an apparatus for processing a routing request according to an embodiment of the present invention, and an apparatus for processing a routing request described below and a method for processing a routing request described above may be referred to each other.
Referring to fig. 3, an apparatus for processing a routing request according to an embodiment of the present invention includes:
a receiving module 301, configured to receive a routing request of a target page;
a first determining module 302, configured to determine whether URL information carried by the routing request is stored;
an executing module 303, configured to search, when the URL information carried in the routing request is stored, an executing logic corresponding to the routing request from a preset logic database, and process the routing request according to the executing logic, where the executing logic does not include the URL information.
Wherein, still include:
the second judgment module is used for judging whether the routing request meets the preset access condition or not;
the processing module is used for processing the routing request according to preset configuration when the routing request meets a preset access condition;
and the prompting module is used for displaying preset prompting information when the routing request does not accord with the preset access condition.
Wherein the execution module comprises:
a judging unit, configured to judge whether the routing request is a routing skip request;
a skipping unit, configured to, when the route request is a route skipping request, search a route skipping logic corresponding to the route request from a preset logic database, and skip to a destination page according to the route skipping logic, where the route skipping logic does not include the URL information;
and the execution unit is used for searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic when the routing request is not the routing jump request, wherein the execution logic does not contain the URL information.
Wherein the jumping unit is further configured to:
and acquiring the URL information and determining the destination page.
In the following, a device for processing a routing request according to an embodiment of the present invention is introduced, and the device for processing a routing request described below and the method and apparatus for processing a routing request described above may refer to each other.
Referring to fig. 4, an apparatus for processing a routing request according to an embodiment of the present invention includes:
a memory 401 for storing a computer program;
a processor 402 for implementing the steps of processing a routing request according to any of the embodiments described above when executing the computer program.
In the following, a computer-readable storage medium according to an embodiment of the present invention is introduced, and a computer-readable storage medium described below and a method, an apparatus, and a device for processing a routing request described above may be referred to each other.
A computer-readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of processing a routing request as claimed in any of the embodiments above.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method for processing a route request is applied to route request processing between different modules in an application program, and comprises the following steps:
receiving a routing request of a target page;
judging whether URL information carried by the routing request is stored;
if yes, searching an execution logic corresponding to the routing request from a preset logic database, and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information;
wherein, the searching for the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, where the execution logic does not include the URL information, includes:
judging whether the routing request is a routing skip request or not;
if yes, searching a route skipping logic corresponding to the route request from a preset logic database, and skipping to a destination page according to the route skipping logic, wherein the route skipping logic does not contain the URL information; different modules in the application program can jump to the same page through the same jump logic;
if not, the step of searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information, is executed.
2. The method for processing the routing request according to claim 1, wherein when the URL information carried by the routing request is not stored, the method further comprises:
judging whether the routing request meets a preset access condition or not;
if yes, processing the routing request according to preset configuration;
if not, displaying preset prompt information.
3. The method for processing a routing request according to claim 1, wherein said jumping to a destination page according to the routing jump logic further comprises:
and acquiring the URL information and determining the destination page.
4. An apparatus for processing a routing request, applied to routing request processing between different modules within an application, comprising:
the receiving module is used for receiving a routing request of a target page;
the first judgment module is used for judging whether the URL information carried by the routing request is stored;
the execution module is used for searching an execution logic corresponding to the routing request from a preset logic database when URL information carried by the routing request is stored, and processing the routing request according to the execution logic, wherein the execution logic does not contain the URL information;
wherein the execution module comprises:
a judging unit, configured to judge whether the routing request is a routing skip request;
a skipping unit, configured to, when the route request is a route skipping request, search a route skipping logic corresponding to the route request from a preset logic database, and skip to a destination page according to the route skipping logic, where the route skipping logic does not include the URL information; different modules in the application program can jump to the same page through the same jump logic;
and the execution unit is used for searching the execution logic corresponding to the routing request from a preset logic database and processing the routing request according to the execution logic when the routing request is not the routing jump request, wherein the execution logic does not contain the URL information.
5. The apparatus for processing routing requests according to claim 4, further comprising:
the second judgment module is used for judging whether the routing request meets the preset access condition or not;
the processing module is used for processing the routing request according to preset configuration when the routing request meets a preset access condition;
and the prompting module is used for displaying preset prompting information when the routing request does not accord with the preset access condition.
6. The apparatus for processing the routing request of claim 4, wherein the jumping unit is further configured to:
and acquiring the URL information and determining the destination page.
7. An apparatus for processing a routing request, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of processing a routing request according to any of claims 1 to 3 when executing said computer program.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of handling routing requests according to any one of claims 1 to 3.
CN201810132958.4A 2018-02-09 2018-02-09 Method and device for processing route request Active CN108337317B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810132958.4A CN108337317B (en) 2018-02-09 2018-02-09 Method and device for processing route request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810132958.4A CN108337317B (en) 2018-02-09 2018-02-09 Method and device for processing route request

Publications (2)

Publication Number Publication Date
CN108337317A CN108337317A (en) 2018-07-27
CN108337317B true CN108337317B (en) 2021-07-16

Family

ID=62928583

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810132958.4A Active CN108337317B (en) 2018-02-09 2018-02-09 Method and device for processing route request

Country Status (1)

Country Link
CN (1) CN108337317B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110069298B (en) * 2018-08-09 2022-12-13 北京微播视界科技有限公司 Display method, system, electronic device, and computer-readable storage medium
CN112202728B (en) * 2020-09-11 2023-06-23 广州宸祺出行科技有限公司 Method and system for mobile terminal to call module through routing protocol

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158549A (en) * 2011-03-03 2011-08-17 山东浪潮齐鲁软件产业股份有限公司 Method for uniform registration maintenance and call forwarding of common help url according to module
CN103414562A (en) * 2013-08-02 2013-11-27 广州菁英信息技术有限公司 Method and device for controlling user right based on URL fingerprint technology
CN104021028A (en) * 2014-05-16 2014-09-03 深圳市深信服电子科技有限公司 Web buffering method and device in virtual machine environment
CN104092665A (en) * 2014-06-19 2014-10-08 小米科技有限责任公司 Access request filtering method, device and facility
CN106528563A (en) * 2015-09-11 2017-03-22 腾讯科技(深圳)有限公司 Content access method and apparatus
CN107423365A (en) * 2017-06-28 2017-12-01 努比亚技术有限公司 Web access method, terminal and computer-readable recording medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130185322A1 (en) * 2012-01-12 2013-07-18 Aaron James Vegh Systems and methods for providing an electronic contact card
US9742661B2 (en) * 2012-11-07 2017-08-22 Pure Oxygen Labs LLC Uniform resource locator mapping and routing system and method
CN104283920A (en) * 2013-07-05 2015-01-14 腾讯科技(深圳)有限公司 Use method, server, terminal and system for Webapp router
CN104202360B (en) * 2014-08-13 2015-12-30 小米科技有限责任公司 The method of accessed web page, device and router
US20160210649A1 (en) * 2015-01-20 2016-07-21 Ryan Buckholdt Communications Brokering System
CN106294372B (en) * 2015-05-15 2019-06-25 阿里巴巴集团控股有限公司 Application program page quick access method and the mobile terminal for applying it
CN105516467A (en) * 2015-11-26 2016-04-20 努比亚技术有限公司 Page displaying method and mobile terminal
CN106815276B (en) * 2015-11-27 2020-06-16 阿里巴巴集团控股有限公司 Page skipping method and device
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN107277882B (en) * 2016-04-07 2020-07-07 中国移动通信有限公司研究院 Data routing method, device and base station
CN106294816B (en) * 2016-08-16 2022-03-25 腾讯科技(深圳)有限公司 Page information processing method and device
CN106874035B (en) * 2017-01-11 2020-06-30 深圳中顺易金融服务有限公司 Method for updating application (app) built-in H5 and framework thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158549A (en) * 2011-03-03 2011-08-17 山东浪潮齐鲁软件产业股份有限公司 Method for uniform registration maintenance and call forwarding of common help url according to module
CN103414562A (en) * 2013-08-02 2013-11-27 广州菁英信息技术有限公司 Method and device for controlling user right based on URL fingerprint technology
CN104021028A (en) * 2014-05-16 2014-09-03 深圳市深信服电子科技有限公司 Web buffering method and device in virtual machine environment
CN104092665A (en) * 2014-06-19 2014-10-08 小米科技有限责任公司 Access request filtering method, device and facility
CN106528563A (en) * 2015-09-11 2017-03-22 腾讯科技(深圳)有限公司 Content access method and apparatus
CN107423365A (en) * 2017-06-28 2017-12-01 努比亚技术有限公司 Web access method, terminal and computer-readable recording medium

Also Published As

Publication number Publication date
CN108337317A (en) 2018-07-27

Similar Documents

Publication Publication Date Title
CN110049022B (en) Domain name access control method and device and computer readable storage medium
CN110196927B (en) Multi-round man-machine conversation method, device and equipment
CN104010035A (en) Method and system for application program distribution
CN105404625A (en) Application program searching method and system
CN105760199A (en) Method and equipment for loading application resource
CN108337317B (en) Method and device for processing route request
CN104767839A (en) IP positioning method and device
CN104683457A (en) Concurrency control method and device
CN115424624B (en) Man-machine interaction service processing method and device and related equipment
CN113271578A (en) Network distribution method, device, equipment and computer readable storage medium
CN110287444B (en) Website detection method and device and storage medium
CN106161656B (en) Interface jumping method and device
CN104484413A (en) Method and device for obtaining searching results
WO2017181465A1 (en) Access point name configuration method and device
CN107181747B (en) handle analytic system containing top-level node
CN106165507B (en) Positioning method and device
CN105812343A (en) Wearable service authentication method, cloud platform, wearable device and terminal
CN105187391A (en) APP, method and system for allowing APP to log into network access point and server
CN109635175B (en) Page data splicing method and device, readable storage medium and electronic equipment
US10659543B2 (en) System and methods for tracking the usage of digital services
US9189633B2 (en) Download management method and device based on android browser
CN112698879A (en) Method and device for loading source file
CN113449159A (en) Node data processing method, device, equipment and computer readable storage medium
CN113064898A (en) Retrieval method and device based on miniature index of contract on chain and electronic equipment
CN105357265A (en) Method for identifying state of being hijacked of browser

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