CN110765744A - Multi-person collaborative document editing method and system - Google Patents

Multi-person collaborative document editing method and system Download PDF

Info

Publication number
CN110765744A
CN110765744A CN201911003974.4A CN201911003974A CN110765744A CN 110765744 A CN110765744 A CN 110765744A CN 201911003974 A CN201911003974 A CN 201911003974A CN 110765744 A CN110765744 A CN 110765744A
Authority
CN
China
Prior art keywords
client
information
server
editing
servers
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911003974.4A
Other languages
Chinese (zh)
Other versions
CN110765744B (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.)
AI Speech Ltd
Original Assignee
AI Speech 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 AI Speech Ltd filed Critical AI Speech Ltd
Priority to CN201911003974.4A priority Critical patent/CN110765744B/en
Publication of CN110765744A publication Critical patent/CN110765744A/en
Application granted granted Critical
Publication of CN110765744B publication Critical patent/CN110765744B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Abstract

The invention discloses a multi-person collaborative document editing method, which is applied to a server side and comprises the following steps: receiving a synchronization request sent by a first client, wherein the synchronization request comprises editing operation information for editing a document and second client determination information; analyzing the synchronous request to determine the editing operation information and the second client determining information; determining a second client to be synchronized according to the second client determination information; and sending the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized. The server receives the synchronous request sent by the client for synchronizing the editing operation, and synchronizes the editing operation to other clients with cooperative authority, and the staff at each client can adjust or modify own editing content in time according to the editing content, so that the effectiveness of the editing content is greatly ensured, and the working efficiency is improved.

Description

Multi-person collaborative document editing method and system
Technical Field
The invention relates to the technical field of computers, in particular to a multi-person collaborative document editing method and system.
Background
In the existing work project, when multiple persons need to collaboratively edit the same document, only respective parts are often completed, and then the edited parts are combined together to form a final file, and then the final file is distributed to each worker to review or process the whole file. Obviously, the editing efficiency is low, contents edited by other workers cannot be known during editing by different workers, and the contents can work independently, so that the editing work cannot be adjusted in time and globally, only unified adjustment can be performed finally, and the situation that multiple people repeatedly edit the same contents can occur, thereby causing repeated labor.
Disclosure of Invention
The embodiment of the invention provides a multi-person collaborative document editing method and a multi-person collaborative document editing system, which are used for solving at least one of the technical problems.
In a first aspect, an embodiment of the present invention provides a multi-user collaborative document editing method, which is applied to a server, and the method includes:
receiving a synchronization request sent by a first client, wherein the synchronization request comprises editing operation information for editing a document and second client determination information;
analyzing the synchronous request to determine the editing operation information and second client determining information;
determining a second client to be synchronized according to the second client determination information;
and sending the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
In a second aspect, an embodiment of the present invention provides a multi-user collaborative document editing system, which is applied to a server side, and the system includes:
the request receiving module is used for receiving a synchronization request sent by a first client, wherein the synchronization request comprises editing operation information for editing a document and second client determination information;
the request analysis module is used for analyzing the synchronous request to determine the editing operation information and the second client determining information;
the information determining module is used for determining a second client to be synchronized according to the second client determining information;
and the information synchronization module is used for sending the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
In a third aspect, an embodiment of the present invention provides a storage medium, where one or more programs including execution instructions are stored, where the execution instructions can be read and executed by an electronic device (including but not limited to a computer, a server, or a network device, etc.) to perform any one of the above-described multi-person collaborative document editing methods of the present invention.
In a fourth aspect, an electronic device is provided, comprising: the document editing apparatus comprises at least one processor and a memory communicatively connected to the at least one processor, wherein the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to enable the at least one processor to execute any one of the multi-person collaborative document editing methods of the present invention.
In a fifth aspect, an embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program stored on a storage medium, and the computer program includes program instructions, which, when executed by a computer, cause the computer to execute any one of the above-mentioned multi-person collaborative document editing methods.
The embodiment of the invention has the beneficial effects that: the server receives the synchronization request sent by the client for synchronizing the editing operation, and synchronizes the editing operation to other clients with cooperative authority, so that the editing operation generated by each client can be synchronized to other clients in time among a plurality of clients which cooperate with each other, and workers at each client can correspondingly adjust or modify own editing content in time according to the editing content, thereby greatly ensuring the effectiveness of the editing content and improving the working efficiency.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of an embodiment of a multi-user collaborative document editing method according to the present invention;
FIG. 2 is an architecture diagram of an embodiment of a multi-person collaborative document editing system of the present invention;
FIG. 3 is a functional block diagram of an embodiment of a multi-person collaborative document editing system of the present invention;
fig. 4 is a schematic structural diagram of an embodiment of an electronic device according to the invention.
Detailed Description
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. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
As shown in fig. 1, an embodiment of the present invention provides a multi-user collaborative document editing method, which is applied to a server, where a client may be one server or multiple servers or one server cluster or multiple server clusters, the server is configured to implement collaborative document editing among multiple clients, and the clients may be computer devices such as a smart phone, a notebook computer, and a desktop computer, and the method includes:
and S10, receiving a synchronization request sent by the first client, wherein the synchronization request comprises editing operation information for editing the document and second client determination information.
Illustratively, a worker performs document editing processing on a first client, and the first client automatically detects editing operation of the worker and generates editing operation information after the editing operation is digitalized; further, second client determination information for determining other clients cooperating with the first client is acquired; and then generating a synchronous request based on the editing operation information and the second client determining information and sending the synchronous request to the server.
And S20, analyzing the synchronous request to determine the editing operation information and the second client determining information.
Illustratively, the server analyzes the synchronization request, and obtains editing operation information and second client determination information corresponding to the document editing processing performed by the staff member at the first client.
And S30, determining a second client to be synchronized according to the second client determination information.
Illustratively, the server side inquires whether an information client corresponding to the second client-side determination information exists according to the locally stored related information, and if so, the client is determined to be the second client-side.
Illustratively, the server side includes a plurality of servers; wherein the receiving the synchronization request sent by the first client comprises: a first server of the plurality of servers associated with the first client receiving a synchronization request sent by the first client;
the determining, according to the second client determination information, a second client to be synchronized includes: and the first server queries other servers in the plurality of servers according to the second client determination information to determine a second client to be synchronized.
S40, sending the editing operation information to the second client to be synchronized, so as to realize the synchronous editing of the document on the second client to be synchronized.
Illustratively, each of the plurality of servers has stored therein collaborative document editing group information including a plurality of collaborative document editing group name information and a plurality of user identity information corresponding to each system document editing group name information.
In the embodiment, the server receives the synchronization request sent by the client for synchronizing the editing operation, and synchronizes the editing operation to other clients with cooperative rights, so that the editing operation generated at each client can be synchronized to other clients in time among a plurality of clients in cooperation with each other, and workers at each client can correspondingly adjust or modify own editing content in time according to the editing content, thereby greatly ensuring the effectiveness of the editing content and improving the working efficiency.
In some embodiments, the first server querying other servers of the plurality of servers according to the second client determination information to determine a second client to be synchronized comprises:
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information;
the second server determines the second client to be synchronized according to the second client determination information;
the sending the editing operation information to the second client to be synchronized to realize the synchronous editing of the document on the second client to be synchronized comprises:
and the second server sends the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
In some embodiments, the second client determines that the information is user identity information of a current user using the second client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the plurality of servers according to the user identity information of the current user so as to determine associated collaborative document editing group name information stored with the user identity information corresponding to the current user;
and determining a server where the name information of the associated collaborative document editing group is located as a second server.
In some embodiments, the second client determines that the information is current collaborative document editing group name information corresponding to current user identity information of the first client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the multiple servers according to the user identity information of the current user so as to determine an associated server in which the name information of the current collaborative document editing group is stored;
determining that the associated server is the second server.
Illustratively, the data synchronization scheme involved in the embodiments of the present invention is: the operation of the document (including adding and deleting) of the user at the client is converted into data in a special format. And synchronizing to each cluster server by using MQTT, and after the server takes the data, sending the data to a corresponding client (maintaining long links).
Illustratively, the text technical solution involved in the embodiment of the present invention is: after the client obtains the data, the client caches the operation data. And merging the cached data at intervals of a certain time period and converting the merged data into the modification of the document. The method has the advantages of small transmitted data volume, good performance and accurate operation sequence of the document.
FIG. 2 is a block diagram of an embodiment of the multi-user collaborative document editing system of the present application, which includes devices 1, 2, and 3, server A, B, C, and server A communicatively coupled to servers B and C via MQTT; illustratively, the user may perform an editing operation on the device 1, whereby the device 1 transmits operation data to the server a; on one hand, the server A pushes the operation data to the servers B and C through the MQTT, and further the servers B and C send the received operation data to other equipment connected with the servers B and C in the current cooperative task; on the other hand, the server a synchronizes the operation data directly to the other devices (device 2 and device 3) to which it is communicatively connected.
The following method steps are performed, exemplarily, under the architecture shown in fig. 2:
and 1, after the text application of each client side is edited (added/deleted/changed) by a user, the operation is digitalized, cached and uploaded to a server at regular time.
2, server
2.1) first sending the data to the client which keeps the connection.
2.2) pushing the data to MQTT and synchronizing the data to other servers.
And 3, pushing other servers to the client connected with the servers.
And 4, the client side takes the operation data, modifies the rich text and displays the rich text to the user.
The server is responsible for receiving the operation data of the client and the synchronous data among the operation data and the synchronous data, and then pushing the operation data to the client needing to be pushed.
The client is responsible for pushing user behavior operation data to the client, keeping connection with the server at the same time, receiving other operation data pushed by the server, converting the operation data and refreshing rich text application of the client. MQTT is responsible for synchronization behavior between servers.
It should be noted that for simplicity of explanation, the foregoing method embodiments are described as a series of acts or combination of acts, but those skilled in the art will appreciate that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention. In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
As shown in fig. 3, an embodiment of the present invention further provides a multi-user collaborative document editing system 300, applied to a server side, where the system includes:
a request receiving module 310, configured to receive a synchronization request sent by a first client, where the synchronization request includes editing operation information for editing a document and second client determination information;
a request parsing module 320, configured to parse the synchronization request to determine the editing operation information and second client determination information;
an information determining module 330, configured to determine, according to the second client determination information, a second client to be synchronized;
the information synchronization module 340 is configured to send the editing operation information to the second client to be synchronized, so as to implement synchronous editing of the document on the second client to be synchronized.
In some embodiments, the server side comprises a plurality of servers; wherein the receiving the synchronization request sent by the first client comprises: a first server of the plurality of servers associated with the first client receiving a synchronization request sent by the first client;
the determining, according to the second client determination information, a second client to be synchronized includes: and the first server queries other servers in the plurality of servers according to the second client determination information to determine a second client to be synchronized.
In some embodiments, the first server querying other servers of the plurality of servers according to the second client determination information to determine a second client to be synchronized comprises:
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information;
the second server determines the second client to be synchronized according to the second client determination information;
the sending the editing operation information to the second client to be synchronized to realize the synchronous editing of the document on the second client to be synchronized comprises:
and the second server sends the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
In some embodiments, each of the plurality of servers has stored therein collaborative document editing group information including a plurality of collaborative document editing group name information and a plurality of user identity information corresponding to each system document editing group name information.
In some embodiments, the second client determines that the information is user identity information of a current user using the second client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the plurality of servers according to the user identity information of the current user so as to determine associated collaborative document editing group name information stored with the user identity information corresponding to the current user;
and determining a server where the name information of the associated collaborative document editing group is located as a second server.
In some embodiments, the second client determines that the information is current collaborative document editing group name information corresponding to current user identity information of the first client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the multiple servers according to the user identity information of the current user so as to determine an associated server in which the name information of the current collaborative document editing group is stored;
determining that the associated server is the second server.
In some embodiments, the present invention provides a non-transitory computer-readable storage medium, in which one or more programs including executable instructions are stored, where the executable instructions can be read and executed by an electronic device (including but not limited to a computer, a server, or a network device, etc.) to perform any one of the above-described multi-person collaborative document editing methods of the present invention.
In some embodiments, the present invention further provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions that, when executed by a computer, cause the computer to perform any one of the above-described multi-person collaborative document editing methods.
In some embodiments, an embodiment of the present invention further provides an electronic device, which includes: the document editing system comprises 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 enable the at least one processor to perform a multi-person collaborative document editing method.
In some embodiments, an embodiment of the present invention further provides a storage medium on which a computer program is stored, where the program is executed by a processor to implement a multi-person collaborative document editing method.
The multi-person collaborative document editing system of the embodiment of the invention can be used for executing the multi-person collaborative document editing method of the embodiment of the invention, and accordingly achieves the technical effect achieved by the multi-person collaborative document editing method of the embodiment of the invention, and is not described again here. In the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
Fig. 4 is a schematic diagram of a hardware structure of an electronic device for performing a multi-person collaborative document editing method according to another embodiment of the present application, where as shown in fig. 4, the electronic device includes: one or more processors 410 and a memory 420, with one processor 410 being an example in fig. 4.
The apparatus for performing the multi-person collaborative document editing method may further include: an input device 430 and an output device 440.
The processor 410, the memory 420, the input device 430, and the output device 440 may be connected by a bus or other means, such as the bus connection in fig. 4.
The memory 420 is a non-volatile computer-readable storage medium, and can be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the multi-user collaborative document editing method in the embodiment of the present application. The processor 410 executes various functional applications of the server and data processing by running the nonvolatile software programs, instructions and modules stored in the memory 420, that is, the multi-person collaborative document editing method of the above-described method embodiment is implemented.
The memory 420 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the multiple-person collaborative document editing apparatus, and the like. Further, the memory 420 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the memory 420 may optionally include memory located remotely from the processor 410, which may be connected to the multi-person collaborative document editing apparatus via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 430 may receive input numeric or character information and generate signals related to user settings and function control of the multi-person collaborative document editing apparatus. The output device 440 may include a display device such as a display screen.
The one or more modules are stored in the memory 420 and, when executed by the one or more processors 410, perform the multi-person collaborative document editing method in any of the method embodiments described above.
The product can execute the method provided by the embodiment of the application, and has the corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the methods provided in the embodiments of the present application.
The electronic device of the embodiments of the present application exists in various forms, including but not limited to:
(1) mobile communication devices, which are characterized by mobile communication capabilities and are primarily targeted at providing voice and data communications. Such terminals include smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) The ultra-mobile personal computer equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include PDA, MID, and UMPC devices, such as ipads.
(3) Portable entertainment devices such devices may display and play multimedia content. Such devices include audio and video players (e.g., ipods), handheld game consoles, electronic books, as well as smart toys and portable car navigation devices.
(4) The server is similar to a general computer architecture, but has higher requirements on processing capability, stability, reliability, safety, expandability, manageability and the like because of the need of providing highly reliable services.
(5) And other electronic devices with data interaction functions.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a general hardware platform, and certainly can also be implemented by hardware. Based on such understanding, the above technical solutions substantially or contributing to the related art may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A multi-person collaborative document editing method is applied to a server side, and comprises the following steps:
receiving a synchronization request sent by a first client, wherein the synchronization request comprises editing operation information for editing a document and second client determination information;
analyzing the synchronous request to determine the editing operation information and second client determining information;
determining a second client to be synchronized according to the second client determination information;
and sending the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
2. The method of claim 1, wherein the server side comprises a plurality of servers; wherein the content of the first and second substances,
the receiving the synchronization request sent by the first client comprises:
a first server of the plurality of servers associated with the first client receiving a synchronization request sent by the first client;
the determining, according to the second client determination information, a second client to be synchronized includes:
and the first server queries other servers in the plurality of servers according to the second client determination information to determine a second client to be synchronized.
3. The method of claim 2, wherein the first server querying other servers of the plurality of servers according to the second client determination information to determine a second client to synchronize comprises:
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information;
the second server determines the second client to be synchronized according to the second client determination information;
the sending the editing operation information to the second client to be synchronized to realize the synchronous editing of the document on the second client to be synchronized comprises:
and the second server sends the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
4. The method of claim 2 or 3, wherein each of the plurality of servers has stored therein collaborative document editing group information comprising a plurality of collaborative document editing group name information and a plurality of user identity information corresponding to each system document editing group name information.
5. The method of claim 4, wherein the second client determination information is user identity information of a current user using the second client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the plurality of servers according to the user identity information of the current user so as to determine associated collaborative document editing group name information stored with the user identity information corresponding to the current user;
and determining a server where the name information of the associated collaborative document editing group is located as a second server.
6. The method according to claim 4, wherein the second client determination information is current collaborative document editing group name information corresponding to current user identity information using the first client;
the first server querying other servers of the plurality of servers according to the second client determination information to determine a second server associated with the second client determination information comprises:
the first server inquires other servers in the multiple servers according to the user identity information of the current user so as to determine an associated server in which the name information of the current collaborative document editing group is stored;
determining that the associated server is the second server.
7. A multi-user collaborative document editing system is applied to a server side, and the system comprises:
the request receiving module is used for receiving a synchronization request sent by a first client, wherein the synchronization request comprises editing operation information for editing a document and second client determination information;
the request analysis module is used for analyzing the synchronous request to determine the editing operation information and the second client determining information;
the information determining module is used for determining a second client to be synchronized according to the second client determining information;
and the information synchronization module is used for sending the editing operation information to the second client to be synchronized so as to realize the synchronous editing of the document on the second client to be synchronized.
8. The system of claim 7, wherein the server side comprises a plurality of servers; wherein the content of the first and second substances,
the receiving the synchronization request sent by the first client comprises:
a first server of the plurality of servers associated with the first client receiving a synchronization request sent by the first client;
the determining, according to the second client determination information, a second client to be synchronized includes:
and the first server queries other servers in the plurality of servers according to the second client determination information to determine a second client to be synchronized.
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 enable the at least one processor to perform the steps of the method of any one of claims 1-6.
10. A storage medium on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 6.
CN201911003974.4A 2019-10-22 2019-10-22 Multi-user collaborative document editing method and system Active CN110765744B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911003974.4A CN110765744B (en) 2019-10-22 2019-10-22 Multi-user collaborative document editing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911003974.4A CN110765744B (en) 2019-10-22 2019-10-22 Multi-user collaborative document editing method and system

Publications (2)

Publication Number Publication Date
CN110765744A true CN110765744A (en) 2020-02-07
CN110765744B CN110765744B (en) 2024-01-30

Family

ID=69332640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911003974.4A Active CN110765744B (en) 2019-10-22 2019-10-22 Multi-user collaborative document editing method and system

Country Status (1)

Country Link
CN (1) CN110765744B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708597A (en) * 2020-06-17 2020-09-25 北京字节跳动网络技术有限公司 Information processing method and device and electronic equipment
CN112286890A (en) * 2020-09-02 2021-01-29 北京意匠文枢科技有限公司 Method and equipment for synchronizing revision information of target document
CN112906355A (en) * 2021-01-20 2021-06-04 长沙市到家悠享网络科技有限公司 Collaborative editing method, device, equipment and storage medium
CN113472776A (en) * 2021-06-30 2021-10-01 亿图软件(湖南)有限公司 Multi-user real-time cooperation method and system
CN113595859A (en) * 2020-04-30 2021-11-02 北京字节跳动网络技术有限公司 Information interaction method, device, server, system and storage medium
CN113591439A (en) * 2020-04-30 2021-11-02 北京字节跳动网络技术有限公司 Information interaction method and device, electronic equipment and storage medium
CN113784177A (en) * 2021-07-06 2021-12-10 深圳点猫科技有限公司 Control method, device, system and medium for collaborative teaching
CN114500562A (en) * 2021-12-24 2022-05-13 天翼云科技有限公司 Collaborative editing method and device and electronic equipment
CN115277649A (en) * 2022-06-30 2022-11-01 钉钉(中国)信息技术有限公司 Method and device for collaboratively editing document in multimedia conference scene
CN115510832A (en) * 2022-10-31 2022-12-23 北京字跳网络技术有限公司 Information synchronization processing method, system, device, electronic equipment and storage medium
US11706170B2 (en) 2020-04-30 2023-07-18 Beijing Bytedance Network Technology Co., Ltd. Collaborative editing method of an electronic mail, electronic device, and storage medium
WO2023151597A1 (en) * 2022-02-09 2023-08-17 北京字跳网络技术有限公司 Task processing method and apparatus, electronic device, and computer-readable storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101600076A (en) * 2008-06-06 2009-12-09 株式会社Ntt都科摩 Image editing system, video editing server and communication terminal
CN101834905A (en) * 2010-05-13 2010-09-15 中兴通讯股份有限公司 Remote document sharing method and remote document sharing server
CN103118048A (en) * 2011-11-17 2013-05-22 腾讯科技(深圳)有限公司 Data synchronization method, server and terminal
US20140280463A1 (en) * 2013-03-12 2014-09-18 Dropbox, Inc. Implementing a consistent ordering of operations in collaborative editing of shared content items
CN104750739A (en) * 2013-12-27 2015-07-01 珠海金山办公软件有限公司 Method and device for document sharing between user groups
CN106022716A (en) * 2010-11-04 2016-10-12 中兴通讯股份有限公司 Method and system for multi-user cooperative graph editing of mobile terminal
CN106101167A (en) * 2016-04-29 2016-11-09 乐视控股(北京)有限公司 Information synchronization method and system
US20170134495A1 (en) * 2015-04-20 2017-05-11 Infraware Inc. Method and apparatus for sharing collaboratively edited document
CN107656988A (en) * 2017-09-12 2018-02-02 北京北信源软件股份有限公司 Document edit method and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101600076A (en) * 2008-06-06 2009-12-09 株式会社Ntt都科摩 Image editing system, video editing server and communication terminal
CN101834905A (en) * 2010-05-13 2010-09-15 中兴通讯股份有限公司 Remote document sharing method and remote document sharing server
CN106022716A (en) * 2010-11-04 2016-10-12 中兴通讯股份有限公司 Method and system for multi-user cooperative graph editing of mobile terminal
CN103118048A (en) * 2011-11-17 2013-05-22 腾讯科技(深圳)有限公司 Data synchronization method, server and terminal
US20140280463A1 (en) * 2013-03-12 2014-09-18 Dropbox, Inc. Implementing a consistent ordering of operations in collaborative editing of shared content items
CN104750739A (en) * 2013-12-27 2015-07-01 珠海金山办公软件有限公司 Method and device for document sharing between user groups
US20170134495A1 (en) * 2015-04-20 2017-05-11 Infraware Inc. Method and apparatus for sharing collaboratively edited document
CN106101167A (en) * 2016-04-29 2016-11-09 乐视控股(北京)有限公司 Information synchronization method and system
CN107656988A (en) * 2017-09-12 2018-02-02 北京北信源软件股份有限公司 Document edit method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
许琦;: "基于Ajax4jsf的XML设计器", no. 01 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11706170B2 (en) 2020-04-30 2023-07-18 Beijing Bytedance Network Technology Co., Ltd. Collaborative editing method of an electronic mail, electronic device, and storage medium
CN113595859A (en) * 2020-04-30 2021-11-02 北京字节跳动网络技术有限公司 Information interaction method, device, server, system and storage medium
CN113591439A (en) * 2020-04-30 2021-11-02 北京字节跳动网络技术有限公司 Information interaction method and device, electronic equipment and storage medium
US11868707B2 (en) 2020-04-30 2024-01-09 Beijing Bytedance Network Technology Co., Ltd. Information interaction method and apparatus, server, system, and storage medium
CN111708597A (en) * 2020-06-17 2020-09-25 北京字节跳动网络技术有限公司 Information processing method and device and electronic equipment
CN111708597B (en) * 2020-06-17 2024-03-05 北京字节跳动网络技术有限公司 Information processing method and device and electronic equipment
CN112286890A (en) * 2020-09-02 2021-01-29 北京意匠文枢科技有限公司 Method and equipment for synchronizing revision information of target document
CN112906355A (en) * 2021-01-20 2021-06-04 长沙市到家悠享网络科技有限公司 Collaborative editing method, device, equipment and storage medium
CN113472776A (en) * 2021-06-30 2021-10-01 亿图软件(湖南)有限公司 Multi-user real-time cooperation method and system
CN113784177A (en) * 2021-07-06 2021-12-10 深圳点猫科技有限公司 Control method, device, system and medium for collaborative teaching
CN114500562A (en) * 2021-12-24 2022-05-13 天翼云科技有限公司 Collaborative editing method and device and electronic equipment
WO2023151597A1 (en) * 2022-02-09 2023-08-17 北京字跳网络技术有限公司 Task processing method and apparatus, electronic device, and computer-readable storage medium
CN115277649A (en) * 2022-06-30 2022-11-01 钉钉(中国)信息技术有限公司 Method and device for collaboratively editing document in multimedia conference scene
CN115510832A (en) * 2022-10-31 2022-12-23 北京字跳网络技术有限公司 Information synchronization processing method, system, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110765744B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
CN110765744A (en) Multi-person collaborative document editing method and system
CN110597774B (en) File sharing method, system, device, computing equipment and terminal equipment
EP3447631B1 (en) Writing trajectory synchronization method and system for multiple clients
CN112069353B (en) Music playing control method and device, storage medium and electronic equipment
CN108965932B (en) Continuous wheat window display method and device
WO2014183427A1 (en) Method and apparatus for displaying webcast rooms
JP2014523568A (en) Efficient conditioning
EP3886452A1 (en) Method for sharing media content, terminal device, and content sharing system
CN113489805B (en) Butt joint method, device, equipment and storage medium of cloud desktop system
US11758087B2 (en) Multimedia conference data processing method and apparatus, and electronic device
CN115334025B (en) Decentralized instant messaging method, decentralized instant messaging device, decentralized instant messaging equipment and storage medium
US20170187800A1 (en) File synchronization method, electronic device
US10666588B2 (en) Method for sharing media content, terminal device, and content sharing system
CN112601046B (en) Interactive method, terminal, server, interactive system and non-transitory storage medium
CN111258902B (en) Performance test method and performance test system based on SockJS server
CN110109597A (en) A kind of single switching method of song, device, system, terminal and storage medium
CN104808976B (en) File sharing method
CN108009247B (en) Information pushing method and device
CN105681262A (en) Interaction message allocating method and system
CN113947166A (en) Questionnaire statistics real-time processing method, system, electronic equipment and storage medium
CN112688793B (en) Data packet obtaining method and device and electronic equipment
CN109302446B (en) Cross-platform access method and device, electronic equipment and storage medium
US20170149578A1 (en) Networking cooperation method and machine using such method
CN107846634B (en) Audio and video file sharing method, device and system, storage medium and terminal equipment
CN110314374B (en) Game processing method, game processing device, electronic equipment and 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
CB02 Change of applicant information

Address after: 215123 building 14, Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou City, Jiangsu Province

Applicant after: Sipic Technology Co.,Ltd.

Address before: 215123 building 14, Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou City, Jiangsu Province

Applicant before: AI SPEECH Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant