CN113609460B - Page loading method and system based on user permission - Google Patents

Page loading method and system based on user permission Download PDF

Info

Publication number
CN113609460B
CN113609460B CN202110738464.2A CN202110738464A CN113609460B CN 113609460 B CN113609460 B CN 113609460B CN 202110738464 A CN202110738464 A CN 202110738464A CN 113609460 B CN113609460 B CN 113609460B
Authority
CN
China
Prior art keywords
page
caching
user
pages
dom structure
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
CN202110738464.2A
Other languages
Chinese (zh)
Other versions
CN113609460A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202110738464.2A priority Critical patent/CN113609460B/en
Publication of CN113609460A publication Critical patent/CN113609460A/en
Application granted granted Critical
Publication of CN113609460B publication Critical patent/CN113609460B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • 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
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • 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 application discloses a page loading method and system based on user permission, wherein the method comprises the following steps: in the running stage of the management software, pre-caching DOM structures of pages according to access rights of different users; when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page. The system mainly comprises: a pre-caching module and a caching module. Through the method and the device, the access efficiency of the user can be effectively improved, the sending of repeated requests can be effectively reduced, request resources can be saved, and the resource utilization rate is improved.

Description

Page loading method and system based on user permission
Technical Field
The application relates to the technical field of storage business page operation, in particular to a page loading method and system based on user permission.
Background
In the storage field, a user performs operation and management of storage business through management software, and page loading is needed.
The current method for loading the page is generally that the user requests once, and the page is re-rendered once, and can be seen in fig. 1. As can be seen from fig. 1, when a user accesses a page, a page request needs to be sent to a storage to obtain the requested data, then a browser end assembles the page structure, and finally renders the rendered page. Different user accessible pages are different, and each time a page is accessed, a request needs to be resent, reloaded, a user waits for loading the page, and finally the page is rendered and then presented to the user.
However, in the current method for loading the page, because the pages accessible by each user are different, the request needs to be resent and reloaded every time the page is accessed, so that the resource utilization rate is low, and the access efficiency of the user to the page is low.
Disclosure of Invention
The application provides a page loading method and system based on user permission, which are used for solving the problem that the page loading method in the prior art causes lower access efficiency of a user to a page.
In order to solve the technical problems, the embodiment of the application discloses the following technical scheme:
a user permission based page loading method, the method comprising:
in the running stage of management software, pre-caching DOM (Document Object Model ) structures of pages according to access rights of different users, wherein the management software is used for configuring and managing storage services through page access and operation of the users;
when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page.
Optionally, in the management software running stage, the pre-caching the DOM structure of the page according to the access rights of different users includes:
in the management software operation stage, according to the access rights of different users, sorting out pages which can be accessed by users with each right;
dividing users into different roles according to access rights of different users;
according to the pages which can be accessed by the users with each authority, acquiring the DOM structure of the pages with each role, and caching the DOM structure into a database;
and loading the DOM structure of the corresponding page in the database into the browser according to the access authority of the current login user.
Optionally, the roles include: copy operators, security administrators, and monitors.
Optionally, the page DOM structure of the copy operator is: copying a DOM structure of a service page, wherein the DOM structure of the page of the security administrator is as follows: and managing the DOM structure of the functional page, wherein the DOM structure of the page of the monitor is as follows: DOM structure of log/alert page.
Optionally, when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page, including:
when an online user accesses a page, caching a history page which is accessed recently by the user to a browser end according to a DOM structure of a pre-cached page and the set number of cached pages and time sequence;
when the number of the historical pages is larger than the set number of the cache pages, deleting the earliest historical pages according to the time sequence, and caching the current latest access page until the number of the pages is the set number of the cache pages.
Optionally, the set number of cache pages is 3.
Optionally, the method further comprises:
after pre-caching the DOM structure of the page, a pre-caching mark is made; the method comprises the steps of,
and caching the history page accessed by the user, and then performing cache identification.
Optionally, the method further comprises:
when the management software operates abnormally, judging whether the DOM structure of the fault page is identical to the DOM structure of the cached page according to the pre-caching identification and the caching identification;
if so, the content area of the management software is restored by using the cached page DOM structure.
A user-rights based page loading system, the system comprising:
the pre-caching module is used for pre-caching DOM structures of pages according to access rights of different users in the running stage of management software, and the management software is used for configuring and managing storage services through page access and operation of the users;
and the caching module is used for caching the history pages accessed by the user according to the DOM structure of the pre-cached pages when the online user accesses the pages.
Optionally, the system further comprises a recovery module, which is used for recovering the content area of the management software according to the DOM structure of the page of the pre-cache module and the DOM structure of the page of the cache module when the management software runs abnormally.
The technical scheme provided by the embodiment of the application can comprise the following beneficial effects:
the application provides a page loading method based on user permission, which comprises the steps of firstly pre-caching DOM structures of pages according to access permissions of different users in a management software operation stage, and then caching historical pages accessed by the users according to the DOM structures of the pre-cached pages when the online users access the pages. Through the page pre-caching and caching modes, the sending of repeated requests can be effectively reduced, request resources are saved, the resource utilization rate is improved, and therefore efficient access to pages can be achieved. Firstly, all users are carded out through pre-caching, pages which can be accessed are listed according to the access rights of different users, when the current user logs in, the page DOM structure stored in the database is loaded to a browser end, and the loading rate of the users when accessing the pages can be effectively accelerated. When the online user accesses the page, the history page accessed by the user recently can be timely called out through the cache, and the page loading efficiency can be accelerated.
In addition, in the embodiment, the DOM structure of the page is pre-cached and then is pre-cached, the history page accessed by the user is cached and then is cached, and through the pre-caching and the caching, when the management software operates abnormally, whether the DOM structure of the fault page is identical to the cached DOM structure of the page or not can be judged according to the pre-caching and the caching, so that the cached DOM structure of the page is used as a backup, and fault recovery is performed in time.
The application also provides a page loading system based on the user permission, which mainly comprises: a pre-caching module and a caching module. The pre-caching module pre-caches the DOM structure of the page according to the access rights of different users in the management software operation stage, so that when the user logs in, the DOM structure of the page stored in the database is loaded to the browser end according to the access rights of the logged-in user, and the user can conveniently and quickly load the page when accessing the page, and the access efficiency is improved. Through the caching module, the recently accessed historical pages can be cached, the latest access records can be saved, and when a user accesses the pages online, the user can quickly load and present, so that the user access efficiency is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a schematic diagram of a page loading method in the background art;
fig. 2 is a flow chart of a page loading method based on user rights according to an embodiment of the present application;
FIG. 3 is a flow chart of a pre-caching method according to an embodiment of the present application;
FIG. 4 is a flowchart of a buffering method according to an embodiment of the present application;
FIG. 5 is a schematic flow chart of page loading by the method of the embodiment in practical application;
fig. 6 is a schematic diagram of a page loading system based on user rights according to an embodiment of the present application.
Detailed Description
In order to better understand the technical solutions in the present application, the following description will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
For a better understanding of the present application, embodiments of the present application are explained in detail below with reference to the drawings.
Example 1
Referring to fig. 2, fig. 2 is a flow chart of a page loading method based on user rights according to an embodiment of the present application. As can be seen from fig. 2, the page loading method based on the user permission in the embodiment mainly includes the following steps:
s1: and in the running stage of the management software, pre-caching the DOM structure of the page according to the access rights of different users.
In this embodiment, the user performs configuration and management of the storage service through page access and operation of the management software.
Specifically, step S1 includes the following procedure:
s11: and in the management software operation stage, according to the access rights of different users, sorting out pages which can be accessed by users with each right.
That is, during the running stage of the management software, all users with access rights are combed out, and then pages which can be accessed by the users with each right are listed.
S12: and dividing the users into different roles according to the access rights of different users.
The roles of the users in this embodiment include, but are not limited to: copy operators, security administrators, and monitors.
S13: and acquiring the DOM structure of the page of each role according to the page which can be accessed by the user with each authority, and caching the DOM structure into a database.
Correspondingly to the different roles, the page DOM structure of the copy operator is: copying the DOM structure of the service page, wherein the DOM structure of the page of the security manager is as follows: the DOM structure of the management function page, the DOM structure of the page of the monitor is as follows: DOM structure of log/alert page. The DOM structures for all of these pages are cached in a database.
S14: and loading the DOM structure of the corresponding page in the database into the browser according to the access authority of the current login user.
The flow chart of the pre-caching method in this embodiment may be shown in fig. 3, and as can be seen from the above steps S11-S14 in combination with fig. 3, the page DOM structure of the corresponding role is obtained and stored in the database by managing the software role division, and the browser in the corresponding page DOM structure in the database is cached according to the logged-in user permission, so as to be convenient for the user to access and use. By dividing the authority of the login user, the content of repeated requests can be simplified, and the system resource can be saved. The embodiment also preloads the pages fixedly accessed by the users with different authorities, and can realize quick loading access when the users access the pages, thereby greatly improving the page access efficiency.
Further, after step S14 in this embodiment, step S15 is further included: and after pre-caching the DOM structure of the page, performing pre-caching identification.
By adding the pre-caching identification, the pre-cached page DOM structure can be marked, so that the subsequent query and use are facilitated, and the access efficiency is improved.
With continued reference to fig. 2, the present embodiment further includes step S2 after pre-caching the DOM structure of the page: when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page.
Specifically, step S2 includes the following procedure:
s21: when the online user accesses the page, according to the DOM structure of the pre-cached page and the set number of cached pages, caching the history page accessed recently by the user to the browser end according to the time sequence.
S22: when the number of the historical pages is larger than the set number of the cache pages, deleting the earliest historical pages according to the time sequence, and caching the current latest access page until the number of the pages is the set number of the cache pages.
The number of cache pages set in this embodiment depends on the user access frequency and the user requirement. The set number of cache pages is the number of the upper limit page DMO structures of the cache. The preferred value of the number of the cached pages set in this embodiment is 3, that is, the upper limit of the cache is 3 page DOM structures, and if the number exceeds 3, the earliest page cache is deleted according to the time sequence, and the latest history page is cached. The number of the pages can meet the access of most of the user permission, is not large, and can improve the access efficiency.
A schematic flow chart of the method of buffering in this embodiment may be shown in fig. 4. As can be seen from fig. 4 in combination with steps S21 and S22, taking the set value of the number of cache pages of 3 as an example, when the online user accesses the page, the page access of the last three times is cached, the earliest cache is deleted more than three times, and the latest access page a is cached, so that the latest access record of the user is always cached, and when the user accesses again, the presentation can be quickly loaded.
By the cache mode, when a user accesses the historical pages, the latest historical pages are cached by the browser, and when the user accesses the pages again, the user does not need to repeatedly render, so that quick response can be realized, and the page access efficiency is effectively improved under the condition of saving resources. In addition, the caching method of the step S2 in the embodiment is based on the pre-caching operation of the step S1, and can achieve efficient page access without adopting complex algorithms such as weight distribution, and the like, thereby being beneficial to saving system resources and improving the resource utilization rate.
Further, the present embodiment further includes step S23 after step S22: and caching the history page accessed by the user, and then performing cache identification.
The meaning of adding the cache identifier is the same as that of adding the pre-cache identifier, and will not be described in detail here.
Further, the page loading method based on the user permission in the embodiment further includes:
s3: when the management software operates abnormally, judging whether the DOM structure of the fault page is identical to the cached page DOM structure according to the pre-caching identification and the caching identification.
If the DOM structure of the fault page is the same as the cached page DOM structure, executing step S4: and recovering the content area of the management software by using the cached page DOM structure.
If the DOM structure of the fault page is different from the cached page DOM structure, adopting a conventional fault processing method.
As can be seen from the steps S3 and S4, in the abnormal stage of the management software, the cached page DOM structure can be used as redundant backup content, and recovery of the crashed page can be quickly carried out through page caching, so that the robustness and usability of the management software are improved, and further the user experience is improved. When determining the page DOM structure, the cached page DOM structure can be quickly identified according to the pre-cache identifier added in step S15 and the cache identifier added in step S23, thereby further improving the user access efficiency.
In practical application, a schematic flow chart of page loading by adopting the method of the embodiment may be shown in fig. 5. As can be seen from fig. 5, when a user accesses a page, it is first determined whether the user permission is possessed, if so, whether the current access page exists in a cached page is determined according to roles of different users, if so, the page is obtained from the cache, data is filled into the cached page and displayed, if not, whether the current access page exists in the page DOM structure is determined, if so, the cached page is obtained from the page DOM structure, and the data is filled into the cached page and displayed. If the current access page does not exist in the page DOM structure, the page is displayed by adopting a conventional page rendering method in the prior art.
Example two
Referring to fig. 6 on the basis of the embodiments shown in fig. 2-5, fig. 6 is a schematic diagram of a page loading system based on user rights according to an embodiment of the present application.
As can be seen from fig. 6, the page loading system based on the user permission in this embodiment mainly includes: a pre-caching module and a caching module. The pre-caching module is used for pre-caching DOM structures of pages according to access rights of different users in the running stage of the management software, and the management software is used for configuring and managing storage services through page access and operation of the users; and the caching module is used for caching the history pages accessed by the user according to the DOM structure of the pre-cached pages when the online user accesses the pages.
Wherein, the pre-cache module includes: the system comprises a carding unit, a role dividing unit, a DOM structure caching unit and a loading unit. The system comprises a management software running stage, a carding unit and a processing unit, wherein the carding unit is used for sorting out pages which can be accessed by users with each authority according to the access authorities of different users in the management software running stage; the role dividing unit is used for dividing the users into different roles according to the access rights of different users; the DOM structure caching unit is used for acquiring the DOM structure of the page of each role according to the page which can be accessed by the user with each authority and caching the DOM structure into the database; and the loading unit is used for loading the DOM structure of the corresponding page in the database into the browser according to the access right of the current login user.
Further, the pre-caching module further includes a first identification unit, configured to perform pre-caching identification after pre-caching the DOM structure of the page.
The cache module comprises: history page caching unit and updating unit. The history page caching unit is used for caching the history page accessed by the user recently to the browser end according to the DOM structure of the pre-cached page and the set cache page quantity and time sequence when the online user accesses the page; and the updating unit is used for deleting the earliest historical page according to the time sequence when the number of the historical pages is larger than the set number of the cache pages, and caching the current latest access page until the number of the pages is the set number of the cache pages.
The cache module also comprises a second representing unit which is used for carrying out cache identification after caching the history pages accessed by the user.
Further, the user permission-based page loading system of the embodiment further comprises a restoration module, which is used for restoring the content area of the management software according to the DOM structure of the page of the pre-caching module and the DOM structure of the page of the caching module when the management software runs abnormally.
Specifically, the recovery module includes: a judging unit and a content area restoring unit. The judging unit is used for judging whether the DOM structure of the fault page is identical to the DOM structure of the cached page according to the pre-caching identification and the caching identification when the management software runs abnormally; and the content area recovery unit is used for recovering the content area of the management software by utilizing the cached page DOM structure when the DOM structure of the fault page is the same as the cached page DOM structure.
The working principle and working method of the user authority page loading system in this embodiment are described in detail in the embodiments shown in fig. 2 to 5, and are not described here again.
The foregoing is merely a specific embodiment of the application to enable one skilled in the art to understand or practice the application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A user permission based page loading method, the method comprising:
in the running stage of management software, pre-caching DOM structures of pages according to access rights of different users, wherein the management software is used for configuring and managing storage services through page access and operation of the users;
when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page.
2. The method for loading the page based on the user permission according to claim 1, wherein the pre-caching the DOM structure of the page according to the access permissions of different users in the management software operation stage comprises:
in the management software operation stage, according to the access rights of different users, sorting out pages which can be accessed by users with each right;
dividing users into different roles according to access rights of different users;
according to the pages which can be accessed by the users with each authority, acquiring the DOM structure of the pages with each role, and caching the DOM structure into a database;
and loading the DOM structure of the corresponding page in the database into the browser according to the access authority of the current login user.
3. The page loading method based on user rights according to claim 2, wherein the roles include: copy operators, security administrators, and monitors.
4. A method of loading a page based on user rights according to claim 3, wherein the copy operator's page DOM structure is: copying a DOM structure of a service page, wherein the DOM structure of the page of the security administrator is as follows: and managing the DOM structure of the functional page, wherein the DOM structure of the page of the monitor is as follows: DOM structure of log/alert page.
5. The method for loading the page based on the user permission according to claim 1, wherein when the online user accesses the page, caching the history page accessed by the user according to the DOM structure of the pre-cached page comprises:
when an online user accesses a page, caching a history page which is accessed recently by the user to a browser end according to a DOM structure of a pre-cached page and the set number of cached pages and time sequence;
when the number of the historical pages is larger than the set number of the cache pages, deleting the earliest historical pages according to the time sequence, and caching the current latest access page until the number of the pages is the set number of the cache pages.
6. The method for loading pages based on user permission according to claim 5, wherein the set number of cache pages is 3.
7. The user permission based page loading method of claim 1, further comprising:
after pre-caching the DOM structure of the page, a pre-caching mark is made; the method comprises the steps of,
and caching the history page accessed by the user, and then performing cache identification.
8. The user permission based page loading method of claim 7, further comprising:
when the management software operates abnormally, judging whether the DOM structure of the fault page is identical to the DOM structure of the cached page according to the pre-caching identification and the caching identification;
if so, the content area of the management software is restored by using the cached page DOM structure.
9. A user-rights-based page loading system, the system comprising:
the pre-caching module is used for pre-caching DOM structures of pages according to access rights of different users in the running stage of management software, and the management software is used for configuring and managing storage services through page access and operation of the users;
and the caching module is used for caching the history pages accessed by the user according to the DOM structure of the pre-cached pages when the online user accesses the pages.
10. The page loading system based on user permission according to claim 9, further comprising a restoration module, wherein the restoration module is configured to restore the content area of the management software according to the DOM structure of the page of the pre-cache module and the DOM structure of the page of the cache module when the management software is running abnormally.
CN202110738464.2A 2021-06-30 2021-06-30 Page loading method and system based on user permission Active CN113609460B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110738464.2A CN113609460B (en) 2021-06-30 2021-06-30 Page loading method and system based on user permission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110738464.2A CN113609460B (en) 2021-06-30 2021-06-30 Page loading method and system based on user permission

Publications (2)

Publication Number Publication Date
CN113609460A CN113609460A (en) 2021-11-05
CN113609460B true CN113609460B (en) 2023-05-26

Family

ID=78337039

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110738464.2A Active CN113609460B (en) 2021-06-30 2021-06-30 Page loading method and system based on user permission

Country Status (1)

Country Link
CN (1) CN113609460B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114443200B (en) * 2022-01-29 2024-04-09 苏州达家迎信息技术有限公司 Page display method, device and equipment of mobile client and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514179A (en) * 2012-06-21 2014-01-15 腾讯科技(深圳)有限公司 Method for web browser to switch over historical webpages and web browser
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN109213947A (en) * 2018-08-31 2019-01-15 北京京东金融科技控股有限公司 Browser page methods of exhibiting, device, electronic equipment and readable medium
CN111737616A (en) * 2020-06-05 2020-10-02 苏州浪潮智能科技有限公司 Page caching method, device, equipment and medium based on B/S architecture

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514179A (en) * 2012-06-21 2014-01-15 腾讯科技(深圳)有限公司 Method for web browser to switch over historical webpages and web browser
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN109213947A (en) * 2018-08-31 2019-01-15 北京京东金融科技控股有限公司 Browser page methods of exhibiting, device, electronic equipment and readable medium
CN111737616A (en) * 2020-06-05 2020-10-02 苏州浪潮智能科技有限公司 Page caching method, device, equipment and medium based on B/S architecture

Also Published As

Publication number Publication date
CN113609460A (en) 2021-11-05

Similar Documents

Publication Publication Date Title
US11275763B2 (en) Storage constrained synchronization of shared content items
US10831715B2 (en) Selective downloading of shared content items in a constrained synchronization system
US7584201B2 (en) Management of mobile-device data
US9442997B2 (en) Idle state triggered constrained synchronization of shared content items
US9185179B2 (en) Re-establishing push notification channels via user identifiers
CN106603713B (en) Session management method and system
US6601090B1 (en) System and method for servicing internet object accessess from a coupled intranet
US20020007402A1 (en) Approach for managing and providing content to users
US20060123121A1 (en) System and method for service session management
US9563638B2 (en) Selective downloading of shared content items in a constrained synchronization system
CN110990335B (en) Log archiving method, device, equipment and computer readable storage medium
CN104079568A (en) Method and system for preventing file leakage based on cloud storage technology
CN113609460B (en) Page loading method and system based on user permission
US11829630B2 (en) Synthetically providing multiple types of granular delete operations for a cloud-based object storage
US10831368B2 (en) Local storage memory management for a mobile device
US20180183664A1 (en) Distributed storage quota enforcement
JP2003085007A (en) Digital information degradation method, device and program
US11546411B1 (en) Backing up confidential data to user devices on the same local network
US11573934B1 (en) System and method of presenting a hybrid cloud cache as a file system
Andre et al. A Multi-Tenancy System Architecture for Online Examinations
US20230065486A1 (en) Leveraging a cloud-based object storage to efficiently manage data from a failed backup operation
US20220164228A1 (en) Fine-grained virtualization resource provisioning for in-place database scaling
GB2483222A (en) Accessing a website by retrieving website data stored at separate storage locations
JP2001282671A (en) Fault information gathering device, recording medium, and program
CN117931826A (en) Parameter cache management method and system

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