CN109165360B - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN109165360B
CN109165360B CN201810765765.2A CN201810765765A CN109165360B CN 109165360 B CN109165360 B CN 109165360B CN 201810765765 A CN201810765765 A CN 201810765765A CN 109165360 B CN109165360 B CN 109165360B
Authority
CN
China
Prior art keywords
module
display module
target display
data
preset
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810765765.2A
Other languages
Chinese (zh)
Other versions
CN109165360A (en
Inventor
钱坤
王昱
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Cat Eyes Culture Media Co ltd
Original Assignee
Beijing Cat Eyes Culture Media Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Cat Eyes Culture Media Co ltd filed Critical Beijing Cat Eyes Culture Media Co ltd
Priority to CN201810765765.2A priority Critical patent/CN109165360B/en
Publication of CN109165360A publication Critical patent/CN109165360A/en
Application granted granted Critical
Publication of CN109165360B publication Critical patent/CN109165360B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units

Landscapes

  • Engineering & Computer Science (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)

Abstract

The embodiment of the invention provides a data processing method and device. In the embodiment of the invention, the module identification and the data to be displayed of the target display module are obtained; acquiring a locally stored target display module according to the module identifier; and displaying the data to be displayed by using the target display module. Through the embodiment of the invention, a technician can control the display module required to be used when the terminal displays data on the page through the module identification at the server side, and after the terminal acquires the module identification of the target display module and the data to be displayed, the steps of acquiring the stored target display module according to the module identification and displaying the data to be displayed by using the target display module are locally executed, so that the consumed labor cost is lower, a large amount of debugging is not required at the web side, the interaction with the web side is not required, and the defects caused by the interaction with the web side can be avoided.

Description

Data processing method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data processing method and apparatus.
Background
With the rapid development of the technology, more and more users use mobile phones to browse the network data, and the mobile phones display the network data through a display module, such as a comment module, a photo module, a statistic module, a purchase module, and the like.
When the mobile phone displays the network data, it is often necessary to create each display module for displaying the network data first, and then display the network data using each display module.
Disclosure of Invention
The embodiment of the invention discloses a data processing method and device.
In a first aspect, an embodiment of the present invention shows a data processing method, where the method includes:
acquiring a module identifier and data to be displayed of a target display module;
acquiring the locally stored target display module according to the module identifier;
and displaying the data to be displayed by using the target display module.
In an optional implementation, the method further includes:
creating the target display module;
assigning the module identification to the target display module;
forming a corresponding table entry by the module identification and the target display module, and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module;
and the module identifications corresponding to different display modules in the corresponding relation are different.
In an optional implementation manner, the obtaining the locally stored target display module according to the module identifier includes:
and searching the display module corresponding to the module identification in the corresponding relation, and taking the display module as the target display module.
In an optional implementation manner, the number of the target display modules is multiple, and a preset sequencing order is provided among the multiple target display modules;
the displaying the data to be displayed by using the target display module comprises:
acquiring a preset chart display interface;
loading the preset chart display interface into a preset controller;
adding a plurality of target display modules into the preset chart display interface along the preset direction of the preset chart display interface according to the sequence by using the preset controller;
and for each target display module, adding the data to be displayed corresponding to the target display module into the target display module by using the preset controller.
In an optional implementation manner, a plurality of column views are included in the target display module;
the adding the data to be displayed corresponding to the target display module by using the preset controller comprises:
splitting the data to be displayed into a plurality of data objects by using the preset controller;
determining a corresponding column view of each data object in the target display module by using the preset controller;
and for each data object, adding the data object to a corresponding column view of the data object in the target display module by using the preset controller.
In a second aspect, an embodiment of the present invention shows a data processing apparatus, including:
the first acquisition module is used for acquiring the module identification and the data to be displayed of the target display module;
the second acquisition module is used for acquiring the locally stored target display module according to the module identifier;
and the display module is used for displaying the data to be displayed by using the target display module.
In an optional implementation, the apparatus further comprises:
a creation module for creating the target display module;
the distribution module is used for distributing the module identification to the target display module;
the composition module is used for composing the module identification and the target display module into a corresponding table entry and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module;
and the module identifications corresponding to different display modules in the corresponding relation are different.
In an optional implementation manner, the second obtaining module is specifically configured to: and searching the display module corresponding to the module identification in the corresponding relation, and taking the display module as the target display module.
In an optional implementation manner, the number of the target display modules is multiple, and a preset sequencing order is provided among the multiple target display modules;
the display module includes:
the acquisition unit is used for acquiring a preset chart display interface;
the loading unit is used for loading the preset chart display interface into a preset controller;
the first adding unit is used for adding the target display modules into the preset chart display interface along the preset direction of the preset chart display interface according to the sequence by using the preset controller;
and the second adding unit is used for adding the data to be displayed corresponding to each target display module into the target display module by using the preset controller.
In an optional implementation manner, the target display module comprises a plurality of column views;
the second adding unit includes:
the splitting subunit is used for splitting the data to be displayed into a plurality of data objects by using the preset controller;
the determining subunit is used for determining the column view corresponding to each data object in the target display module by using the preset controller;
and the adding subunit is used for adding the data object to the corresponding column view of the data object in the target display module for each data object by using the preset controller.
Compared with the prior art, the embodiment of the invention has the following advantages:
in the embodiment of the invention, the module identification and the data to be displayed of the target display module are obtained; acquiring a locally stored target display module according to the module identifier; and displaying the data to be displayed by using the target display module. Through the embodiment of the invention, a technician can control the display module required to be used when the terminal displays data on the page through the module identification at the server side, and after the terminal acquires the module identification of the target display module and the data to be displayed, the steps of acquiring the stored target display module according to the module identification and displaying the data to be displayed by using the target display module are locally executed, so that the consumed labor cost is lower, a large amount of debugging is not required at the web side, the interaction with the web side is not required, and the defects caused by the interaction with the web side can be avoided.
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 a data processing apparatus according to an embodiment of 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.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a data processing method according to the present invention is shown, which may specifically include the following steps:
in step S101, a module identifier of a target display module and data to be displayed are obtained;
currently, a user often installs an application program on a terminal, the application program includes multiple pages, and data that the application program needs to display on different pages often differs. After the terminal starts the application, the application enters a page and displays data on the page, wherein the display module is required to be used when the data is displayed on the page.
A technician may set each data that may be displayed by the application program on the server side in advance, and set a module identifier of a display module that needs to be used when each data is displayed respectively.
Therefore, after the application program enters a certain page, the terminal sends a notification to the server, the server acquires the data to be displayed, which needs to be displayed on the page by the application program, from the set data according to the notification, acquires the module identifier of the target display module, which needs to be used when the data to be displayed is displayed, and the terminal receives the module identifier of the target display module and the data to be displayed, which are sent by the server.
With the development of services, data to be displayed in one page often changes, and a technician can change the data to be displayed in the page and change a module identifier of a display module to be used when displaying the data in a server.
In step S102, a locally stored target display module is obtained according to the module identifier;
in the embodiment of the invention, the terminal creates various display modules which can be used in advance and stores the display modules locally, and allocates module identifiers for each created display module, wherein the module identifiers allocated for different display modules are different.
For example, a target display module is created; allocating module identification for the target display module; forming a corresponding table entry by the module identification and the target display module, and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module; wherein, the module identifications corresponding to different display modules in the corresponding relationship are different.
Thus, in this step, the display module corresponding to the module identifier may be searched in the corresponding relationship and used as the target display module.
In step S103, the data to be displayed is displayed using the target display module.
In one embodiment of the invention, a preset chart display interface can be obtained; loading a preset chart display interface into a preset controller; adding the target display module into a preset chart display interface by using a preset controller; and adding the data to be displayed into the target display module by using a preset controller so as to display the data to be displayed.
In another embodiment of the present invention, different data to be displayed may sometimes be displayed on one page, and different target display modules need to be used when displaying different data to be displayed, so that a plurality of module identifiers of the received target display modules, that is, a plurality of target display modules are obtained according to the received module identifiers, and since preset display positions of the plurality of data to be displayed when displayed on the page are different, in order to display the plurality of data to be displayed at the preset display positions on the page, a preset arrangement order is provided among the module identifiers of the plurality of target display modules, for example, a server side sequentially sends the module identifier of each target display module to a terminal according to the preset arrangement order, the terminal sequentially receives the module identifier of each target display module, and according to the receiving order of the received module identifiers, it is possible to determine the preset order among the plurality of target display modules The sequences are arranged in sequence.
Thus, in this step, a preset chart display interface can be obtained; loading a preset chart display interface into a preset controller; adding a plurality of target display modules into a preset chart display interface along a preset direction of the preset chart display interface according to a sequential order by using a preset controller; the preset direction may be a direction from top to bottom or a direction from left to right, and for each target display module, the preset controller is used to add the data to be displayed corresponding to the target display module.
In embodiments of the present invention, a target display module may sometimes include multiple column views,
in this way, when the preset controller is used for adding the data to be displayed corresponding to the target display into the target display module, the preset controller can be used for splitting the data to be displayed into a plurality of data objects; then, a preset controller is used for determining a corresponding column view of each data object in the target display module; and then, for each data object, adding the data object to the corresponding column view of the data object in the target display module by using a preset controller.
Then, the user may perform an operation, such as a click operation, on the target column view in the target display module, if the terminal receives an operation event in the target column view in the target display module. If the target column view can process the operation event, the target column view can directly process the operation time, if the target column view cannot process the operation event, the operation event needs to be submitted to a preset controller, the preset controller processes the operation event, for example, a user needs to reply a comment, the preset controller needs to jump to a comment reply interface, the target column view is not processed, and a column view is newly added; for another example, after the user finishes commenting, the target column view needs to change the state, for example, the displayed "want to see" should be updated to the "seen" and highlighted state, and at this time, the inside of the target column view is processed.
In the embodiment of the invention, the module identification and the data to be displayed of the target display module are obtained; acquiring a locally stored target display module according to the module identifier; and displaying the data to be displayed by using the target display module. Through the embodiment of the invention, a technician can control the display module required to be used when the terminal displays data on the page through the module identification at the server side, and after the terminal acquires the module identification of the target display module and the data to be displayed, the steps of acquiring the stored target display module according to the module identification and displaying the data to be displayed by using the target display module are locally executed, so that the consumed labor cost is lower, a large amount of debugging is not required at the web side, the interaction with the web side is not required, and the defects caused by the interaction with the web side can be avoided.
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. 2, a block diagram of a data processing apparatus according to an embodiment of the present invention is shown, and the apparatus may specifically include the following modules:
the first obtaining module 11 is configured to obtain a module identifier of the target display module and data to be displayed;
a second obtaining module 12, configured to obtain the locally stored target display module according to the module identifier;
and the display module 13 is configured to display the data to be displayed by using the target display module.
In an optional implementation, the apparatus further comprises:
a creation module for creating the target display module;
the distribution module is used for distributing the module identification to the target display module;
the composition module is used for composing the module identification and the target display module into a corresponding table entry and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module;
and the module identifications corresponding to different display modules in the corresponding relation are different.
In an optional implementation manner, the second obtaining module 12 is specifically configured to: and searching the display module corresponding to the module identifier in the corresponding relation, and taking the display module as the target display module.
In an optional implementation manner, the number of the target display modules is multiple, and a preset sequence is provided among the multiple target display modules;
the display module 13 includes:
the acquisition unit is used for acquiring a preset chart display interface;
the loading unit is used for loading the preset chart display interface into a preset controller;
the first adding unit is used for adding the target display modules into the preset chart display interface along the preset direction of the preset chart display interface according to the sequence by using the preset controller;
and the second adding unit is used for adding the data to be displayed corresponding to each target display module into the target display module by using the preset controller.
In an optional implementation manner, a plurality of column views are included in the target display module;
the second adding unit includes:
the splitting subunit is used for splitting the data to be displayed into a plurality of data objects by using the preset controller;
the determining subunit is used for determining the corresponding column view of each data object in the target display module by using the preset controller;
and the adding subunit is used for adding the data object to the corresponding column view of the data object in the target display module for each data object by using the preset controller.
In the embodiment of the invention, the module identification and the data to be displayed of the target display module are obtained; acquiring a locally stored target display module according to the module identifier; and displaying the data to be displayed by using the target display module. Through the embodiment of the invention, a technician can control the display module required to be used when the terminal displays data on the page through the module identification at the server side, and after the terminal acquires the module identification of the target display module and the data to be displayed, the steps of acquiring the stored target display module according to the module identification and displaying the data to be displayed by using the target display module are locally executed, so that the consumed labor cost is lower, a large amount of debugging is not required at the web side, the interaction with the web side is not required, and the defects caused by the interaction with the web side can be avoided.
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 data processing method and apparatus provided by the present invention are introduced in detail, and a specific example is applied in the text to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present 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:
the method comprises the steps that a module identification and data to be displayed of a target display module sent by a server side are obtained, wherein the data to be displayed are data which need to be displayed on a page by an application program after the application program enters the page; the target display module is a display module required to be used when the data to be displayed is displayed;
acquiring the locally stored target display module according to the module identifier, wherein the method comprises the following steps: forming a corresponding table entry by the module identifier and the target display module, storing the corresponding table entry in a corresponding relation between the stored module identifier and the display module, and searching the display module corresponding to the module identifier in the corresponding relation to be used as the target display module;
displaying the data to be displayed by using the target display module, wherein the displaying comprises: loading a preset chart display interface into a preset controller, adding the target display module into the preset chart display interface by using the preset controller, and adding the data to be displayed into the target display module by using the preset controller so as to display the data to be displayed.
2. The method of claim 1, further comprising:
creating the target display module;
assigning the module identification to the target display module;
forming a corresponding table entry by the module identification and the target display module, and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module;
and the module identifications corresponding to different display modules in the corresponding relation are different.
3. The method of claim 2, wherein the retrieving the locally stored target display module according to the module identifier comprises:
and searching the display module corresponding to the module identification in the corresponding relation, and taking the display module as the target display module.
4. The method according to claim 1, wherein the number of the target display modules is multiple, and the multiple target display modules have a preset sequential order;
the displaying the data to be displayed by using the target display module comprises:
acquiring a preset chart display interface;
loading the preset chart display interface into a preset controller;
adding a plurality of target display modules into the preset chart display interface along the preset direction of the preset chart display interface according to the sequence by using the preset controller;
and for each target display module, adding the data to be displayed corresponding to the target display module into the target display module by using the preset controller.
5. The method of claim 4, wherein the target display module includes a plurality of column views therein;
the adding the data to be displayed corresponding to the target display module by using the preset controller comprises:
splitting the data to be displayed into a plurality of data objects by using the preset controller;
determining a corresponding column view of each data object in the target display module by using the preset controller;
and for each data object, adding the data object to a corresponding column view of the data object in the target display module by using the preset controller.
6. A data processing apparatus, characterized in that the apparatus comprises:
the display device comprises a first acquisition module, a second acquisition module and a display module, wherein the first acquisition module is used for acquiring a module identifier of a target display module and data to be displayed, which are sent by a server, and the data to be displayed is data which are required to be displayed on a page by an application program after the application program enters the page; the target display module is a display module required to be used when the data to be displayed is displayed;
the second obtaining module is configured to obtain the locally stored target display module according to the module identifier, and includes: forming a corresponding table entry by the module identifier and the target display module, storing the corresponding table entry in a corresponding relation between the stored module identifier and the display module, and searching the display module corresponding to the module identifier in the corresponding relation to be used as the target display module;
the display module is used for displaying the data to be displayed by using the target display module, and comprises: loading a preset chart display interface into a preset controller, adding the target display module into the preset chart display interface by using the preset controller, and adding the data to be displayed into the target display module by using the preset controller so as to display the data to be displayed.
7. The apparatus of claim 6, further comprising:
a creation module for creating the target display module;
the distribution module is used for distributing the module identification to the target display module;
the composition module is used for composing the module identification and the target display module into a corresponding table entry and storing the corresponding table entry in the corresponding relation between the stored module identification and the display module;
and the module identifications corresponding to different display modules in the corresponding relation are different.
8. The apparatus of claim 7, wherein the second obtaining module is specifically configured to: and searching the display module corresponding to the module identification in the corresponding relation, and taking the display module as the target display module.
9. The device according to claim 6, wherein the number of the target display modules is multiple, and a preset sequencing order is provided among the multiple target display modules;
the display module includes:
the acquisition unit is used for acquiring a preset chart display interface;
the loading unit is used for loading the preset chart display interface into a preset controller;
the first adding unit is used for adding the target display modules into the preset chart display interface along the preset direction of the preset chart display interface according to the sequence by using the preset controller;
and the second adding unit is used for adding the data to be displayed corresponding to each target display module into the target display module by using the preset controller.
10. The apparatus of claim 9, wherein the target display module comprises a plurality of column views;
the second adding unit includes:
the splitting subunit is configured to split the data to be displayed into multiple data objects by using the preset controller;
the determining subunit is used for determining the corresponding column view of each data object in the target display module by using the preset controller;
and the adding subunit is used for adding the data object to the corresponding column view of the data object in the target display module for each data object by using the preset controller.
CN201810765765.2A 2018-07-12 2018-07-12 Data processing method and device Active CN109165360B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810765765.2A CN109165360B (en) 2018-07-12 2018-07-12 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810765765.2A CN109165360B (en) 2018-07-12 2018-07-12 Data processing method and device

Publications (2)

Publication Number Publication Date
CN109165360A CN109165360A (en) 2019-01-08
CN109165360B true CN109165360B (en) 2022-07-05

Family

ID=64897773

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810765765.2A Active CN109165360B (en) 2018-07-12 2018-07-12 Data processing method and device

Country Status (1)

Country Link
CN (1) CN109165360B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224532A (en) * 2014-05-28 2016-01-06 腾讯科技(深圳)有限公司 Data processing method and device
CN106020904A (en) * 2016-05-31 2016-10-12 北京奇艺世纪科技有限公司 Graphical user interface displaying method and device
CN107179854A (en) * 2017-03-31 2017-09-19 北京奇艺世纪科技有限公司 A kind of list display method and device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4547905B2 (en) * 2003-12-15 2010-09-22 ソニー株式会社 Information processing apparatus, information processing method, and computer program
GB0420675D0 (en) * 2004-09-17 2004-10-20 Ibm Method and software tool for installation of portlets into a client platform
GB2425192A (en) * 2004-11-25 2006-10-18 Sms Card Ltd Providing up-to-date contact information
CN105094524A (en) * 2015-06-17 2015-11-25 深圳市美贝壳科技有限公司 Data refresh method and system for switching application interface
CN105357323B (en) * 2015-12-11 2019-01-25 北京京东尚科信息技术有限公司 HTML5 page adjustment method and device in a kind of APP

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224532A (en) * 2014-05-28 2016-01-06 腾讯科技(深圳)有限公司 Data processing method and device
CN106020904A (en) * 2016-05-31 2016-10-12 北京奇艺世纪科技有限公司 Graphical user interface displaying method and device
CN107179854A (en) * 2017-03-31 2017-09-19 北京奇艺世纪科技有限公司 A kind of list display method and device

Also Published As

Publication number Publication date
CN109165360A (en) 2019-01-08

Similar Documents

Publication Publication Date Title
CN107908542B (en) Test case creating method and device, computer equipment and storage medium
CN105335187B (en) Application processing method and device
WO2016082598A1 (en) Method, apparatus, and device for rapidly searching for application program
US20170004013A1 (en) Method and device for managing application
CN107133165B (en) Browser compatibility detection method and device
EP3267308A1 (en) Application loading method and device
CN107463563B (en) Information service processing method and device of browser
TWI524302B (en) Method for performing merging control of feeds on at least one social network, and associated apparatus and associated computer program product
CN105988837B (en) Application program installation method and device
CN107832052B (en) Method and device for displaying preview page, storage medium and electronic equipment
CN110069919B (en) Information acquisition method and device
CN105630818A (en) Batch file renaming method and apparatus
CN111475142A (en) Method, device and equipment for generating applet file package
CN110968331A (en) Method and device for running application program
CN111190710A (en) Task allocation method and device
CN110968302A (en) Front-end development method and device and electronic equipment
CN111309228A (en) Multimedia processing method and device and electronic equipment
CN104182266B (en) A kind of application installation method and device
CN110888922A (en) Method and device for creating target table during data synchronization
CN108023905B (en) Internet of things application system and method
CN106919597B (en) Information recommendation method and device
CN112148395A (en) Page display method, device, equipment and storage medium
US9569552B2 (en) Code based configuration of mobile devices
CN109165360B (en) Data processing method and device
CN106919596B (en) Information recommendation method and device

Legal Events

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