CN111367898B - Data processing method, device, system, electronic equipment and storage medium - Google Patents

Data processing method, device, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN111367898B
CN111367898B CN202010105199.XA CN202010105199A CN111367898B CN 111367898 B CN111367898 B CN 111367898B CN 202010105199 A CN202010105199 A CN 202010105199A CN 111367898 B CN111367898 B CN 111367898B
Authority
CN
China
Prior art keywords
data
identification value
user
determining
value
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.)
Active
Application number
CN202010105199.XA
Other languages
Chinese (zh)
Other versions
CN111367898A (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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network 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 Beijing Kingsoft Cloud Network Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN202010105199.XA priority Critical patent/CN111367898B/en
Publication of CN111367898A publication Critical patent/CN111367898A/en
Application granted granted Critical
Publication of CN111367898B publication Critical patent/CN111367898B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Abstract

The invention discloses a data processing method, a device, a system, electronic equipment and a storage medium, wherein the method acquires first data from a database according to a data request from a client; determining a first identification value based on the first data, and writing the first identification value into a preset field of the first data; transmitting the first data written in the first identification value to the client; determining a second identification value according to the second data, wherein the second data is obtained by editing the first data by the client and comprises the first identification value; determining whether the second data changes relative to the first data based on the first identification value and the second identification value; and if the second data is changed relative to the first data, sending the second data to the database for storage. The invention can improve the response speed of the interface and reduce the verification cost of the client request data.

Description

Data processing method, device, system, electronic equipment and storage medium
Technical Field
The present invention relates to the field of software technologies, and in particular, to a data processing method, apparatus, system, electronic device, and storage medium.
Background
When a user client requests data to a server for display, for example, a webpage is accessed to request the display of a personal information page, the server returns display data, for example, personal information data, corresponding to the client according to the request. If the user edits part or all of the displayed personal information, submitting a Http (HyperText Transfer Protocol ) request to the server, and submitting the edited data to the server for storage.
In order to save the performance of the server, the conventional method is that the server compares the current saved data submitted by the user with the parameters originally requested by the user at the client, and saves the current data submitted by the user if the data is confirmed to be changed (the editing operation generates actual modification on the data), and does not save the current saved data if the current saved data is unchanged.
The above-mentioned method for checking the parameter change by the server has the following disadvantages:
when the server judges the parameter change, the server needs to acquire the corresponding parameters sent when the user requests from the database again, namely, the unedited request data sent to the client user by the server. The response time of the interface is reduced by acquiring the data from the database again, the IO cost of the database reading is higher, and the cost of data processing is increased. Data preservation is a relatively frequent operation and should not be performed with an excessively costly verification scheme.
Disclosure of Invention
The invention aims to provide a data processing method, a data processing device, electronic equipment and a computer readable storage medium, so as to reduce data processing cost.
According to a first aspect of the present invention there is provided a data processing method, the method comprising:
acquiring first data from a database according to a data request from a client;
determining a first identification value based on the first data, and writing the first identification value into a preset field of the first data;
transmitting the first data written in the first identification value to the client;
determining a second identification value according to the second data, wherein the second data is obtained by editing the first data by the client and comprises the first identification value;
determining whether the second data changes relative to the first data based on the first identification value and the second identification value;
and if the second data is changed relative to the first data, sending the second data to the database for storage.
Optionally, determining a first identification value based on the first data, and writing the first identification value into a preset field of the first data includes:
Determining a user-editable field in the first data; and
determining a first identification value for a content value corresponding to a user-editable field of the first data;
and writing the determined first identification value into a preset field of the first data.
Optionally, determining the second identification value from the second data includes:
determining a user-editable field in the second data; and
determining a second identification value for the content value corresponding to the user-editable field of the second data;
wherein the user-editable field in the first data is the same as the user-editable field in the second data.
Optionally, determining the first identification value based on the first data includes:
determining a user editable field in the first data according to a preset first attribute parameter;
determining whether the data request meets a request category indicated by a preset second attribute parameter;
and if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value of the user editable field.
Optionally, determining the first identification value based on the first data includes:
determining a user editable field in the first data according to a preset first attribute parameter and a preset third attribute parameter;
Determining whether the data request meets a request category indicated by a preset second attribute parameter;
and if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value corresponding to the user editable field determined from the first data.
Optionally, determining the user editable field in the first data according to the preset first attribute parameter and the preset third attribute parameter includes:
screening the non-editable fields of the user from the first data according to the third attribute parameters;
and determining the user-editable field from the first data from which the user-non-editable field is screened according to the first attribute parameter.
Optionally, determining whether the second data changes relative to the first data based on the first identification value and the second identification value includes:
when the first identification value is consistent with the second identification value, determining that the second data is unchanged relative to the first data; or alternatively
And when the first identification value is inconsistent with the second identification value, determining that the second data is changed relative to the first data.
Optionally, the method further comprises:
before determining a first identification value based on the first data and writing the first identification value into a preset field of the first data, adding a field attribute in the first data to determine the preset field for storing the first identification value.
According to a second aspect of the present invention, there is provided a data processing method, the method comprising:
a data request is sent to a server side, so that the server side obtains first data according to the data request;
receiving first data and a first identification value sent by a server side in response to a data request, wherein the first identification value is determined by the server side according to the first data;
detecting an operation instruction of a user to edit the first data so as to obtain second data; and
and sending the first identification value and the second data to the server side.
According to a third aspect of the present invention, there is provided a data processing apparatus provided at a server side, the apparatus comprising:
the acquisition module is used for acquiring first data from the database according to a data request from the client;
the first determining module is used for determining a first identification value based on the first data and writing the first identification value into a preset field of the first data;
The first sending module is used for sending the first data written in the first identification value to the client;
the second determining module is used for determining a second identification value according to the second data, wherein the second data is obtained by editing the first data by the client and comprises the first identification value;
a third determining module, configured to determine, based on the first identification value and the second identification value, whether the second data changes relative to the first data;
and the second sending module is used for sending the second data to the database for storage if the second data changes relative to the first data.
According to a fourth aspect of the present invention, there is provided a data processing apparatus provided at a client, the apparatus comprising:
the first sending module is used for sending a data request to the server side so that the server side can acquire first data according to the data request;
the receiving module is used for receiving first data and a first identification value sent by the server side in response to the data request, wherein the first identification value is determined by the server side according to the first data;
The detection module is used for detecting an operation instruction of a user to edit the first data so as to obtain second data; and
and the second sending module is used for sending the first identification value and the second data to the server side so that the server side can determine whether the second data changes relative to the first data according to the first identification value and the second identification value, wherein the second identification value is determined according to the first data.
According to a fifth aspect of the present invention there is provided a data processing system, the system comprising:
a data processing apparatus according to a third aspect of the present invention; and
a data processing apparatus according to a fourth aspect of the present invention;
wherein the data processing device according to the third aspect of the invention is in communication with the data processing device according to the fourth aspect of the invention.
According to a sixth aspect of the present invention, there is provided an electronic device comprising:
a data processing apparatus according to the third or fourth aspect of the present invention; or alternatively, the process may be performed,
a processor and a memory for storing executable instructions for controlling the processor to perform a data processing method according to the first or second aspect of the invention.
According to a seventh aspect of the present invention there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor implements a data processing method according to the first or second aspect of the present invention.
According to the embodiment of the invention, the server checks whether the data requested by the client changes or not, so that the processing performance of the client is prevented from being reduced due to too many processing parameters of the client when the data requested by the client changes more, and the processing performance of the server is stronger and better than that of the client, therefore, the operation of a user can be responded quickly, the server can respond quickly even if the data requested by the client changes more, the applicable range is enlarged without depending on the client, and the falsification risk of check logic (codes) in the checking process of the client can be avoided. In addition, the server checks whether the data requested by the client changes or not through the identification value (tag) determined by the first data and the identification value (tag) of the second data, so that the data is prevented from being read from the database and frequently operated in a checking stage, the IO cost of the database reading is reduced, and the response speed of the request interface can be improved. And, not checking the data itself, but checking through the identification value (tag), disengaging the business, low coupling, can be simple and quick to start and stop.
Other features of the present invention and its advantages will become apparent from the following detailed description of exemplary embodiments of the invention, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a block diagram of a hardware configuration of an electronic device that may be used to implement an embodiment of the present invention.
Fig. 2 is a flowchart illustrating steps of a data processing method according to a first embodiment of the present invention.
FIG. 3 is a flowchart illustrating steps of a data processing method according to a second embodiment of the present invention.
Fig. 4 is a flowchart illustrating steps of a data processing method according to a third embodiment of the present invention.
Fig. 5 is a diagram illustrating a scenario of a data processing method according to an embodiment of the present invention.
Fig. 6 is a block diagram showing the structure of a data processing apparatus according to a first embodiment of the present invention.
Fig. 7 is a block diagram showing the structure of a data processing apparatus according to a second embodiment of the present invention.
FIG. 8 is a block diagram of a data processing system according to an embodiment of the present invention.
Fig. 9 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Various exemplary embodiments of the present invention will now be described in detail with reference to the accompanying drawings. It should be noted that: the relative arrangement of the components and steps, numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present invention unless it is specifically stated otherwise.
The following description of at least one exemplary embodiment is merely exemplary in nature and is in no way intended to limit the invention, its application, or uses.
Techniques, methods, and apparatus known to persons of ordinary skill in the relevant art may not be discussed in detail, but are intended to be part of the specification where appropriate.
In all examples shown and discussed herein, any specific values should be construed as merely illustrative, and not a limitation. Thus, other examples of exemplary embodiments may have different values.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further discussion thereof is necessary in subsequent figures.
Fig. 1 is a block diagram showing the structure of a hardware configuration of an electronic device 1000 in which an embodiment of the present invention can be implemented.
The electronic device 1000 may be a laptop, desktop, cell phone, tablet, server, etc.
The servers may be monolithic servers or distributed servers across multiple computers or computer data centers. The servers may be of various types such as, but not limited to, node devices of a content distribution network, storage servers of a distributed storage system, cloud database servers, cloud computing servers, cloud management servers, web servers, news servers, mail servers, message servers, advertisement servers, file servers, application servers, interaction servers, storage servers, database servers, or proxy servers, among others. In some embodiments, each server may include hardware, software, or embedded logic components or a combination of two or more such components for performing the appropriate functions supported by or implemented by the server. For example, a server, such as a blade server, cloud server, etc., or may be a server group consisting of multiple servers, may include one or more of the types of servers described above, etc.
As shown in fig. 1, the electronic device 1000 may include a processor 1100, a memory 1200, an interface device 1300, a communication device 1400, a display device 1500, an input device 1600, a speaker 1700, a microphone 1800, and the like. The processor 1100 may be a central processing unit CPU, a microprocessor MCU, or the like. The memory 1200 includes, for example, ROM (read only memory), RAM (random access memory), nonvolatile memory such as a hard disk, and the like. The interface device 1300 includes, for example, a USB interface, a headphone interface, and the like. The communication device 1400 can be capable of wired or wireless communication, for example, and can specifically include WiFi communication, bluetooth communication, 2G/3G/4G/5G communication, and the like. The display device 1500 is, for example, a liquid crystal display, a touch display, or the like. The input device 1600 may include, for example, a touch screen, keyboard, somatosensory input, and the like. A user may input/output voice information through the speaker 1700 and microphone 1800.
The electronic device shown in fig. 1 is merely illustrative and is in no way meant to limit the invention, its application or uses. In an embodiment of the present invention, the memory 1200 of the electronic device 1000 is configured to store instructions for controlling the processor 1100 to operate to perform any one of the data processing methods provided by the embodiment of the present invention. It will be appreciated by those skilled in the art that although a plurality of devices are shown for electronic device 1000 in fig. 1, the present invention may relate to only some of the devices, e.g., electronic device 1000 may relate to only processor 1100 and storage device 1200. The skilled person can design instructions according to the disclosed solution. How the instructions control the processor to operate is well known in the art and will not be described in detail here.
Referring now to fig. 2, fig. 2 is a flowchart illustrating steps of a data processing method according to a first embodiment of the present invention. The data processing method of the present embodiment may be implemented by an electronic device, which may be, for example, the electronic device 1000 shown in fig. 1.
As shown in fig. 2, the data processing method according to the embodiment of the present invention includes the following steps:
step 102, acquiring first data from a database according to a data request from a client;
step 104, determining a first identification value based on the first data, and writing the first identification value into a preset field of the first data;
step 106, the first data written in the first identification value is sent to the client;
step 108, determining a second identification value according to the second data, wherein the second data is obtained by editing the first data by the client and comprises the first identification value;
step 110, determining whether the second data changes relative to the first data based on the first identification value and the second identification value;
and step 112, if the second data is changed relative to the first data, sending the second data to the database for storage.
In step 102, the first data is corresponding data provided according to a data request sent by the client user, for example, when the user requests to browse a certain page, the server needs to be requested to provide the corresponding data for display. At this time, the server obtains the corresponding display data from the database according to the data request of the user and sends the display data to the client, so that the user can see the page to be displayed.
In step 104, when determining the first identification value based on the first data, a user-editable field in the first data is first determined. The first data is a series of character strings and is in key: the value form places the corresponding data content into the string.
The first data includes data that can be used by a user and data that are used interactively, such as public data and hidden data, and the user-editable fields (corresponding keys) in the first data refer to fields that can edit data, such as client information, of web page display content when a client user performs data display, wherein the three fields include name, gender and address. Of course, there are also three fields of the above-mentioned customer information, only two of which can be edited, and the field used by the present invention to determine the identification (tag) value is only for the user-editable field.
After determining the user-editable field in the first data, a first identification value is determined for a content value (corresponding value) corresponding to the user-editable field of the first data. The identification (tag) value is a unique value calculated according to the content value of the corresponding field, and can be used for uniquely identifying the values of the fields, if the value of any one of the fields changes, the corresponding calculated tag value also changes necessarily.
In one example, the tag value obtained by calculating the content value corresponding to the user-editable field may be obtained by calculating a Hash value using a Hash (Hash) algorithm, or other calculation methods may be used, for example, calculating an md5 value as the tag value.
The calculation of the tag value corresponding to the first data is completed at the server side, and the tag value is written into a preset field of the first data after being obtained and is sent to the client side along with the first data. For example, by creating a change tag (ChangeTag) class, the class contains a tag attribute as the preset field for recording the unique identifier of the object (first data), i.e. the first tag value.
In one example, a field attribute is added to the first data to determine a preset field for storing the first tag value of the first data before determining the first tag value based on the first data and writing the first tag value into the preset field of the first data.
In step 108, similarly, a second identification value corresponding to the second data returned by the client is determined according to the second data, and first, a user editable field in the second data needs to be determined, and a second identification (tag) value is determined for a content value corresponding to the user editable field of the second data. The second data is obtained by editing the first data by a user of the client, the first tag value is contained, and a user-editable field corresponding to the second data is identical to a user-editable field in the first data.
Then, a second tag value is determined by using the same calculation algorithm as that used for determining the first tag value, and a value corresponding to the user-editable field key in the second data is calculated to obtain the second tag value, a hash value or an md5 value. The second tag value is also a unique value calculated from the content value of the corresponding field of the second data. The second tag value is executed at the server side, so that the server side can determine the tag value corresponding to the first data and the tag value corresponding to the second data.
In step 110, it may be determined whether the second data changes relative to the first data by further comparing the first tag value with the second tag value. That is, whether the client user has actually modified the requested data, such as the presented data page content.
Specifically, when the first tag value is consistent with the second tag value, determining that the second data is unchanged relative to the first data; when the first tag value is inconsistent with the second tag value, the second data is determined to change relative to the first data.
In step 112, if the second data is changed with respect to the first data, i.e. it is determined that the client user has actually modified the requested data, the modified second data is sent to the database for storage. Otherwise, if the client user is determined to not actually modify the data, the save operation is not performed to the database.
According to the embodiment of the invention, the server checks whether the data requested by the client changes or not, so that the processing performance of the client is prevented from being reduced due to too many processing parameters of the client when the data requested by the client changes more, and the processing performance of the server is stronger and better than that of the client, so that the operation of a user can be responded quickly, the server can respond quickly even if the data requested by the client changes more, the applicable range is enlarged without depending on the client, and the falsification risk of check logic (codes) in the checking process of the client can be avoided.
In addition, the server checks whether the data requested by the client changes or not through the identification value (tag) determined by the first data and the identification value (tag) of the second data, so that the data is prevented from being read from the database and frequently operated in a checking stage, the IO cost of the database reading is reduced, and the response speed of the request interface can be improved. And, not checking the data itself, but checking through the identification value (tag), disengaging the business, low coupling, can be simple and quick to start and stop.
In another embodiment of the present invention, a data processing method is further provided, as shown in fig. 3, and fig. 3 is a flowchart illustrating steps of the data processing method according to the second embodiment of the present invention. The data processing method of the present embodiment may be implemented by an electronic device, which may be, for example, the electronic device 1000 shown in fig. 1.
Unlike the embodiment of fig. 2, in the data processing method of this embodiment, when determining the first identification value based on the first data, the tag value of the first data and the tag value of the second data are determined, by introducing the annotation and the AOP (Aspect Oriented Programming, plane-oriented programming), automatic calculation of the tag value of the first data sent by the response client may be implemented, and further, automatic checking of parameter change of the tag value of the second data after editing by the client may be implemented.
As shown in fig. 3, the data processing method according to the second embodiment of the present invention includes the steps of:
step 202, determining user editable fields in first data according to preset first attribute parameters;
step 204, determining whether the data request meets a request category indicated by a preset second attribute parameter;
step 206, if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value of the user-editable field.
In step 202, the attributes corresponding to the preset first attribute parameter and the second attribute parameter may be obtained by creating a calculation identifier (CalTag) annotation, where the CalTag annotation is placed in a data storage object storing the first data.
In one example, the CalTag annotation contains a first attribute including eFies and a second attribute, e.g., including eFies attribute describing a field in the corresponding data that needs to be involved in tag computation, calculate attribute describing whether tag computation is enabled, the first attribute being assigned as a first attribute parameter for determining a user-editable field in the first data, and the second attribute being assigned as a second attribute parameter for determining that tag computation is enabled. In the calculation, for example, there are 10 fields in the first data, wherein 2 fields are corresponding fields which can be edited by the user, and the fields which need to participate in tag calculation described by the include eFies attribute parameter can be the 2 fields.
In one example, the CalTag annotation also includes a third attribute, such as an excludeFies attribute, that describes a field in the corresponding data that does not need to participate in the tag computation, the third attribute being assigned as a third attribute parameter for determining a user non-editable field in the first data. Similarly, if there are 10 fields in the first data, where 8 fields are corresponding to user-editable fields, the fields that do not need to participate in tag calculation may be described by the exclusives field attribute parameter and may be corresponding to 2 fields that are not user-editable.
At this time, in step 202, the user-editable field in the first data is determined according to the preset first attribute parameter and the preset third attribute parameter. Specifically, the non-editable fields of the user are screened from the first data according to a third attribute parameter; and determining the user-editable field from the first data of which the non-user-editable field is screened out according to the first attribute parameter.
If neither the include eFies attribute nor the include eFies attribute has a parameter assignment, all of the default corresponding first data are for user-editable fields, and all of the default fields need to participate in the calculation.
In one example, an enableAutoCalTag annotation may also be created that is placed on a function (or method) that performs sending the first data to the client.
The EnableAutoCalTag annotation is created to identify the method for which the tag value needs to be calculated automatically, which is enabled on the method for the first data returned to the front end (client).
The automatic calculation of tag value may be achieved by intercepting CalTag and EnableAutoCalTag of the first data sent to the client, and intercepting the tag may be achieved by creating an AOP intercept class AutoCalTagAspect. The AOP interception class AutoCalTagAssociation is utilized to intercept all functions (methods) which enable EnableAutoCalTag annotation.
And calculating the user-editable field in the first data according to the intercepted CalTag annotation and the EnableAutoCaltag annotation and the attribute parameters in the CalTag annotation to obtain a first tag value.
After the AOP interception class AutoCalTagAssociation intercepts all methods with EnableAutoCalTag annotation enabled, the method returns an object (namely, first data) in a value, calculates a tag value according to the configuration of CalTag annotation, and stores a calculation result into a tag attribute of a basic class change identification (ChangeTag) class of the returned value object, namely, a preset field of the first data, by adopting a hash value. The ChangeTag class may also contain a parameter change (changed) attribute for identifying whether the first data has changed.
Intercepting a CalTag annotation and an automatic check parameter change (enableautocackchanged) annotation when receiving second request data and a first tag sent by a client, wherein the second request data is stored in a data storage object, the CalTag annotation describes a user-editable field in the second request data, and the user-editable field in the second request data described by the CalTag annotation is identical to the user-editable field in the first response data; the EnableAutoCheckChanged annotation is placed on the function executing the second request data sent by the receiving client to identify the function for which the parameter changes need to be checked automatically.
All objects returned to and receiving parameters (data) from the client inherit from a ChangeTag class and calTag annotation is enabled, by which attributes of the parameter class are configured to reference to data processing.
The interception of CalTag notes and EnableAutoCheckChanged notes is also completed by the AOP interception class AutoCalTagAssociation, and the created EnableAutoCheckChanged notes are used to identify the method (function) that needs to automatically check for parameter changes. I.e. the annotation is enabled on the method where the parameter change needs to be checked, i.e. the method where the second request data of the client is received. The method for automatically checking the parameter change comprises the steps of calculating the tag value of the second request data and comparing the tag value with the tag value of the corresponding first response data.
The AOP intercept class AutoCalTagAssociation intercepts all EnableAutoCheckChanged annotation-enabled methods. The EnableAutoCheckChanged annotation method is to calculate the tag value of a parameter object of the method according to the configuration of CalTag annotation, the calculation method adopts a hash value, compares the calculated value with the existing tag value of the object (the tag attribute of the base class ChangeTag class of the object), and determines the value of the changed attribute according to the comparison result.
And step 208, after the AOP interception class AutoCalTagAssociation intercepts the CalTag annotation and the EnableAutoCheckChanged annotation, calculating the user-editable field in the second request data according to the intercepted CalTag annotation and the EnableAutoCheckChanged annotation to obtain a second tag value.
Step 210, comparing the first tag value with the second tag value.
Step 212, determining a parameter change (changed) attribute of a change identification class (i.e. the ChangeTag class) according to the comparison result, wherein the parameter change attribute of the change identification class is used for identifying whether the object changes. If the values are the same, the value of the changed attribute is set to false, otherwise, the value is set to true.
Step 214, determining whether the corresponding parameter of the first response data changes according to the parameter change attribute of the change identification class. Through the method, when the client requests the server for data display, the first response data returned by the server automatically calculates the tag of the first response data through the AutoCalTagAsspect interception type processing, and transmits the tag value (first identification value) and the first response data to the client together.
The client re-submits the second request data to the server after editing the first response data, and submits the previous tag value (first identification value) to the server together.
After the server receives the request parameters (second request data) of the client, the second request data is automatically checked whether the received data is changed or not through the processing of AutoCalTagAssociation class, and whether the change attribute of the parameter object is true or not can be known only by reading the change attribute of the parameter object.
According to the data processing method, the tag value is automatically calculated and the tag value change is automatically compared by introducing the annotation and the AOP, so that the use cost is reduced, and the convenience is improved. By introducing annotations and AOP interceptors, a global automation process is achieved without writing code separately for each interface to handle the logic. The business program can simply and quickly introduce the module, and the function can be used by configuring notes. Therefore, the method has the advantages of being free of service, low in coupling and capable of being started and stopped simply and rapidly.
The invention can realize the parameter change verification requirement under the condition of effectively ensuring the interface performance, and can be simply and quickly applied to the existing program.
In yet another embodiment of the present invention, a data processing method is further provided, as shown in fig. 4, and fig. 4 is a flowchart illustrating steps of a data processing method according to a third embodiment of the present invention. The data processing method of the present embodiment may be implemented by an electronic device, which may be, for example, the electronic device 1000 shown in fig. 1.
Unlike the embodiments of fig. 2 and 3, the data processing method of the present embodiment is executed at the client, and is executed in correspondence with the data processing method interaction of the embodiments of fig. 2 and 3.
As shown in the figure, the data processing method of the present embodiment includes the following steps:
step 220, sending a data request to the server side so that the server side obtains first data according to the data request;
step 240, receiving first data and a first identification value sent by a server side in response to the data request, wherein the first identification value is determined by the server side according to the first data;
step 260, detecting an operation instruction of a user to edit the first data to obtain second data;
step 280, sending the first identification value and the second data to the server side, so that the server side determines whether the second data changes relative to the first data according to the first identification value and the second identification value, where the second identification value is determined according to the first data.
The client receives a first identification value sent by the server and identifies the first data and second data obtained after the first data is edited based on an operation instruction of a user. When the second data is returned, the server side can obtain the corresponding received second data corresponding to the first data from the first identification value returned by the client side. Therefore, after the server side calculates the second tag value of the second data, the first tag value stored in the server side can be correspondingly obtained and compared with the second tag value, so that whether the client side actually modifies the original request data or not is confirmed.
In the following, an exemplary description will be given of the data processing method according to the above two embodiments of the present invention in conjunction with the application scenario of fig. 5, where fig. 5 is an exemplary diagram of the data processing method scenario according to the embodiment of the present invention.
Step 302, a client requests data from a server;
step 304, the server side reads data from the database according to the client request;
step 306, the database returns corresponding data to the server;
step 308, the server determines a first tag value for the received database data, i.e. the first data (in the case of introducing annotations and AOP interception, determining the first tag value as an automatic calculation performed by automatically intercepting the annotations at this time);
Step 310, the server returns first data and a first tag value in response to the client request, wherein the first tag value is written into a preset field of the first data;
step 312, the client detects an operation instruction of the user to edit the first data returned by the server to obtain second data;
step 314, the client submits the save operation of the edit data to the server, that is, sends the first identification value and the second data to the server;
step 316, the server receives the second data sent by the client, recalculates the corresponding tag value for the second data to obtain a second tag value, compares the second tag value with the existing tag value written in the predetermined field of the first data in step 208 to check whether the second data changes relative to the first data (in the case of introducing annotation and AOP interception, calculates the second tag value and compares the changes of the first tag value and the second tag value at this time, and performs automatic check parameter change for automatic annotation interception).
In yet another embodiment of the present invention, there is further provided a data processing apparatus 2000, as shown in fig. 6, fig. 6 is a block diagram of the structure of the data processing apparatus according to the first embodiment of the present invention.
The data processing apparatus 2000 of the present embodiment is disposed at a server side, and includes an acquisition module 2100, a first determination module 2200, a first transmission module 2400, a second determination module 2600, a third determination module 2700, and a second transmission module 2800.
An acquisition module 2100 configured to acquire first data from a database according to a data request from a client;
a first determining module 2200, configured to determine a first identification value based on the first data, and write the first identification value into a preset field of the first data;
a first sending module 2400 configured to send the first data written with the first identification value to the client;
a second determining module 2600, configured to determine a second identification value according to the second data, where the second data is obtained by editing the first data by the client, and includes the first identification value;
a third determining module 2700, configured to determine, based on the first identification value and the second identification value, whether the second data changes relative to the first data;
and a second sending module 2800, configured to send the second data to the database for storage if the second data changes relative to the first data.
In one example, the first determination module 2200 determines a user-editable field in the first data; determining the first identification value for a content value corresponding to a user-editable field of the first data; and writing the determined first identification value into a preset field of the first data.
In one example, the second determination module 2600 determines a user-editable field in the second data; and determining the second identification value for the content value corresponding to the user-editable field of the second data. Wherein the user-editable field in the first data is the same as the user-editable field in the second data.
In one example, the first determining module 2200 determines the user-editable fields in the first data according to a preset first attribute parameter (i.e., a parameter describing which fields need to participate in tag calculation are); determining whether the data request meets a request category indicated by a preset second attribute parameter (i.e., a parameter describing that the data request enables tag calculation); and if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value of the user editable field.
In one example, the first determination module 2200 determines the user-editable fields in the first data based on a preset first attribute parameter (i.e., which fields need to participate in tag computation) and a preset third attribute parameter (i.e., which parameters describe fields that do not need to participate in tag computation); determining whether the data request meets a request category indicated by a preset second attribute parameter (i.e., a parameter describing that the data request enables tag calculation); and if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value corresponding to the user editable field determined from the first data.
Further, in one example, the first determination module 2200 screens the user non-editable fields from the first data based on the third attribute parameter and determines the user editable fields from the first data screened for the user non-editable fields based on the first attribute parameter.
In one example, the third determining module 2700 is configured to determine that the second data is unchanged from the first data when the first identification value and the second identification value are consistent; and when the first identification value is inconsistent with the second identification value, determining that the second data is changed relative to the first data.
In one example, the data processing apparatus 2000 further includes an adding module (not shown in the figure) for adding a field attribute to the first data to determine a preset field for storing the first identification value before the first determining module 2200 determines the first identification value based on the first data and writes the first identification value in the preset field of the first data.
Referring now to fig. 7, fig. 7 is a block diagram showing a structure of a data processing apparatus according to a second embodiment of the present invention. The data processing apparatus 4000 of this embodiment is provided at a client, and as shown in fig. 7 includes:
A first sending module 4200, configured to send a data request to a server, so that the server obtains first data according to the data request;
the receiving module 4400 is configured to receive first data and a first identification value sent by the server side in response to the data request, where the first identification value is determined by the server side according to the first data;
the detection module 4500 is configured to detect that an operation instruction of a user edits the first data to obtain second data; and
and a second sending module 4600, configured to send the first identification value and the second data to the server, so that the server determines whether the second data changes relative to the first data according to the first identification value and the second identification value, where the second identification value is determined according to the first data.
In addition, in yet another embodiment of the present invention, a data processing system 5000 is provided, and FIG. 8 is a block diagram illustrating the structure of a data processing system according to an embodiment of the present invention.
As shown in fig. 8, the data processing system 5000 includes the aforementioned data processing apparatus 4000 provided at the client and the data processing apparatus 2000 provided at the client, and the data processing apparatus 4000 is communicatively connected to the data processing system 2000.
According to still another embodiment of the present invention, there is also provided an electronic device 6000, which may be the electronic device 1000 shown in fig. 1. Fig. 9 is a block diagram of an electronic device according to an embodiment of the present invention.
In one aspect, the electronic device 6000 may include any of the data processing apparatus 2000, 4000 described above for implementing the data processing method of any of the embodiments of the present invention.
On the other hand, as shown in fig. 9, the electronic device 6000 may include a memory 6200 and a processor 6400, the memory 6200 for storing executable instructions; the instructions are for controlling the processor 6400 to perform the aforementioned data processing methods.
In this embodiment, the electronic device 6000 may be any electronic product having a memory 6200 and a processor 6400, such as a mobile phone, a tablet computer, a palm computer, a desktop computer, a notebook computer, a workstation, a game console, and a server.
Finally, according to a further embodiment of the present invention, there is also provided a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements a data processing method according to any embodiment of the present invention.
The present invention may be a system, method, and/or computer program product. The computer program product may include a computer readable storage medium having computer readable program instructions embodied thereon for causing a processor to implement aspects of the present invention.
The computer readable storage medium may be a tangible device that can hold and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: portable computer disks, hard disks, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), static Random Access Memory (SRAM), portable compact disk read-only memory (CD-ROM), digital Versatile Disks (DVD), memory sticks, floppy disks, mechanical coding devices, punch cards or in-groove structures such as punch cards or grooves having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media, as used herein, are not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through waveguides or other transmission media (e.g., optical pulses through fiber optic cables), or electrical signals transmitted through wires.
The computer readable program instructions described herein may be downloaded from a computer readable storage medium to a respective computing/processing device or to an external computer or external storage device over a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmissions, wireless transmissions, routers, firewalls, switches, gateway computers and/or edge servers. The network interface card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium in the respective computing/processing device.
Computer program instructions for carrying out operations of the present invention may be assembly instructions, instruction Set Architecture (ISA) instructions, machine-related instructions, microcode, firmware instructions, state setting data, or source or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, c++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer readable program instructions may be executed entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider). In some embodiments, aspects of the present invention are implemented by personalizing electronic circuitry, such as programmable logic circuitry, field Programmable Gate Arrays (FPGAs), or Programmable Logic Arrays (PLAs), with state information for computer readable program instructions, which can execute the computer readable program instructions.
Various aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable medium having the instructions stored therein includes an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. It is well known to those skilled in the art that implementation by hardware, implementation by software, and implementation by a combination of software and hardware are all equivalent.
The foregoing description of embodiments of the invention has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the various embodiments described. The terminology used herein was chosen in order to best explain the principles of the embodiments, the practical application, or the technical improvement in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein. The scope of the invention is defined by the appended claims.

Claims (14)

1. A method of data processing, the method comprising:
acquiring first data from a database according to a data request from a client;
determining a first identification value based on the first data, and writing the first identification value into a preset field of the first data, wherein the first identification value is a unique value calculated according to a content value corresponding to a user-editable field of the first data;
transmitting the first data written in the first identification value to the client;
Receiving second data sent by the client, wherein the second data is obtained by editing the first data by the client and comprises the first identification value;
determining a second identification value according to the second data, wherein the second identification value is a unique value calculated according to a content value corresponding to a user-editable field of the second data;
determining whether the second data changes relative to the first data based on the first identification value and the second identification value;
and if the second data is changed relative to the first data, sending the second data to the database for storage.
2. The method of claim 1, wherein the determining a first identification value based on the first data and writing the first identification value in a preset field of the first data comprises:
determining a user-editable field in the first data; and
determining the first identification value for a content value corresponding to a user-editable field of the first data;
and writing the determined first identification value into a preset field of the first data.
3. The method of claim 1, wherein the determining a second identification value from the second data comprises:
Determining a user-editable field in the second data; and
determining the second identification value for the content value corresponding to the user-editable field of the second data;
wherein the user-editable field in the first data is the same as the user-editable field in the second data.
4. The method of claim 1, wherein the determining a first identification value based on the first data comprises:
determining a user editable field in the first data according to a preset first attribute parameter;
determining whether the data request meets a request category indicated by a preset second attribute parameter;
and if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value of the user editable field.
5. The method of claim 1, wherein the determining a first identification value based on the first data comprises:
determining a user editable field in the first data according to a preset first attribute parameter and a preset third attribute parameter;
determining whether the data request meets a request category indicated by a preset second attribute parameter;
And if the data request meets the request category indicated by the second attribute parameter, determining the first identification value according to the content value corresponding to the user editable field determined from the first data.
6. The method of claim 5, wherein the determining the user-editable field in the first data according to the preset first attribute parameter and the preset third attribute parameter comprises:
screening the non-editable fields of the user from the first data according to the third attribute parameters;
and determining the user-editable field from the first data from which the user-non-editable field is screened according to the first attribute parameter.
7. The method of claim 1, wherein the determining whether the second data changes relative to the first data based on the first identification value and the second identification value comprises:
when the first identification value is consistent with the second identification value, determining that the second data is unchanged relative to the first data; or alternatively
And when the first identification value is inconsistent with the second identification value, determining that the second data is changed relative to the first data.
8. The method of claim 1, wherein the method further comprises:
and adding a field attribute in the first data before the first identification value is determined based on the first data and written into a preset field of the first data, so as to determine the preset field for storing the first identification value.
9. A method of data processing, the method comprising:
sending a data request to a server side so that the server acquires first data according to the data request;
receiving first data and a first identification value sent by a server side in response to the data request, wherein the first identification value is a unique value calculated by the server side according to a content value corresponding to a user editable field of the first data;
detecting an operation instruction of a user to edit the first data so as to obtain second data; and
and sending the first identification value and the second data to a server side so that the server side determines whether the second data changes relative to the first data according to the first identification value and the second identification value, wherein the second identification value is a unique value calculated according to a content value corresponding to a user-editable field of the second data.
10. A data processing apparatus provided at a server side, the apparatus comprising:
the acquisition module is used for acquiring first data from the database according to a data request from the client;
the first determining module is used for determining a first identification value based on the first data and writing the first identification value into a preset field of the first data, wherein the first identification value is a unique value calculated according to a content value corresponding to a user-editable field of the first data;
the first sending module is used for sending the first data written in the first identification value to the client;
the receiving module is used for receiving second data sent by the client, wherein the second data is obtained by editing the first data by the client and comprises the first identification value;
the second determining module is used for determining a second identification value according to the second data, wherein the second identification value is a unique value obtained by calculation according to a content value corresponding to a user-editable field of the second data;
a third determining module, configured to determine, based on the first identification value and the second identification value, whether the second data changes relative to the first data;
And the second sending module is used for sending the second data to the database for storage if the second data changes relative to the first data.
11. A data processing apparatus provided at a client, the apparatus comprising:
the first sending module is used for sending a data request to the server side so that the server side can acquire first data according to the data request;
the receiving module is used for receiving first data and a first identification value sent by a server side in response to the data request, wherein the first identification value is a unique value calculated by the server side according to a content value corresponding to a user-editable field of the first data;
the detection module is used for detecting an operation instruction of a user to edit the first data so as to obtain second data; and
the second sending module is configured to send the first identification value and the second data to a server, so that the server determines whether the second data changes relative to the first data according to the first identification value and the second identification value, where the second identification value is a unique value calculated according to a content value corresponding to a user-editable field of the second data.
12. A data processing system, the system comprising:
the data processing apparatus of claim 10; and
the data processing apparatus of claim 11;
wherein the data processing device according to claim 10 is communicatively connected to the data processing device according to claim 11.
13. An electronic device, comprising:
a data processing apparatus according to claim 10 or 11; or alternatively, the process may be performed,
a processor and a memory for storing executable instructions for controlling the processor to perform the data processing method according to any one of claims 1 to 9.
14. A computer-readable storage medium, characterized in that a computer program is stored thereon, which, when being executed by a processor, implements the data processing method according to any of claims 1 to 9.
CN202010105199.XA 2020-02-20 2020-02-20 Data processing method, device, system, electronic equipment and storage medium Active CN111367898B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010105199.XA CN111367898B (en) 2020-02-20 2020-02-20 Data processing method, device, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010105199.XA CN111367898B (en) 2020-02-20 2020-02-20 Data processing method, device, system, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111367898A CN111367898A (en) 2020-07-03
CN111367898B true CN111367898B (en) 2023-09-22

Family

ID=71208175

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010105199.XA Active CN111367898B (en) 2020-02-20 2020-02-20 Data processing method, device, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111367898B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113239001A (en) * 2021-05-21 2021-08-10 珠海金山网络游戏科技有限公司 Data storage method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1746880A (en) * 2004-09-07 2006-03-15 乐金电子(中国)研究开发中心有限公司 Mobile communication terminal, system and method for personal data managemnt
US8751568B1 (en) * 2012-02-13 2014-06-10 Symantec Corporation Systems and methods for data loss prevention
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
CN108540459A (en) * 2018-03-22 2018-09-14 北京京东尚科信息技术有限公司 Data storage method, device, system, electronic equipment and computer-readable medium
CN109101812A (en) * 2018-08-28 2018-12-28 北京神州绿盟信息安全科技股份有限公司 A kind of parameter verification method, apparatus, computing device and storage medium
CN109408522A (en) * 2018-09-28 2019-03-01 阿里巴巴集团控股有限公司 A kind of update method and device of user characteristic data
CN110008153A (en) * 2019-04-11 2019-07-12 苏州浪潮智能科技有限公司 A kind of method of data synchronization, device, equipment and readable storage medium storing program for executing
CN110110301A (en) * 2019-05-09 2019-08-09 成都终身成长科技有限公司 File editing method, device, system, client, server and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030105812A1 (en) * 2001-08-09 2003-06-05 Gigamedia Access Corporation Hybrid system architecture for secure peer-to-peer-communications
US8612380B2 (en) * 2009-05-26 2013-12-17 Adobe Systems Incorporated Web-based collaboration for editing electronic documents
US9754002B2 (en) * 2014-10-07 2017-09-05 Excalibur Ip, Llc Method and system for providing a synchronization service

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1746880A (en) * 2004-09-07 2006-03-15 乐金电子(中国)研究开发中心有限公司 Mobile communication terminal, system and method for personal data managemnt
US8751568B1 (en) * 2012-02-13 2014-06-10 Symantec Corporation Systems and methods for data loss prevention
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
CN108540459A (en) * 2018-03-22 2018-09-14 北京京东尚科信息技术有限公司 Data storage method, device, system, electronic equipment and computer-readable medium
CN109101812A (en) * 2018-08-28 2018-12-28 北京神州绿盟信息安全科技股份有限公司 A kind of parameter verification method, apparatus, computing device and storage medium
CN109408522A (en) * 2018-09-28 2019-03-01 阿里巴巴集团控股有限公司 A kind of update method and device of user characteristic data
CN110008153A (en) * 2019-04-11 2019-07-12 苏州浪潮智能科技有限公司 A kind of method of data synchronization, device, equipment and readable storage medium storing program for executing
CN110110301A (en) * 2019-05-09 2019-08-09 成都终身成长科技有限公司 File editing method, device, system, client, server and storage medium

Also Published As

Publication number Publication date
CN111367898A (en) 2020-07-03

Similar Documents

Publication Publication Date Title
CN108292231B (en) Method and system for generating applications from data
US20180097812A1 (en) Developer based document collaboration
US11620444B2 (en) Providing action associated with event detected within communication
KR20130126610A (en) Identifiers for style sheets
US11567647B2 (en) Dynamic credit report obfuscation
US10599753B1 (en) Document version control in collaborative environment
WO2016178916A1 (en) Transfer of content between documents of different storage types
US20170090705A1 (en) Conversation and version control for objects in communications
US20160283447A1 (en) Providing interactive preview of content within communication
CN107111649B (en) Uploading user and system data from a source location to a destination location
CN108027825B (en) Exposing external content in an enterprise
CN111367898B (en) Data processing method, device, system, electronic equipment and storage medium
US20230385534A1 (en) Electronic document management system with a content status designation interface
US11126520B2 (en) Skew detector for data storage system
US10289432B2 (en) Adaptively linking data between independent systems based on a uniform resource locator
US10082931B2 (en) Transitioning command user interface between toolbar user interface and full menu user interface based on use context
US20170330236A1 (en) Enhancing contact card based on knowledge graph
EP3289544A1 (en) Insertion of unsaved content via content channel
US20170126513A1 (en) Generating a deferrable data flow
CN113515921A (en) Auxiliary generation method of patent text and electronic terminal
AU2015231829A1 (en) Asset collection service through capture of content
KR102417236B1 (en) Method for identifying conctent writer and apparatus implementing the same method
US20240012909A1 (en) Correction of non-compliant files in a code repository
US11803695B1 (en) Dynamic sharable web clippings
US11902223B2 (en) Intelligent assistant content generation

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
GR01 Patent grant
GR01 Patent grant