CN116382607A - Same-screen display method and system for high-performance cloud computer - Google Patents

Same-screen display method and system for high-performance cloud computer Download PDF

Info

Publication number
CN116382607A
CN116382607A CN202310247318.9A CN202310247318A CN116382607A CN 116382607 A CN116382607 A CN 116382607A CN 202310247318 A CN202310247318 A CN 202310247318A CN 116382607 A CN116382607 A CN 116382607A
Authority
CN
China
Prior art keywords
version
user
server
original
cloud
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.)
Pending
Application number
CN202310247318.9A
Other languages
Chinese (zh)
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.)
Gansu Bailong E Commerce Technology Co ltd
Original Assignee
Gansu Bailong E Commerce 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 Gansu Bailong E Commerce Technology Co ltd filed Critical Gansu Bailong E Commerce Technology Co ltd
Priority to CN202310247318.9A priority Critical patent/CN116382607A/en
Publication of CN116382607A publication Critical patent/CN116382607A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The invention provides a method and a system for on-screen display of a high-performance cloud computer, and relates to the field of cloud synchronization. The method comprises the steps that when a user uploads update data to a server side, the server side judges whether the user is a user for creating an original version, and when the user is the user, the modified version is synchronized to a plurality of clients through a cloud; when the user is not the user for creating the original version, the server side sends the modified version to the user for creating the original version for confirmation, and after confirmation, the modified version is synchronized to a plurality of clients through the cloud; when the modified versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modified version, an updated version is generated and uploaded to the server side; and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation. The problem that data is easy to lose when a plurality of clients change the same data simultaneously is avoided.

Description

Same-screen display method and system for high-performance cloud computer
Technical Field
The invention relates to the field of cloud synchronization, in particular to a method and a system for on-screen display of a high-performance cloud computer.
Background
At present, cloud storage mostly adopts a public cloud mode, and comprises public cloud services provided by traditional telecom infrastructure operators such as China Mobile, china Unicom, china telecom and the like, and public cloud platforms created by Internet companies such as Ali cloud, hua Chen cloud and the like. Public clouds require data transfer from an internal network to an external network, which requires data centers that are transported over the network to cloud service providers. The existing online sharing platform satisfies the simultaneous operation of a plurality of clients and stores the modified version in real time, but if the same original data is changed at the same time, the data is easy to be lost due to the coverage of the version, so in order to solve the above problems, a multiparty simultaneous screen operation method of a cloud computer with high performance needs to be provided.
Disclosure of Invention
The invention aims to provide a same-screen display method for a high-performance cloud computer, which can avoid the problem of data loss caused by version coverage when a plurality of clients change the same data simultaneously by a public cloud platform through modifying collaborative management of a plurality of clients.
The invention further aims to provide a same-screen display system for a high-performance cloud computer, which can avoid the problem of data loss caused by version coverage when a plurality of clients change the same data simultaneously by a public cloud platform through modifying collaborative management of the plurality of clients.
Embodiments of the present invention are implemented as follows:
in a first aspect, an embodiment of the present application provides a method for displaying a high-performance cloud computer on a screen, including the following steps, step S1: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating an original version, the modified version is synchronized to a plurality of clients through a cloud; step S2: when the user is not the user creating the original version, the server side sends the modified version to the user creating the original version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation; step S3: when the modification versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modification version, an update version is generated and uploaded to the server side; step S4: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
In some embodiments of the present invention, in the step S1, the server stores the original version created by the user, synchronizes the modified version to the plurality of clients through the cloud, and deletes the original version backed up in the server.
In some embodiments of the present invention, in the step S2, the server stores the original version created by the user, synchronizes the modified version to the plurality of clients after the user who creates the original version confirms the original version, and deletes the original version backed up in the server.
In some embodiments of the present invention, in the step S2, after synchronizing the modified version to a plurality of the clients, the modified version is stored by the server.
In some embodiments of the present invention, in the step S4, after the updated version is synchronized to the plurality of clients through the cloud, the modified version stored in the server is deleted.
In some embodiments of the present invention, in the step S3, the user stores a plurality of the updated versions, and selects one of the updated versions to upload to the server.
In some embodiments of the present invention, in step S3, the server obtains whether each client is editing the original version through the cloud real-time operation record.
In a second aspect, an embodiment of the present application provides a co-screen display system for a high performance cloud computer, including: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating an original version, the modified version is synchronized to a plurality of clients through a cloud; and a modification confirmation module: when the user is not the user creating the original version, the server side sends the modified version to the user creating the original version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation; version updating module: when the modification versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modification version, an update version is generated and uploaded to the server side; updating a synchronization module: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
Compared with the prior art, the embodiment of the invention has at least the following advantages or beneficial effects:
when a user uploads update data to a server side, the server side judges whether the user is a user for creating an original version, and when the user is the user, the modified version is synchronized to a plurality of clients through a cloud; when the user is not the user for creating the original version, the server side sends the modified version to the user for creating the original version for confirmation, so that the data security is improved and the data loss is avoided; after the user confirms, the modified version is synchronized to a plurality of clients through the cloud, so that data are updated in time for the plurality of clients to update, and the loss of original data and modified content due to multiple information coverage during simultaneous operation of multiple users is prevented; when the modified versions are synchronized, the server side judges whether each current client side is still editing the original text version or not, so that the modified content of the client side is added with a modified mark according to the original modified version to generate an updated version, and then the updated version is uploaded to the server side, and modification records of different users are stored in time, so that backup data loss caused by simultaneous modification of a plurality of users is prevented; the server side sends the updated version to the user creating the modified version for confirmation, and after the user confirms, the updated version is synchronized to a plurality of clients through the cloud, so that the data security in multiparty collaboration is improved, and each client side simultaneously reserves the modified content of the client side and other users. According to the method and the system, the problem that the data are lost due to version coverage when the plurality of clients change the same data simultaneously on the public cloud platform can be avoided through the management of modification collaboration of the plurality of clients.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a method for on-screen display of a high performance cloud computer according to embodiment 1 of the present invention;
FIG. 2 is a flowchart of step S2 in embodiment 1 of the present invention;
FIG. 3 is a flowchart of step S3 in embodiment 1 of the present invention;
FIG. 4 is a schematic diagram of a same screen display system for a high performance cloud computer according to embodiment 2 of the present invention;
fig. 5 is a schematic diagram of an electronic device according to embodiment 3 of the present invention.
Detailed Description
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. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
Some embodiments of the present application are described in detail below with reference to the accompanying drawings. The various embodiments and features of the embodiments described below may be combined with one another without conflict.
Example 1
Referring to fig. 1 to 3, fig. 1 to 3 are schematic diagrams illustrating a method for displaying a high performance cloud computer on a screen according to an embodiment of the present application. The on-screen display method for the high-performance cloud computer comprises the following steps of S1: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating an original version, the modified version is synchronized to a plurality of clients through a cloud; step S2: when the user is not the user creating the original version, the server side sends the modified version to the user creating the original version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation; step S3: when the modification versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modification version, an update version is generated and uploaded to the server side; step S4: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
When a user uploads update data to a server side, the server side judges whether the user is a user for creating an original version, and when the user is the user, the modified version is synchronized to a plurality of clients through a cloud; when the user is not the user for creating the original version, the server side sends the modified version to the user for creating the original version for confirmation, so that the data security is improved and the data loss is avoided; after the user confirms, the modified version is synchronized to a plurality of clients through the cloud, so that data are updated in time for the plurality of clients to update, and the loss of original data and modified content due to multiple information coverage during simultaneous operation of multiple users is prevented; when the modified versions are synchronized, the server side judges whether each current client side is still editing the original text version or not, so that the modified content of the client side is added with a modified mark according to the original modified version to generate an updated version, and then the updated version is uploaded to the server side, and modification records of different users are stored in time, so that backup data loss caused by simultaneous modification of a plurality of users is prevented; the server side sends the updated version to the user creating the modified version for confirmation, and after the user confirms, the updated version is synchronized to a plurality of clients through the cloud, so that the data security in multiparty collaboration is improved, and each client side simultaneously reserves the modified content of the client side and other users. According to the method and the system, the problem that the data are lost due to version coverage when the plurality of clients change the same data simultaneously on the public cloud platform can be avoided through the management of modification collaboration of the plurality of clients.
In some embodiments of the present invention, in the step S1, the server stores the original version created by the user, synchronizes the modified version to the plurality of clients through the cloud, and deletes the original version backed up in the server.
The server side can acquire and store the original version through the cloud side, and delete the original version after synchronizing the modified version to a plurality of clients through the cloud side, so that the storage space of the server side is saved, and the response capability of the server side is improved.
In some embodiments of the present invention, in the step S2, the server stores the original version created by the user, synchronizes the modified version to the plurality of clients after the user who creates the original version confirms the original version, and deletes the original version backed up in the server.
The server side stores the original text version created by the user, and after confirmation of the user creating the original text version corresponding to the modified version, the modified version is synchronized to a plurality of clients, and the original text version stored in the server side in a backup manner is deleted, so that the storage space of the server side is saved, and the reaction capability of the server side is improved.
In some embodiments of the present invention, in the step S2, after synchronizing the modified version to a plurality of the clients, the modified version is stored by the server.
After the modified version is synchronized to a plurality of clients, the modified version is backed up through the server, so that data loss is further prevented, and data modification according to each client is conveniently compared.
In some embodiments of the present invention, in the step S4, after the updated version is synchronized to the plurality of clients through the cloud, the modified version stored in the server is deleted.
After the updated version is synchronized to a plurality of clients through the cloud, the modification version backed up in the server is deleted, so that the storage space of the service end is saved, and the response capability of the server is improved.
In some embodiments of the present invention, in the step S3, the user stores a plurality of the updated versions, and selects one of the updated versions to upload to the server.
After the updated version records modified by the user for many times are stored, one version is selected according to the record list and uploaded to the server, and other unselected versions can be deleted, so that the storage space of the server is saved, and the response capability of the server is improved.
In some embodiments of the present invention, in step S3, the server obtains whether each client is editing the original version through the cloud real-time operation record. The server side obtains whether the client side edits the corresponding content of the original version or not through real-time operation of the client sides on the cloud side.
Example 2
Referring to fig. 4, fig. 4 is a schematic diagram of a co-screen display system for a high-performance cloud computer according to an embodiment of the present application. The on-screen display system for the high-performance cloud computer comprises a user judgment module: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating an original version, the modified version is synchronized to a plurality of clients through a cloud; and a modification confirmation module: when the user is not the user creating the original version, the server side sends the modified version to the user creating the original version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation; version updating module: when the modification versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modification version, an update version is generated and uploaded to the server side; updating a synchronization module: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
The principle of the embodiment of the present application is the same as that of embodiment 1, and a repetitive description thereof will not be made here. It will be appreciated that the configuration shown in fig. 4 is merely illustrative, and that the on-screen display system for a high performance cloud computer may also include more or fewer components than shown in fig. 4, or have a different configuration than shown in fig. 4. The components shown in fig. 4 may be implemented in hardware, software, or a combination thereof.
Example 3
Referring to fig. 5, fig. 5 is a schematic block diagram of an electronic device according to an embodiment of the present application. The electronic device comprises a memory 101, a processor 102 and a communication interface 103, wherein the memory 101, the processor 102 and the communication interface 103 are electrically connected with each other directly or indirectly to realize data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The memory 101 may be used to store software programs and modules, such as program instructions/modules corresponding to the on-screen display system for a high performance cloud computer provided in embodiment 2 of the present application, and the processor 102 executes the software programs and modules stored in the memory 101, thereby performing various functional applications and data processing. The communication interface 103 may be used for communication of signaling or data with other node devices.
The Memory 101 may be, but is not limited to, a random access Memory (Random Access Memory, RAM), a Read Only Memory (ROM), a programmable Read Only Memory (Programmable Read-Only Memory, PROM), an erasable Read Only Memory (Erasable Programmable Read-Only Memory, EPROM), an electrically erasable Read Only Memory (Electric Erasable Programmable Read-Only Memory, EEPROM), etc.
The processor 102 may be an integrated circuit chip with signal processing capabilities. The processor 102 may be a general purpose processor including a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc.; but also digital signal processors (Digital Signal Processing, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners as well. The apparatus embodiments described above are merely illustrative, for example, flow diagrams and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present application may be integrated together to form a single part, or each module may exist alone, or two or more modules may be integrated to form a single part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In summary, the embodiment of the present application provides a method and a system for on-screen display of a high-performance cloud computer: when a user uploads update data to a server side, the server side judges whether the user is a user for creating an original version, and when the user is the user, the modified version is synchronized to a plurality of clients through a cloud; when the user is not the user for creating the original version, the server side sends the modified version to the user for creating the original version for confirmation, so that the data security is improved and the data loss is avoided; after the user confirms, the modified version is synchronized to a plurality of clients through the cloud, so that data are updated in time for the plurality of clients to update, and the loss of original data and modified content due to multiple information coverage during simultaneous operation of multiple users is prevented; when the modified versions are synchronized, the server side judges whether each current client side is still editing the original text version or not, so that the modified content of the client side is added with a modified mark according to the original modified version to generate an updated version, and then the updated version is uploaded to the server side, and modification records of different users are stored in time, so that backup data loss caused by simultaneous modification of a plurality of users is prevented; the server side sends the updated version to the user creating the modified version for confirmation, and after the user confirms, the updated version is synchronized to a plurality of clients through the cloud, so that the data security in multiparty collaboration is improved, and each client side simultaneously reserves the modified content of the client side and other users. According to the method and the system, the problem that the data are lost due to version coverage when the plurality of clients change the same data simultaneously on the public cloud platform can be avoided through the management of modification collaboration of the plurality of clients.
The foregoing description is only of the preferred embodiments of the present application and is not intended to limit the same, but rather, various modifications and variations may be made by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (8)

1. A method for displaying a high-performance cloud computer on the same screen is characterized by comprising the following steps,
step S1: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating the original version, the modified version is synchronized to a plurality of clients through a cloud;
step S2: when the user is not the user creating the original text version, the server side sends the modified version to the user creating the original text version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation;
step S3: when the modified versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modified version, an updated version is generated and uploaded to the server side;
step S4: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
2. The method for on-screen display of a high-performance cloud computer according to claim 1, comprising the step of, in step S1, the server storing the original version created by the user, synchronizing the modified version to a plurality of clients through the cloud, and deleting the original version backed up in the server.
3. The method for on-screen display of a high-performance cloud computer according to claim 1, comprising the steps of, in step S2, storing the original version created by the user by the server, synchronizing the modified version to a plurality of the clients after confirmation of the user who creates the original version, and deleting the original version backed up in the server.
4. The method for on-screen display of a high-performance cloud computer according to claim 3, comprising the step of storing the modified version by the server after synchronizing the modified version to a plurality of clients in step S2.
5. The method for on-screen display of a high-performance cloud computer according to claim 3, comprising the step of deleting the modified version stored in the server after synchronizing the updated version to a plurality of clients through the cloud in step S4.
6. The method for on-screen display of a high-performance cloud computer according to claim 1, comprising the steps of storing a plurality of updated versions by a user and selecting one of the updated versions to upload to the server in step S3.
7. The method for on-screen display of a high-performance cloud computer according to claim 1, comprising the following steps, in step S3, the server obtains whether each client is editing the original version through the cloud real-time operation record.
8. A same screen display system for a high performance cloud computer is characterized by comprising,
and a user judging module: when a user uploads update data to a server, the server judges whether the user is a user for creating an original version, and when the user is a user for creating the original version, the modified version is synchronized to a plurality of clients through a cloud;
and a modification confirmation module: when the user is not the user creating the original text version, the server side sends the modified version to the user creating the original text version for confirmation, and the modified version is synchronized to a plurality of clients through the cloud after confirmation;
version updating module: when the modified versions are synchronous, the server side judges whether each client side edits the original version or not, and when the original version is edited, after a modification mark is added according to the modified version, an updated version is generated and uploaded to the server side;
updating a synchronization module: and the server side sends the updated version to a user creating the modified version for confirmation, and synchronizes the updated version to a plurality of clients through the cloud after confirmation.
CN202310247318.9A 2023-03-15 2023-03-15 Same-screen display method and system for high-performance cloud computer Pending CN116382607A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310247318.9A CN116382607A (en) 2023-03-15 2023-03-15 Same-screen display method and system for high-performance cloud computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310247318.9A CN116382607A (en) 2023-03-15 2023-03-15 Same-screen display method and system for high-performance cloud computer

Publications (1)

Publication Number Publication Date
CN116382607A true CN116382607A (en) 2023-07-04

Family

ID=86972274

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310247318.9A Pending CN116382607A (en) 2023-03-15 2023-03-15 Same-screen display method and system for high-performance cloud computer

Country Status (1)

Country Link
CN (1) CN116382607A (en)

Similar Documents

Publication Publication Date Title
US8495434B2 (en) Failure source server and mail server administrator alert management programs, systems, and methods
CN103200224B (en) A kind of method of Information Sharing, device and terminal
US10579595B2 (en) Method and device for calling a distributed file system
US11188560B2 (en) Synchronizing object in local object storage node
TW200842627A (en) Techniques to cross-synchronize data
CN112860451A (en) Multi-tenant data processing method and device based on SaaS
US9613382B1 (en) Systems and methods for automatically synchronizing online communities
WO2015065955A1 (en) Bandwidth reduction system and method
US10235504B2 (en) Facilitating access to content from group interactions
US20150227605A1 (en) Information processing terminal, synchronization control method, and computer-readable recording medium
CN105049336A (en) Method and system for processing instant communication messages, server and client
CN110213156B (en) Cross-center group instant messaging method and system
CN110209842B (en) Multimedia file processing method, device, medium and electronic equipment
CN113486095A (en) Civil aviation air traffic control cross-network safety data exchange management platform
CN111752939A (en) Data processing method, device, computer system and medium for multiple systems
CN110489483B (en) Data synchronization method, device, computer equipment and storage medium
CN116382607A (en) Same-screen display method and system for high-performance cloud computer
CN104468767B (en) A kind of cloud storage data collision detection method and system
KR20180004794A (en) Method and system for handling relationship chain, and storage medium
CN111240933B (en) Method, system, device and medium for monitoring performance data of multiple data centers
CN115658655A (en) Information processing method, device, electronic equipment and storage medium
CN105827739A (en) Contact person information synchronization method, device, server and system
CN115865895A (en) File uploading method and device and storage medium
CN109542981A (en) A kind of system and method, electronic equipment, storage medium that data synchronize
CN113612811B (en) Method, system, equipment and medium for client mounting in multiple channels

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