CN110750296A - Application processing method and device - Google Patents

Application processing method and device Download PDF

Info

Publication number
CN110750296A
CN110750296A CN201910989415.9A CN201910989415A CN110750296A CN 110750296 A CN110750296 A CN 110750296A CN 201910989415 A CN201910989415 A CN 201910989415A CN 110750296 A CN110750296 A CN 110750296A
Authority
CN
China
Prior art keywords
application
container
configuration information
native
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910989415.9A
Other languages
Chinese (zh)
Inventor
黄晓军
李亚春
蒋铭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Guotai Epoint Software Co Ltd
Original Assignee
Jiangsu Guotai Epoint Software 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 Jiangsu Guotai Epoint Software Co Ltd filed Critical Jiangsu Guotai Epoint Software Co Ltd
Priority to CN201910989415.9A priority Critical patent/CN110750296A/en
Publication of CN110750296A publication Critical patent/CN110750296A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The embodiment of the invention discloses an application processing method and device. The application processing method comprises the following steps: when the application is started, acquiring server configuration information of a raw container and/or a webpage container in the application from a server; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control; and loading the application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application. The embodiment of the invention realizes the dynamic adjustment of the application configuration information by mixing the native technology and the cross-platform technology, solves the problems of large human resource cost and possible user experience reduction in the face of continuously changing new requirements, and can save the flow and time for downloading and updating the application for the user.

Description

Application processing method and device
Technical Field
The embodiment of the invention relates to a computer software technology, in particular to an application processing method and device.
Background
In recent years, with the rapid development and popularization of intelligent mobile devices, the mobile network technology is broken through, and application programs on the mobile devices have penetrated into the aspects of people's lives. A large number of applications are running on each mobile device, and simple living behaviors such as friend making, entertainment, shopping, work and the like can be satisfied through application programs. However, as the demand of people is continuously increased and changed, the application programs are also required to be continuously updated and new application programs are developed.
At present, two development technologies are commonly used for application development and updating: the first is development using native technology and the second is development using cross-platform technology. The development by using the native technology refers to the development by using the development language and the technology provided by the mobile device operating system aiming at the mobile device operating system, for example, the IOS operating system of Apple and the Android operating system of Google have the proprietary native container; the development by using a cross-platform technology means that the application development containing all containers is completed in one HTML page, and finally the HTML page is loaded in the WebView control.
However, when a native technology is used for development and new requirements put forward by a user are met, a large amount of manpower resources are consumed to modify an application container, repackaging, releasing and updating are needed, the user needs to download an updated version again to experience new content, and certain loss is caused to the user and an application developer; the page experience feeling when the cross-platform technology is used for development is not good as the native technology, the application use is greatly influenced by the performance of the mobile equipment and the network speed environment, and once page loading fails, the content of the whole application is lost.
Disclosure of Invention
The embodiment of the invention provides an application processing method and device, which are used for developing an application by utilizing a native container and a webpage container.
In a first aspect, an embodiment of the present invention provides an application processing method, executed by an application client, including:
when the application is started, acquiring server configuration information of a raw container and/or a webpage container in the application from a server; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and loading the application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
Optionally, loading an application page according to the local configuration information of the native container in the application and the server configuration information, including:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container;
and loading the application page by adopting the new local configuration information of the native container.
Optionally, the method further includes:
when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server;
upgrading an original container in the application according to the new basic original control and the configuration information of the new basic original control;
the page load is based on the native container in the upgraded application.
Optionally, in the application, the raw container and the webpage container are in communication connection.
In a second aspect, an embodiment of the present invention provides an application processing method, executed by a server, including:
acquiring server configuration information of a raw container and/or a webpage container in an application; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
when the application is started, the server configuration information of the original container and/or the webpage container in the application is sent to the application client, and the application client loads an application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
Optionally, the method further includes:
acquiring a new basic native control of an application and configuration information of the new basic native control;
generating application new version information according to the new basic native control and the configuration information of the new basic native control, and executing the following steps by the application client: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
In a third aspect, an embodiment of the present invention further provides an application processing apparatus, including:
the server configuration information acquisition module is used for acquiring server configuration information of the original container and/or the webpage container in the application from the server when the application is started; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and the application page loading module is used for loading the application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
Optionally, the application page loading module is specifically configured to:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container;
and loading the application page by adopting the new local configuration information of the native container.
In a fourth aspect, an embodiment of the present invention further provides an application processing apparatus, including:
the server configuration information acquisition module is used for acquiring server configuration information of the original container and/or the webpage container in the application; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and the server configuration information sending module is used for sending the server configuration information of the original container and/or the webpage container in the application to the application client when the application is started, and loading the application page by the application client according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
Optionally, the apparatus further comprises:
the new basic native control acquisition module is used for acquiring a new basic native control of the application and configuration information of the new basic native control;
the application new version information generation module is used for generating application new version information according to the new basic native control and the configuration information of the new basic native control, and the application client executes the following steps: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
The embodiment of the invention realizes the dynamic adjustment of the application configuration information by mixing the native technology and the cross-platform technology, solves the problems that the updated application needs to be released again to invest a large amount of human resource cost and possibly cause the reduction of user experience when facing a continuously changing new demand, and can save the flow and time for downloading the updated application for the user.
Drawings
FIG. 1(a) is a flowchart of an application processing method according to a first embodiment of the present invention;
FIG. 1(b) is a timing diagram of application page loading according to the first embodiment of the present invention;
FIG. 2 is a flowchart of an application processing method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an application processing apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an application processing apparatus according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of an application processing method according to an embodiment of the present invention, where the technical solution provided in this embodiment is applicable to a situation that an application needs to be updated and developed, and is executed by an application client, and the method may be executed by an application processing apparatus executed by the application client, where the apparatus may be implemented by hardware and/or software, and the method specifically includes:
step 110, when the application is started, obtaining server configuration information of the raw container and/or the webpage container in the application from the server.
The primary container in the application is generated according to secondary development of the basic primary control, and the webpage container in the application is generated according to secondary development of the basic webpage control.
The basic native controls include controls developed by a native technology and having a minimum implementation function, and the controls are written by a native program based on an Android and iOS local operating system, and the native controls may be buttons, input boxes, text boxes and the like. The native container comprises a container with a data interface, wherein the container is formed by encapsulating at least two native controls, calling of the encapsulated controls can be realized through the data interface of the native container, and modification of control attributes such as titles, icons, heights, text content and the like is supported. The native container realizes the self-definition of specific service functions. The secondary development comprises the steps of carrying out extended functions, dynamic attribute modification and the like on the basic native control. The server configuration information of the native container includes information of interface call and attribute modification to the native control, for example, the configuration information may be stored in a text or a visual configuration interface may be provided for a manager to perform modification operation, and the following data structures are created for the server container configuration information:
the type of the container: the containers are divided into 2 major classes of native and web pages, wherein the web pages are of a unified type, the native class is divided into a plurality of subclasses, and each subclass corresponds to a native container developed in application one by one; when in storage, the web pages are stored in the same type, and the native category is divided into at least two subclasses;
the container address: the data storage module is used for storing the webpage addresses of the webpage containers to be loaded, and if the webpage addresses are of the native type, the data are null;
the name of the container is: name used for storing container presentation, if native type can be empty;
a container icon: an icon for a storage container presentation, which may be empty if native type;
height of the container: the height for storage container display, if native type, may be empty.
The basic webpage controls comprise controls with minimum implementation functions completed in an HTML page, the webpage container comprises a container which encapsulates at least two basic webpage controls and is provided with a data interface, calling of the encapsulated controls can be achieved through the data interface of the webpage container, and modification of control attributes is supported. For example, the specific implementation of the web page container is to place a webview control in an application home page, then complete the development of the home page including all the web page containers in an HTML page, and finally load the HTML page in the webview control. All contents of the webpage container are dynamically loaded through the server configuration information, and the text part of the webpage container is loaded with the page resources of the server through the webview control, so that the webpage container can be reused, and different service requirements can be met only by configuring different parameters.
When the native container and the web page container are included in the server configuration information, optionally, the native container and the web page container are in communication connection in the application. Wherein, the communication connection includes establishing a channel between the native container and the webpage container, so that the two containers can interact, and the example includes the following behavior interaction: the webpage container can trigger the function of the native container through behaviors; data interaction: data transmission can be carried out between the webpage container and the native container.
Through the communication connection between the native container and the webpage container, when the application is updated, the data interface packaged by the native container is modified to complete the cooperation between the native container and the webpage container, so that the configuration information of the server is modified to complete the update of the application without re-releasing a new application version, the problems that a large amount of human resource cost is required to be input and the user experience is reduced possibly caused when new requirements which change continuously are met are solved, and the resource consumption is saved.
In addition, the native container and the webpage container are used for jointly developing the application, so that the problem that the application needs to release resources again when the native container is used for updating is solved, and the problems that user page experience is poor and page loading is greatly influenced by equipment performance and network environment when the webpage container is used are also solved. Through mixed use and through the communication relation between the webpage container and the native container, the page loading does not need to be completely influenced by the network speed, the user experience is guaranteed, the application updating does not need to be released again, the configuration information modification of the container is completed at the server side to meet different business requirements, and the application reloads the new configuration information, namely the application updating is completed.
And 120, loading the application page according to the local configuration information and the server configuration information of the native container and/or the webpage container in the application.
If the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container; and loading the application page by adopting the new local configuration information of the native container.
Illustratively, the application loading process is as follows:
(1) opening an application home page and acquiring local configuration information;
(2) acquiring server configuration information, comparing the server configuration information with local configuration information, if the server configuration information is different from the local configuration information, taking the server configuration information as new local configuration information, and reloading an application page by adopting the new local configuration information; if the acquisition fails, executing the step (3);
(3) if the server configuration information fails to be acquired, loading an application page according to the configuration information acquired in the step (1); and if the server configuration information and the local configuration information are failed to be acquired, displaying an error page, prompting a user to click a refresh page, and acquiring the server configuration information again.
Optionally, the method further includes:
when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading an original container in the application according to the new basic original control and the configuration information of the new basic original control; the page load is based on the native container in the upgraded application.
The application new version information comprises a new application requirement with a native container and a webpage container which do not support functions, the new basic native control at least comprises a native control for realizing the new application requirement, and the configuration information of the new basic native control comprises configuration information for packaging the new basic native control according to the new application requirement. And modifying the attribute of the control according to the data interface of the control, and finishing upgrading the native container, wherein the upgraded native container comprises the new basic native control. And uploading the new configuration information to the server to finish the reloading of the application.
According to the technical scheme, the native container and the webpage container are supported to be used in a mixed mode by establishing the communication connection between the native container and the webpage container, so that the application can be updated by changing the configuration information of the server, the demand can be quickly met, online updating can be achieved, consumption of releasing new application by manpower resources is saved on the premise of ensuring certain user experience, and the flow and time for downloading the application updating application can be saved for the user.
Example two
Fig. 2 is a flowchart of an application processing method according to a second embodiment of the present invention, which is executed by a server, where the method may be executed by an application processing apparatus executed by the server, and the apparatus may be implemented by hardware and/or software, where details that are not described in detail in this embodiment are described in the first embodiment. As shown in fig. 2, the method specifically includes:
step 210, obtaining server configuration information of the raw container and/or the webpage container in the application.
The primary container in the application is generated according to secondary development of the basic primary control, and the webpage container in the application is generated according to secondary development of the basic webpage control.
And modifying the configuration information of the native container and the webpage container in the server, wherein the modification optionally comprises the modification of the property of the container and the modification of the interface call. And uploading the modified configuration information to a server for application acquisition.
Step 220, when the application is started, the server configuration information of the raw container and/or the webpage container in the application is sent to the application client, and the application client loads the application page according to the local configuration information and the server configuration information of the raw container and/or the webpage container in the application.
When the user opens the application, the server sends the stored configuration information to the application client, and the application client performs loading operation according to the configuration information sent by the server and the local configuration information.
Optionally, the loading, by the application client, the application page according to the local configuration information and the server configuration information of the native container and/or the web page container in the application includes:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container;
and loading the application page by adopting the new local configuration information of the native container.
Optionally, in the application, the raw container and the webpage container are in communication connection.
Optionally, the method further includes:
acquiring a new basic native control of an application and configuration information of the new basic native control; generating application new version information according to the new basic native control and the configuration information of the new basic native control, and executing the following steps by the application client: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
According to the technical scheme of the embodiment, the configuration information of the native container and the webpage container is modified in the server, and the configuration information is sent to the application client, so that the application can be updated by changing the configuration information of the server, the demand can be quickly realized, the online update can be realized, the consumption of releasing new application by manpower resources is saved on the premise of ensuring certain user experience, and the flow and time for downloading the application update application can be saved for the user.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an application processing apparatus according to a third embodiment of the present invention, which is executed by an application client, and as shown in fig. 3, the application processing apparatus includes:
a server configuration information obtaining module 310, configured to obtain, from the server, server configuration information of the native container and/or the web page container in the application when the application is started; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and the application page loading module 320 is configured to load the application page according to the local configuration information and the server configuration information of the native container and/or the web page container in the application.
Optionally, the application page loading module 320 is specifically configured to:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container; and loading the application page by adopting the new local configuration information of the native container.
Optionally, the apparatus further comprises:
the new basic native control acquisition module is used for acquiring the new basic native control and the configuration information of the new basic native control from the server when monitoring the application new version information; upgrading an original container in the application according to the new basic original control and the configuration information of the new basic original control; the page load is based on the native container in the upgraded application.
Optionally, in the application, the raw container and the webpage container are in communication connection.
The embodiment of the present invention provides an application processing apparatus, which is the same as the application processing method proposed in the above embodiment, and the technical details not described in detail in this embodiment can be referred to the above embodiment, and this embodiment has the same beneficial effects as the above embodiment.
Example four
Fig. 4 is a schematic structural diagram of an application processing apparatus according to a fourth embodiment of the present invention, executed by a server, as shown in fig. 4, the application processing apparatus includes:
a server configuration information obtaining module 410, configured to obtain server configuration information of the raw container and/or the web page container in the application; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
the server configuration information sending module 420 is configured to send, to the application client, the server configuration information of the primitive container and/or the web page container in the application when the application is started, and the application client loads the application page according to the local configuration information of the primitive container and/or the web page container in the application and the server configuration information.
Optionally, the apparatus further comprises:
and the new basic native control acquisition module is used for acquiring the new basic native control of the application and the configuration information of the new basic native control.
The application new version information generation module is used for generating application new version information according to the new basic native control and the configuration information of the new basic native control, and the application client executes the following steps: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
Optionally, in the application, the raw container and the webpage container are in communication connection.
The embodiment of the present invention provides an application processing apparatus, which is the same as the application processing method proposed in the above embodiment, and the technical details not described in detail in this embodiment can be referred to the above embodiment, and this embodiment has the same beneficial effects as the above embodiment.
It should be noted that, in the embodiment of the application processing apparatus, the modules and modules included in the embodiment are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, the specific names of the functional modules are only for convenience of distinguishing from each other and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. An application processing method, performed by an application client, the method comprising:
when the application is started, acquiring server configuration information of a raw container and/or a webpage container in the application from a server; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and loading the application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
2. The method of claim 1, wherein loading the application page according to the local configuration information of the native container in the application and the server configuration information comprises:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container;
and loading the application page by adopting the new local configuration information of the native container.
3. The method of claim 1, further comprising:
when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server;
upgrading an original container in the application according to the new basic original control and the configuration information of the new basic original control;
the page load is based on the native container in the upgraded application.
4. The method of claim 1, wherein the native container and the webpage container are communicatively coupled in the application.
5. An application processing method, performed by a server, the method comprising:
acquiring server configuration information of a raw container and/or a webpage container in an application; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
when the application is started, the server configuration information of the original container and/or the webpage container in the application is sent to the application client, and the application client loads an application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
6. The method of claim 5, further comprising:
acquiring a new basic native control of an application and configuration information of the new basic native control;
generating application new version information according to the new basic native control and the configuration information of the new basic native control, and executing the following steps by the application client: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
7. An application processing apparatus, executed by an application client, comprising:
the server configuration information acquisition module is used for acquiring server configuration information of the original container and/or the webpage container in the application from the server when the application is started; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and the application page loading module is used for loading the application page according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
8. The apparatus of claim 7, wherein the application page loading module is specifically configured to:
if the server configuration information of the native container in the application is different from the local configuration information of the native container in the application, taking the server configuration information of the native container as new local configuration information of the native container;
and loading the application page by adopting the new local configuration information of the native container.
9. An application processing apparatus, executed by a server, comprising:
the server configuration information acquisition module is used for acquiring server configuration information of the original container and/or the webpage container in the application; the primary container in the application is generated according to secondary development of a basic primary control, and the webpage container in the application is generated according to secondary development of a basic webpage control;
and the server configuration information sending module is used for sending the server configuration information of the original container and/or the webpage container in the application to the application client when the application is started, and loading the application page by the application client according to the local configuration information and the server configuration information of the original container and/or the webpage container in the application.
10. The apparatus of claim 9, further comprising:
the new basic native control acquisition module is used for acquiring a new basic native control of the application and configuration information of the new basic native control;
the application new version information generation module is used for generating application new version information according to the new basic native control and the configuration information of the new basic native control, and the application client executes the following steps: when monitoring the application new version information, acquiring a new basic native control and configuration information of the new basic native control from a server; upgrading the native container in the application according to the new basic native control and the configuration information of the new basic native control; the page load is based on the native container in the upgraded application.
CN201910989415.9A 2019-10-17 2019-10-17 Application processing method and device Pending CN110750296A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910989415.9A CN110750296A (en) 2019-10-17 2019-10-17 Application processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910989415.9A CN110750296A (en) 2019-10-17 2019-10-17 Application processing method and device

Publications (1)

Publication Number Publication Date
CN110750296A true CN110750296A (en) 2020-02-04

Family

ID=69278804

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910989415.9A Pending CN110750296A (en) 2019-10-17 2019-10-17 Application processing method and device

Country Status (1)

Country Link
CN (1) CN110750296A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111931090A (en) * 2020-06-29 2020-11-13 厦门汉印电子技术有限公司 Webpage display method, device, equipment and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273172A (en) * 2017-07-14 2017-10-20 银联商务有限公司 A kind of data handling system based on business packet, method and device
CN108304176A (en) * 2017-12-14 2018-07-20 广东数果科技有限公司 Point methods are buried in a kind of visualization of cross-platform mobile terminal
CN109902255A (en) * 2019-02-27 2019-06-18 百度在线网络技术(北京)有限公司 Page mixing browsing record generation method, device, equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273172A (en) * 2017-07-14 2017-10-20 银联商务有限公司 A kind of data handling system based on business packet, method and device
CN108304176A (en) * 2017-12-14 2018-07-20 广东数果科技有限公司 Point methods are buried in a kind of visualization of cross-platform mobile terminal
CN109902255A (en) * 2019-02-27 2019-06-18 百度在线网络技术(北京)有限公司 Page mixing browsing record generation method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111931090A (en) * 2020-06-29 2020-11-13 厦门汉印电子技术有限公司 Webpage display method, device, equipment and readable storage medium

Similar Documents

Publication Publication Date Title
US10552520B2 (en) System and method for provisioning a mobile software application to a mobile device
CN109408136B (en) Information processing method, information processing apparatus, storage medium, and electronic device
US20110010613A1 (en) System and method for building mixed mode execution environment for component applications
CN114077423A (en) Airport APP development container architecture based on mobile cross-platform
WO2018036322A1 (en) Method and device for generating application installation package, and storage medium
CN106469071B (en) Application theme changing method and device
US11966795B2 (en) Method and device for loading minus-one screen, terminal, and computer readable storage medium
CN113312037A (en) Data processing method, device and equipment applied to microservice and storage medium
CN106230977B (en) A kind of client functionality loading method, system, client and server-side
CN114125028A (en) Running method, device, equipment, storage medium and program product of micro application
CN108089873A (en) A kind of method and terminal of application component immediate updating
CN104636122A (en) Sharing method and device of capacity component
CN107861742A (en) The operation method and terminal device of a kind of program
CN111427631A (en) Dynamic configuration method of diversified mobile application function module
US20220300262A1 (en) Method for constructing, running and implementing cross-platform application, terminal, server and system
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN114327087A (en) Input event processing method and device, electronic equipment and storage medium
CN110750296A (en) Application processing method and device
CN111930455A (en) Page updating method, device, terminal and storage medium
CN115509531A (en) Micro front end implementation method, device, terminal and storage medium based on front end technology
CN114860203A (en) Project creation method, project creation device, server and storage medium
CN115437647A (en) Multi-frame-adaptive micro-service deployment method, device, terminal and storage medium
CN110673827B (en) Resource calling method and device based on android system and electronic equipment
CN113805911A (en) Multi-version program management method, device and system of server side
CN111158689A (en) Cross-system UI application generation method, device and computer-readable storage medium

Legal Events

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