CN113176952A - Data processing method and device and readable storage medium - Google Patents

Data processing method and device and readable storage medium Download PDF

Info

Publication number
CN113176952A
CN113176952A CN202110426009.9A CN202110426009A CN113176952A CN 113176952 A CN113176952 A CN 113176952A CN 202110426009 A CN202110426009 A CN 202110426009A CN 113176952 A CN113176952 A CN 113176952A
Authority
CN
China
Prior art keywords
auxiliary object
target
data
view
data model
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
CN202110426009.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.)
Hainan Shilianda Health Intelligent Medical Technology Co Ltd
Original Assignee
Hainan Shilianda Health Intelligent Medical 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 Hainan Shilianda Health Intelligent Medical Technology Co Ltd filed Critical Hainan Shilianda Health Intelligent Medical Technology Co Ltd
Priority to CN202110426009.9A priority Critical patent/CN113176952A/en
Publication of CN113176952A publication Critical patent/CN113176952A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/549Remote execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a data processing method, a data processing device and a readable storage medium, wherein the method comprises the following steps: the network request is sent to the server side through the auxiliary object, so that the server side sends request data corresponding to the network request to the auxiliary object, wherein the auxiliary object is created in the page controller, the auxiliary object receives the request data sent by the server side and updates the request data into a target data model, and the target data model is created in the auxiliary object. Therefore, the auxiliary object can initiate a network request to acquire the request data and update the request data into the target data model, namely, the network request initiation, the request data acquisition and the interaction with the target data model are completed by the auxiliary object, so that the complexity of the page controller is reduced, the maintenance and the test of the program are facilitated, and the reliability of the program can be improved.

Description

Data processing method and device and readable storage medium
Technical Field
The present invention relates to the field of program development technologies, and in particular, to a data processing method and apparatus, and a readable storage medium.
Background
At present, in the development of mobile terminal application programs, in order to process complex business logic, a mode of separating pages from data is adopted, so that the program becomes clear, and the code reuse rate is improved. However, this presents a problem in that as the complexity of business logic increases, the glue code (page controller) that handles page and data interactions becomes more complex. The page controller needs to be responsible for updating page data of the list view, requesting network, acquiring data, interacting with a data model (model), and interacting with a cell view (cell view).
With the development of projects, the business logic of the project is more and more complex, the complexity of the page controller is increased due to the complexity of the business logic, so that the program is more and more difficult to maintain, the unit test is more difficult, and the reliability of the program is reduced.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide a data processing method, apparatus and readable storage medium that overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses a data processing method, where the method includes:
sending a network request to a server through an auxiliary object so that the server sends request data corresponding to the network request to the auxiliary object, wherein the auxiliary object is created in a page controller;
and receiving the request data sent by the server through the auxiliary object, and updating the request data into a target data model, wherein the target data model is created in the auxiliary object.
The embodiment of the invention also discloses a data processing device, which comprises:
a sending module, configured to send a network request to a server through an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object, where the auxiliary object is created in a page controller;
a receiving module, configured to receive, by the auxiliary object, the request data sent by the server, and update the request data to a target data model, where the target data model is created in the auxiliary object.
The embodiment of the invention also discloses a data processing device, which comprises:
one or more processors; and
one or more machine readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform the data processing methods described above.
The embodiment of the invention also discloses a computer readable storage medium, and the stored computer program causes a processor to execute the data processing method
The embodiment of the invention has the following advantages:
the method and the device for sending the network request to the server side through the auxiliary object enable the server side to send the request data corresponding to the network request to the auxiliary object, wherein the auxiliary object is created in a page controller, the auxiliary object receives the request data sent by the server side and updates the request data into a target data model, and the target data model is created in the auxiliary object. Therefore, the auxiliary object can initiate a network request to acquire the request data and update the request data into the target data model, namely, the network request initiation, the request data acquisition and the interaction with the target data model are completed by the auxiliary object, a page controller does not need to initiate the network request and acquire the request data, and the interaction between the load of the page controller and the data model is not needed, so that the complexity of the page controller is reduced, the maintenance and the test of the program are facilitated, and the reliability of the program can be improved.
Drawings
FIG. 1 is a flow chart of the steps of one data processing method embodiment of the present invention;
FIG. 2 is a block diagram of an embodiment of a data processing method of the present invention;
FIG. 3 is a flow chart illustrating steps of another embodiment of a data processing method provided by the present invention;
fig. 4 is a block diagram of an embodiment of a data processing apparatus of a camera according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Currently, a page controller needs to be responsible for updating page data, requesting network, acquiring data, interacting with a data model (model), and interacting with a cell view of a list view. As the business logic of a project becomes more complex, the complexity of the business logic causes the complexity of the page controller to increase. In order to reduce the complexity of the page controller, the invention processes the data and the touch event of the list view (tablevew) by independently creating an object, namely an auxiliary object, thereby realizing the processing of the data and the event in the object, reducing the complexity of the page controller, further leading the program to be easy to maintain, reducing the difficulty of unit testing and improving the reliability of the program. An embodiment of the invention is described below with reference to fig. 1:
referring to fig. 1, fig. 1 is a flowchart illustrating steps of an embodiment of a data processing method according to the present invention, where the method may be executed by a data processing apparatus, and the data processing apparatus may be deployed in a mobile terminal such as a smart phone or a tablet computer. The method specifically comprises the following steps:
step 101, sending a network request to a server through an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object.
Wherein the auxiliary object is created in the page controller.
Referring to fig. 2, fig. 2 is a schematic diagram of a framework of an embodiment of a data processing method of the present invention. The process of initiating a network request, obtaining requested data, updating data in the data model, and refreshing data on the first target cell view is indicated by the solid arrows in fig. 2. The auxiliary object 201 sends a network request to the server 202. The auxiliary object 201 is created in the page controller 203. Specifically, the auxiliary object 201 may be an "auxiliary object" created in the page controller, and the "auxiliary object" may be created in a page loading method of the page controller 203, where the page loading method includes: (void) viewDidLoad.
And 102, receiving request data sent by a server through the auxiliary object, and updating the request data into a target data model, wherein the target data model is created in the auxiliary object.
As shown in fig. 2, after receiving the network request, the server 202 sends the requested data requested by the network request to the auxiliary object 201, and accordingly, the auxiliary object 201 receives the requested data and updates the requested data to the target data model 204. Wherein, the auxiliary object 201 can update the request data to the target data model 204 by the following steps:
the auxiliary object 201 passes the request data to the target data model 204 to cause the target processing model 204 to load the request data.
It should be noted that the format of the request data transmitted by the auxiliary object 201 to the target data model 204 may be a JSON format, and after the target data model 204 obtains the request data in the JSON format, the request data in the JSON format may be subjected to data conversion, and then the request data after format conversion is loaded.
The target data model in the present embodiment may include a data model created before the request data is received and/or a data model created after the request data is received. If the network request in step 101 is that the auxiliary object sends to the server for the first time, after the auxiliary object receives the request data, it needs to create a data model based on the request data. For example, after the auxiliary object sends a network request to the server for the first time, the auxiliary object requests to acquire request data of the praise number of the message a issued by zhangsan and the praise number of the message B issued by liqi, after the auxiliary object receives the request data, two data models (models) including a data model 1 and a data model 2 need to be created, the data model 1 corresponds to zhangsan, the data model 2 corresponds to liqi, the data model 1 is used for loading the praise number of zhangsan, and the data model 2 is used for loading the praise number of liqi. In this case, the target data model includes data model 1 and data model 2 created after the request data is received.
If the auxiliary object sends a network request to the server for the first time, and creates the data model 1 and the data model 2 after receiving the request data, and then the auxiliary object sends a network request to the server for the second time, the request data of the praise number of the message a issued by zhangsan, the praise number of the message B issued by liqing, and the praise number of the message C issued by wangwu five are received by the auxiliary object, in this case, the auxiliary object needs to create a data model 3 based on the request data requested this time after receiving the request data, and the data model 3 is used for loading the praise number of wang five. In this case, the target data model includes a data model 1, a data model 2, which have been created before the request data is received, and a data model 3, which has been created after the request data is received.
If the auxiliary object sends a network request to the server for the first time and creates the data model 1 and the data model 2 after receiving the request data, then the auxiliary object sends a network request to the server for the second time, the number of prawns and collections of the message A issued by Zhao and the number of prawns and collections of the message B issued by Liquan are requested for the second time, in this case, after the auxiliary object receives the request data, the data model does not need to be created, that is, the target data model comprises the data model 1 and the data model 2, the number of prawns of the message A requested for the second time needs to be adopted in the data model 1, the number of prawns of the message A requested for the first time is updated, and meanwhile, the collection number of the message A requested for the second time needs to be loaded to the data model 1. Similarly, in the data model 2, the praise number of the message B requested for the second time needs to be adopted to update the praise number of the message B requested for the first time, and meanwhile, the collection number of the message B requested for the second time needs to be loaded to the data model 2.
In the data processing method provided in this embodiment, a network request is sent to a server by an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object, where the auxiliary object is created in a page controller, and the auxiliary object receives the request data sent by the server and updates the request data to a target data model, where the target data model is created in the auxiliary object. Therefore, the auxiliary object can initiate a network request to acquire the request data and update the request data into the target data model, namely, the network request initiation, the request data acquisition and the interaction with the target data model are completed by the auxiliary object, a page controller does not need to initiate the network request and acquire the request data, and the interaction between the load of the page controller and the data model is not needed, so that the complexity of the page controller is reduced, the maintenance and the test of the program are facilitated, and the reliability of the program can be improved.
Referring to fig. 3, fig. 3 is a flowchart illustrating steps of another embodiment of a data processing method according to the present invention, the method including the steps of:
step 301, sending a network request to the server through the auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object.
Step 302, receiving request data sent by a server through an auxiliary object, and updating the request data into a target data model, wherein the target data model is created in the auxiliary object.
Step 303, notifying the proxy object of the list view by the auxiliary object, so that the proxy object calls the target method of the list view.
The target method is used for displaying the request data on a first target unit view, the list view is created in the page controller, and the proxy object and the first target unit view are created in the auxiliary object.
Referring to fig. 2, a list view 205 is created in the page controller 203, and a proxy object and a first target unit view 206 are created in the auxiliary object 201. Wherein the first target cell view may comprise a cell view that has been created prior to receiving the request data and/or a cell view that was created after receiving the request data. For example, after the auxiliary object sends a network request to the server for the first time, the auxiliary object requests to obtain request data of the praise number of the message a issued by zhang and the praise number of the message B issued by lie, after the auxiliary object receives the request data, two cell views (cells) including a cell view 1 and a cell view 2 need to be created in addition to two data models including a data model 1 and a data model 2, the cell view 1 corresponds to the data model 1, and the cell view 2 corresponds to the data model 2. The element view 1 is used to display the number of praise for the message a, and the element view 2 is used to display the number of praise for the message B. In this case, the first target cell view includes cell view 1 and cell view 2 created after the request data is received.
If the auxiliary object sends a network request to the server for the first time, and creates the above-mentioned cell view 1 and cell view 2 after receiving the request data, and then the auxiliary object sends a network request to the server for the second time, the request data of the praise number of the message a issued by zhangsan, the praise number of the message B issued by liqing, and the praise number of the message C issued by wangwu five are received by the auxiliary object, in this case, after receiving the request data, the auxiliary object needs to create a cell view 3 based on the request data requested this time, and the cell view 3 is used for displaying the praise number of wang five. In this case, the target cell view includes cell view 1, cell view 2, which have been created before the request data is received, and cell view 3, which has been created after the request data is received.
If the auxiliary object sends a network request to the server for the first time, and receives the request data, the unit view 1 and the unit view 2 are created. And then, the auxiliary object sends a network request to the server for the second time, and requests the number of praise of the message a issued by zhangsan and the number of praise of the message B issued by liquan again, in this case, after receiving the request data, the auxiliary object may not create a unit view, that is, the target unit view includes the unit view 1 and the unit view 2, the unit view 1 is used for displaying the number of praise of the message a requested again, and the unit view 2 is used for displaying the number of praise of the message B requested again. That is, in this case, the first target cell view includes the cell view 1 and the cell view 2 that have been created before the auxiliary object sends the network request to the server for the second time.
It should be noted that the target method is used to display the request data on the first target unit view, where the target method may be, for example: (UITableViewcell) tableView (UITableView) tableView cell for RowAtIndexPath (NSIndexPath) indexPath. The proxy object of the list view 205 is created in the auxiliary object 201, and after the list view and the auxiliary object are created in the page controller, the proxy object of the list view can be created in the auxiliary object.
In the prior art, the page controller needs to be responsible for updating the page data of the list view. In this embodiment, the auxiliary object calls the target method of the list view through the proxy object of the list view, so that the request data can be displayed on the first target unit view, and thus the data on the first target unit view can be updated by using the request data, that is, the auxiliary object refreshes the page data instead of the page controller refreshes the page data, so that the complexity of the page controller can be further reduced, thereby facilitating the unit test of the program and improving the reliability of the program.
And 304, monitoring the operation of the user on the second target unit view through the auxiliary object to obtain operation information of the user on the operation of the second target unit view, and transmitting the operation information to a data model corresponding to the second target unit view in the target data model.
Wherein the second target unit view is any one of the first target unit views.
As indicated by the dashed arrow in fig. 2. The auxiliary object 201 may monitor the operation performed by the user 207 on the second target unit view, to obtain operation information of the user on the second target unit view, and transfer the operation information to the data model corresponding to the second target unit view in the target data model 204. And then, the data in the data model is refreshed by the data model, so that the auxiliary object acquires the operation information of the user through a monitoring mechanism and records the operation information into the data model.
For example, two cell views are displayed on the page, cell view a being the "agree" button and cell view B being the "cancel" button. If the user clicks the cell view a, the cell view a is a second target cell view, and the auxiliary object 201 monitors the operation of the user clicking the cell view a and acquires operation information of the user operating the cell view 1, where the operation information is click event information of the user. The auxiliary object 201 transmits the click event information to the data model corresponding to the unit view a, the click event information acquired by the data model is converted into the meaning represented by the click operation and stored, when the user clicks the unit view a, the meaning represented by the click operation is 'consent', and the data model stores 'consent'. If the user clicks the cell view B, the meaning of the click operation representation is "cancel", and "cancel" is stored.
In the prior art, if operation information of a user on a cell view needs to be acquired, a proxy object of the cell view needs to be created in a page controller, and if the user performs an operation on the cell view, the cell view needs to tell the proxy object the operation information, the proxy object interacts with the page controller, and the page controller performs data storage, so that the relevance between the cell view and the page controller is relatively strong and the coupling degree is relatively high. In this embodiment, the operation information of the user is acquired through the monitoring mechanism of the auxiliary object, and the operation information is recorded in the data model, so that the complexity of the page controller can be further reduced, and the coupling degree between the unit view and the page controller can be reduced.
It should be noted that, the sequence numbers of the above steps do not represent the execution sequence of the steps.
Optionally, after the auxiliary object receives the request data sent by the server, the method may further include the following steps:
the auxiliary object creates a data model and a unit view in the auxiliary object based on the request data;
the target data model includes a created data model and the first target cell view includes a created cell view.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 4, fig. 4 is a block diagram of a data processing apparatus of a camera according to an embodiment of the present invention, which may specifically include the following modules:
a sending module 410, configured to send a network request to a server through an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object, where the auxiliary object is created in a page controller;
a receiving module 420, configured to receive, by the auxiliary object, the request data sent by the server, and update the request data into a target data model, where the target data model is created in the auxiliary object.
In the data processing apparatus provided in this embodiment, a network request is sent to a server by an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object, where the auxiliary object is created in a page controller, and the auxiliary object receives the request data sent by the server and updates the request data into a target data model, where the target data model is created in the auxiliary object. Therefore, the auxiliary object can initiate a network request to acquire request data and update the request data into the target data model, namely the network request initiation, the request data acquisition and the interaction with the target data model are completed by the auxiliary object, a page controller does not need to initiate the network request and acquire the request data, and the interaction between the load of the page controller and the data model is not needed, so that the complexity of the page controller is reduced, the maintenance and the test of a program are facilitated, and the reliability of the program can be improved
In a preferred embodiment of the present invention, the method further comprises:
the calling module is used for notifying the proxy object passing through the list view through the auxiliary object so as to enable the proxy object to call a target method of the list view;
wherein the target method is to display the request data on a first target unit view, the list view is created in the page controller, and the proxy object and the first target unit view are created in the auxiliary object.
In a preferred embodiment of the present invention, the method further comprises:
the monitoring module is used for monitoring the operation of a user on a second target unit view through the auxiliary object so as to obtain operation information of the user on the operation of the second target unit view, and transmitting the operation information to a data model corresponding to the second target unit view in the target data model;
wherein the second target unit view is any one of the first target unit views.
In a preferred embodiment of the present invention, the method further comprises:
a creation module for creating a data model and a cell view in the auxiliary object by the auxiliary object based on the request data;
the target data model includes the created data model, and the first target cell view includes the created cell view.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The electronic focusing method and the electronic focusing device of the camera provided by the invention are introduced in detail, and the principle and the implementation mode of the invention are explained by applying specific examples, and the description of the examples is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method of data processing, the method comprising:
sending a network request to a server through an auxiliary object so that the server sends request data corresponding to the network request to the auxiliary object, wherein the auxiliary object is created in a page controller;
and receiving the request data sent by the server through the auxiliary object, and updating the request data into a target data model, wherein the target data model is created in the auxiliary object.
2. The method of claim 1, further comprising:
notifying a proxy object of the list view through the auxiliary object so that the proxy object calls a target method of the list view;
wherein the target method is to display the request data on a first target unit view, the list view is created in the page controller, and the proxy object and the first target unit view are created in the auxiliary object.
3. The method of claim 1, further comprising:
monitoring the operation of a user on a second target unit view through the auxiliary object to obtain operation information of the user on the operation of the second target unit view, and transmitting the operation information to a data model corresponding to the second target unit view in the target data model;
wherein the second target unit view is any one of the first target unit views.
4. The method according to claim 1, further comprising, after said receiving, by the auxiliary object, the request data sent by the server:
creating a data model and a cell view by the auxiliary object based on the request data;
the target data model includes the created data model, and the first target cell view includes the created cell view.
5. A data processing apparatus, characterized in that the apparatus comprises:
a sending module, configured to send a network request to a server through an auxiliary object, so that the server sends request data corresponding to the network request to the auxiliary object, where the auxiliary object is created in a page controller;
a receiving module, configured to receive, by the auxiliary object, the request data sent by the server, and update the request data to a target data model, where the target data model is created in the auxiliary object.
6. The apparatus of claim 5, further comprising:
the calling module is used for notifying the proxy object passing through the list view through the auxiliary object so as to enable the proxy object to call a target method of the list view;
wherein the target method is to display the request data on a first target unit view, the list view is created in the page controller, and the proxy object and the first target unit view are created in the auxiliary object.
7. The apparatus of claim 5, further comprising:
the monitoring module is used for monitoring the operation of a user on a second target unit view through the auxiliary object so as to obtain operation information of the user on the operation of the second target unit view, and transmitting the operation information to a data model corresponding to the second target unit view in the target data model;
wherein the second target unit view is any one of the first target unit views.
8. The apparatus of claim 5, further comprising:
a creation module for creating a data model and a cell view in the auxiliary object by the auxiliary object based on the request data;
the target data model includes the created data model, and the first target cell view includes the created cell view.
9. A data processing apparatus, comprising:
one or more processors; and
one or more machine readable media having instructions stored thereon that, when executed by the one or more processors, cause the apparatus to perform the data processing method of any of claims 1 to 4.
10. A computer-readable storage medium, characterized in that it stores a computer program causing a processor to execute the data processing method according to any one of claims 1 to 4.
CN202110426009.9A 2021-04-20 2021-04-20 Data processing method and device and readable storage medium Pending CN113176952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110426009.9A CN113176952A (en) 2021-04-20 2021-04-20 Data processing method and device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110426009.9A CN113176952A (en) 2021-04-20 2021-04-20 Data processing method and device and readable storage medium

Publications (1)

Publication Number Publication Date
CN113176952A true CN113176952A (en) 2021-07-27

Family

ID=76924404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110426009.9A Pending CN113176952A (en) 2021-04-20 2021-04-20 Data processing method and device and readable storage medium

Country Status (1)

Country Link
CN (1) CN113176952A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114238583A (en) * 2021-12-21 2022-03-25 润联软件系统(深圳)有限公司 Natural language processing method, device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114238583A (en) * 2021-12-21 2022-03-25 润联软件系统(深圳)有限公司 Natural language processing method, device, computer equipment and storage medium
CN114238583B (en) * 2021-12-21 2024-01-02 华润数字科技有限公司 Natural language processing method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108647141B (en) Automatic test method, device, computer readable medium and electronic equipment
CN106648690B (en) Automatic code generation method and device
US20200137196A1 (en) Capturing and replaying application sessions using resource files
CN106572139B (en) Multi-terminal control method, terminal, server and system
CN111694757B (en) Application program testing method and device, electronic equipment and computer readable storage medium
CN111352836A (en) Pressure testing method and related device
CN107408065A (en) Supervision application loads
CN113176952A (en) Data processing method and device and readable storage medium
CN111625443B (en) Pressure testing method, device, equipment and storage medium
CN111294377B (en) Dependency network request sending method, terminal device and storage medium
EP4055797A1 (en) Web application component migration to a cloud computing system
CN114827280A (en) Request processing method, device, equipment and medium
CN110765386A (en) Webpage image monitoring method and device, electronic equipment and readable storage medium
CN112148395A (en) Page display method, device, equipment and storage medium
US10432490B2 (en) Monitoring single content page application transitions
CN112230944A (en) Application installation method and device, electronic equipment and computer readable medium
CN105743890B (en) Authority information generation method and device
CN116301866A (en) Cloud rendering method, device, equipment and storage medium based on custom software
CN112825525A (en) Method and apparatus for processing transactions
US7509413B2 (en) Tool for displaying JMX monitoring information
CN111338898B (en) Application state acquisition method and device, electronic equipment and readable storage medium
CN113704079B (en) Protobuf-based interface testing method and device
CN113138814A (en) Remote assistance method, device, equipment and storage medium
US9525754B1 (en) Task-based approach to execution, monitoring and execution control of actions
CN110795670A (en) Webpage image monitoring method and device, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination