CN113076102A - Page display method, device, equipment and medium - Google Patents

Page display method, device, equipment and medium Download PDF

Info

Publication number
CN113076102A
CN113076102A CN202110413984.6A CN202110413984A CN113076102A CN 113076102 A CN113076102 A CN 113076102A CN 202110413984 A CN202110413984 A CN 202110413984A CN 113076102 A CN113076102 A CN 113076102A
Authority
CN
China
Prior art keywords
page
displayed
component
data
layout data
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
CN202110413984.6A
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.)
Kude Youngster Tianjin Culture Communication Co ltd
Original Assignee
Kude Youngster Tianjin Culture Communication 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 Kude Youngster Tianjin Culture Communication Co ltd filed Critical Kude Youngster Tianjin Culture Communication Co ltd
Priority to CN202110413984.6A priority Critical patent/CN113076102A/en
Publication of CN113076102A publication Critical patent/CN113076102A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the specification discloses a page display method, which comprises the following steps: after an application program is started, acquiring an increment component list, and downloading increment components in the increment component list; acquiring page layout data and page service data of a page to be displayed after a page display condition of an application program is triggered; determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed; wherein the local component comprises the delta component.

Description

Page display method, device, equipment and medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a page display method, apparatus, device, and medium.
Background
In the prior art, because application program pages can be developed by using different development languages and the application programs are suitable for various operating systems, the development efficiency of the application program pages is reduced. In addition, if the page is to be changed after the version of the application program is released, a new version is required to be released, and the updating efficiency of the page of the application program is also reduced.
In view of the foregoing, there is a need for more efficient application page development and presentation schemes.
Disclosure of Invention
The embodiment of the specification provides a page display method, a page display device, page display equipment and a page display medium, and aims to solve the technical problem of how to develop and display a page more efficiently.
In order to solve the above technical problem, the embodiments of the present specification are implemented as follows:
an embodiment of the present specification provides a page display method, including:
after an application program is started, acquiring an increment component list, and downloading increment components in the increment component list;
acquiring page layout data and page service data of a page to be displayed after a page display condition of an application program is triggered;
determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed;
wherein the local component comprises the delta component.
An embodiment of the present specification provides a page display device, including:
the component acquisition module is used for acquiring an increment component list after an application program is started and downloading the increment components in the increment component list;
the page generation module is used for acquiring page layout data and page service data of a page to be displayed after the page display condition of the application program is triggered; determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed; wherein the local component comprises the delta component.
An embodiment of the present specification provides a page display apparatus, including:
at least one processor;
and the number of the first and second groups,
a memory communicatively coupled to the at least one processor;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to enable the at least one processor to perform the page presentation method described above.
The embodiment of the specification provides a computer-readable storage medium, which stores computer-executable instructions, and the computer-executable instructions are executed by a processor to implement the page display method.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects:
the page can be configured and displayed by configuring the components as the page composition units, and the page development and display efficiency is improved without the limitation of development languages and operating systems. If the page needs to be updated, a new component can be configured, so that the page generated by the new component is displayed after the application program is started, and the page development and display efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments of the present specification or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present specification, and for those skilled in the art, other drawings can be obtained according to the drawings without inventive labor.
Fig. 1 is a schematic diagram of an execution main body of a page display method in the first embodiment of the present specification.
Fig. 2 is a schematic flow chart of a page display method in the first embodiment of the present specification.
FIG. 3 is a diagram showing the arrangement of components, page modules, and page layout data in the first embodiment of the present specification; the components in fig. 3 may be incremental components, the modules may be page modules, and the pages may be page layout data.
Fig. 4 is a parsing diagram of the increment component in the first embodiment of the present specification.
Fig. 5 is a schematic diagram of the whole page display process in the first embodiment of the present specification.
Fig. 6 is a schematic structural view of a page displaying apparatus in a second embodiment of the present specification.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present specification, the technical solutions in the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any inventive step based on the embodiments of the present disclosure, shall fall within the scope of protection of the present application.
In the prior art, because application program pages can be developed by using different development languages, people are required to ensure that the application program pages developed by using different development languages are kept consistent. Since the application is adapted to various operating systems, such as Android and iOS, application pages need to be developed for different operating systems. It can be seen that there are many factors in the prior art that make the development efficiency of application pages low.
In addition, if the page is to be changed after the version of the application program is released, a new version of the application program needs to be developed, and the application program page is updated in a new version releasing manner, so that the updating efficiency of the application program page is also reduced. Particularly, as a plurality of application programs are released through the application market and other ways, the application program release new edition also needs to submit the application market for examination, thereby prolonging the release period of the application program, further reducing the updating efficiency of the application program page, and being incapable of adapting to the flexible operation requirement of the application program.
A first embodiment (hereinafter, referred to as "this embodiment") of this specification provides a page display method, where an execution subject of this embodiment may be a terminal (including but not limited to a mobile phone, a computer, a pad, and a television), a server, an operating system, a page display platform, a page display system, an application program, or the like, that is, the execution subject may be various, and may be set, used, or changed as needed. In addition, a third party application may assist the execution subject in executing the present embodiment. For example, as shown in fig. 1, the page display method in this embodiment may be executed by a server, and an application program (corresponding to the server) may be installed on a terminal (held by a user), and data transmission may be performed between the terminal or the application program and the server, and data collection or input or output or page or information processing may be performed by the terminal or the application program, so as to assist the server in executing the page display method in this embodiment.
As shown in fig. 2 to 5, the page display method provided in this embodiment includes:
s101: after an application program (an execution main body) is started, acquiring an increment component list and downloading increment components in the increment component list;
for any application, it is not marked as application a, and displays the corresponding application page (hereinafter referred to as "page") after it is started. The manner of the application program a being started may be various, for example, a user touches an icon of the application program a, or a mouse clicks an icon of the application program a, or the application program a is started by being associated with other application programs, or the application program a is started at regular time, and how to start the application program in this embodiment is not limited. In addition, the start of application a may be the first start after it is installed, and each time application a is opened, application a may be considered to be "started", even if application a remains running in the background from the last time it was opened to the next time it is opened.
In this embodiment, the component is a basic constituent unit of the page, and the style defined in the component is an effect displayed in the page. Two types of components may be written in this embodiment, including native components and virtual components.
The native component is a component written during the development of the application program, namely the original component of the application program. The native component can be developed through JAVA code or object-c code, and the native component cannot be modified on line after the application program is released and can only be modified in a mode of re-releasing a new version of the application program.
Virtual components may also be referred to as dynamic components, which are dynamically modifiable after an application is released.
In this embodiment, the writing manner of the virtual component may be various, for example, the component writing may be performed based on a VirtualView library. The VirtualView is described as follows:
the virtual View is a technology for virtualizing and developing a basic control, and realizes that UI content is directly drawn in canvas of a host container. And compiling and packaging the component layout file by using a VirtualView compiling tool and an App end parsing library, and parsing and drawing the UI content at the App end. VirtualTools is a complete set of tool items for VirtualView engineering, which is mainly used to compile XML templates. VLayout is a LayoutManager extension to RecyclerView that provides a layout scheme and component multiplexing between layouts that can be used to control component layout.
In this embodiment, various types of components may be written in advance in the above manner, and fields of each component are configured, where the fields of the component include, but are not limited to, a name, a type, a compatible version number, and the like. In addition, the written components may be stored using a built-in database of the application or otherwise.
Still taking the application a as an example, after the application a is released, if the page content (the page content includes but is not limited to the page structure or the style) of the application a needs to be changed, the virtual component corresponding to the page content that needs to be changed may be written and configured, and the virtual component corresponding to the page content that needs to be changed may be used as an incremental component, and the incremental component is stored in the built-in database or other location, for example, may be stored in a certain server. After the application a is started, an incremental component list, i.e. a list containing the above incremental components, may be obtained (from a built-in database of the application a or an actual storage location of the incremental components). As can be seen, the delta component list represents the page content that application A needs to modify. Specifically, after the application a is started, the step of obtaining the incremental component list may also be performed by a server corresponding to the application a.
After the incremental component list is obtained, the incremental components in the incremental component list can be downloaded. If the increment component list is acquired by the application program, the application program can download the increment component to the local terminal of the application program; if the incremental component list is acquired by the server corresponding to the application program, the server corresponding to the application program can download the incremental component, send the incremental component to the application program, and store the incremental component locally at the terminal where the application program is located.
Various components may exist locally before the incremental component is downloaded, and the incremental component becomes a local component after being downloaded locally.
In this embodiment, in addition to the incremental component, a page template may also be configured. The page module contains one or more fields including, but not limited to, name, type, compatible version number, page layout type (including, but not limited to, streaming layout, one-to-N layout, fixed layout, floating layout, ceiling layout, waterfall flow layout, landscape scrolling layout, landscape carousel layout), and the like.
The page module may be adapted to define the page structure by means of said field of the page module, for example by means of a page layout type field which may define the layout type of the page and thus the page structure. That is, at least one page module field is used to define the page structure.
Each page module is associated with one or more local components and business data interfaces, and the associated local components and business data interfaces can be read or called through the page module.
In this embodiment, in addition to the incremental components and the page templates, page layout data may be configured for each page of the application. The page layout data includes one or more fields including, but not limited to, page name, type, compatible version number, etc.
The page layout data is associated with one or more page modules, and the page modules associated with the page layout data can be read or called through the page layout data. The page modules with which particular page layout data is associated may be sequential.
The page layout data may also include page structure data, which is used to define the page structure.
S103: acquiring page layout data and page service data of a page to be displayed after a page display condition of an application program (an execution subject) is triggered;
in this embodiment, the page display condition of the application program may be preset, and the corresponding page display condition may be different for different pages. The following description is divided into cases described in 1.1 and/or 1.2 (the present embodiment is not limited to the manner described in 1.1 and/or 1.2):
1.1 pages displayed first after program startup
For the page, the corresponding page display condition may include that the application program is started, that is, the application program is started means triggering of the page display condition of the page displayed first by the application program.
Still taking the application a as an example, the application a generally has a home page, and when the application a is started, the home page can be displayed without user operation. Then, the page display condition corresponding to the top page of the application a may be that the application a is started.
It is also possible that the page that was last exited or last stayed is first displayed after the application a is started, and the page that was last exited or last stayed may also be displayed without user operation after the application a is started. Accordingly, the page display condition of the page where the application a last exited or last stayed may be that the application is started.
1.2 pages not displayed first after application program start
For any page that is not displayed first after the application is started, the page is generally jumped from other pages, and the page presentation condition trigger of the page comprises that a jump to such a page is generated. Generally, the user's operation may trigger the jump.
In this embodiment, for any page, the triggering of the page display condition of the page means that the page needs to be displayed next, and the page may be referred to as a page to be displayed.
As previously described, each page of the application may be configured with page layout data. For any page to be displayed, the page layout data of the page to be displayed can be obtained.
In this embodiment, in addition to the page layout data of the page to be displayed, page service data, that is, data to be displayed on the page to be displayed, such as news data and weather data, may also be obtained. How to obtain the service data is described as the case described in 2.1 and/or 2.2 (the embodiment is not limited to the manner described in 2.1 and/or 2.2):
2.1 Page Module associated service data interface
In this embodiment, each page module may be associated with a service data interface, and if a target page module of a page to be displayed is determined, page service data may be acquired from a service data interface associated with a page module associated with page layout data of the page to be displayed, where the acquired service data is page service data.
2.2 Page layout data associated with Business data interface
In this embodiment, the page layout data may be associated with the service data interface, so that the page service data may be acquired from the service data interface associated with the page layout data of the page to be displayed, and the acquired service data is the page service data.
If 2.1 and 2.2 exist at the same time, because the service data acquired from the service data interface associated with the page layout data can satisfy the data requirement of the whole page to be displayed at one time, the priority of the service data interface associated with the general page layout data is higher than that of the service data associated with the page module.
S105: determining the page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed; wherein the local component comprises the delta component.
After the page layout data of the page to be displayed is obtained, the page structure of the page to be displayed can be determined according to the page layout data of the page to be displayed. The following description is divided into cases described in 3.1 and/or 3.2 (the present embodiment is not limited to the manner described in 3.1 and/or 3.2):
3.1, if the page layout data of the page to be displayed contains page structure data, determining the page structure of the page to be displayed according to the page layout data comprises: and determining the page structure of the page to be displayed according to the page structure data in the page layout data, and further determining a corresponding local component capable of being used for generating the page structure according to the page structure of the page to be displayed, wherein the local component used for generating the page structure is called a target component.
And 3.2, if the page layout data of the page to be displayed does not contain page structure data, determining the page module associated with the page layout data of the page to be displayed. Determining the page structure of the page to be displayed according to the page layout data comprises: and determining the page structure of the page to be displayed according to the page module associated with the page layout data.
Since at least one of the fields in the page module is used to define the page structure, the page structure of the page to be displayed can be determined according to the page module associated with the page layout data of the page to be displayed. The page module associated with the page layout data of the page to be displayed may be referred to as a target page module, the local component associated with the target page module may be used as a component for generating the page structure, and the local component for generating the page structure may be referred to as a target component.
The advantage of 3.1 above is that the page structure can be defined directly from the page layout data and the target components determined. The advantage of 3.2 above is that the three-level structure of page layout data-page module-local component is provided, and there is definite pertinence between the levels, which facilitates more accurate determination of target component. The association of the page layout data with the local components or the association of the page layout data, the page modules, the local components is realized by 3.1 and/or 3.2.
After the target component is determined, the target component can be read, the page structure of the page to be displayed formed by the target component is analyzed, and the page service data is filled based on the page structure to form and display the page to be displayed. For example, if the page structure includes three columns, namely, an upper column, a middle column and a lower column, where the upper column is used to display the pictures of the important news, the middle column is used to display the domestic news, and the lower column is used to display the international news, data corresponding to the pictures of the important news in the page service data may be filled into the upper column, data corresponding to the domestic news in the page service data may be filled into the middle column, and data corresponding to the international news in the page service data may be filled into the lower column.
Since the application page is generally displayed by the screen of the terminal where the application is located, the effect and meaning of the application page display and the terminal page display can be equivalent.
Since the delta component corresponds to the page content that needs to be modified, the target component includes all or part of the delta component. For example, there are 10 incremental components obtained after application a is started, where the 10 incremental components relate to the change of two pages (not denoted as page a and page B) of application a, where 5 incremental components correspond to the changed content of page a, and the other 5 incremental components correspond to the changed content of page B. After the page display condition of the page a is triggered, the target component corresponding to the page a includes 5 incremental components corresponding to the changed content of the page a, and the incremental components are used for forming the changed page a; and after the page display condition of the page B is triggered, the target component corresponding to the page B comprises 5 incremental components corresponding to the changed content of the page B and is used for forming the changed page B. Of course, the target component may contain native components that may correspond to some of the unaltered content of the various pages of application A. In general, the target components may include incremental components and/or native components.
In addition, if the increment component is not acquired or is empty after the application program is started, the page is not changed, and the page of the application program can still be displayed according to the previous structure or content.
Specifically, the incremental component may be an XML file, and is packaged into a binary template file by a virtual component compiling tool. The parsing process may be: and the application program loads the binary template file and analyzes the binary template file into the native control layout.
In this embodiment, configuring the components and/or page modules and/or page layout data may be performed by a server and the components and/or page modules and/or page layout data may be uploaded to a location accessible to the application. For various service data interfaces associated with the page module and/or the page layout data, format conversion can be performed on the acquired page service data to convert the page service data into data which can be displayed on the page to be displayed. Specifically, the components and/or the page modules and/or the page layout data may configure the service data format adapted thereto, so as to convert the acquired page service data into presentable data. In addition, the data conversion operation may be performed by a separate data service platform or server.
In this embodiment, on the basis of realizing the association of the page layout data and the local component or the association of the page layout data, the page module, and the local component, the content that needs to be updated of the application page is borne by using the dynamic incremental component, and the page to be displayed is associated with the dynamic component. And after downloading the increment component and determining the page structure of the page to be displayed, resolving the dynamic component into the page structure of the page to be displayed. Since the dynamic component can be dynamically configured and changed, the page structure of the page to be displayed can be dynamically changed. By binding the change of the page content of the application program with the incremental component, the change of the page content of the application program is not limited by development language and an operating system, a new version does not need to be released, and the existing approaches such as an application market do not need to be passed. Since the service data interface can be dynamically configured through the page layout data or the page template, the page service data displayed on the page to be displayed can be dynamically changed.
In this embodiment, no matter whether the application program releases the new version or not, the page content can be displayed through the content, and the application program of the new version and the old version can set the component correspondence relationship, so that the new version and the old version can use the same or corresponding components when the page content is displayed, and the required page content can be displayed.
In the embodiment, the package of the flows of writing, uploading, downloading, analyzing and the like of the incremental component, the page module and the page layout data is realized, and the dynamic configuration of the incremental component, the page module and the page layout data is facilitated.
In this embodiment, a three-layer structure including an element, a page module, and page layout data may be constructed, the page layout data is associated with the page module, and the page module is associated with the element, each layer of the structure may be dynamically configured, including configuring a page style (for example, defining a style using a JSON format), the detail change of a page to be displayed may be implemented by the dynamic configuration of an increment element, the style change of the page to be displayed may be implemented by the dynamic configuration of the page module, and the overall structure change of the page to be displayed may be implemented by the dynamic configuration of the page layout data, so that the page to be displayed may be changed from thin to thick and from small to large by the element, the page module, and the page layout data.
In this embodiment, the compatible version fields may be defined for the components, the page modules, and the page layout data, so that each compatible historical version may be recorded.
In this embodiment, the format conversion of the page service data enables the service data to be displayed on various pages of the application programs of the new and old versions. Specifically, after the application program is started, the execution main body (e.g., the server) may determine whether the application program is a new version application program, and if the application program is an old version application program, the application program is converted into a data format adapted to an old version component and/or a page module and/or page layout data; and if the new version application program is the new version application program, converting the new version application program into a data format suitable for the new version component and/or the page module and/or the page layout data.
Even if the application releases a new version, various types of service data can be exposed in the embodiment as well.
It should be noted that the present embodiment may have multiple execution subjects, for example, a terminal is combined with a server, the server is used for configuring components, page modules, page layout data, and the like, and the terminal or an application on the terminal is used for other steps of the present embodiment. In short, the present embodiment does not limit the form and number of execution bodies.
A second embodiment of the present specification provides a page displaying apparatus, including:
the component obtaining module 202 is configured to obtain an incremental component list after an application program is started, and download an incremental component in the incremental component list;
the page generation module 204 is configured to obtain page layout data and page service data of a page to be displayed after a page display condition of an application program is triggered; determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed; wherein the local component comprises the delta component.
Optionally, the apparatus further comprises:
and the configuration module is used for configuring the increment assembly, and the increment assembly is used for generating a page structure of the page to be displayed.
Optionally, the configuration module is further configured to: a configuration page module, the page module associated with one or more local components, the page module to define a page structure.
Optionally, the page module includes one or more fields, and at least one of the fields is used to define a page structure.
Optionally, the field includes one or more of a name, a type, a compatible version number, and a layout type.
Optionally, the configuration module is further configured to: configuring page layout data, the page layout data being associated with one or more page modules.
Optionally, determining the page structure of the page to be displayed according to the page layout data includes:
and determining the page structure of the page to be displayed according to the page module associated with the page layout data.
Optionally, the obtaining page service data of the page to be displayed includes:
the page module is associated with a service data interface, and page service data is obtained from the service data interface associated with the page module associated with the page layout data of the page to be displayed.
Optionally, the obtaining page service data of the page to be displayed includes:
the page layout data is associated with a service data interface, and page service data is obtained from the service data interface associated with the page layout data of the page to be displayed.
Optionally, the page layout data includes page structure data; determining the page structure of the page to be displayed according to the page layout data comprises:
and determining the page structure of the page to be displayed according to the page structure data in the page layout data.
Optionally, for a page displayed first after the application program is started, the triggering of the page display condition of the page displayed first includes that the application program is started;
and/or the presence of a gas in the gas,
for the page which is not displayed firstly after the application program is started, the page display condition trigger of the page which is not displayed firstly comprises that the jump to the page which is not displayed firstly is generated.
A third embodiment of the present specification provides a page displaying apparatus, including:
at least one processor;
and the number of the first and second groups,
a memory communicatively coupled to the at least one processor;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to enable the at least one processor to perform the page presentation method of the first embodiment.
A fourth embodiment of the present specification provides a computer-readable storage medium, which stores computer-executable instructions, and when the computer-executable instructions are executed by a processor, the page display method according to the first embodiment is implemented.
The above embodiments may be used in combination, and the modules with the same name between different embodiments or within the same embodiment may be the same or different modules.
While certain embodiments of the present disclosure have been described above, other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily have to be in the particular order shown or in sequential order to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus, device, and non-volatile computer-readable storage medium embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and in relation to the description, reference may be made to some portions of the description of the method embodiments.
The apparatus, the device, the nonvolatile computer readable storage medium, and the method provided in the embodiments of the present specification correspond to each other, and therefore, the apparatus, the device, and the nonvolatile computer storage medium also have similar advantageous technical effects to the corresponding method.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Hardware Description Language), traffic, pl (core universal Programming Language), HDCal (jhdware Description Language), lang, Lola, HDL, laspam, hardward Description Language (vhr Description Language), vhal (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the various elements may be implemented in the same one or more software and/or hardware implementations of the present description.
As will be appreciated by one skilled in the art, the present specification embodiments may be provided as a method, system, or computer program product. Accordingly, embodiments of the present description 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 description 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 so forth) having computer-usable program code embodied therein.
The description has been presented with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the description. 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 disk storage or other magnetic storage devices, or any other non-transmission medium which 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 like elements in a process, method, article, or apparatus that comprises the element.
This description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present specification, and is 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 (14)

1. A page display method comprises the following steps:
after an application program is started, acquiring an increment component list, and downloading increment components in the increment component list;
acquiring page layout data and page service data of a page to be displayed after a page display condition of an application program is triggered;
determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed;
wherein the local component comprises the delta component.
2. The method of claim 1, further comprising:
and configuring an increment component, wherein the increment component is used for generating a page structure of a page to be displayed.
3. The method of claim 1, further comprising:
a configuration page module, the page module associated with one or more local components, the page module to define a page structure.
4. The method of claim 3, wherein the page module comprises one or more fields, at least one of the fields defining a page structure.
5. The method of claim 4, the fields comprising one or more of a name, a type, a compatible version number, a layout type.
6. The method of claim 3, further comprising:
configuring page layout data, the page layout data being associated with one or more page modules.
7. The method of any of claims 3 to 6, wherein determining the page structure of the page to be presented according to the page layout data comprises:
and determining the page structure of the page to be displayed according to the page module associated with the page layout data.
8. The method of any one of claims 3 to 6, wherein obtaining page service data of a page to be displayed comprises:
the page module is associated with a service data interface, and page service data is obtained from the service data interface associated with the page module associated with the page layout data of the page to be displayed.
9. The method of claim 1, wherein obtaining page service data of a page to be displayed comprises:
the page layout data is associated with a service data interface, and page service data is obtained from the service data interface associated with the page layout data of the page to be displayed.
10. The method of claim 1, the page layout data comprising page structure data; determining the page structure of the page to be displayed according to the page layout data comprises:
and determining the page structure of the page to be displayed according to the page structure data in the page layout data.
11. The method of claim 1, wherein for the first displayed page after the application program is started, the page presentation condition trigger of the first displayed page comprises that the application program is started;
and/or the presence of a gas in the gas,
for the page which is not displayed firstly after the application program is started, the page display condition trigger of the page which is not displayed firstly comprises that the jump to the page which is not displayed firstly is generated.
12. A page display apparatus comprising:
the component acquisition module is used for acquiring an increment component list after an application program is started and downloading the increment components in the increment component list;
the page generation module is used for acquiring page layout data and page service data of a page to be displayed after the page display condition of the application program is triggered; determining a page structure of the page to be displayed according to the page layout data, determining a target component from a local component, and analyzing the target component to form the page structure; filling the page service data based on the page structure to form and display the page to be displayed; wherein the local component comprises the delta component.
13. A page display apparatus comprising:
at least one processor;
and the number of the first and second groups,
a memory communicatively coupled to the at least one processor;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the page presentation method of any one of claims 1 to 11.
14. A computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the page presentation method of any one of claims 1 to 11.
CN202110413984.6A 2021-04-16 2021-04-16 Page display method, device, equipment and medium Pending CN113076102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110413984.6A CN113076102A (en) 2021-04-16 2021-04-16 Page display method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110413984.6A CN113076102A (en) 2021-04-16 2021-04-16 Page display method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN113076102A true CN113076102A (en) 2021-07-06

Family

ID=76617797

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110413984.6A Pending CN113076102A (en) 2021-04-16 2021-04-16 Page display method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN113076102A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402747A (en) * 2016-05-20 2017-11-28 中国科学院声学研究所 A kind of five application page dynamic creation method for supporting multiple terminals type
CN108664296A (en) * 2017-03-31 2018-10-16 阿里巴巴集团控股有限公司 A kind of page rendering method and apparatus, a kind of page processing method and device
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109710328A (en) * 2018-08-20 2019-05-03 深圳壹账通智能科技有限公司 Page configuration method, apparatus, equipment and readable storage medium storing program for executing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402747A (en) * 2016-05-20 2017-11-28 中国科学院声学研究所 A kind of five application page dynamic creation method for supporting multiple terminals type
CN108664296A (en) * 2017-03-31 2018-10-16 阿里巴巴集团控股有限公司 A kind of page rendering method and apparatus, a kind of page processing method and device
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109710328A (en) * 2018-08-20 2019-05-03 深圳壹账通智能科技有限公司 Page configuration method, apparatus, equipment and readable storage medium storing program for executing

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113918252A (en) * 2021-09-22 2022-01-11 北京三快在线科技有限公司 Interface display method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110941784A (en) Page generation method and device
CN109947643B (en) A/B test-based experimental scheme configuration method, device and equipment
CN113259224B (en) Method and device for sending customer service data
CN107786630B (en) Web application package processing method, device and equipment
CN107045438B (en) Application top view processing method, device and component
EP2885700A1 (en) User interface control framework for stamping out controls using a declarative template
KR101416104B1 (en) A dynamic loading apparatus and method of java script code performing native functions of hybrid web applications
CN113918195A (en) Application interface updating method and device, electronic equipment and readable storage medium
CN113360385A (en) Test method, device, equipment and medium
CN108255471B (en) System configuration item configuration device, method and equipment based on configuration suite
CN107391529B (en) Method and device for realizing Object Relation Mapping (ORM)
CN110262749B (en) Webpage operation method, device, container, equipment and medium
CN113076102A (en) Page display method, device, equipment and medium
CN112000329B (en) Data display method, device, equipment and medium
CN107391099B (en) Resource preprocessing method and device
CN111090425B (en) Program packaging method and device and electronic equipment
CN112528614A (en) Table editing method and device and electronic equipment
CN112035117A (en) Page display system, method and device
CN113672470A (en) Interface monitoring method, device, equipment and medium
CN114428633A (en) Firmware upgrading method, device and equipment
CN114297543A (en) Data display method, device, equipment and readable medium
CN112015702A (en) Message file name processing method, device and equipment
CN111596946A (en) Recommendation method, device and medium for intelligent contracts of block chains
CN113467858B (en) Program starting method, device, equipment and medium
CN114296781A (en) Application information display method, device, equipment and medium

Legal Events

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