CN110442406B - Paging control data processing method, paging control and electronic equipment - Google Patents
Paging control data processing method, paging control and electronic equipment Download PDFInfo
- Publication number
- CN110442406B CN110442406B CN201810412735.3A CN201810412735A CN110442406B CN 110442406 B CN110442406 B CN 110442406B CN 201810412735 A CN201810412735 A CN 201810412735A CN 110442406 B CN110442406 B CN 110442406B
- Authority
- CN
- China
- Prior art keywords
- data
- format
- display
- paging
- paging control
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Telephonic Communication Services (AREA)
Abstract
The disclosure provides a method for processing data by a paging control, the paging control and electronic equipment. The method for processing data by the paging control comprises the following steps: receiving an acquisition request, wherein the acquisition request comprises an acquisition address and request parameters; and acquiring data in a first format from a server corresponding to the acquisition address, and acquiring display data for display based on the data in the first format and a preset paging rule. The first format is a format which can be identified by the server corresponding to the acquisition address, and the data in the first format is matched with the request parameter.
Description
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method for processing data by a paging control, and an electronic device.
Background
With the rapid development of computer technology, in order to facilitate program development, more and more user interface frameworks are designed, and the user interface frameworks can provide a uniform programming model, language and framework, so that the work of separating interface designers and developers is really done.
In the process of implementing the inventive concept, the inventor finds that at least the following problems exist in the prior art: in the existing programming framework, some complex framework controls need to be integrated by developers according to the prior art, for example, paging controls generally need to be developed by the developers according to different application programs, reciprocating interaction between the paging controls and the application programs is needed in data loading, and the paging controls and the application programs interact in a proxy agent mode, so that the paging controls and the application programs are high in coupling, and great inconvenience is brought to program development.
Disclosure of Invention
In view of this, the present disclosure provides a method for processing data by a paging control, and an electronic device.
One aspect of the present disclosure provides a method for a paging control to process data. The method comprises the following steps: the method comprises the steps of receiving an obtaining request, wherein the obtaining request comprises an obtaining address and a request parameter, obtaining data in a first format from a server corresponding to the obtaining address, and obtaining display data to display based on the data in the first format and a preset paging rule. The first format is a format which can be identified by the server corresponding to the acquisition address, and the data in the first format is matched with the request parameter.
According to an embodiment of the present disclosure, the displaying the display data obtained based on the data in the first format and the preset paging rule includes: based on the data in the first format, carrying out reverse conversion to obtain data in a second format: and obtaining display data to display based on the data in the second format and a preset paging rule. The second format is a format matched with the application program to which the paging control belongs, the data in the first format stored in the server is obtained by converting the data in the second format, and the conversion and the inverse conversion are in a reciprocal relation.
According to an embodiment of the present disclosure, the displaying the display data obtained based on the data in the second format and the preset paging rule includes: extracting the display data from the data in the second format based on a preset data model; and displaying the display data in a paging mode based on the preset paging rule. Wherein the preset data model corresponds to the presentation data.
According to an embodiment of the present disclosure, the method for processing data by using a paging control further includes: updating the display data in real time through a monitoring mechanism under the condition that a preset data model changes; and/or updating the display effect of the display data in real time through a monitoring mechanism under the condition that a preset display attribute changes, wherein the display attribute determines the display effect of the display data.
According to an embodiment of the present disclosure, the method for processing data by a paging control further includes: receiving a screening request, and screening the display data; and updating the currently displayed display data into the screened display data.
According to the embodiment of the disclosure, the paging control obtains display data through a sub-thread; and/or the paging control exposes the exposure data through a main thread.
Another aspect of the present disclosure provides a paging control, comprising: the device comprises an acquisition request receiving module, a data acquisition module and a data display module. The acquisition request receiving module is used for receiving an acquisition request, wherein the acquisition request comprises an acquisition address and request parameters; the data acquisition module is used for acquiring data in a first format from the server corresponding to the acquisition address; the data display module is used for displaying the display data obtained based on the data in the first format and the preset paging rule. The first format is a format which can be identified by the server corresponding to the acquisition address, and the data in the first format is matched with the request parameter.
According to an embodiment of the present disclosure, the data display module includes an inverse transformation submodule and a processing submodule. The inverse conversion submodule is used for obtaining data in a second format through inverse conversion based on the data in the first format; and the processing submodule is used for obtaining display data to display based on the data in the second format and a preset paging rule. The second format is a format matched with the application program to which the paging control belongs, the data in the first format stored in the server is obtained by converting the data in the second format, and the conversion and the inverse conversion are in a reciprocal relation.
According to an embodiment of the present disclosure, the processing submodule includes an extracting unit and a presenting unit. The extraction unit is used for extracting the display data from the data in the second format based on a preset data model; the display unit is used for displaying the display data in a paging mode based on the preset paging rule. Wherein the preset data model corresponds to the presentation data.
According to an embodiment of the present disclosure, the paging control further includes a monitoring module. The monitoring module is used for updating the display data in real time under the condition that a preset data model changes through a monitoring mechanism; and/or the monitoring module is further configured to update the display effect of the display data in real time through a monitoring mechanism under the condition that a preset display attribute changes, where the display attribute determines the display effect of the display data.
According to an embodiment of the present disclosure, the paging control further includes a filtering module. The screening module is used for receiving a screening request and screening the display data; correspondingly, the data display module is further configured to update the currently displayed display data into the screened display data.
According to the embodiment of the disclosure, the paging control obtains the display data through a sub-thread; and/or the paging control exposes the exposure data through a main thread.
Yet another aspect of the present disclosure provides an electronic device comprising one or more processors; and a storage device for storing one or more programs. Wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the above-described method of paging control processing data.
Yet another aspect of the present disclosure provides a computer-readable medium having stored thereon executable instructions that, when executed by a processor, cause the processor to perform the method of paging control processing data described above.
According to the embodiment of the disclosure, the reciprocating interaction between the paging control and the application program during data display can be at least partially avoided, and therefore, the coupling between the paging control and the application program can be reduced, so that the paging control can be applied to various different application programs as a product form.
According to the embodiment of the disclosure, due to the adoption of the adapter mode for integrating the paging control, the defects of low universality and low coupling degree caused by hard coding can be at least partially avoided, and the defect of code redundancy in frame development is avoided, so that the paging control obtained by development has the beneficial effects of convenience in maintenance and high universality.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent from the following description of embodiments of the present disclosure with reference to the accompanying drawings, in which:
fig. 1 schematically illustrates a paging control and a method for processing data according to an embodiment of the present disclosure, and an application scenario diagram of the paging control and an electronic device;
FIG. 2A schematically illustrates a method flow diagram of a method of paging controls processing data, in accordance with an embodiment of the present disclosure;
fig. 2B schematically illustrates an operational flow diagram with reference to operation S230 in fig. 2A, according to an embodiment of the present disclosure;
fig. 2C schematically illustrates an operational flow diagram with reference to operation S232 in fig. 2B, according to an embodiment of the present disclosure;
FIG. 3 is a diagram schematically illustrating the effect of displaying data of a paging control according to an embodiment of the present disclosure;
4A-4B schematically illustrate a method flow diagram of a method of paging control processing data according to another embodiment of the present disclosure;
FIG. 5 schematically illustrates a flow diagram of a method for a paging control to process data according to yet another embodiment of the present disclosure;
FIGS. 6A-6E schematically illustrate block diagrams of the structure of a paging control according to an embodiment of the present disclosure;
FIG. 7 schematically illustrates a block diagram of an electronic device suitable for implementing a paging control in accordance with an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). It will be further understood by those within the art that virtually any disjunctive word and/or phrase presenting two or more alternative terms, whether in the description, claims, or drawings, should be understood to contemplate the possibilities of including one of the terms, either of the terms, or both terms. For example, the phrase "a or B" should be understood to include the possibility of "a" or "B", or "a and B".
The embodiment of the disclosure provides a method for processing data by a paging control, the paging control and electronic equipment. The method for processing data by the paging control comprises the following steps: receiving an acquisition request, wherein the acquisition request comprises an acquisition address and request parameters; acquiring data in a first format from a server corresponding to the acquisition address; and obtaining display data to display based on the data in the first format and a preset paging rule. The first format is a format which can be identified by the server corresponding to the acquisition address, and the data in the first format is matched with the request parameter. According to the paging control, the function of acquiring data is integrated in the paging control, the situation that the paging control and the application program to which the paging control belongs need to interact repeatedly in the process of acquiring data and performing paging display in a common application program can be avoided, and therefore the coupling of the paging control and the application program to which the paging control belongs can be reduced, and therefore the paging control can be applied to various different application programs.
Fig. 1 schematically illustrates a paging control and a method for processing data according to an embodiment of the present disclosure, and an application scenario 100 of the paging control and an electronic device. It should be noted that fig. 1 is only an example of a system architecture to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, but does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 1, an application scenario 100 according to the embodiment may include terminal devices 101, 102, 103, a network 104 and a server 105. The network 105 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. The terminal devices 101, 102, 103 may have various client applications with data presentation functions installed thereon, such as game-type applications, web browser applications, search-type applications, stock analysis-type applications, price-comparison-type applications, and sleep quality monitoring applications, which are capable of presenting multiple columns of data (for example only).
The terminal devices 101, 102, 103 may be various electronic devices having display screens and supporting data presentation, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (for example only) providing support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that the method for processing data by a paging control provided in the embodiments of the present disclosure may be generally executed by the terminal devices 101, 102, and 103. Accordingly, the paging control provided by the embodiments of the present disclosure may be generally disposed in the terminal devices 101, 102, and 103.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
FIG. 2A schematically illustrates a method flow diagram of a method of paging controls processing data, in accordance with an embodiment of the present disclosure; fig. 2B schematically illustrates an operational flow diagram with reference to operation S230 in fig. 2A, according to an embodiment of the present disclosure; fig. 2C schematically illustrates an operational flow diagram with reference to operation S232 in fig. 2B, according to an embodiment of the present disclosure; fig. 3 schematically illustrates a presentation effect diagram of paging control presentation data according to an embodiment of the present disclosure.
As shown in fig. 2A, the method for processing data by the paging control includes operations S210 to S230.
In operation S210, a fetch request is received, the fetch request including a fetch address and a request parameter.
According to the embodiment of the disclosure, the paging control can be packaged and integrated in an application program, so that the application program can respond to the search operation of a user, perform paging display on data obtained by the search of the user, and have a page turning function. For example, when the user clicks the next page displayed by the paging control, the paging control in the application can automatically update the currently displayed data to the next page.
According to the embodiment of the disclosure, when designing an application program based on the above paging control, a developer needs to set an acquisition address of the paging control for acquiring data, that is, from which server the data is acquired, and also needs to set some request parameters of the paging control for acquiring data, where the request parameters may include, for example, an acquisition range (for example, from which databases among a plurality of databases stored in the server the data is acquired) when acquiring data from the server corresponding to the acquisition address, and keywords of the acquired data (for example, commodity price, commodity production place, production date of the commodity, and the like), for example, the keywords include all keywords that may be of interest to the user.
According to an embodiment of the present disclosure, the obtaining request may be generated in response to an operation of a user clicking a page control such as "home page", "next page", "previous page", "last page" shown in fig. 3, or in response to an operation of a user clicking a "search" control after inputting search content in a page input box, and then the search content input by the user in the page input box includes at least one of the keywords in the listed request parameters.
In operation S220, data in the first format is acquired from the server corresponding to the acquisition address.
According to an embodiment of the present disclosure, the first format is a format that can be recognized by the server corresponding to the acquisition address, for example, a format commonly used in a network, such as a binary code format, an xml format, or a json format.
According to the embodiment of the present disclosure, the acquired data in the first format is acquired according to the request parameter, that is, the acquired data in the first format is matched with the request parameter.
In operation S230, display data is obtained for display based on the data in the first format and a preset paging rule.
According to the embodiment of the present disclosure, the paging rule specifies, for example, parameters such as a maximum data amount displayed per page and a maximum page number that can be set, and for example, the paging rule specifies that: the number of the display data pieces per page is 10, 20, 50 or 100.
According to an embodiment of the present disclosure, as shown in fig. 2B, the operation S230 may specifically include operations S231 to S232.
In operation S231, data in a second format is inversely converted based on the data in the first format.
According to the embodiment of the disclosure, the data in the first format stored in the server is obtained by converting the data in the second format obtained by the reverse conversion, the conversion process and the reverse conversion process are reciprocal processes, and the second format is a format matched with the application program to which the paging control belongs.
According to an embodiment of the present disclosure, the above-mentioned conversion process may be, for example, a serialization process, and the inverse conversion process is an deserialization process. Generally, for different applications, interaction with the operating system of the terminal device through different Application Programming Interfaces (APIs) is required. Therefore, different paging controls need to be set for different applications; in order to reduce the coupling degree between the paging control and the application program, the embodiments of the present disclosure convert data into data in a server general format (data in a first format, for example, a json format) by using a serialization/deserialization technique, and for different application programs, data matched with the different application programs can be obtained according to deserialization. Therefore, the serialization/deserialization technology is adopted in the embodiment of the disclosure, so that the difference of interfaces between different application programs can be solved, and the generality of the paging control in the embodiment of the disclosure is higher.
For example, for an air ticket query application, the data to be acquired is a (including page number, date and page number), and for a report application, the data to be acquired is B (including page number, date and page number), obviously, the two data are different data, and in a conventional manner, a terminal device needs to modify an interface (or set multiple different interfaces) to adapt to different applications to obtain correct data. By the serialization/deserialization technique of the embodiment of the disclosure, since the data stored in the server are the data after the serialization of the data matched with the application program, the data stored in the server can be converted into the data matched with the application program by the deserialization technique for different application programs.
In operation S232, display data is obtained and displayed based on the data in the second format and a preset paging rule.
According to an embodiment of the present disclosure, the display data may be the data in the second format, or part of the data in the second format selected by the user, or part of the data in the second format filtered according to a data model specified by a developer of the application program. The display data can be paged according to the paging rule, and then paging display can be realized.
According to an embodiment of the present disclosure, as shown in fig. 2C, the operation S232 may include operations S2321 to S2322.
In operation S2321, the display data is extracted from the data in the second format based on a preset data model. In operation S2322, the display data is displayed in a paging manner based on the preset paging rule.
The preset data model is provided with preset variables, specific assignment of the preset variables is set by developers, and the data model and data to be displayed by the application program have a binding relationship. For example, for the display interface a, the information of the display merchandise may specifically include: the commodity code, the commodity name, the supplier, the batch and the grade, 5 variables are specified in the data type bound with the data to be displayed on the display interface A, and the 5 variables are respectively assigned to the commodity code, the commodity name, the supplier, the batch and the grade. When the display data is obtained according to the data in the second format and displayed, the commodity information can be accurately displayed according to the data model and the preset header information corresponding to the data model.
According to the embodiment of the disclosure, through the setting of the data model, the same data model can be adopted for data display for different display interfaces displaying different data. For example, for the display interface B, it needs to display order information, where the order information includes an order number, an amount, a commodity number, an address, and a date, and then the developer only needs to bind the data to be displayed on the display interface B with the data model, and assigns 5 variables in the data model to the order number, the amount, the commodity number, the address, and the date, respectively, so that corresponding data can be accurately displayed on the display interface B. Compared with the traditional method for repeatedly writing codes for different display interfaces, the method and the device for displaying the interface display front-end codes can avoid the situations of disordered writing and redundancy of the interface display front-end codes, so that the development efficiency of developers is greatly improved, the program development cost is reduced, the coupling of interface elements and data is reduced, the application program is convenient to maintain and modify, and the expansibility is strong.
According to the embodiment of the present disclosure, the data model may be set through an adapter mode, for example, if a column of data displayed in the display interface is added (for example, a column of commodity origin data is added), a variable needs to be added to the data model, and the variable is assigned as a value of the added column (for example, assigned as a commodity origin).
According to the embodiment of the disclosure, in the method for processing data by a paging control, the data in the first format can be acquired in the same manner as in a conventional manner, and a developer does not call a function of acquiring data in the paging control, but acquires data by a network loading module in an application program after calling paging information in the paging control by the application program. In this case, considering that after the paging control itself receives the obtaining request, the obtaining request may be only transmitted in a single layer, but not transmitted to other parts in the application program, the embodiments of the present disclosure use the routing event to transmit the obtaining request, so that the obtaining request may be transmitted to the network loading module in the application program, so that the network loading module in the application program performs data obtaining in response to the obtaining request. That is, the embodiments of the present disclosure can solve the problem of single-layer delivery by using routing events, and achieve multi-level delivery. The obtaining request may be obtained in response to an event such as refresh, previous page, next page, or search.
According to the embodiment of the disclosure, the paging control performs data processing by using a multithread technology, specifically, for example, the data acquisition and conversion are performed by using a sub-thread, that is, the sub-thread is started to execute the data acquisition in the first format, the data in the first format is subjected to a deserialization technology to generate specific object data (data in the second format), and then the display data is obtained according to the bound data model and is sent to the main thread; and then, realizing the paging display of the display data through the interaction of the main thread and a User Interface (User Interface). The paging control part disclosed by the invention processes data in such a way, and can solve the problems of unsmooth and dead locking of an interface after a user clicks search, next page and other operations, so that the operation experience of the user is greatly improved.
According to the embodiment of the disclosure, the paging control performs data processing by using a multithreading technology, so that the paging control can perform other operations besides data processing and the like, for example, in the process of acquiring data, the paging control displays a loading progress on a user interface through a sub-thread, and the like.
Fig. 4A-4B schematically illustrate a method flow diagram of a method of paging control processing data according to another embodiment of the present disclosure.
As shown in fig. 4A, the method for processing data by a paging control further includes an operation S410 after the operation S230, and after the operation S410 is performed, the operation S410 continues to return to the operation S230, specifically, the operation S410 may be performed after the operations S2321 and S2322 are performed, and after the operation S410 is performed, the operation S2322 continues to be performed.
In operation 410, the presentation data is updated in real time by a monitoring mechanism in case the preset data model changes.
According to an embodiment of the present disclosure, the monitoring mechanism may be set through, for example, a Model-View Model (MVVM Model), and the monitoring mechanism is a monitoring mechanism between a preset data Model and display data, so that when the preset data Model changes, the display data is updated in real time to perform paging display. Under the condition, if the displayed data is required to be changed, the assignment relation of variables in the data model bound with the current display page is only required to be changed.
As shown in fig. 4B, after the method S230 for processing data by a paging control, the method further includes an operation S420, and after the operation S420 is executed, the operation S230 continues to be returned to, specifically, the operation S420 may be performed after the operations S2321 and S2322 are executed, and after the operation S420 is executed, the operation S2322 continues to be returned to.
In operation S420, the display effect of the display data is updated in real time through the monitoring mechanism under the condition that the preset display attribute changes. Accordingly, in operation S2322, the display data may be displayed in a paging manner based on a preset paging rule and a preset display attribute.
According to the embodiment of the disclosure, when data is displayed through the paging control, the paging control can call the preset display attribute in the application program to which the paging control belongs, so that the display data is displayed according to the preset display attribute.
According to an embodiment of the present disclosure, the display attributes include a display color of the display data, a font type of the display data, a font size, and a color of each web page control (e.g., refer to the web page controls "previous page", "next page", "home page", etc. in fig. 3) displayed via the paging control.
According to an embodiment of the present disclosure, the monitoring mechanism may be set through, for example, a Model-View Model (MVVM Model), and the monitoring mechanism is a monitoring mechanism between a preset display attribute and display data, so as to update the display effect of the display data in real time when the preset display attribute changes in an application program. Therefore, the display style of the paging control display picture is consistent with the overall display style of the application program, the display effect of the display picture can be changed by modifying the preset display attribute, the overall style of the display interface of the application program can be adjusted, and the appearance degree is single.
According to the embodiment of the disclosure, the monitoring mechanism can also be used for monitoring other parameters, so that the design of the paging control better meets the requirements of users.
FIG. 5 is a flow chart of a method for processing data by a paging control according to another embodiment of the present disclosure.
As shown in fig. 5, the method further includes operations S510 to S520 after operations S210 to S230.
Receiving a screening request to screen the presentation data in operation S510; in operation S520, the currently presented presentation data is updated to the filtered presentation data.
According to an embodiment of the present disclosure, the filtering request may be generated in response to a selection of the currently presented data by the user. For example, the paging component of the embodiment of the present disclosure obtains column titles (i.e., assignments of variables in the data model) of columns in a form formed by all display data, displays the column titles to a user for selection, and generates the filtering request after the user selects an interested column.
According to the embodiment of the disclosure, the paging control can screen the currently displayed display data according to the screening request to obtain the screened display data, and update the currently displayed display data into the screened display data. By the method, the situation that the display data in the form has a plurality of columns or the display screen is low in resolution, the column width is small or the display is incomplete can be avoided, and only the data concerned by the user can be displayed according to the personal requirement of the user.
Fig. 6A-6E schematically illustrate block diagrams of structures of paging controls according to embodiments of the present disclosure.
As shown in fig. 6A, the paging control 600 includes a get request receiving module 610, a data obtaining module 620 and a data showing module 630.
Specifically, the get request receiving module 610 is configured to receive a get request, where the get request includes a get address and a request parameter. According to an embodiment of the present disclosure, the obtaining request receiving module 610 may perform operation S210 described above with reference to fig. 2A, which is not described herein again.
Specifically, the data obtaining module 620 is configured to obtain the data in the first format from the server corresponding to the obtaining address. The first format is a format which can be identified by the server corresponding to the acquisition address, and the data in the first format is matched with the request parameter. According to an embodiment of the present disclosure, the data obtaining module 620 may perform operation S220 described above with reference to fig. 2A, which is not described herein again.
Specifically, the data display module 630 is configured to display the obtained display data based on the data in the first format and a preset paging rule. According to an embodiment of the disclosure, the data presentation module 630 may perform the operation S230 described above with reference to fig. 2A, which is not described herein again.
According to an embodiment of the disclosure, as shown in fig. 6B, the data presentation module 630 may include an inverse transformation sub-module 631 and a processing sub-module 632.
Specifically, the inverse conversion sub-module 631 is configured to perform inverse conversion on the data in the first format to obtain data in a second format. The paging control may further include a conversion module, configured to convert the data in the second format into the data in the first format for storage by the server, where the second format is a format matched with the application to which the paging control belongs, and the data in the first format stored in the server is obtained by converting the data in the second format, and the conversion and the inverse conversion are in an inverse relationship. According to an embodiment of the present disclosure, the inverse transformation sub-module 631 may perform operation S231 described above with reference to fig. 2B, which is not described herein again.
Specifically, the processing sub-module 632 is configured to obtain display data for displaying based on the data in the second format and a preset paging rule. According to an embodiment of the disclosure, the processing sub-module 632 may perform operation S232 described above with reference to fig. 2B, which is not described herein again.
According to an embodiment of the present disclosure, as shown in fig. 6C, the processing submodule 632 specifically includes an extracting unit 6321 and a presenting unit 6322. The extracting unit 6321 is configured to extract the display data from the data in the second format based on a preset data model; the display unit 6322 is configured to display the display data in a paging manner based on the preset paging rule. Wherein the preset data model corresponds to the presentation data. According to an embodiment of the present disclosure, the extracting unit 6321 and the presenting unit 6322 may perform the operation S2321 and the operation S2322 described above with reference to fig. 2C, respectively, which are not described herein again.
According to an embodiment of the present disclosure, as shown in fig. 6D, the paging control 600 may further include a monitoring module 640, configured to update the display data in real time through a monitoring mechanism when the preset data model changes; and/or the monitoring module 640 may be further configured to update the display effect of the display data in real time through a monitoring mechanism under the condition that a preset display attribute changes, where the display attribute determines the display effect of the display data. According to an embodiment of the disclosure, the listening module 640 may perform the operation S410 described above with reference to fig. 4A and the operation S420 described with reference to fig. 4B, which are not described herein again.
According to an embodiment of the disclosure, as shown in fig. 6E, the paging control 600 may further include a filtering module 650, where the filtering module 650 is configured to receive a filtering request and filter the presentation data. According to an embodiment of the present disclosure, the screening module 650 may perform the operation S510 described above with reference to fig. 5, and correspondingly, the data presentation module 630 is further configured to perform the operation S520 described above with reference to fig. 5, which is not described herein again.
According to an embodiment of the present disclosure, the paging control 600 obtains the display data through the sub-thread, and displays the display data through the main thread.
It is understood that the obtaining request receiving module 610, the data obtaining module 620, the data presenting module 630, the inverse transformation sub-module 631, the processing sub-module 632, the extracting unit 6321, the presenting unit 6322, the listening module 640, and the screening module 650 may be combined to be implemented in one module, or any one of them may be split into multiple modules. Alternatively, at least part of the functionality of one or more of these modules may be combined with at least part of the functionality of the other modules and implemented in one module. According to the embodiment of the present invention, at least one of the acquisition request receiving module 610, the data acquiring module 620, the data presentation module 630, the inverse conversion sub-module 631, the processing sub-module 632, the extraction unit 6321, the presentation unit 6322, the listening module 640, and the screening module 650 may be at least partially implemented as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in hardware or firmware in any other reasonable manner of integrating or packaging a circuit, or implemented in a suitable combination of three implementations of software, hardware, and firmware. Alternatively, at least one of the acquisition request receiving module 610, the data acquisition module 620, the data presentation module 630, the inverse conversion sub-module 631, the processing sub-module 632, the extraction unit 6321, the presentation unit 6322, the listening module 640, and the screening module 650 may be at least partially implemented as a computer program module, which, when executed by a computer, may perform the functions of the respective module.
In summary, the paging control of the embodiment of the present disclosure is integrated with a data obtaining function, so that the coupling degree with an application program can be effectively reduced; through the screening module, the dynamic adjustment of the form formed by the display data can be realized; through the multithreading technology, the problem of interface blockage can be solved, the operation experience is improved, the difference of interfaces among different application programs can be effectively solved through the monitoring module, and the universality of the paging control is improved; by setting the data model, the condition that the display data are different and the code needs to be written repeatedly can be avoided. Therefore, the paging control of the present disclosure is convenient to integrate and use, and can be applied to different application programs in a product form.
FIG. 7 schematically illustrates a block diagram of an electronic device suitable for implementing a paging control in accordance with an embodiment of the present disclosure. The electronic device system shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 7, an electronic device system 700 according to an embodiment of the present disclosure includes a processor 701, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage section 708 into a Random Access Memory (RAM) 703. The processor 701 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 701 may also include an onboard processor for caching purposes. Processor 701 may include a single processing unit or multiple processing units for performing the different actions of the method flows described with reference to fig. 2A-2C and with reference to fig. 4A-5 in accordance with embodiments of the present disclosure.
In the RAM 703, various programs and data necessary for the operation of the system 700 are stored. The processor 701, the ROM 702, and the RAM 703 are connected to each other by a bus 704. The processor 701 performs various operations of the method of processing data of the paging control described above with reference to fig. 2A to 2C and with reference to fig. 4A to 5 by executing programs in the ROM 702 and/or the RAM 703. It is noted that the programs may also be stored in one or more memories other than the ROM 702 and RAM 703. The processor 701 may also perform various operations of the method of paging control processing data described above with reference to fig. 2A-2C and with reference to fig. 4A-5 by executing programs stored in the one or more memories.
According to an embodiment of the present disclosure, the system 700 may also include an input/output (I/O) interface 705, the input/output (I/O) interface 705 also being connected to the bus 704. The system 700 may also include one or more of the following components connected to the I/O interface 705: an input portion 706 including a keyboard, a mouse, and the like; an output section 707 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 708 including a hard disk and the like; and a communication section 709 including a network interface card such as a LAN card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. A drive 710 is also connected to the I/O interface 705 as needed. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 710 as necessary, so that a computer program read out therefrom is mounted into the storage section 708 as necessary.
According to an embodiment of the present disclosure, the method described above with reference to the flow chart may be implemented as a computer software program. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 709, and/or installed from the removable medium 711. The computer program, when executed by the processor 701, performs the above-described functions defined in the system of the embodiment of the present disclosure. The above described systems, devices, apparatuses, modules, units, etc. may be implemented by computer program modules according to embodiments of the present disclosure.
It should be noted that the computer readable media shown in the present disclosure may be computer readable signal media or computer readable storage media or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer-readable signal medium may include a propagated data signal with computer-readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing. According to embodiments of the present disclosure, a computer-readable medium may include the ROM 702 and/or the RAM 703 and/or one or more memories other than the ROM 702 and the RAM 703 described above.
The flowchart 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 disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, 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 or flowchart illustration, and combinations of blocks in the block diagrams 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.
As another aspect, the present disclosure also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to perform the method for processing data by the paging control described above with reference to fig. 2A-2C and with reference to fig. 4A-5.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.
Claims (12)
1. A method of a paging control processing data, comprising:
receiving an acquisition request, wherein the acquisition request comprises an acquisition address and request parameters;
acquiring data in a first format from a server corresponding to the acquisition address; and
displaying the display data obtained based on the data in the first format and a preset paging rule,
wherein the first format is a format which can be identified by the server corresponding to the acquisition address, the data of the first format is matched with the request parameter,
wherein, based on the data in the first format and a preset paging rule, the display data obtained for display comprises:
based on the data in the first format, performing inverse conversion to obtain data in a second format, wherein the second format is a format matched with the application program to which the paging control belongs; and
displaying the display data obtained based on the data in the second format and the preset paging rule,
the data in the first format stored in the server is obtained by converting the data in the second format, and the conversion and the inverse conversion are in a reciprocal relation.
2. The method of claim 1, wherein the obtaining of the display data for displaying based on the data in the second format and a preset paging rule comprises:
extracting the display data from the data in the second format based on a preset data model; and
paging the display data based on the preset paging rule,
wherein the preset data model corresponds to the presentation data.
3. The method of claim 2, further comprising:
updating the display data in real time through a monitoring mechanism under the condition that the preset data model changes; and/or
Through a monitoring mechanism, under the condition that a preset display attribute changes, the display effect of the display data is updated in real time, and the display attribute determines the display effect of the display data.
4. The method of claim 1, further comprising:
receiving a screening request, and screening the display data; and
and updating the currently displayed display data into the screened display data.
5. The method of claim 1, wherein:
the paging control obtains the display data through a sub thread; and/or
The paging control exposes the presentation data via a main thread.
6. A paging control, comprising:
the acquisition request receiving module receives an acquisition request, wherein the acquisition request comprises an acquisition address and request parameters;
a data acquisition module for acquiring data in a first format from the server corresponding to the acquisition address, an
A data display module for displaying the display data obtained based on the data in the first format and the preset paging rule,
wherein the first format is a format which can be identified by the server corresponding to the acquisition address, the data of the first format is matched with the request parameter,
wherein, the data presentation module includes:
the reverse conversion sub-module is used for obtaining data in a second format through reverse conversion based on the data in the first format, wherein the second format is a format matched with the application program to which the paging control belongs; and
a processing submodule for obtaining display data for display based on the data in the second format and a preset paging rule,
the data in the first format stored in the server is obtained by converting the data in the second format, and the conversion and the inverse conversion are in a reciprocal relation.
7. The paging control of claim 6, wherein the processing submodule comprises:
the extraction unit is used for extracting the display data from the data in the second format based on a preset data model;
a display unit for displaying the display data in a paging manner based on the preset paging rule,
wherein the preset data model corresponds to the presentation data.
8. The paging control of claim 7, further comprising a listening module:
updating the display data in real time through a monitoring mechanism under the condition that the preset data model changes; and/or
Through a monitoring mechanism, under the condition that a preset display attribute changes, the display effect of the display data is updated in real time, and the display attribute determines the display effect of the display data.
9. The paging control of claim 6, further comprising:
the screening module receives a screening request and screens the display data;
the data display module is also used for updating the currently displayed display data into the screened display data.
10. The paging control of claim 6, wherein:
the paging control obtains the display data through a sub thread; and/or
The paging control exposes the presentation data via a main thread.
11. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-5.
12. A computer readable medium having stored thereon executable instructions which, when executed by a processor, cause the processor to perform the method of any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810412735.3A CN110442406B (en) | 2018-05-02 | 2018-05-02 | Paging control data processing method, paging control and electronic equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810412735.3A CN110442406B (en) | 2018-05-02 | 2018-05-02 | Paging control data processing method, paging control and electronic equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110442406A CN110442406A (en) | 2019-11-12 |
CN110442406B true CN110442406B (en) | 2022-08-12 |
Family
ID=68428146
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810412735.3A Active CN110442406B (en) | 2018-05-02 | 2018-05-02 | Paging control data processing method, paging control and electronic equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110442406B (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111240650B (en) * | 2020-01-22 | 2023-06-30 | 上海钧正网络科技有限公司 | Data paging method and device and mobile terminal |
CN112417276A (en) * | 2020-11-18 | 2021-02-26 | 北京字节跳动网络技术有限公司 | Paging data acquisition method and device, electronic equipment and computer readable storage medium |
CN112559890B (en) * | 2020-12-25 | 2024-02-09 | 深圳市富途网络科技有限公司 | Display method, server, electronic device and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101595451A (en) * | 2007-01-25 | 2009-12-02 | 微软公司 | Present irrelevant page layout but fluidisation is interactively |
CN102096588A (en) * | 2011-03-24 | 2011-06-15 | 南京朗睿软件科技有限公司 | Control-containing page establishing method |
CN102185716A (en) * | 2011-05-05 | 2011-09-14 | 广东天波信息技术股份有限公司 | Universal management method and system for communication equipment |
CN102902546A (en) * | 2012-10-12 | 2013-01-30 | 重庆亚德科技股份有限公司 | Common report list assembly |
CN107038218A (en) * | 2017-03-17 | 2017-08-11 | 腾讯科技(深圳)有限公司 | report processing method and system |
Family Cites Families (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7275079B2 (en) * | 2000-08-08 | 2007-09-25 | International Business Machines Corporation | Common application metamodel including C/C++ metamodel |
TWI479846B (en) * | 2003-05-01 | 2015-04-01 | Interdigital Tech Corp | Method and apparatus for delivery of data-based/voice services over piconets and wireless lans (wlans) coupled to 3gpp devices including protocol architecture and information elements relating to short message service (sms) over wlans |
US7593980B2 (en) * | 2004-11-30 | 2009-09-22 | Cisco Technology, Inc. | Application server system and method |
CN101661459B (en) * | 2009-10-19 | 2011-08-31 | 中国电信股份有限公司 | Method for providing network document resources, platform thereof and system thereof |
CN103294455A (en) * | 2012-02-27 | 2013-09-11 | 杭州勒卡斯广告策划有限公司 | Software service implementation method and system, as well as Java platform |
CN103309660B (en) * | 2013-05-27 | 2016-08-17 | 北京尚友通达信息技术有限公司 | Mobile solution cross-platform development method |
CN104020934B (en) * | 2014-06-18 | 2017-11-03 | 百度在线网络技术(北京)有限公司 | Paging control implementation method and device |
KR20170072196A (en) * | 2014-09-03 | 2017-06-26 | 베크만 컬터, 인코포레이티드 | Integrated console environment for diagnostic instruments methods and apparatus |
CN104298731A (en) * | 2014-09-29 | 2015-01-21 | 蓝盾信息安全技术股份有限公司 | Flex-based paged querying method |
CN104615458B (en) * | 2014-12-31 | 2017-10-31 | 福建天晴数码有限公司 | A kind of method and system based on json data format module loadings |
CN105068833B (en) * | 2015-07-31 | 2017-12-22 | 南威软件股份有限公司 | The method of BS system tab pattern fast transferrings based on card format |
CN105426496B (en) * | 2015-11-24 | 2019-05-07 | 小米科技有限责任公司 | Page display method and device, electronic equipment |
CN105573967A (en) * | 2015-12-04 | 2016-05-11 | 福建亿榕信息技术有限公司 | Multi-format file online browsing method and system |
CN105630504B (en) * | 2015-12-28 | 2018-11-23 | 武汉噢易云计算股份有限公司 | Multilist application code multiplexing method and system based on extjs |
CN107085580B (en) * | 2016-02-16 | 2021-11-09 | 阿里巴巴集团控股有限公司 | Method for displaying page by client and client |
CN107092818A (en) * | 2016-02-17 | 2017-08-25 | 阿里巴巴集团控股有限公司 | The implementation method and device of vivo identification |
CN107180043B (en) * | 2016-03-09 | 2019-08-30 | 北京京东尚科信息技术有限公司 | Paging implementation method and paging system |
CN107450891A (en) * | 2016-05-30 | 2017-12-08 | 阿里巴巴集团控股有限公司 | Paging control implementation method, device and equipment |
CN106020963A (en) * | 2016-06-07 | 2016-10-12 | 中国建设银行股份有限公司 | Cross-system internal service calling method and device |
CN107741934A (en) * | 2016-08-22 | 2018-02-27 | 腾讯科技(深圳)有限公司 | page processing method and page processing system |
CN106293777B (en) * | 2016-10-31 | 2020-04-03 | 山东鲁能软件技术有限公司 | Method for realizing development front-end interface control based on component type |
CN106874010B (en) * | 2017-02-28 | 2019-12-06 | 山东大学 | Method for rapid page loading of ListView in Android system |
CN107329976B (en) * | 2017-05-26 | 2020-07-14 | 深圳市小牛在线互联网信息咨询有限公司 | Webpage paging method and device, computer equipment and computer readable storage medium |
CN107870784A (en) * | 2017-11-24 | 2018-04-03 | 维沃移动通信有限公司 | A kind of display control method, mobile terminal and computer-readable recording medium |
-
2018
- 2018-05-02 CN CN201810412735.3A patent/CN110442406B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101595451A (en) * | 2007-01-25 | 2009-12-02 | 微软公司 | Present irrelevant page layout but fluidisation is interactively |
CN102096588A (en) * | 2011-03-24 | 2011-06-15 | 南京朗睿软件科技有限公司 | Control-containing page establishing method |
CN102185716A (en) * | 2011-05-05 | 2011-09-14 | 广东天波信息技术股份有限公司 | Universal management method and system for communication equipment |
CN102902546A (en) * | 2012-10-12 | 2013-01-30 | 重庆亚德科技股份有限公司 | Common report list assembly |
CN107038218A (en) * | 2017-03-17 | 2017-08-11 | 腾讯科技(深圳)有限公司 | report processing method and system |
Non-Patent Citations (1)
Title |
---|
利用AJAX+JSON实现DataGrid;薛胜军等;《电脑知识与技术(学术交流)》;20070128(第01期);第161-162,236页 * |
Also Published As
Publication number | Publication date |
---|---|
CN110442406A (en) | 2019-11-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20190251143A1 (en) | Web page rendering method and related device | |
CN111611518B (en) | Automatic visual display page publishing method and system based on Html5 | |
CN110442406B (en) | Paging control data processing method, paging control and electronic equipment | |
US10951486B2 (en) | Terminal device, UI expansion method, and UI expansion program | |
CN109697055B (en) | Method and system for generating mobile App page | |
CN110795649A (en) | Target page display method, device and system and electronic equipment | |
CN111294395A (en) | Terminal page transmission method, device, medium and electronic equipment | |
CN105683957A (en) | Style sheet speculative preloading | |
US20140375657A1 (en) | Synchronization Points for State Information | |
CN112395027A (en) | Widget interface generation method and device, storage medium and electronic equipment | |
CN112395535A (en) | Image lazy loading method and device, medium and electronic equipment | |
CN114489916A (en) | Method and device for loading visual large-screen page component | |
CN113535175A (en) | Application program front-end code generation method and device, electronic equipment and medium | |
CN113553123A (en) | Data processing method and device, electronic equipment and storage medium | |
CN113434572A (en) | Data query method, query system, device, storage medium and program product | |
CN115474074B (en) | Video background replacement method, device, computing equipment and storage medium | |
CN115756461A (en) | Annotation template generation method, image identification method and device and electronic equipment | |
CN110874253B (en) | Display method and display system | |
CN113656033A (en) | List page generation method, apparatus, device, medium, and program product | |
CN114677114A (en) | Approval process generation method and device based on graph dragging | |
CN112784195A (en) | Page data publishing method and system | |
CN111199432A (en) | Data processing method, device, system and computer readable storage medium | |
CN113760252B (en) | Data visualization method, device, computer system and readable storage medium | |
CN112468543B (en) | Method, device, equipment and computer readable medium for publishing information | |
CN114510309B (en) | Animation effect setting method, device, equipment and medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20200527 Address after: Room A1905, 19th floor, No. 2 Building, 18 Kechuang 11th Street, Beijing Daxing District, Beijing Applicant after: Beijing Jingdong Qianshi Technology Co.,Ltd. Address before: 300 457 days First Floor, Phase 2, No. 10, Fourth Avenue, Economic and Technological Development Zone, Tianjin Binhai New Area Applicant before: Tianjin Jingdong Shentuo Robot Technology Co.,Ltd. |
|
TA01 | Transfer of patent application right | ||
GR01 | Patent grant | ||
GR01 | Patent grant |