CN114500562A - Collaborative editing method and device and electronic equipment - Google Patents

Collaborative editing method and device and electronic equipment Download PDF

Info

Publication number
CN114500562A
CN114500562A CN202111602695.7A CN202111602695A CN114500562A CN 114500562 A CN114500562 A CN 114500562A CN 202111602695 A CN202111602695 A CN 202111602695A CN 114500562 A CN114500562 A CN 114500562A
Authority
CN
China
Prior art keywords
target
editing
terminals
editing object
target editing
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
CN202111602695.7A
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.)
Tianyi Cloud Technology Co Ltd
Original Assignee
Tianyi Cloud 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 Tianyi Cloud Technology Co Ltd filed Critical Tianyi Cloud Technology Co Ltd
Priority to CN202111602695.7A priority Critical patent/CN114500562A/en
Publication of CN114500562A publication Critical patent/CN114500562A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/005General purpose rendering architectures

Abstract

The invention relates to the field of computer science, in particular to a method and a device for collaborative editing and electronic equipment, wherein the method comprises the following steps: receiving an editing request sent by each terminal to determine all terminals corresponding to a target editing object, responding to the operation of the target terminal on the target editing object, determining operation information, and broadcasting the operation information to other terminals editing the target editing object so that the other terminals synchronize the operation. The data are synchronized through the background, the data of other users are displayed locally, meanwhile, the local data are broadcasted to enable other terminals to synchronize the local data, the working efficiency is greatly improved, and collaborative graphical editing is achieved.

Description

Collaborative editing method and device and electronic equipment
Technical Field
The invention relates to the field of computer science, in particular to a collaborative editing method and device and electronic equipment.
Background
Under the prior art, there are two editing methods:
firstly, local graphical editing is completed in a local deployment mode, and the editing comprises the following steps: writing test cases, and the like. In this case, many people cannot edit online at the same time, and it is difficult to satisfy the pursuit of data timeliness.
In another mode, a form or document mode is usually adopted for collaborative editing, but the adoption of the mode is not easy to understand, has low efficiency, is extremely complicated in operation and is not suitable for the needs.
Therefore, a method, an apparatus and an electronic device for collaborative editing are needed to overcome the above-mentioned drawbacks.
Disclosure of Invention
In view of this, embodiments of the present invention provide a collaborative editing method and apparatus, and an electronic device, so as to solve a problem that a graphical interface cannot be edited cooperatively by multiple people.
According to a first aspect, an embodiment of the present invention provides a collaborative editing method, including:
receiving an editing request sent by each terminal to determine all terminals corresponding to a target editing object;
responding to the operation of the target terminal on the target editing object, and determining operation information;
and broadcasting the operation information to other terminals editing the target editing object so that the other terminals synchronize the operation.
According to the collaborative editing method provided by the embodiment of the invention, the data of other users can be displayed in the local through the synchronization of the background, and meanwhile, the local data can be synchronized by other terminals through broadcasting the local data, so that the working efficiency is greatly improved, and the collaborative graphical editing is realized.
With reference to the first aspect, in a first implementation manner of the first aspect, the determining operation information in response to an operation of the target terminal on the target editing object further includes:
and determining the rendering effect of the target editing object in response to the operation of the target terminal on the target editing object.
With reference to the first implementation manner of the first aspect, in a second implementation manner of the first aspect, the determining, in response to an operation of the target terminal on the target editing object, a rendering effect of the target editing object includes: determining the relationship among all nodes in the target editing object based on historical operation information;
and connecting the nodes based on the relationship among the nodes.
With reference to the first implementation manner of the first aspect, in a third implementation manner of the first aspect, the determining, in response to the operation of the target terminal on the target editing object, the rendering effect of the target editing object includes:
judging whether a historical rendering effect exists;
and when the historical rendering effect does not exist, responding to the operation of the target terminal on the target editing object, and determining the rendering effect of the target editing object through the initialization module.
With reference to the first aspect, in a fourth implementation manner of the first aspect, the broadcasting the operation information to other terminals that edit the target editing object, so that the other terminals synchronize the operation includes:
and broadcasting the operation information to other terminals for editing the target editing object by calling a function corresponding to a network protocol module so as to enable the other terminals to synchronize the operation.
With reference to the third implementation manner of the first aspect, in a fifth implementation manner of the first aspect, the determining whether a history rendering effect exists further includes:
when the history rendering effect exists, determining the rendering effect of the target editing object through the core processing module.
With reference to the first aspect, in a sixth implementation manner of the first aspect, the broadcasting the operation information to other terminals that edit the target editing object, so that the other terminals synchronize the operation, further includes:
and broadcasting the rendering effect to other terminals editing the target editing object, so that the other terminals synchronize the rendering effect.
According to a second aspect, an embodiment of the present invention provides an apparatus for collaborative editing, including:
the first processing unit is used for receiving the editing requests sent by all the terminals so as to determine all the terminals corresponding to the target editing object;
the second processing unit is used for responding to the operation of the target terminal on the target editing object and determining operation information;
a third processing unit, configured to broadcast the operation information to other terminals that edit the target editing object, so that the other terminals synchronize the operation.
According to a third aspect, an embodiment of the present invention provides an electronic device, including: a memory and a processor, the memory and the processor being communicatively connected to each other, the memory storing therein computer instructions, and the processor executing the computer instructions to perform the method of collaborative editing as described in the first aspect or any one of the embodiments of the first aspect.
According to a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores computer instructions for causing a computer to execute the method for collaborative editing described in the first aspect or any one of the implementation manners of the first aspect.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow diagram of a method of collaborative editing according to an embodiment of the present invention;
FIG. 2 is a flow diagram of a method of collaborative editing according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a method of collaborative editing according to an embodiment of the present invention;
FIG. 4 is a flow diagram of a method of collaborative editing according to an embodiment of the present invention;
fig. 5 is a block diagram of a structure of an apparatus for collaborative editing according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. 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.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; the two elements may be directly connected or indirectly connected through an intermediate medium, or may be communicated with each other inside the two elements, or may be wirelessly connected or wired connected. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In describing the present invention, it is noted that the term "and/or" as used in this specification and the appended claims refers to and includes any and all combinations of one or more of the associated listed items.
In addition, the technical features involved in the different embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
According to the collaborative editing method provided by the embodiment of the invention, the data of other users can be displayed in the local through the synchronization of the background, and meanwhile, the local data can be synchronized by other terminals through broadcasting the local data, so that the working efficiency is greatly improved, and the collaborative graphical editing is realized.
In accordance with an embodiment of the present invention, there is provided a method embodiment of collaborative editing, it being noted that the steps illustrated in the flowchart of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
In this embodiment, a method for collaborative editing is provided, which may be used in an electronic device, such as a computer, a server, a tablet computer, and the like, and fig. 1 is a flowchart of a method for collaborative editing according to an embodiment of the present invention, as shown in fig. 1, the flowchart includes the following steps:
s11, receiving the editing request sent by each terminal to determine all terminals corresponding to the target editing object;
specifically, assume that there are three users, which are: and the user a, the user b and the user c do not assume that the user a is a receiving end, and assume that the user a, the user b and the user c perform collaborative editing at the same time, at this time, the user b and the user c both operate on the editing content, at this time, the user a receives the editing requests from the user b and the user c, and records the corresponding terminals.
S12, responding to the operation of the target terminal on the target editing object, and determining operation information;
specifically, taking the above three users as an example, the following are respectively: and the user a, the user b and the user c do not assume that the user a is a receiving end, and assume that the user a, the user b and the user c perform collaborative editing at the same time, at this time, the user a executes the operation A, and records the operation A.
Details about this step will be described later.
S13, broadcasting the operation information to other terminals editing the target editing object, so that the other terminals synchronize the operation.
Specifically, taking the above three users as an example, the following are respectively: the user a, the user b and the user c do not assume that the user a is a receiving end, and assume that the user a, the user b and the user c perform collaborative editing at the same time, and similarly assume that the user a performs the operation a, so that the operation a is broadcasted, so that the user b and the user c perform operation synchronization with the user a.
Details about this step will be described later.
According to the collaborative editing method provided by the embodiment of the invention, the data of other users can be displayed in the local through the synchronization of the background, and meanwhile, the local data can be synchronized by other terminals through broadcasting the local data, so that the working efficiency is greatly improved, and the collaborative graphical editing is realized.
In this embodiment, a method for collaborative editing is provided, which may be used in an electronic device, such as a computer, a server, a tablet computer, and the like, and fig. 2 is a flowchart of a method for collaborative editing according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
s21, receiving the editing request sent by each terminal to determine all terminals corresponding to the target editing object;
please refer to S11 in fig. 1, which is not described herein again.
S22, responding to the operation of the target terminal on the target editing object, and determining operation information;
specifically, S22 includes:
s221, responding to the operation of the target terminal on the target editing object, and determining the rendering effect of the target editing object.
In some optional implementations of this embodiment, the step S221 may include:
(1) and connecting the nodes based on the relationship among the nodes.
Specifically, it is assumed that there are a parent node x0, a child node x1 corresponding to the parent node x0, a parent node y0, and a child node y1 corresponding to the parent node y0 in the edited object, and in actual application, after the correspondence between the nodes is determined, the parent node x0 and the child node x1 are connected, and similarly, the parent node y0 and the child node y1 are connected.
(2) Judging whether a historical rendering effect exists;
specifically, taking the above three users as an example, the following are respectively: the user a, the user b and the user c do not assume that the user a is a receiving end, and assume that the user a, the user b and the user c perform collaborative editing at the same time, and assume that the operation data of the user c is broadcasted for the first time and received by the user a, and then the history rendering effect HC of the user c does not exist.
(3) And when the historical rendering effect does not exist, responding to the operation of the target terminal on the target editing object, and determining the rendering effect of the target editing object through the initialization module.
Specifically, taking the user a, the user b, and the user c as examples, it is not assumed that the user a is a receiving end, and it is assumed that the user a, the user b, and the user c perform collaborative editing at the same time, and it is assumed that the operation data of the user c is broadcast for the first time and received by the user a, and the user a renders the operation data through the initialization module to obtain a rendering result.
S23, broadcasting the operation information to other terminals editing the target editing object, so that the other terminals synchronize the operation.
Specifically, S23 includes:
s231, broadcasting the operation information to other terminals editing the target editing object by calling a function corresponding to a network protocol module, so that the other terminals synchronize the operation.
Specifically, taking the above three users as an example, the following are respectively: the user a, the user b and the user c do not assume that the user a is the receiving end, and simultaneously assume that the user a, the user b and the user c perform collaborative editing, and assume that the user a performs the operation a1, the operation a1 is broadcasted, so that the user c and the user b synchronize the operation of the user a.
S232, broadcasting the rendering effect to other terminals editing the target editing object, so that the other terminals synchronize the rendering effect.
Specifically, taking the above three users as an example, the following are respectively: and the user a, the user b and the user c do not assume that the user a is a receiving end, and assume that the user a, the user b and the user c perform collaborative editing at the same time, and assume that the user a obtains a rendering result A2, the rendering result A2 is broadcasted, so that the user c and the user b synchronize the rendering result of the user a.
According to the collaborative editing method provided by the embodiment of the invention, the data of other users can be displayed in the local through the synchronization of the background, and meanwhile, the local data can be synchronized by other terminals through broadcasting the local data, so that the working efficiency is greatly improved, and the collaborative graphical editing is realized.
In this embodiment, a method for collaborative editing is provided, which can be used in an electronic device, such as a computer, a server, a tablet computer, and the like, and fig. 3 is a schematic diagram of a method for collaborative editing according to an embodiment of the present invention, as shown in fig. 3:
the data response module receives information in the broadcast, judges whether a historical rendering result exists after receiving corresponding information, and sends the received broadcast information to the core processing module when the historical rendering result exists, the core processing module renders the picture according to the data and feeds the picture back to the front-end page, and the front-end page sends the operation data and the rendering result to the core processing module and then the core processing module sends the operation data and the rendering result to the data sending module.
Further, when no historical rendering result exists, the received broadcast information is sent to an initialization module, the initialization module renders the picture according to the data and feeds the picture back to a front-end page, and the front-end page sends the operation data and the rendering result to a core processing module and then the core processing module sends the operation data and the rendering result to a data sending module.
As a specific application example of this embodiment, as shown in fig. 5, the collaborative editing method includes:
s1, receiving the broadcast information.
S2, judging whether there is history rendering result, if yes, executing step S3, otherwise executing step S4.
And S3, performing picture rendering through the core processing module.
S4, screen rendering is performed by the initialization module.
And S5, receiving page operation fed back by the front-end page.
S6, the page operation is broadcasted.
In this embodiment, a device for collaborative editing is further provided, where the device is used to implement the foregoing embodiments and preferred embodiments, and the description of the device that has been already made is omitted. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
The present embodiment provides an apparatus for collaborative editing, as shown in fig. 6, including:
a first processing unit 51, configured to receive an editing request sent by each terminal to determine all terminals corresponding to a target editing object;
a second processing unit 52 configured to determine operation information in response to an operation of the target terminal on the target editing object;
a third processing unit 53, configured to broadcast the operation information to other terminals that edit the target editing object, so that the other terminals synchronize the operation.
The firmware refresh apparatus in this embodiment is presented in the form of functional units, where a unit refers to an ASIC circuit, a processor and a memory executing one or more software or fixed programs, and/or other devices that may provide the above-described functionality.
Further functional descriptions of the modules are the same as those of the corresponding embodiments, and are not repeated herein.
An embodiment of the present invention further provides an electronic device, which has the collaborative editing apparatus shown in fig. 5.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention, and as shown in fig. 6, the electronic device may include: at least one processor 61, such as a CPU (Central Processing Unit), at least one communication interface 63, memory 64, at least one communication bus 62. Wherein a communication bus 62 is used to enable the connection communication between these components. The communication interface 63 may include a Display (Display) and a Keyboard (Keyboard), and the optional communication interface 63 may also include a standard wired interface and a standard wireless interface. The Memory 64 may be a high-speed RAM Memory (volatile Random Access Memory) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The memory 64 may optionally be at least one memory device located remotely from the processor 61. Wherein the processor 61 may be in connection with the apparatus described in fig. 6, an application program is stored in the memory 64, and the processor 61 calls the program code stored in the memory 64 for performing any of the above-mentioned method steps.
The communication bus 62 may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus. The communication bus 62 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 6, but this is not intended to represent only one bus or type of bus.
The memory 64 may include a volatile memory (RAM), such as a random-access memory (RAM); the memory may also include a non-volatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated: HDD) or a solid-state drive (english: SSD); the memory 64 may also comprise a combination of the above types of memory.
The processor 61 may be a Central Processing Unit (CPU), a Network Processor (NP), or a combination of CPU and NP.
The processor 61 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
Optionally, the memory 64 is also used to store program instructions. The processor 61 may call program instructions to implement a method of collaborative editing as shown in any of the embodiments of the present application.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the collaborative editing method in any method embodiment. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A method of collaborative editing, comprising:
receiving an editing request sent by each terminal to determine all terminals corresponding to a target editing object;
responding to the operation of the target terminal on the target editing object, and determining operation information;
and broadcasting the operation information to other terminals editing the target editing object so that the other terminals synchronize the operation.
2. The method of claim 1, wherein the determining operation information in response to the operation of the target terminal on the target editing object further comprises:
and determining the rendering effect of the target editing object in response to the operation of the target terminal on the target editing object.
3. The method of claim 2, wherein determining the rendering effect of the target editing object in response to the operation of the target terminal on the target editing object comprises: determining the relation among all nodes in the target editing object based on historical operation information;
and connecting the nodes based on the relationship among the nodes.
4. The method of claim 2, wherein the determining the rendering effect of the target editing object in response to the operation of the target terminal on the target editing object comprises:
judging whether a historical rendering effect exists;
and when the historical rendering effect does not exist, responding to the operation of the target terminal on the target editing object, and determining the rendering effect of the target editing object through the initialization module.
5. The method according to claim 1, wherein the broadcasting the operation information to other terminals editing the target editing object so that the other terminals synchronize the operation comprises:
and broadcasting the operation information to other terminals editing the target editing object by calling a function corresponding to a network protocol module so that the other terminals synchronize the operation.
6. The method of claim 4, wherein the determining whether a historical rendering effect exists further comprises:
when the history rendering effect exists, determining the rendering effect of the target editing object through the core processing module.
7. The method according to claim 1, wherein the broadcasting the operation information to other terminals editing the target editing object so that the other terminals synchronize the operation, further comprises:
and broadcasting the rendering effect to other terminals editing the target editing object, so that the other terminals synchronize the rendering effect.
8. A collaborative editing apparatus, comprising:
the first processing unit is used for receiving the editing requests sent by all the terminals so as to determine all the terminals corresponding to the target editing object;
the second processing unit is used for responding to the operation of the target terminal on the target editing object and determining operation information;
a third processing unit, configured to broadcast the operation information to other terminals that edit the target editing object, so that the other terminals synchronize the operation.
9. An electronic device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform the steps of the method of any one of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1-7.
CN202111602695.7A 2021-12-24 2021-12-24 Collaborative editing method and device and electronic equipment Pending CN114500562A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111602695.7A CN114500562A (en) 2021-12-24 2021-12-24 Collaborative editing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111602695.7A CN114500562A (en) 2021-12-24 2021-12-24 Collaborative editing method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN114500562A true CN114500562A (en) 2022-05-13

Family

ID=81496739

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111602695.7A Pending CN114500562A (en) 2021-12-24 2021-12-24 Collaborative editing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN114500562A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8738706B1 (en) * 2011-11-16 2014-05-27 Google Inc. Systems and methods for collaborative document editing
US20150199270A1 (en) * 2011-09-02 2015-07-16 John Day-Richter System and Method for Performing Data Management in a Collaborative Development Environment
CN110765744A (en) * 2019-10-22 2020-02-07 苏州思必驰信息科技有限公司 Multi-person collaborative document editing method and system
CN111681157A (en) * 2020-06-09 2020-09-18 西安万像电子科技有限公司 Image rendering method and system
CN112417827A (en) * 2020-12-07 2021-02-26 北京明略软件系统有限公司 Method and device for editing and displaying online document, electronic equipment and storage medium
CN113486635A (en) * 2021-07-23 2021-10-08 中国建设银行股份有限公司 Document editing method and device, electronic equipment and computer readable medium
CN113705179A (en) * 2021-09-03 2021-11-26 润申标准化技术服务(上海)有限公司 Document collaborative editing method and device and electronic equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150199270A1 (en) * 2011-09-02 2015-07-16 John Day-Richter System and Method for Performing Data Management in a Collaborative Development Environment
US8738706B1 (en) * 2011-11-16 2014-05-27 Google Inc. Systems and methods for collaborative document editing
CN110765744A (en) * 2019-10-22 2020-02-07 苏州思必驰信息科技有限公司 Multi-person collaborative document editing method and system
CN111681157A (en) * 2020-06-09 2020-09-18 西安万像电子科技有限公司 Image rendering method and system
CN112417827A (en) * 2020-12-07 2021-02-26 北京明略软件系统有限公司 Method and device for editing and displaying online document, electronic equipment and storage medium
CN113486635A (en) * 2021-07-23 2021-10-08 中国建设银行股份有限公司 Document editing method and device, electronic equipment and computer readable medium
CN113705179A (en) * 2021-09-03 2021-11-26 润申标准化技术服务(上海)有限公司 Document collaborative editing method and device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王永全; 廖根为;: "《武汉大学创新创业教育系列规划教材 互联网金融创新创业教程》", 西安电子科技大学出版社, pages: 223 - 228 *

Similar Documents

Publication Publication Date Title
US10958524B2 (en) Method for generating network slice template and for applying network slice template, and apparatus
US20200339139A1 (en) Automobile diagnostic method, apparatus, device and system, and diagnostic connection device
US20160277460A1 (en) Method and apparatus for initiating network conference
CN104580376B (en) The methods, devices and systems connected between terminal are established in a local network
TWI771480B (en) Method, device and electronic device for forwarding chat information
CN112286723A (en) Computer room disaster recovery control method, terminal and storage medium
CN112788090B (en) Network resource transmission method, device and system
CN111190634B (en) Layout information processing method and device and electronic equipment
US20150186095A1 (en) Inter-terminal image sharing method, terminal device, and communications system
CN107534598B (en) Media service agent method, equipment and system
CN110380902B (en) Topological relation generation method and device, electronic equipment and storage medium
CN114500562A (en) Collaborative editing method and device and electronic equipment
CN111767492A (en) Picture loading method and device, computer equipment and storage medium
CN109067570B (en) Server information display method and device and server
US20170353818A1 (en) Method for deleting notification resource, and common service entity
CN108696829B (en) Supplementary service setting processing method and device
CN106534113B (en) SSH connection establishment method and device
CN105978853B (en) Session scheduling method, scheduling server and terminal
CN114489692A (en) Automatic installation method and system of self-adaptive physical machine
CN113901374A (en) Webpage refreshing method and device, electronic equipment and storage medium
CN111930391B (en) Application data processing method and device, server and user terminal
CN109618121B (en) Video conference information security processing method and device
CN112423284A (en) Zigbee equipment pairing method and device, gateway, electronic equipment and storage medium
CN112383617A (en) Method, device, terminal equipment and medium for long connection
CN113032696A (en) Display method and display device of page picture

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