CN111695056A - Page processing method, page return processing method, device and equipment - Google Patents

Page processing method, page return processing method, device and equipment Download PDF

Info

Publication number
CN111695056A
CN111695056A CN201910184759.2A CN201910184759A CN111695056A CN 111695056 A CN111695056 A CN 111695056A CN 201910184759 A CN201910184759 A CN 201910184759A CN 111695056 A CN111695056 A CN 111695056A
Authority
CN
China
Prior art keywords
page
map
function type
stack
current
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
CN201910184759.2A
Other languages
Chinese (zh)
Other versions
CN111695056B (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910184759.2A priority Critical patent/CN111695056B/en
Publication of CN111695056A publication Critical patent/CN111695056A/en
Application granted granted Critical
Publication of CN111695056B publication Critical patent/CN111695056B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries

Abstract

The application discloses a map page processing method in a map page stack, which comprises the following steps: obtaining information input by a user aiming at the electronic map; obtaining a current map page according to information input by the user aiming at the electronic map; determining the page attribute of the current map page; deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page; and storing the current map page into the map page stack. By adopting the method, the problem that the return link is too long due to page accumulation in the prior art is solved.

Description

Page processing method, page return processing method, device and equipment
Technical Field
The application relates to the technical field of computers, in particular to a map page processing method and device and electronic equipment. The application also relates to a page processing method and device and electronic equipment. The application also relates to two page return processing methods, devices and equipment.
Background
With the continuous development of the internet, the electronic map brings great convenience for users to go out, and in order to improve the user experience, the electronic map is usually used in combination with a voice assistant.
In the prior art, electronic map application software strictly follows the jump logic from main map to search, route to route and route to navigation, and if a user opens a new search page on different pages through voice, a plurality of search pages, a plurality of routes and navigation pages are stored in a map page stack, so that the problem of overlong return link due to page accumulation exists.
Disclosure of Invention
The application provides a map page processing method to solve the problem that a return link is too long due to page stacking in the prior art.
The application provides a map page processing method, which comprises the following steps:
obtaining information input by a user aiming at the electronic map;
obtaining a current map page according to information input by the user aiming at the electronic map;
determining the page attribute of the current map page;
deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page;
and storing the current map page into the map page stack.
Optionally, the method further comprises:
and deleting the map page which is positioned at the stack top of the map page stack and has the same function type as the current map page according to the page attribute of the current map page.
Optionally, the method further comprises: determining the function type of the current map page;
the determining the page attribute of the current map page includes: and determining the page attribute corresponding to the function type of the current map page according to the function type of the current map page and the corresponding relation between the function type of the map page and the page attribute.
Optionally, the correspondence between the map page function type and the page attribute includes: the page function type is map search, and the corresponding page attribute is the only attribute of the stack top; or the functional type of the map page is at least one of main map, route and navigation, and the corresponding page attribute is the unique attribute in the stack.
Optionally, the deleting, according to the page attribute of the current map page, a map page that is located at the top of the stack of map pages and has the same function type as the current map page includes:
and if the page attribute of the current map page is the unique attribute of the stack top and the function type of the current stack top page in the map page stack is the same as that of the current map search page, deleting the current stack top page in the map page stack.
Optionally, the deleting, according to the page attribute of the current map page, a map page having a function type same as that of the current map page in a map page stack includes:
and if the page attribute of the current map page is the only attribute in the stack and the map page stack has the map page with the same function type as the current map page, deleting all map pages from the top page of the current stack to the page with the same function type in the map page stack.
The application also provides a page processing method, which comprises the following steps:
obtaining a page to be stored in a page stack;
determining the page attribute of the page to be stored;
deleting pages with the same function type as the pages to be stored in a page stack according to the page attributes of the pages to be stored;
and storing the pages to be stored into the page stack.
Optionally, the method further comprises:
and deleting the map page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the current map page.
Optionally, the method further comprises: obtaining the identification information of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the identification information of the page to be stored according to the identification information of the page to be stored and the corresponding relation between the page identification information and the page attribute.
Optionally, the method further comprises: determining the function type of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the function type of the page to be stored according to the function type of the page to be stored and the corresponding relation between the page function type and the page attribute.
Optionally, the determining the function type of the page to be stored includes:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
Optionally, the deleting, according to the page attribute of the page to be stored, a page having a function type same as that of the page to be stored in the page stack includes:
and if the page attribute of the page to be stored is the unique attribute in the stack and the page stack has the page with the same function type as the page to be stored, deleting all pages from the current top page to the page with the same function type in the page stack.
Optionally, the deleting, according to the page attribute of the current map page, the map page that is located at the top of the page stack and has the same function type as the page to be stored, includes:
and if the page attribute of the page to be stored is the only attribute at the stack top and the function type of the current stack top page in the page stack is the same as that of the page to be stored, deleting the current stack top page in the page stack.
The application also provides a page return processing method, which comprises the following steps:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
performing an operation of returning from the current page to a first launched page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
Optionally, the page of the first function type is a map main map page, a map route page, or a map navigation page.
The application also provides a page return processing method, which comprises the following steps:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is continuously started for multiple times;
performing an operation of returning from the current page to a first launched page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
Optionally, the page of the first function type is a map search page.
The present application further provides a map page processing apparatus, including:
an input information obtaining unit for obtaining information input by a user for the electronic map;
the current map page obtaining unit is used for obtaining a current map page according to the information input by the user aiming at the electronic map;
the page attribute determining unit is used for determining the page attribute of the current map page;
the page deleting unit is used for deleting the map page with the same function type as the current map page in the map page stack according to the page attribute of the current map page;
and the current map page is stored in a stack unit and is used for storing the current map page in the map page stack.
The present application further provides an electronic device, comprising:
a processor; and
a memory for storing a program of a map page processing method, the apparatus performing the following steps after being powered on and running the program of the map page processing method through the processor:
obtaining information input by a user aiming at the electronic map;
obtaining a current map page according to information input by the user aiming at the electronic map;
determining the page attribute of the current map page;
deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page;
and storing the current map page into the map page stack.
The present application further provides a page processing apparatus, including:
the page to be stored obtaining unit is used for obtaining a page to be stored in the page stack;
the page attribute determining unit is used for determining the page attribute of the page to be stored;
the page deleting unit is used for deleting the page with the same function type as the page to be stored in the page stack according to the page attribute of the page to be stored;
and the page storing unit is used for storing the pages to be stored into the page stack.
The present application further provides an electronic device, comprising:
a processor; and
a memory for storing a program of a page processing method, the apparatus performing the following steps after being powered on and running the program of the page processing method by the processor:
obtaining a page to be stored in a page stack;
determining the page attribute of the page to be stored;
deleting pages with the same function type as the pages to be stored in a page stack according to the page attributes of the pages to be stored;
and storing the pages to be stored into the page stack.
The present application further provides a page return processing apparatus, including:
the current page obtaining unit is used for starting a page of at least one function type to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
a page return operation execution unit for executing an operation of returning from the current page to the first started page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
The present application further provides an electronic device, comprising:
a processor; and
a memory for storing a program of a page return processing method, the apparatus performing the following steps after being powered on and passing through the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
performing an operation of returning from the current page to a first launched page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
The present application further provides a page return processing apparatus, including:
the current page obtaining unit is used for starting pages of at least one function type to obtain a current page, wherein the pages belonging to the first function type are continuously started for multiple times;
a page return operation execution unit for executing an operation of returning from the current page to the first started page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
The present application further provides an electronic device, comprising:
a processor; and
a memory for storing a program of a page return processing method, the apparatus performing the following steps after being powered on and passing through the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is continuously started for multiple times;
performing an operation of returning from the current page to a first launched page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
Compared with the prior art, the method has the following advantages:
according to the map page processing method, the map pages with the same function type as the current map page are deleted in the map page stack according to the page attributes of the current map page, so that a plurality of repeated map pages visited previously are deleted in the map page stack, and the problem that a return link is too long due to page stacking in the prior art is solved.
Drawings
Fig. 1 is a flowchart of a map page processing method according to a first embodiment of the present application.
Fig. 2 is a schematic diagram of a page stack before and after a current map page is stored in the map page stack according to a first embodiment of the present application.
Fig. 3 is a schematic diagram of a page stack before and after a current map page is stored in the map page stack according to a first embodiment of the present application.
Fig. 4 is a flowchart of a page processing method according to a second embodiment of the present application.
Fig. 5 is a diagram illustrating a current map page stored in a map page stack according to a second embodiment of the present application.
Fig. 6 is a diagram illustrating another example of storing a current map page in a map page stack according to a second embodiment of the present application.
Fig. 7 is a flowchart of a page return processing method according to a third embodiment of the present application.
Fig. 8 is a flowchart of a page return processing method according to a fourth embodiment of the present application.
Fig. 9 is a schematic view of a map page processing apparatus according to a fifth embodiment of the present application.
Fig. 10 is a schematic diagram of an electronic device according to a sixth embodiment of the present application.
Fig. 11 is a schematic diagram of a page processing apparatus according to a seventh embodiment of the present application.
Fig. 12 is a schematic diagram of an electronic device according to an eighth embodiment of the present application.
Fig. 13 is a schematic diagram of a page return processing apparatus according to a ninth embodiment of the present application.
Fig. 14 is a schematic diagram of an electronic device according to a tenth embodiment of the present application.
Fig. 15 is a schematic diagram of a page return processing apparatus according to an eleventh embodiment of the present application.
Fig. 16 is a schematic view of an electronic device according to a twelfth embodiment of the present application.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, but rather construed as limited to the embodiments set forth herein.
A first embodiment of the present application provides a map page processing method, which is described below with reference to fig. 1, fig. 2, and fig. 3.
As shown in fig. 1, in step S101, information input by the user for the electronic map is obtained.
The information input by the user aiming at the electronic map comprises voice information, character information and the like input by the user aiming at the electronic map. For example, for an electronic map having a voice interaction function, a user can input information of "search for a nearby gas station" by voice.
As shown in fig. 1, in step S102, a current map page is obtained according to information input by the user for the electronic map.
The map page may include the following four pages: the map navigation system comprises a map main map page, a map search page, a map route page and a map navigation page.
For example, when a map main map page of an electronic map is opened, a user inputs information of 'searching for nearby gas stations' through voice, and an electronic map client obtains that the information input by the user for the electronic map is 'searching for nearby gas stations', the obtained current map page is a map search page including nearby gas stations, and the map search page is a page marking nearby gas stations on the map.
As shown in fig. 1, in step S103, the page attribute of the current map page is determined.
The page attribute may be an in-stack unique attribute or a top-stack unique attribute. The stack refers to a map page stack. The map page stack refers to a stack stored in a map page. When a map page is opened, the map page may be stored in a map page stack.
The unique attribute in the stack means that only one map page with the same function type can exist in the map page stack. For example, only one map route page may exist in the map page stack, and if one map route page already exists in the map page stack, the existing map route page needs to be deleted when a new map route page is stacked.
The unique attribute at the top of the stack means that only one map page with the same function type can exist at the top of the map page stack. For example, only one map search page may exist at the top of the map page stack, and if one map search page already exists at the top of the map page stack, the map search page already existing at the top of the map page stack needs to be deleted when a new map search page is pushed.
The determining the page attribute of the current map page includes: and determining the page attribute corresponding to the function type of the current map page according to the function type of the current map page and the corresponding relation between the function type of the map page and the page attribute.
The corresponding relation between the map page function type and the page attribute comprises the following steps: the page function type is map search, and the corresponding page attribute is the only attribute of the stack top; or the functional type of the map page is at least one of main map, route and navigation, and the corresponding page attribute is the unique attribute in the stack.
If the function type of the current map page is map search, determining that the page attribute corresponding to the function type of the current map page is the only attribute at the top of the stack according to the corresponding relation between the function type of the map page and the page attribute; and if the function type of the current map page is one of main map, route and navigation, determining the page attribute corresponding to the function type of the current map page as the unique attribute in the stack according to the corresponding relation between the function type of the map page and the page attribute.
As shown in fig. 1, in step S104, according to the page attribute of the current map page, a map page having the same function type as the current map page is deleted in the map page stack.
Deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page, wherein the deleting comprises the following steps:
and if the page attribute of the current map page is the only attribute in the stack and the map page stack has the map page with the same function type as the current map page, deleting all map pages from the top page of the current stack to the page with the same function type in the map page stack.
For example, assuming that the function type of the map main map page is a, the function type of the map search page is B, the function type of the map route page is C, and the function type of the map navigation page is D, if the map page stack before the current map page is stacked is as shown in fig. 2-1, it is determined that the function type of the current map page is C, and since a page C page having the same function type as the current map page already exists in the map page stack, all map pages from the current stack top page to the page of the same function type are deleted in the map page stack (i.e., the stack top B page, the D page, and the C page are deleted), and then the current map page is stored in the map page stack. The stack of map pages after the current map page is stacked is shown in fig. 2-2.
In order to further shorten the return link of the map page, the method provided in the first embodiment of the present application further includes:
and deleting the map page which is positioned at the stack top of the map page stack and has the same function type as the current map page according to the page attribute of the current map page.
The deleting, according to the page attribute of the current map page, a map page that is located at the top of a stack of map pages and has the same function type as the current map page, includes:
and if the page attribute of the current map page is the unique attribute of the stack top and the function type of the current stack top page in the map page stack is the same as that of the current map search page, deleting the current stack top page in the map page stack.
For example, if the map page stack before the current map page is stacked is as shown in fig. 3-1, the page a in the map represents a page with the function type a. And determining that the function type of the current map page is B, and since the function type of the current stack top page in the map page stack is B and is the same as the function type of the current map search page, firstly deleting the current stack top page in the map page stack, and then storing the current map search page in the map page stack, wherein the map page stack after the current map page is stacked is shown as a map 3-2. It should be noted that the top B page in fig. 3-2 is a current map search page, and the top B page in fig. 3-1 is a map search page opened last time.
As shown in fig. 1, in step S105, the current map page is stored in the map page stack.
By way of detailed description, the first embodiment of the present application provides a map page processing method, according to a page attribute of a current map page, a map page having a function type the same as that of the current map page is deleted in a map page stack, or according to a page attribute of the current map page, a map page located at a top of the map page stack and having a function type the same as that of the current map page is deleted, so that many repeated map pages visited previously are deleted in the map page stack, and a problem that a return link is too long due to page stacking in the prior art is solved.
On the basis of the first embodiment of the present application and the preferred embodiments included therein, the present application provides an embodiment in which the function type of the current map page is not determined before entering the first embodiment of the present application, and the embodiment is different from the first embodiment of the present application and the preferred embodiments included therein in that the present application may further include: and determining the function type of the current map page.
The determining the function type of the page to be stored includes:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
A second embodiment of the present application provides a page processing method, which is described below with reference to fig. 4, 5, and 6.
As shown in fig. 4, in step S401, a page to be stored in a page stack is obtained.
The page stack refers to a stack stored in pages. When a page is opened, the page may be stored in a page stack.
As shown in fig. 4, in step S402, the page attribute of the page to be stored is determined.
The page attribute may be an in-stack unique attribute or a top-stack unique attribute.
The unique attribute in the stack means that only one page with the same function type can exist in the page stack. For example, only one map route page may exist in the page stack, and if one map route page already exists in the page stack, the existing map route page needs to be deleted when a new map route page is stacked.
The unique attribute at the top of the stack means that only one page with the same function type can exist at the top of the page stack. For example, only one map search page may exist at the top of the page stack, and if one map search page already exists at the top of the page stack, the existing map search page needs to be deleted when a new map search page is pushed.
The determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the function type of the page to be stored according to the function type of the page to be stored and the corresponding relation between the page function type and the page attribute.
As shown in fig. 4, in step S403, according to the page attribute of the page to be stored, a page having the same function type as the page to be stored is deleted in the page stack.
As shown in fig. 4, in step S404, the page to be stored is stored in the page stack.
Deleting the page with the same function type as the page to be stored in the page stack according to the page attribute of the page to be stored, including:
and if the page attribute of the page to be stored is the unique attribute in the stack and the page stack has the page with the same function type as the page to be stored, deleting all pages from the current top page to the page with the same function type in the page stack.
The following describes a process of storing a page to be stored in a page stack when the page attribute of the page to be stored is a unique attribute in the stack, with reference to fig. 5. In fig. 5, two types of pages are included, a page a is a default page, pages are overlapped all the time when forward jumping between the pages is performed, a return jump is performed along an original path, a page B (a page with a function type of B, for example, a function type is a route) is a unique page in a stack, that is, only one page B may exist in the stack at the same time, it is ensured that only one page B is included in the whole flow when forward jumping between the pages, and if there are a plurality of pages B, all pages of preambles are sequentially emptied until there is no repeat page B.
FIG. 5 illustrates details of the method, wherein page A is opened and stacked; opening the page B, and stacking the page B, wherein the stack comprises two pages A-B; opening a page A again on the basis, wherein the page A is a default page and directly enters the stack, and the stack is changed into A-B-A; opening a B page again on the basis, deleting A and B at the top of the stack when the latest B page enters the stack because B is the only page in the stack and one B page already exists in the stack, and then stacking the latest B page to ensure that only one B page exists in the stack when the new B page enters, wherein the stack page is changed from A-B-A to A-B; and opening a B page again on the basis, deleting the existing B page because the B is the only page in the stack and the B page already exists in the stack, stacking the new B page, and changing the stack into A-B.
In order to further shorten the return link of the page, a method provided in a second embodiment of the present application further includes: and deleting the page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the page to be stored.
Deleting the page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the page to be stored, wherein the deleting comprises the following steps:
and if the page attribute of the page to be stored is the only attribute at the stack top and the function type of the current stack top page in the page stack is the same as that of the page to be stored, deleting the current stack top page in the page stack.
The following describes a process of storing a page to be stored in a page stack when a page attribute of the page to be stored in the page stack is a stack top unique attribute with reference to fig. 6. In fig. 8, two types of pages are included, a page a is a default page, pages are overlapped all the time when forward jumping between the pages, the page returns along an original path when the return jumping is performed, and a page B (a page with a function type of B, for example, a page with a function type of search) is a page unique to the stack top, that is, only one page B may exist at the stack top at the same time, it is ensured that the stack top in the whole flow includes only one page B when forward jumping between the pages, and if a page B exists at the stack top, the page B at the stack top is deleted first, and then a new page B is put on the stack.
FIG. 6 illustrates details of the method, wherein page A is opened and stacked; opening the page B, and stacking the page B, wherein the stack comprises two pages A-B; opening a B page again on the basis, deleting B at the top of the stack when the latest B page enters the stack because B is the only page at the top of the stack and one B page already exists at the top of the stack, and then stacking the latest B page to ensure that only one B page exists at the top of the stack when a new B page enters, wherein the stack page is changed from A-B (B refers to the original B page) to A-B (B refers to the latest B page); opening a page A again on the basis, wherein the page A is a default page and directly enters the stack, and the stack is changed into A-B-A; and opening a B page again on the basis, wherein at the moment, because B is the only page at the top of the stack and B pages do not exist at the top of the stack, a new B page is directly stacked, and the stack is changed into A-B-A-B.
By the page processing method provided by the second embodiment of the present application, according to the page attribute of the current map page, a page having the same function type as the current map page is deleted in the page stack, or according to the page attribute of the current page, a map page located at the top of the stack of the map page stack and having the same function type as the current map page is deleted, so that many repeated pages visited before are deleted in the page stack, and the problem of an existing return link being too long due to page stacking is solved.
On the basis of the second embodiment of the present application and the preferred embodiments included therein, the present application provides an embodiment in which the function type of the page to be stored is not determined before entering the second embodiment of the present application, and the embodiment is different from the second embodiment of the present application and the preferred embodiments included therein in that: and determining the function type of the page to be stored.
The determining the function type of the page to be stored includes:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
On the basis of the second embodiment and the preferred embodiments included in the present application, the method may further include: obtaining the identification information of the page to be stored; the determining the page attribute of the page to be stored when the page to be stored is stored in the page stack includes: and determining the page attribute corresponding to the identification information of the page to be stored according to the identification information of the page to be stored and the corresponding relation between the page identification information and the page attribute.
A third embodiment of the present application provides a page return processing method, which is described below with reference to fig. 7.
As shown in fig. 7, in step 701, a page of at least one function type is started, and a current page is obtained, wherein a page belonging to a first function type is started multiple times.
The pages of the first function type comprise a map main map page, a map route page, a map navigation page and the like.
Starting the page of at least one function type means that a plurality of pages are sequentially opened on the basis of one page, and the plurality of pages comprise at least one page belonging to the first function type.
The current page refers to the last page opened.
As shown in fig. 7, in step 702, an operation of returning from the current page to the first launched page is performed; wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
For example, a plurality of pages are launched, wherein a pagemap route page belonging to a first function type is launched a plurality of times, and during the operation of returning from the current page to the first launched page, all pages visited comprise only one map route page.
In the page return processing method provided by the third embodiment of the present application, in the operation process of returning from the current page to the first started page, all accessed pages only include one page belonging to the first function type, so that a path for a user to return to the first started page is reduced, and user experience is improved.
A fourth embodiment of the present application provides a page return processing method, which is described below with reference to fig. 8.
As shown in fig. 8, in step 801, a page of at least one function type is started, and a current page is obtained, wherein a page belonging to a first function type is started multiple times in succession.
The page of the first function type includes a map search page and the like. The functional type of the map search page is search.
Starting the page of at least one function type means that a plurality of pages are sequentially opened on the basis of one page, and the plurality of pages comprise at least one page belonging to the first function type.
The current page refers to the last page opened.
As shown in fig. 8, in step 802, an operation of returning from the current page to the first launched page is performed; and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
For example, a plurality of pages are started, wherein a page map search page belonging to a first function type is started a plurality of times in succession, and in the operation of returning from the current page to the first started page, the function type of the preceding adjacent page of the map search page is different from the first function type among all the pages accessed.
In the page return processing method provided in the fourth embodiment of the present application, in the operation process of returning from the current page to the first started page, in all accessed pages, the function types of pages adjacent to the preamble of the page belonging to the first function type are different from the first function type, which reduces the path for the user to return to the first started page, and improves the user experience.
Corresponding to the map page processing method provided in the first embodiment of the present application, a fifth embodiment of the present application also provides a map page processing apparatus.
As shown in fig. 9, the 9-map page processing apparatus includes:
an input information obtaining unit 901 for obtaining information input by a user for an electronic map;
a current map page obtaining unit 902, configured to obtain a current map page according to information input by the user for the electronic map;
a page attribute determining unit 903, configured to determine a page attribute of the current map page;
a page deleting unit 904, configured to delete, according to the page attribute of the current map page, a map page having the same function type as the current map page in a map page stack;
the current map page is stored in the stack unit 905, which is used to store the current map page in the map page stack.
Optionally, the apparatus further comprises: a stack top page deleting unit for deleting the page at the top of the stack,
and the map page deleting unit is used for deleting the map page which is positioned at the stack top of the map page stack and has the same function type as the current map page according to the page attribute of the current map page.
Optionally, the apparatus further comprises: the function type determining unit is used for determining the function type of the current map page;
the page attribute determining unit is specifically configured to: and determining the page attribute corresponding to the function type of the current map page according to the function type of the current map page and the corresponding relation between the function type of the map page and the page attribute.
Optionally, the correspondence between the map page function type and the page attribute includes: the page function type is map search, and the corresponding page attribute is the only attribute of the stack top; or the functional type of the map page is at least one of main map, route and navigation, and the corresponding page attribute is the unique attribute in the stack.
Optionally, the stack top page deleting unit is specifically configured to:
and if the page attribute of the current map page is the unique attribute of the stack top and the function type of the current stack top page in the map page stack is the same as that of the current map search page, deleting the current stack top page in the map page stack.
Optionally, the page deleting unit is specifically configured to:
and if the page attribute of the current map page is the only attribute in the stack and the map page stack has the map page with the same function type as the current map page, deleting all map pages from the top page of the current stack to the page with the same function type in the map page stack.
It should be noted that, for the detailed description of the apparatus provided in the fifth embodiment of the present application, reference may be made to the related description of the first embodiment of the present application, and details are not described here again.
Corresponding to the map page processing method provided in the first embodiment of the present application, a sixth embodiment of the present application also provides an electronic device.
As shown in fig. 10, the electronic apparatus includes:
a processor 1001; and
a memory 1002 for storing a program of a map page processing method, wherein the following steps are executed after the apparatus is powered on and the program of the map page processing method is executed by the processor:
obtaining information input by a user aiming at the electronic map;
obtaining a current map page according to information input by the user aiming at the electronic map;
determining the page attribute of the current map page;
deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page;
and storing the current map page into the map page stack.
Optionally, the electronic device further performs the following steps:
and deleting the map page which is positioned at the stack top of the map page stack and has the same function type as the current map page according to the page attribute of the current map page.
Optionally, the electronic device further performs the following steps: determining the function type of the current map page;
the determining the page attribute of the current map page includes: and determining the page attribute corresponding to the function type of the current map page according to the function type of the current map page and the corresponding relation between the function type of the map page and the page attribute.
Optionally, the correspondence between the map page function type and the page attribute includes: the page function type is map search, and the corresponding page attribute is the only attribute of the stack top; or the functional type of the map page is at least one of main map, route and navigation, and the corresponding page attribute is the unique attribute in the stack.
Alternatively to this, the first and second parts may,
the deleting, according to the page attribute of the current map page, a map page that is located at the top of a stack of map pages and has the same function type as the current map page, includes:
and if the page attribute of the current map page is the unique attribute of the stack top and the function type of the current stack top page in the map page stack is the same as that of the current map search page, deleting the current stack top page in the map page stack.
Optionally, the deleting, according to the page attribute of the current map page, a map page having a function type same as that of the current map page in a map page stack includes:
and if the page attribute of the current map page is the only attribute in the stack and the map page stack has the map page with the same function type as the current map page, deleting all map pages from the top page of the current stack to the page with the same function type in the map page stack.
It should be noted that, for the detailed description of the electronic device provided in the sixth embodiment of the present application, reference may be made to the related description of the first embodiment of the present application, and details are not described here again.
Corresponding to the page processing method provided in the second embodiment of the present application, a seventh embodiment of the present application further provides a page processing apparatus.
As shown in fig. 11, the page processing apparatus in the page stack includes:
a to-be-stored page obtaining unit 1101 configured to obtain a to-be-stored page to be stored in a page stack;
a page attribute determining unit 1102, configured to determine a page attribute of the page to be stored;
a page deleting unit 1103, configured to delete, according to the page attribute of the page to be stored, a page having the same function type as the page to be stored in a page stack;
a page storing unit 1104, configured to store the page to be stored in the page stack.
Optionally, the apparatus further comprises: a stack top page deleting unit for deleting the page at the top of the stack,
and the page deleting module is used for deleting the page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the page to be stored.
Optionally, the apparatus further comprises: the identification information obtaining unit is used for obtaining the identification information of the page to be stored;
the page attribute determining unit is specifically configured to: and determining the page attribute corresponding to the identification information of the page to be stored according to the identification information of the page to be stored and the corresponding relation between the page identification information and the page attribute.
Optionally, the apparatus further comprises: the page function type determining unit is used for determining the function type of the page to be stored;
the page attribute determining unit is specifically configured to: and determining the page attribute corresponding to the function type of the page to be stored according to the function type of the page to be stored and the corresponding relation between the page function type and the page attribute.
Optionally, the page function type determining unit is specifically configured to:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
Optionally, the page deleting unit is specifically configured to:
and if the page attribute of the page to be stored is the unique attribute in the stack and the page stack has the page with the same function type as the page to be stored, deleting all pages from the current top page to the page with the same function type in the page stack.
Optionally, the stack top page deleting unit is specifically configured to:
and if the page attribute of the page to be stored is the only attribute at the stack top and the function type of the current stack top page in the page stack is the same as that of the page to be stored, deleting the current stack top page in the page stack.
It should be noted that, for the detailed description of the apparatus provided in the seventh embodiment of the present application, reference may be made to the related description of the second embodiment of the present application, and details are not described here again.
Corresponding to the page processing method provided in the second embodiment of the present application, an eighth embodiment of the present application further provides an electronic device.
As shown in fig. 12, the electronic device includes:
a processor 1201; and
a memory 1202 for storing a program of a page processing method, the apparatus performing the following steps after being powered on and running the program of the page processing method by the processor:
obtaining a page to be stored in a page stack;
determining the page attribute of the page to be stored;
deleting pages with the same function type as the pages to be stored in a page stack according to the page attributes of the pages to be stored;
and storing the pages to be stored into the page stack.
Optionally, the electronic device further performs the following steps:
and deleting the page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the page to be stored.
Optionally, the electronic device further performs the following steps: obtaining the identification information of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the identification information of the page to be stored according to the identification information of the page to be stored and the corresponding relation between the page identification information and the page attribute.
Optionally, the electronic device further performs the following steps: determining the function type of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the function type of the page to be stored according to the function type of the page to be stored and the corresponding relation between the page function type and the page attribute.
Optionally, the determining the function type of the page to be stored includes:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
Optionally, the deleting, according to the page attribute of the page to be stored, a page having a function type same as that of the page to be stored in the page stack includes:
and if the page attribute of the page to be stored is the unique attribute in the stack and the page stack has the page with the same function type as the page to be stored, deleting all pages from the current top page to the page with the same function type in the page stack.
Optionally, the deleting, according to the page attribute of the page to be stored, the page that is located at the top of the page stack and has the same function type as the page to be stored, includes:
and if the page attribute of the page to be stored is the only attribute at the stack top and the function type of the current stack top page in the page stack is the same as that of the page to be stored, deleting the current stack top page in the page stack.
It should be noted that, for the detailed description of the electronic device provided in the eighth embodiment of the present application, reference may be made to the related description of the second embodiment of the present application, and details are not described here again.
Corresponding to the page return processing method provided in the third embodiment of the present application, a ninth embodiment of the present application further provides a page return processing apparatus.
As shown in fig. 13, the page return processing apparatus includes:
a current page obtaining unit 1301, configured to start a page of at least one function type, and obtain a current page, where a page belonging to a first function type is started multiple times;
a return page operation execution unit 1302, configured to execute an operation of returning to the first started page from the current page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
Optionally, the page of the first function type is a map main map page, a map route page, or a map navigation page.
It should be noted that, for the detailed description of the apparatus provided in the ninth embodiment of the present application, reference may be made to the related description of the third embodiment of the present application, and details are not described here again.
Corresponding to the page return processing method provided in the third embodiment of the present application, a tenth embodiment of the present application further provides an electronic device.
As shown in fig. 14, the electronic device includes:
a processor 1401; and
a memory 1402 for storing a program of a page return processing method, the apparatus being powered on and executing the following steps after passing the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
performing an operation of returning from the current page to a first launched page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
Optionally, the page of the first function type is a map main map page, a map route page, or a map navigation page.
It should be noted that, for the detailed description of the electronic device provided in the tenth embodiment of the present application, reference may be made to the related description of the third embodiment of the present application, and details are not repeated here.
Corresponding to the page return processing method provided in the fourth embodiment of the present application, an eleventh embodiment of the present application further provides a page return processing apparatus.
As shown in fig. 14, the page return processing apparatus includes:
a current page obtaining unit 1401, configured to start a page of at least one function type, and obtain a current page, where a page belonging to a first function type is started multiple times in succession;
a page return operation execution unit 1402 for executing an operation of returning from the current page to the first started page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
Optionally, the page of the first function type is a map search page.
It should be noted that, for a detailed description of the electronic device provided in the eleventh embodiment of the present application, reference may be made to the related description of the fourth embodiment of the present application, and details are not repeated here.
Corresponding to the page return processing method provided in the fourth embodiment of the present application, a twelfth embodiment of the present application further provides an electronic device.
As shown in fig. 16, the electronic apparatus includes:
a processor 1601; and
a memory 1602 for storing a program of a page return processing method, the apparatus performing the following steps after being powered on and passing the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is continuously started for multiple times;
performing an operation of returning from the current page to a first launched page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
Optionally, the page of the first function type is a map search page.
It should be noted that, for the detailed description of the electronic device provided in the twelfth embodiment of the present application, reference may be made to the related description of the fourth embodiment of the present application, and details are not described here again.
Although the present application has been described with reference to the preferred embodiments, it is not intended to limit the present application, and those skilled in the art can make variations and modifications without departing from the spirit and scope of the present application, therefore, the scope of the present application should be determined by the claims that follow.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transient media), such as modulated data signals and carrier waves.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.

Claims (25)

1. A map page processing method, comprising:
obtaining information input by a user aiming at the electronic map;
obtaining a current map page according to information input by the user aiming at the electronic map;
determining the page attribute of the current map page;
deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page;
and storing the current map page into the map page stack.
2. The method of claim 1, further comprising:
and deleting the map page which is positioned at the stack top of the map page stack and has the same function type as the current map page according to the page attribute of the current map page.
3. The method according to claim 1 or 2, characterized in that the method further comprises: determining the function type of the current map page;
the determining the page attribute of the current map page includes: and determining the page attribute corresponding to the function type of the current map page according to the function type of the current map page and the corresponding relation between the function type of the map page and the page attribute.
4. The method of claim 3, wherein the correspondence between the map page function type and the page attribute comprises: the page function type is map search, and the corresponding page attribute is the only attribute of the stack top; or the functional type of the map page is at least one of main map, route and navigation, and the corresponding page attribute is the unique attribute in the stack.
5. The method of claim 4,
the deleting, according to the page attribute of the current map page, a map page that is located at the top of a stack of map pages and has the same function type as the current map page, includes:
and if the page attribute of the current map page is the unique attribute of the stack top and the function type of the current stack top page in the map page stack is the same as that of the current map search page, deleting the current stack top page in the map page stack.
6. The method of claim 4, wherein deleting the map page having the same function type as the current map page from the map page stack according to the page attribute of the current map page comprises:
and if the page attribute of the current map page is the only attribute in the stack and the map page stack has the map page with the same function type as the current map page, deleting all map pages from the top page of the current stack to the page with the same function type in the map page stack.
7. A page processing method is characterized by comprising the following steps:
obtaining a page to be stored in a page stack;
determining the page attribute of the page to be stored;
deleting pages with the same function type as the pages to be stored in a page stack according to the page attributes of the pages to be stored;
and storing the pages to be stored into the page stack.
8. The method of claim 7, further comprising:
and deleting the page which is positioned at the top of the page stack and has the same function type as the page to be stored according to the page attribute of the page to be stored.
9. The method of claim 7 or 8, further comprising: obtaining the identification information of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the identification information of the page to be stored according to the identification information of the page to be stored and the corresponding relation between the page identification information and the page attribute.
10. The method of claim 7 or 8, further comprising: determining the function type of the page to be stored;
the determining the page attribute of the page to be stored includes: and determining the page attribute corresponding to the function type of the page to be stored according to the function type of the page to be stored and the corresponding relation between the page function type and the page attribute.
11. The method of claim 10, wherein determining the function type of the page to be stored comprises:
performing characteristic analysis on the page to be stored to obtain characteristic information of the page to be stored;
and determining the function type of the page to be stored according to the characteristic information of the page to be stored.
12. The method according to claim 7, wherein said deleting the page with the same function type as the page to be saved in the page stack according to the page attribute of the page to be saved comprises:
and if the page attribute of the page to be stored is the unique attribute in the stack and the page stack has the page with the same function type as the page to be stored, deleting all pages from the current top page to the page with the same function type in the page stack.
13. The method according to claim 8, wherein deleting the page which is located at the top of the page stack and has the same function type as the page to be saved according to the page attribute of the page to be saved comprises:
and if the page attribute of the page to be stored is the only attribute at the stack top and the function type of the current stack top page in the page stack is the same as that of the page to be stored, deleting the current stack top page in the page stack.
14. A page return processing method is characterized by comprising the following steps:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
performing an operation of returning from the current page to a first launched page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
15. The method of claim 14, wherein the page of the first functional type is a map main map page, a map route page, or a map navigation page.
16. A page return processing method is characterized by comprising the following steps:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is continuously started for multiple times;
performing an operation of returning from the current page to a first launched page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
17. The method of claim 16, wherein the page of the first functional type is a map search page.
18. A map page processing apparatus, comprising:
an input information obtaining unit for obtaining information input by a user for the electronic map;
the current map page obtaining unit is used for obtaining a current map page according to the information input by the user aiming at the electronic map;
the page attribute determining unit is used for determining the page attribute of the current map page;
the page deleting unit is used for deleting the map page with the same function type as the current map page in the map page stack according to the page attribute of the current map page;
and the current map page is stored in a stack unit and is used for storing the current map page in the map page stack.
19. An electronic device, comprising:
a processor; and
a memory for storing a program of a map page processing method, the apparatus performing the following steps after being powered on and running the program of the map page processing method through the processor:
obtaining information input by a user aiming at the electronic map;
obtaining a current map page according to information input by the user aiming at the electronic map;
determining the page attribute of the current map page;
deleting the map page with the same function type as the current map page in a map page stack according to the page attribute of the current map page;
and storing the current map page into the map page stack.
20. A page processing apparatus, comprising:
the page to be stored obtaining unit is used for obtaining a page to be stored in the page stack;
the page attribute determining unit is used for determining the page attribute of the page to be stored;
the page deleting unit is used for deleting the page with the same function type as the page to be stored in the page stack according to the page attribute of the page to be stored;
and the page storing unit is used for storing the pages to be stored into the page stack.
21. An electronic device, comprising:
a processor; and
a memory for storing a program of a page processing method, the apparatus performing the following steps after being powered on and running the program of the page processing method by the processor:
obtaining a page to be stored in a page stack;
determining the page attribute of the page to be stored;
deleting pages with the same function type as the pages to be stored in a page stack according to the page attributes of the pages to be stored;
and storing the pages to be stored into the page stack.
22. A page return processing apparatus, comprising:
the current page obtaining unit is used for starting a page of at least one function type to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
a page return operation execution unit for executing an operation of returning from the current page to the first started page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
23. An electronic device, comprising:
a processor; and
a memory for storing a program of a page return processing method, the apparatus performing the following steps after being powered on and passing through the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is started for multiple times;
performing an operation of returning from the current page to a first launched page;
wherein, during the operation of returning from the current page to the first started page, all accessed pages only comprise one page belonging to the first function type.
24. A page return processing apparatus, comprising:
the current page obtaining unit is used for starting pages of at least one function type to obtain a current page, wherein the pages belonging to the first function type are continuously started for multiple times;
a page return operation execution unit for executing an operation of returning from the current page to the first started page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
25. An electronic device, comprising:
a processor; and
a memory for storing a program of a page return processing method, the apparatus performing the following steps after being powered on and passing through the program of the page return processing method:
starting at least one function type page to obtain a current page, wherein the page belonging to the first function type is continuously started for multiple times;
performing an operation of returning from the current page to a first launched page;
and in the operation process of returning from the current page to the first started page, the function type of a page adjacent to the preamble of the page belonging to the first function type is different from the first function type in all the accessed pages.
CN201910184759.2A 2019-03-12 2019-03-12 Page processing and page return processing methods, devices and equipment Active CN111695056B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910184759.2A CN111695056B (en) 2019-03-12 2019-03-12 Page processing and page return processing methods, devices and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910184759.2A CN111695056B (en) 2019-03-12 2019-03-12 Page processing and page return processing methods, devices and equipment

Publications (2)

Publication Number Publication Date
CN111695056A true CN111695056A (en) 2020-09-22
CN111695056B CN111695056B (en) 2024-03-22

Family

ID=72474776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910184759.2A Active CN111695056B (en) 2019-03-12 2019-03-12 Page processing and page return processing methods, devices and equipment

Country Status (1)

Country Link
CN (1) CN111695056B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760150A (en) * 2021-09-22 2021-12-07 北京字跳网络技术有限公司 Page processing method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824830A (en) * 2015-01-06 2016-08-03 阿里巴巴集团控股有限公司 Page displaying method, client and equipment
CN106202381A (en) * 2016-07-08 2016-12-07 贵阳语玩科技有限公司 Start the method for routing of the page, device and assembly
WO2017063596A1 (en) * 2015-10-16 2017-04-20 广州神马移动信息科技有限公司 Method, apparatus and device for processing sitemap
US20180088988A1 (en) * 2016-09-27 2018-03-29 Microsoft Technology Licensing, Llc Return Flow Guard Using Control Stack Identified By Processor Register
CN108345479A (en) * 2017-01-22 2018-07-31 北京优朋普乐科技有限公司 A kind of page returns and the method and system of mark stacking

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824830A (en) * 2015-01-06 2016-08-03 阿里巴巴集团控股有限公司 Page displaying method, client and equipment
WO2017063596A1 (en) * 2015-10-16 2017-04-20 广州神马移动信息科技有限公司 Method, apparatus and device for processing sitemap
CN106202381A (en) * 2016-07-08 2016-12-07 贵阳语玩科技有限公司 Start the method for routing of the page, device and assembly
US20180088988A1 (en) * 2016-09-27 2018-03-29 Microsoft Technology Licensing, Llc Return Flow Guard Using Control Stack Identified By Processor Register
CN108345479A (en) * 2017-01-22 2018-07-31 北京优朋普乐科技有限公司 A kind of page returns and the method and system of mark stacking

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760150A (en) * 2021-09-22 2021-12-07 北京字跳网络技术有限公司 Page processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111695056B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
CN107015985B (en) Data storage and acquisition method and device
CN114880504B (en) Graph data query method, device and equipment
CN111241040B (en) Information acquisition method and device, electronic equipment and computer storage medium
US10318504B2 (en) Apparatus and method for processing map data by real-time index creation and system thereof
CN111695056B (en) Page processing and page return processing methods, devices and equipment
CN112860412B (en) Service data processing method and device, electronic equipment and storage medium
CN111666359A (en) POI candidate arrival point mining method, device and equipment
CN108470043A (en) A kind of acquisition methods and device of business result
US9098516B2 (en) Multi-dimensional file system
CN110222056B (en) Positioning method, system and equipment
CN110471764A (en) A kind of processing method and processing device of memory cleaning
CN110019295B (en) Database retrieval method, device, system and storage medium
CN112559483A (en) HDFS-based data management method and device, electronic equipment and medium
CN113961522A (en) Method, device, equipment and storage medium for partitioning pcap data packet
CN110245136B (en) Data retrieval method, device, equipment and storage equipment
CN112685553A (en) Method, device, equipment and medium for searching and replacing online document
CN110086867B (en) Vehicle returning network point pushing method
CN106227795A (en) The detection method of classification storage and system
CN111883116A (en) Voice interaction method, voice interaction device, server and voice navigation system
CN112183181A (en) Information display method
CN111143711A (en) Object searching method and system
CN114491164B (en) Tree data processing method and system
CN110019544A (en) Data query method and system
CN112799404B (en) Global path planning method and device of AGV and computer readable storage medium
CN110221971B (en) Search engine testing method and device, electronic equipment and storage medium

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