CN112115394A - Data display method, server, terminal and medium - Google Patents

Data display method, server, terminal and medium Download PDF

Info

Publication number
CN112115394A
CN112115394A CN202010888005.8A CN202010888005A CN112115394A CN 112115394 A CN112115394 A CN 112115394A CN 202010888005 A CN202010888005 A CN 202010888005A CN 112115394 A CN112115394 A CN 112115394A
Authority
CN
China
Prior art keywords
page
application
page data
service type
template
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010888005.8A
Other languages
Chinese (zh)
Inventor
李昊文
丁小盼
刘伟涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202010888005.8A priority Critical patent/CN112115394A/en
Publication of CN112115394A publication Critical patent/CN112115394A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

In the embodiment of the application, for different application forms of an application end, the service end can provide page data corresponding to a universal page template for service types without page style specification requirements in each application form according to application form identification and service types in each application form, and further, the application end can render universal page display styles according to the received page data. By the method, the server does not need to provide specific page data for each service type, and in terms of development and implementation, the waste of data resources can be reduced and the reuse rate can be improved for the service types with similar display styles.

Description

Data display method, server, terminal and medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a data display method, a server, a terminal, and a medium.
Background
With the development of internet technology, the internet is more and more widely applied. Generally, an internet application includes a server and an application. In the using process, the application terminal can request the information corresponding to a certain service type from the service terminal according to the service requirement and display the information to the user.
In the prior art, a server may configure a corresponding information presentation style for each service type according to the service type. After receiving the request sent by the application terminal, the server terminal can return information display style data corresponding to the service type to the application terminal according to the service type corresponding to the request information, and the application terminal analyzes the received returned data and renders and displays the data according to the analysis result.
In practical application, in any field or industry, a corresponding information display style is configured for each service type, so that the local difference requirements among different service types can be met, but a large amount of code redundancy exists in the overall development and implementation, and data resources are wasted.
Disclosure of Invention
Various aspects of the present application provide a data presentation method, a server, a terminal, and a medium, which are used to configure a general information presentation style for different service types and improve reusability of data resources.
The embodiment of the application provides a data display method, which is suitable for a server and comprises the following steps: receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data; determining a target page template required by the application terminal according to the application form identifier, wherein the target page template is a universal page template; and if the service type does not have a specified requirement on the page style, acquiring the page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
The embodiment of the present application further provides a data display method, which is applicable to an application end, and includes: sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to the application end and a service type corresponding to required page data; receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type; and rendering and displaying the page data returned by the server.
An embodiment of the present application further provides a server, including: a processor and a memory storing a computer program; the processor to execute the computer program to: receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data; determining a target page template required by the application terminal according to the application form identifier, wherein the target page template is a universal page template; and if the service type does not have a specified requirement on the page style, acquiring the page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
An embodiment of the present application further provides an application end, including: a processor and a memory storing a computer program; the processor to execute the computer program to: sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to the application end and a service type corresponding to required page data; receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type; and rendering and displaying the page data returned by the server.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program, which, when executed by a processor, causes the processor to implement the steps in the embodiments of the method of the present application.
In the embodiment of the application, for different application forms of the application end, the server end can provide page data corresponding to a universal page template for a service type without a page style specification requirement in each application form according to the application form identifier and the service type in each application form, and further, the application end can render a universal page display style according to the received page data. By the method, the server does not need to provide specific page data for each service type, and in terms of development and implementation, the waste of data resources can be reduced and the reuse rate can be improved for the service types with similar display styles.
Drawings
Fig. 1 is a schematic structural diagram of a data processing system according to an embodiment of the present application;
fig. 2a is a flowchart of a data displaying method according to an embodiment of the present application;
FIG. 2b is a flow chart of another data presentation method provided by the embodiments of the present application;
fig. 3a is a schematic structural diagram of a server according to an embodiment of the present application;
fig. 3b is a schematic structural diagram of an application end according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the internet application, an application terminal acquires data information required to be displayed to a user through data interaction with a server. In practical application, data interaction between an application terminal and a server needs to depend on a specified service scenario, different service scenarios correspond to different service types, and data information corresponding to each service type may be different. Therefore, when the application terminal requests data from the server, the application terminal needs to request corresponding data according to different service types. For the application terminal, different application forms exist in the implementation manner, and the display styles of data information of different application forms may be different, so that the application terminal also needs to request corresponding data according to different application forms when requesting data from the server. Therefore, the server needs to configure a corresponding data presentation style for the service type corresponding to each usage form, and after receiving a data request sent by the application terminal, return the corresponding data presentation style to the corresponding application terminal according to the application form and the service type. For example, for the same application form, advertisement 1, advertisement 2, and advertisement 3 correspond to different service types, respectively, the server configures corresponding advertisement information presentation style data for each service type in the application form, and returns information presentation style data corresponding to each service type in the application form to the application after receiving data sent by the requesting application.
However, in any field or industry, the information presentation patterns corresponding to the service types in each application form may have local differences, but have similarities as a whole. If the server configures different data display styles for each service type in each application form, although the display requirements of different service types on the data display styles with local differences can be met, for the service types with data display style similarities, a large amount of repetitive work exists when the corresponding data display styles are configured, and a large amount of data resources are wasted.
In order to solve the above problem, an embodiment of the present application provides a data processing system, and fig. 1 is a schematic structural diagram of the data processing system according to the embodiment of the present application, as shown in fig. 1, the system includes a server 100, an application 200, and other servers 300. The application 200 may include a plurality of application forms such as APP, H5 page, public account, and applet, and different application forms may correspond to different service types. The server 100 is configured to receive a page data request sent by the application end 200, where the page data request includes an application form identifier corresponding to the application end 200 and a service type corresponding to required page data. For the same service type, the corresponding page data display styles in different application forms may be different, so the server 100 provides a general page template for the page data corresponding to the service type in each application form in the application 200, the server 100 can determine a target page template required by the application 200 according to the application form identifier, if the service type does not have a specified requirement for the page style, the server 100 obtains the page data requested by the application 200 according to the target page template, and returns the page data to the application 200 for the application 200 to render and display the page data; wherein the target page template is a universal page template. In the embodiment of the present application, the server 100 provides a general page template for the page data corresponding to the service type in each application form, which can improve the reuse rate of the general page template and reduce resource waste.
In the embodiment of the present application, since the application end 200 may include multiple application forms, for the same service type, the page data display styles corresponding to different application forms of the application end 200 may be different, that is, the page data corresponding to the service type in different application forms has a specified page style requirement. Therefore, the server 100 may also return the page data corresponding to the page template with the specified page style requirement to the application 200 for rendering and displaying according to the application form identifier and the service type. For example, as shown in fig. 1, in the application form of the application end 200, for the same service type containing the specified picture content, the same service type may be required to be shown in a square shape in the App page, and may be required to be shown in a circular shape in the applet page. Under the condition that the service type has a specified requirement on the page style, the server 100 adjusts the page elements contained in the target page template according to the specified requirement to obtain an adjusted page template, obtains the page data requested by the application end 200 according to the adjusted page template, and returns the page data to the application end 200 so that the application end 200 can render and display the page data. Specifically, under the condition that the server 100 receives the application form identifier and the service type, a service type list which is maintained by a home terminal and has a specified requirement on the page style is queried according to the service type, if the service type is queried in the service type list, it is determined that the service type has the specified requirement on the page style, and if the service type is not queried in the service type list, it is determined that the service type does not have the specified requirement on the page style. The service type list includes a plurality of service types having requirements for specifying page types for page types and specification requirement content corresponding to each service type, for example, the specification requirement content may be to add a specified page element, or indicate that the specified page element cannot be included.
In the embodiment of the present application, a universal page template refers to a page template provided for multiple service types that do not have a specified requirement on a page style, the modes of the service types for displaying page data on a page have similarity, and the universal page template provides a uniform page data layout format for pages corresponding to the service types. For example, the layout format of a general page template is that the upper half displays a carousel diagram, and the lower half displays characters, and for the service types that need to display the carousel diagram and the characters in the page, the general page template can be adopted to realize the display requirement for the page data. In addition, the specified page style requirement in this embodiment refers to a special requirement that a certain service type has on content, position, number, display effect, element attribute, and the like of a display element in a page. In this embodiment, the manner and content of specifying the page style requirement are not limited, and may be determined according to actual requirements.
In the above embodiment, the service type list may further include a corresponding relationship between the service type, the application form identifier, and the specified style requirement, and the server 100 may query, in the service type list, the specified style requirement corresponding to the received application form identifier and the service type according to the corresponding relationship between the service type, the application form identifier, and the specified style requirement, and if it is queried that the service type has the specified style requirement on the page style, adjust the page element included in the target page template according to the queried specified style requirement content, so as to obtain the adjusted page template, specifically, may be implemented by at least one of the following manners:
the first method is as follows: if the queried specified requirement includes a requirement for adding a first specified page element, the server 100 may add the first specified page element to the target page template to obtain a target page template including the first specified page element. For example, the layout format of the page template is that the upper half displays a picture, the lower half displays a text, and if the specified required content queried by the server 100 from the service type list is that a "slider bar" is added to the bottom of the text in the lower half of the page template, a function of looking up more text content is implemented. The server 100 will add a slider element at the bottom of the text in the lower half of the page template, resulting in a target page template containing slider elements.
The second method comprises the following steps: if the inquired specified requirement includes a requirement that the second specified page element cannot be included, the server 100 deletes the second specified page element included in the target page template to obtain the target page template not including the second specified page element. For example, the layout format of the page template is that the carousel map is displayed on the upper half, the left side of the lower half includes a list of check boxes, the right half includes editable text boxes, and if the server 100 inquires about the specified required content from the service type list, a "save button" and a "cancel button" are added to the center position of the bottom of the editable text box on the right side of the lower half of the page template, so as to implement the function of saving and canceling the edited content. The server 100 will add a button element with save and cancel functions to the bottom center position of the bottom of the editable text box on the right side of the lower half of the page template, resulting in a target page template containing "save button" and "cancel button" elements.
In this embodiment of the present application, before receiving a page data request sent by an application 200, a server 100 is further configured to receive a negotiation request sent by the application 200, where the negotiation request includes a service type and a specified requirement of the service type on a page style. Further, the server 100 may add the service type and the specification requirement of the service type for the page style to the service type list in the case of receiving the negotiation request. Optionally, the negotiation request may further include an application form identifier, and the server may further establish a correspondence between the service type, the application form identifier, and the page style requirement when adding the service type and the specification requirement of the service type for the page style to the service type list. Further, when receiving the page data request sent by the application 200, the server 100 may query the service type, the correspondence between the application form identifier and the page style requirement from the service type list according to the application form identifier and the service type in the page data request, and obtain the page style specification requirement corresponding to the service type in different application forms. In this embodiment, the form in which the service end 200 provides the service type and the specification requirement of the service type on the page style to the server 100 is not limited, but the foregoing embodiment is merely an exemplary illustration, and the service end 200 may send the service type and the specification requirement of the service type on the page style by sending a negotiation request to the server 100, for example, sending a request to the service by means of an HTTP communication protocol; the application 200 may also agree with the server 100 in advance about the specified requirements of the page style corresponding to each service type without sending a request, and the server 100 may directly add the specified requirements of the service type and the service type for the page style to the service type list according to the agreement with the application 100 in advance when establishing the service type list.
In the embodiment of the present application, before receiving the page data request sent by the application 200, the server 100 is further configured to generate a plurality of page elements required by a generic page template in various application forms in response to an operation of a configurator to configure the page elements. The multiple page elements refer to controls which have specific function attributes and can perform function control on page data in a page, for example, controls such as check boxes, scroll bars, buttons, text boxes, and drop-down lists. The server 100 is further configured to generate a universal page template in various application forms based on a plurality of page elements required by the universal page template in various application forms in response to an operation of a configurator to configure the page template. In this embodiment, the operation manner of configuring the page elements and the page templates by the configurator is not limited, for example, the server 100 may provide the configurator with a configuration page with selection and addition operations, the configurator may generate a plurality of page elements required by the universal page templates in various application forms by selecting and adding the target control, and generate the universal page templates in various application forms by selecting and adding the target element. Further, in this embodiment, the order of configuring the page elements and the page template is not limited, for example, a configurator may configure a plurality of page elements first, then configure the page template, and add the configured page elements to the page template when configuring the page template. Or, the configurator may configure the page template first, then configure the page elements, and add the configured page elements to the already configured page template when the page elements are configured. In this embodiment, the configuration manner and the implementation manner are only exemplary, and what manner is specifically adopted and the implementation order may be set according to actual requirements, which is not limited herein.
In the above embodiment, when the server 100 generates a plurality of page elements required by a universal page template in various application forms in response to an operation of configuring a page element by a configurator, the method specifically includes: and for the universal page template in each application form, responding to the operation of selecting the control by a configurator, determining a plurality of controls required by the universal page template in each application form, and configuring the style attribute corresponding to each control to obtain a plurality of page elements. The various controls required by the universal page template refer to controls which are not configured with specific function attributes, that is, controls without operating functions, such as check boxes, scroll bars, buttons, text boxes, drop-down lists and the like. When a configurator selects and adds the controls such as those described above to the page module, the controls cannot function to control page data, and each control can implement a specific function only if a specific function attribute is configured for each control. Therefore, the configurator needs to configure corresponding functional attributes for the selected control, for example, configure whether the display is presented for the text box, whether the display is a required item, and the size of the display, or configure functional attributes such as a jump path after clicking for the button, so as to implement the corresponding function when the control responds to the operation of the user.
In this embodiment of the application, before obtaining the page data requested by the application 200 according to the target page template, the server 100 is further configured to perform a copy operation on the target page template to obtain a copy of the target page template, and associate the copy of the target page template with the service data corresponding to the service type to generate the page data requested by the application 200. In this embodiment, the implementation manner of executing the copy operation on the target page template of the server 100 is not limited, for example, the server 100 may be provided with a page template copy function, and when the target page template is configured, a configuration worker may directly execute the copy operation on the configured target page template through the copy function. In response to the situation that the configurator performs the copy operation on the target page template, the server 100 may copy the data corresponding to the target page template to generate a target page template copy. Further, the number of copies of the copy target page template is not limited in this embodiment, and may be one or more. For example, the configurator may also specify the number of copies when performing copy operations on the target page template, and may copy multiple target page template copies simultaneously. Further, in the case of obtaining the target page template copy, the server 100 may associate the target page copy with the corresponding service type data, and generate page data corresponding to each service type. For example, for a target page template with a presentation style of a picture in the top half and a text in the bottom half, the configurator copies 3 copies of the target page template at the same time. In the service application, there are three service types corresponding to the page display style suitable for the page template, and the three service types are respectively "month sister, clean keeping" and "nurse" service types, so that the server 100 can respectively associate the pictures and text information with "month sister, clean keeping" and "nurse" to 3 target page template copies to generate corresponding page data, so that the application end 200 can request different page data according to different service types.
Further, in this embodiment, in addition to performing the copy operation on the target page template before receiving the page data request sent by the application 200 in the above embodiment, the time for the server 100 to perform the copy operation on the target page template may also be, in the case of receiving the page data request sent by the application 200, acquiring data corresponding to the target page template in real time according to the application form identifier and the service type, performing the copy operation on the data corresponding to the target template, generating a copy of the target page template, associating the copy of the target page template with the service data corresponding to the service type, generating page data requested by the application 200, and returning the generated page data to the application 200. The specific implementation manner can be flexibly set according to actual requirements, and is not limited herein.
In practical application, the time and duration of the corresponding page data displayed to the user may be different according to different service requirements. For example, for the e-commerce industry, activities corresponding to some services need to be displayed to users in the double eleven, the configured page data is equivalent to a valid state before the double eleven null point, and the page data is valid when the double eleven null point is reached, and then the page data can be displayed to the users. Therefore, in the case of generating the page data, the server 100 is further configured to respond to an operation of a configuration person configuring a state of the page data to configure a use state of the page data, wherein the use state of the page data includes an effective state and a non-effective state. When the server 100 obtains the page data requested by the application 200 according to the target page template, the server may query the use state of the corresponding page data according to the target page template and the service type, and return the corresponding page data to the application 200 according to the use state of the page data. Specifically, if the use state of the queried page data is the effective state, the server 100 returns the queried page data to the application 200; if the use state of the page data is found to be a non-effective state, the server 100 may return default page data to the application end 200, so that the application end renders and displays the page data according to the default page data; alternatively, the server 100 may also return default state identification information to the application 200, so that the application performs specific processing according to the default state identification information. For example, if the page data requested by the application is in a non-valid state, the server 100 may return the page data including the content of "page data lost" or "page data non-valid" to the application 200, and the application 200 may render and display the page data to the user according to specific conditions after receiving the default page data. Or, the server 100 may return an identification code, which is agreed with the application 200 and indicates that the page data is not valid, to the application 200, and the application 200 may display specific information to the user according to the body situation after receiving the identification code. For example, when the twenty-one zero point is not reached, the user clicks to acquire page data corresponding to a certain service activity, the application 200 receives default page data or an identification code returned by the server 100, and displays information with "activity not started" content to the user.
In this embodiment of the present application, before receiving the page data request sent by the application 200, the server 100 is further configured to: and packaging the information of the various page elements in a software development kit, and providing the software development kit to the application end 200 so that the application end 200 can render and display the page data by using the information of the various page elements in the software development kit. The information of the multiple page elements may be identification information corresponding to each page element, and assuming that a page data format returned by the server 100 to the application 200 is a json message format, and each key value in the message corresponds to one page element identification information, the application 200 may analyze the received json message according to the page element identification information in the software development kit, and identify which page elements are included in the json message returned by the server 100. Further, in this embodiment of the application, the software development kit provided by the server 100 to the application 200 may further include page element identification information corresponding to a page template having a specified page style requirement, in addition to the page element identification information corresponding to the general page template. Under the condition that the application end 200 receives the page data returned by the server 100, the required page elements can be identified according to specific business requirements and rendered and displayed. For example, the software development kit includes identification information of page elements corresponding to the page elements A, B and C, the application 200 needs to display the page element a in the APP application form, the page element B in the public application form, and the lunar elements B and C in the applet application form. The APP application form of the application end 200 may analyze the page element a in the returned page data according to the identification information corresponding to the page element a in the software development kit, and render and display the page element a. Correspondingly, the public application form and the applet application form of the application end 200 may also analyze the page elements B and C in the returned page data according to the respective requirements and the identification information corresponding to the page elements B and C in the software development kit, render and display the page element B in the public application form, and render and display the page elements B and C in the applet application form. In this embodiment, the form of the page data returned by the server 100 to the application 200 is not limited, the json message format is only an exemplary description, and further, the manner in which the application 200 analyzes the page elements included in the page data returned by the server 100 according to the page element information in the software development kit is not limited, and the analysis manner may also be different according to the difference between the page element information in the software development kit and the form of the page data returned by the server 100, depending on the specific requirements.
As shown in fig. 1, in the embodiment of the present application, the server 100 is further configured to send description information of the universal page template to other servers 300, so that the other servers 300 provide the universal page template for their corresponding applications. The description information of the universal page template refers to page elements contained in the page template and data corresponding to attributes of the page elements. For example, the page elements in the data include controls such as check boxes, scroll bars, buttons, text boxes, drop-down lists, and the like, and the corresponding control attributes include data information such as whether the controls are shown, whether the controls are required items, the size of the display, a jump path after being clicked, and a positional relationship between each control. The other servers 300 may send data requests to the server 100 according to the service requirements, where the data requests include the server identifier and the service type. Under the condition that the server 100 receives the data request sent by the other server 300, the server may query the description information of the universal page template corresponding to the service type according to the server identifier and the service type, and return the queried description information of the universal page template to the other server 300, so that the other server 300 performs specific processing according to the description information of the universal page template and provides page data to the application form corresponding to the other application terminal. For example, after receiving the description information of the general page template, the other servers 300 may further process and adjust the data to generate a new target page template meeting specific business requirements, and generate corresponding page data according to the target page template to provide the corresponding page data to other application terminals for rendering and displaying; or, the received page data may be directly used as a target page template, and corresponding page data is generated according to the target page template and provided to other application terminals for rendering and displaying.
In the embodiment of the application, the server may provide a general page template for the service type without the requirement of the specified page style in each application form of the application end, and for the target service type with the requirement of the specified page style, only the page element required by the target service type needs to be added in the general page template. The application terminal can selectively identify the needed target page elements in a targeted manner according to the page element information in the software development kit, render and display the target page elements, and a server is not required to additionally provide a page template with a specified page style, so that the waste of data resources can be reduced in the development implementation, and the reuse rate of the universal page template is improved.
In the embodiment of the present application, a data presentation method is also provided, and the method is applied to the server 100 shown in fig. 1. Fig. 2a is a flowchart of a data presentation method according to an embodiment of the present application, and as shown in fig. 2a, the method includes:
s1a, receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data.
S2a, determining a target page template required by the application terminal according to the application form identification, wherein the target page template is a universal page template.
And S3a, if the service type does not have a specified requirement on the page style, acquiring the page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
In the embodiment of the present application, an application terminal may send a page data request to a server according to a specific service requirement, and when the server executes the data presentation method of this embodiment, a target page template required by the application terminal may be determined according to an application form identifier included in the page data request and a service type corresponding to page data required by the application terminal, where the target page template is a general page template, in a case where the page data request sent by the application terminal is received. And then, returning corresponding page data according to whether the service type has a specified requirement on the page style. And if the service type does not have specified requirements on the page style, acquiring page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal. If the service type has a specified requirement on the page style, adjusting page elements contained in the target page template according to the specified requirement to obtain an adjusted page template, acquiring page data requested by an application terminal according to the adjusted page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
In the embodiment of the present application, when the server executes the data presentation method, the server is further configured to query, according to the service type, a service type list that is maintained by the home terminal and has a specified requirement on the page style, and determine, according to a correspondence between the service type and the page style specified requirement in the service type list, whether the service type currently received by the server has a specified requirement on the page style. If the service type is inquired in the service type list, determining that the service type has a specified requirement on the page style, and if the service type is not inquired in the service type list, determining that the service type has no specified requirement on the page style. Further, if it is determined that the service type has a specified requirement on the page style, the page elements included in the target page template may be adjusted according to the specified requirement, so as to obtain an adjusted page template. Specifically, if the specification requirement includes a requirement for adding a first specified page element, adding the first specified page element to the target page template to obtain a target page template containing the first specified page element; and if the specified requirements comprise a requirement that the second specified page element cannot be contained, deleting the second specified page element contained in the target page template to obtain the target page template not containing the second specified page element.
In the embodiment of the present application, when executing the data presentation method, the server is further configured to receive a negotiation request sent by the application, where the negotiation request includes a service type and a specification requirement of the service type on a page style. Further, according to the service type and the specification requirement of the service type on the page style, a corresponding relation between the service type and the specification requirement of the service type on the page style can be established, and the service type and the specification requirement of the service type on the page style are added into a service type list according to the corresponding relation so as to be used for determining whether the received service type has the specified style requirement on the page style or not under the condition of receiving a data request sent by an application terminal.
In the embodiment of the present application, before receiving a page data request sent by an application, a plurality of page elements required by a universal page template in various application forms need to be generated in response to an operation of a configurator for configuring page elements, and the universal page template in various application forms is generated based on the plurality of page elements required by the universal page template in various application forms. And for the universal page template in each application form, responding to the operation of a configurator for selecting the control to determine a plurality of controls required by the universal page template in each application form, and responding to the operation of the configurator for configuring the style attribute corresponding to each control to obtain a plurality of page elements. Based on the universal page template containing various page elements, page data corresponding to the universal page template can be further generated to be provided for the application terminal. Specifically, before the page data requested by the application terminal is acquired according to the target page template, a configurator can be responded to execute copy operation on the target page template so as to obtain a copy of the target page template. Further, the copy of the target page template is associated with the service data corresponding to the service type to generate the page data requested by the application terminal. In the case of generating the page data, the use state of the page data may also be configured in response to an operation of a configuration person to configure the state of the page data, where the use state of the page data includes an effective state and a non-effective state.
Further, when the server obtains the page data requested by the application terminal according to the target page template, the server can query the use state of the corresponding page data according to the target page template and the service type, and return the corresponding page data to the application terminal according to the use state of the page data. And if the use state of the page data is inquired to be the effective state, returning the inquired page data to the application end. If the use state of the page data is found to be a non-effective state, returning default page data to the application end so that the application end can render and display the page data according to the default page data; or, returning the non-effective identification information to the application end, so that the application end performs specific processing according to the non-effective identification information.
In the embodiment of the application, before receiving a page data request sent by an application terminal, information of a plurality of page elements needs to be encapsulated in a software development kit, and the software development kit is provided to the application terminal, so that the application terminal renders and displays the page data by using the information of the plurality of page elements in the software development kit. The information of the various page elements can be identification information corresponding to each page element, and the application end can specifically analyze the page elements in the page data returned by the server according to the identification information corresponding to each page element in the software development kit, so as to render and display the analyzed page elements.
The data display method in the embodiment of the application is used for sending the description information of the universal page template to other servers according to data requests of other servers, so that the other servers can provide the universal page template for the corresponding application. The general description information of the page template refers to the page elements contained in the page template and data corresponding to the attributes of the page elements, and other servers may perform specific processing according to the received description information of the returned page template, for example, further adjust the page data to generate a target page template, and provide the page data for other applications based on the target page template under the condition of receiving data requests of other applications.
In the embodiment of the present application, a data presentation method is also provided, and the method is suitable for the application 200 shown in fig. 1. Fig. 2b is a flowchart of a data presentation method according to an embodiment of the present application, and as shown in fig. 2b, the method includes:
s1b, sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to an application end and a service type corresponding to required page data.
And S2b, receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type.
And S3b, rendering and displaying the page data returned by the server.
In this embodiment of the application, when the application executes the data presentation method of this embodiment, the application may send a page data request to the server according to a specific service requirement, where the page data request includes an application form identifier corresponding to the application and a service type corresponding to the required page data, so that the server determines a corresponding target page template according to the application form identifier and the service type, and generates corresponding page data based on the target page template. Furthermore, the page data can be rendered and displayed according to the page data returned by the server.
Specifically, the page data can be rendered and displayed by utilizing the information of various page elements in the software development kit; the software development kit is packaged and issued by the server side in advance according to a negotiation request sent by the application side, whether the page style has the specified requirement or not can be included in the negotiation request, when the server side packages the software development kit, page element information corresponding to a universal page template is packaged into the software development kit, and page element information corresponding to the service type having the specified requirement on the page style can be packaged into the software development kit according to the specified requirement information on the page style of each service type, so that the application side can selectively analyze the required page elements, and the specified page style display requirement is realized.
It should be noted that, for specific implementation manners and contents of the data presentation methods provided in the foregoing embodiments, reference may be made to the foregoing system embodiments, and details are not described herein again. The execution subjects of the steps of the method may be the same device, or different devices may be used as the execution subjects of the method. For example, the execution subjects of steps S1a to S3a may be device a; for another example, the execution subject of steps S1 a-S2 a may be device a, and the execution subject of step S3a may be device B; and so on. In addition, in the flow described in the above embodiments and the drawings, a plurality of operations that appear in a specific order are included, but it should be clearly understood that these operations may be executed out of the order they appear herein or in parallel, and the sequence numbers of the operations, such as S1a, S2a, etc., are merely used to distinguish between the various operations, and the sequence numbers themselves do not represent any execution order. Additionally, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel.
Fig. 3a is a schematic structural diagram of a server according to an embodiment of the present application, and as shown in fig. 3a, the server 100 includes: a processor 110 and a memory 120 storing computer programs; the processor 110 and the memory 120 may be one or more.
The memory 120 is mainly used for storing computer programs, and these computer programs can be executed by the processor 110, so that the processor 110 controls the server 100 to implement corresponding functions, and complete corresponding actions or tasks. In addition to storing computer programs, the memory 120 may also be configured to store other various data to support operations on the server 100. Examples of such data include instructions for any application or method operating on the server 100.
The memory 120 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
In the embodiment of the present application, the implementation form of the processor 110 is not limited, and may be, for example and without limitation, a CPU, a GPU, an MCU, or the like. The processor 110 may be regarded as a control system of the server 100, and may be configured to execute the computer program stored in the memory 120 to control the server 100 to implement the corresponding functions and complete the corresponding actions or tasks. It should be noted that, depending on the implementation form and the scene in which the server 100 is located, the functions, actions or tasks that need to be implemented may be different; accordingly, the computer programs stored in the memory 120 may vary, and execution of different computer programs by the processor 110 may control the server 100 to perform different functions, perform different actions or tasks.
In some alternative embodiments, as shown in fig. 3a, the server 100 may further include: power components 130 and communication components 140, among other components. Only some components are schematically shown in fig. 3a, which does not mean that the server 100 only includes the components shown in fig. 3a, and the server 100 may further include other components according to different application requirements, depending on the product form of the server 100.
In the embodiment of the present application, when the processor 110 executes the computer program in the memory 120, it is configured to: receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data; determining a target page template required by an application terminal according to the application form identifier, wherein the target page template is a universal page template; and if the service type does not have specified requirements on the page style, acquiring page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
In an optional embodiment, when determining the target page template required by the application end according to the application form identifier, the processor 110 is further configured to: if the service type has a specified requirement on the page style, adjusting the page elements contained in the target page template according to the specified requirement to obtain an adjusted page template; and acquiring page data requested by the application terminal according to the adjusted page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
In an alternative embodiment, the processor 110 is further configured to: inquiring a service type list which is maintained by a home terminal and has specified requirements on page styles according to service types; if the service type is inquired in the service type list, determining that the service type has a specified requirement on the page style; and if the service type is not inquired in the service type list, determining that the service type has no specified requirement on the page style.
In an optional embodiment, the processor 110 is configured to adjust the page elements included in the target page template according to at least one of the following manners to obtain an adjusted page template: if the specified requirement comprises a requirement of adding a first specified page element, adding the first specified page element in the target page template; and if the specified requirements comprise a requirement that the second specified page element cannot be contained, deleting the second specified page element contained in the target page template.
In an alternative embodiment, the processor 110 is further configured to: receiving a negotiation request sent by an application terminal, wherein the negotiation request comprises a service type and a specified requirement of the service type on a page style; and adding the service type and the specified requirement of the service type on the page style into the service type list.
In an optional embodiment, before receiving the page data request sent by the application, the processor 110 is further configured to: responding to the operation of configuring the page elements by a configurator, and generating a plurality of page elements required by the universal page template in various application forms; and generating the universal page templates in various application forms based on various page elements required by the universal page templates in various application forms.
In an alternative embodiment, the processor 110, when generating a plurality of page elements required by a generic page template in various application forms in response to a configuration operator configuring the page elements, is configured to: and for the universal page template in each application form, responding to the operation of selecting the control by a configurator, determining a plurality of controls required by the universal page template in each application form, and configuring the style attribute corresponding to each control to obtain a plurality of page elements.
In an optional embodiment, before obtaining the page data requested by the application according to the target page template, the processor 110 is further configured to: executing copy operation on the target page template to obtain a copy of the target page template; associating the copy of the target page template with service data corresponding to the service type to generate page data requested by an application terminal; and configuring the use state of the page data in response to an operation of configuring the state of the page data by a configuration person.
In an optional embodiment, when obtaining the page data requested by the application according to the target page template, the processor 110 is configured to: inquiring the use state of corresponding page data according to the target page template and the service type; if the use state of the page data is found to be an effective state, returning the page data to the application end; and if the use state of the page data is found to be a non-effective state, returning default page data to the application end so that the application end can render and display according to the default page data.
In an optional embodiment, before receiving the page data request sent by the application, the processor 110 is further configured to: and packaging the information of the various page elements in a software development kit, and providing the software development kit for the application end so that the application end can render and display the page data by using the information of the various page elements in the software development kit.
In an alternative embodiment, the processor 110 is further configured to: and sending the description information of the universal page template to other service terminals so that the other service terminals can provide the universal page template for the corresponding application terminals.
Accordingly, the present application also provides a computer readable storage medium storing a computer program, which when executed by a processor causes the processor to implement the steps in the method embodiments of the present application.
An application end is further provided in the embodiment of the present application, and fig. 3b is a schematic structural diagram of the application end provided in the embodiment of the present application, and as shown in fig. 3b, the application end 200 includes: a processor 210 and a memory 220 storing computer programs; the processor 210 and the memory 220 may be one or more.
The memory 220 is mainly used for storing computer programs, and these computer programs can be executed by the processor 210, so that the processor 210 controls the application 200 to implement corresponding functions, and complete corresponding actions or tasks. In addition to storing computer programs, the memory 220 may also be configured to store other various data to support operations on the application 200. Examples of such data include instructions for any application or method operating on the application 200.
The memory 220 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
In the embodiment of the present application, the implementation form of the processor 210 is not limited, and may be, for example and without limitation, a CPU, a GPU, an MCU, or the like. The processor 210 may be regarded as a control system of the application 200, and may be configured to execute the computer program stored in the memory 220 to control the application 200 to implement the corresponding functions and complete the corresponding actions or tasks. It should be noted that, according to the implementation form and the scene of the application 200, the functions, actions or tasks to be implemented may be different; accordingly, the computer programs stored in the memory 220 may be different, and the execution of different computer programs by the processor 210 may control the application 200 to implement different functions and perform different actions or tasks.
In some alternative embodiments, as shown in fig. 3b, the application end 200 may further include: other optional components such as the power component 230, the communication component 240, the display 250 and the audio component 260, which are only schematically shown in fig. 3b, do not mean that the application end 200 only includes the components shown in fig. 3b, and in practical applications, whether the application end 200 further includes other necessary components or not may depend on the product form of the application end 200 according to different application requirements.
In the embodiment of the present application, when the processor 210 executes the computer program in the memory 220, it is configured to: sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to an application end and a service type corresponding to required page data; receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type; and rendering and displaying the page data returned by the server.
In an optional embodiment, when rendering and exposing the page data returned by the server, the processor 210 is configured to: rendering and displaying the page data by utilizing the information of various page elements in the software development kit; the software development kit is packaged and issued by the server side in advance according to a negotiation request sent by the server side and the application side.
Accordingly, the present application also provides a computer readable storage medium storing a computer program, which when executed by a processor causes the processor to implement the steps in the method embodiments of the present application.
The communication components of fig. 3a and 3b described above are configured to facilitate communication between the device in which the communication component is located and other devices in a wired or wireless manner. The device where the communication component is located can access a wireless network based on a communication standard, such as a WiFi, a 2G, 3G, 4G/LTE, 5G and other mobile communication networks, or a combination thereof. In an exemplary embodiment, the communication component receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component may further include a Near Field Communication (NFC) module, Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and the like.
The display in fig. 3b described above includes a screen, which may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
The power supply components of fig. 3a and 3b described above provide power to the various components of the device in which the power supply components are located. The power components may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device in which the power component is located.
The audio component of fig. 3b, described above, may be configured to output and/or input an audio signal. For example, the audio component includes a Microphone (MIC) configured to receive an external audio signal when the device in which the audio component is located is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in a memory or transmitted via a communication component. In some embodiments, the audio assembly further comprises a speaker for outputting audio signals.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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 apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions 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 apparatus 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 apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (16)

1. A data display method is suitable for a server and is characterized by comprising the following steps:
receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data;
determining a target page template required by the application terminal according to the application form identifier, wherein the target page template is a universal page template;
and if the service type does not have a specified requirement on the page style, acquiring the page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
2. The method of claim 1, further comprising:
if the service type has a specified requirement on the page style, adjusting the page elements contained in the target page template according to the specified requirement to obtain an adjusted page template;
and acquiring the page data requested by the application terminal according to the adjusted page template, and returning the page data to the application terminal so that the application terminal renders and displays the page data.
3. The method of claim 2, further comprising:
inquiring a service type list which is maintained by the home terminal and has specified requirements on page styles according to the service types;
if the service type is inquired in the service type list, determining that the service type has a specified requirement on a page style;
and if the service type is not inquired in the service type list, determining that the service type has no specified requirements on the page style.
4. The method of claim 3, wherein adjusting the page elements included in the target page template according to the specification requirement to obtain an adjusted page template comprises at least one of:
if the specified requirement comprises a requirement of adding a first specified page element, adding the first specified page element in the target page template;
and if the specified requirements comprise a requirement that a second specified page element cannot be contained, deleting the second specified page element contained in the target page template.
5. The method of claim 3, further comprising: receiving a negotiation request sent by the application terminal, wherein the negotiation request comprises the service type and the specified requirements of the service type on the page style;
and adding the service type and the specified requirement of the service type on the page style into the service type list.
6. The method according to any one of claims 1 to 5, before receiving the page data request sent by the application, further comprising:
responding to the operation of configuring the page elements by a configurator, and generating a plurality of page elements required by the universal page template in various application forms;
and generating the universal page templates in various application forms based on various page elements required by the universal page templates in various application forms.
7. The method of claim 6, wherein generating a plurality of page elements required by the generic page template in various application forms in response to the operation of the configurator to configure the page elements comprises:
and for the universal page template in each application form, responding to the operation of selecting the control by the configuration personnel, determining a plurality of controls required by the universal page template in each application form, and configuring the style attribute corresponding to each control to obtain a plurality of page elements.
8. The method according to claim 1, before obtaining the page data requested by the application according to the target page template, further comprising:
executing copy operation on the target page template to obtain a copy of the target page template;
associating the copy of the target page template with the service data corresponding to the service type to generate page data requested by the application terminal; and
and responding to the operation of configuring the state of the page data by the configuration personnel, and configuring the use state of the page data.
9. The method of claim 8, wherein obtaining the page data requested by the application according to the target page template comprises:
inquiring the use state of corresponding page data according to the target page template and the service type;
if the use state of the page data is found to be an effective state, returning the page data to the application end;
and if the use state of the page data is a non-effective state, returning default page data to the application end so that the application end can render and display according to the default page data.
10. The method according to claim 6, before receiving the page data request sent by the application, further comprising:
and packaging the information of the multiple page elements in a software development kit, and providing the software development kit for the application end so that the application end can render and display the page data by using the information of the multiple page elements in the software development kit.
11. The method of any one of claims 1-10, further comprising:
and sending the description information of the universal page template to other service terminals so that the other service terminals can provide the universal page template for the corresponding application terminals.
12. A data display method is suitable for an application end, and is characterized by comprising the following steps:
sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to the application end and a service type corresponding to required page data;
receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type;
and rendering and displaying the page data returned by the server.
13. The method of claim 12, wherein rendering and displaying the page data returned by the server comprises:
rendering and displaying the page data by utilizing the information of various page elements in the software development kit; the software development kit is packaged and issued by the server side in advance according to a negotiation request sent by the server side and the application side.
14. A server, comprising: a processor and a memory storing a computer program;
the processor to execute the computer program to:
receiving a page data request sent by an application terminal, wherein the page data request comprises an application form identifier corresponding to the application terminal and a service type corresponding to required page data;
determining a target page template required by the application terminal according to the application form identifier, wherein the target page template is a universal page template;
and if the service type does not have a specified requirement on the page style, acquiring the page data requested by the application terminal according to the target page template, and returning the page data to the application terminal so as to render and display the page data by the application terminal.
15. An application, comprising: a processor and a memory storing a computer program;
the processor to execute the computer program to:
sending a page data request to a server, wherein the page data request comprises an application form identifier corresponding to the application end and a service type corresponding to required page data;
receiving page data returned by the server, wherein the page data is generated and returned by the server according to a universal page template corresponding to the application form identifier and the service type;
and rendering and displaying the page data returned by the server.
16. A computer-readable storage medium having a computer program stored thereon, which, when executed by a processor, causes the processor to carry out the steps of the method according to any one of claims 1 to 13.
CN202010888005.8A 2020-08-28 2020-08-28 Data display method, server, terminal and medium Pending CN112115394A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010888005.8A CN112115394A (en) 2020-08-28 2020-08-28 Data display method, server, terminal and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010888005.8A CN112115394A (en) 2020-08-28 2020-08-28 Data display method, server, terminal and medium

Publications (1)

Publication Number Publication Date
CN112115394A true CN112115394A (en) 2020-12-22

Family

ID=73804550

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010888005.8A Pending CN112115394A (en) 2020-08-28 2020-08-28 Data display method, server, terminal and medium

Country Status (1)

Country Link
CN (1) CN112115394A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113253996A (en) * 2021-06-23 2021-08-13 北京泰迪熊移动科技有限公司 Card construction method, electronic device, server and storage medium
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium
CN114629703A (en) * 2022-03-14 2022-06-14 平安普惠企业管理有限公司 Dynamic service configuration method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765597A (en) * 2014-01-06 2015-07-08 福特全球技术公司 Method and system for application category user interface templates
CN107066273A (en) * 2017-03-31 2017-08-18 北京奇艺世纪科技有限公司 A kind of style sheet update method and device
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment
CN111158677A (en) * 2018-11-08 2020-05-15 广州微粤信息科技有限公司 Page layout data processing method and system for multiple platforms

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765597A (en) * 2014-01-06 2015-07-08 福特全球技术公司 Method and system for application category user interface templates
CN107066273A (en) * 2017-03-31 2017-08-18 北京奇艺世纪科技有限公司 A kind of style sheet update method and device
CN111158677A (en) * 2018-11-08 2020-05-15 广州微粤信息科技有限公司 Page layout data processing method and system for multiple platforms
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113253996A (en) * 2021-06-23 2021-08-13 北京泰迪熊移动科技有限公司 Card construction method, electronic device, server and storage medium
CN113253996B (en) * 2021-06-23 2021-12-21 北京泰迪熊移动科技有限公司 Card construction method, electronic device, server and storage medium
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium
CN114629703A (en) * 2022-03-14 2022-06-14 平安普惠企业管理有限公司 Dynamic service configuration method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112115394A (en) Data display method, server, terminal and medium
US11106420B2 (en) Method, device, system and storage medium for information transmission and data processing
CN106874174B (en) Method and device for realizing interface test and function test
CN105335132B (en) Method, device and system for customizing application program function
CN112069422A (en) Information display method, server, terminal and medium
CN107391134B (en) Method and device for automatically generating and dynamically transforming universal mobile application interactive interface
CN105786207B (en) Data inputting method and device
US20170169474A1 (en) Internet-based display material system and internet-based display material producing method
CN111124533A (en) Method and device for dynamic configuration of active page
CN111198772A (en) Method and system for generating application program interface API
CN110941428A (en) Website creation method and device
CN112035769A (en) Application page dynamic display method, device, system, terminal equipment and medium
CN112347404A (en) SPA page rendering method, device and system and storage medium
CN109857964B (en) Thermodynamic diagram drawing method and device for page operation, storage medium and processor
CN110187874B (en) Rule configuration method and device executed in computer equipment
CN114675982A (en) General method and system for acquiring data of service integration system
CN115328997B (en) Data synchronization method, system, device and storage medium
CN112579066A (en) Chart display method and device, storage medium and equipment
CN114189457A (en) Cloud resource display and processing method, equipment and storage medium
CN114546359A (en) DSL description file generation method, device, equipment and storage medium
CN112953993B (en) Resource scheduling method, equipment, network system and storage medium
CN115687310A (en) Data cleaning method and device
CN114385128A (en) Data processing method, device, apparatus, storage medium and program product
CN113704664A (en) Method and device for generating routing address for accessing page
CN113128190A (en) File processing method, device and storage medium

Legal Events

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