CN113722019B - Display method, device and equipment of platform program - Google Patents

Display method, device and equipment of platform program Download PDF

Info

Publication number
CN113722019B
CN113722019B CN202111296701.0A CN202111296701A CN113722019B CN 113722019 B CN113722019 B CN 113722019B CN 202111296701 A CN202111296701 A CN 202111296701A CN 113722019 B CN113722019 B CN 113722019B
Authority
CN
China
Prior art keywords
platform
platform program
program
configuration information
application
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
CN202111296701.0A
Other languages
Chinese (zh)
Other versions
CN113722019A (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.)
Kaos Digital Technology Qingdao Co ltd
Karos Iot Technology Co ltd
Cosmoplat Industrial Intelligent Research Institute Qingdao Co Ltd
Original Assignee
Haier Digital Technology Qingdao Co Ltd
Haier Caos IoT Ecological Technology Co Ltd
Qingdao Haier Industrial Intelligence Research Institute 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 Haier Digital Technology Qingdao Co Ltd, Haier Caos IoT Ecological Technology Co Ltd, Qingdao Haier Industrial Intelligence Research Institute Co Ltd filed Critical Haier Digital Technology Qingdao Co Ltd
Priority to CN202111296701.0A priority Critical patent/CN113722019B/en
Publication of CN113722019A publication Critical patent/CN113722019A/en
Application granted granted Critical
Publication of CN113722019B publication Critical patent/CN113722019B/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
    • 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

Abstract

The invention belongs to the technical field of computers, and particularly relates to a display method, a device and equipment of a platform program, wherein the method comprises the following steps: acquiring a first starting instruction of a first platform program, wherein the first starting instruction is used for indicating to start the first platform program; determining a driving engine corresponding to the first platform program according to the first starting instruction; acquiring page information of the first platform program from a server according to a driving engine corresponding to the first platform program; and displaying the page of the first platform program according to the page information of the first platform program. Platform programs developed by different development languages can be driven through different driving engines, and the compatibility of the APP is improved.

Description

Display method, device and equipment of platform program
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a display method, device and equipment of a platform program.
Background
The terminal equipment can install application program (APP), some platform programs can be integrated on the APP, the platform programs can be developed by different development languages, and the development languages can be native languages, HTML languages, flute languages and the like.
In the related art, since the APP has only one driving engine, the APP can only be compatible with the platform program in the same development language as the APP itself, and cannot be compatible with the platform programs developed in other languages, that is, the platform programs developed in other development languages cannot be displayed, resulting in poor compatibility of the APP.
Disclosure of Invention
The invention relates to a page display method, a page display device and page display equipment of a platform program.
In a first aspect, an embodiment of the present invention provides a method for displaying a platform program, which is applied to a terminal device, and the method includes:
acquiring a first starting instruction of a first platform program, wherein the first starting instruction is used for indicating to start the first platform program;
determining a driving engine corresponding to the first platform program according to the first starting instruction;
acquiring page information of the first platform program from a server according to a driving engine corresponding to the first platform program;
and displaying the page of the first platform program according to the page information of the first platform program.
In a possible implementation manner, determining, according to the first start instruction, a driver engine corresponding to the first platform program includes:
acquiring first platform configuration information of the first platform program according to the first starting instruction;
acquiring a code type corresponding to the first platform program from the first platform configuration information;
and determining a driving engine corresponding to the first platform program according to the code type.
In one possible implementation, the obtaining the first platform configuration information of the first platform program includes:
and acquiring first platform configuration information of the first platform program in a preset storage space of the terminal device according to the identifier of the first platform program, wherein the identifier of the plurality of platform programs and the platform configuration information corresponding to each platform program are stored in the preset storage space.
In a possible implementation manner, before acquiring, according to the identifier of the first platform program, first platform configuration information of the first platform program in a preset storage space of the terminal device, the method further includes:
acquiring a second starting instruction of a first application program, wherein the second starting instruction is used for indicating to start the first application program, and the first platform program is integrated in the first application program;
acquiring application configuration information of the first application program from a server according to the second starting instruction, wherein the application configuration information comprises platform configuration information of a plurality of platform programs;
and storing the application configuration information of the first application program in the preset storage space.
In a possible implementation manner, acquiring the page information of the first platform program from a server according to a driving engine corresponding to the first platform program includes:
determining at least one light application integrated in the first platform program;
and downloading the page information corresponding to the at least one light application in the server according to the driving engine corresponding to the first platform program, wherein the page information of the first platform program comprises the page information corresponding to the at least one light application.
In one possible implementation, the page of the first platform program comprises an icon of a second platform program; the method further comprises the following steps:
responding to the clicking operation of the icon of the second platform program, and acquiring an entry address of the second platform program;
determining the identifier of the second platform program according to the entry address of the second platform program;
and determining a driving engine corresponding to the second platform program according to the identifier of the second platform program, acquiring page information of the second platform program from a server according to the driving engine corresponding to the second platform program, and displaying the page of the second platform program according to the page information of the second platform program.
In a second aspect, an embodiment of the present invention provides a display apparatus for a platform program, including a first obtaining module, a first determining module, a second obtaining module, and a first display module, where,
the first obtaining module is used for obtaining a first starting instruction of a first platform program, and the first starting instruction is used for indicating to start the first platform program;
the first determining module is used for determining a driving engine corresponding to the first platform program according to the first starting instruction;
the second obtaining module is used for obtaining the page information of the first platform program from a server according to the driving engine corresponding to the first platform program;
the first display module is used for displaying the page of the first platform program according to the page information of the first platform program.
In a possible implementation manner, the first determining module is specifically configured to:
acquiring first platform configuration information of the first platform program according to the first starting instruction;
acquiring a code type corresponding to the first platform program from the first platform configuration information;
and determining a driving engine corresponding to the first platform program according to the code type.
In a possible implementation manner, the first determining module is specifically configured to:
and acquiring first platform configuration information of the first platform program in a preset storage space of the terminal device according to the identifier of the first platform program, wherein the identifier of the plurality of platform programs and the platform configuration information corresponding to each platform program are stored in the preset storage space.
In a possible implementation manner, the first determining module is specifically configured to:
acquiring a second starting instruction of a first application program, wherein the second starting instruction is used for indicating to start the first application program, and the first platform program is integrated in the first application program;
acquiring application configuration information of the first application program from a server according to the second starting instruction, wherein the application configuration information comprises platform configuration information of a plurality of platform programs;
and storing the application configuration information of the first application program in the preset storage space.
In a possible implementation manner, the second obtaining module is specifically configured to:
determining at least one light application integrated in the first platform program;
and downloading the page information corresponding to the at least one light application in the server according to the driving engine corresponding to the first platform program, wherein the page information of the first platform program comprises the page information corresponding to the at least one light application.
In a possible embodiment, the display device further comprises a third obtaining module, a second determining module, a fourth obtaining module and a second display module, wherein,
the third obtaining module is used for responding to the clicking operation of the icon of the second platform program and obtaining the entry address of the second platform program;
the second determining module is used for determining the identifier of the second platform program according to the entry address of the second platform program; determining a driving engine corresponding to the second platform program according to the identifier of the second platform program;
the fourth obtaining module is configured to obtain page information of the second platform program from a server according to a driving engine corresponding to the second platform program;
the second display module is used for displaying the page of the second platform program according to the page information of the second platform program.
In a third aspect, an embodiment of the present invention provides a display device for a platform program, including a processor and a memory;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored in the memory, so that the processor executes the display method of the platform program according to any one of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where computer-executable instructions are stored, and when the computer-executable instructions are executed by a processor, the computer-readable storage medium is configured to implement the display method for the platform program according to any one of the first aspect.
In a fifth aspect, an embodiment of the present invention provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the computer program implements the display method of the platform program according to any one of the first aspect.
The embodiment of the invention provides a display method, a device and equipment of a platform program, wherein the method comprises the following steps: starting a first platform program, acquiring first platform configuration information of the first platform program, determining a driving engine corresponding to the first platform program according to the code type of the first platform program in the first platform configuration information, loading page information of the first platform program from a platform program server by the driving engine, and displaying a page of the first platform program according to the page information of the first platform program. In the process, different driving engines can be selected according to the code types of the platform programs, so that the platform programs developed by different development languages can be displayed on the same APP, and the compatibility of the APPs is improved.
Drawings
Fig. 1 is a schematic diagram of an application scenario provided in an embodiment of the present invention;
fig. 2 is a first flowchart illustrating a method for displaying a platform program according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for displaying a platform program according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating an embodiment of determining a driver engine corresponding to a first platform program;
fig. 5 is a third schematic diagram illustrating a page display method of a platform program according to an embodiment of the present invention;
FIG. 6 is a logic timing diagram of a display method of the platform program shown in FIG. 5;
fig. 7 is a fourth flowchart illustrating a display method of a platform program according to an embodiment of the present application;
FIG. 8 is a first schematic structural diagram of a display device of a platform program according to an embodiment of the present invention;
fig. 9 is a second schematic structural diagram of the display device 10 of the platform program according to the embodiment of the present application;
fig. 10 is a schematic structural diagram of a display device of a platform program according to an embodiment of the present invention.
Description of reference numerals:
101-a platform program server; 102-a configuration server; 103-terminal equipment;
21-a memory; 22-a processor; 23-bus.
Detailed Description
First, it should be understood by those skilled in the art that these embodiments are merely for explaining the technical principles of the present invention, and are not intended to limit the scope of the present invention. And can be adjusted as needed by those skilled in the art to suit particular applications.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
For easy understanding, an application scenario to which the embodiment of the present invention is applied is described below with reference to fig. 1.
Fig. 1 is a schematic view of an application scenario according to an embodiment of the present invention. Referring to fig. 1, the system includes a platform program server 101, a configuration server 102, and a terminal device 103.
The platform program server 101 may provide a plurality of platform programs, and the terminal device 103 may download the platform programs from the platform program server 101.
The configuration server 102 may generate application configuration information of the application program, and the application configuration information may include a correspondence between the application program and the platform program and a correspondence between the platform program and the light application. For example, the application configuration information may include an identification of the platform program, a code type of the platform program, a link relationship between the platform programs, and the like.
The terminal device 103 has an APP (e.g., a communication application, a payment application, an office application, etc.) installed therein, and the APP may integrate a plurality of platform programs, and each platform program may include different functional modules, and each functional module is a light application. When the terminal device needs to display the page of the platform program or the light application, the platform program can be driven by the driving engine to display the page of the platform program or the light application.
In the related art, the APP has only one driving engine, so the APP can only be compatible with the platform program in the same development language as the APP, and cannot be compatible with the platform programs developed in other development languages, that is, the platform programs developed in other development languages cannot be displayed, resulting in poor compatibility of the APP.
In order to improve compatibility of the APP, in the embodiment of the present invention, different driver engines may be merged in a framework of the APP, and the terminal device may obtain page information of a corresponding platform program from the platform program server through the different driver engines, and display a page of the platform program in a preset page of the APP. When a user needs to use platform programs developed by different development languages through terminal equipment, the terminal equipment can acquire page information of the platform programs from a platform program server through corresponding driving engines, so that the terminal equipment can display pages of the platform programs based on the page information of the platform programs.
The technical means of the present invention will be described in detail below with reference to specific examples. It should be noted that the following embodiments may exist independently or may be combined with each other, and the description of the same or displayed contents is not repeated in different embodiments.
Fig. 2 is a first flowchart illustrating a method for displaying a platform program according to an embodiment of the present invention. Referring to fig. 2, the method may include:
s201, acquiring a first starting instruction of the first platform program.
The execution main body of the embodiment of the present invention may be a terminal device, or may be a display device of a platform program set in the terminal device, and the display device of the platform program may be implemented by software, or may be implemented by a combination of software and hardware. The terminal device can be various devices such as a smart phone, a smart watch, a tablet computer or a desktop computer.
A plurality of platform programs can be integrated in the APP, and the first platform program refers to any platform program integrated on the APP. For example, the platform program may be an applet or the like.
Platform programs can be developed through different development languages, such as Java language, kotlin language, HTML5 language, Flutter language, Vue language and the like.
The first starting instruction is used for indicating the starting of the first platform program.
S202, determining a driving engine corresponding to the first platform program according to the first starting instruction.
The driving engine can drive the platform program developed corresponding to the development language. For example, the drive engine may be a native drive engine, a uniapp drive engine, a flutter drive engine, a web drive engine, and the like. For example, the flutter driver engine may drive a platform program developed through the flutter language, and the web driver engine may drive a platform program developed through the HTML language.
Optionally, at least two types of driving engines may be included in the APP framework.
The driver engine corresponding to the first platform program can be determined by: acquiring first platform configuration information of a first platform program according to a first starting instruction; acquiring a code type corresponding to a first platform program from the first platform configuration information; and determining a driving engine corresponding to the first platform program according to the code type.
For example, when the terminal device starts the first platform program, the terminal device obtains first platform configuration information of the first platform program from the configuration server, the first platform configuration information includes a code type of the first platform program, and if the code type is a code type of a flutter language, it is determined that a driver engine corresponding to the first platform program is a flutter driver engine.
S203, acquiring page information of the first platform program from the platform program server according to the driving engine corresponding to the first platform program.
The terminal device may send a page information obtaining request to the platform program server through the driving engine to receive the page information of the first platform program sent by the platform program server.
The page information of the first platform program may include page information corresponding to at least one light application.
And S204, displaying the page of the first platform program according to the page information of the first platform program.
The terminal device can analyze the page information through the driving engine, and process the analyzed page information through the driving engine so as to display the page of the first platform program on the page information of the first platform program.
The page of the first platform program can be displayed on a preset page of the APP, and the page of the first platform program comprises at least one icon of the light application.
In the embodiment shown in fig. 2, when the terminal device starts the first platform program, the first platform configuration information of the first platform program is obtained, the driver engine corresponding to the first platform program is determined according to the code type of the first platform program in the first platform configuration information, the driver engine loads the page information of the first platform program from the platform program server, and displays the page of the first platform program according to the page information of the first platform program. In the process, different driving engines can be selected according to the code types of the platform programs, so that the platform programs developed by different development languages can be displayed on the same APP, and the compatibility of the APP is improved.
Based on the embodiment shown in fig. 2, a detailed description will be given below of a display method of a light application in a platform program, with reference to the embodiment shown in fig. 3.
Fig. 3 is a flowchart illustrating a second method for displaying a platform program according to an embodiment of the present invention. Referring to fig. 3, the method may include:
s301, acquiring a second starting instruction of the first application program.
The second start instruction is used for indicating to start the first application program.
The first application program is an application program installed in the terminal device and is a host APP of the first platform program. For example, the first application may be a social application installed in a cell phone, a payment application, an office application, and the like.
S302, acquiring application configuration information of the first application program from the configuration server according to the second starting instruction.
The application configuration information of the first application includes platform configuration information of a plurality of platform programs integrated in the first application, identifiers of the plurality of platform programs, and the like.
And S303, storing the application configuration information of the first application program in a preset storage space.
S304, acquiring a first starting instruction of the first platform program.
The first platform program is a platform program integrated in the first application program.
It should be noted that the execution process of S304 may refer to the execution process of S201, and is not described herein again.
S305, acquiring first platform configuration information of the first platform program in a preset storage space of the terminal device according to the first starting instruction and the identifier of the first platform program.
The preset storage space stores application configuration information of a first application program, and the application configuration information of the first application program comprises: an identification of each platform program integrated in the first application and platform configuration information for each platform program. Because the first platform program is integrated in the first application program, the first platform configuration information can be acquired from the application configuration information of the first application program according to the identifier of the first platform program.
For example, assuming that 3 platform programs are integrated in the first application program, the program configuration information of the first application program includes the identifiers of the 3 platform programs and the platform configuration information of each platform program, which may be as shown in table 1:
TABLE 1
Identification of platform programs Platform configuration information for platform programs
Platform program 1 Platform configuration information 1
Platform program 2 Platform configuration information 2
Platform program 3 Platform configuration information 3
Referring to table 1, when the configuration information of the platform program 2 needs to be obtained, the platform configuration information 2 may be obtained according to the identifier of the platform program 2.
S306, acquiring the code type corresponding to the first platform program from the first platform configuration information.
The first platform configuration information may include a code type of the platform program, a link relationship between the platform programs, an identifier of the platform program to be jumped, a correspondence between the platform program and the light application, and the like.
And S307, determining a driving engine corresponding to the first platform program according to the code type.
The code type may be a code type of a platform program development language, the code types of different development languages being different.
For ease of understanding, the determination of the driver engine corresponding to the first platform program is described below with reference to fig. 4.
Fig. 4 is a schematic diagram illustrating determining a driver engine corresponding to a first platform program according to an embodiment of the present invention. Referring to fig. 4, the type 401 is a type of code, and the type 402 is a type of driver engine, including the type 401 and the type 402.
Referring to fig. 4, if the code type of the first platform program is Java language or kotlin language, it may be determined that the driving engine corresponding to the first platform program is a Native driving engine; if the code type of the first platform program is an HTML language or an HTML5 language, determining that the driving engine corresponding to the first platform program is a Web driving engine; if the code type of the first platform program is the Flutter language, it can be determined that the driving engine corresponding to the first platform program is the Flutter language driving engine; if the code type of the first platform program is Vue language, it may be determined that the driver engine corresponding to the first platform program is a Uniapp driver engine.
S308, determining at least one light application integrated in the first platform program.
The light application may be a function module in a platform program, and one platform program may bind a plurality of light applications.
At least one light application integrated in the first platform program is determined according to the first platform configuration information.
The page information of the first platform program comprises page information corresponding to at least one light application
S309, downloading page information corresponding to at least one light application in the platform program server according to the driving engine corresponding to the first platform program.
And downloading the latest page information corresponding to at least one light application in the platform program server according to the driving engine corresponding to the first platform program.
And S310, displaying the page of the light application in the first platform program according to the page information of the light application in the first platform program.
The user can perform business operation in the page of the light application; and the user can perform service data interaction with the service server through the page of the light application.
In the embodiment shown in fig. 3, an application program is started first, application configuration information of a first application program is obtained from a configuration server and stored in a preset storage space, and the application configuration information includes platform configuration information of a plurality of platform programs, identifiers of the plurality of platform programs, and the like. Starting a first platform program, and determining a code type corresponding to the first platform program according to the first platform configuration information; and determining a driving engine corresponding to the first platform program according to the code type. And then determining at least one light application integrated in the first platform program according to the first platform configuration information, downloading latest page information corresponding to the at least one light application in a platform program server according to a driving engine corresponding to the first platform program, and displaying the page of the light application in the first platform program according to the page information of the light application in the first platform program. In the process, different driving engines can be selected according to the code types of the platform programs, so that the platform programs developed by different development languages can be displayed on the same APP, and the compatibility of the APPs is improved.
On the basis of any of the above embodiments, the page display method of the micro application is explained in detail below by a specific example shown in fig. 5.
Fig. 5 is a third schematic diagram illustrating a page display method of a platform program according to an embodiment of the present invention. Referring to fig. 5, when the APP in the terminal device is started, the application configuration information of the application program is obtained from the configuration server, where the application configuration information includes platform configuration information of a plurality of platform programs, identifiers of the plurality of platform programs, and the like.
The APP can comprise a platform program manager, and after a user clicks the application program to request for starting the application program, the terminal device can obtain application configuration information through the platform program manager and display 8 platform programs in a preset page of the application program.
After a user clicks the first platform program to request for starting the first platform program, the terminal device analyzes the first platform configuration information through the platform program analyzer, and determines a driving engine corresponding to the first platform program according to the code type of the first platform program in the first platform configuration information.
After a user clicks the first platform program to request for starting the first platform program, the terminal device displays at least one light application in a preset page of the first platform program through the platform program manager according to the first platform configuration information. After the user clicks the light application, the terminal device downloads the latest page information corresponding to at least one light application from the platform program server according to the driving engine of the first platform program, and displays the page of the light application in the first platform program according to the page information of the light application in the first platform program. Terminal equipment can select different driver engines according to the code type of platform program to make the platform program of different development languages development can show on same APP, improved APP's compatibility.
FIG. 6 is a logic sequence diagram illustrating a method for displaying the platform program shown in FIG. 5. Referring to fig. 6, the system includes a server and a terminal device, where the terminal device includes an APP manager, a platform program parser, and a driver engine.
After the user starts the application program, the terminal device obtains the application configuration information from the configuration server through the platform program manager, and displays the platform program in a preset page of the application program according to the application configuration information. After the user clicks the platform program, the terminal device determines a driving engine of the platform program through platform configuration information in the platform program resolver application configuration information, and displays the light application in a preset page of the platform program. After the user clicks the light application, the terminal equipment loads page information of the platform program from the platform program server according to the driving engine, and after the page information is loaded, the terminal equipment displays the page of the light application in the platform program through the APP manager. Different driving engines can be fused in the terminal equipment, and different driving engines can drive platform programs of different code types, so that the platform programs developed by different development languages can be displayed on the same APP, and the compatibility of the APP is improved.
In the embodiments shown in fig. 2-6, the pages of different platform programs are entered through the preset pages of the application program. Next, a description will be given of a page entered into the second platform program through the page of the first platform program by the embodiment shown in fig. 7, on the basis of any of the above-described embodiments.
Fig. 7 is a fourth flowchart illustrating a display method of a platform program according to an embodiment of the present application. Referring to fig. 7, the display method of the platform program may include:
s701, responding to the clicking operation of the icon of the second platform program, and acquiring the entry address of the second platform program.
The platform configuration information comprises the link relation between the platform programs and the identification of the platform program to be jumped. Therefore, when the user clicks the icon of the second platform program in the first platform program page, the platform program parser may acquire the entry address of the second platform program by parsing the platform configuration information.
The entry address may be a URL address.
The code type of the second platform program may be different from the code type of the first platform program.
S702, determining the identification of the second platform program according to the entry address of the second platform program.
The identifier of the second platform program can be an icon, a name and other features.
S703, determining a driving engine corresponding to the second platform program according to the identifier of the second platform program, acquiring the page information of the second platform program from the platform program server according to the driving engine corresponding to the second platform program, and displaying the page of the second platform program according to the page information of the second platform program.
According to the identifier of the second platform program, the code type corresponding to the second platform program can be obtained from the platform configuration information, and according to the code type corresponding to the second platform program, the driving engine corresponding to the second platform program is determined.
The driver engine of the second platform program may be different from the driver engine of the first platform program.
For the display method of the page of the light application in the second platform program, reference may be made to the display method of the page of the light application in the first platform program, and details are not described here.
In the embodiment shown in fig. 7, the user clicks an icon of the second platform program in the first platform program page, and determines the entry address of the second platform program according to the platform configuration information; and determining the identifier of the second platform program according to the entry address, determining the code type of the second platform program according to the identifier, and further determining the driving engine corresponding to the second platform program. And loading the page information of the second platform program from the platform program server by using the driving engine, and displaying the page of the second platform program according to the page information of the second platform program. The direct jump of the platform program among different codes is realized through different driving engines, the compatibility of the APP is improved, and the flexibility of the display of the platform program page is improved.
Fig. 8 is a first structural schematic diagram of a display device of a platform program according to an embodiment of the present invention. Referring to fig. 8, the display device 10 of the platform program may include a first obtaining module 11, a first determining module 12, a second obtaining module 13, and a first display module 14, wherein,
the first obtaining module 11 is configured to obtain a first start instruction of the first platform program, where the first start instruction is used to instruct to start the first platform program;
the first determining module 12 is configured to determine, according to the first start instruction, a driving engine corresponding to the first platform program;
the second obtaining module 13 is configured to obtain page information of the first platform program from the server according to the driving engine corresponding to the first platform program;
the first display module 14 is configured to display a page of the first platform program according to the page information of the first platform program.
In a possible implementation, the first determining module 12 is specifically configured to:
acquiring first platform configuration information of a first platform program according to a first starting instruction;
acquiring a code type corresponding to a first platform program from the first platform configuration information;
and determining a driving engine corresponding to the first platform program according to the code type.
In a possible implementation, the first determining module 12 is specifically configured to:
according to the identification of the first platform program, first platform configuration information of the first platform program is obtained in a preset storage space of the terminal device, wherein the identification of the plurality of platform programs and the platform configuration information corresponding to each platform program are stored in the preset storage space.
In a possible implementation, the first determining module 12 is specifically configured to:
acquiring a second starting instruction of the first application program, wherein the second starting instruction is used for indicating to start the first application program, and the first application program is integrated with a first platform program;
acquiring application configuration information of the first application program from the server according to the second starting instruction, wherein the application configuration information comprises platform configuration information of a plurality of platform programs;
storing application configuration information of a first application program in a preset storage space.
In a possible implementation manner, the second obtaining module 13 is specifically configured to:
determining at least one light application integrated in a first platform program;
and downloading page information corresponding to at least one light application in the server according to a driving engine corresponding to the first platform program, wherein the page information of the first platform program comprises the page information corresponding to the at least one light application.
Fig. 9 is a second schematic structural diagram of the display device 10 of the platform program according to the embodiment of the present application. On the basis of fig. 8, please refer to fig. 9, the display device 10 of the platform program further includes a third obtaining module 15, a second determining module 16, a fourth obtaining module 17 and a second displaying module 18, wherein,
the third obtaining module 15 is configured to, in response to a click operation on an icon of the second platform program, obtain an entry address of the second platform program;
the second determining module 16 is configured to determine an identifier of the second platform program according to the entry address of the second platform program; determining a driving engine corresponding to the second platform program according to the identifier of the second platform program;
the fourth obtaining module 17 is configured to obtain page information of the second platform program from the server according to the driving engine corresponding to the second platform program;
the second display module 18 is configured to display a page of the second platform program according to the page information of the second platform program.
The display device 10 of the platform program provided in the embodiment of the present invention may execute the technical solutions shown in the above method embodiments, and the implementation principle and the beneficial effects thereof are similar and will not be described again here.
Fig. 10 is a schematic structural diagram of a display device of a platform program according to an embodiment of the present invention. Referring to fig. 10, the display device 20 of the platform program may include a memory 21 and a processor 22. Illustratively, the memory 21, the processor 22, and the various parts are interconnected by a bus 23.
Memory 21 stores computer-executable instructions;
processor 22 executes computer-executable instructions stored in memory to cause the processor to perform any of the platform program display methods described above.
The display device of the platform program shown in the embodiment of fig. 10 may execute the technical solution shown in the above method embodiment, and the implementation principle and the beneficial effect thereof are similar and will not be described again here.
The embodiment of the invention provides a computer-readable storage medium, wherein computer-executable instructions are stored in the computer-readable storage medium and are used for realizing the display method of any platform program when the computer-executable instructions are executed by a processor.
An embodiment of the present invention provides a computer program product, which includes a computer program, and when the computer program is executed by a processor, the display method of any platform program is implemented.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A display method of a platform program is applied to a terminal device, and the method comprises the following steps:
acquiring a first starting instruction of a first platform program, wherein the first starting instruction is used for indicating to start the first platform program;
acquiring first platform configuration information of the first platform program according to the first starting instruction; acquiring a code type corresponding to the first platform program from the first platform configuration information; determining a driving engine corresponding to the first platform program according to the code type;
acquiring page information of the first platform program from a server according to a driving engine corresponding to the first platform program;
and displaying the page of the first platform program according to the page information of the first platform program.
2. The method of claim 1, wherein obtaining the first platform configuration information of the first platform program comprises:
and acquiring first platform configuration information of the first platform program in a preset storage space of the terminal device according to the identifier of the first platform program, wherein the identifier of the plurality of platform programs and the platform configuration information corresponding to each platform program are stored in the preset storage space.
3. The method according to claim 2, wherein before acquiring the first platform configuration information of the first platform program in the preset storage space of the terminal device according to the identifier of the first platform program, the method further comprises:
acquiring a second starting instruction of a first application program, wherein the second starting instruction is used for indicating to start the first application program, and the first platform program is integrated in the first application program;
acquiring application configuration information of the first application program from a server according to the second starting instruction, wherein the application configuration information comprises platform configuration information of a plurality of platform programs;
and storing the application configuration information of the first application program in the preset storage space.
4. The method according to any one of claims 1 to 3, wherein obtaining the page information of the first platform program from a server according to a driver engine corresponding to the first platform program comprises:
determining at least one light application integrated in the first platform program;
and downloading the page information corresponding to the at least one light application in the server according to the driving engine corresponding to the first platform program, wherein the page information of the first platform program comprises the page information corresponding to the at least one light application.
5. The method of claim 4, wherein the page of the first platform program includes an icon of a second platform program; the method further comprises the following steps:
responding to the clicking operation of the icon of the second platform program, and acquiring an entry address of the second platform program;
determining the identifier of the second platform program according to the entry address of the second platform program;
and determining a driving engine corresponding to the second platform program according to the identifier of the second platform program, acquiring page information of the second platform program from a server according to the driving engine corresponding to the second platform program, and displaying the page of the second platform program according to the page information of the second platform program.
6. The display device of the platform program is characterized by comprising a first acquisition module, a determination module, a second acquisition module and a display module, wherein,
the first obtaining module is used for obtaining a first starting instruction of a first platform program, and the first starting instruction is used for indicating to start the first platform program;
the determining module is configured to obtain first platform configuration information of the first platform program according to the first starting instruction; acquiring a code type corresponding to the first platform program from the first platform configuration information; determining a driving engine corresponding to the first platform program according to the code type;
the second obtaining module is used for obtaining the page information of the first platform program from a server according to the driving engine corresponding to the first platform program;
the display module is used for displaying the page of the first platform program according to the page information of the first platform program.
7. A display device of a platform program, comprising a processor, a memory;
the memory stores computer-executable instructions;
the processor executes the computer-executable instructions stored in the memory, so that the processor performs the display method of the platform program according to any one of claims 1 to 5.
8. A computer-readable storage medium having stored therein computer-executable instructions for implementing the display method of the platform program according to any one of claims 1 to 5 when the computer-executable instructions are executed by a processor.
CN202111296701.0A 2021-11-04 2021-11-04 Display method, device and equipment of platform program Active CN113722019B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111296701.0A CN113722019B (en) 2021-11-04 2021-11-04 Display method, device and equipment of platform program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111296701.0A CN113722019B (en) 2021-11-04 2021-11-04 Display method, device and equipment of platform program

Publications (2)

Publication Number Publication Date
CN113722019A CN113722019A (en) 2021-11-30
CN113722019B true CN113722019B (en) 2022-02-08

Family

ID=78686669

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111296701.0A Active CN113722019B (en) 2021-11-04 2021-11-04 Display method, device and equipment of platform program

Country Status (1)

Country Link
CN (1) CN113722019B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767092A (en) * 2020-06-30 2020-10-13 深圳前海微众银行股份有限公司 Job execution method, device, system and computer readable storage medium

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6893442B2 (en) * 2002-06-14 2005-05-17 Ablatrics, Inc. Vacuum coagulation probe for atrial fibrillation treatment
US20040220498A1 (en) * 2003-01-24 2004-11-04 Guann-Pyng Li Micro medical-lab-on-a-chip in a lollipop as a drug delivery device and/or a health monitoring device
US20140149966A1 (en) * 2012-11-27 2014-05-29 Inadev Corporation Application, build, integration, and release management system and method
US9134903B2 (en) * 2012-12-14 2015-09-15 Barnes & Noble College Booksellers, Llc Content selecting technique for touch screen UI
US20150088020A1 (en) * 2013-09-25 2015-03-26 Bardy Diagnostics, Inc. System and Method For Interactive Processing Of ECG Data
CN105224363B (en) * 2015-09-23 2019-04-05 北京金山安全软件有限公司 Method and device for loading application program
US10740207B2 (en) * 2016-01-19 2020-08-11 Unisys Corporation Capturing and comparing database performances across platforms
US10296298B1 (en) * 2018-01-25 2019-05-21 Walmart Apollo, Llc Systems and methods for cross platform information exchange mechanism for integrating web-based components with a native application
US11144372B2 (en) * 2019-08-08 2021-10-12 Microsoft Technology Licensing, Llc Cross-platform stateless clipboard experiences
CN110990075B (en) * 2019-11-18 2023-08-29 北京小米移动软件有限公司 Method, device, equipment and storage medium for starting fast application
CN113360200A (en) * 2020-03-05 2021-09-07 北京沃东天骏信息技术有限公司 Method and device for running target program embedded page
CN111381817A (en) * 2020-03-25 2020-07-07 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for realizing cross-platform multi-language development
CN111580879A (en) * 2020-04-30 2020-08-25 北京字节跳动网络技术有限公司 Applet running method and device, electronic equipment and computer storage medium
CN111722885B (en) * 2020-06-19 2023-08-08 抖音视界有限公司 Program running method and device and electronic equipment
CN112861057B (en) * 2021-02-10 2024-03-01 北京百度网讯科技有限公司 Page rendering method, device, equipment and storage medium based on applet
CN113094123A (en) * 2021-03-23 2021-07-09 北京达佳互联信息技术有限公司 Method and device for realizing functions in application program, electronic equipment and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111767092A (en) * 2020-06-30 2020-10-13 深圳前海微众银行股份有限公司 Job execution method, device, system and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于.NET平台的可视化Web应用程序工作原理的研究;刘杰等;《山西电子技术》;20121215(第06期);全文 *

Also Published As

Publication number Publication date
CN113722019A (en) 2021-11-30

Similar Documents

Publication Publication Date Title
CN109976761B (en) Software development kit generation method and device and terminal equipment
CN109739478B (en) Front-end project automatic construction method and device, storage medium and electronic equipment
CN109542427B (en) System customization method and device, electronic equipment and storage medium
CN109766082B (en) Method and device for application program page jump
CN107688529B (en) Component debugging method and device
CN108021583B (en) Page loading method and client
GB2589658A (en) Method and apparatus for running an applet
CN103246578A (en) Method and browser for processing collapse of application software
CN110955409B (en) Method and device for creating resources on cloud platform
CN111597110B (en) Page test method and device, electronic equipment and storage medium
CN112799663A (en) Page display method and device, computer readable storage medium and electronic equipment
CN108197024B (en) Embedded browser debugging method, debugging terminal and computer readable storage medium
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN112416458A (en) Preloading method and device based on ReactNative, computer equipment and storage medium
CN111026439A (en) Application program compatibility method, device, equipment and computer storage medium
CN110727429A (en) Front-end page generation method, device and equipment
RU2616164C9 (en) Methods and device for browser engine work
CN113836469A (en) Website front-end development method and equipment
CN113010178A (en) Application program operation control method, device, equipment and medium
CN113722019B (en) Display method, device and equipment of platform program
CN113220374A (en) Software processing method and device
CN110825622A (en) Software testing method, device, equipment and computer readable medium
CN112131092A (en) Page debugging method and device
CN113157274B (en) Software development method and device based on micro front end, electronic equipment and storage medium
CN113468458B (en) WEB-based application running method

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
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: Room 402, block B, Qingdao International Innovation Park, No.1 Keyuan Weiyi Road, Zhonghan street, Laoshan District, Qingdao City, Shandong Province, 266101

Patentee after: Haier digital technology (Qingdao) Co.,Ltd.

Patentee after: CAOS industrial Intelligence Research Institute (Qingdao) Co.,Ltd.

Patentee after: Haier CAOS IOT Ecological Technology Co.,Ltd.

Address before: Room 402, block B, Qingdao International Innovation Park, No.1 Keyuan Weiyi Road, Zhonghan street, Laoshan District, Qingdao City, Shandong Province, 266101

Patentee before: Haier digital technology (Qingdao) Co.,Ltd.

Patentee before: QINGDAO HAIER INDUSTRIAL INTELLIGENCE RESEARCH INSTITUTE Co.,Ltd.

Patentee before: Haier CAOS IOT Ecological Technology Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: Room 402, block B, Qingdao International Innovation Park, No.1 Keyuan Weiyi Road, Zhonghan street, Laoshan District, Qingdao City, Shandong Province, 266101

Patentee after: Haier digital technology (Qingdao) Co.,Ltd.

Patentee after: CAOS industrial Intelligence Research Institute (Qingdao) Co.,Ltd.

Patentee after: Haier Kaos IOT Technology Co.,Ltd.

Address before: Room 402, block B, Qingdao International Innovation Park, No.1 Keyuan Weiyi Road, Zhonghan street, Laoshan District, Qingdao City, Shandong Province, 266101

Patentee before: Haier digital technology (Qingdao) Co.,Ltd.

Patentee before: CAOS industrial Intelligence Research Institute (Qingdao) Co.,Ltd.

Patentee before: Haier CAOS IOT Ecological Technology Co.,Ltd.

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 3003, Tower D1, Qingdao International Innovation Park, No. 1, Keyuan Weiyi Road, Laoshan District, Qingdao, Shandong 266101

Patentee after: Kaos Digital Technology (Qingdao) Co.,Ltd.

Patentee after: CAOS industrial Intelligence Research Institute (Qingdao) Co.,Ltd.

Patentee after: Karos IoT Technology Co.,Ltd.

Address before: Room 402, block B, Qingdao International Innovation Park, No.1 Keyuan Weiyi Road, Zhonghan street, Laoshan District, Qingdao City, Shandong Province, 266101

Patentee before: Haier digital technology (Qingdao) Co.,Ltd.

Patentee before: CAOS industrial Intelligence Research Institute (Qingdao) Co.,Ltd.

Patentee before: Haier Kaos IOT Technology Co.,Ltd.