CN113382282B - Page resource access method and device, electronic equipment and storage medium - Google Patents

Page resource access method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113382282B
CN113382282B CN202110638292.1A CN202110638292A CN113382282B CN 113382282 B CN113382282 B CN 113382282B CN 202110638292 A CN202110638292 A CN 202110638292A CN 113382282 B CN113382282 B CN 113382282B
Authority
CN
China
Prior art keywords
page
information
client
node
resource
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110638292.1A
Other languages
Chinese (zh)
Other versions
CN113382282A (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.)
Nanjing Xuanjia Network Technology Co ltd
Original Assignee
Nanjing Xuanjia Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Xuanjia Network Technology Co ltd filed Critical Nanjing Xuanjia Network Technology Co ltd
Priority to CN202110638292.1A priority Critical patent/CN113382282B/en
Publication of CN113382282A publication Critical patent/CN113382282A/en
Application granted granted Critical
Publication of CN113382282B publication Critical patent/CN113382282B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/231Content storage operation, e.g. caching movies for short term storage, replicating data over plural servers, prioritizing data for deletion
    • H04N21/23106Content storage operation, e.g. caching movies for short term storage, replicating data over plural servers, prioritizing data for deletion involving caching operations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/85Assembly of content; Generation of multimedia applications
    • H04N21/858Linking data to content, e.g. by linking an URL to a video object, by creating a hotspot
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a page resource access method, a device, electronic equipment and a storage medium, wherein the method comprises the following steps: initializing a public resource cache tree according to an entry page of a client, wherein the public resource cache tree comprises at least one storage node, and each storage node stores page resource access information of an access page of the client; receiving current page information currently accessed by a client and sub-page information to be accessed, and updating the sub-page information to a public resource cache tree; determining page resource access information corresponding to a page to be returned in a public resource cache tree according to page return operation; and sending page resource access information to the client so that the client accesses the page to be returned. The embodiment of the invention realizes page return based on the public resource cache tree stored by the server, reduces the storage pressure of the server by using the public resource cache tree, and can reduce the calculation overhead of the server in the page return process.

Description

Page resource access method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of network televisions, in particular to a method and a device for accessing page resources, electronic equipment and a storage medium.
Background
The interactive network television (Internet Protocol Television, IPTV) is a technology for providing various interactive services such as data television to home users by integrating various technologies such as the internet, multimedia, communication and the like by utilizing a broadband cable television network. Because the existing IPTV is based on single-page resource access, when a user of the IPTV service operates a page resource, return operation is often used, the user hopes to return to an original page from a current azimuth page, and the common page return skip technology at present is as follows:
1. the method and the device have the advantages that the JavaScript original application interface is used for realizing page return, for example, history. Go (-1) is used for page return, and the method and the device are of a traditional browser-server architecture, have the advantages of small code quantity and simple logic, and can be realized only by using the basic application interface of a browser container. The defects are that: (1) The state before the page jump cannot be restored, and the focus cannot be memorized. (2) Returning to logic solidification, when intermediate pages such as a transfer page and a loading page exist, the problem that normal rollback cannot be performed exists. (3) When a user accesses the cross-platform service resource, the user state is easy to be abnormal when the user returns to the service page of the platform.
2. Page return is achieved using a client store return stack chain, which is the currently prevailing dynamic page access technique. The advantages are that: compared with the original application interface page return, the method has the advantages that the method is more accurate and more controllable, effective storage can be selected, page data and states before user page jump can be accumulated, and the original page state can be restored when the original page is returned. The defects are that: (1) The client has limited storage space and cannot buffer a large amount of data. (2) The client is unstable and the problem of storage loss easily occurs. (3) When the returned target page is taken off shelf or deleted, error reporting is easy to occur. (4) increasing the computational pressure of the client.
3. The page return is realized by using a server-side storage user return stack chain: and storing a user linked list by using a HashMap structure at a server, wherein the user linked list takes a user unique identifier ID as a Key Value and a page azimuth stack chain as a Value. The advantages are that: compared with a return stack chain stored by the client, the storage of the server is more stable and controllable. The defects are that: (1) Because the access paths of different users are basically consistent, the return stack links stored by the server are basically the same, and a great amount of redundancy exists in the storage of the server. (2) Since both calculation and storage are implemented at the server side, the pressure of the server increases.
4. Page return is achieved using a fixed page access path: the page access is fixed, and both the page jump and page return are fixed. The method has the advantages that: the code logic is simple and stable. The defects are that: dynamic page access cannot be realized, service expansibility is limited, and most of dynamic service requirements cannot be met.
In summary, a method for accessing page resources to realize page return on the premise of low storage and low overhead is urgently needed at present.
Disclosure of Invention
The invention provides a page resource access method, a page resource access device, electronic equipment and a storage medium, which are used for realizing page return operation, reducing the occupation of a storage space of a server and reducing the performance cost of a computer.
In a first aspect, an embodiment of the present invention provides a method for accessing a page resource, which is applied to a server, where the method includes:
initializing a public resource cache tree according to an entry page of a client, wherein the public resource cache tree comprises at least one storage node, and each storage node stores page resource access information of an access page of the client;
receiving current page information currently accessed by the client and sub-page information to be accessed, and updating the sub-page information to the public resource cache tree;
Determining page resource access information corresponding to a page to be returned in the public resource cache tree according to page return operation;
and sending the page resource access information to the client so that the client accesses the page to be returned.
In a second aspect, an embodiment of the present invention further provides a method for accessing a page resource, where the method is applied to a client, and the method includes:
accessing a display interface according to a user control instruction, and sending current page information to be accessed and sub-page information to be accessed to a server side to acquire page resource access information for display;
and receiving a user page return operation, and sending the page return operation to the server side to acquire page resource access information corresponding to the page to be accessed so as to realize page return.
In a third aspect, an embodiment of the present invention further provides a device for accessing page resources, where the device is applied to a server, and the device includes:
the system comprises an initialization module, a storage module and a storage module, wherein the initialization module is used for initializing a public resource cache tree according to an access page of a client, wherein the public resource cache tree comprises at least one storage node, and each storage node stores page resource access information of an access page of the client;
The information updating module is used for receiving the current page information accessed by the client and the sub-page information to be accessed, and updating the sub-page information to the public resource cache tree;
the return resource module is used for determining page resource access information corresponding to a page to be returned in the public resource cache tree according to page return operation;
and the resource feedback module is used for sending the page resource access information to the client so that the client accesses the page to be returned.
In a fourth aspect, an embodiment of the present invention further provides a device for accessing page resources, which is applied to a client, where the device includes:
the page access module is used for accessing the display interface according to the user control instruction, and sending the current page information accessed currently and the sub-page information to be accessed to the server side to acquire page resource access information for display;
the page return module is used for receiving the page return operation of the user and sending the page return operation to the server side so as to acquire page resource access information corresponding to the page to be accessed and realize page return.
In a fifth aspect, an embodiment of the present invention further provides an electronic device, including:
One or more processors;
a memory for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement a method for accessing page resources according to any one of the embodiments of the present invention.
In a sixth aspect, embodiments of the present invention further provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method for accessing page resources according to any of the embodiments of the present invention.
According to the embodiment of the invention, a public resource cache tree is initialized through an entering page of a client, wherein the public resource cache tree comprises at least one storage node, each storage node respectively stores page resource access information of an access page, receives current page information currently accessed by the client and sub page information to be accessed, updates the sub page information into the public resource cache tree, determines page resource access information corresponding to the page to be returned in the public resource cache tree when page return operation is received, sends the page resource access information to the client so as to achieve that the client acquires the page to be returned, achieves page return based on the public resource cache tree stored by the server, reduces storage pressure of the server by using the public resource cache tree, and can reduce server calculation cost in the page return process.
Drawings
Fig. 1 is a structural diagram of an IPTV network according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for accessing page resources according to a first embodiment of the present invention;
FIG. 3 is a schematic diagram of a public resource cache tree according to a first embodiment of the present invention;
FIG. 4 is a flowchart of a method for accessing page resources according to a second embodiment of the present invention;
fig. 5 is an exemplary diagram of a storage node association relationship provided in the second embodiment of the present invention;
FIG. 6 is a flowchart of a method for accessing page resources according to a third embodiment of the present invention;
fig. 7 is a schematic structural diagram of a page resource access device according to a fourth embodiment of the present invention;
fig. 8 is a schematic structural diagram of a page resource access device according to a fifth embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to a sixth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings, and furthermore, embodiments of the present invention and features in the embodiments may be combined with each other without conflict.
Fig. 1 is a block diagram of an IPTV network provided in an embodiment of the present invention, referring to fig. 1, one or more users may obtain IPTV service pages through a set-top box or a television, etc., and the users may implement display of different IPTV pages through a remote controller, and the users may access the IPTV network for use by using a cat or a router; the server may be located in a service room of a service provider and may provide IPTV resources to the user. In the process of using IPTV service, the user uses the remote controller to operate the page return, but the prior art occupies a larger storage space of the server and occupies more computing resources of the server, so that a low-storage and low-cost page return method is needed.
Example 1
Fig. 2 is a flowchart of a method for accessing a page resource according to an embodiment of the present invention, where the method is applicable to a case of implementing page return in a page access process of an IPTV, and the method may be performed by a page resource accessing device, where the device may be implemented in a hardware and/or software manner, and is generally integrated in a server, and referring to fig. 2, the method provided by the embodiment of the present invention specifically includes the following steps:
step 110, initializing a public resource cache tree according to an entry page of the client, wherein the public resource cache tree comprises at least one storage node, and each storage node stores page resource access information of an access page of the client.
The client can provide a software and/or hardware device for accessing the IPTV page for the user, the client can be integrated in a set top box or a television, and the client can access different IPTV pages according to a control instruction of the user. The access page may be a first access page of the IPTV opened, may be preset by a service provider, and the number of access pages may be one or more, and when different users use the IPTV, different access pages may be respectively accessed, or multiple users may respectively access the same access page. The public resource cache tree can be a data storage structure used for caching IPTV access processes of clients, the public resource cache tree can be a tree-type storage structure, the public resource cache tree can be composed of one or more storage nodes, each storage node can store one page, the storage nodes in the public resource cache tree can be divided into one or more layers, it is understood that the public resource cache tree can be stored in a server, public resource cache trees used when different users return pages can be the same or different, for example, when entering pages of the users are the same, page return can be performed by using the same public resource cache data, and when entering pages of the users are different, the public resource cache tree used when the users return pages can be different.
Fig. 3 is a schematic structural diagram of a public resource cache tree provided in the first embodiment of the present invention, referring to fig. 3, one public resource cache tree takes an incoming page as a root node, pages accessed by clients can be stored in the public resource cache tree, nodes in different layers in the public resource cache tree can represent pages in different depths accessed by clients starting with the incoming page, a page stored in a node in an upper layer can be a parent page of a node storage page in a next layer, for example, when a link or a control in the page a is clicked to jump to another page B, the page a can be a parent page of the page B, and a node in the public resource cache tree storing the page a can be a parent node of a node storing the page B.
In the embodiment of the invention, the page resource access information can be attribute information for accessing the page, the page resource access information can comprise a storage address or a uniform resource locator of the page resource, and the page resource access information stored in the public resource cache tree can be an access page which is accessed or has been accessed by the client.
Specifically, the server may initialize the public resource cache tree according to the entry page of the client, where the initialization may include creating a public resource cache tree or obtaining a created public resource cache tree, for example, when the client accesses the entry page, the server may create a public resource cache tree according to the entry page accessed by the client, where it may be understood that, in order to reduce storage occupation of the server, clients of different users may use the same public resource cache tree when accessing the same entry page, where the initialization of the public resource cache tree may be obtaining the created public resource cache tree.
And 120, receiving current page information currently accessed by the client and sub-page information to be accessed, and updating the sub-page information to the public resource cache tree.
The current page access information may be information currently being accessed by the client, may refer to a page displayed by the client before clicking a jump link or a jump control, the sub-page information may be a page displayed after the client jumps, the sub-page information may be a page corresponding to the clicked link or control in the client, and it may be understood that the page corresponding to the sub-page information may be a sub-page of the page corresponding to the current page information.
In the embodiment of the invention, when the client accesses the sub page, the current page information currently accessed by the client and the sub page information to be accessed can be sent to the server, the server can receive the current page information and the sub page information, the client requests to access the sub page corresponding to the sub page information, and the sub page information can be stored in a public word size cache tree, so that the information of the accessed page can be conveniently obtained when the page returning operation is carried out. For example, the client may send a uniform resource locator (Uniform Resoure Locator, URL) of the current page to the server, and add the location of the jump link of the sub page to the URL information, and the server may extract the location of the jump link in the URL, obtain the corresponding sub page resource according to the location information, and add the sub page URL information to the public resource cache tree.
And 130, determining page resource access information corresponding to the page to be returned in the public resource cache tree according to the page return operation.
The page return operation may be a control operation sent by the client for controlling to return to the previous display page or the previous display pages, for example, may be an operation triggered by the user pressing a remote control return key, and the page return operation may be sent by the client and received by the server. The page to be returned can be a page which needs to be returned by the client, and can be a previous display page or previous display pages of the current access page in the client. The page resource access information may be information for accessing the page resource, and may include physical addresses or logical addresses of the page resource, for example, a storage path of the page in the server or URL of the page, and the like.
In the embodiment of the invention, the server side can receive the page return operation sent by the client side, can search the storage node for storing the current page of the client side in the public resource cache tree according to the page return operation, and can take the information stored by the father node of the storage node as the page resource access information of the page to be returned.
And 140, sending page resource access information to the client so that the client accesses the page to be returned.
Specifically, after obtaining the page resource access information of the page to be returned, the server side may send the page resource access information to the client side, and the client side may obtain the corresponding resource of the page to be returned according to the page resource access information, and display the resource to realize the display of the page to be returned.
According to the embodiment of the invention, the public resource cache tree is initialized according to the incoming page of the client, the public resource cache tree can comprise a plurality of storage nodes, each storage node can respectively store page resource access information of one access page, receive current page information currently accessed by the client and sub page information to be accessed, add the sub page information to the public resource cache tree, acquire page resource access information of the page to be returned based on the public resource cache tree when page return operation is received, send the page resource access information to the client, enable the client to access the page to be accessed, realize page return by using the public resource cache tree of the server, realize state restoration of the original page, share the public resource cache tree by different clients, reduce storage pressure of the server and reduce server calculation cost in the page return process.
Example two
Fig. 4 is a flowchart of a method for accessing page resources according to a second embodiment of the present invention, where the embodiment of the present invention is embodied on the basis of the foregoing embodiment of the present invention, and referring to fig. 4, the method provided by the embodiment of the present invention specifically includes the following steps:
step 210, acquiring an entry page accessed by the client, and generating unique identification information of the entry page.
The unique identification information may be information that the entry page has a unique identification in the public resource cache tree, and may be URL or number of the entry page.
In the embodiment of the invention, the server side can acquire the entry page of the client side and generate the unique identification information for the entry page, for example, a page number can be generated for the entry page as the unique identification information or a hash value can be generated according to the URL of the entry page as the unique identification information.
Step 220, determining whether a public resource cache tree corresponding to the unique identification information exists, if so, acquiring the public resource cache tree, and if not, using the unique identification information as a root node identification to create a new public resource cache tree; each storage node in the public resource cache tree at least stores father node pointing information, child node pointing information and current page resource access information.
Specifically, when multiple access pages exist, multiple public resource cache trees can be generated, each public resource cache tree can take an access page as a root node, after unique identification information of the access page is acquired, the root node of the created public resource cache tree can be searched according to the unique identification information, whether the unique identification information of the root node is identical to the newly generated unique identification information is judged, if the unique identification information of the root node is identical to the newly generated unique identification information, the established public resource cache tree exists in the access page accessed by the client, the storage address of the public resource cache tree can be acquired, if the unique identification information is not identical, the server side does not create the public resource cache tree for the access page yet, a public resource cache tree can be created for the root node by the access page, and the creating process can comprise the steps of applying for the storage address of the root node of the public resource cache tree and storing the generated unique identification information in the storage address to realize the new creation of the public resource cache tree.
Step 230, receiving a page resource request of the client, wherein the page resource request at least includes current page information and sub-page information.
The page resource request may be a request for requesting access to a page resource, the page resource request may be sent by a client and received by a server, and the client may obtain a new page through the page resource request to display. The page resource request may include current page information and sub-page information, where the current page information may be information such as URL or network address of a page currently accessed by the client, and the sub-page information may be a jump link or a position of a jump control of the sub-page on the page currently accessed by the client.
In the embodiment of the invention, the client can send the current page information and the sub-page information to the server through the page resource request, and the server can extract the current page information and the sub-page information in the page resource request when receiving the page resource request sent by the client.
Step 240, searching the corresponding storage node in the public resource cache tree according to the current page information, and recording the storage node as a parent node.
The parent node may be a storage node located at a previous layer of a storage node in the public resource cache tree, the storage node located at the previous layer with the connection may be a storage node parent node located at a next layer, fig. 5 is an exemplary diagram of an association relationship between storage nodes provided in the second embodiment of the present invention, and referring to fig. 5, storage node a and storage node B may be storage nodes of the same layer, where storage node a has an association relationship with storage node C and storage node D, storage node B has an association relationship with storage node E, storage node a is a parent node of storage node C and storage node D, and storage node B is a parent node of storage node E.
In the embodiment of the invention, the storage node corresponding to the current page information can be searched in the public resource cache tree, the storage node can be marked as a father node, it is understood that the current page information can be a URL or a storage node number, the information of the storage node can be searched in the public resource cache tree, and if the information of the storage node is the same as the URL or the storage node number, the storage node can be used as the storage node corresponding to the current page information and marked as the father node.
Step 250, newly creating a storage node to be a child node, and taking the child page information as current page resource access information to the child node.
The child node may be a storage node located at a next layer of a storage node in the public resource cache tree, the storage node having a connection located at the next layer may be a child node of the storage node located at an upper layer, fig. 5 is an exemplary diagram of an association relationship between storage nodes provided in the second embodiment of the present invention, referring to fig. 5, the storage node a and the storage node B may be storage nodes of the same layer, the storage node a has an association relationship with the storage node C and the storage node D, the storage node B has an association relationship with the storage node E, the storage node C and the storage node D may be child nodes of the storage node a, and the storage node E is a child node of the storage node B.
Specifically, a storage space can be applied for storing a new storage node, sub-page information can be stored in the newly applied storage space, and the storage node corresponding to the storage space is recorded as a sub-node.
Step 260, setting the child node pointing information of the parent node as a child node, and setting the parent node pointing information of the child node as a parent node.
In the embodiment of the invention, after a storage node is newly built as a child node, an association relationship between a parent node and the child node can be established, child node pointing information of the parent node can be set as the newly built child node, and parent node pointing information of the child node is set as the above-mentioned parent node, wherein the child node pointing information and the parent node pointing information can be specifically a storage address or a storage path and the like. For example, the child node pointing information and the parent node pointing information may specifically be address pointers, and the address pointer of the parent node may be set to the address of the child node, and the address pointer of the child node may be set to the address of the parent node.
Step 270, receiving a page return operation sent by the client, and extracting current page information in the page return operation.
Specifically, when receiving the page return operation sent by the client, the server may extract current page information that the client is accessing in the page return operation.
Step 280, searching a corresponding storage node in the public resource cache tree according to the current page information, and obtaining a father node of the storage node.
In the embodiment of the invention, the current page information can be a storage node name or a page number, the corresponding storage node can be found in the public resource cache tree by using the current page information such as the storage node or the page number, and the father node of the storage node can be obtained in the public resource cache tree, and it can be understood that the father node is a storage node which has an association relationship with the storage node and is positioned at the upper layer in the public resource cache tree.
Step 290, extracting current page resource access information in the parent node as page resource access information.
In the embodiment of the invention, the storage nodes in the public resource cache tree store the information such as page resource access information, page numbers, page URLs, node positions, node names, father node directions, child node directions and the like, and the corresponding current page resource access information can be extracted from the storage nodes marked as the father nodes and used as the page resource access information of the page to be returned.
Step 2100, sending page resource access information to the client to enable the client to access the page to be returned.
According to the embodiment of the invention, through acquiring an access page accessed by a client, generating unique identification information for the access page, determining whether a public resource cache tree corresponding to the unique identification information exists, if so, acquiring the public resource cache tree, if not, newly creating a newly created public resource cache tree by taking the unique identification information as a root node identification, receiving a page resource request of the client, which comprises current page information and sub page information, searching a corresponding storage node in the public resource cache tree as a father node according to the current page information, newly creating the storage node, recording the sub page information in the sub node, setting child node indication information of the father node as the son node and father node indication information of the son node as the father node, extracting the current page information in the public resource cache tree when receiving page return operation, determining the storage node in the public resource cache tree according to the current page information, searching the father node of the storage node, feeding back the current page resource access information stored by the father node to the client as page resource access information to be returned to realize page return, realizing page return operation, restoring the storage state of the original page, reducing the redundant storage page storage pressure in a server, and reducing the storage server and reducing the storage overhead of the server.
Further, on the basis of the above embodiment of the present invention, the generating the unique identification information of the entry page includes:
and acquiring the uniform resource locator of the access page, and taking the hash result of the uniform resource locator as the unique identification information.
Among other things, the uniform resource locator (Uniform Resource Locator, URL) may be information specifying the location of the information resource into the page, which may be referred to as a web page address. The hash result can be a result generated by hashing a URL of a page, and the embodiment of the present invention does not limit a specific implementation manner of hash, and may be a hash processing method commonly used in the prior art, for example, the hash processing manner may include a mean hash algorithm, a domestic hash algorithm, an MD5 hash algorithm, and the like.
In the implementation of the invention, the URL of the access page can be obtained, the URL can be subjected to hash processing, the hash result generated after the URL is subjected to hash processing can be used as the unique identification information of the access page, and the unique identification information can be used for generating a public resource cache tree.
Further, on the basis of the above embodiment of the present invention, the child node pointing information includes at least one set of key value pairs, where a key word in the key value pair is a position of the child page information corresponding display interface in the client in the current page information corresponding display page, and a value word in the key value pair is a storage address of the child node.
Specifically, the Key value pairs may also be called attribute value pairs, where key=value is stored, the child node pointing information may be formed by one or more Key value pairs, each Key value pair may store information of a child node of a storage node, a Key in a Key value pair may be a display position of a display interface corresponding to the child node in a current display interface, where the display position may be position coordinate information of a jump link or a jump control of a child display interface in a display interface of a client. The key value pair value words store the storage addresses of the child nodes.
Further, on the basis of the above embodiment of the present invention, the method further includes:
and deleting the corresponding storage node in the public resource cache tree when deleting or descending the access page.
In the embodiment of the invention, the public resource cache tree can be dynamically updated, when the access page is taken off the shelf or deleted by an operator, the information of the access page can find the corresponding storage node in the public resource cache tree, the storage node can store the related information of the access page, the storage node can be deleted from the corresponding public resource cache tree, for example, the storage node can be deleted, the father node of the storage node is updated, and the child node pointing to the storage node of the father node is deleted.
Example III
Fig. 6 is a flowchart of a method for accessing a page resource according to a third embodiment of the present invention, where the embodiment of the present invention may be applicable to a case where page return is implemented in a page access process of an IPTV, where the method may be implemented by a page resource accessing device, where the device may be implemented by using hardware and/or software, and is generally integrated in a client, and referring to fig. 6, the method provided by the embodiment of the present invention specifically includes the following steps:
step 310, accessing the display interface according to the user control instruction, and sending the current page information accessed currently and the sub-page information to be accessed to the server side to acquire the page resource access information for display.
The user control instruction may be information for controlling the client to display a page, for example, the user control instruction may be information input by the user on the client interface by clicking, touching or sliding the page, and the user control instruction may also be control information generated by the user through a remote controller of the client. The current page information may be information of a page being displayed in the client, may be information such as a network address or URL of the current page information, the sub page information may be an interface for controlling a next display of the client by a user, and an interface corresponding to the sub page information may have an association relationship with a page corresponding to the current page information, for example, a skip link or a skip control of the next display interface may be a part of the interface currently displayed by the client. The page resource access information can be information for controlling information resources displayed on the display interface, can be information such as a network address or a URL, and can enable the client to access information resources such as characters, sounds and animations.
In the embodiment of the invention, the client may receive a user control instruction, where the user control instruction may be information input by a user and used for controlling interface access, for example, the client may receive control information sent by the user through a remote controller, where the control information may control IPTV to perform a channel change operation. When the client receives a user control instruction, the current page information of the page which the client is accessing and the sub-page information of the page which needs to be accessed can be sent to the server, the server feeds back the page resource access information according to the received current page information and the sub-page information, and the client can display the page according to the page resource access information.
It may be understood that the page resource access information fed back by the server may be an information resource corresponding to the sub-page information, for example, when the sub-page information is an identification number of the sub-page or location information of a jump link of the sub-page, the server may search for a URL of the sub-page according to the identification number or location information of the jump link and feed back the URL to the client, and the server may access the resource of the sub-page according to the URL and display the sub-page.
Step 320, receiving a user page return operation, and sending the page return operation to the server side to obtain page resource access information corresponding to the page to be accessed to realize page return.
The page return operation may be an operation of controlling the page to return to a previous access page or to previous access pages, for example, the page return operation may be control information generated by the user pressing a return button in a remote controller of the client. The page to be accessed may be a page accessed by the client between the current access interfaces.
Specifically, when receiving a page return operation of a user, the client may send the page return operation to the server, trigger the server to search page resource access information of a corresponding page to be accessed, and send the page resource access information to the client, so that the client realizes the return of the access page according to the fed back page resource access information. For example, the user clicks or touches a return button in the client, the client generates control information corresponding to the page return operation, and the control information can be sent to the server to obtain page resource access information of a previous page stored in the server, so that the client revisits the previous page.
According to the embodiment of the invention, the display interface is accessed through the control access instruction of the user, the current page information to be accessed and the sub-page information to be accessed are sent to the server side, the page return operation of the user is received, the page return operation is sent to the server side, the page resource access information of the page to be accessed is sent to the client side by the server side, the page return operation of the client side is realized, and the display quality of the page is improved.
Further, on the basis of the above embodiment of the present invention, the sending, to a server, current page information to be accessed and sub page information to be accessed to obtain page resource access information for display includes:
carrying the current page information and sub page information to be accessed in a uniform resource locator and sending the uniform resource locator to the server side; and acquiring page resource access information fed back by the server side, and displaying page resources corresponding to the page resource access information.
In the embodiment of the invention, the client can send the current page information and the sub-page information to the server through the uniform resource locator, for example, the client can send the current page information and the sub-page information through the URL, wherein the current page information can be specifically a webpage identification number of a currently accessed webpage, the sub-page information can be a jump link or a position coordinate of a jump control in the currently accessed webpage, and the webpage identification number and the position coordinate can be sent to the server at the tail of the URL.
Specifically, after sending the URL, the client may monitor the server to obtain the page resource access information fed back by the server, and the client may obtain the information resource according to the page resource access information, and may implement the page through the display of the information resource.
Further, on the basis of the above embodiment of the present invention, the sending the page return operation to the server to obtain page resource access information corresponding to a page to be accessed to implement page return includes:
packaging the current page information to the page return operation, and sending the page return operation to the server side; and receiving page resource access information fed back by the server side, and displaying page resources corresponding to the page resource access information.
In the embodiment of the invention, the page return operation can trigger the operation information of the server, so that the server side can search the page resource access information of the page to be accessed, and when the client side sends the page return request to the server side, the current page information can be packaged in the page return operation, so that the server side can acquire the accurate page to be returned. The server side can feed back page resource access information of the page to be returned to the client side, so that the client side can access the page resource according to the page resource access information to realize page return.
For example, the page returning operation may specifically be a URL request, and the page identifier of the page to be returned may be added at the tail of the URL request, so that the server may obtain the page resource access information of the page to be returned in the public resource cache book in the foregoing embodiment, and the server side feeds back the page resource access information to the client side, where the client side obtains the page resource of the page to be returned according to the page resource access information, so as to implement page returning.
In one exemplary embodiment, tree structure data is dynamically generated at the server side according to a user's resource request. The tree structure reflects the user's resource access order. When the user uses the return operation, the target resource is acquired from the tree structure data. When the corresponding resource is put off the shelf and deleted, the corresponding operation can be performed in the tree structure data in time, and the user is prevented from accessing the wrong resource after returning to the operation. Compared with the method using the client to store the return stack link, the method is more stable and safer. And meanwhile, compared with a mode of using a server side to store a user return stack link, the method reduces more data redundancy and the stress of the server. The data in the tree structure is dynamically changed according to the user request resource, and has good scalability and expansion capability. The method for realizing page return by using the tree structure can comprise the following steps:
1. the tree structure takes an entry page as a root node, the entry page has a unique identification ID, each non-root node of the tree structure points to a father node, and each entry page of each external entry in IPTV service can have a corresponding tree structure.
2. When a user accesses service resources from an external portal, a corresponding HashCode can be obtained as a root node identifier according to an entry page URL of the corresponding external portal, whether a corresponding tree structure exists or not is searched in a memory according to the root node identifier, if the corresponding tree structure does not exist, a root node is created by taking the HashCode as the identifier, and the root node identifier is returned; if the corresponding tree structure exists, the unique identification of the root node of the tree structure is directly returned.
3. The page code can generate a global unique identifier of the page in a hash mode according to a page template file containing a full path, the relative position (such as the leaf node of the third time) of the page in a tree structure and a root node identifier, node data of the page in the tree structure comprises the global unique identifier of the page, a page URL, a node position, a node name, a father node pointing, a child node pointing set and the like, wherein the child node pointing set is a Map set taking the jump link of the child node on the corresponding page of the node or the position of a jump control as a key, and the pointing address is taken as a value.
4. When the user generates a page resource request in the service, the global unique identification of the current page and the resource request position are transmitted to the server side. The server side obtains the page node according to the global unique identification of the current page, and searches whether the node is in the target child node in the child nodes of the node data. If the child node does not exist, the child node is added to the corresponding child node set before the target page resource is rendered by generating the corresponding child node with the target resource URL, and meanwhile, the corresponding page code response is calculated to the front end, and the child node position is calculated by the father node position and the position code. If the target resource sub-node exists, the page code of the sub-node is directly responded to the client.
5. When a return operation occurs, the front end sends a request of the global unique identifier of the current page to the server end, the server end obtains a father node of the current page from the tree structure according to the global unique identifier, and page template resources are obtained through page URLs of the father node to respond to the front end. If the parent node does not exist, the default home page is just jumped to. If the father node is the root node, the business is exited.
6. When related page resources are deleted, put on shelf and the like, corresponding data in the tree structure can be directly operated, and the user is prevented from returning error resources when the operation returns.
Example IV
Fig. 7 is a schematic structural diagram of a page resource access device according to a fourth embodiment of the present invention, where the page resource access method according to any embodiment of the present invention may be executed, and the method includes corresponding functional modules and beneficial effects of the execution method. The apparatus may be implemented by software and/or hardware, and specifically includes: an initialization module 401, an information update module 402, a return resource module 403, and a resource feedback module 404.
An initialization module 401 is configured to initialize a public resource cache tree according to an incoming page of a client, where the public resource cache tree includes at least one storage node, and each storage node stores page resource access information of an access page of the client.
And the information updating module 402 is configured to receive current page information currently accessed by the client and sub-page information to be accessed, and update the sub-page information to the public resource cache tree.
And the return resource module 403 is configured to determine page resource access information corresponding to a page to be returned in the public resource cache tree according to a page return operation.
And the resource feedback module 404 is configured to send the page resource access information to the client so that the client accesses the page to be returned.
According to the embodiment of the invention, the public resource cache tree is initialized according to the incoming page of the client through the initialization module, the public resource cache tree can comprise a plurality of storage nodes, each storage node can respectively store page resource access information of one access page, the information update module receives current page information currently accessed by the client and sub-page information to be accessed, the sub-page information is added to the public resource cache tree, when the return resource module receives page return operation, the page resource access information of the page to be returned is acquired based on the public resource cache tree, the resource feedback module sends the page resource access information to the client, so that the client accesses the page to be accessed, page return is realized by using the public resource cache tree of the server, state restoration of the original page is realized, different clients share the public resource cache tree, storage pressure of the server is reduced, and calculation cost of the server in the page return process can be reduced.
Further, on the basis of the above embodiment of the present invention, the initialization module 401 in the apparatus includes:
the identification generation unit is used for acquiring the access page accessed by the client and generating unique identification information of the access page.
The tree acquisition unit is used for determining whether a public resource cache tree corresponding to the unique identification information exists, if so, acquiring the public resource cache tree, and if not, using the unique identification information as a root node identification to create a new public resource cache tree; and each storage node in the public resource cache tree at least stores parent node pointing information, child node pointing information and current page resource access information.
Further, on the basis of the above embodiment of the present invention, the identification generating unit in the apparatus is specifically configured to: and acquiring the uniform resource locator of the access page, and taking the hash result of the uniform resource locator as the unique identification information.
Further, on the basis of the above embodiment of the present invention, the information updating module 402 in the apparatus includes:
the information receiving unit is used for receiving the page resource request of the client, wherein the page resource request at least comprises the current page information and the sub-page information.
And the parent node unit is used for searching the corresponding storage node in the public resource cache tree according to the current page information and recording the storage node as a parent node.
And the child node unit is used for creating a storage node to be a child node and taking the child page information as current page resource access information to the child node.
And the node association unit is used for setting the child node pointing information of the father node as the child node and setting the father node pointing information of the child node as the father node.
Further, in the embodiment of the present invention, the sub-node pointing information includes at least one set of key value pairs, where a key word in the key value pair is a position of the sub-page information corresponding display interface in the client in the current page information corresponding display page, and a value word in the key value pair is a storage address of the sub-node.
Further, in the above embodiment of the present invention, the return resource module 403 in the apparatus includes:
the information extraction unit is used for receiving the page return operation sent by the client and extracting the current page information in the page return operation.
And the father node determining unit is used for searching the corresponding storage node in the public resource cache tree according to the current page information and acquiring the father node of the storage node.
And the access information acquisition unit is used for extracting the current page resource access information in the father node as the page resource access information.
Further, on the basis of the above embodiment of the present invention, the apparatus further includes:
and the resource clearing module is used for deleting the corresponding storage node in the public resource cache tree when deleting or descending the access page.
Example five
Fig. 8 is a schematic structural diagram of a page resource access device according to a fifth embodiment of the present invention, where the page resource access method according to any embodiment of the present invention may be executed, and the method includes corresponding functional modules and beneficial effects of the executing method. The apparatus may be implemented by software and/or hardware, and specifically includes: a page access module 501 and a page return module 502.
The page access module 501 is configured to access the display interface according to a user control instruction, and send current page information currently accessed and sub-page information to be accessed to the server side to obtain page resource access information for display.
The page return module 502 is configured to receive a user page return operation, and send the page return operation to the server side to obtain page resource access information corresponding to a page to be accessed to implement page return.
According to the embodiment of the invention, the page access module accesses the display interface according to the control access instruction of the user, and sends the current page information to be accessed and the sub-page information to be accessed to the server side, the page return module receives the page return operation of the user, and sends the page return operation to the server side, and the server side sends the page resource access information of the page to be accessed to the client side, so that the page return operation of the client side is realized, and the display quality of the page is improved.
Further, on the basis of the above embodiment of the present invention, the page access module 501 in the apparatus includes:
and the information sending unit is used for carrying the current page information and the sub-page information to be accessed in a uniform resource locator and sending the uniform resource locator to the server side.
The resource acquisition unit is used for acquiring the page resource access information fed back by the server side and displaying the page resource corresponding to the page resource access information.
Further, on the basis of the above embodiment of the present invention, the page returning module 502 in the apparatus includes:
and the return operation unit is used for packaging the current page information into the page return operation and sending the page return operation to the server side.
The page returning unit is used for receiving the page resource access information fed back by the server side and displaying the page resource corresponding to the page resource access information.
Example six
Fig. 9 is a schematic structural diagram of an electronic device according to a sixth embodiment of the present invention, and as shown in fig. 9, the electronic device includes a processor 60, a memory 61, an input device 62, and an output device 63; the number of processors 60 in the electronic device may be one or more, one processor 60 being taken as an example in fig. 9; the processor 60, the memory 61, the input means 62 and the output means 63 in the electronic device may be connected by a bus or other means, in fig. 9 by way of example.
The memory 61 is used as a computer readable storage medium, and may be used to store software programs, computer executable programs, and modules, such as program instructions/modules corresponding to the page resource access method in the embodiment of the present invention (for example, the initialization module 401, the information update module 402, the return resource module 403, and the resource feedback module 404, or the page access module 501 and the page return module 502 in the page resource access device). The processor 60 executes various functional applications of the electronic device and data processing, i.e., implements the above-described page resource access method, by running software programs, instructions, and modules stored in the memory 61.
The memory 61 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for functions; the storage data area may store data created according to the use of the terminal, etc. In addition, the memory 61 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 61 may further include memory remotely located relative to processor 60, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 62 is operable to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the electronic device. The output 63 may comprise a display device such as a display screen. In an exemplary embodiment, the electronic device in the embodiment of the present invention may be a server or an IPTV terminal.
Example seven
A seventh embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a method of page resource access, the method comprising:
Initializing a public resource cache tree according to an entry page of a client, wherein the public resource cache tree comprises at least one storage node, and each storage node stores page resource access information of an access page of the client;
receiving current page information currently accessed by the client and sub-page information to be accessed, and updating the sub-page information to the public resource cache tree;
determining page resource access information corresponding to a page to be returned in the public resource cache tree according to page return operation;
and sending the page resource access information to the client so that the client accesses the page to be returned.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the page resource access method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the above embodiment of the page resource access device, each unit and module included are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (11)

1. The page resource access method is characterized by being applied to a server side, and comprises the following steps:
initializing a public resource cache tree according to an entry page of a client, wherein the public resource cache tree comprises at least one storage node;
Receiving current page information currently accessed by the client and sub-page information to be accessed, and updating the sub-page information to the public resource cache tree;
determining page resource access information corresponding to a page to be returned in the public resource cache tree according to page return operation;
sending the page resource access information to the client so that the client accesses the page to be returned;
the initializing the public resource cache tree according to the entry page of the client comprises the following steps:
acquiring an access page accessed by the client and generating unique identification information of the access page;
determining whether a public resource cache tree corresponding to the unique identification information exists, if so, acquiring the public resource cache tree, and if not, using the unique identification information as a root node identification to create a new public resource cache tree;
wherein, each storage node in the public resource cache tree at least stores father node pointing information, child node pointing information and current page resource access information;
the current page resource access information of the storage node is current page information, the child node pointing information of the storage node is child node, the current page resource access information of the child node is child page information, and the parent node pointing information of the child node is the storage node.
2. The method of claim 1, wherein the generating unique identification information for the incoming page comprises:
and acquiring the uniform resource locator of the access page, and taking the hash result of the uniform resource locator as the unique identification information.
3. The method according to claim 1 or 2, wherein the receiving current page information and sub-page information of the client and updating the sub-page information to the common resource cache tree comprises:
receiving a page resource request of the client, wherein the page resource request at least comprises the current page information and the sub-page information;
searching a corresponding storage node in the public resource cache tree according to the current page information, and marking the storage node as a father node;
creating a storage node as a child node, and taking the child page information as current page resource access information to the child node;
setting child node pointing information of the parent node as the child node, and setting parent node pointing information of the child node as the parent node.
4. The method of claim 3, wherein the child node pointing information includes at least one set of key value pairs, wherein a key in the key value pairs is a position of the child page information corresponding display interface in the client at the current page information corresponding display page, and a value in the key value pairs is a storage address of the child node.
5. The method according to claim 1, wherein the determining page resource access information corresponding to the page to be returned in the common resource cache tree according to the page return operation includes:
receiving a page return operation sent by the client, and extracting current page information in the page return operation;
searching a corresponding storage node in the public resource cache tree according to the current page information, and acquiring a father node of the storage node;
and extracting current page resource access information in the father node as the page resource access information.
6. The method as recited in claim 1, further comprising:
and deleting the corresponding storage node in the public resource cache tree when deleting or taking off to access the page.
7. A method for accessing a page resource, applied to a client, the method comprising:
accessing a display interface according to a user control instruction, and sending current page information to be accessed and sub-page information to be accessed to a server side to acquire page resource access information for display;
receiving a user page return operation, and sending the page return operation to the server side to acquire page resource access information corresponding to a page to be accessed so as to realize page return;
The client sends current page information and sub-page information through a URL, wherein the current page information is a webpage identification number of a currently accessed page, the sub-page information is a jump link or position coordinates of a jump control in the currently accessed page, and the webpage identification number and the position coordinates are sent to the server at the tail of the URL; after the client sends the URL, monitoring the server to acquire page resource access information fed back by the server, acquiring information resources by the client according to the page resource access information, and displaying pages by the client through the information resources;
the page returning operation is a URL request, a webpage identification number of a page to be returned is added at the tail part of the URL request, so that a server obtains page resource access information of the page to be returned in a public resource cache tree, a server feeds back the page resource access information to the client, and the client obtains page resources of the page to be returned according to the page resource access information to realize page returning;
the public resource cache tree comprises at least one storage node, each storage node at least stores father node pointing information, child node pointing information and current page resource access information, the current page resource access information of the storage node is current page information, the child node pointing information of the storage node is child node, the current page resource access information of the child node is child page information, and the father node pointing information of the child node is the storage node.
8. A device for accessing page resources, which is applied to a server, the device comprising:
the initialization module is used for initializing a public resource cache tree according to an entry page of the client, wherein the public resource cache tree comprises at least one storage node;
the information updating module is used for receiving the current page information accessed by the client and the sub-page information to be accessed, and updating the sub-page information to the public resource cache tree;
the return resource module is used for determining page resource access information corresponding to a page to be returned in the public resource cache tree according to page return operation;
the resource feedback module is used for sending the page resource access information to the client so that the client accesses the page to be returned;
the initialization module comprises:
the identification generation unit is used for acquiring an access page accessed by the client and generating unique identification information of the access page;
the tree acquisition unit is used for determining whether a public resource cache tree corresponding to the unique identification information exists, if so, acquiring the public resource cache tree, and if not, using the unique identification information as a root node identification to create a new public resource cache tree;
Wherein, each storage node in the public resource cache tree at least stores father node pointing information, child node pointing information and current page resource access information;
the current page resource access information of the storage node is current page information, the child node pointing information of the storage node is child node, the current page resource access information of the child node is child page information, and the parent node pointing information of the child node is the storage node.
9. A page resource access device, for application to a client, the device comprising:
the page access module is used for accessing the display interface according to the user control instruction, and sending the current page information accessed currently and the sub-page information to be accessed to the server side to acquire page resource access information for display;
the page return module is used for receiving a user page return operation and sending the page return operation to the server side to acquire page resource access information corresponding to a page to be accessed so as to realize page return;
the page access module is used for sending current page information and sub-page information through a URL (uniform resource locator), wherein the current page information is a webpage identification number of a current accessed page, the sub-page information is a jump link or position coordinates of a jump control in the current accessed page, and the webpage identification number and the position coordinates are sent to a server side at the tail of the URL; after the client sends the URL, monitoring the server to acquire page resource access information fed back by the server, acquiring information resources by the client according to the page resource access information, and displaying pages by the client through the information resources;
The page returning module is used for page returning operation, the page returning operation is a URL request, a webpage identification number of a page to be returned is added at the tail part of the URL request, so that a server acquires page resource access information of the page to be returned in a public resource cache tree, a server feeds back the page resource access information to the client, and the client acquires page resources of the page to be returned according to the page resource access information to realize page returning;
the public resource cache tree comprises at least one storage node, each storage node at least stores father node pointing information, child node pointing information and current page resource access information, the current page resource access information of the storage node is current page information, the child node pointing information of the storage node is child node, the current page resource access information of the child node is child page information, and the father node pointing information of the child node is the storage node.
10. An electronic device, the electronic device comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the page resource access method of any of claims 1-7.
11. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements the page resource access method of any of claims 1-7.
CN202110638292.1A 2021-06-08 2021-06-08 Page resource access method and device, electronic equipment and storage medium Active CN113382282B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110638292.1A CN113382282B (en) 2021-06-08 2021-06-08 Page resource access method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110638292.1A CN113382282B (en) 2021-06-08 2021-06-08 Page resource access method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113382282A CN113382282A (en) 2021-09-10
CN113382282B true CN113382282B (en) 2023-05-16

Family

ID=77576575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110638292.1A Active CN113382282B (en) 2021-06-08 2021-06-08 Page resource access method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113382282B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113672965B (en) * 2021-10-21 2022-10-28 杭州太美星程医药科技有限公司 Information processing method, information processing apparatus, information transmitting apparatus, and storage medium
CN114706645A (en) * 2022-04-08 2022-07-05 北京字节跳动网络技术有限公司 Interface information transmission method, device, medium and electronic equipment
CN115097992A (en) * 2022-06-28 2022-09-23 挂号网(杭州)科技有限公司 Page access method and device, electronic equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101042694B (en) * 2006-03-21 2011-06-08 松下电器产业株式会社 Method for accessing father page in the time of brewing web page
CN108038134B (en) * 2017-11-20 2020-06-26 东软集团股份有限公司 Page display method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN113382282A (en) 2021-09-10

Similar Documents

Publication Publication Date Title
CN113382282B (en) Page resource access method and device, electronic equipment and storage medium
US9253284B2 (en) Historical browsing session management
US8849802B2 (en) Historical browsing session management
US9195750B2 (en) Remote browsing and searching
US7827166B2 (en) Handling dynamic URLs in crawl for better coverage of unique content
US8131817B2 (en) Method and system for generating a graphical display for a remote terminal session
RU2589306C2 (en) Remote viewing session control
US7974832B2 (en) Web translation provider
US20130080576A1 (en) Historical browsing session management
US20130080577A1 (en) Historical browsing session management
RU2595509C2 (en) Organisation of browsing session history
US20080147875A1 (en) System, method and program for minimizing amount of data transfer across a network
CN113452780B (en) Access request processing method, device, equipment and medium for client
US8972477B1 (en) Offline browsing session management
CN103577427A (en) Browser kernel based web page crawling method and device and browser containing device
US20120054327A1 (en) Site redirection
US11232166B2 (en) Networked page access and addressing based on partial categorization indexing
US20080059428A1 (en) Automatic completion with LDAP
US9727643B2 (en) Managing loading of web pages
WO2021167832A1 (en) Method and apparatus for co-browsing shadow dom elements
CN106959975B (en) Transcoding resource cache processing method, device and equipment
US8458146B2 (en) Accessing data remotely
CN111680247A (en) Local calling method, device, equipment and storage medium of webpage character string
CN112783842A (en) Log collection method and device
CN117009031A (en) Cloud native-based content management system, method, device 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