CN113703802B - 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
CN113703802B
CN113703802B CN202110808096.4A CN202110808096A CN113703802B CN 113703802 B CN113703802 B CN 113703802B CN 202110808096 A CN202110808096 A CN 202110808096A CN 113703802 B CN113703802 B CN 113703802B
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.)
Active
Application number
CN202110808096.4A
Other languages
Chinese (zh)
Other versions
CN113703802A (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 type command or not; if yes, executing the configuration type command; and when the configuration type command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration type command. And if the received command is a configuration command, executing the configuration command, and when the configuration command is executed successfully, directly updating the data of the full-end page according to the configuration command instead of continuously requesting the data to the rear end according to the front-end page so as to update the data, thereby improving the efficiency of updating the data in the storage management software. 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 invention relates to the field of computer technologies, and in particular, to a data updating method, a data updating device, a server, and a computer readable storage medium for storing management software.
Background
In the storage field, a user can view and configure storage data through management software, and the two operations are that the user issues a request and the request is stored on equipment in a lasting mode, and finally page rendering and presentation are carried out.
In the related art, in order to ensure that the page is consistent with the stored data in real time, a timing query mode is adopted, and the data on the storage device is queried at fixed time to update the page so as to ensure that the page is consistent with the stored data. The stored data is kept consistent through the user request and the timing polling, but the method has some problems that the page is re-rendered according to the mode of updating the user request, the time and the energy are consumed, and the usability of management software is reduced; the method of timing inquiry is that the background always has a process running and occupies resources in the background. And whether the stored data is changed or not, the page data is updated again under the condition that the stored data is not updated, which is equivalent to doing idle work. The data update does a lot of idle work, reduces the efficiency of data update, and occupies excessive hardware resources.
Therefore, how to improve the efficiency of updating data in storage management software is a major concern for those skilled in the art.
Disclosure of Invention
The purpose of the present application is to provide a data updating method, a data updating device, a server and a computer readable storage medium for storage management software, so as to improve the efficiency of data updating and avoid occupying excessive hardware performance.
In order to solve the above technical problems, the present application provides a data updating method of storage management software, including:
judging whether the received command is a configuration type command or not;
if yes, executing the configuration type command;
and when the configuration type command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration type command.
Optionally, when the execution of the configuration class command is successful, updating data of a front page of the storage management software according to the configuration class command includes:
when the configuration type command is successfully executed, determining a corresponding data change type according to the configuration type 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 added to the data, determining a target position according to the 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 service object corresponding to the configuration class command;
and carrying out data modification on 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 business object corresponding to the configuration class command.
Optionally, the method further comprises:
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 command is a legal command or not;
if yes, updating the data according to the configuration type command, and sending an execution success message.
If not, an error message is sent.
The application also provides a data updating device for storing 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 type command when the command is the configuration type 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 type command when the configuration type command is successfully executed.
The application also 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 update method as described above.
The data updating method of the storage management software provided by the application comprises the following steps: judging whether the received command is a configuration type command or not; if yes, executing the configuration type command; and when the configuration type command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration type command.
And if the received command is a configuration command, executing the configuration command, and when the configuration command is executed successfully, directly updating the data of the front-end page according to the configuration command instead of continuously requesting the data to the rear-end according to the front-end page so as to update the data, thereby improving the efficiency of updating the data in the storage management software.
The application further provides a data updating device, a server and a computer readable storage medium for storing management software, which have the above advantages and are not described herein.
Drawings
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 embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1 is a flowchart of a method for updating data of storage management software according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data updating device for storing management software according to an embodiment of the present application.
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 data updating efficiency and avoid occupying excessive hardware performance.
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of 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 apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
In the related art, in order to ensure that the page is consistent with the stored data in real time, a timing query mode is adopted, and the data on the storage device is queried at fixed time to update the page so as to ensure that the page is consistent with the stored data. The stored data is kept consistent through the user request and the timing polling, but the method has some problems that the page is re-rendered according to the mode of updating the user request, the time and the energy are consumed, and the usability of management software is reduced; the method of timing inquiry is that the background always has a process running and occupies resources in the background. And whether the stored data is changed or not, the page data is updated again under the condition that the stored data is not updated, which is equivalent to doing idle work. The data update does a lot of idle work, reduces the efficiency of data update, and occupies excessive hardware resources.
Therefore, the application provides a data updating method of storage management software, by judging whether a received command is a configuration command, executing the configuration command, and when the configuration command is executed successfully, directly updating the data of a full-end page according to the configuration command instead of continuously requesting the data to the rear end according to a front-end page to update the data, thereby improving the efficiency of updating the data in the storage management software.
A method for updating data of storage management software provided in the present application is described below by way of an embodiment.
Referring to fig. 1, fig. 1 is a flowchart of a data updating method of storage management software according to an embodiment of the present application.
In this embodiment, the method may include:
s101, judging whether the received command is a configuration type command; if yes, executing S102; if not, executing S101;
this step is intended for the server to determine if the received command is a configuration class command. Wherein the received commands include query class commands and configuration class commands. The query class command mainly queries the data, and the configuration class command mainly operates on the data, including but not limited to adding, modifying and deleting the data.
It can be seen that when the server receives the configuration class command, the data in the server is modified by the configuration class command, so that the data is changed. At this time, the content of the data displayed at the front end needs to be synchronously updated so as to maintain the consistency of the data.
S102, executing a configuration class 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 be any execution method provided in the prior art, which is not specifically limited herein.
In order to avoid errors in the command, it may 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 or not;
and step 2, if yes, updating the data according to the configuration type command, and sending an execution success message.
And step 3, if not, transmitting an error message.
It can be seen that this alternative mainly describes how to execute the configuration class commands. Judging whether the configuration command is a legal command or not in the alternative scheme; if yes, updating the data according to the configuration command, and sending an execution success message; if not, an error message is sent.
And judging whether the configuration command is a legal command, so that illegal command execution is avoided, and the reliability of the command is improved.
And 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 aims to update the data of the front page of the storage management software according to the configuration class command when the configuration class command is executed successfully. That is, when the data changes, the data of the front page is updated directly. Instead of the front-end page making data requests to the server according to the period, the active request is prevented from reducing the response speed of the data.
The back end of the server may send the configuration class command to the front end page, so that the front end page updates the data of the current front end page directly by the configuration class command, instead of actively requesting.
Further, the step may include:
step 1, when the execution of a configuration class command is successful, determining a corresponding data change type according to the configuration class 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 this alternative is mainly illustrative of how the update is performed. In the alternative scheme, when the configuration type command is successfully executed, the corresponding data change type is determined according to the configuration type 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 localized update is realized instead of global request data.
Further, step 2 of the previous alternative may include:
step 1, when data change types are added to data, determining a target position according to a business object corresponding to a configuration class command;
and 2, adding data to the target position.
It can be seen that this alternative is mainly illustrative of how the update is performed. In the alternative scheme, when the data change type is data addition, determining a target position according to the business object corresponding to the configuration class command, and performing data addition on the target position.
Further, step 2 of the previous alternative may include:
step 1, when the data change type is data modification, determining a target position according to a business object corresponding to a configuration class command;
and 2, modifying the data of the target position.
It can be seen that this alternative is mainly illustrative of how the update is performed. In the alternative scheme, when the data change type is data modification, the target position is determined according to the business object corresponding to the configuration class command, and the data modification is carried out on the target position.
Further, step 2 of the previous alternative may include:
and when the data change type is data deletion, deleting the data of the business object corresponding to the configuration class command.
It can be seen that this alternative is mainly illustrative of how the update is performed. In the alternative scheme, when the data change type is data deletion, the data deletion is performed on the business object corresponding to the configuration class command.
Further, the present alternative may further include:
when the command is a query class command, executing the query class 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 a query result is returned.
In summary, the embodiment executes the configuration type command by judging whether the received command is the configuration type command, and directly updates the data of the full-end page according to the configuration type command instead of continuously requesting the data to the rear end according to the front end page to update the data when the configuration type command is successfully executed, thereby improving the efficiency of updating the data in the storage management software.
The following describes a data updating method of the 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 a request monitoring layer is arranged for identifying the business object, identifying the request mode, requesting to execute the result monitoring, and notifying the notification processing layer after the request is successful. And finally, setting a notification processing layer, identifying the request type, associating the service object, and finally, carrying out page rendering updating of the change data according to the request type and the front page position of the service object.
In this embodiment, in the running stage of the management software, when the user issues a request through the front-end page, the request identifies which service object is in the request monitoring layer, then determines whether it is a query command or a configuration command, and if it is the query command, it directly acts on the storage device to perform data reading. If the configuration type command is a configuration type command, firstly carrying out configuration type command matching of the service object, if the configuration type command is not matched, carrying out error information feedback display, if the configuration type command is legal, directly acting on the storage device to carry out data configuration, after the execution is successful, informing a notification processing layer by a request monitoring layer, after the notification processing layer acquires the notification, displaying and distinguishing the data change type (creation/modification/deletion), associating the changed data to the service object, searching the specific page position of the data change, and carrying out updating rendering of the page data at the appointed position.
In this embodiment, a timer is not required to be set, only a configuration class command and a service object need to be identified, after the configuration class command is successfully executed, after the request is processed by the monitoring layer, the request is actively notified to the notification processing layer, and the identification of the service object and the data update of the service object are performed by 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 service 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 the storage device to read data. If the configuration type command is the configuration type, matching the configuration type command, determining that the configuration type command is legal, then executing the configuration type command, if the configuration type command fails to be executed, displaying error information back to a front-end service page, not updating data, and if the configuration type command is executed successfully, updating corresponding data on the storage device and then sending the updated data to a notification processing layer.
After receiving the notification of the request monitoring layer, identifying the data change type, determining whether to add data, modify data or delete data, then associating the business object, positioning to the front page position of the business object, if the business object is added with data, directly adding data to the last line of the front page position, if the business object is modified with data, directly updating the change field on the front page position, if the business object is deleted with data, directly deleting the positioned data line, and finally rendering, updating and presenting the operated data.
Request monitoring layer: the method is used for identifying the business object, identifying the request mode, monitoring the request execution result, and notifying a notification processing layer after the request is successful, so that the request execution result and the data can be transmitted in time conveniently.
Notification processing layer: and identifying the request type, associating the service object, and finally, carrying out page rendering updating of the change data according to the request type and the front page position of the service object.
Collaboration of request monitoring layer and notification processing layer: the request monitoring layer timely informs the notification processing layer of the execution result and the data, then the notification processing layer identifies the request type, positions the service object position, and finally performs service rendering update of the data at the notification processing layer.
Therefore, in this embodiment, by determining whether the received command is a configuration command, the configuration command is executed, and when the configuration command is executed successfully, the data of the full-end page is updated directly according to the configuration command, instead of continuously requesting the data from the back end to update the data according to the front end page, so that the efficiency of updating the data in the storage management software is improved.
The following describes a data updating device of storage management software provided in an embodiment of the present application, where the data updating device of storage management software described below and the data updating method of storage management software described above may be referred to correspondingly with each other.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a data updating device for storing management software according to an embodiment of the present application.
In this embodiment, the apparatus may include:
a command judging module 100, configured to judge whether the received command is a configuration type command;
a command execution module 200, configured to execute the configuration class command when the command is the configuration class command;
and the data updating module 300 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.
Optionally, the data updating module 300 may include:
the change type determining unit is used for determining the corresponding data change type according to the configuration type command when the configuration type 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, when the data change type is data modification, a target position according to a service object corresponding to the configuration class command; and carrying out data modification on the target position.
Optionally, the data updating unit is specifically configured to delete the 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 class command to obtain a query result and returning the query result when the command is the query class command.
Optionally, the command execution module 200 is specifically configured to determine whether the configuration command is a legal command; if yes, updating the data according to the configuration command, and sending an execution success message; if not, an error message is sent.
The embodiment of the application also provides a server, which comprises:
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.
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 in the above embodiments.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
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 elements and steps are described above generally in terms of functionality in order to clearly illustrate the 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 solution. 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. The software modules may be disposed 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 above describes in detail a data updating method, a data updating device, a server and a computer readable storage medium of storage management software provided in the present application. Specific examples are set forth herein to illustrate the principles and embodiments of the present application, and the description of the examples above is only intended to assist in understanding the methods of the present application and their core ideas. It should be noted that it would be obvious to those skilled in the art that various improvements and modifications can be made to the present application without departing from the principles of the present application, and such improvements and modifications fall within the scope of the claims of the present application.

Claims (10)

1. A data updating method of storage management software, comprising:
judging whether the received command is a configuration type command or not;
if yes, executing the configuration type command;
and when the configuration type command is successfully executed, updating the data of the front-end page of the storage management software according to the configuration type command.
2. The data updating method according to claim 1, wherein updating the data of the front page of the storage management software according to the configuration class command when the execution of the configuration class command is successful, comprises:
when the configuration type command is successfully executed, determining a corresponding data change type according to the configuration type 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 according to claim 2, wherein updating the data of the front page of the storage management software according to the data change type comprises:
when the data change type is added to the data, determining a target position according to the service object corresponding to the configuration class command;
and adding data to the target position.
4. The data updating method according to claim 2, wherein updating the data of the front 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 service object corresponding to the configuration class command;
and carrying out data modification on the target position.
5. The data updating method according to claim 2, wherein updating the data of the front 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 business object corresponding to the configuration class command.
6. The data updating method according to any one of claims 1 to 5, characterized by further comprising:
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 command is a legal command or not;
if yes, updating the data according to the configuration type command, and sending an execution success message;
if not, an error message is sent.
8. A data updating apparatus of 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 type command when the command is the configuration type 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 type command when the configuration type command is successfully executed.
9. A server, comprising:
a memory for storing a computer program;
processor for implementing the steps of the data updating method according to any of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the steps of the data updating method according to any 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 CN113703802A (en) 2021-11-26
CN113703802B true 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 (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111723140A (en) * 2020-06-17 2020-09-29 苏州浪潮智能科技有限公司 Method, device and equipment for user to access storage and readable medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765591A (en) * 2014-01-02 2015-07-08 腾讯科技(深圳)有限公司 Method and system for updating software configuration parameter, and terminal server

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN113703802A (en) 2021-11-26

Similar Documents

Publication Publication Date Title
WO2020015186A1 (en) Method and apparatus for real-time update of page data and electronic device
KR101647071B1 (en) Architectural pattern for persistent web application design
JP4578160B2 (en) Create and retrieve database table change information that can be used to invalidate cache entries
CN106020595B (en) Message reply method and device
KR101678245B1 (en) System and method for reducing startup cost of a software application
CN107256256B (en) Local storage connected to networked storage system
CN110493122B (en) Session information synchronization method and device, computing equipment and storage medium
CN111897638A (en) Distributed task scheduling method and system
US20210311928A1 (en) Reducing data loss in remote databases
CN111367692A (en) Search engine data processing method and device, electronic equipment and medium
CN113703802B (en) Data updating method and related device for storage management software
KR101424568B1 (en) Client and database server for resumable transaction and method thereof
CN111651284A (en) Method, device, system and storage medium for processing service data
CN110119388B (en) File reading and writing method, device, system, equipment and computer readable storage medium
CN115984022B (en) Unified account checking method and device for distributed payment system
CN116820527A (en) Program upgrading method, device, computer equipment and storage medium
CN114201458B (en) Information updating method, micro-service system and computer readable storage medium
CN110554963A (en) Application rollback method, device and storage medium
CN113535684B (en) Autonomous command control method based on Activiti
CN111192088B (en) Method and device for determining settlement object of point and computer readable storage medium
CN113938472A (en) Method and system for processing session data in interactive process, server group and computer readable storage medium
CN112559568A (en) Virtual article determination method and device and computer readable storage medium
CN108694219B (en) Data processing method and device
CN115774621B (en) Request processing method, system, equipment and computer readable storage medium
CN105683955A (en) Method and system for defining an offlinable view/controller graph

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