CN115080528A - B/S document sharing processing method based on file service middlebox - Google Patents

B/S document sharing processing method based on file service middlebox Download PDF

Info

Publication number
CN115080528A
CN115080528A CN202210533008.9A CN202210533008A CN115080528A CN 115080528 A CN115080528 A CN 115080528A CN 202210533008 A CN202210533008 A CN 202210533008A CN 115080528 A CN115080528 A CN 115080528A
Authority
CN
China
Prior art keywords
file
source file
state
target client
client
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
CN202210533008.9A
Other languages
Chinese (zh)
Inventor
何宬呈
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HUADI COMPUTER GROUP CO Ltd
Original Assignee
HUADI COMPUTER GROUP 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 HUADI COMPUTER GROUP CO Ltd filed Critical HUADI COMPUTER GROUP CO Ltd
Priority to CN202210533008.9A priority Critical patent/CN115080528A/en
Publication of CN115080528A publication Critical patent/CN115080528A/en
Pending legal-status Critical Current

Links

Images

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
    • 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
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a B/S document sharing processing method based on a file service middle desk, which comprises the following steps: the file service center receives a file viewing request sent by a target client, adds the received file viewing request into a request queue and keeps connection with the target client; the file service middle desk judges the current state of a source file requested to be checked based on the file checking request, wherein the current state is divided into an open state, a locked state and a busy state, any client is allowed to access the source file in the open state, only the current client is allowed to edit and modify the source file in the locked state, and any client is not allowed to access the source file in the busy state; and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the current state of the source file.

Description

B/S document sharing processing method based on file service middlebox
Technical Field
The invention relates to the technical field of document sharing processing, in particular to a B/S document sharing processing method based on a file service middlebox.
Background
Most of the current version control software adopts a C/S (client/server) architecture, the configuration of a server is complex, the file storage is centralized, and specific client software needs to be installed on a terminal. It is not suitable for document preview and editing scenarios of most of the present B/S architecture applications. The online stream-oriented and format document viewing preview, editing and printing of applications such as OA, government affairs and CRM under the B/S architecture are realized by providing a set of document operation interface through browser language in a mode of combining local applications and browser plug-ins to realize the operations of viewing, editing, saving, updating and the like of documents.
Although the combination of the local application and the browser plug-in solves the problem of online viewing and editing of documents, because this operates as a temporary copy downloaded locally from the server source file, the server source file is stateless, i.e., multiple client processes can access and change the same source file and are not aware of each other. The problems that the file is repeatedly covered by errors, the change and the tracing are difficult and the like easily occur. Therefore, the remote editing of the files in the b/s architecture has conflict and authority management problems.
Disclosure of Invention
Aiming at the problems of conflict and authority management in the remote editing of files in a B/S architecture in the prior art, the invention provides a B/S document sharing processing method based on a file service center.
The invention provides a B/S document sharing processing method based on a file service central office, which comprises the following steps:
the file service center receives a file viewing request sent by a target client, adds the received file viewing request into a request queue and keeps connection with the target client;
the file service central desk judges the current state of a source file requested to be viewed based on the file viewing request, wherein the current state comprises an open state, a locked state and a busy state, any client is allowed to access the source file in the open state, only the current client is allowed to edit and modify the source file in the locked state, and any client is not allowed to access the source file in the busy state;
and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the current state of the source file.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including:
when the current state of the source file is an open state, the file service middle desk determines that the target client side has the editing operation authority of the source file;
and the file service middle desk modifies the current state of the source file into a locking state and returns a file stream of the source file with an editing operation right to the target client.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including:
when the current state of the source file is a locked state, the file service center determines that other clients of the source file have obtained editing and modifying authority;
and the file service middle desk returns a file stream of the source file with the viewing authority to the target client.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including:
and when the current state of the source file is a busy state, the file service center adds a file viewing request sent by the target client to the queue end of the request queue.
Optionally, the method further comprises: after returning a file stream of a source file with editing operation authority to the target client, the target client edits the source file by using a client plug-in provided by a client browser in a B/S environment.
Optionally, the method further comprises:
the file service central office receives a file storage request sent by the target client, adds the received file storage request into a storage queue and keeps connection with the target client;
the file service center station changes the current state of the source file from a locking state to a busy state based on the file storage request;
the file service console compresses and backs up the source file to obtain a recoverable source file backup with a version, then executes modification/covering operation on the source file, and records a change log of the version number +1 of the source file after the execution is finished;
and the file service central desk modifies the current state of the source file from a busy state to a locked state.
Optionally, the method further comprises: and the file service center station closes a client plug-in provided by a client browser after the target client does not perform subsequent operation on the source file, and changes the current state of the source file from a locked state to an open state when the target client is disconnected.
Optionally, the method further comprises:
the file service center receives a file re-viewing request sent by the target client, wherein the file re-viewing request is used for requesting the latest content and the editing control authority of the source file;
the file service center station adds the file review request into the request queue and judges the latest state of the source file when the resource is distributed;
and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the latest state of the source file.
Optionally, the file service middleware provides, according to the latest state of the source file, a corresponding source file sharing processing operation to the target client, including:
when the latest state of the source file is an open state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the editing operation authority to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the editing operation authority to the target client;
when the latest state of the source file is a locked state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the viewing permission to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the viewing authority to the target client;
and when the latest state of the source file is a busy state, the file service center station adds a file review request sent by the target client to the queue end of the request queue.
The invention provides a B/S document sharing processing method based on a file service middle desk, which provides a document state agent through the file service middle desk to control and manage the editing state of a source file on a server, a request of a client plug-in for accessing the source file through an interface is transmitted to the file service middle desk, the file service middle desk performs authority judgment and editing state judgment and carries file flow and state information to return to a client. Thus, the editing operation authority of the client is determined. Therefore, the problems of file remote editing conflict and authority management are solved.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
FIG. 1 is a flowchart illustrating a method for processing file service center-based B/S document sharing according to an exemplary embodiment of the present invention;
FIG. 2 is a schematic diagram of transitions of various states of a source file provided by an exemplary embodiment of the present invention;
FIG. 3 is a schematic diagram of an online view of an off-site file in a file service provided by an exemplary embodiment of the invention;
FIG. 4 is a schematic diagram of an off-site file modification in a file service provided by an exemplary embodiment of the present invention;
fig. 5 is a schematic diagram of a client requesting file modification permission according to an exemplary embodiment of the present invention.
Detailed Description
Hereinafter, example embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It is to be understood that the described embodiments are merely a subset of embodiments of the invention and not all embodiments of the invention, with the understanding that the invention is not limited to the example embodiments described herein.
It should be noted that: the relative arrangement of the components and steps, the numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present invention unless specifically stated otherwise.
It will be understood by those of skill in the art that the terms "first," "second," and the like in the embodiments of the present invention are used merely to distinguish one element, step, device, module, or the like from another element, and do not denote any particular technical or logical order therebetween.
It should also be understood that in embodiments of the present invention, "a plurality" may refer to two or more and "at least one" may refer to one, two or more.
It is also to be understood that any reference to any component, data, or structure in the embodiments of the invention may be generally understood as one or more, unless explicitly defined otherwise or stated to the contrary hereinafter.
In addition, the term "and/or" in the present invention is only one kind of association relationship describing the associated object, and means that there may be three kinds of relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In the present invention, the character "/" generally indicates that the preceding and following related objects are in an "or" relationship.
It should also be understood that the description of the embodiments of the present invention emphasizes the differences between the embodiments, and the same or similar parts may be referred to each other, so that the descriptions thereof are omitted for brevity.
Meanwhile, it should be understood that the sizes of the respective portions shown in the drawings are not drawn in an actual proportional relationship for the convenience of description.
The following description of at least one exemplary embodiment is merely illustrative in nature and is in no way intended to limit the invention, its application, or uses.
Techniques, methods, and apparatus known to those of ordinary skill in the relevant art may not be discussed in detail, but are intended to be part of the specification where appropriate.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, further discussion thereof is not required in subsequent figures.
Embodiments of the invention are operational with numerous other general purpose or special purpose computing system environments or configurations, and with numerous other electronic devices, such as terminal devices, computer systems, servers, etc. Examples of well known terminal devices, computing systems, environments, and/or configurations that may be suitable for use with electronic devices, such as terminal devices, computer systems, servers, and the like, include, but are not limited to: personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, microprocessor-based systems, set-top boxes, programmable consumer electronics, network personal computers, small computer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above, and the like.
Electronic devices such as terminal devices, computer systems, servers, etc. may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, etc. that perform particular tasks or implement particular abstract data types. The computer system/server may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.
Exemplary method
FIG. 1 is a flowchart illustrating a B/S document sharing processing method based on a file service center according to an exemplary embodiment of the present invention. The embodiment can be applied to an electronic device, and as shown in fig. 1, the B/S document sharing processing method 100 based on the file service middlebox includes the following steps:
step 101, a file service center receives a file viewing request sent by a target client, adds the received file viewing request into a request queue and keeps connection with the target client.
In the embodiment of the invention, in order to solve the problems of conflict, authority management and the like of remote editing of files, a file service center is established to perform state proxy on all source files of a server, and the source files can be single-node or distributed. The source file has three states in the proxy service, which are open, locked and busy. The state transitions are shown in FIG. 2: when the remote client accesses the source file, the open state is changed into an exclusive lock state through locking operation, only the current client is allowed to edit and modify the file, and other remote clients can only open the file in a read-only mode. And closing the release connection until the current client process finishes editing. The file state is returned from the new to the open state. When the current client side stores the file, the state before modification is changed into a busy state, and the state of the file is changed into a locked state again after modification.
In the embodiment of the present invention, as shown in fig. 3, all file viewing requests issued by clients first enter a request queue of a file service console, and remain connected. Wherein the request queue is an io pre-processing queue. He will gradually allocate resources according to the chronological order of access. If the request is a view request of the same source file, the requests are processed in sequence. Source file requests for different files may be processed in parallel.
102, the file service center judges the current state of a source file requested to be checked based on the file checking request, wherein the current state is divided into an open state, a locked state and a busy state, any client is allowed to access the source file in the open state, only the current client is allowed to edit and modify the source file in the locked state, and any client is not allowed to access the source file in the busy state.
Step 103, the file service middleware provides corresponding source file sharing processing operation to the target client according to the current state of the source file.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including: when the current state of the source file is an open state, the file service middle desk determines that the target client side has the editing operation authority of the source file; and the file service middle desk modifies the current state of the source file into a locking state and returns a file stream of the source file with an editing operation right to the target client.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including: when the current state of the source file is a locked state, the file service center determines that other clients of the source file have obtained editing and modifying authority; and the file service middle desk returns a file stream of the source file with the viewing authority to the target client.
Optionally, the file service middleware provides, according to the current state of the source file, a corresponding source file sharing processing operation to the target client, including: and when the current state of the source file is a busy state, the file service center adds a file viewing request sent by the target client to the queue end of the request queue.
In the embodiment of the present invention, as shown in fig. 3, when the target client requests to access the source file, the file service console first determines the current state of the agent file (source file). If the state is busy, the terminal returns to the end of the request queue again, and waits for the next time slice to reinitiate the access request. If the file is in a locked state at the time, which indicates that the file has the modification right acquired by the client, the file stream of the source file is returned in a read-only mode. At this time, the client has only viewing right to the file. If the proxy file is in an open state, the state of the proxy file is firstly changed into a lock state, and then a file stream of the source file with the operation authority is returned. At this time, the client can freely edit and save the file.
Optionally, the method further comprises: after returning a file stream of a source file with editing operation authority to the target client, the target client edits the source file by using a client plug-in provided by a client browser in a B/S environment.
Optionally, the method further comprises: the file service central office receives a file storage request sent by the target client, adds the received file storage request into a storage queue and keeps connection with the target client; the file service center station changes the current state of the source file from a locking state to a busy state based on the file storage request; the file service console compresses and backs up the source file to obtain a recoverable source file backup with a version, then executes modification/covering operation on the source file, and records a change log of the version number +1 of the source file after the execution is finished; and the file service central desk modifies the current state of the source file from a busy state to a locked state.
Optionally, the method further comprises: and the file service center station closes a client plug-in provided by a client browser after the target client does not perform subsequent operation on the source file, and changes the current state of the source file from a locked state to an open state when the target client is disconnected.
In the embodiment of the present invention, as shown in fig. 4, a client browser client plug-in is used to edit a source file in a B/S environment, and the plug-in is saved after the editing is completed. At this time, the client sends a file save request to the file service middlebox. The file save request enters a save queue and remains connected. After the file service console obtains the server resources, the state of a source file to be operated is changed from locked to busy. The file service middleware then compresses and backs up a recoverable version of the original file with the version, and then performs a modify/overwrite operation. After the execution is finished, the file version number +1 records a change log, and the log content comprises information of affiliated application, users, modification time, IP and the like. The file service central office changes the file status from busy to locked. In addition, if the target client side has no subsequent operation, the browser plug-in is closed. At the moment, the connection between the file service center station and the target client is disconnected, and the file service center station changes the file state of the source file from locking to opening.
Optionally, the method further comprises: the file service center receives a file re-viewing request sent by the target client, wherein the file re-viewing request is used for requesting the latest content and the editing control authority of the source file; the file service center station adds the file review request into the request queue and judges the latest state of the source file when the resource is distributed; and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the latest state of the source file.
Optionally, the file service middleware provides, according to the latest state of the source file, a corresponding source file sharing processing operation to the target client, including: when the latest state of the source file is an open state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the editing operation authority to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the editing operation authority to the target client; when the latest state of the source file is a locked state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the viewing permission to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the viewing authority to the target client; and when the latest state of the source file is a busy state, the file service center station adds a file review request sent by the target client to the queue end of the request queue.
In the embodiment of the present invention, as shown in fig. 4, the read-only file returned due to the source file being in the locked state has a read-only identifier mark on the online editing client, and is displayed in a text prompt or an indicator light manner. The client needs the latest file content and the authority state, so that the client can send a request to the file service center station at intervals in a polling mode to request the latest content and the editing control authority of the file. The request firstly enters a request queue, and the file service center judges the file state when the request is distributed to resources. And if the file state is busy, returning to the request queue. If the original file state is open or locked, the version numbers of the client file version and the server file version are judged. And if the version numbers are consistent, the file service middleware returns the source file to the client. And if the versions are not consistent, the file service center station acquires the new version file stream. The file service center station then determines the file state. And if the file locking service center station is the lock file service center station, returning a new version file stream with the new version number to the target client. And if the file is an open file service middlebox, returning the file stream with the new version number and the operation authority to the target client.
The invention realizes the state agent of the distributed files through the file service middle desk service. And the editing conflict of the remote file under the b/s framework is solved by integrally controlling the state and the version of the file. The controllable traceable recoverability is realized by recovering the backup and modifying the log record.
Therefore, the method and the device solve the long-standing file sharing and editing problem of the document application under the bs framework, and particularly solve the file version conflict and modification tracing problem under the scene of multi-department multi-leader countersigning. The multi-user and multi-department system is used for processing the format and the streaming electronic official documents, the processing notes and the attachments. More safety and flexibility. Meanwhile, a unified open interface mode of a distributed file service middle desk is used. The service set can be conveniently used by various applications, so that the invention can play a greater value in practical application.
Therefore, the B/S document sharing processing method based on the file service middle desk provided by the invention controls and manages the editing state of the source file on the server by providing the document state agent through the file service middle desk, the request of the client plug-in for accessing the source file through the interface is transmitted to the file service middle desk, the file service middle desk judges the authority and the editing state and carries the file stream and the state information to return to the client. Thus, the editing operation authority of the client is determined. Therefore, the problems of file remote editing conflict and authority management are solved.
The basic principles of the present invention have been described above with reference to specific embodiments, but it should be noted that the advantages, effects, etc. mentioned in the present invention are only examples and are not limiting, and the advantages, effects, etc. must not be considered to be possessed by various embodiments of the present invention. Furthermore, the foregoing disclosure of specific details is for the purpose of illustration and description and is not intended to be limiting, since the invention is not limited to the specific details described above.
The foregoing description has been presented for purposes of illustration and description. Furthermore, the description is not intended to limit embodiments of the invention to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (10)

1. A B/S document sharing processing method based on a file service middle desk is characterized by comprising the following steps:
the file service center receives a file viewing request sent by a target client, adds the received file viewing request into a request queue and keeps connection with the target client;
the file service middle desk judges the current state of a source file requested to be checked based on the file checking request, wherein the current state is divided into an open state, a locked state and a busy state, any client is allowed to access the source file in the open state, only the current client is allowed to edit and modify the source file in the locked state, and any client is not allowed to access the source file in the busy state;
and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the current state of the source file.
2. The method of claim 1, wherein the file service helpdesk provides corresponding source file sharing processing operations to the target client according to the current state of the source file, including:
when the current state of the source file is an open state, the file service middle desk determines that the target client side has the editing operation authority of the source file;
and the file service middle desk modifies the current state of the source file into a locking state and returns a file stream of the source file with an editing operation right to the target client.
3. The method of claim 1, wherein the file service middleware provides corresponding source file sharing processing operations to the target client according to the current state of the source file, comprising:
when the current state of the source file is a locked state, the file service center determines that other clients of the source file have obtained editing and modifying authority;
and the file service middle desk returns a file stream of the source file with the viewing authority to the target client.
4. The method of claim 1, wherein the file service middleware provides corresponding source file sharing processing operations to the target client according to the current state of the source file, comprising:
and when the current state of the source file is a busy state, the file service center adds a file viewing request sent by the target client to the queue end of the request queue.
5. The method of claim 2, further comprising: after returning a file stream of a source file with editing operation authority to the target client, the target client edits the source file by using a client plug-in provided by a client browser in a B/S environment.
6. The method of claim 5, further comprising:
the file service central office receives a file storage request sent by the target client, adds the received file storage request into a storage queue and keeps connection with the target client;
the file service center station changes the current state of the source file from a locking state to a busy state based on the file storage request;
the file service console compresses and backs up the source file to obtain a recoverable source file backup with a version, then executes modification/covering operation on the source file, and records a change log of the version number +1 of the source file after the execution is finished;
and the file service central desk modifies the current state of the source file from a busy state to a locked state.
7. The method of claim 6, further comprising: and the file service center station closes a client plug-in provided by a client browser after the target client does not perform subsequent operation on the source file, and changes the current state of the source file from a locked state to an open state when the target client is disconnected.
8. The method of claim 3, further comprising:
the file service center receives a file re-viewing request sent by the target client, wherein the file re-viewing request is used for requesting the latest content and the editing control authority of the source file;
the file service center station adds the file review request into the request queue and judges the latest state of the source file when the resource is distributed;
and the file service middle desk provides corresponding source file sharing processing operation for the target client according to the latest state of the source file.
9. The method of claim 8, wherein the file service middleware provides corresponding source file sharing processing operations to the target client according to the latest state of the source file, comprising:
when the latest state of the source file is an open state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the editing operation authority to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the editing operation authority to the target client;
when the latest state of the source file is a locked state, the file service center judges whether the version numbers of the client file version and the server file version are consistent; when the version numbers are consistent, returning a file stream of the source file with the viewing permission to the target client; when the version numbers are not consistent, acquiring a new version file stream, and returning the file stream of the source file with the new version number and the viewing authority to the target client;
and when the latest state of the source file is a busy state, the file service center station adds a file review request sent by the target client to the queue end of the request queue.
10. An electronic device, characterized in that the electronic device comprises: a processor and a memory for storing the processor-executable instructions; wherein the processor is configured to read the executable instructions from the memory and execute the instructions to implement the method of any of claims 1-9.
CN202210533008.9A 2022-05-11 2022-05-11 B/S document sharing processing method based on file service middlebox Pending CN115080528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210533008.9A CN115080528A (en) 2022-05-11 2022-05-11 B/S document sharing processing method based on file service middlebox

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210533008.9A CN115080528A (en) 2022-05-11 2022-05-11 B/S document sharing processing method based on file service middlebox

Publications (1)

Publication Number Publication Date
CN115080528A true CN115080528A (en) 2022-09-20

Family

ID=83246904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210533008.9A Pending CN115080528A (en) 2022-05-11 2022-05-11 B/S document sharing processing method based on file service middlebox

Country Status (1)

Country Link
CN (1) CN115080528A (en)

Similar Documents

Publication Publication Date Title
CN111801923B (en) Replication of resource types and schema metadata for multi-tenant identity cloud services
Daigneau Service Design Patterns: fundamental design solutions for SOAP/WSDL and restful Web Services
EP3340573A1 (en) Distributed storage-based file delivery system and method
US7383271B2 (en) Centralized configuration data management for distributed clients
US8433693B2 (en) Locking semantics for a storage system based on file types
US20080243847A1 (en) Separating central locking services from distributed data fulfillment services in a storage system
US20040143836A1 (en) System and method for sharing objects among two or more electronic devices
US20050071209A1 (en) Binding a workflow engine to a data model
EP3667500A1 (en) Using a container orchestration service for dynamic routing
US20070026373A1 (en) Resource replication service protocol
CN110557284B (en) Data aggregation method and device based on client gateway
US11593188B2 (en) Method and apparatus for providing asynchronicity to microservice application programming interfaces
US11223686B2 (en) Transport channel via web socket for OData
US20220284042A1 (en) Replication of parent record having linked child records that were previously replicated asynchronously across data storage regions
US11240302B1 (en) Live migration of log-based consistency mechanisms for data stores
US9128886B2 (en) Computer implemented method, computer system, electronic interface, mobile computing device and computer readable medium
CN109766317B (en) File deletion method, device, equipment and storage medium
CN113486095A (en) Civil aviation air traffic control cross-network safety data exchange management platform
US8176102B2 (en) Techniques for extending and controlling access to a common information model (CIM)
US10341420B1 (en) Approaches for preparing and delivering bulk data to clients
CN115080528A (en) B/S document sharing processing method based on file service middlebox
US11604810B2 (en) Asynchronous replication of linked parent and child records across data storage regions
US11599294B2 (en) Media storage for online meetings in edge network storage
US8650548B2 (en) Method to derive software use and software data object use characteristics by analyzing attributes of related files
US20140280347A1 (en) Managing Digital Files with Shared Locks

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