CN115061988A - Computer processing document editing conflict optimization method - Google Patents

Computer processing document editing conflict optimization method Download PDF

Info

Publication number
CN115061988A
CN115061988A CN202210590651.5A CN202210590651A CN115061988A CN 115061988 A CN115061988 A CN 115061988A CN 202210590651 A CN202210590651 A CN 202210590651A CN 115061988 A CN115061988 A CN 115061988A
Authority
CN
China
Prior art keywords
document
group
user
client
authority
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
CN202210590651.5A
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.)
Shanghai Hongyi Software Technology Co ltd
Original Assignee
Shanghai Hongyi Software 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 Shanghai Hongyi Software Technology Co ltd filed Critical Shanghai Hongyi Software Technology Co ltd
Priority to CN202210590651.5A priority Critical patent/CN115061988A/en
Publication of CN115061988A publication Critical patent/CN115061988A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • G06F16/1767Concurrency control, e.g. optimistic or pessimistic approaches
    • G06F16/1774Locking methods, e.g. locking methods for file systems allowing shared and concurrent access to files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention relates to a method for optimizing computer processing document editing conflict, which comprises a client, input equipment, a permission management module, an information sharing module, an operation management module and a collaborative execution module. Document editing conflict (multiple editing writes) is changed into (one editing write and multiple reading), and the process is serialized, so that file conflict and content loss are avoided.

Description

Computer processing document editing conflict optimization method
Technical Field
The invention relates to the technical field of computers, in particular to a method for optimizing editing conflict of a computer processing document.
Background
With the development of computer collaborative work, computer applications are shifting from a traditional single-user mode to a multi-user collaborative approach, which allows geographically dispersed users to collaboratively browse and edit shared documents, enabling collaborative editing with its feasibility and certainty of existence.
The invention aims to provide a technical optimization method for adjustable document editing conflict, which is simple in structure, reasonable in design and convenient to use, aiming at the defects and shortcomings of the prior art.
Disclosure of Invention
In view of the above, the present invention provides a technical optimization method for solving or partially solving the document editing conflict.
In order to achieve the effect of the technical scheme, the technical scheme of the invention is as follows: a computer-processed document editing conflict optimization method, comprising: the method comprises the following steps that firstly, a client is connected with an input device, a permission management module, an information sharing module, an operation management module and a collaborative execution module; the input device is used for inputting data and instructions; the client is used for displaying documents and operation information to a user; the authority management module is used for managing accounts and groups and configuring authorities; the authority management module comprises an account management unit, an authority configuration unit and a group management unit; the account management unit is used for creating a new account, logging in and managing user information; the group management unit is used for creating a new group, binding the group and managing group members; the authority configuration unit is used for managing user authority, and the user authority comprises authority of a user in a group and operation authority of the user on a document; the group is a dividing mode of the document authority; the newly created account does not have the group; the number of the groups owned by the user is zero to multiple; the operation management module is used for managing the operation authority of a user on the document; the operation management module comprises a document management unit and a document editing unit; the document management unit is used for performing operations such as adding, deleting, inquiring and naming on the document; the document editing unit is a text editor and is used for editing document contents; the cooperative execution module comprises a perception prompt unit and a parallel feedback unit; the perception prompting unit is used for prompting information for a user in an edited document, wherein the prompting information comprises the operation of other users on the document and the change of user information in a group; the parallel feedback unit is used for inquiring the occupation state of the request file and returning a locking result; the information sharing module is used for sharing information of users in the same group; the information sharing comprises user sharing information, group sharing information and editing content information; step two, the technical optimization method of the document editing conflict comprises the following steps: step S1: a user A double clicks the input device to open a document A, and the client monitors the action of opening the document A; step S2: the client requests the document state of the document A from the collaborative execution module; the document state represents whether the document is occupied or not, and comprises locked state and unlocked state; the locked representation file is edited by others, and the unlocked representation file is in an editable state; step S3: the collaborative execution module sends the document state of the document A inquired by the parallel feedback unit to the client; step S4: the client performs opening operation according to the document state of the document A returned by the server; the opening operation comprises read-write opening and read-only opening; if the document state of the document A is unlocked, the client reads and writes the document A to be opened; if the document state of the document A is locked, the client performs read-only opening on the document A; step S5: the client sends the opening operation of the document A to the collaborative execution module; the parallel feedback unit saves the opening operation of the document A; the perception prompting unit feeds back the user name of the user A, the time for the user A to open the document A and the opening operation of the document A to all users who edit the document A; step S6: the client sends the opening operation of the document A to the collaborative execution module, and the parallel feedback unit stores the opening operation of the document A; in the step S4, when the client opens the document a only by reading, the operation management module only opens the query right to the user a; the document management unit can start a query function, and the document editing unit cannot be started; when the user A uses the input equipment to delete and name the document A on the client, the client requests the document state of the document A from the collaborative execution module, and if the document state of the document A is unlocked, the user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time for deleting and naming the user A, and the content of the deleting and naming operations to the information sharing module, and the sensing and prompting unit feeds the user name of the user A, the time for deleting and naming the user A, and the content of the deleting and naming operations back to all users of the document A; step three, the technical optimization method of the group document editing conflict comprises the following steps: step T1: the group member B creates a group document B on the client; the group member B is a member with the authority of the new document in the group B; step T2: the client sends the user name of the group member B, the creation time of the group document B and the document name of the group document B to the information sharing module, and the sensing prompt unit feeds the user name of the group member B, the creation time of the group document B and the document name of the group document B back to all members of the group B; step T3: the group member C double-clicks the input device to open the group document B, and the client monitors the action of opening the group document B; step T4: the client requests the group document editing authority of the group member C to the authority management module; the group document editing right indicates whether the group member C has editing right on the group document, and the group document editing right comprises editable and readable; the editable representation indicates that the group member C has editing right on the group document, and the readable representation indicates that the group member C has no editing right on the group document; step T5: the authority management module sends the group document editing authority of the group member C inquired by the authority configuration unit to the client; step T6: if the group document editing authority of the group member C received by the client is the readable, the client opens the group document B read only, and executes step T9; if the group document editing right of the group member C received by the client is the editable, the client requests the document state of the group document B from the cooperative execution module, and performs step T7; step T7: the collaborative execution module sends the document state of the group document B inquired by the parallel feedback unit to the client; step T8: the client performs opening operation according to the document state of the group document B returned by the server; if the document state of the group document B is unlocked, the client reads, writes and opens the group document B; if the document state of the group document B is locked, the client performs read-only opening on the group document B; step T9: the client sends the opening operation of the group document B to the cooperative execution module; the parallel feedback unit stores the opening operation of the group document B; the perception prompting unit feeds back the user name of the group member B, the time for the group member B to open the group document B and the opening operation of the group document B to all members in the group B; in the step T6, when the client opens the group document B only, the operation management module only opens the query right to the group member C; the document management unit can start a query function, and the document editing unit cannot be started; when the group member C deletes and names the group document B on the client by using the input device, the client requests the group document deletion and naming authority of the group member C to the authority management module, the cooperative execution module requests the document state of the document A, and if the document state of the document A is unlocked, the user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time for the user A to perform deletion and naming operation, and the content of the deletion and naming operation to the information sharing module, and the perception prompting unit feeds the user name of the user A, the time for the user A to perform deletion and naming operation, and the content of the deletion and naming operation back to all users of the document A.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects to be solved by the present invention more apparent, the present invention is described in detail below with reference to the embodiments. It should be noted that the specific embodiments described herein are only for illustrating the present invention and are not to be construed as limiting the present invention, and products that can achieve the same functions are included in the scope of the present invention. The specific method comprises the following steps:
example 1: this embodiment specifically introduces a commonly used technical optimization method for document editing conflict, which is as follows:
the technical optimization method for the document editing conflict comprises the following steps: the system comprises a client, input equipment, a permission management module, an information sharing module, an operation management module and a cooperative execution module;
the input device is used for inputting data and instructions; the client is used for displaying the document and the operation information to the user;
the authority management module is used for managing accounts and groups and configuring authorities; the authority management module comprises an account management unit, an authority configuration unit and a group management unit; the account management unit is used for creating a new account, logging in and managing user information; the group management unit is used for creating a new group, binding the group and managing group members; the authority configuration unit is used for managing user authority, and the user authority comprises authority of a user in a group and operation authority of the user on a document; the group is a dividing mode of the document authority; the newly created account has no group; the user may not have a group, and the user may have a plurality of groups;
the operation management module is used for managing the operation authority of the user on the document; the operation management module comprises a document management unit and a document editing unit; the document management unit is used for performing operations such as adding, deleting, inquiring and naming on the document; the document editing unit is a text editor and is used for editing document contents;
the cooperative execution module comprises a perception prompt unit and a parallel feedback unit; the perception prompting unit is used for prompting information for a user in an edited document, wherein the prompting information comprises the operation of other users on the document and the change of user information in a group; the parallel feedback unit is used for inquiring the occupation state of the request file and returning a locking result;
the information sharing module is used for sharing information of users in the same group; the information sharing comprises user sharing information, group sharing information and editing content information;
the technical optimization method of the document editing conflict comprises the following steps:
step S1: a user A double-clicks an input device to open a document A, and a client monitors the opening action of the document A;
step S2: the client requests the document state of the document A from the collaborative execution module; the document state represents whether the document is occupied or not, and comprises locked state and unlocked state; the locked representation file is edited by others, and the unlocked representation file is in an editable state;
step S3: the collaborative execution module sends the document state of the document A inquired by the parallel feedback unit to the client;
step S4: the client performs opening operation according to the document state of the document A returned by the server; the opening operation comprises read-write opening and read-only opening; if the document state of the document A is unlocked, the client reads, writes and opens the document A; if the document state of the document A is locked, the client performs read-only opening on the document A;
step S5: the client sends the opening operation of the document A to the collaborative execution module; the parallel feedback unit stores the opening operation of the document A; the perception prompting unit feeds back the user name of the user A, the time for the user A to open the document A and the opening operation of the document A to all users who edit the document A;
step S6: the client sends the opening operation of the document A to the cooperative execution module, and the parallel feedback unit stores the opening operation of the document A;
in step S4, when the client opens the document a read-only, the operation management module only opens the query right to the user a; the document management unit can start the query function, and the document editing unit cannot be started;
when a user A deletes and names the document A on a client by using input equipment, the client requests the document state of the document A from the collaborative execution module, and if the document state of the document A is unlocked, the user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time of the user A for deletion and naming operation, and the content of the deletion and naming operation to the information sharing module, and the perception prompting unit feeds the user name of the user A, the time of the user A for deletion and naming operation, and the content of the deletion and naming operation back to all users of the document A;
the technical optimization method for group document editing conflict comprises the following steps:
step T1: the group member B creates a group document B on the client; the group member B is a member with the authority of the new document in the group B;
step T2: the client sends the user name of the group member B, the creation time of the group document B and the document name of the group document B to the information sharing module, and the sensing prompt unit feeds the user name of the group member B, the creation time of the group document B and the document name of the group document B back to all members of the group B;
step T3: the group member C double-clicks the input device to open the group document B, and the client monitors the action of opening the group document B;
step T4: the client requests the group document editing authority of the group member C to the authority management module; the group document editing right indicates whether the group member C has editing right on the group document, and the group document editing right comprises editable and readable; the editable representation group member C has editing right to the group document, and the editable representation group member C has no editing right to the group document;
step T5: the authority management module sends the group document editing authority of the group member C inquired by the authority configuration unit to the client;
step T6: if the group document editing authority of the group member C received by the client is readable, the client opens the group document B only by reading, and executes the step T9; if the group document editing authority of the group member C received by the client is editable, the client requests the collaborative execution module for the document state of the group document B, and then executes step T7;
step T7: the collaborative execution module sends the document state of the group document B inquired by the parallel feedback unit to the client;
step T8: the client performs opening operation according to the document state of the group document B returned by the server; if the document state of the group document B is unlocked, the client reads and writes the group document B to be opened; if the document state of the group document B is locked, the client performs read-only opening on the group document B;
step T9: the client sends the opening operation of the group document B to the cooperative execution module; the parallel feedback unit stores the opening operation of the group document B; the sensing prompt unit feeds back the user name of the group member B, the time for the group member B to open the group document B and the opening operation of the group document B to all members in the editing group B;
in step T6, when the client opens the group document B read-only, the operation management module opens the query right only to the group member C; the document management unit can start the query function, and the document editing unit cannot be started;
when a group member C deletes and names a group document B on a client by using input equipment, the client requests the group document deletion and naming authority of the group member C to an authority management module, a collaborative execution module requests the document state of a document A, and if the document state of the document A is unlocked, a user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time of the user A for deleting and naming operation, and the content of the deleting and naming operation to the information sharing module, and the sensing and prompting unit feeds the user name of the user A, the time of the user A for deleting and naming operation, and the content of the deleting and naming operation back to all users of the document A.
The beneficial results of the invention are as follows: the invention provides a computer processing document editing conflict optimization method which comprises a client, input equipment, a permission management module, an information sharing module, an operation management module and a collaborative execution module. Document editing conflict (multiple editing writes) is changed into (one editing write and multiple reading), and the process is serialized, so that file conflict and content loss are avoided.
The above description is only for the preferred embodiment of the present invention, and should not be used to limit the scope of the claims of the present invention. While the foregoing description will be understood and practiced by those skilled in the relevant art, it is intended that all equivalent modifications and equivalents included within the scope of the claims be embraced thereby.

Claims (1)

1. A computer-processed document editing conflict optimization method, comprising: the method comprises the following steps that firstly, a client is connected with an input device, a permission management module, an information sharing module, an operation management module and a collaborative execution module; the input device is used for inputting data and instructions; the client is used for displaying documents and operation information to a user; the authority management module is used for managing accounts and groups and configuring authorities; the authority management module comprises an account management unit, an authority configuration unit and a group management unit; the account management unit is used for creating a new account, logging in and managing user information; the group management unit is used for creating a new group, binding the group and managing group members; the authority configuration unit is used for managing user authority, and the user authority comprises authority of a user in a group and operation authority of the user on a document; the group is a dividing mode of the document authority; the newly created account does not have the group; the number of the groups owned by the user is zero to multiple; the operation management module is used for managing the operation authority of a user on the document; the operation management module comprises a document management unit and a document editing unit; the document management unit is used for performing operations such as adding, deleting, inquiring and naming on the document; the document editing unit is a text editor and is used for editing document contents; the cooperative execution module comprises a perception prompt unit and a parallel feedback unit; the perception prompting unit is used for prompting information for a user in an edited document, wherein the prompting information comprises the operation of other users on the document and the change of user information in a group; the parallel feedback unit is used for inquiring the occupation state of the request file and returning a locking result; the information sharing module is used for sharing information of users in the same group; the information sharing comprises user sharing information, group sharing information and editing content information; step two, the technical optimization method of the document editing conflict comprises the following steps: step S1: a user A double clicks the input device to open a document A, and the client monitors the action of opening the document A; step S2: the client requests the document state of the document A from the collaborative execution module; the document state represents whether the document is occupied or not, and comprises locked state and unlocked state; the locked representation file is edited by others, and the unlocked representation file is in an editable state; step S3: the collaborative execution module sends the document state of the document A inquired by the parallel feedback unit to the client; step S4: the client performs opening operation according to the document state of the document A returned by the server; the opening operation comprises read-write opening and read-only opening; if the document state of the document A is unlocked, the client reads and writes the document A to be opened; if the document state of the document A is locked, the client performs read-only opening on the document A; step S5: the client sends the opening operation of the document A to the collaborative execution module; the parallel feedback unit saves the opening operation of the document A; the perception prompting unit feeds back the user name of the user A, the time for the user A to open the document A and the opening operation of the document A to all users who edit the document A; step S6: the client sends the opening operation of the document A to the collaborative execution module, and the parallel feedback unit stores the opening operation of the document A; in step S4, when the client opens the document a read-only, the operation management module only opens the query right to the user a; the document management unit can start a query function, and the document editing unit cannot be started; when the user A uses the input equipment to delete and name the document A on the client, the client requests the document state of the document A from the collaborative execution module, and if the document state of the document A is unlocked, the user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time for deleting and naming the user A, and the content of the deleting and naming operations to the information sharing module, and the sensing and prompting unit feeds the user name of the user A, the time for deleting and naming the user A, and the content of the deleting and naming operations back to all users of the document A; step three, the technical optimization method of the group document editing conflict comprises the following steps: step T1: a group member B creates a group document B on the client; the group member B is a member with the authority of the new document in the group B; step T2: the client sends the user name of the group member B, the creation time of the group document B and the document name of the group document B to the information sharing module, and the sensing prompt unit feeds the user name of the group member B, the creation time of the group document B and the document name of the group document B back to all members of the group B; step T3: the group member C double-clicks the input device to open the group document B, and the client monitors the action of opening the group document B; step T4: the client requests the group document editing authority of the group member C to the authority management module; the group document editing right indicates whether the group member C has editing right on the group document, and the group document editing right comprises editable and readable; the editable representation indicates that the group member C has editing right on the group document, and the readable representation indicates that the group member C has no editing right on the group document; step T5: the authority management module sends the group document editing authority of the group member C inquired by the authority configuration unit to the client; step T6: if the group document editing authority of the group member C received by the client is the readable, the client opens the group document B read only, and executes step T9; if the group document editing right of the group member C received by the client is the editable, the client requests the document state of the group document B from the cooperative execution module, and performs step T7; step T7: the collaborative execution module sends the document state of the group document B inquired by the parallel feedback unit to the client; step T8: the client performs opening operation according to the document state of the group document B returned by the server; if the document state of the group document B is unlocked, the client reads, writes and opens the group document B; if the document state of the group document B is locked, the client performs read-only opening on the group document B; step T9: the client sends the opening operation of the group document B to the collaborative execution module; the parallel feedback unit stores the opening operation of the group document B; the perception prompting unit feeds back the user name of the group member B, the time for the group member B to open the group document B and the opening operation of the group document B to all members in the group B; in the step T6, when the client opens the group document B only, the operation management module only opens the query right to the group member C; the document management unit can start a query function, and the document editing unit cannot be started; when the group member C deletes and names the group document B on the client by using the input device, the client requests the group document deletion and naming authority of the group member C to the authority management module, the cooperative execution module requests the document state of the document A, and if the document state of the document A is unlocked, the user A can delete and name the document A; if the document state of the document A is locked, the user A cannot delete and name the document A; the client sends the user name of the user A, the time for the user A to perform deletion and naming operation, and the content of the deletion and naming operation to the information sharing module, and the perception prompting unit feeds the user name of the user A, the time for the user A to perform deletion and naming operation, and the content of the deletion and naming operation back to all users of the document A.
CN202210590651.5A 2022-05-27 2022-05-27 Computer processing document editing conflict optimization method Pending CN115061988A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210590651.5A CN115061988A (en) 2022-05-27 2022-05-27 Computer processing document editing conflict optimization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210590651.5A CN115061988A (en) 2022-05-27 2022-05-27 Computer processing document editing conflict optimization method

Publications (1)

Publication Number Publication Date
CN115061988A true CN115061988A (en) 2022-09-16

Family

ID=83197668

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210590651.5A Pending CN115061988A (en) 2022-05-27 2022-05-27 Computer processing document editing conflict optimization method

Country Status (1)

Country Link
CN (1) CN115061988A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05128117A (en) * 1991-11-01 1993-05-25 Hitachi Ltd Document editing system
JP2001051995A (en) * 1999-08-10 2001-02-23 Fuji Xerox Co Ltd Document editor
KR20060034786A (en) * 2004-10-19 2006-04-26 이유정 Method of joint editing a document for multi users and system thereof
CN101350009A (en) * 2008-09-05 2009-01-21 中国工商银行股份有限公司 System for writing and compiling cooperated documents
US20090106247A1 (en) * 2007-10-23 2009-04-23 Daughtry Chenita D Method and system for allowing multiple users to access and unlock shared electronic documents in a computer system
CN103914439A (en) * 2013-01-04 2014-07-09 中国移动通信集团公司 Method, device and system for online document edition
CN104301420A (en) * 2014-10-23 2015-01-21 中国运载火箭技术研究院 Distributed file sharing system and method supporting multiple clients
US20150199319A1 (en) * 2006-08-16 2015-07-16 Google Inc. Real-Time Document Sharing and Editing
EP3161664A1 (en) * 2014-06-30 2017-05-03 Microsoft Technology Licensing, LLC Intelligent conflict detection and semantic expression of document edits
KR101932600B1 (en) * 2018-07-19 2018-12-27 이지에듀정보 주식회사 Method of editing common document
KR20200001139A (en) * 2018-06-27 2020-01-06 주식회사 한글과컴퓨터 Server for editing electronic document based on message including edit command and operating method thereof
CN111985191A (en) * 2020-08-05 2020-11-24 北京同创永益科技发展有限公司 Multi-person collaborative online document editing method and device
CN113836871A (en) * 2021-08-20 2021-12-24 北京仿真中心 Collaborative discussion and collaborative editing integration method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05128117A (en) * 1991-11-01 1993-05-25 Hitachi Ltd Document editing system
JP2001051995A (en) * 1999-08-10 2001-02-23 Fuji Xerox Co Ltd Document editor
KR20060034786A (en) * 2004-10-19 2006-04-26 이유정 Method of joint editing a document for multi users and system thereof
US20150199319A1 (en) * 2006-08-16 2015-07-16 Google Inc. Real-Time Document Sharing and Editing
US20090106247A1 (en) * 2007-10-23 2009-04-23 Daughtry Chenita D Method and system for allowing multiple users to access and unlock shared electronic documents in a computer system
CN101350009A (en) * 2008-09-05 2009-01-21 中国工商银行股份有限公司 System for writing and compiling cooperated documents
CN103914439A (en) * 2013-01-04 2014-07-09 中国移动通信集团公司 Method, device and system for online document edition
EP3161664A1 (en) * 2014-06-30 2017-05-03 Microsoft Technology Licensing, LLC Intelligent conflict detection and semantic expression of document edits
CN104301420A (en) * 2014-10-23 2015-01-21 中国运载火箭技术研究院 Distributed file sharing system and method supporting multiple clients
KR20200001139A (en) * 2018-06-27 2020-01-06 주식회사 한글과컴퓨터 Server for editing electronic document based on message including edit command and operating method thereof
KR101932600B1 (en) * 2018-07-19 2018-12-27 이지에듀정보 주식회사 Method of editing common document
CN111985191A (en) * 2020-08-05 2020-11-24 北京同创永益科技发展有限公司 Multi-person collaborative online document editing method and device
CN113836871A (en) * 2021-08-20 2021-12-24 北京仿真中心 Collaborative discussion and collaborative editing integration method

Similar Documents

Publication Publication Date Title
US11256854B2 (en) Methods and systems for integrating multiple document versions
US7149959B1 (en) Method and apparatus for providing drawing collaboration on a network
US9223817B2 (en) Virtual repository management
EP2304603B1 (en) Structured coauthoring
CN112654973A (en) Techniques for integrating cloud content items across platforms
US7716365B2 (en) Automatically targeting and filtering shared network resources
US7991838B2 (en) Apparatus and method for report sharing within an instant messaging framework
KR20140038452A (en) Document merging method
US20110066955A1 (en) System and Method for Managing a Written Transaction
JPH0664547B2 (en) Electronic Document Management Method for Interactive Information Handling System
US20230237005A1 (en) Board portal subsidiary management system, method, and computer program product
US20100017709A1 (en) List display method and list display apparatus
WO2020111197A1 (en) Document arrangement support system
US7814049B2 (en) Computer device for managing documents in multi-user mode
CN112685710A (en) CAD (computer-aided design) cooperative office platform
US10303420B2 (en) Proactive staged distribution of document activity indicators
JP4207417B2 (en) Document management device
Farida et al. Designing a microsoft access-based administration letters and archives system at BPJS of employment regional office of East Java
CN115061988A (en) Computer processing document editing conflict optimization method
CN117113948A (en) Method, storage medium and computer for multi-user online collaborative editing of electronic forms
CN112307407A (en) Document management method
JP2014153746A (en) File sharing system and file sharing method
KR20240062301A (en) Variable permission type web cad service method
Dewan et al. Towards mixed-initiative access control
Adler et al. Challenges in collaborative authoring software

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