CN108037950B - Information deleting method and device, electronic equipment and readable storage medium - Google Patents

Information deleting method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN108037950B
CN108037950B CN201711448717.2A CN201711448717A CN108037950B CN 108037950 B CN108037950 B CN 108037950B CN 201711448717 A CN201711448717 A CN 201711448717A CN 108037950 B CN108037950 B CN 108037950B
Authority
CN
China
Prior art keywords
code
list
information
deletion
deleted
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
CN201711448717.2A
Other languages
Chinese (zh)
Other versions
CN108037950A (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.)
Fujian Cnfol Information Technology Co Ltd
Original Assignee
Fujian Cnfol Information 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 Fujian Cnfol Information Technology Co Ltd filed Critical Fujian Cnfol Information Technology Co Ltd
Priority to CN201711448717.2A priority Critical patent/CN108037950B/en
Publication of CN108037950A publication Critical patent/CN108037950A/en
Application granted granted Critical
Publication of CN108037950B publication Critical patent/CN108037950B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration 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 embodiment of the invention provides an information deleting method, an information deleting device, electronic equipment and a readable storage medium, wherein the method comprises the following steps: detecting whether a list code corresponding to an information deletion list is updated or not, wherein the information deletion list comprises a deletion list corresponding to any server in all servers; when the list code is detected to be updated, determining a deletion code corresponding to the updated list code; the deleting codes are respectively sent to all servers; and triggering the code executer corresponding to each server to execute the deleted codes. By the information deleting method, the information deleting device, the electronic equipment and the readable storage medium, the synchronism of information deletion can be improved.

Description

Information deleting method and device, electronic equipment and readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an information deleting method and apparatus, an electronic device, and a readable storage medium.
Background
A large number of information management systems are established in the process of informatization development. In general, the information management system provides services by a plurality of servers, and there is a certain relationship between the servers, for example, a part of information is used in a plurality of servers at the same time. In this way, in order to maintain consistency of information of a plurality of servers, it is necessary to synchronize information among the plurality of servers. In order to synchronize information among multiple servers, synchronous deletion of information associated with each other among multiple servers is an important aspect.
For the problem of synchronous deletion, the method adopted by the prior art is as follows: when a certain server in a plurality of servers has information to be deleted, the server respectively sends an information deletion list corresponding to the information to be deleted to other servers; and then other servers delete the corresponding information according to the information deletion list respectively.
It can be seen that, in the prior art, after receiving the information deletion list sent by the server, other servers need to delete corresponding information according to the information deletion list, and the server directly deletes corresponding information according to the information deletion list. This makes it possible for multiple servers to delete information out of sync.
Disclosure of Invention
The embodiment of the invention aims to provide an information deleting method, an information deleting device, electronic equipment and a readable storage medium, so as to improve the synchronism of information deletion. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides an information deletion method, which is applied to an information deletion management system, and includes:
detecting whether a list code corresponding to an information deletion list is updated or not, wherein the information deletion list comprises a deletion list corresponding to any server in all servers;
when the list code is detected to be updated, determining a deletion code corresponding to the updated list code;
respectively sending the deletion codes to each server in all the servers;
and triggering the code executer corresponding to each server to execute the deleted codes.
Optionally, the detecting whether the list code corresponding to the information deletion list is updated includes:
and determining whether the list code sent by any server in all the servers is received, and if so, determining that the list code is updated.
Optionally, the determining a deletion code corresponding to the updated list code includes:
determining information to be deleted according to the updated list code;
and determining a deleting code corresponding to the information to be deleted according to the information to be deleted and a preset code template.
Optionally, the information deletion management system includes a management system GitLab, and the code executor includes a GitLab script execution tool GitLab-Runner.
In a second aspect, an embodiment of the present invention provides an information deleting device, which is applied to an information deleting management system, and includes:
the system comprises a detection module, a judgment module and a display module, wherein the detection module is used for detecting whether a list code corresponding to an information deletion list is updated or not, and the information deletion list comprises a deletion list corresponding to any server in all servers;
the determining module is used for determining a deleting code corresponding to the updated list code when the list code is detected to be updated;
the sending module is used for sending the deleting codes to each server in all the servers respectively;
and the triggering module is used for triggering the code executors corresponding to the servers to execute the deleted codes.
Optionally, the detecting module is specifically configured to determine whether a list code sent by any server of the all servers is received, and if so, determine that the list code is updated.
Optionally, the determining module includes:
the first determining submodule is used for determining information to be deleted according to the updated list code;
and the second determining submodule is used for determining a deleting code corresponding to the information to be deleted according to the information to be deleted and a preset code template.
Optionally, the information deletion management system includes a management system GitLab, and the code executor includes a GitLab script execution tool GitLab-Runner.
In a third aspect, an embodiment of the present invention provides an electronic device, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of the first aspect when executing the program stored in the memory.
In a fourth aspect, the present invention provides a computer-readable storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the method steps of the first aspect.
The information deleting method, the information deleting device, the electronic equipment and the readable storage medium provided by the embodiment of the invention can detect whether the list code corresponding to the information deleting list is updated or not through the information deleting management system, and determine the deleting code corresponding to the updated list code when the list code is detected to be updated; and triggering the code executors corresponding to all the servers in all the servers to execute the deleted codes. It can be seen that, in the embodiment of the present invention, the synchronous deletion process is implemented by the information deletion management system, and the synchronicity of information deletion can be improved. Of course, it is not necessary for any product or method of practicing the invention to achieve all of the above-described advantages at the same time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of an information deleting method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an information deleting device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
An embodiment of the present invention provides an information deleting method, as shown in fig. 1, including:
s101, whether the list code corresponding to the information deletion list is updated or not is detected.
The information deleting method provided by the embodiment of the invention can be applied to an information deleting management system. The information deletion management system may include a management system GitLab or the like.
The information deletion list comprises deletion lists corresponding to any servers in all the servers. The deletion list may be a list of pictures to be deleted or names of articles to be deleted.
In an optional implementation manner of the embodiment of the present invention, detecting whether a list code corresponding to the information deletion list is updated may be implemented by detecting whether the list code sent by the server is received. The server referred to herein may be any of all servers.
Specifically, when it is determined that the information deletion management system receives a list code transmitted by any server among all the servers, it is determined that the list code is updated.
When it is detected that the list code corresponding to the information deletion list is updated, step S102 is performed.
S102, determining a deletion code corresponding to the updated list code.
Wherein the deletion code can be a gitlab-ci.yml file or the like.
If the list code is updated, it indicates that there is information to be deleted in one or more of all servers, i.e. there is information to be deleted.
In an optional embodiment of the present invention, step S102 may include:
and A1, determining the information to be deleted according to the updated list code.
Specifically, the list code may include a name list of pictures to be deleted or a name list of articles to be deleted. Thus, the updated list code is analyzed, the name of the picture to be deleted and the name of the article to be deleted can be obtained, the content related to the name of the picture to be deleted and the name of the article to be deleted is determined according to the name of the picture to be deleted and the name of the article to be deleted, and thus the obtained content related to the name of the picture to be deleted and the name of the article to be deleted is the information to be deleted.
And A2, determining a deletion code corresponding to the information to be deleted according to the information to be deleted and a preset code template.
The preset code template can be regarded as a code frame for realizing the deleting operation, and the information to be deleted can be regarded as a parameter of the preset code template.
Specifically, the determined information to be deleted may be used to update the corresponding parameter in the preset code template, that is, the parameter of the preset code template is determined, so that the deletion code corresponding to the information to be deleted may be determined.
It should be noted that the preset code template may be any code that can implement the deletion operation, and the embodiment of the present invention is not limited thereto.
S103, the delete code is sent to each of all servers.
In order to implement synchronous deletion of information by all servers, in the embodiment of the present invention, the information deletion management system may send the deletion code to each server in all servers, so that each server may delete the corresponding information to be deleted according to the deletion code.
And S104, triggering the code executors corresponding to the servers and executing the deleted codes.
Wherein the code executor may comprise a GitLab script execution tool GitLab-Runner.
In the embodiment of the present invention, the information deletion management system may send a trigger instruction to each server, and each server executes the deletion code when receiving the trigger instruction.
Specifically, the information deletion management system may be GitLab, and the code executor may be GitLab-Runner. And each server is pre-provided with a GitLab-Runner, and the GitLab-Runner corresponding to each server is registered in the GitLab. When the GitLab triggers the code executer corresponding to each server to execute the deleted code, namely when each server receives a triggering instruction sent by the GitLab, the GitLab-Runner is used for operating the deleted code, so that the information to be deleted is deleted.
According to the information deleting method provided by the embodiment of the invention, through the information deleting management system, when the list code corresponding to the information deleting list is detected to be updated, the deleting code corresponding to the updated list code is determined, and the deleting code is respectively sent to each server in all the servers; and triggering the code executer corresponding to each server to execute the deleted code. Therefore, in the embodiment of the invention, the information deletion management system triggers all the servers to execute the deletion codes at the same time, so that the synchronous deletion of the information by all the servers is realized, and the synchronism of the information deletion can be improved.
In addition, in the embodiment of the invention, the information deletion is realized through the information deletion management system, so that the time delay of information deletion can be reduced, a convenient management interface can be provided, and the management of the information deletion process is more visual and convenient. And in the process of realizing information deletion by the information deletion management system, the deletion code corresponding to the information to be deleted is operated, so that the deletion history is saved in the form of the code.
An embodiment of the present invention further provides an information deleting device, which is applied to an information deleting management system, and as shown in fig. 2, the information deleting device includes:
the detection module 201 is configured to detect whether a list code corresponding to an information deletion list is updated, where the information deletion list includes a deletion list corresponding to any server in all servers;
a determining module 202, configured to determine, when it is detected that the list code is updated, a deletion code corresponding to the updated list code;
a sending module 203, configured to send the deletion codes to each server in all servers respectively;
and the triggering module 204 is configured to trigger the code executors corresponding to the servers to execute the deleted codes.
When detecting that a list code corresponding to an information deletion list is updated, determining a deletion code corresponding to the updated list code, and sending the deletion code to each server in all servers respectively; and triggering the code executer corresponding to each server to execute the deleted code. It can be seen that, in the embodiment of the present invention, through the information deletion management system, all servers are triggered to execute the deletion code at the same time, so that the synchronous deletion of information by all servers is realized. This improves the synchronism of information deletion.
Optionally, the detecting module 201 is specifically configured to determine whether a list code sent by any server of all servers is received, and if so, determine that the list code is updated.
Optionally, the determining module 202 includes:
the first determining submodule is used for determining information to be deleted according to the updated list code;
and the second determining submodule is used for determining a deleting code corresponding to the information to be deleted according to the information to be deleted and the preset code template.
Optionally, the information deletion management system includes a management system GitLab, and the code executor includes a GitLab script execution tool GitLab-Runner.
It should be noted that, the information deleting device provided in the embodiment of the present invention is a device to which the information deleting method is applied, and all embodiments of the information deleting method are applicable to the device, and can achieve the same or similar beneficial effects.
The embodiment of the present invention further provides an electronic device, as shown in fig. 3, which includes a processor 301, a communication interface 302, a memory 303, and a communication bus 304, where the processor 301, the communication interface 302, and the memory 303 complete mutual communication through the communication bus 304,
a memory 303 for storing a computer program;
the processor 301 is configured to implement the method steps of the information deleting method when executing the program stored in the memory 303.
According to the electronic equipment provided by the embodiment of the invention, when the list code corresponding to the information deletion list is detected to be updated, the deletion code corresponding to the updated list code is determined, and the deletion code is respectively sent to each server in all the servers; and triggering the code executer corresponding to each server to execute the deleted code. It can be seen that, in the embodiment of the present invention, through the information deletion management system, all servers are triggered to execute the deletion code at the same time, so that the synchronous deletion of information by all servers is realized. This improves the synchronism of information deletion.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
The embodiment of the invention also provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and the computer program is executed by a processor to realize the method steps of the information deleting method.
When detecting that a list code corresponding to an information deletion list is updated, determining a deletion code corresponding to the updated list code, and sending the deletion code to each server in all servers respectively; and triggering the code executer corresponding to each server to execute the deleted code. It can be seen that, in the embodiment of the present invention, through the information deletion management system, all servers are triggered to execute the deletion code at the same time, so that the synchronous deletion of information by all servers is realized. This improves the synchronism of information deletion.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the device, the electronic device and the readable storage medium embodiments, since they are substantially similar to the method embodiments, the description is simple, and the relevant points can be referred to the partial description of the method embodiments.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (8)

1. An information deletion method is applied to an information deletion management system, and comprises the following steps:
detecting whether a list code corresponding to an information deletion list is updated or not, wherein the information deletion list comprises a deletion list corresponding to any server in all servers; the deletion list is a list consisting of the names of pictures to be deleted or articles to be deleted; the list code comprises a name list of the picture to be deleted or a code corresponding to the name list of the article to be deleted;
when the list code is detected to be updated, determining a deletion code corresponding to the updated list code;
respectively sending the deletion codes to each server in all the servers;
triggering a code executor corresponding to each server to execute the deleted codes;
wherein, the determining the deletion code corresponding to the updated list code includes:
determining information to be deleted according to the updated list code;
and determining a deleting code corresponding to the information to be deleted according to the information to be deleted and a preset code template, wherein the preset code template is a code frame for realizing deleting operation, and the information to be deleted is a parameter of the preset code template.
2. The method of claim 1, wherein the detecting whether the list code corresponding to the information deletion list is updated comprises:
and determining whether the list code sent by any server in all the servers is received, and if so, determining that the list code is updated.
3. The method according to claim 1 or 2, wherein the information deletion management system comprises a management system GitLab, and the code executer comprises a GitLab script execution tool GitLab-Runner.
4. An information deletion apparatus, which is applied to an information deletion management system, includes:
the system comprises a detection module, a judgment module and a display module, wherein the detection module is used for detecting whether a list code corresponding to an information deletion list is updated or not, and the information deletion list comprises a deletion list corresponding to any server in all servers; the deletion list is a list consisting of the names of pictures to be deleted or articles to be deleted;
the determining module is used for determining a deleting code corresponding to the updated list code when the list code is detected to be updated;
the sending module is used for sending the deleting codes to each server in all the servers respectively;
the trigger module is used for triggering the code executors corresponding to the servers to execute the deleted codes;
wherein the determining module comprises:
the first determining submodule is used for determining information to be deleted according to the updated list code;
and the second determining submodule is used for determining a deleting code corresponding to the information to be deleted according to the information to be deleted and a preset code template, wherein the preset code template is a code frame for realizing deleting operation, and the information to be deleted is a parameter of the preset code template.
5. The apparatus according to claim 4, wherein the detecting module is specifically configured to determine whether a list code sent by any server of the all servers is received, and if so, determine that the list code is updated.
6. The apparatus of claim 4 or 5, wherein the information deletion management system comprises a management system GitLab, and the code executor comprises a GitLab script execution tool GitLab-Runner.
7. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1 to 3 when executing a program stored in the memory.
8. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of the claims 1-3.
CN201711448717.2A 2017-12-27 2017-12-27 Information deleting method and device, electronic equipment and readable storage medium Active CN108037950B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711448717.2A CN108037950B (en) 2017-12-27 2017-12-27 Information deleting method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711448717.2A CN108037950B (en) 2017-12-27 2017-12-27 Information deleting method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN108037950A CN108037950A (en) 2018-05-15
CN108037950B true CN108037950B (en) 2021-08-24

Family

ID=62097574

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711448717.2A Active CN108037950B (en) 2017-12-27 2017-12-27 Information deleting method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN108037950B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109558408B (en) * 2018-11-27 2020-11-24 北京微播视界科技有限公司 Method and device for updating list, electronic equipment and readable storage medium
CN110347047B (en) * 2019-06-21 2022-09-09 深圳绿米联创科技有限公司 Method, device and system for deleting equipment, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1411291A (en) * 2001-09-26 2003-04-16 株式会社东芝 Wireless equipment network managing method using multiple verification servers, verification server equipment and computer program product
CN104252372A (en) * 2014-09-19 2014-12-31 北京数字天域科技股份有限公司 Methods, devices and system for generating application reservation lists and deleting pre-installed applications
CN105612472A (en) * 2012-06-10 2016-05-25 苹果公司 Sharing images and comments across different devices
CN106569851A (en) * 2016-10-21 2017-04-19 青岛海信电器股份有限公司 Application processing method and device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8458220B2 (en) * 2008-10-02 2013-06-04 International Business Machines Corporation Method, system and computer-usable medium for early notification of a pending digital video recorder deletion event
US8369840B2 (en) * 2008-12-16 2013-02-05 At&T Mobility Ii, Llc Visual voicemail method for managing deleted messages
CN102209149B (en) * 2011-05-25 2014-01-22 惠州Tcl移动通信有限公司 Wireless communication equipment and information clearing method
CN106294496B (en) * 2015-06-09 2020-02-07 北京京东尚科信息技术有限公司 Data migration method and tool based on hadoop cluster
CN106936622B (en) * 2015-12-31 2020-01-31 阿里巴巴集团控股有限公司 distributed storage system upgrading method and device
CN107480297A (en) * 2017-08-30 2017-12-15 福建中金在线信息科技有限公司 A kind of article recording method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1411291A (en) * 2001-09-26 2003-04-16 株式会社东芝 Wireless equipment network managing method using multiple verification servers, verification server equipment and computer program product
CN105612472A (en) * 2012-06-10 2016-05-25 苹果公司 Sharing images and comments across different devices
CN104252372A (en) * 2014-09-19 2014-12-31 北京数字天域科技股份有限公司 Methods, devices and system for generating application reservation lists and deleting pre-installed applications
CN106569851A (en) * 2016-10-21 2017-04-19 青岛海信电器股份有限公司 Application processing method and device

Also Published As

Publication number Publication date
CN108037950A (en) 2018-05-15

Similar Documents

Publication Publication Date Title
CN110554732B (en) Identification number generation method and device, electronic equipment and storage medium
CN108255620B (en) Service logic processing method, device, service server and system
CN110851308A (en) Test method, test device, electronic equipment and storage medium
CN110557412A (en) data synchronization method and device
CN111106976B (en) Detection method and device for CDN network, electronic equipment and readable storage medium
CN109995612B (en) Service inspection method and device and electronic equipment
CN112115200B (en) Data synchronization method, device, electronic equipment and readable storage medium
CN108037950B (en) Information deleting method and device, electronic equipment and readable storage medium
CN110941779A (en) Page loading method and device, storage medium and electronic equipment
CN111027871A (en) Project resource allocation method and device and readable storage medium
CN112437148B (en) Service request processing method and device, service server and system
CN109391658B (en) Account data synchronization method and equipment, storage medium and terminal thereof
CN110674153B (en) Data consistency detection method and device and electronic equipment
CN112653736A (en) Parallel source returning method and device and electronic equipment
CN110096284B (en) Method and device for visually releasing software, electronic equipment and storage medium
CN110955460A (en) Service process starting method and device, electronic equipment and storage medium
CN109976828B (en) Method and device for configuring file
CN112988776B (en) Method, device and equipment for updating text parsing rule and readable storage medium
CN109067726B (en) Identification method and device for station building system, electronic equipment and storage medium
CN108804195B (en) Page display method and device, server and client
CN109446462B (en) Page-based data monitoring processing method, device, equipment and storage medium
CN112256654A (en) Document sharing method and device
CN112667447B (en) Data restoration method and device
CN112749233B (en) Data synchronization method, device, electronic equipment and storage medium
CN110674386A (en) Resource recommendation method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant