CN106202381A - Start the method for routing of the page, device and assembly - Google Patents

Start the method for routing of the page, device and assembly Download PDF

Info

Publication number
CN106202381A
CN106202381A CN201610536677.6A CN201610536677A CN106202381A CN 106202381 A CN106202381 A CN 106202381A CN 201610536677 A CN201610536677 A CN 201610536677A CN 106202381 A CN106202381 A CN 106202381A
Authority
CN
China
Prior art keywords
page
routing
homepage
stack
module
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.)
Granted
Application number
CN201610536677.6A
Other languages
Chinese (zh)
Other versions
CN106202381B (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.)
Guiyang Yuwan Science & Technology Co Ltd
Original Assignee
Guiyang Yuwan Science & Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guiyang Yuwan Science & Technology Co Ltd filed Critical Guiyang Yuwan Science & Technology Co Ltd
Priority to CN201610536677.6A priority Critical patent/CN106202381B/en
Publication of CN106202381A publication Critical patent/CN106202381A/en
Application granted granted Critical
Publication of CN106202381B publication Critical patent/CN106202381B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • G06F16/88Mark-up to mark-up conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses and a kind of start the method for routing of the page, device and assembly.This method for routing includes: when current page is first page, determines and triggers the event starting second page from informing or external event trigger point;Build the routing object of second page, and the routing object of structure is passed to routing manager;Use routing manager cache routing object, and notify that homepage performs route;Use homepage to take out routing object from routing manager, and the image parameter of homepage is passed to routing object;Call routing object and realize the method for routing structure page object of Routing Protocol definition, and the object of the homepage provided by method for routing is put in page stack, jumps to the page that this page object is corresponding.The above-described embodiment provided according to the present invention, can be according to different service needed, it is achieved different route classes, jump to the page arbitrarily needing to redirect.The page stack state avoiding whole program is unpredictable, relies on complicated problem.

Description

Start the method for routing of the page, device and assembly
Technical field
The present invention relates to the communications field, start the method for routing of the page, device and assembly in particular to a kind of.
Background technology
The route of the page, is built upon on this technology mechanism of page jump, and page jump jumps to from a page exactly The next page or return a page, page route specifies a page exactly, can be correct from current page to jumping Forward this specified page to.
The page in IOS system is exactly UIViewController (view controller), user click on redirect several The page can be deposited in " page stack " maintained by UINavigationViewController according to the sequencing redirected.Class Like heap plate, the plate taken at first is placed on bottom, and follow-up plate is stacked in above a plate successively, when needs will be stacked in When certain middle plate comes out, need to take away other plate on this plate successively.Plate gather into folds formed knot Structure, referred to as stack, stack has the advantages that last in, first out (Last In, First Out, i.e. LIFO).Plate is equivalent to a page Face, opens after a page is accomplished by building it and puts it in stack, be presently in the page and be just in the page of stack top, return to The last page is accomplished by removing current page from stack top.
At present, in the routing plan of open source community, relatively popular is, and scheme is HHRouter.Its core thinking is exactly Introduce the concept in Web exploitation, be a URL by each page-map.Such as, this URL of general/user/:userid maps Being a UserViewController, being mapped as initialising subscriber ID by the URL of use/user/1001300 is The UserViewController interface of 1001300.
HHRouter, by the way of URL mapped page, decreases the dependence to UIViewController (page).Pass The IOS page jump of system, if needed from A page jump to the B page, it is necessary to depend on the B page, it is easy to cause complexity Dependency chain.If using the mapping mode of URL, the most just chop this dependency chain off.
But, HHRouter simply solves the problem that the page relies on, the problem but not addressing how route.By referring to Fixed URL can obtain a UIViewController matched (page), but how to jump to this from current page The page, does not the most provide solution.Especially when user rests on arbitrary interface, can lead to by clicking on informing at any time Know or refer to from outside (the URL-Scheme coupling such as browser, when third party is called by the SDK provided) startup program The fixed page, and some page, during user uses normally, be cannot to enter this page from the page being currently located.
Such as, what user currently rested on program arranges interface, at this moment receives a piece of news, and point jumps to boundary of chatting after opening Face.But redirecting design according to the page, arranging the page is to open chat interface, return when chat interface the most simultaneously Should return to arrange interface.Although technically allowing, but the most so designing, may result in the page stack state of whole program Unpredictable, it is intricate to rely on, and the most correct is routed to this page, is current problem demanding prompt solution.
Summary of the invention
Present invention is primarily targeted to disclose and a kind of start the method for routing of the page, device and assembly, at least to solve Certainly in correlation technique when user rests on arbitrary interface, can notify by clicking on informing or start journey from outside at any time The page that sequence is specified, and some page, during user uses normally, be cannot to enter this page from the page being currently located , this can cause the page stack state of whole program unpredictable, relies on complicated problem.
According to an aspect of the present invention, a kind of method for routing starting the page is disclosed.
The method for routing starting the page according to the present invention includes: when current page is first page, determine from notice Hurdle or external event trigger point trigger the event starting second page;Build the routing object of described second page, and will The described routing object built passes to routing manager;Use described routing manager to cache described routing object, and notify Homepage performs route;Described homepage is used to take out described routing object from described routing manager, and right by described homepage As parameter passes to described routing object;Call described routing object and realize the method for routing structure page pair of Routing Protocol definition As, and the object of the homepage provided by described method for routing puts in page stack, jumps to the page that this page object is corresponding.
Preferably, determining before informing or external event trigger point trigger the event of startup second page, Also include: setting up each page jump path of present procedure, wherein, described homepage is at the bottom of the stack of page stack, when needs are opened During arbitrary page of described page stack, need to jump to described arbitrary successively from current page according to described each page jump path The page.
Preferably, determining before informing or external event trigger point trigger the event of startup second page, Also include: use described Routing Protocol to define how to perform the described method for routing of concrete routing operations, wherein, described route side The formal parameter of method provides the object of described homepage and uses for route.
Preferably, after notice homepage performs route, also include: have already turned in described homepage closedown page stack is all The page, reduction page stack is to only retaining homepage in the state at the bottom of stack.
According to a further aspect in the invention, a kind of route device starting the page is disclosed.
The route device starting the page according to the present invention comprises determining that module, and being used at current page is first page Time, determine and trigger the event starting second page from informing or external event trigger point;Build transfer module, for structure Build the routing object of described second page, and the described routing object built is passed to routing manager;Caching notification module, For using described routing manager to cache described routing object, and notify that homepage performs route;Obtain transfer module, be used for adopting From described routing manager, take out described routing object by described homepage, and the image parameter of described homepage is passed to described Routing object;Routing module, the method for routing realizing Routing Protocol definition for calling described routing object builds page object, And the object of the homepage provided by described method for routing puts in page stack, jump to the page that this page object is corresponding.
Preferably, said apparatus also includes: set up module, sets up each page jump path of present procedure, wherein, described Homepage is at the bottom of the stack of page stack, when needing the arbitrary page opening described page stack, needs according to described each page jump Path jumps to described arbitrary page successively from current page.
Preferably, said apparatus also includes: definition module, is used for using described Routing Protocol to define how to perform concrete road By the described method for routing operated, wherein, the formal parameter of described method for routing provides the object of described homepage for route Use.
Preferably, said apparatus also includes: close module, for allowing described homepage close the institute having already turned in page stack Having the page, reduction page stack is to only retaining homepage in the state at the bottom of stack.
According to another aspect of the invention, a kind of routing component starting the page is disclosed.
The routing component starting the page according to the present invention includes: Routing Protocol Module, is used for defining how to perform specifically The described method for routing of routing operations, wherein, the formal parameter of described method for routing provides the object of described homepage for road By using;Routing object module, builds page object for realizing the method for routing of described Routing Protocol Module definition, and by institute The object stating the homepage that method for routing provides is put in page stack, jumps to the page that this page object is corresponding;Routing manager, For caching described routing object, and notify that homepage performs route;Homepage module, for taking out institute from described routing manager State routing object, and the image parameter of described homepage is passed to described routing object.
Preferably, described homepage module, it is additionally operable to close all pages having already turned in page stack, reduction page stack is extremely Only retain homepage in the state at the bottom of stack.
Compared with prior art, the embodiment of the present invention at least has the advantage that owing to routing manager, homepage are all logical Cross Routing Protocol to interact, therefore can be according to different service needed, it is achieved different route classes, jump to arbitrarily need The page redirected.The page stack state avoiding whole program is unpredictable, relies on complicated problem.
Accompanying drawing explanation
Fig. 1 is the flow chart of the method for routing starting the page according to embodiments of the present invention;
Fig. 2 is page jump path schematic diagram according to the preferred embodiment of the invention;
Fig. 3 is page stack schematic diagram according to the preferred embodiment of the invention;
Fig. 4 is the flow chart of the method for routing starting the page according to the preferred embodiment of the invention;
Fig. 5 is the structured flowchart of the route device starting the page according to embodiments of the present invention;
Fig. 6 is the structured flowchart of the route device starting the page according to the preferred embodiment of the invention;
Fig. 7 is the structured flowchart of the routing component starting the page according to embodiments of the present invention.
Detailed description of the invention
Below in conjunction with Figure of description, the specific implementation of the present invention is made a detailed description.
Fig. 1 is the flow chart of the method for routing starting the page according to embodiments of the present invention.As it is shown in figure 1, this startup page The method for routing in face includes:
Step S101: when current page is first page, determines and triggers from informing or external event trigger point Start the event of second page;
Step S103: build the routing object of above-mentioned second page, and the above-mentioned routing object built is passed to route Manager;
Step S105: use above-mentioned routing manager to cache above-mentioned routing object, and notify that homepage performs route;
Step S107: use above-mentioned homepage to take out above-mentioned routing object from above-mentioned routing manager, and by above-mentioned homepage Image parameter pass to above-mentioned routing object;
Step S109: call above-mentioned routing object and realize the method for routing structure page object of Routing Protocol definition, and will The object of the homepage that above-mentioned method for routing provides is put in page stack, jumps to the page that this page object is corresponding.
In correlation technique, when user rests on arbitrary interface, can notify or from outward by clicking on informing at any time The page that portion's startup program is specified, and some page, during user uses normally, be cannot to enter from the page being currently located Entering this page, this can cause the page stack state of whole program unpredictable, relies on complicated problem.Use Fig. 1 institute The method shown, owing to routing manager, homepage are all to be interacted by Routing Protocol, therefore can be according to different business need Want, it is achieved different route classes, jump to the page arbitrarily needing to redirect.The page stack state avoiding whole program cannot be pre- Survey, rely on complicated problem.
Preferably, determining before informing or external event trigger point trigger the event of startup second page, Can also include: setting up each page jump path of present procedure, wherein, above-mentioned homepage is at the bottom of the stack of page stack, works as needs When opening arbitrary page of above-mentioned page stack, need to jump to above-mentioned successively from current page according to above-mentioned each page jump path Arbitrary page.
Such as, each page jump path may refer to Fig. 2.As in figure 2 it is shown, homepage is at the bottom of the stack of page stack all the time, as Fruit needs to open binding mobile phone interface, needs to open successively setting, account safety and binding mobile phone interface, the now shape of page stack State is in Fig. 4 shown in A.By that analogy, opening chat interface, only 2 kinds possible modes, one is to be beaten by messaging list Open;One is by opening contacts list, opens contact data, finally opens chat interface.
Preferably, determining before informing or external event trigger point trigger the event of startup second page, Can also include: use above-mentioned Routing Protocol to define how to perform the above-mentioned method for routing of concrete routing operations, wherein, above-mentioned road The object being provided above-mentioned homepage by the formal parameter of method uses for route.
Wherein, Routing Protocol defines route (route) method, and the formal parameter of the method provides program homepage Object uses to concrete route, route for it, and correlative code is as follows:
@protocol Router<NSObject>
-(void)route:(MainTabBarController*)tabBarController;
@end
During being preferable to carry out, routing object achieves the route method of Routing Protocol definition, constructs specified page pair As, and the homepage object provided by the method is added in page stack, it is achieved page jump.Such as: message circle The routing object code in face is as follows:
During being preferable to carry out, routing manager: cache routing, and notify that homepage starts route, its code is as follows:
Preferably, in step S105, after notice homepage performs route, it is also possible to including: above-mentioned homepage closes page stack In all pages of having already turned on, reduction page stack is to only retaining homepage in the state at the bottom of stack.
During being preferable to carry out, homepage: after receiving route notice, close all pages having already turned on, by page stack It is emptied into the most surplus homepage at (be also stack top) at the bottom of stack, takes out routing object, call the route method of Routing Protocol definition simultaneously, And will enter own as parameter transmission, allow routing object start to perform route.Correlative code is as follows:
Example below in conjunction with Fig. 3 further describes above-mentioned preferred implementation.
Fig. 3 is the flow chart of the method for routing starting the page according to the preferred embodiment of the invention.As it is shown on figure 3, this opens The method for routing of the dynamic page includes:
Step S301: assuming that user currently rests on the binding mobile phone page, page stack is as shown in A in Fig. 4.At this moment from notice Hurdle or other external event trigger point trigger an event, need the passive initiation message page, then need to be in the trigger point of route Constructing a message interface routing object, correlative code is as follows:
MessageDetailRouter*router=[[MessageDetailRouter alloc]
initWithUserId:userId];
Step S303: the routing object of structure passing to routing manager and starts route, correlative code is as follows:
[RouterManager startRouter:router];
Step S305: routing manager cache routing object, and notify that homepage starts to perform route, correlative code is as follows:
PendingRouter=router;
NSNotificationCenter*center=[NSNotificationCenter defaultCenter];
[center postNotificationName:kMainTabBarRouterNotification object:nil
userInfo:nil];
Step S307: after homepage receives the notice starting to perform route, closes all pages opened, reduction page stack To only retaining the homepage state at (be also stack top) at the bottom of stack, as shown in B in Fig. 4, and take out temporary from routing manager simultaneously Current routing object, call its Routing Protocol route method realized, and self transmitted into the method, phase as parameter Pass code is as follows:
Step S309: the route method of routing object is called, starts to construct page object, and uses transmission to come in The object of homepage, puts it in page stack, jumps to this page, and as shown in C in Fig. 4, correlative code is as follows:
In above-described embodiment, describe the definition of Routing Protocol, route class to the realization of Routing Protocol and itself and road The routing procedure completed by the linkage of manager and homepage.And in routing procedure, correctly processed the shape in page stack State, it is ensured that the predictability of page stack.Owing to routing manager, homepage are all to be interacted by Routing Protocol, therefore may be used With according to different service needed, it is achieved different route classes, jump to the page arbitrarily needing to redirect.
Fig. 5 is the structured flowchart of the route device starting the page according to embodiments of the present invention.As it is shown in figure 5, this startup The route device of the page comprises determining that module 50, for when current page is first page, determines from informing or outside Event trigger point triggers the event starting second page;Build transfer module 52, for building the route of above-mentioned second page Object, and the above-mentioned routing object built is passed to routing manager;Caching notification module 54, is used for using above-mentioned route pipe Reason device caches above-mentioned routing object, and notifies that homepage performs route;Obtain transfer module 56, be used for using above-mentioned homepage from above-mentioned Routing manager takes out above-mentioned routing object, and the image parameter of above-mentioned homepage is passed to above-mentioned routing object;Route mould Block 58, the method for routing realizing Routing Protocol definition for calling above-mentioned routing object builds page object, and by above-mentioned route The object of the homepage that method provides is put in page stack, jumps to the page that this page object is corresponding.
Use the route device shown in Fig. 5, owing to routing manager, homepage are all to be interacted by Routing Protocol, because of This can be according to different service needed, it is achieved different route classes, jump to the page arbitrarily needing to redirect.Avoid whole The page stack state of program is unpredictable, relies on complicated problem.
Preferably, as shown in Figure 6, said apparatus can also include: sets up module 60, and determines that module 50 is connected, and builds Each page jump path of vertical present procedure, wherein, above-mentioned homepage is at the bottom of the stack of page stack, when above-mentioned page stack opened by needs Arbitrary page time, need to jump to any of the above-described page successively from current page according to above-mentioned each page jump path.
Preferably, as shown in Figure 6, said apparatus can also include: definition module 62, and determines that module 50 is connected, and uses Define how to perform the above-mentioned method for routing of concrete routing operations, wherein, above-mentioned method for routing in using above-mentioned Routing Protocol Formal parameter provides the object of above-mentioned homepage and uses for route.
Preferably, as shown in Figure 6, said apparatus can also include: closes module 64, with described acquisition transfer module 56 Being connected, for allowing above-mentioned homepage close in page stack all pages having already turned on, reduction page stack exists to only retaining homepage State at the bottom of stack.
Fig. 7 is the structured flowchart of the routing component starting the page according to embodiments of the present invention.As it is shown in fig. 7, this startup The routing component of the page includes: Routing Protocol Module 70, for defining how to perform the above-mentioned method for routing of concrete routing operations, Wherein, the formal parameter of above-mentioned method for routing provides the object of above-mentioned homepage for route use;Routing object module 72, uses In realizing the method for routing structure page object that above-mentioned Routing Protocol Module defines, and the homepage that above-mentioned method for routing is provided Object is put in page stack, jumps to the page that this page object is corresponding;Routing manager 74, is used for caching above-mentioned route right As, and notify that homepage performs route;Homepage module 76, for taking out above-mentioned routing object from above-mentioned routing manager, and will The image parameter of above-mentioned homepage passes to above-mentioned routing object.
Use the routing component shown in Fig. 7, owing to routing manager 74, homepage module 76 are all to be carried out by Routing Protocol Alternately, therefore can be according to different service needed, it is achieved different route classes, jump to the page arbitrarily needing to redirect.Keep away The page stack state having exempted from whole program is unpredictable, relies on complicated problem.
Preferably, above-mentioned homepage module 76, it is additionally operable to close all pages having already turned in page stack, reduction page stack To only retaining homepage in the state at the bottom of stack.
In sum, the above-described embodiment provided by the present invention, describe the definition of Routing Protocol, route class to route The realization of agreement and it is with routing manager with a routing procedure completing of the linkage of homepage.And in routing procedure just Really process the state in page stack, it is ensured that the predictability of page stack.Owing to routing manager, homepage are all by route Agreement interacts, therefore can be according to different service needed, it is achieved different route classes, jumps to arbitrarily to need to redirect The page.
The several specific embodiments being only the present invention disclosed above, but, the present invention is not limited to this, any ability What the technical staff in territory can think change all should fall into protection scope of the present invention.

Claims (10)

1. the method for routing starting the page, it is characterised in that including:
When current page is first page, determines and trigger startup second page from informing or external event trigger point Event;
Build the routing object of described second page, and the described routing object built is passed to routing manager;
Use described routing manager to cache described routing object, and notify that homepage performs route;
Use described homepage to take out described routing object from described routing manager, and the image parameter of described homepage is transmitted To described routing object;
Call described routing object and realize the method for routing structure page object of Routing Protocol definition, and described method for routing is carried The object of the homepage of confession is put in page stack, jumps to the page that this page object is corresponding.
Method the most according to claim 1, it is characterised in that trigger from informing or external event trigger point determining Before starting the event of second page, also include:
Setting up each page jump path of present procedure, wherein, described homepage is at the bottom of the stack of page stack, when needs are opened described During arbitrary page of page stack, need to jump to described any page successively from current page according to described each page jump path Face.
Method the most according to claim 1, it is characterised in that trigger from informing or external event trigger point determining Before starting the event of second page, also include: use described Routing Protocol to define how to perform the institute of concrete routing operations Stating method for routing, wherein, the formal parameter of described method for routing provides the object of described homepage and uses for route.
The most according to the method in any one of claims 1 to 3, it is characterised in that after notice homepage performs route, also wrap Include: described homepage closes all pages having already turned in page stack, and reduction page stack is to only retaining homepage in the state at the bottom of stack.
5. the route device starting the page, it is characterised in that including:
Determine module, for when current page is first page, determines and trigger from informing or external event trigger point Start the event of second page;
Build transfer module, for building the routing object of described second page, and the described routing object built is passed to Routing manager;
Caching notification module, is used for using described routing manager to cache described routing object, and notifies that homepage performs route;
Obtain transfer module, be used for using described homepage to take out described routing object from described routing manager, and by described The image parameter of homepage passes to described routing object;
Routing module, the method for routing realizing Routing Protocol definition for calling described routing object builds page object, and will The object of the homepage that described method for routing provides is put in page stack, jumps to the page that this page object is corresponding.
Device the most according to claim 5, it is characterised in that also include:
Setting up module, set up each page jump path of present procedure, wherein, described homepage is at the bottom of the stack of page stack, when needing When opening arbitrary page of described page stack, need to jump to institute successively from current page according to described each page jump path State arbitrary page.
Device the most according to claim 5, it is characterised in that also include: definition module, is used for using described Routing Protocol Defining how to perform the described method for routing of concrete routing operations, wherein, the formal parameter of described method for routing provides described The object of homepage uses for route.
8. according to the device according to any one of claim 5 to 7, it is characterised in that also include: close module, be used for allowing institute Stating homepage and close all pages having already turned in page stack, reduction page stack is to only retaining homepage in the state at the bottom of stack.
9. the routing component starting the page, it is characterised in that including:
Routing Protocol Module, for defining how to perform the described method for routing of concrete routing operations, wherein, described method for routing Formal parameter provide the object of described homepage and use for route;
Routing object module, builds page object for realizing the method for routing of described Routing Protocol Module definition, and by described The object of the homepage that method for routing provides is put in page stack, jumps to the page that this page object is corresponding;
Routing manager, is used for caching described routing object, and notifies that homepage performs route;
Homepage module, for taking out described routing object from described routing manager, and passes the image parameter of described homepage Pass described routing object.
Routing component the most according to claim 9, it is characterised in that described homepage module, is additionally operable to close in page stack The all pages having already turned on, reduction page stack is to only retaining homepage in the state at the bottom of stack.
CN201610536677.6A 2016-07-08 2016-07-08 Start method for routing, device and the component of the page Active CN106202381B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610536677.6A CN106202381B (en) 2016-07-08 2016-07-08 Start method for routing, device and the component of the page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610536677.6A CN106202381B (en) 2016-07-08 2016-07-08 Start method for routing, device and the component of the page

Publications (2)

Publication Number Publication Date
CN106202381A true CN106202381A (en) 2016-12-07
CN106202381B CN106202381B (en) 2019-08-09

Family

ID=57472942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610536677.6A Active CN106202381B (en) 2016-07-08 2016-07-08 Start method for routing, device and the component of the page

Country Status (1)

Country Link
CN (1) CN106202381B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106874035A (en) * 2017-01-11 2017-06-20 深圳中顺易金融服务有限公司 One kind is applied for updating(app)The method and its framework of built-in H5
CN108614739A (en) * 2016-12-12 2018-10-02 阿里巴巴集团控股有限公司 A kind of method and device for transmitting message
CN109271601A (en) * 2018-08-23 2019-01-25 深圳点猫科技有限公司 A kind of page prompts method and electronic equipment based on educational system
CN110442826A (en) * 2019-08-13 2019-11-12 珠海格力电器股份有限公司 Cross-layer page jumping method, device and system based on page identification
CN111061981A (en) * 2019-11-05 2020-04-24 贝壳技术有限公司 Page management method and device, storage medium and electronic equipment
CN111193828A (en) * 2018-11-14 2020-05-22 北京京东尚科信息技术有限公司 Method, device and client for displaying notification message
CN111695056A (en) * 2019-03-12 2020-09-22 阿里巴巴集团控股有限公司 Page processing method, page return processing method, device and equipment
CN113064583A (en) * 2021-04-14 2021-07-02 深圳市活力天汇科技股份有限公司 Multi-level page routing skip method and device, computer equipment and storage medium
CN115310016A (en) * 2022-10-08 2022-11-08 南京翼辉爱智物联技术有限公司 Webpage interface display method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984686A (en) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 Page-switching method and device
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN104462418A (en) * 2014-12-11 2015-03-25 小米科技有限责任公司 Page displaying method and device and electronic device
US20150113053A1 (en) * 2010-03-19 2015-04-23 Amazon Technologies, Inc. Distributed network page generation
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150113053A1 (en) * 2010-03-19 2015-04-23 Amazon Technologies, Inc. Distributed network page generation
CN103984686A (en) * 2013-02-07 2014-08-13 阿里巴巴集团控股有限公司 Page-switching method and device
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN104462418A (en) * 2014-12-11 2015-03-25 小米科技有限责任公司 Page displaying method and device and electronic device
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108614739A (en) * 2016-12-12 2018-10-02 阿里巴巴集团控股有限公司 A kind of method and device for transmitting message
CN106874035A (en) * 2017-01-11 2017-06-20 深圳中顺易金融服务有限公司 One kind is applied for updating(app)The method and its framework of built-in H5
CN109271601A (en) * 2018-08-23 2019-01-25 深圳点猫科技有限公司 A kind of page prompts method and electronic equipment based on educational system
CN111193828A (en) * 2018-11-14 2020-05-22 北京京东尚科信息技术有限公司 Method, device and client for displaying notification message
CN111193828B (en) * 2018-11-14 2022-09-30 北京京东尚科信息技术有限公司 Method, device, client and storage medium for displaying notification message
CN111695056A (en) * 2019-03-12 2020-09-22 阿里巴巴集团控股有限公司 Page processing method, page return processing method, device and equipment
CN111695056B (en) * 2019-03-12 2024-03-22 阿里巴巴集团控股有限公司 Page processing and page return processing methods, devices and equipment
CN110442826A (en) * 2019-08-13 2019-11-12 珠海格力电器股份有限公司 Cross-layer page jumping method, device and system based on page identification
CN111061981A (en) * 2019-11-05 2020-04-24 贝壳技术有限公司 Page management method and device, storage medium and electronic equipment
CN113064583A (en) * 2021-04-14 2021-07-02 深圳市活力天汇科技股份有限公司 Multi-level page routing skip method and device, computer equipment and storage medium
CN113064583B (en) * 2021-04-14 2024-04-16 深圳市活力天汇科技股份有限公司 Multistage page route jump method, device, computer equipment and storage medium
CN115310016A (en) * 2022-10-08 2022-11-08 南京翼辉爱智物联技术有限公司 Webpage interface display method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN106202381B (en) 2019-08-09

Similar Documents

Publication Publication Date Title
CN106202381A (en) Start the method for routing of the page, device and assembly
US11240159B2 (en) Service link selection control method and device
CN104798405B (en) System and method for for intelligent network selection interface
Seifert The switch book: the complete guide to LAN switching technology
CN102904738B (en) Work order processing method, relevant device and relevant system
CN103475720B (en) Application push method and system of intelligent terminal
CN104685958B (en) The RRC connection improved in mobile communication terminals is established
EP2418825A1 (en) Method and system for generating open telecommunication service based on internet
CN104969530A (en) Mechanism to initiate calls between browsers without predefined call signaling protocol
CN104808971A (en) Network application program manager, method, device and mobile terminal
CN104094640A (en) Captive portal state detection and avoidance for multiple-interface traffic offloading
CN106559591A (en) The mobile phone terminal call method realized based on call forwarding and device
CA2733201A1 (en) Methods and systems to hold functions on a device after an identifier is determined
CN102771164A (en) Methods and apparatus providing intelligent radio selection for legacy and non-legacy applications
CN104253788A (en) Data processing method and system, client, and page engine
CN113261249A (en) Data transmission method, related equipment and computer storage medium
CN101252547A (en) Middleware system for realizing interactive increase value traffic based on IP set top box and method thereof
CN110289991A (en) A kind of failure gateway detection method, device, storage medium and terminal
CN107343326A (en) A kind of data transmission method and device
CN101228767A (en) System and method for using quarantine networks to protect cellular networks from viruses and worms
CN110187953A (en) A kind of operation method and device of application program
CN106209656A (en) Router upgrade system, method and router
CN110275701A (en) Data processing method, device, medium and calculating equipment
CN109104306A (en) Process analytic method, device, computer readable storage medium and electronic equipment
US20110282938A1 (en) Method of providing seamless interoperability between web browser and application in single-threaded environment and apparatus for performing the same

Legal Events

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