CN110069298B - Display method, system, electronic device, and computer-readable storage medium - Google Patents

Display method, system, electronic device, and computer-readable storage medium Download PDF

Info

Publication number
CN110069298B
CN110069298B CN201810900478.8A CN201810900478A CN110069298B CN 110069298 B CN110069298 B CN 110069298B CN 201810900478 A CN201810900478 A CN 201810900478A CN 110069298 B CN110069298 B CN 110069298B
Authority
CN
China
Prior art keywords
layer
data
request
display
jump
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810900478.8A
Other languages
Chinese (zh)
Other versions
CN110069298A (en
Inventor
柳杨光
雷震
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Microlive Vision Technology Co Ltd
Original Assignee
Beijing Microlive Vision 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 Beijing Microlive Vision Technology Co Ltd filed Critical Beijing Microlive Vision Technology Co Ltd
Priority to CN201810900478.8A priority Critical patent/CN110069298B/en
Publication of CN110069298A publication Critical patent/CN110069298A/en
Application granted granted Critical
Publication of CN110069298B publication Critical patent/CN110069298B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure discloses a display method, a display system, an electronic device, and a computer-readable storage medium. The display method comprises the following steps: the display layer sends a first request to the control layer; the control layer judges the type of the first request; if the first request is a data request, the control layer sends the data request to the logic layer; searching data related to the data request in the logic layer data layer; the logic layer processes the data to obtain processed data and sends the processed data to the display layer; if the first request is a skip request, the control layer sends the skip request to a routing layer; the routing layer sends the jump page to a display layer; and the display layer displays the processed data or displays the jump page. According to the technical scheme, the logic layer is used for acquiring and converting data, the routing layer is used for processing page jump, the logic complexity of the display layer is reduced, and the reusability of the display layer is improved.

Description

Display method, system, electronic device, and computer-readable storage medium
Technical Field
The present disclosure relates to the field of display technologies, and in particular, to a display method, a display system, an electronic device, and a computer-readable storage medium.
Background
In a traditional front-end page development model, a page is generally divided into three parts: display layer, display control layer and data layer. Generally, a display layer is used for displaying a page, a display requirement is transmitted to a data layer through a display control layer, and display data is fed back to the display layer by the data layer, so that the display layer needs to be matched with the data layer, that is, after the display layer is changed, the data layer needs to be modified correspondingly, and after the data layer is changed, the display layer also needs to be modified correspondingly in order to enable the display layer to understand data of the data layer. Therefore, the reusability of the display layer and the data layer is not high, when a service scene is changed, a new display layer needs to be written for the new service scene, and the display control layer is more and more bloated due to the fact that a large number of display logics and skip logics are borne.
Disclosure of Invention
The technical problem that this disclosure solved is to provide a display method. In addition, a display system, an electronic device, and a computer-readable storage medium are also provided.
In order to achieve the above object, according to one aspect of the present disclosure, the following technical solutions are provided:
a display method is applied to a display system, the display system comprises a display layer, a logic layer, a routing layer and a data layer, the display layer also comprises a control layer, and the method is characterized by comprising the following steps:
the display layer sends a first request to the control layer;
the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request;
if the first request is a data request, the control layer sends the data request to the logic layer;
the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer;
the logic layer processes the data to obtain processed data and sends the processed data to the display layer;
if the first request is a skip request, the control layer sends the skip request to a routing layer;
the routing layer analyzes a jump page requested by the jump request and sends the jump page to a display layer;
and the display layer displays the processed data or displays the jump page.
Further, the logic layer processes the data to obtain processed data, including: and converting the format of the data into a data format required by a display layer.
Further, the logic layer monitors changes of the display layer and the data layer, and when the display layer is monitored to be changed for the first time, the logic layer informs the data layer of corresponding second change; and when the data layer is monitored to be changed for the third time, the logic layer informs the display layer of the corresponding fourth change.
Further, the control layer is configured to receive a notification sent by the logic layer, and control the display layer to generate the fourth change according to the notification.
Further, the data layer obtains data from one or more data sources, and forms a data model in the data layer.
Further, the searching for data related to the data request in the data layer includes: and searching data relevant to the data request in the data model, and if the data is not searched, searching the data from the one or more data sources by the data layer.
Further, the step of analyzing, by the routing layer, the jump page requested by the jump request and sending the jump page to the display layer includes: and the routing layer searches a jump page requested by the jump request in a jump table according to the jump request, acquires the jump page and sends the jump page to a display layer.
Further, after the display layer displays the jump page, the method further includes: and replacing the routing layer by using the first routing layer corresponding to the jump page.
Furthermore, the plurality of logic layers respectively correspond to different display layers, when the display layers are replaced, the corresponding logic layers are replaced according to the display layers, and the display layers and the logic layers are coupled with one routing layer.
In order to achieve the above object, according to still another aspect of the present disclosure, the following technical solutions are also provided:
a display system, characterized in that the display system comprises:
a display layer for displaying a page;
the data layer is used for providing display data for the page;
the logic layer is used for processing the data of the data layer and converting the data into the display data;
the routing layer is used for processing the page jump request;
the display layer further comprises a control layer;
the display layer sends a first request to the control layer;
the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request;
if the first request is a data request, the control layer sends the data request to the logic layer;
the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer;
the logic layer processes the data to obtain processed data and sends the processed data to the display layer;
if the first request is a skip request, the control layer sends the skip request to a routing layer;
the routing layer analyzes a jump page requested by the jump request and sends the jump page to a display layer;
and the display layer displays the processed data or displays the jump page.
Further, the logic layer processes the data to obtain processed data, including: and carrying out format conversion on the data, and converting the data into a data format required by a display layer.
Further, the logic layer monitors changes of the display layer and the data layer, and when the display layer is monitored to be changed for the first time, the logic layer informs the data layer of corresponding second change; and when the data layer is monitored to be changed for the third time, the logic layer informs the display layer of the corresponding fourth change.
Further, the control layer is configured to receive a notification sent by the logic layer, and control the display layer to generate the fourth change according to the notification.
Further, the data layer obtains data from one or more data sources, and forms a data model in the data layer.
Further, the searching for data related to the data request in the data layer includes: and searching data relevant to the data request in the data model, and if the data is not searched, searching the data from the one or more data sources by the data layer.
Further, the step of analyzing, by the routing layer, the jump page requested by the jump request and sending the jump page to the display layer includes: and the routing layer searches a jump page requested by the jump request in a jump table according to the jump request, acquires the jump page and sends the jump page to a display layer.
Further, after the display layer displays the jump page, the method further includes: replacing the routing layer with a first routing layer corresponding to the skipped page.
Furthermore, the plurality of logic layers respectively correspond to different display layers, when the display layers are replaced, the corresponding logic layers are replaced according to the display layers, and the display layers and the logic layers are coupled with one routing layer.
In order to achieve the above object, according to still another aspect of the present disclosure, the following technical solutions are also provided:
an apparatus of hardware for an adaptation plane, comprising:
a memory for storing non-transitory computer readable instructions; and
and the processor is used for executing the computer readable instructions, so that the processor can realize the steps in the technical scheme of the method of any display method when executing.
In order to achieve the above object, according to still another aspect of the present disclosure, the following technical solutions are also provided:
a computer readable storage medium storing non-transitory computer readable instructions which, when executed by a computer, cause the computer to perform the steps of any of the above display method aspects.
The disclosed embodiments provide a display method, a display system, an electronic device, and a computer-readable storage medium. The display method comprises the following steps: the display layer sends a first request to the control layer; the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request; if the first request is a data request, the control layer sends the data request to the logic layer; the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer; the logic layer processes the data to obtain processed data and sends the processed data to the display layer; if the first request is a skip request, the control layer sends the skip request to a routing layer; the routing layer analyzes the jump page requested by the jump request and sends the jump page to a display layer; and the display layer displays the processed data or displays the jump page. According to the technical scheme, the logic layer is used for acquiring and converting data, the routing layer is used for processing page jump, the logic complexity of the display layer is greatly reduced, and the reusability of the display layer is improved.
The foregoing is a summary of the present disclosure, and for the purposes of promoting a clear understanding of the technical means of the present disclosure, the present disclosure may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
Drawings
FIG. 1 is a schematic flow chart diagram of a display method according to one embodiment of the present disclosure;
FIG. 2 is a schematic view of a display system according to one embodiment of the present disclosure;
FIG. 3 is a schematic view of a display system according to yet another embodiment of the present disclosure;
FIG. 4 is a schematic structural diagram of an electronic device according to one embodiment of the present disclosure;
FIG. 5 is a schematic structural diagram of a computer-readable storage medium according to one embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a display terminal according to an embodiment of the present disclosure.
Detailed Description
The embodiments of the present disclosure are described below with specific examples, and other advantages and effects of the present disclosure will be readily apparent to those skilled in the art from the disclosure in the specification. It is to be understood that the embodiments described are only a few embodiments of the present disclosure, and not all embodiments. The disclosure may be carried into practice or applied to various other specific embodiments, and various modifications and changes may be made in the details within the description and the drawings without departing from the spirit of the disclosure. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
It is noted that various aspects of the embodiments are described below within the scope of the appended claims. It should be apparent that the aspects described herein may be embodied in a wide variety of forms and that any specific structure and/or function described herein is merely illustrative. Based on the disclosure, one skilled in the art should appreciate that one aspect described herein may be implemented independently of any other aspects and that two or more of these aspects may be combined in various ways. For example, an apparatus may be implemented and/or a method practiced using any number of the aspects set forth herein. In addition, such an apparatus may be implemented and/or such a method may be practiced using other structure and/or functionality in addition to or other than one or more of the aspects set forth herein.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present disclosure, and the drawings only show the components related to the present disclosure rather than the number, shape and size of the components in actual implementation, and the type, amount and ratio of the components in actual implementation may be changed arbitrarily, and the layout of the components may be more complicated.
In addition, in the following description, specific details are provided to facilitate a thorough understanding of the examples. However, it will be understood by those skilled in the art that the aspects may be practiced without these specific details.
In order to solve the technical problem of how to improve the user experience effect, the embodiment of the present disclosure provides a display method. As shown in fig. 1, the display method mainly includes the following steps S1 to S8. Wherein:
step S1: the display layer sends a first request to the control layer.
The control layer may be a part of the display layer, and the request of the display layer is sent to the control layer, and the control layer forwards the message to the display layer, and the message is also forwarded to the display layer through the control layer.
Step S2: the control layer judges the type of the first request, and the type of the first request comprises a data request and a jump request.
When the control layer receives a request of the display layer, the control layer judges the type of the request, generally, the request sent by the display layer has two types: a data request and a jump request. The data request is generated in response to the triggering of a page control on the display layer, such as a selection button or the like, and is used for requesting data to be displayed on a page of the display layer; the jump request is generated in response to a trigger of a page control, such as a link or the like, on a display layer for jumping between different display layers, each display layer corresponding to a page, which may correspond to the same service scenario or different service scenarios.
And step S3: if the first request is a data request, the control layer sends the data request to the logic layer.
And if the type of the request is judged to be a data request, the request is processed by the logic layer, and the control layer sends the data request to the logic layer.
And step S4: the logical layer analyzes the data requested by the data request and looks up data in the data layer that is relevant to the data request.
After receiving the data request, the logic layer analyzes the data requested by the data request, such as the data type of the data or the source of the data, then queries the data in the corresponding data layer according to the data type or the data source, and transmits the data to the logic layer after finding the data. The logical layer may correspond to a plurality of data layers, the search may also be a search in a plurality of data layers, each data layer may correspond to one or more data sources, the data source may be a database or any other data source, and after the data layer acquires the data, the data is organized into a predetermined service data format according to a predetermined format.
Step S5: and the logic layer processes the data to obtain processed data and sends the processed data to the display layer.
After the logic layer acquires the data, the logic layer processes the data, for example, the processing may be to format convert the data into a data format required by the display layer, such as a date data format acquired from the data layer: "year and month", but the display layer needs the format of "year, month and day", at this time, the logic layer converts the date format from "year and month" to "year, month and day", and the display layer displays the age stages, more than or equal to 18 years old and less than 18 years old, and the data layer stores the specific ages, such as 17 years old and 19 years old, the logic layer converts 17 years old to less than 18 years old, converts 19 years old to more than or equal to 18 years old, and then the logic layer sends the converted data to the display layer. The logic layer is also used for controlling how the display layer displays the data, the logic layer also comprises a display state and a behavior, the display state comprises the data organization form in the display page, such as which position in the page displays what data, and the behavior determines what happens when the page is loaded, what happens after clicking, or other interaction belongs to the behavior.
Step S6: and if the first request is a skip request, the control layer sends the skip request to the routing layer.
If the type of the request is judged to be the jump request, the request is processed by the routing layer, and the control layer sends the jump request to the routing layer.
Step S7: and the routing layer analyzes the jump page requested by the jump request and sends the jump page to the display layer.
And the routing layer searches a jump page requested by the jump request in a jump table according to the jump request, acquires the jump page and sends the jump page to a display layer. And when the jump page is not found in the jump table according to the jump request, the jump table is switched to the special jump item, wherein the special jump item comprises two types, one type is to directly feed back error information, the other type is to jump to the other routing layer for continuous searching, and then the error information or the searched jump page is sent to the display layer.
Step S8: and the display layer displays the processed data or displays the jump page.
The display layer receives the processed data fed back by the logic layer through the control layer and directly displays the processed data on the corresponding position of the page; and the display layer receives the jump page fed back by the routing layer through the control layer, and displays the jump page, or in another implementation mode, the display layer is directly replaced by the display layer of the jump page, and at the moment, the logic layer is also replaced by the logic layer of the jump page.
In the above embodiments, the data layer may include one or more data models organized according to services, such as a news data model under a news service and a music data model under a music service, each data model organizing data according to characteristics of a service, and the data layer may use one or more data sources to obtain data and then organize the data into the data model. The data model may also include business logic processing and data manipulation, which are mainly directed to the database in the data source and will not be described herein again.
In the above embodiment, the logic layer is bound to the display layer and the data layer, and the changes of the logic layer and the data layer are monitored in real time, and the binding may be implemented by an event monitoring function. After binding, when the component in the display layer changes, for example, a user operates the component in the display layer, the logic layer monitors the change of the display layer and notifies the data layer of changing the corresponding data model; otherwise, when the data model in the data layer changes and the logic layer monitors that the data layer changes, the logic layer informs the display layer of the corresponding change, and through the bidirectional binding, the change of the data in the display layer and the change of the data in the data layer can be reflected in the logic layer in real time. The notification of the change can be transmitted through the control layer, when the display layer changes, the change can be the data request or the jump request, the data is requested to the data layer through the logic layer, after the data model is changed after the data is obtained from the data source by the data layer, the data is fed back to the logic layer, the logic layer processes the data, then the processed data is sent to the control layer, and the control layer receives the data to the display layer; when a data layer changes, for example, a data model or a data source changes, and a logic layer monitors the change, the change is sent to the control layer, the control layer receives a notification sent by the logic layer, and controls a display layer to change correspondingly according to the notification.
The embodiment of the disclosure discloses a display method, which specifically comprises the following steps: the display layer sends a first request to the control layer; the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request; if the first request is a data request, the control layer sends the data request to the logic layer; the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer; the logic layer processes the data to obtain processed data and sends the processed data to the display layer; if the first request is a skip request, the control layer sends the skip request to a routing layer; the routing layer analyzes a jump page requested by the jump request and sends the jump page to a display layer; and the display layer displays the processed data or displays the jump page. According to the technical scheme, the logic layer is used for acquiring and converting data, the routing layer is used for processing page jump, the logic complexity of the display layer is greatly reduced, and the reusability of the display layer is improved.
In the above, although the steps in the embodiment of the display method are described in the above sequence, it should be clear to those skilled in the art that the steps in the embodiment of the present disclosure are not necessarily performed in the above sequence, and may also be performed in other sequences such as reverse, parallel, and cross, and further, on the basis of the above steps, other steps may also be added by those skilled in the art, and these obvious modifications or equivalents should also be included in the protection scope of the present disclosure, and are not described herein again.
For convenience of description, only the relevant parts of the embodiments of the present disclosure are shown, and details of the specific techniques are not disclosed, please refer to the embodiments of the method of the present disclosure.
In order to solve the technical problem of how to improve the user experience effect, the embodiment of the present disclosure provides a display system. The system may perform the steps in the display method embodiments described above. As shown in fig. 2, the system mainly includes: a display layer 21 for displaying a page; a data layer 22 for providing display data to the page; a logic layer 23, configured to process data of the data layer, so that the data is converted into the display data; a routing layer 24 for processing page jump requests; the display layer further comprises a control layer 211; the display layer sends a first request to the control layer; the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request; if the first request is a data request, the control layer sends the data request to the logic layer; the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer; the logic layer processes the data to obtain processed data and sends the processed data to the display layer; if the first request is a skip request, the control layer sends the skip request to a routing layer; the routing layer analyzes the jump page requested by the jump request and sends the jump page to a display layer; and the display layer displays the processed data or displays the jump page.
In an embodiment, as shown in fig. 3, the logic layers, the display layers, and the data layers are in one-to-one correspondence, when there are multiple logic layers, there are multiple display layers and multiple data layers corresponding to the multiple logic layers, and the routing layer is not in one-to-one correspondence with the logic layer, the display layer, the multiple logic layers, and the multiple data layers, for example, in an implementation manner, the multiple display layers, the multiple logic layers, and the multiple data layers may be a display layer and a logic layer in the same service scenario, and at this time, the display layer and the logic layer in the same service scenario may share one routing layer.
The apparatus shown in fig. 2 and 3 can perform the method of the embodiment shown in fig. 1, and the related description of the embodiment shown in fig. 1 can be referred to for the parts of the embodiment not described in detail in this embodiment. The implementation process and technical effect of the technical solution refer to the description in the embodiment shown in fig. 1, and are not described herein again.
Fig. 4 is a hardware block diagram illustrating a display hardware apparatus according to an embodiment of the present disclosure. As shown in fig. 4, a display hardware apparatus 40 according to an embodiment of the present disclosure includes a memory 41 and a processor 42.
The memory 41 is used to store non-transitory computer readable instructions. In particular, memory 41 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM), cache memory (cache), and/or the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, etc.
The processor 42 may be a Central Processing Unit (CPU) or other form of processing unit having data processing capabilities and/or instruction execution capabilities, and may control other components in the display hardware device 40 to perform desired functions. In one embodiment of the present disclosure, the processor 42 is configured to execute the computer readable instructions stored in the memory 41, so that the display hardware device 40 performs all or part of the steps of the display method of the embodiments of the present disclosure.
Those skilled in the art should understand that, in order to solve the technical problem of how to obtain a good user experience, the present embodiment may also include well-known structures such as a communication bus, an interface, and the like, and these well-known structures should also be included in the protection scope of the present disclosure.
For the detailed description of the present embodiment, reference may be made to the corresponding descriptions in the foregoing embodiments, which are not repeated herein.
Fig. 5 is a schematic diagram illustrating a computer-readable storage medium according to an embodiment of the present disclosure. As shown in fig. 5, a computer-readable storage medium 50 according to an embodiment of the present disclosure has non-transitory computer-readable instructions 51 stored thereon. When the non-transitory computer readable instructions 51 are executed by a processor, all or part of the steps of the aforementioned method for matching video features according to the embodiments of the present disclosure are performed.
The computer-readable storage medium 50 includes, but is not limited to: optical storage media (e.g., CD-ROMs and DVDs), magneto-optical storage media (e.g., MOs), magnetic storage media (e.g., magnetic tapes or removable disks), media with built-in rewritable non-volatile memory (e.g., memory cards), and media with built-in ROMs (e.g., ROM cartridges).
For the detailed description of the present embodiment, reference may be made to the corresponding descriptions in the foregoing embodiments, which are not repeated herein.
Fig. 6 is a schematic diagram illustrating a hardware structure of a terminal according to an embodiment of the present disclosure. As shown in fig. 6, the display terminal 60 includes the above-described display device embodiment.
The terminal may be implemented in various forms, and the terminal in the present disclosure may include, but is not limited to, mobile terminals such as a mobile phone, a smart phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a navigation device, a vehicle-mounted terminal, a vehicle-mounted display terminal, a vehicle-mounted electronic rear view mirror, etc., and fixed terminals such as a digital TV, a desktop computer, etc.
The terminal may also include other components as an equivalent alternative. As shown in fig. 6, the display terminal 60 may include a power supply unit 61, a wireless communication unit 62, an a/V (audio/video) input unit 63, a user input unit 64, a sensing unit 65, an interface unit 66, a controller 67, an output unit 68, a memory 69, and the like. Fig. 6 illustrates a terminal having various components, but it is to be understood that not all illustrated components are required to be implemented, and that more or fewer components can alternatively be implemented.
The wireless communication unit 62 allows radio communication between the terminal 60 and a wireless communication system or network, among others. The a/V input unit 63 serves to receive an audio or video signal. The user input unit 64 may generate key input data according to a command input by a user to control various operations of the terminal. The sensing unit 65 detects a current state of the terminal 60, a position of the terminal 60, presence or absence of a touch input of the terminal 60 by a user, an orientation of the terminal 60, acceleration or deceleration movement and direction of the terminal 60, and the like, and generates a command or signal for controlling an operation of the terminal 60. The interface unit 66 serves as an interface through which at least one external device is connected to the terminal 60. The output unit 68 is configured to provide output signals in a visual, audio, and/or tactile manner. The memory 69 may store software programs or the like for processing and control operations performed by the controller 66, or may temporarily store data that has been output or is to be output. The memory 69 may include at least one type of storage medium. Also, the terminal 60 may cooperate with a network storage device that performs a storage function of the memory 69 through a network connection. The controller 67 generally controls the overall operation of the terminal. In addition, the controller 67 may include a multimedia module for reproducing or playing back multimedia data. The controller 67 may perform a pattern recognition process to recognize a handwriting input or a picture drawing input performed on the touch screen as characters or images. The power supply unit 61 receives external power or internal power and supplies appropriate power required to operate the respective elements and components under the control of the controller 67.
Various embodiments of the method for matching video features presented in this disclosure may be implemented using a computer-readable medium, such as computer software, hardware, or any combination thereof. For a hardware implementation, various embodiments of the comparison method of video features presented in the present disclosure may be implemented by using at least one of an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a processor, a controller, a microcontroller, a microprocessor, an electronic unit designed to perform the functions described herein, and in some cases, various embodiments of the comparison method of video features presented in the present disclosure may be implemented in the controller 67. For software implementation, various embodiments of the method for matching video features presented in this disclosure may be implemented with separate software modules that allow for performing at least one function or operation. The software code may be embodied by a software application (or program) written in any suitable programming language, which may be stored in memory 69 and executed by controller 67.
For the detailed description of the present embodiment, reference may be made to the corresponding descriptions in the foregoing embodiments, which are not repeated herein.
The foregoing describes the general principles of the present disclosure in conjunction with specific embodiments, however, it is noted that the advantages, effects, etc. mentioned in the present disclosure are merely examples and are not limiting, and they should not be considered essential to the various embodiments of the present disclosure. Furthermore, the foregoing disclosure of specific details is for the purpose of illustration and description and is not intended to be limiting, since the disclosure will be described in detail with reference to specific details.
The block diagrams of devices, apparatuses, systems referred to in this disclosure are only given as illustrative examples and are not intended to require or imply that the connections, arrangements, configurations, etc. must be made in the manner shown in the block diagrams. These devices, apparatuses, devices, systems may be connected, arranged, configured in any manner, as will be appreciated by one skilled in the art. Words such as "including," "comprising," "having," and the like are open-ended words that mean "including, but not limited to," and are used interchangeably therewith. The words "or" and "as used herein mean, and are used interchangeably with, the word" and/or, "unless the context clearly dictates otherwise. The word "such as" is used herein to mean, and is used interchangeably with, the phrase "such as but not limited to".
Also, as used herein, "or" as used in a list of items beginning with "at least one" indicates a separate list, such that, for example, a list of "at least one of a, B, or C" means a or B or C, or AB or AC or BC, or ABC (i.e., a and B and C). Furthermore, the phrase "exemplary" does not mean that the described example is preferred or better than other examples.
It is also noted that in the systems and methods of the present disclosure, components or steps may be decomposed and/or re-combined. These decompositions and/or recombinations are to be considered equivalents of the present disclosure.
Various changes, substitutions and alterations to the techniques described herein may be made without departing from the techniques of the teachings as defined by the appended claims. Moreover, the scope of the claims of the present disclosure is not limited to the particular aspects of the process, machine, manufacture, composition of matter, means, methods and acts described above. Processes, machines, manufacture, compositions of matter, means, methods, or acts, presently existing or later to be developed that perform substantially the same function or achieve substantially the same result as the corresponding aspects described herein may be utilized. Accordingly, the appended claims are intended to include within their scope such processes, machines, manufacture, compositions of matter, means, methods, or acts.
The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the disclosure. Thus, the present disclosure is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, this description is not intended to limit embodiments of the disclosure to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (11)

1. A display method is applied to a display system, the display system comprises a display layer, a logic layer, a routing layer and a data layer, the display layer also comprises a control layer, and the method is characterized by comprising the following steps:
the display layer sends a first request to the control layer;
the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request;
if the first request is a data request, the control layer sends the data request to the logic layer;
the logic layer analyzes the data requested by the data request and searches data related to the data request in the data layer;
the logic layer processes the data to obtain processed data and sends the processed data to the display layer;
if the first request is a skip request, the control layer sends the skip request to a routing layer;
the routing layer analyzes the jump page requested by the jump request and sends the jump page to a display layer;
the display layer displays the processed data or displays the jump page;
the display layer and the logic layer share one routing layer in the same service scene.
2. The display method of claim 1, wherein the logic layer processing the data to obtain processed data comprises:
and converting the format of the data into a data format required by a display layer.
3. The display method according to claim 1, wherein:
the logic layer monitors changes of the display layer and the data layer, and when the display layer is monitored to be changed for the first time, the logic layer informs the data layer of corresponding second change; and when the data layer is monitored to be changed for the third time, the logic layer informs the display layer of the corresponding fourth change.
4. The display method according to claim 3, wherein:
the control layer is configured to receive a notification sent by the logic layer, and control the display layer to generate the fourth change according to the notification.
5. The display method according to claim 1, wherein:
the data layer obtains data from one or more data sources, and forms a data model in the data layer.
6. The display method of claim 5, wherein the searching for data related to the data request in the data layer comprises:
and searching data relevant to the data request in the data model, and if the data is not searched, searching the data from the one or more data sources by the data layer.
7. The display method of claim 1, wherein the routing layer analyzes a jump page requested by the jump request and sends the jump page to a display layer, comprising:
and the routing layer searches a jump page requested by the jump request in a jump table according to the jump request, acquires the jump page and sends the jump page to a display layer.
8. The display method of claim 7, further comprising, after the display layer displays the jump page:
replacing the routing layer with a first routing layer corresponding to the skipped page.
9. A display system, characterized in that the display system comprises:
a display layer for displaying a page;
the data layer is used for providing display data for the page;
the logic layer is used for processing the data of the data layer and converting the data into the display data;
the routing layer is used for processing the page jump request;
the display layer further comprises a control layer;
the display layer sends a first request to the control layer;
the control layer judges the type of the first request, wherein the type of the first request comprises a data request and a jump request;
if the first request is a data request, the control layer sends the data request to the logic layer;
the logic layer analyzes the data requested by the data request and searches the data related to the data request in the data layer;
the logic layer processes the data to obtain processed data and sends the processed data to the display layer;
if the first request is a skip request, the control layer sends the skip request to a routing layer;
the routing layer analyzes a jump page requested by the jump request and sends the jump page to a display layer;
the display layer displays the processed data or displays the jump page;
the display layer and the logic layer share one routing layer in the same service scene.
10. An electronic device, comprising:
a memory for storing non-transitory computer readable instructions; and
a processor for executing the computer readable instructions such that the processor when executing implements the display method of any one of claims 1-8.
11. A computer-readable storage medium storing non-transitory computer-readable instructions which, when executed by a computer, cause the computer to perform the display method of any one of claims 1-8.
CN201810900478.8A 2018-08-09 2018-08-09 Display method, system, electronic device, and computer-readable storage medium Active CN110069298B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810900478.8A CN110069298B (en) 2018-08-09 2018-08-09 Display method, system, electronic device, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810900478.8A CN110069298B (en) 2018-08-09 2018-08-09 Display method, system, electronic device, and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN110069298A CN110069298A (en) 2019-07-30
CN110069298B true CN110069298B (en) 2022-12-13

Family

ID=67365777

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810900478.8A Active CN110069298B (en) 2018-08-09 2018-08-09 Display method, system, electronic device, and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN110069298B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989195A (en) * 2009-07-30 2011-03-23 上海杉达学院 Data architecture for information system and architecture method
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN107864193A (en) * 2017-10-26 2018-03-30 阿里巴巴集团控股有限公司 Method for processing business, device, system and service equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402514A (en) * 2010-09-07 2012-04-04 腾讯科技(深圳)有限公司 Method and device for displaying micro blog guest page
CN104765596A (en) * 2014-01-08 2015-07-08 腾讯科技(深圳)有限公司 Request handling method and device
CN107679836A (en) * 2017-10-19 2018-02-09 湖南优图信息技术有限公司 A kind of underground utilities safeguard approval system and method
CN108337317B (en) * 2018-02-09 2021-07-16 马上消费金融股份有限公司 Method and device for processing route request

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989195A (en) * 2009-07-30 2011-03-23 上海杉达学院 Data architecture for information system and architecture method
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN107864193A (en) * 2017-10-26 2018-03-30 阿里巴巴集团控股有限公司 Method for processing business, device, system and service equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Assessing Standard and Inverted Skip Graphs Using Multi-Dimensional Range Queries and Mobile Nodes";Gregory J.Brault.etc;《2007 Fourth Annual International Conference on Mobile and Ubiquitous Systems: Networking & Services (MobiQuitous)》;20080212;全文 *
"基于云平台的智能家居控制系统研究与实现";郑骏;《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》;20170215;C038-1949 *

Also Published As

Publication number Publication date
CN110069298A (en) 2019-07-30

Similar Documents

Publication Publication Date Title
CN107957831B (en) Data processing method, device and processing equipment for displaying interface content
US11088973B2 (en) Conversion of text relating to media content and media extension apps
RU2614137C2 (en) Method and apparatus for obtaining information
US10739958B2 (en) Method and device for executing application using icon associated with application metadata
US10078509B2 (en) Method and system for processing lifelong learning of terminal and apparatus
CN103733197A (en) Management of local and remote media items
CN112181554B (en) Interactive interface display method, device, electronic device and storage medium
US20140359533A1 (en) Display apparatus and control method thereof
US20150370461A1 (en) Management of Media Player Functionality
CN111158573B (en) Vehicle-mounted machine interaction method, system, medium and equipment based on picture framework
CN107908679B (en) Script statement conversion method and device and computer readable storage medium
CN109325180B (en) Article abstract pushing method and device, terminal equipment, server and storage medium
US20140157147A1 (en) Feedback system, feedback method and recording media thereof
US20210019030A1 (en) Display interface switching method, display interface switching apparatus, and electronic device
CN110069298B (en) Display method, system, electronic device, and computer-readable storage medium
CN111459686A (en) Queue message storing and forwarding method and system and computer device with operating system
CN111553749A (en) Activity push strategy configuration method and device
US20230139886A1 (en) Device control method and device
CN104683483A (en) Information and Internet of things intercommunicating method and device
CN110866203B (en) Page jump method, device, equipment and computer readable storage medium
CN110895592B (en) Link starting method, device, equipment and medium on mobile terminal
CN110858146B (en) Data processing method, apparatus and machine readable medium
US20230038513A1 (en) Interface display method and device, storage medium, and electronic device
CN110858114B (en) Webpage display method, bookmark generation method, device, equipment and medium on mobile terminal
CN108647271B (en) Webpage content display method and device, computer readable storage medium and terminal

Legal Events

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