CN106202381B - Start method for routing, device and the component of the page - Google Patents

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

Info

Publication number
CN106202381B
CN106202381B CN201610536677.6A CN201610536677A CN106202381B CN 106202381 B CN106202381 B CN 106202381B CN 201610536677 A CN201610536677 A CN 201610536677A CN 106202381 B CN106202381 B CN 106202381B
Authority
CN
China
Prior art keywords
routing
page
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.)
Active
Application number
CN201610536677.6A
Other languages
Chinese (zh)
Other versions
CN106202381A (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 a kind of method for routing, device and components for starting the page.The method for routing includes: to determine the event that starting second page is triggered from notification bar or external event trigger point when current page is first page;The routing object of second page is constructed, and the routing object of building is passed into routing manager;Using routing manager cache routing object, and homepage is notified to execute routing;Routing object is taken out from routing manager using homepage, and the image parameter of homepage is passed into routing object;The method for routing building page object for calling routing object to realize that Routing Protocol defines, and the object for the homepage that method for routing provides is put into page stack, jump to the corresponding page of the page object.The above-described embodiment provided according to the present invention can realize different routing classes according to different business needs, jump to any page for needing to jump.The page stack state for avoiding entire program is unpredictable, relies on intricate problem.

Description

Start method for routing, device and the component of the page
Technical field
The present invention relates to the communications fields, in particular to a kind of method for routing, device and component for starting the page.
Background technique
The routing of the page is built upon on this technology mechanism of page jump, and page jump is exactly to jump to from a page Next page returns to a upper page, and page routing is exactly to specify a page, can be correctly from current page to jump Go to the specified page.
The page in IOS system is exactly UIViewController (view controller), and user clicks several jumped The page can be stored according to the sequencing jumped into " page stack " maintained by UINavigationViewController.Class Like heap plate, the plate taken at first is placed on bottom, and subsequent plate is successively stacked in above a plate, when needs will be stacked in When some intermediate plate is exposed, need successively to take away other plates on the plate.Plate gathers into folds the knot to be formed Structure, referred to as stack, stack have the characteristics of last in, first out (Last In, First Out, i.e. LIFO).Plate is equivalent to a page Face opens a page and just needs to put it into stack after constructing it, and being presently in the page is exactly the page positioned at stack top, returns to The last page just needs to remove current page from stack top.
Currently, relatively popular is that scheme is HHRouter in the routing plan of open source community.Its core ideas is exactly Each page-map is a URL by the concept being introduced into Web exploitation.For example, this URL of general/user/:userid maps For a UserViewController, being mapped as initialising subscriber ID by using the URL of/user/1001300 is 1001300 interface UserViewController.
HHRouter reduces the dependence to UIViewController (page) by way of URL mapped page.It passes The IOS page jump of system, if necessary to 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 naturally just having chopped the dependency chain off using the mapping mode of URL.
But HHRouter only solves the problems, such as page dependence, does not address how the problem of routing but.Pass through finger Fixed URL can obtain a matching UIViewController (page), but how from current page jump to this The page, then without providing solution.It, at any time can be logical by clicking notification bar especially when user rests on arbitrary interface Know or refers to from external (the URL-Scheme matching in such as browser, when third party is called by the SDK provided) startup program The fixed page, and certain pages are that can not enter the page from the page being currently located in the normal use process of user.
For example, user currently rests on the set interface of program, a piece of news is at this moment received, point jumps to chat circle after opening Face.But according to the design that jumps of the page, it is that cannot open chat interface that the page, which is arranged, while when returning from chat interface also not Set interface should be returned to.Although technically allowing, once design in this way, will lead to the page stack state of entire program Unpredictable, it is intricate to rely on, and how to be correctly routed to the page, is current urgent problem to be solved.
Summary of the invention
It is a primary object of the present invention to disclose a kind of method for routing, device and component for starting the page, at least to solve Certainly in the related technology when user rests on arbitrary interface, by clicking notification bar notice or journey can be started from outside at any time The specified page of sequence, and certain pages are that can not enter the page from the page being currently located in the normal use process of user , the page stack state that this will lead to entire program is unpredictable, relies on intricate problem.
According to an aspect of the present invention, a kind of method for routing for starting the page is disclosed.
The method for routing of the starting page according to the present invention includes: to determine when current page is first page from notice Column or external event trigger point trigger the event of starting second page;The routing object of the second page is constructed, and will The routing object of building passes to routing manager;The routing object is cached using the routing manager, and is notified Homepage executes routing;The routing object is taken out from the routing manager using the homepage, and by pair of the homepage As parameter passes to the routing object;The method for routing building page pair for calling the routing object to realize that Routing Protocol defines As, and the object for the homepage that the method for routing provides is put into page stack, jump to the corresponding page of the page object.
Preferably, it is determining before the event that notification bar or external event trigger point trigger starting second page, Further include: establish each page jump path of present procedure, wherein the homepage is in the stack bottom of page stack, when needing to open When any page of the page stack, need successively to jump to according to each page jump path from current page described any The page.
Preferably, it is determining before the event that notification bar or external event trigger point trigger starting second page, Further include: it defines how to execute the method for routing of specific routing operations using the Routing Protocol, wherein the routing side The formal parameter of method provides the object of the homepage so that routing uses.
Preferably, after notice homepage execution routing, further includes: had already turned in the homepage closing page stack all The page, reduction page stack to only reservation homepage is in the state at stack bottom.
According to another aspect of the present invention, a kind of route device for starting the page is disclosed.
The route device of the starting page according to the present invention comprises determining that module, for being first page in current page When, determine the event that starting second page is triggered from notification bar or external event trigger point;Transfer module is constructed, structure is used for The routing object of the second page is built, and the routing object of building is passed into routing manager;Notification module is cached, For caching the routing object using the routing manager, and homepage is notified to execute routing;Transfer module is obtained, for adopting The routing object is taken out from the routing manager with the homepage, and the image parameter of the homepage is passed to described Routing object;Routing module, the method for routing for calling the routing object to realize that Routing Protocol defines construct page object, And the object for the homepage that the method for routing provides is put into page stack, jump to the corresponding page of the page object.
Preferably, above-mentioned apparatus further include: establish module, establish each page jump path of present procedure, wherein described Homepage is in the stack bottom of page stack, when needing to open any page of the page stack, needs according to each page jump Path successively jumps to any page from current page.
Preferably, above-mentioned apparatus further include: definition module, for defining how to execute specific road using the Routing Protocol By the method for routing operated, wherein the formal parameter of the method for routing provides the object of the homepage for routing It uses.
Preferably, above-mentioned apparatus further include: closedown module, the institute being had already turned in page stack for allowing the homepage to close There is the page, reduction page stack to only reservation homepage is in the state at stack bottom.
According to another aspect of the invention, a kind of routing component for starting the page is disclosed.
The routing component of the starting page according to the present invention includes: Routing Protocol Module, specific for defining how to execute The method for routing of routing operations, wherein the formal parameter of the method for routing provides the object of the homepage for road By using;Routing object module, the method for routing defined for realizing the Routing Protocol Module construct page object, and by institute The object for stating the homepage of method for routing offer is put into page stack, jumps to the corresponding page of the page object;Routing manager, For caching the routing object, and homepage is notified to execute routing;Homepage module, for taking out institute from the routing manager Routing object is stated, and the image parameter of the homepage is passed into the routing object.
Preferably, the homepage module is also used to close all pages having already turned in page stack, and reduction page stack is extremely Only retain homepage in the state at stack bottom.
Compared with prior art, the embodiment of the present invention has at least the following advantages: since routing manager, homepage are all logical It crosses Routing Protocol to interact, therefore can realize different routing classes according to different business needs, jump to any needs The page jumped.The page stack state for avoiding entire program is unpredictable, relies on intricate problem.
Detailed description of the invention
Fig. 1 is the flow chart of the method for routing of the starting page according to an embodiment of the present invention;
Fig. 2 is page jump path according to the preferred embodiment of the invention schematic diagram;
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 of the starting page according to the preferred embodiment of the invention;
Fig. 5 is the structural block diagram of the route device of the starting page according to an embodiment of the present invention;
Fig. 6 is the structural block diagram of the route device of the starting page according to the preferred embodiment of the invention;
Fig. 7 is the structural block diagram of the routing component of the starting page according to an embodiment of the present invention.
Specific embodiment
Specific implementation of the invention is made a detailed description with reference to the accompanying drawings of the specification.
Fig. 1 is the flow chart of the method for routing of the starting page according to an embodiment of the present invention.As shown in Figure 1, the starting page The method for routing in face includes:
Step S101: when current page is first page, determination is triggered from notification bar or external event trigger point Start the event of second page;
Step S103: the routing object of above-mentioned second page is constructed, and the above-mentioned routing object of building is passed into routing Manager;
Step S105: above-mentioned routing object is cached using above-mentioned routing manager, and homepage is notified to execute routing;
Step S107: taking out above-mentioned routing object using above-mentioned homepage from above-mentioned routing manager, and by above-mentioned homepage Image parameter pass to above-mentioned routing object;
Step S109: the method for routing building page object for calling above-mentioned routing object to realize that Routing Protocol defines, and will The object for the homepage that above-mentioned method for routing provides is put into page stack, jumps to the corresponding page of the page object.
It in the related technology, at any time can be by clicking notification bar notice or from outer when user rests on arbitrary interface The specified page of portion's startup program, and certain pages, in the normal use process of user, be can not from the page being currently located into Enter the page, the page stack state that this will lead to entire program is unpredictable, relies on intricate problem.Using Fig. 1 institute The method shown can be according to different business need since routing manager, homepage are interacted by Routing Protocol It wants, realizes different routing classes, jump to any page for needing to jump.The page stack state for avoiding entire program can not be pre- It surveys, relies on intricate problem.
Preferably, it is determining before the event that notification bar or external event trigger point trigger starting second page, It can also include: each page jump path for establishing present procedure, wherein above-mentioned homepage is in the stack bottom of page stack, works as needs When opening any page of above-mentioned page stack, need successively to jump to according to above-mentioned each page jump path from current page above-mentioned Any page.
For example, each page jump path may refer to Fig. 2.As shown in Fig. 2, homepage is in the stack bottom of page stack always, such as Fruit needs to open binding mobile phone interface, needs successively to open setting, account safety and binding mobile phone interface, at this time the shape of page stack State is shown in A in Fig. 4.And so on, chat interface is opened, only 2 kinds of possible modes, one is beat by messaging list It opens;One is by opening contacts list, contact data is opened, chat interface is finally opened.
Preferably, it is determining before the event that notification bar or external event trigger point trigger starting second page, It can also include: to define how to execute the above-mentioned method for routing of specific routing operations using above-mentioned Routing Protocol, wherein above-mentioned road The object of above-mentioned homepage is provided so that routing is used by the formal parameter of method.
Wherein, Routing Protocol defines routing (route) method, and the formal parameter of this method provides program homepage Object is used to specific routing, and for its routing, correlative code is as follows:
@protocol Router<NSObject>
-(void)route:(MainTabBarController*)tabBarController;
@end
In a preferred implementation process, routing object realizes the route method that Routing Protocol defines, and constructs specified page pair As, and be added in page stack by the homepage object that this method provides, realize page jump.Such as: message circle The routing object code in face is as follows:
In a preferred implementation process, routing manager: cache routing, and homepage is notified to start to route, code is as follows:
It preferably, can also include: that above-mentioned homepage closes page stack after notice homepage executes routing in step S105 In all pages for having already turned on, reduction page stack is to only retaining homepage in the state at stack bottom.
In a preferred implementation process, homepage: after receiving routing notice, all pages having already turned on are closed, by page stack It is emptied into only surplus homepage and takes out routing object stack bottom (while being also stack top), the route method for calling Routing Protocol to define, And will transmit own as parameter, allow routing object to start to execute routing.Correlative code is as follows:
Above-mentioned preferred embodiment is further described below in conjunction with the example of Fig. 3.
Fig. 3 is the flow chart of the method for routing of the starting page according to the preferred embodiment of the invention.As shown in figure 3, this is opened 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 Column or other external event trigger points trigger an event, need the passive initiation message page, then need to be in the trigger point of routing A message interface routing object is constructed, correlative code is as follows:
MessageDetailRouter*router=[[MessageDetailRouter alloc]
initWithUserId:userId];
Step S303: the routing object of construction is passed into routing manager and starts to route, correlative code is as follows:
[RouterManager startRouter:router];
Step S305: routing manager cache routing object, and homepage is notified to start to execute routing, 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 for starting to execute routing, all pages opened are closed, restore page stack To homepage is only retained in the state of stack bottom (while being also stack top), as shown in B in Fig. 4, and takes out and keep in from routing manager Current routing object, the Routing Protocol route method for calling it to realize and transmits itself as parameter into this method, phase It is as follows to close code:
Step S309: the route method of routing object is called, starts to construct page object, and come in using transmitting The object of homepage is put it into page stack, jumps to the page, and as shown in C in Fig. 4, correlative code is as follows:
In above-described embodiment, the definition that describes Routing Protocol, routing class are to the realization of Routing Protocol and itself and routing The routing procedure that the linkage of manager and homepage is completed.And the state in page stack has correctly been handled in routing procedure, It ensure that the predictability of page stack.It, can root since routing manager, homepage are interacted by Routing Protocol It is needed according to different business, realizes different routing classes, jump to any page for needing to jump.
Fig. 5 is the structural block diagram of the route device of the starting page according to an embodiment of the present invention.As shown in figure 5, the starting The route device of the page comprises determining that module 50, for determining from notification bar or outside when current page is first page Event trigger point triggers the event of starting second page;Transfer module 52 is constructed, for constructing the routing of above-mentioned second page Object, and the above-mentioned routing object of building is passed into routing manager;Notification module 54 is cached, for using above-mentioned routing pipe It manages device and caches above-mentioned routing object, and homepage is notified to execute routing;Obtain transfer module 56, for using above-mentioned homepage from above-mentioned Above-mentioned routing object is taken out in routing manager, and the image parameter of above-mentioned homepage is passed into above-mentioned routing object;Route mould Block 58, the method for routing for calling above-mentioned routing object to realize that Routing Protocol defines construct page object, and by above-mentioned routing The object for the homepage that method provides is put into page stack, jumps to the corresponding page of the page object.
Using route device shown in fig. 5, since routing manager, homepage are interacted by Routing Protocol, because This can realize different routing classes according to different business needs, jump to any page for needing to jump.It avoids entire The page stack state of program is unpredictable, relies on intricate problem.
Preferably, as shown in fig. 6, above-mentioned apparatus can also include: to establish module 60, it is connected with determining module 50, builds Each page jump path of vertical present procedure, wherein above-mentioned homepage is in the stack bottom of page stack, when needing to open above-mentioned page stack Any page when, need successively to jump to any of the above-described page from current page according to above-mentioned each page jump path.
Preferably, as shown in fig. 6, above-mentioned apparatus can also include: definition module 62, it is connected with determining module 50, uses In the above-mentioned method for routing for defining how to execute specific routing operations using above-mentioned Routing Protocol, wherein above-mentioned method for routing Formal parameter provides the object of above-mentioned homepage so that routing uses.
Preferably, as shown in fig. 6, above-mentioned apparatus can also include: closedown module 64, with 56 phase of acquisition transfer module Connection, all pages having already turned in page stack for allowing above-mentioned homepage to close, reduction page stack to only reservation homepage is in stack The state at bottom.
Fig. 7 is the structural block diagram of the routing component of the starting page according to an embodiment of the present invention.As shown in fig. 7, the starting The routing component of the page includes: Routing Protocol Module 70, for defining how to execute the above-mentioned method for routing of specific routing operations, Wherein, the formal parameter of above-mentioned method for routing provides the object of above-mentioned homepage so that routing uses;Routing object module 72 is used In realizing that method for routing that above-mentioned Routing Protocol Module defines constructs page object, and the homepage that above-mentioned method for routing is provided Object is put into page stack, jumps to the corresponding page of the page object;Routing manager 74, for caching above-mentioned routing pair As, and homepage is notified to execute routing;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.
Using routing component shown in Fig. 7, since routing manager 74, homepage module 76 are carried out by Routing Protocol Interaction, therefore different routing classes can be realized according to different business needs, jump to any page for needing to jump.It keeps away The page stack state for having exempted from entire program is unpredictable, relies on intricate problem.
Preferably, above-mentioned homepage module 76 is also used to close all pages having already turned in page stack, restores page stack To only reservation homepage in the state at stack bottom.
In conclusion describing the definition of Routing Protocol by above-described embodiment provided by the invention, routing class to routing The routing procedure completed that links of the realization of agreement and itself and routing manager and homepage.And in routing procedure just The state in page stack has really been handled, ensure that the predictability of page stack.Since routing manager, homepage are all to pass through routing Agreement interacts, therefore can realize different routing classes according to different business needs, jumps to what any needs jumped The page.
Disclosed above is only several specific embodiments of the invention, and still, the present invention is not limited to this, any ability What the technical staff in domain can think variation should all fall into protection scope of the present invention.

Claims (10)

1. a kind of method for routing for starting the page characterized by comprising
When current page is first page, determines from notification bar or external event trigger point and trigger starting second page Event;
The routing object of the second page is constructed, and the routing object of building is passed into routing manager;
The routing object is cached using the routing manager, and homepage is notified to execute routing;
The routing object is taken out from the routing manager using the homepage, and the image parameter of homepage is passed into institute State routing object;
The method for routing building page object for calling the routing object to realize that Routing Protocol defines, and the method for routing is mentioned The object of the homepage of confession is put into page stack, jumps to the corresponding page of the page object.
2. the method according to claim 1, wherein being triggered determining from notification bar or external event trigger point Before the event of starting second page, further includes:
Establish each page jump path of present procedure, wherein the homepage is in the stack bottom of page stack, described in needing to open When any page of page stack, need successively to jump to any page from current page according to each page jump path Face.
3. the method according to claim 1, wherein being triggered determining from notification bar or external event trigger point Before the event of starting second page, further includes: define how to execute the institute of specific routing operations using the Routing Protocol State method for routing, wherein the formal parameter of the method for routing provides the object of the homepage so that routing uses.
4. according to the method in any one of claims 1 to 3, which is characterized in that after notice homepage executes routing, also wrap Include: the homepage closes all pages having already turned in page stack, and reduction page stack to only reservation homepage is in the state at stack bottom.
5. a kind of route device for starting the page characterized by comprising
Determining module, for when current page is first page, determination to be triggered from notification bar or external event trigger point Start the event of second page;
Transfer module is constructed, is passed to for constructing the routing object of the second page, and by the routing object of building Routing manager;
Notification module is cached, for caching the routing object using the routing manager, and homepage is notified to execute routing;
Transfer module is obtained, for taking out the routing object from the routing manager using the homepage, and by homepage Image parameter pass to the routing object;
Routing module, the method for routing for calling the routing object to realize that Routing Protocol defines construct page object, and will The object for the homepage that the method for routing provides is put into page stack, jumps to the corresponding page of the page object.
6. device according to claim 5, which is characterized in that further include:
Module is established, each page jump path of present procedure is established, wherein the homepage is in the stack bottom of page stack, when need When opening any page of the page stack, need successively to jump to institute from current page according to each page jump path State any page.
7. device according to claim 5, which is characterized in that further include: definition module, for using the Routing Protocol Define how to execute the method for routing of specific routing operations, wherein the formal parameter of the method for routing provides described The object of homepage uses for routing.
8. device according to any one of claims 5 to 7, which is characterized in that further include: closedown module, for allowing It states homepage and closes all pages having already turned in page stack, reduction page stack to only reservation homepage is in the state at stack bottom.
9. a kind of routing component for starting the page characterized by comprising
Routing Protocol Module, for defining how to execute the method for routing of specific routing operations, wherein the method for routing Formal parameter provide the object of homepage for routing use;
Routing object module constructs page object for realizing the method for routing that the Routing Protocol Module defines, and will be described The object for the homepage that method for routing provides is put into page stack, jumps to the corresponding page of the page object;
Routing manager for caching the routing object, and notifies homepage to execute routing;
Homepage module is passed for taking out the routing object from the routing manager, and by the image parameter of the homepage Pass the routing object.
10. routing component according to claim 9, which is characterized in that the homepage module is also used to close in page stack All pages having already turned on, reduction page stack to only reservation homepage is in the state at stack bottom.
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 CN106202381A (en) 2016-12-07
CN106202381B true 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)

Families Citing this family (9)

* 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
CN106874035B (en) * 2017-01-11 2020-06-30 深圳中顺易金融服务有限公司 Method for updating application (app) built-in H5 and framework thereof
CN109271601A (en) * 2018-08-23 2019-01-25 深圳点猫科技有限公司 A kind of page prompts method and electronic equipment based on educational system
CN111193828B (en) * 2018-11-14 2022-09-30 北京京东尚科信息技术有限公司 Method, device, client and storage medium for displaying notification message
CN111695056B (en) * 2019-03-12 2024-03-22 阿里巴巴集团控股有限公司 Page processing and page return processing methods, devices and equipment
CN110442826B (en) * 2019-08-13 2020-11-24 珠海格力电器股份有限公司 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
CN113064583B (en) * 2021-04-14 2024-04-16 深圳市活力天汇科技股份有限公司 Multistage page route jump method, device, computer equipment and storage medium
CN115310016B (en) * 2022-10-08 2023-03-24 南京翼辉爱智物联技术有限公司 Webpage interface display method, device, equipment and storage medium

Citations (4)

* 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
CN104462418A (en) * 2014-12-11 2015-03-25 小米科技有限责任公司 Page displaying method and device and electronic device
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8930443B1 (en) * 2010-03-19 2015-01-06 Amazon Technologies, Inc. Distributed network page generation

Patent Citations (4)

* 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
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device

Also Published As

Publication number Publication date
CN106202381A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
CN106202381B (en) Start method for routing, device and the component of the page
JP5930236B2 (en) Web application architecture
US7665094B2 (en) Systems and methods for mobile communication
CN104798405B (en) System and method for for intelligent network selection interface
US6937588B2 (en) System and method for providing wireless application protocol service through internet
CN102916995B (en) AH method and system
CN104969530B (en) The mechanism of calling is initiated between browser without call signaling protocol is predefined
JP4865581B2 (en) Content distribution management device and content distribution system
CN105243407B (en) Read and write the method and device of smart card
CN108259435B (en) Method and device for realizing hybrid application of access Web component
CN102789351A (en) Method and device for switching browsed interfaces
WO2011130960A1 (en) Terminal, bootstrap configuration method for terminal and bootstrap information processing apparatus
CN103581266A (en) Method and device for collecting application sharing information
CN109309914A (en) A kind of acquisition methods of system information, sending control method and relevant device
CN109218227A (en) A kind of processing method of network data packets and device
JP5629012B2 (en) Input tool calling system, method and proxy device
CN110167000A (en) Indicating means, terminal device and the network equipment of emergency services
CN109885347A (en) A kind of acquisition methods of configuration data, device and terminal, system, storage medium
CN109981544B (en) Capability opening system and method for opening click-to-dial service capability
CN112351094A (en) Webpage pushing method and device, electronic equipment and storage medium
CN109040004A (en) ICP/IP protocol implementation method, device and storage medium
Nguyen et al. Horizontal integration of CoAP and MQTT on Internet protocol-based LoRaMotes
US20090327187A1 (en) Connectivity in a peer network
CN103079185B (en) A kind of charging method and server
WO2010017828A1 (en) Secure browser-based access to web services

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