CN106469044A - The method and apparatus realizing page jump - Google Patents

The method and apparatus realizing page jump Download PDF

Info

Publication number
CN106469044A
CN106469044A CN201510502335.8A CN201510502335A CN106469044A CN 106469044 A CN106469044 A CN 106469044A CN 201510502335 A CN201510502335 A CN 201510502335A CN 106469044 A CN106469044 A CN 106469044A
Authority
CN
China
Prior art keywords
page
tity
iden
network address
listings
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
CN201510502335.8A
Other languages
Chinese (zh)
Other versions
CN106469044B (en
Inventor
张晏兵
杨洋
罗海光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510502335.8A priority Critical patent/CN106469044B/en
Publication of CN106469044A publication Critical patent/CN106469044A/en
Application granted granted Critical
Publication of CN106469044B publication Critical patent/CN106469044B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a kind of method realizing page jump, methods described includes:The corresponding network address of the acquisition page to be redirected;Extract the page iden-tity for described page setup in advance comprising in the described network address;Search the corresponding page according to described page iden-tity to realize;Realize showing the corresponding page by the described page.Using the method, the repeatability of code can be reduced, save development cost.Additionally, additionally providing a kind of device realizing page jump.

Description

The method and apparatus realizing page jump
Technical field
The present invention relates to networking technology area, more particularly to a kind of method and apparatus realizing page jump.
Background technology
In network application, can there are a large amount of situations from a page jump to another page, for example, The homepage applied from certain jumps to details page, enters details page, broadcast page etc. from webpage click.Traditional skill In art, the method realizing page jump typically first creates a page, then arrives the page push of establishment In interface chamber.Such as, current page A is jumped to page B, need to create a page B, then By page B push to inside interface chamber it is possible to show page B.However, conventional art, work as page When having multiple places will jump to the same page in face, such as, there are page A, page B and page C all Jump to page D, each page is redirected and is required for first creating page D, then by page D Push is to inside interface chamber.That is, redirecting of each page is required for these codes to realize, Thus causing the repeatability of code, development cost is high.
Content of the invention
Based on this it is necessary to be directed to above-mentioned technical problem, provide one kind can reduce code repeatability, thus dropping The method and apparatus realizing page jump of low development cost.
A kind of method realizing page jump, methods described includes:
The corresponding network address of the acquisition page to be redirected;
Extract the page iden-tity for described page setup in advance comprising in the described network address;
Search the corresponding page according to described page iden-tity to realize;
Realize showing the corresponding page by the described page.
A kind of device realizing page jump, described device includes:
Acquisition module, for obtaining the corresponding network address of the page to be redirected;
Extraction module, for extracting the page mark for described page setup in advance comprising in the described network address Know;
Searching modul, realizes for searching the corresponding page according to described page iden-tity;
Display module, for realizing showing the corresponding page by the described page.
The above-mentioned method and apparatus realizing page jump, is the page by comprise in the extraction network address in advance The page iden-tity of setting, searches the corresponding page according to page iden-tity and realizes, realize display by the page and correspond to The page.Because the same page can be distinguished by page iden-tity, be particularly shown the page need to using to The corresponding page of page iden-tity is realized, and therefore, jumping to the same page does not need the code of repeatability, only Need to arrange the page iden-tity in the network address, then execute the logic of jump page in the place realizing redirecting , thus decreasing code repeatability, reduce development cost.
Brief description
Fig. 1 is the method flow diagram realizing page jump in an embodiment;
Fig. 2 is the method flow diagram realizing page jump in another embodiment;
Fig. 3 is the method flow diagram realizing page jump in further embodiment;
Fig. 4 is the structured flowchart of the device realizing page jump in an embodiment;
Fig. 5 is the structured flowchart of the device realizing page jump in another embodiment;
Fig. 6 is the cut-away view of terminal in an embodiment.
Specific embodiment
In order that the objects, technical solutions and advantages of the present invention become more apparent, below in conjunction with accompanying drawing and reality Apply example, the present invention will be described in further detail.It should be appreciated that specific embodiment described herein is only Only in order to explain the present invention, it is not intended to limit the present invention.
As shown in figure 1, in one embodiment, there is provided a kind of method realizing page jump, the method Can be applicable to be illustrated in various terminals, specifically include:
Step 110, obtains the corresponding network address of the page to be redirected.
In the present embodiment, pre-set the form of the corresponding network address of the page (URL), in wherein URL Comprising is the page iden-tity of page setup in advance.For the same page, even if in different operating system, Its page iden-tity also should be identical.Specifically, page iden-tity can in advance be page setup Page Name (i.e. pagename).For example, the Page Name arranging some page is courseDetail, and this page is in various behaviour Making the Page Name in system is all courseDetail.
Step 120, extracts the page iden-tity for page setup in advance comprising in the network address.
In the present embodiment, due to comprising page iden-tity, the page in therefore extractable URL in the URL of the page Face identifies.
Step 130, searches the corresponding page according to page iden-tity and realizes.
The page realizes the instrument referring to realize that page display is used, the terminal of different operating system, realizes It is different that the page shows that the adopted page is realized.Such as, for iOS operating system, realize the page and show Show and adopt ViewController, ViewController is part and parcel in iOS application program, be application Important bridge between routine data and view, the numerous views in ViewController management application.iOS SDK (SDK) provide a lot of primary ViewController, to support user circle of standard Face.And in Android operation system, realize the page and show adopting Activity, Activity is Android One of application component, be one and be responsible for and the assembly of user mutual, single control can be shown.
In the present embodiment, pre-set the corresponding relation that page iden-tity is realized, i.e. a page mark with the page Know and corresponded to one in specific operating system using the page realization arrived.Operating system due to terminal operating It is to determine, therefore will realize the page displayed on the terminals and must first get the page reality realizing that the page shows Existing.Illustrate, using Page Name as page iden-tity, Page Name is the page of courseDetail, Pre-set its corresponding page and be embodied as EduCourseDetailViewController, show to work as and will redirect During to the page for courseDetail for the Page Name, can by EduCourseDetailViewController Lai Realize the page to show, this corresponding relation is be applied to iOS operating system.
Step 140, realizes showing the corresponding page by the page.
To show the page in the terminal running operating system it is necessary to page by this operating system specifically used Face is realized, and this page is realized can be used for showing the specific page.Such as Tengxun's classroom homepage, redirect To classroom details page, in the terminal using iOS operating system, use The page that EduCourseDetailViewController realizes classroom details page shows.
In the present embodiment, by extracting the page iden-tity for page setup in advance comprising in the network address, root Search the corresponding page according to page iden-tity to realize, realize showing the corresponding page by the page.Due to same The page can be distinguished by page iden-tity, and being particularly shown the page need to be using to the page corresponding with page iden-tity Realize, therefore, jumping to the same page does not need the code of repeatability it is only necessary to arrange in the network address Page iden-tity, then realizing the logic of local execution jump page that redirects, thus decreasing generation Code repeatability, reduces development cost.
In one embodiment, the step that the corresponding page is realized is searched according to page iden-tity, including:Obtain Configuration page listings, in this configuration page listings, record has page iden-tity and the corresponding page to realize;From configuration Search the page corresponding with page iden-tity in page listings to realize.
In one embodiment, the step corresponding page of display being realized by the page, including:Obtain network The parameter comprising in address, parameter is passed to the page and realizes, and realizes showing the specific page by the page.
Specifically, as shown in Fig. 2 in one embodiment, there is provided a kind of method realizing page jump, The method to be applied in terminal be illustrated, including:
Step 210, obtains the corresponding network address of the page to be redirected.
In the present embodiment, pre-define the URL format of the page, wherein comprise page iden-tity, page iden-tity It can be Page Name.Specifically, the URL of the page may be defined as comprising the agreement of network application support, opens Page behavior mark, Page Name and open the parameter carrying required for the page.For example, the URL of a page It is defined as:tencentedu://openpage/pagename?Param1=xxx&param2=xxx, wherein, Tencentedu identifies the agreement that Tengxun classroom App supports, openpage represents and opens the page, pagename Representation page title, param1 and param2 represents and opens the parameter carrying required for the page.
Step 220, extracts the page iden-tity for page setup in advance comprising in the network address.
In the present embodiment, page iden-tity be in advance be page setup Page Name, to be redirected getting After the corresponding URL of the page, comprise Page Name due in URL, URL can be parsed and carry from URL Take out Page Name.
Step 230, obtains configuration page listings, searches page corresponding with page iden-tity from configuration page listings Face is realized.
In the present embodiment, in configuration page listings, record has the page iden-tity pre-setting and the corresponding page real Existing.Wherein page iden-tity can be Page Name.Due to for each page, in different operating system, There is the page meeting this operating system naming rule to realize, such as, be ViewController in iOS, and It is Activity in Android.Therefore, for the same page, in different operating system, this page Page Name is all consistent, but the corresponding page realizes difference.
In one embodiment, configuration page listings can be set in advance, as shown in table 1, show a reality Apply a part for the configuration page listings for the setting of iOS operating system in example.
Table 1
pagename Corresponding ViewController
courseDetail EduCourseDetailViewController
courseList EduCourseListViewController
Wherein, pagename representation page title, corresponding ViewController represents in iOS operation system In system, the specific page is realized.Such as, the page for courseDetail for Page Name, it is corresponding ViewController is EduCourseDetailViewController, for Page Name for courseList's The page, its corresponding ViewController is EduCourseListViewController.
Further, the corresponding page can be found from configuration page listings according to Page Name to realize.
Step 240, obtains the parameter comprising in the network address, parameter is passed to the page and realizes, by the page Realize showing the specific page.
In the present embodiment, due to containing the parameter required for the display page in the URL of webpage, by this parameter Pass to the page to realize, the logic that execution redirects is realized by the page, and the specific page is shown according to parameter. Such as, by parameter is passed to EduCourseDetailViewController, it is possible to achieve in iOS operation The display of Tengxun's classroom details page is shown in system.
In the present embodiment, each page can be distinguished by page iden-tity, according to configuration page listings energy Access the page realization realizing that the specific page shows.Therefore, jumping to the same page does not need to repeat Property code it is only necessary to setting the network address in page iden-tity, then realize redirect place execute jump The logic in blade-rotating face, thus decreasing code repeatability, reduces development cost.
Illustrate, if having page A, page B, page C will jump to page D, conventional art In redirecting of each page be required for code to realize, and be much repeated code in these codes.And root The method realizing page jump providing according to the present embodiment is it is only necessary to by pagename in the URL of page D It is set to the Page Name of page D, in the logic realizing the local execution jump page redirecting, thus Decrease the repeatability of code.
Additionally, in conventional art, a page will be jumped to, needs to comprise the header file of the page, by head File indicating the information of the page, thus enabling the display of the concrete page.File and file so can be increased Between the degree of coupling.And the method realizing page jump that the present embodiment provides, display defined in the URL Parameter required for the page, realizes showing it is only necessary to parameter is passed to the page when realizing page display Show the specific page.Therefore, reduce the degree of coupling between file and file, implement simpler, and And, due to supporting to jump to the different pages by URL it is only necessary to the different URL of configuration can achieve, Improve the motility of page configuration.
In one embodiment, obtaining the step for the page iden-tity of page setup in advance that the network address comprises After rapid, also include:Acquisition redirects source;Judge to redirect source with the presence or absence of in default configuration pages column In table, if so, then execute and the step that the corresponding page is realized is searched according to page iden-tity, otherwise, refusal is jumped Turn.
Specifically, as shown in figure 3, in one embodiment, there is provided a kind of method realizing page jump, The method also to be applied in terminal be illustrated, including:
Step 310, obtains the corresponding network address of the page to be redirected.
Step 320, extracts the page iden-tity for page setup in advance comprising in the network address.
Step 330, obtains and redirects source.
In the present embodiment, redirect source and refer to jump to the network application of another page, that is, from which Individual network application jumps to the page to be redirected.
Step 340, judges to redirect source with the presence or absence of in default configuration page listings, if so, then executes Step 350, otherwise, refusal redirects.
In the present embodiment, in configuration page listings in addition to comprising page iden-tity and the realization of the corresponding page, also Comprise corresponding with page iden-tity redirect source, show certain page support redirected from which network application. Specifically, configuration page listings in search whether exist corresponding with page iden-tity described redirect source, such as Fruit exists, then show to support that this page redirects source and redirected from this, otherwise refusal redirects.
Step 350, searches the corresponding page according to page iden-tity and realizes.
Step 360, realizes showing the corresponding page by the page finding.
Specifically how to be realized according to the corresponding page of page iden-tity lookup and to realize showing by the page finding Show that the corresponding page, with reference to described in above-described embodiment, then repeats no more at this.
In the present embodiment, configuration can redirect source in configuration page listings, which network representation page supports Application can redirect.Due to can mutually call between network application and network application, for one The crucial page a bit, can arrange only subnetwork to be applied and decontrol authority.Therefore, carried using the present embodiment For the method realizing page jump, mode is redirected using URL, can support to allow some networks specific should With just calling.Such as, jump to Tengxun's classroom details page from network application A, first judge network application A whether to should the page redirect in source, if so, then Tengxun classroom App further according to the URL of the page Execution jumps to the operation of Tengxun's details page.If network application A does not exist, this page is corresponding to be redirected In source, then refusal redirects.
As shown in figure 4, in one embodiment, a kind of device realizing page jump, this dress are additionally provided Put including:
Acquisition module 410, for obtaining the corresponding network address of the page to be redirected.
Extraction module 420, for extracting the page iden-tity for page setup in advance comprising in the network address.
Searching modul 430, realizes for searching the corresponding page according to page iden-tity.
Display module 440, for realizing showing the corresponding page by the page.
In one embodiment, page iden-tity be in advance be page setup Page Name.
In the present embodiment, the URL of the page may be defined as comprising the agreement of network application support, opens page line For mark, Page Name and open the parameter carrying required for the page.Wherein, Page Name is pre- for the page The title first arranging, for the same page, in different operating system, Page Name is also consistent.Page Face realize be different operating system various for realize display the page, for the same page, in difference Operating system in, the page is realized different.
Further, in one embodiment, searching modul 430 is used for obtaining configuration page listings, and this is joined Putting record in page listings has page iden-tity and the corresponding page to realize, and searches and page from configuration page listings The mark corresponding page in face is realized.
In one embodiment, display module 440 is used for obtaining the parameter comprising in the network address, by parameter Pass to the page to realize, realize showing the specific page by the page.
In one embodiment, as shown in figure 5, the device that this realizes page jump also includes:
Control module 450, redirects source for obtaining;Judge to redirect source with the presence or absence of in default configuration page In the list of face, if so, then call searching modul to search the corresponding page according to page iden-tity and realize, otherwise, Refusal redirects.
In the present embodiment, in configuration page listings in addition to comprising page iden-tity and the realization of the corresponding page, also Comprise corresponding with page iden-tity redirect source, show certain page support redirected from which network application. Specifically, control module 450 is used for searching whether that presence is corresponding with page iden-tity in configuration page listings Described redirect source, if it is present showing to support that this page redirects source and redirected from this, otherwise refuse Redirect absolutely.
In one embodiment, as shown in fig. 6, additionally providing a kind of terminal, this terminal is included by system Bus connect processor, Graphics Processing Unit, storage medium, internal memory, network interface, display screen and Input equipment, the operating system that is stored with storage medium and a kind of device realizing page jump, this realization page The device that face redirects is used for executing a kind of method realizing page jump.This processor is used for improving calculating and controls Ability processed, supports the operation of whole terminal.Graphics Processing Unit in terminal is used for providing at aobvious application behaviour Make the drawing ability at interface, such as draw page after redirecting etc., internal memory is used for as the realization in storage medium The operation of the device of page jump provides environment, and network interface is used for carrying out network service with server, receives Or transmission data, for example receive and receive web data etc. from server.Display screen is used for the figure of various applications Mark and the display at interface, input equipment is used for order or data of receiving user's input etc., such as receives and clicks on Link in homepage is thus jump to another page etc..For the terminal with touch screen, display screen and input Equipment can be touch screen.
One of ordinary skill in the art will appreciate that realizing all or part of flow process in above-described embodiment method, Can be by computer program to complete come the hardware to instruct correlation, described program can be stored in a calculating In machine read/write memory medium, this program is upon execution, it may include as the flow process of the embodiment of above-mentioned each method. Wherein, described storage medium can for magnetic disc, CD, read-only memory (Read-Only Memory, ) or random access memory (Random Access Memory, RAM) etc. ROM.
Each technical characteristic of embodiment described above can arbitrarily be combined, for making description succinct, not right The all possible combination of each technical characteristic in above-described embodiment is all described, as long as however, these skills There is not contradiction in the combination of art feature, be all considered to be the scope of this specification record.
Embodiment described above only have expressed the several embodiments of the present invention, and its description is more concrete and detailed, But can not therefore be construed as limiting the scope of the patent.It should be pointed out that for this area For those of ordinary skill, without departing from the inventive concept of the premise, can also make and some deform and change Enter, these broadly fall into protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be with appended power Profit requires to be defined.

Claims (10)

1. a kind of method realizing page jump, methods described includes:
The corresponding network address of the acquisition page to be redirected;
Extract the page iden-tity for described page setup in advance comprising in the described network address;
Search the corresponding page according to described page iden-tity to realize;
Realize showing the corresponding page by the described page.
2. method according to claim 1 is it is characterised in that described page iden-tity is to be the page in advance The Page Name of setting.
3. method according to claim 1 is it is characterised in that described search according to described page iden-tity The step that the corresponding page is realized, including:
Obtain configuration page listings, in described configuration page listings, record has described page iden-tity and corresponding page Face is realized;
Search the page corresponding with described page iden-tity from described configuration page listings to realize.
4. method according to claim 1 is it is characterised in that described realize display by the described page The step of the corresponding page, including:
Obtain the parameter comprising in the described network address, described parameter is passed to the described page and realizes, pass through The described page is realized showing the specific page.
5. method according to claim 1 is it is characterised in that comprise in obtaining the described network address In advance be described page setup the step of page iden-tity after, also include:
Acquisition redirects source;
Redirect source described in judgement with the presence or absence of in default configuration page listings, if so, then execute described The step that the corresponding page is realized is searched according to described page iden-tity, otherwise, refusal redirects.
6. a kind of device realizing page jump is it is characterised in that described device includes:
Acquisition module, for obtaining the corresponding network address of the page to be redirected;
Extraction module, for extracting the page mark for described page setup in advance comprising in the described network address Know;
Searching modul, realizes for searching the corresponding page according to described page iden-tity;
Display module, for realizing showing the corresponding page by the described page.
7. device according to claim 6 is it is characterised in that described page iden-tity is to be the page in advance The Page Name of setting.
8. device according to claim 6 is it is characterised in that described searching modul is used for obtaining configuration Page listings, in described configuration page listings, record has described page iden-tity and the corresponding page to realize;From institute State and in configuration page listings, search page realization corresponding with described page iden-tity.
9. device according to claim 6 it is characterised in that described display module be used for obtaining described The parameter comprising in the network address, described parameter is passed to the described page and realizes, realized by the described page Show the specific page.
10. device according to claim 6 is it is characterised in that described device also includes:
Control module, redirects source for obtaining;Source is redirected with the presence or absence of in default configuration described in judgement In page listings, described searching modul is if so, then called to search the corresponding page according to described page iden-tity real Existing, otherwise, refusal redirects.
CN201510502335.8A 2015-08-14 2015-08-14 Method and device for realizing page jump Active CN106469044B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510502335.8A CN106469044B (en) 2015-08-14 2015-08-14 Method and device for realizing page jump

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510502335.8A CN106469044B (en) 2015-08-14 2015-08-14 Method and device for realizing page jump

Publications (2)

Publication Number Publication Date
CN106469044A true CN106469044A (en) 2017-03-01
CN106469044B CN106469044B (en) 2021-02-02

Family

ID=58214811

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510502335.8A Active CN106469044B (en) 2015-08-14 2015-08-14 Method and device for realizing page jump

Country Status (1)

Country Link
CN (1) CN106469044B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107526594A (en) * 2017-08-28 2017-12-29 深圳市华傲数据技术有限公司 The management method and device of the RN pages
CN107659438A (en) * 2017-09-18 2018-02-02 上海斐讯数据通信技术有限公司 A kind of configuration of routers function pages jump method and system
CN108121568A (en) * 2017-11-30 2018-06-05 五八有限公司 Arouse method and device, electronic equipment and the readable storage medium storing program for executing of APP
CN108255550A (en) * 2017-11-27 2018-07-06 深圳市小牛在线互联网信息咨询有限公司 Method for page jump, device, storage medium and computer equipment
CN109086143A (en) * 2017-06-14 2018-12-25 北京小米移动软件有限公司 Using exchange method and device
CN109426535A (en) * 2017-08-24 2019-03-05 武汉斗鱼网络科技有限公司 A kind of method jumping to page designated position, storage medium, equipment and system
CN109766082A (en) * 2017-11-09 2019-05-17 北京京东尚科信息技术有限公司 The method and apparatus that the application program page jumps
CN110716786A (en) * 2019-10-16 2020-01-21 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN111538922A (en) * 2019-01-18 2020-08-14 百度在线网络技术(北京)有限公司 Link skip method, application client, device and storage medium
CN111866158A (en) * 2020-07-28 2020-10-30 苏州朗动网络科技有限公司 Routing method, routing device, computer equipment and storage medium
US10990461B2 (en) 2017-06-14 2021-04-27 Beijing Xiaomi Mobile Software Co., Ltd. Application interaction method, interaction method and apparatus
CN115166186A (en) * 2022-08-08 2022-10-11 广东长天思源环保科技股份有限公司 Online automatic monitoring system for water quality of water inlet of sewage treatment enterprise

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008243162A (en) * 2007-03-23 2008-10-09 Masaaki Sato Automatic jump to designated url address
CN101661390A (en) * 2009-09-16 2010-03-03 杭州华三通信技术有限公司 Linkage display and jump control method and device
CN102789469A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Page updating method and system
CN102957699A (en) * 2012-10-26 2013-03-06 北京奇虎科技有限公司 Access control method and system for enterprise Intranet
CN102957698A (en) * 2012-10-26 2013-03-06 北京奇虎科技有限公司 Method and system for accessing and managing enterprise intranet
CN104125258A (en) * 2013-04-28 2014-10-29 腾讯科技(深圳)有限公司 Page Jump method, terminal, server and system
US20150007006A1 (en) * 2013-06-27 2015-01-01 International Business Machines Corporation Normalizing a page flow
CN104462182A (en) * 2014-10-10 2015-03-25 北京国双科技有限公司 Webpage skipping processing method and device
CN104536666A (en) * 2014-12-29 2015-04-22 广东欧珀移动通信有限公司 Method and device for fast switching application program and interface of application program
CN104572777A (en) * 2013-10-28 2015-04-29 腾讯科技(深圳)有限公司 Webpage loading method and device based on UIWebView component
CN104881452A (en) * 2015-05-18 2015-09-02 百度在线网络技术(北京)有限公司 Resource locator sniffing method, device and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008243162A (en) * 2007-03-23 2008-10-09 Masaaki Sato Automatic jump to designated url address
CN101661390A (en) * 2009-09-16 2010-03-03 杭州华三通信技术有限公司 Linkage display and jump control method and device
CN102789469A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Page updating method and system
CN102957699A (en) * 2012-10-26 2013-03-06 北京奇虎科技有限公司 Access control method and system for enterprise Intranet
CN102957698A (en) * 2012-10-26 2013-03-06 北京奇虎科技有限公司 Method and system for accessing and managing enterprise intranet
CN104125258A (en) * 2013-04-28 2014-10-29 腾讯科技(深圳)有限公司 Page Jump method, terminal, server and system
US20150007006A1 (en) * 2013-06-27 2015-01-01 International Business Machines Corporation Normalizing a page flow
CN104572777A (en) * 2013-10-28 2015-04-29 腾讯科技(深圳)有限公司 Webpage loading method and device based on UIWebView component
CN104462182A (en) * 2014-10-10 2015-03-25 北京国双科技有限公司 Webpage skipping processing method and device
CN104536666A (en) * 2014-12-29 2015-04-22 广东欧珀移动通信有限公司 Method and device for fast switching application program and interface of application program
CN104881452A (en) * 2015-05-18 2015-09-02 百度在线网络技术(北京)有限公司 Resource locator sniffing method, device and system

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
(美)查德威克著: "《ASP.NET MVC 4 Web编程》", 31 July 2013, 华中科技大学出版社 *
CBDOCTOR: "SpingMVC ModelAndView, Model,Control以及参数传递", 《HTTPS://WWW.CNBLOGS.COM/CBDOCTOR/P/3672861.HTML》 *
MOBILEFENG: "WYS APP", 《HTTPS://WWW.CNBLOGS.COM/MOBILEFENG/P/4563441.HTML》 *
PETEYAN: "在Servlet中获取来源URL", 《HTTPS://WWW.CNBLOGS.COM/PHIROTHING/ARCHIVE/2012/04/29/2475870.HTML》 *
丁振凡编著: "《Spring3.X编程技术与应用》", 31 August 2013, 北京邮电大学出版社 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109086143A (en) * 2017-06-14 2018-12-25 北京小米移动软件有限公司 Using exchange method and device
US11360834B2 (en) 2017-06-14 2022-06-14 Beijing Xiaomi Mobile Software Co., Ltd. Application interaction method and apparatus
US10990461B2 (en) 2017-06-14 2021-04-27 Beijing Xiaomi Mobile Software Co., Ltd. Application interaction method, interaction method and apparatus
CN109086143B (en) * 2017-06-14 2022-02-08 北京小米移动软件有限公司 Application interaction method and device
CN109426535B (en) * 2017-08-24 2021-11-09 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and system for jumping to specified position of page
CN109426535A (en) * 2017-08-24 2019-03-05 武汉斗鱼网络科技有限公司 A kind of method jumping to page designated position, storage medium, equipment and system
CN107526594A (en) * 2017-08-28 2017-12-29 深圳市华傲数据技术有限公司 The management method and device of the RN pages
CN107659438A (en) * 2017-09-18 2018-02-02 上海斐讯数据通信技术有限公司 A kind of configuration of routers function pages jump method and system
CN109766082A (en) * 2017-11-09 2019-05-17 北京京东尚科信息技术有限公司 The method and apparatus that the application program page jumps
CN109766082B (en) * 2017-11-09 2022-04-12 北京京东尚科信息技术有限公司 Method and device for application program page jump
CN108255550A (en) * 2017-11-27 2018-07-06 深圳市小牛在线互联网信息咨询有限公司 Method for page jump, device, storage medium and computer equipment
CN108121568A (en) * 2017-11-30 2018-06-05 五八有限公司 Arouse method and device, electronic equipment and the readable storage medium storing program for executing of APP
CN111538922A (en) * 2019-01-18 2020-08-14 百度在线网络技术(北京)有限公司 Link skip method, application client, device and storage medium
CN111538922B (en) * 2019-01-18 2023-11-21 百度在线网络技术(北京)有限公司 Link jump method, application client, device and storage medium
CN110716786B (en) * 2019-10-16 2021-10-22 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN110716786A (en) * 2019-10-16 2020-01-21 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN111866158B (en) * 2020-07-28 2021-06-18 企查查科技有限公司 Routing method, routing device, computer equipment and storage medium
CN111866158A (en) * 2020-07-28 2020-10-30 苏州朗动网络科技有限公司 Routing method, routing device, computer equipment and storage medium
CN115166186A (en) * 2022-08-08 2022-10-11 广东长天思源环保科技股份有限公司 Online automatic monitoring system for water quality of water inlet of sewage treatment enterprise

Also Published As

Publication number Publication date
CN106469044B (en) 2021-02-02

Similar Documents

Publication Publication Date Title
CN106469044A (en) The method and apparatus realizing page jump
CN107562620A (en) One kind buries an automatic setting method and device
US20180241773A1 (en) Method and apparatus for detecting hidden content of web page
CN102591874B (en) Prompt method, terminal and server
CN104462182A (en) Webpage skipping processing method and device
CN103268361A (en) Extracting method, device and system of hidden URL (Uniform Resource Locator) in webpage
CN103944944A (en) Webpage link sharing method and system, and electronic device
CN104765746B (en) Data processing method and device for mobile communication terminal browser
CN104683124B (en) Terminal type recognition methods and device
CN103902534B (en) A kind of method and apparatus of web page program triggering local operation
CN108076017A (en) The protocol analysis method and device of a kind of data packet
CN105808587A (en) Method and system for embedding information into webpage and gateway device
CN106549989A (en) A kind of data transmission method and its system, user terminal, application server
CN104615787A (en) Method and device for updating interface display
CN104317884B (en) The acquisition methods and device of website sources page type
CN104426863B (en) A kind of page request method, page request device, transfer server and terminal
CN104731817B (en) A kind of webpage exhibiting method and device
CN104717079A (en) Network flow data processing method and device
CN107332805B (en) Method, device and system for detecting vulnerability
CN106488585A (en) Display control method and system in wireless connection realization
CN103455492A (en) Method and device for searching web pages
CN105049452B (en) Switching method, device and the intelligent terminal of resource downloading mode
CN105068926A (en) Program test method and device thereof
CN107483294B (en) Method and device for monitoring network request
CN106933885A (en) The acquisition methods and device of website propagating influence

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