CN113703802A - Data updating method and related device for storage management software - Google Patents

Data updating method and related device for storage management software Download PDF

Info

Publication number
CN113703802A
CN113703802A CN202110808096.4A CN202110808096A CN113703802A CN 113703802 A CN113703802 A CN 113703802A CN 202110808096 A CN202110808096 A CN 202110808096A CN 113703802 A CN113703802 A CN 113703802A
Authority
CN
China
Prior art keywords
data
command
configuration
updating
management software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110808096.4A
Other languages
Chinese (zh)
Other versions
CN113703802B (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 CN202110808096.4A priority Critical patent/CN113703802B/en
Publication of CN113703802A publication Critical patent/CN113703802A/en
Application granted granted Critical
Publication of CN113703802B publication Critical patent/CN113703802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a data updating method of storage management software, which comprises the following steps: judging whether the received command is a configuration command or not; if yes, executing the configuration class command; and when the configuration command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration command. The configuration command is executed by judging whether the received command is the configuration command, and when the configuration command is successfully executed, the data of the full-end page is directly updated according to the configuration command instead of continuously requesting the data from the back end according to the front-end page to update the data, so that the efficiency of updating the data in the storage management software is improved. The application also discloses a data updating device, a server and a computer readable storage medium for storing management software, which have the beneficial effects.

Description

Data updating method and related device for storage management software
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data updating method, a data updating apparatus, a server, and a computer-readable storage medium for storing management software.
Background
In the storage field, a user can check and configure storage data through management software, and the two types of operation are that the user issues a request, and the request is persistently stored on equipment to finally render and present a page.
In the related technology, in order to ensure that the page and the stored data are consistent in real time, a timing query mode is adopted, and the page is updated by querying the data on the storage device at a timing so as to ensure that the page and the stored data are consistent. The stored data are kept consistent through user requests and timed polling, but some problems exist, and the page can be re-rendered every time when the user requests the data to be updated, so that the time consumption performance is increased, and the usability of management software is reduced; in the mode of timing query, a background always has a process running and always occupies resources in the background. And whether the stored data is changed or not, the stored data is updated, and if the stored data is not updated, the page data is updated, which is equivalent to doing useless work. The data updating does much useless work, the data updating efficiency is reduced, and meanwhile, excessive hardware resources are occupied.
Therefore, how to improve the efficiency of updating data in the storage management software is a key issue of attention by those skilled in the art.
Disclosure of Invention
The application aims to provide a data updating method, a data updating device, a server and a computer readable storage medium for storing management software, so as to improve the efficiency of data updating and avoid occupying excessive hardware performance.
In order to solve the above technical problem, the present application provides a data updating method for storage management software, including:
judging whether the received command is a configuration command or not;
if yes, executing the configuration class command;
and when the configuration command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration command.
Optionally, when the configuration class command is successfully executed, updating data of a front-end page of the storage management software according to the configuration class command includes:
when the configuration command is successfully executed, determining a corresponding data change type according to the configuration command;
and updating the data of the front-end page of the storage management software according to the data change type.
Optionally, updating the data of the front-end page of the storage management software according to the data change type includes:
when the data change type is data addition, determining a target position according to a service object corresponding to the configuration class command;
and adding data to the target position.
Optionally, updating the data of the front-end page of the storage management software according to the data change type includes:
when the data change type is data modification, determining a target position according to the business object corresponding to the configuration class command;
and modifying the data of the target position.
Optionally, updating the data of the front-end page of the storage management software according to the data change type includes:
and when the data change type is data deletion, deleting the data of the service object corresponding to the configuration class command.
Optionally, the method further includes:
and when the command is a query command, executing the query command to obtain a query result, and returning the query result.
Optionally, executing the configuration class command includes:
judging whether the configuration class command is a legal command or not;
if yes, updating the data according to the configuration class command, and sending an execution success message.
If not, an error message is sent.
The present application further provides a data update apparatus for storage management software, including:
the command judging module is used for judging whether the received command is a configuration command;
the command execution module is used for executing the configuration class command when the command is the configuration class command;
and the data updating module is used for updating the data of the front-end page of the storage management software according to the configuration class command when the configuration class command is successfully executed.
The present application further provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data updating method as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the data updating method as described above.
The application provides a data updating method of storage management software, which comprises the following steps: judging whether the received command is a configuration command or not; if yes, executing the configuration class command; and when the configuration command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration command.
The configuration command is executed by judging whether the received command is the configuration command, and when the configuration command is successfully executed, the data of the full-end page is directly updated according to the configuration command instead of continuously requesting the data from the back end according to the front-end page to update the data, so that the efficiency of updating the data in the storage management software is improved.
The application also provides a data updating device, a server and a computer readable storage medium for storing management software, which have the beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data updating method of storage management software according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data updating apparatus for storage management software according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a data updating method, a data updating device, a server and a computer readable storage medium for storing management software, so as to improve the efficiency of data updating and avoid occupying excessive hardware performance.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the related technology, in order to ensure that the page and the stored data are consistent in real time, a timing query mode is adopted, and the page is updated by querying the data on the storage device at a timing so as to ensure that the page and the stored data are consistent. The stored data are kept consistent through user requests and timed polling, but some problems exist, and the page can be re-rendered every time when the user requests the data to be updated, so that the time consumption performance is increased, and the usability of management software is reduced; in the mode of timing query, a background always has a process running and always occupies resources in the background. And whether the stored data is changed or not, the stored data is updated, and if the stored data is not updated, the page data is updated, which is equivalent to doing useless work. The data updating does much useless work, the data updating efficiency is reduced, and meanwhile, excessive hardware resources are occupied.
Therefore, the application provides a data updating method of storage management software, which executes a configuration command by judging whether the received command is the configuration command, and directly updates data of a full-end page according to the configuration command when the configuration command is successfully executed, instead of continuously requesting data from a back end to update data according to a front-end page, so that the efficiency of updating data in the storage management software is improved.
The following describes a data updating method of storage management software according to an embodiment.
Referring to fig. 1, fig. 1 is a flowchart illustrating a data updating method of storage management software according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, judging whether the received command is a configuration command; if yes, executing S102; if not, executing S101;
this step is intended for the server to determine whether the received command is a configuration type command. The received commands comprise query type commands and configuration type commands. The query command is mainly used for querying data, and the configuration command is mainly used for operating the data, including but not limited to adding, modifying and deleting the data.
It can be seen that, when the configuration class command is received by the server, the data in the server is modified by the configuration class command, so that the data changes. At this time, the content of the data displayed at the front end needs to be updated synchronously so as to maintain the consistency of the data.
S102, executing a configuration command;
on the basis of S101, this step is intended to execute a configuration class command.
The manner of executing the configuration class command may adopt any execution method provided in the prior art, and is not specifically limited herein.
In order to avoid the command error, it can be determined whether the configuration class command is legal.
Further, the step may include:
step 1, judging whether a configuration command is a legal command;
and 2, if so, updating the data according to the configuration class command, and sending an execution success message.
And 3, if not, sending an error message.
It can be seen that the present alternative scheme mainly explains how the configuration class command is executed. In the alternative scheme, whether the configuration command is a legal command is judged; if yes, updating the data according to the configuration class command, and sending an execution success message; if not, an error message is sent.
And judging whether the configuration type command is a legal command or not, avoiding executing an illegal command and improving the reliability of the command.
S103, when the execution of the configuration class command is successful, updating the data of the front-end page of the storage management software according to the configuration class command.
On the basis of S102, this step is intended to update the data of the front-end page of the storage management software according to the configuration class command when the configuration class command is successfully executed. That is, when the data changes, the data of the front page is directly updated. Instead of the front-end page making data requests to the server periodically, the speed of actively requesting to reduce the response speed of the data is avoided.
The configuration class command may be sent to the front-end page by the back end of the server, so that the front-end page directly updates the data of the current front-end page by the configuration class command, instead of actively requesting.
Further, the step may include:
step 1, when the execution of the configuration command is successful, determining a corresponding data change type according to the configuration command;
and 2, updating the data of the front-end page of the storage management software according to the data change type.
It can be seen that the present alternative is mainly illustrative of how to update. In this alternative, when the configuration class command is successfully executed, the corresponding data change type is determined according to the configuration class command, and the data of the front-end page of the storage management software is updated according to the data change type. That is, the business object is directly operated according to the corresponding data change type in the configuration class command. That is, the change of the data is directly operated on the data in the front-end page, so that the local update is realized, and the global request data is not updated.
Further, step 2 of the last alternative may include:
step 1, when the data change type is data addition, determining a target position according to a service object corresponding to a configuration class command;
and 2, adding data to the target position.
It can be seen that the present alternative is mainly illustrative of how to update. In this alternative, when the data change type is data addition, the target position is determined according to the service object corresponding to the configuration class command, and data addition is performed on the target position.
Further, step 2 of the last alternative may include:
step 1, when the data change type is data modification, determining a target position according to a service object corresponding to a configuration class command;
and 2, modifying the data of the target position.
It can be seen that the present alternative is mainly illustrative of how to update. In this alternative, when the data change type is data modification, the target position is determined according to the service object corresponding to the configuration class command, and the data modification is performed on the target position.
Further, step 2 of the last alternative may include:
and when the data change type is data deletion, deleting the data of the service object corresponding to the configuration class command.
It can be seen that the present alternative is mainly illustrative of how to update. In this alternative, when the data change type is data deletion, the service object corresponding to the configuration class command is subjected to data deletion.
Further, the present alternative may further include:
and when the command is a query command, executing the query command to obtain a query result, and returning the query result.
In the alternative, when the command is a query command, the query is executed and the query result is returned.
In summary, in the embodiment, by determining whether the received command is a configuration command, the configuration command is executed, and when the configuration command is successfully executed, the data of the full-end page is directly updated according to the configuration command, instead of continuously requesting the back-end page for updating the data according to the front-end page, the efficiency of updating the data in the storage management software is improved.
The following further describes a data updating method of storage management software according to a specific embodiment.
In this embodiment, the service objects are distinguished first, and the configuration class commands of different service objects are distinguished, so that the association between the configuration class request and the service object can be performed in the later user request. And then setting a request monitoring layer for identifying the business object, identifying the request mode, requesting to execute result monitoring, and notifying a notification processing layer after the request is successful. And finally, setting a notification processing layer, identifying the request type, associating the service object, and rendering and updating the page of the changed data according to the request type and the front-end page position of the service object.
In this embodiment, in the management software operation phase, when a user issues a request through a front-end page, the request identifies which service object is in the request monitoring layer, and then determines whether the service object is a query command or a configuration command, and if the service object is the query command, the request directly acts on the storage device to read data. If the configuration command is a configuration command, matching the configuration command of the service object, if the configuration command is not matched, displaying error information back, if the configuration command is a legal configuration command, directly acting the legal configuration command to the storage device to perform data configuration, and after the execution is successful, requesting the monitoring layer to notify the notification processing layer, after the notification processing layer obtains the notification, displaying and distinguishing data change types (creation/modification/deletion), associating the changed data to the service object, finding a specific page position of the data change, and performing update rendering on the page data at a specified position.
In this embodiment, a timer is not required to be set, only the configuration class command and the service object need to be identified, after the configuration class command is successfully executed, the notification processing layer is actively notified after the monitoring layer is requested to process, and the service object is identified and the data of the service object is updated in the notification processing layer.
The request monitoring layer and the notification processing layer are arranged, and the purpose of efficiently transmitting the change data is achieved through the cooperative work of the request monitoring layer and the notification processing layer. And monitoring a user request, identifying a business object according to the request, distinguishing whether the request is of a query class or a configuration class, and if the request is of the query class, directly acting on a storage device for data reading. And if the configuration command is of the configuration class, matching the configuration class command, determining that the configuration class command is a legal configuration class command, then executing the configuration class command, if the execution of the configuration class command fails, displaying error information back to a front-end service page, not updating data, and if the execution of the configuration class command succeeds, updating corresponding data on the storage device firstly, and then sending the updated data to a notification processing layer.
After receiving the notification of requesting the monitoring layer, identifying the data change type, determining whether the data is added, modified or deleted, then associating the service object, positioning to the front-end page position of the service object, if the data is added, directly adding the data in the last line of the front-end page position, if the data is modified, directly updating the change field in the front-end page position, if the data is deleted, directly deleting the positioned data line, and finally rendering, updating and presenting the operated data.
Requesting a monitoring layer: the method is used for identifying the business object, identifying the request mode and monitoring the request execution result, and after the request is successful, the notification processing layer is informed, so that the request execution result and the data can be transmitted in time.
And a notification processing layer: and identifying the request type, associating the business object, and finally performing page rendering updating of the changed data according to the request type and the front-end page position of the business object.
Request monitoring layer and notification processing layer cooperation: the request monitoring layer notifies the execution result and the data to the notification processing layer in time, then notifies the processing layer to identify the request type, position the service object, and finally performs service rendering and updating of the data in the notification processing layer.
It can be seen that, in this embodiment, by determining whether the received command is a configuration command, the configuration command is executed, and when the configuration command is successfully executed, the data of the full-end page is directly updated according to the configuration command, instead of continuously requesting data from the back-end to update data according to the front-end page, the efficiency of updating data in the storage management software is improved.
The following describes a data updating apparatus of storage management software according to an embodiment of the present application, and the data updating apparatus of storage management software described below and the data updating method of storage management software described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a data updating apparatus for storage management software according to an embodiment of the present disclosure.
In this embodiment, the apparatus may include:
a command judging module 100, configured to judge whether the received command is a configuration command;
a command executing module 200, configured to execute the configuration class command when the command is the configuration class command;
and the data updating module 300 is configured to update the data of the front-end page of the storage management software according to the configuration class command when the configuration class command is successfully executed.
Optionally, the data updating module 300 may include:
the change type determining unit is used for determining a corresponding data change type according to the configuration class command when the configuration class command is successfully executed;
and the data updating unit is used for updating the data of the front-end page of the storage management software according to the data change type.
Optionally, the data updating unit is specifically configured to determine, when the data change type is data addition, a target position according to a service object corresponding to the configuration class command; and adding data to the target position.
Optionally, the data updating unit is specifically configured to determine the target position according to the service object corresponding to the configuration class command when the data change type is data modification; and carrying out data modification on the target position.
Optionally, the data updating unit is specifically configured to delete data of the service object corresponding to the configuration class command when the data change type is data deletion.
Optionally, the apparatus may further include:
and the query module is used for executing the query command to obtain a query result and returning the query result when the command is the query command.
Optionally, the command executing module 200 is specifically configured to determine whether the configuration class command is a legal command; if yes, updating the data according to the configuration class command, and sending an execution success message; if not, an error message is sent.
An embodiment of the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the steps of the data updating method as described in the above embodiments when executing the computer program.
Embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the data updating method according to the above embodiments.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The data updating method, the data updating device, the server and the computer readable storage medium of the storage management software provided by the application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A data update method for storage management software, comprising:
judging whether the received command is a configuration command or not;
if yes, executing the configuration class command;
and when the configuration command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration command.
2. The data updating method according to claim 1, wherein when the execution of the configuration class command is successful, updating data of a front-end page of the storage management software according to the configuration class command comprises:
when the configuration command is successfully executed, determining a corresponding data change type according to the configuration command;
and updating the data of the front-end page of the storage management software according to the data change type.
3. The data updating method of claim 2, wherein updating the data of the front-end page of the storage management software according to the data change type comprises:
when the data change type is data addition, determining a target position according to a service object corresponding to the configuration class command;
and adding data to the target position.
4. The data updating method of claim 2, wherein updating the data of the front-end page of the storage management software according to the data change type comprises:
when the data change type is data modification, determining a target position according to the business object corresponding to the configuration class command;
and modifying the data of the target position.
5. The data updating method of claim 2, wherein updating the data of the front-end page of the storage management software according to the data change type comprises:
and when the data change type is data deletion, deleting the data of the service object corresponding to the configuration class command.
6. The data updating method according to any one of claims 1 to 5, further comprising:
and when the command is a query command, executing the query command to obtain a query result, and returning the query result.
7. The data updating method of claim 6, wherein executing the configuration class command comprises:
judging whether the configuration class command is a legal command or not;
if yes, updating the data according to the configuration class command, and sending an execution success message;
if not, an error message is sent.
8. A data update apparatus for storage management software, comprising:
the command judging module is used for judging whether the received command is a configuration command;
the command execution module is used for executing the configuration class command when the command is the configuration class command;
and the data updating module is used for updating the data of the front-end page of the storage management software according to the configuration class command when the configuration class command is successfully executed.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data update method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data updating method according to any one of claims 1 to 7.
CN202110808096.4A 2021-07-16 2021-07-16 Data updating method and related device for storage management software Active CN113703802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110808096.4A CN113703802B (en) 2021-07-16 2021-07-16 Data updating method and related device for storage management software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110808096.4A CN113703802B (en) 2021-07-16 2021-07-16 Data updating method and related device for storage management software

Publications (2)

Publication Number Publication Date
CN113703802A true CN113703802A (en) 2021-11-26
CN113703802B CN113703802B (en) 2023-07-14

Family

ID=78648824

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110808096.4A Active CN113703802B (en) 2021-07-16 2021-07-16 Data updating method and related device for storage management software

Country Status (1)

Country Link
CN (1) CN113703802B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160291965A1 (en) * 2014-01-02 2016-10-06 Tencent Technology (Shenzhen) Company Limited Method, device and system for updating software configuration parameters
CN111723140A (en) * 2020-06-17 2020-09-29 苏州浪潮智能科技有限公司 Method, device and equipment for user to access storage and readable medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160291965A1 (en) * 2014-01-02 2016-10-06 Tencent Technology (Shenzhen) Company Limited Method, device and system for updating software configuration parameters
CN111723140A (en) * 2020-06-17 2020-09-29 苏州浪潮智能科技有限公司 Method, device and equipment for user to access storage and readable medium

Also Published As

Publication number Publication date
CN113703802B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN108494799B (en) Data sharing method and system
US9836479B2 (en) Local storage linked to networked storage system
CN112615907B (en) Data synchronization system and method
CN108287708B (en) Data processing method and device, server and computer readable storage medium
CN106446097B (en) File reading method and system
CN111008087B (en) Message processing method and device
CN113806305A (en) Data export method and device, computer readable storage medium and electronic equipment
CN111736915A (en) Management method, device, equipment and medium for cloud host instance hardware acceleration equipment
CN114201458B (en) Information updating method, micro-service system and computer readable storage medium
CN112256776A (en) Form repeated submission detection method and device, computer equipment and storage medium
CN115774621B (en) Request processing method, system, equipment and computer readable storage medium
CN113703802A (en) Data updating method and related device for storage management software
CN112199176A (en) Service processing method, device and related equipment
CN114356970B (en) Storage system resource caching method and device
CN110765125B (en) Method and device for storing data
CN108769244B (en) Storage task information acquisition method and related device
CN111061429A (en) Data access method, device, equipment and medium
CN114691703A (en) Data updating method and device, electronic equipment and storage medium
CN111192088B (en) Method and device for determining settlement object of point and computer readable storage medium
CN112559568A (en) Virtual article determination method and device and computer readable storage medium
CN111866065A (en) Rendering image returning method and device
CN105488202B (en) A kind of distributed file system performance bottleneck localization method, device and system
CN110688068B (en) Storage system write operation processing method, device, equipment and storage medium
CN116991542B (en) Virtual machine snapshot method, system, electronic equipment and computer storage medium
CN117579549B (en) Caching method and device for dynamic routing of multiple pages

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