CN110874236A - Cross-platform application device, terminal and storage medium - Google Patents

Cross-platform application device, terminal and storage medium Download PDF

Info

Publication number
CN110874236A
CN110874236A CN201911106931.9A CN201911106931A CN110874236A CN 110874236 A CN110874236 A CN 110874236A CN 201911106931 A CN201911106931 A CN 201911106931A CN 110874236 A CN110874236 A CN 110874236A
Authority
CN
China
Prior art keywords
plug
file
application
web resource
local
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.)
Granted
Application number
CN201911106931.9A
Other languages
Chinese (zh)
Other versions
CN110874236B (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN201911106931.9A priority Critical patent/CN110874236B/en
Publication of CN110874236A publication Critical patent/CN110874236A/en
Application granted granted Critical
Publication of CN110874236B publication Critical patent/CN110874236B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention discloses a cross-platform application device, a terminal and a storage medium. Wherein, the device includes: the application module and the front-end module are communicated through a bridge interface, the application module comprises a hot updating unit, and the hot updating unit is used for updating the local Web resource file. According to the scheme provided by the embodiment of the invention, under the scene of frequent update of the service logic, the update of the service logic code can be quickly realized in a mode of hot update of the Web resource package, and the corresponding function of the latest resource file can be realized.

Description

Cross-platform application device, terminal and storage medium
Technical Field
The embodiment of the invention relates to a software development technology, in particular to a cross-platform application device, a terminal and a storage medium.
Background
Under the strategies of "internet +" and "mobile priority", the mobile-end application is launched, but there are several problems in the process of launching: firstly, different technical stacks are required to be applied to simultaneously develop a plurality of sets of codes which are basically consistent in service logic and user interface interaction, so that the labor cost and the code maintenance cost are higher; secondly, due to the limitation of the native technology and uncontrollable management and control and auditing flows of the application store, the updating of the mobile application is difficult; thirdly, for a mobile device system version (especially an Android version), the fragmentation phenomenon of device configuration is serious, developers often need to spend a great deal of energy and time for adaptation work, and the requirements of different platforms for adaptation are different.
In order to solve the above problems, two solutions have been proposed in the prior art, one is to adopt RN (read-Native) cross-terminal technology, and the other is to design a small program. However, the fact-Native is to build a user interface by compiling js (javascript) into Native controls, which is not as flexible as the World Wide Web (Web) technology in terms of service logic implementation and user interaction, and for controls not supported by the RN library, development needs to be performed by the Native technology, while the running environment of applets is a subset of the Web technology environment and is limited by various portal applications (apps), such as user authentication system, development language, and page depth, and cannot support independent apps.
Disclosure of Invention
The invention provides a cross-platform application device, a terminal and a storage medium, which can rapidly realize the update of service logic codes and realize the corresponding function of the latest resource file in a Web resource package hot update mode under the scene of frequent service logic update.
In a first aspect, an embodiment of the present invention provides a cross-platform application apparatus, including: an application module and a front-end module;
the application module and the front-end module communicate through a bridge interface;
the application module comprises a hot update unit for updating the local network Web resource file.
In a second aspect, an embodiment of the present invention further provides a terminal, where the terminal includes:
memory, a processor and a computer program stored on the memory, which when executed by the processor, implement the functions of a cross-platform application device as in any embodiment of the invention.
In a third aspect, an embodiment of the present invention further provides a computer readable and writable storage medium, on which a computer program is stored, which when executed by a processor implements the functions of a cross-platform application device according to any embodiment of the present invention.
The embodiment of the invention provides a cross-platform application device, a terminal and a storage medium, which comprise an application module and a front-end module, wherein the application module is communicated with the front-end module through a bridge interface, the application module comprises a hot updating unit, and the hot updating unit is used for updating a local Web resource file. According to the scheme provided by the embodiment of the invention, under the scene of frequent update of the service logic, the update of the service logic code can be quickly realized in a mode of hot update of the Web resource package, and the corresponding function of the latest resource file can be realized.
Drawings
Fig. 1 is a schematic structural diagram of a cross-platform application device according to a first embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a cross-platform application device according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a terminal in a third 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.
In addition, in the embodiments of the present invention, the words "optionally" or "exemplarily" are used for indicating as examples, illustrations or explanations. Any embodiment or design described as "optionally" or "exemplary" in embodiments of the invention is not to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the words "optionally" or "exemplarily" etc. is intended to present the relevant concepts in a concrete fashion.
For the purpose of facilitating an understanding of the solutions provided by the embodiments of the present invention, some of the descriptions of concepts related to the present invention are exemplarily given for reference. As follows:
cross-platform: the code refers to a set of codes which can run on different platforms, wherein the platform refers to an operating system platform for running a mobile terminal application, for example, an Android (Android) platform of google and an iOS platform of apple.
JSbridge: namely, the JavaScript bridge is used for providing an interface for calling a Native function to JavaScript (i.e., a front end part in a hybrid development mode), and implementing the Native function such as using an address position, a camera, even payment, and the like. The JavaScript bridge is a channel for two-way communication between Native and non-Native.
Hybrid development mode: also called Hybrid mode, is a typical mode for developing mobile-side applications. Where mixing refers to native development technology and the Web.
Hybrid App: the mobile application keeps the system structures of HTML, CSS and JavaScript to be executed in native Webview, and all scenes for developing the native mobile application by using Web technology can be called Hybrid App.
SPA: specifically, the Single Page Application (full name of english: Single Page Web Application) is implemented by requesting a hypertext Markup Language (HTML) file, refreshing, clearing and switching to other human-computer interaction (User Interface, UI) components when a front end first enters a Page, and at this time, a routing path is changed correspondingly, but a new HTML file request is not generated. Then the JavaScript is used to sense the change of the Uniform Resource Locator (URL), so that the content of the current page can be dynamically removed by the JavaScript, and then the content of the next page is mounted on the current page.
Example one
On the basis of the concept, the embodiment of the invention provides a cross-platform application device, which comprises an application module 101 and a front-end module 102.
Wherein, the application module and the front-end module can communicate through the bridge interface.
Illustratively, the bridge interface can be a JSBridge interface through which bi-directional communication between the application module and the front-end module can be achieved.
It should be noted that, in this embodiment, the bridge interface supports two communication modes, namely, synchronous communication and asynchronous communication, wherein the asynchronous communication-based mode can avoid waiting of the related function interface.
An application module may be understood as a component that implements a certain software application function, and the application module has a corresponding application name and application identifier.
For example, assuming that the application module is used to implement the function of WeChat, the application module corresponds to the application name of "WeChat" and the application identification of WeChat.
The front end module is used to provide the required components, code, etc. to the application modules, e.g., UI component libraries, SPA routing systems, etc. The front-end module can call the functional plug-in of the application module through the bridge interface to realize the corresponding function. Conversely, the application module may also call the relevant code program provided by the front-end module through the functional interface provided by the front-end module.
Further, the application module includes a hot update unit 1011 for updating the local Web resource file. The function may be understood as upgrading or updating the Web resource file of the local application when the hot update unit detects in real time that the current Web resource file of the local application is not the latest version.
For example, an alternative implementation manner for the hot update unit to update the local Web resource file is to acquire a Web resource file list of a specific version from the server, compare the Web resource file list of the specific version with the local resource file, acquire a file set to be updated, and update the local Web resource file according to the file set to be updated.
In the implementation process, the Web resource file list of a specific version can be understood as a Web resource file list of a specified version of an application, for example, the latest version (assumed to be 3.0 version) of the application. The local resource file can be understood as a resource file list (assumed to be a WeChat 2.0 version) of the current version of the application, and then, if the resource file lists of the two versions are known, the two versions can be compared to obtain a file set to be updated. Wherein the updated file set can be understood as a file missing from the local resource file compared to the specific version Web resource file list. For example, add-on feature plugins in the WeChat version 3.0 over the WeChat version 2.0, and so on.
In this embodiment, a manner that a local Web resource file is updated in real time by a hot update unit included in an application module can realize quick update of a service logic code, and a function corresponding to an up-to-date resource file is realized through communication between the application module and a front-end module.
The embodiment of the invention provides a cross-platform application device which comprises an application module and a front-end module, wherein the application module is communicated with the front-end module through a bridge interface, the application module comprises a hot updating unit, and the hot updating unit is used for updating a local Web resource file. According to the scheme provided by the embodiment of the invention, under the scene of frequent update of the service logic, the update of the service logic code can be quickly realized in a mode of hot update of the Web resource package, and the corresponding function of the latest resource file can be realized.
Example two
Fig. 2 is a cross-platform application apparatus provided in an embodiment of the present invention, which is further optimized based on the first embodiment of the present invention, and the apparatus specifically includes: an application module 201 and a front-end module 202.
The application module and the front-end module can communicate through a bridge interface, the bridge interface can be a JSBridge interface, and bidirectional communication between the application module and the front-end module can be realized through the JSBridge interface.
Further, the bridge interface may be used to manage and maintain a pool of functional methods and a pool of callback methods for the application module and the front-end module. The implementation principle of the method is mainly to perform initialization configuration on the running environment, and after the relevant parameters are configured, maintain the function method pool and the call-back method pool in the application module and the front-end module.
In the process of initialization configuration, different configuration modes are adopted for an android platform and an IOS platform, for example, in the android platform, a JavaScript interface annotation of a bridging object is utilized to inject a functional plug-in and a method provided by the functional plug-in into a native BO variable of a JavaScript running environment; in the IOS platform, a JavaScript core engine of the IOS system is used for injecting the functional plug-in and the method into a native BO variable of a JavaScript running environment.
In the maintenance process, the maintenance of the function method pool mainly includes the maintenance of the function methods provided in the function method pool, for example, the registration, deletion, query, and the like of the function methods; the main maintenance of the callback method pool is to automatically maintain the callback methods in the callback method pool under an asynchronous communication mechanism, for example, randomly generate Identification (ID) names of the callback methods, automatically register the callback methods, and implement functions such as deletion, query, and the like. Thus, based on the function of the bridge interface, developers do not need to explicitly manage the callback method.
It should be noted that, in this embodiment, the bridge interface supports two communication modes, namely, synchronous communication and asynchronous communication, wherein the asynchronous communication-based mode can avoid waiting of the related function interface.
An application module may be understood as a component that implements a certain software application function, and the application module has a corresponding application name and application identifier. For example, assuming that the application module is used to implement the function of WeChat, the application module corresponds to the application name of "WeChat" and the application identification of WeChat. The application name and the application identifier of the application module may be set by an online packaging tool, and similarly, a start page of the application module (for example, a start page of an application entering the WeChat) may also be set.
The front-end module communicates with the application module through a single bridge interface, and can call the functional plug-in of the application module and transmit the message and the execution result of the functional method to realize the corresponding function in a simple structural design mode.
In addition, the front end module may also be used to provide adapted components, code to the application module, e.g., UI component libraries, SPA routing systems, etc. Moreover, the front-end module can also realize corresponding front-end functions, such as packaging construction, code compression optimization, code obfuscation functions and the like. In this way, the application module can also call the relevant code program provided by the front-end module through the functional interface provided by the front-end module.
Furthermore, the front-end module further includes a routing unit, and the routing unit may be configured to implement page routing skip through a Location interface, where the Location interface may adopt a Location interface.
The implementation principle of the routing unit is that a routing history stack of a front-end module is maintained based on the routing unit, the change of a routing Hash (Hash) value is monitored, and the skipping of the page routing is realized by using a positioning interface on an IOS (internet operating system), so that the problem that a routing library (for example, vue-router) in the prior art cannot support IOS and android single-page routing simultaneously can be solved.
In addition, the front-end module is also used for automatically converting the resolution parameters, the main implementation process is based on PostCSS plug-ins such as postcs-aspect-ratio-mini, post-cssnext, postcs-px-to-viewport and the like, and the absolute size unit (indicated by px) in the development stage is automatically converted into the relative unit (indicated by vw) through the configuration of the postcs-px-to-viewport plug-ins so as to meet the requirements of adapting to screens and resolutions with different sizes.
In this embodiment, the application module may include a hot update unit 2011, which is used to update local network Web resource files. The function may be understood as upgrading or updating the Web resource file of the local application when the hot update unit detects in real time that the current Web resource file of the local application is not the latest version.
Illustratively, the process of updating the local Web resource file by the hot updating unit may be to acquire a Web resource file list of a specific version from the server, compare the Web resource file list of the specific version with the local resource file, acquire a file set to be updated, and update the local Web resource file according to the file set to be updated.
In the implementation process, the Web resource file list of a specific version can be understood as a Web resource file list of a specified version of an application, for example, the latest version (assumed to be 3.0 version) of the application. The local resource file can be understood as a resource file list (assumed to be a WeChat 2.0 version) of the current version of the application, and then, if the resource file lists of the two versions are known, the two versions can be compared to obtain a file set to be updated. Wherein the updated file set can be understood as a file missing from the local resource file compared to the specific version Web resource file list. For example, add-on feature plugins in the WeChat version 3.0 over the WeChat version 2.0, and so on.
In addition, the hot update unit may interact with the server through the micro service gateway, for example, using a standard Restful style interface for information interaction, so as to realize downloading of the relevant files from the server according to the file set to be updated. Moreover, after downloading the relevant files of the file set to be updated, the downloaded files can be merged into the local resource files, and the version numbers of the local Web resources are updated, so that the problem of inconsistent versions caused by unexpected interruption of the hot updating process can be avoided.
Further, the hot update unit compares the Web resource file list of a specific version with the local resource file, and the process of acquiring the file set to be updated may be implemented as follows:
the hot updating unit scans the local resource files, performs message digest Algorithm (MD 5) signature on the local resource files one by one, compares the signed local resource files with file names and file signatures in the Web resource file list of the specific version, and takes files with different signature names in the signed local resource files and the Web resource file list of the specific version and files in the Web resource file list of the specific version which do not exist in the local resource files as a file set to be updated.
That is, after comparing the file name and the file signature, the file corresponding to the file name and the file signature which do not exist in the local resource file is used as the file set to be updated.
In addition, the application module may also include an environment configuration reading unit 2012, and before the hot update unit updates the local Web resource file, the hot update unit reads configuration information of the application, such as an application identifier, a hot update start switch, a hot update service address, a Web resource local storage path, and the like, through the environment configuration reading unit. When it is determined to initiate a hot update based on the configuration information, an update process is performed. Otherwise, when determining not to start hot update, directly loading the local Web resource.
Further, when executing the update process, the hot update unit may first obtain the latest resource version number of the application from the server, and compare the version number with the local resource version number, and if the two version numbers are consistent, determine that the local resource is directly loaded without updating; otherwise, if the two version numbers are not consistent, the local Web resource file is determined to be updated continuously, and the local Web resource file is updated based on the process.
It should be noted that, in this embodiment, the hot update service may simultaneously support hot update requests of multiple applications, where the hot update requests of unused applications may be distinguished by application identifiers.
Moreover, before hot updating, the resource version number is acquired independently, so that the system overhead and unnecessary resource downloading can be reduced under the condition that the local resource version is consistent with the latest resource version of the server.
The application module may further include an H5 container 2013, and the H5 container may be used to load the local Web resource file after the hot update unit has updated the local Web resource file.
In this embodiment, the application module may further include a plug-in loading unit 2014, where the plug-in loading unit may be configured to load a plug-in according to the plug-in manifest file, and the plug-in loading process may be implemented by:
configuring initial operating environment parameters, for example, initializing an H5 container instance, setting a security policy, performing configuration management on Webview, performing operating environment detection and security check (for example, detecting Android Root, performing jail-off detection on IOS, and the like), managing environment parameters and variables, and the like.
After the initial operating environment parameters are configured, the functional plug-ins can be instantiated according to the plug-in list file, and the instantiated functional plug-ins are loaded, wherein the plug-in list file comprises the functional plug-ins required by a certain application.
Further, an optional implementation manner of instantiating a functional plug-in according to the plug-in manifest file is provided in this embodiment, where the plug-in manifest file is parsed to obtain a plug-in configuration file, and the plug-in configuration file is verified. The plug-in configuration file is described in an XML format in the plug-in development process, and the verification of the plug-in configuration file mainly comprises the steps of verifying whether the format of the plug-in configuration file is legal, whether required elements are complete and the like. And analyzing the checked plug-in configuration file to obtain a plug-in class (for example, the fully-defined name of the plug-in class), loading the plug-in class, instantiating the plug-in class to obtain a plug-in instance, and further adding the plug-in instance to the plug-in set data structure.
Optionally, in the above process, ClassLoader may be used to load the plug-in classes one by one, and add the plug-in instances to the plug-in Map data structure of the application for caching. The caching mode can be a key value pair with the name of the plug-in as a key and the instance of the plug-in as a value.
After the plug-in loading unit loads the functional plug-in the above manner, the corresponding functional plug-in can be called by the JSBridge of the H5 container.
The embodiment of the invention provides a cross-platform application device which comprises an application module and a front-end module, wherein the application module is communicated with the front-end module through a bridge interface, the application module comprises a hot updating unit, and the hot updating unit is used for updating a local Web resource file. According to the scheme provided by the embodiment of the invention, under the scene of frequent update of the service logic, the update of the service logic code can be quickly realized in a mode of hot update of the Web resource package, and the corresponding function of the latest resource file can be realized.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a terminal according to a third embodiment of the present invention, as shown in fig. 3, the terminal includes a processor 301, a memory 302, an input device 303, and an output device 304; the number of the processors 301 in the terminal may be one or more, and one processor 301 is taken as an example in fig. 3; the processor 301, the memory 302, the input device 303 and the output device 304 in the terminal may be connected by a bus or other means, which is exemplified in fig. 3.
The memory 302 is a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules (e.g., application modules, front-end modules in a cross-platform application device) corresponding to the cross-platform application device in the first and second embodiments of the present invention. The processor 301 executes various functional applications of the device and data processing, i.e., realizes the functions of the cross-platform application apparatus described above, by executing software programs, instructions, and modules stored in the memory 302.
The memory 302 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 302 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 302 may further include memory located remotely from the processor 301, which may be connected to the device/terminal/server through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 303 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the apparatus. The output means 304 may comprise a display device such as a display screen.
Example four
The fourth embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, can implement the functions of the above cross-platform application device.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to perform the functions described in the embodiments of the present invention.
It should be noted that, in the embodiment of the foregoing cross-platform application device, the modules included in the device are only divided according to functional logic, but are not limited to the above division manner, as long as corresponding functions can be implemented; in addition, the specific names of the front-end module, the application module and the thermal update unit are only for convenience of distinguishing and are not used to limit 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. A cross-platform application apparatus, comprising: the system comprises an application module and a front-end module, wherein the application module and the front-end module communicate through a bridge interface;
the application module comprises a hot update unit for updating local network Web resource files.
2. The apparatus according to claim 1, wherein the application module further comprises a plug-in loading unit, and the plug-in loading unit is configured to load a plug-in according to a plug-in manifest file.
3. The apparatus of claim 1, wherein the front-end module comprises a routing unit configured to implement page routing hopping via a location interface.
4. The apparatus according to any of claims 1-3, wherein the bridge interface is configured to manage and maintain a pool of functional methods and a pool of callback methods for application modules and front-end modules.
5. The apparatus of claim 2, wherein loading the plug-in according to the plug-in manifest file comprises:
configuring initial operating environment parameters;
instantiating a functional plug-in according to the plug-in manifest file;
and loading the instantiated functional plug-in.
6. The apparatus of claim 5, wherein instantiating a functional plug-in according to the plug-in manifest file comprises:
analyzing the plug-in list file to obtain a plug-in configuration file;
verifying the plug-in configuration file;
analyzing the verified plug-in configuration file to obtain a plug-in class, and loading the plug-in class;
instantiating the plug-in class to obtain a plug-in instance;
adding the plug-in instance to a plug-in collection data structure.
7. The apparatus of claim 1, wherein the updating the local Web resource file comprises:
acquiring a Web resource file list of a specific version from a server;
comparing the Web resource file list of the specific version with local resource files to obtain a file set to be updated;
and updating the local Web resource file according to the file set to be updated.
8. The apparatus according to claim 7, wherein the comparing the list of Web resource files of the specific version with the local resource files to obtain the set of files to be updated includes:
signing the local resource file;
comparing the signed local resource file with the file name and the file signature in the Web resource file list of the specific version;
and taking the signed local resource file and the file with the different signature name in the Web resource file list of the specific version, and taking the file in the Web resource file list of the specific version which does not exist in the local resource file as a file set to be updated.
9. A terminal, comprising: memory, processor and computer program stored on the memory, characterized in that the processor, when executing the computer program stored on the memory, implements the functionality of the cross-platform application device as claimed in any of claims 1-8.
10. A computer-readable-writable storage medium on which a computer program is stored, which, when executed by a processor, implements the functionality of the cross-platform application device of any one of claims 1-8.
CN201911106931.9A 2019-11-13 2019-11-13 Cross-platform application device, terminal and storage medium Active CN110874236B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911106931.9A CN110874236B (en) 2019-11-13 2019-11-13 Cross-platform application device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911106931.9A CN110874236B (en) 2019-11-13 2019-11-13 Cross-platform application device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN110874236A true CN110874236A (en) 2020-03-10
CN110874236B CN110874236B (en) 2023-04-07

Family

ID=69718003

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911106931.9A Active CN110874236B (en) 2019-11-13 2019-11-13 Cross-platform application device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110874236B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111773733A (en) * 2020-07-06 2020-10-16 北京思明启创科技有限公司 Programming method, equipment and storage medium based on Arcade platform
CN111796854A (en) * 2020-07-03 2020-10-20 中国建设银行股份有限公司 Module hot upgrading method and device, electronic equipment and readable storage medium
CN111885194A (en) * 2020-07-31 2020-11-03 睿云联(厦门)网络通讯技术有限公司 Communication method and device for communication application and electronic equipment
CN112181542A (en) * 2020-09-30 2021-01-05 微医云(杭州)控股有限公司 Function calling method and device, electronic equipment and storage medium
CN112748926A (en) * 2020-12-30 2021-05-04 上海微盟企业发展有限公司 Applet publishing method, device, equipment and computer readable storage medium
CN113254002A (en) * 2021-07-08 2021-08-13 企查查科技有限公司 Component, medium and equipment for improving webpage performance and supporting cross-platform calling
CN113495737A (en) * 2020-04-01 2021-10-12 腾讯科技(深圳)有限公司 Software updating method and related equipment
CN113626008A (en) * 2021-10-14 2021-11-09 江苏东大集成电路系统工程技术有限公司 System, method and device for physical device adaptation based on hybrid development application
CN115934076A (en) * 2023-01-03 2023-04-07 北京百度网讯科技有限公司 Cross-platform client micro-service providing device and method and electronic equipment
CN111773733B (en) * 2020-07-06 2024-04-19 北京思明启创科技有限公司 Programming method, equipment and storage medium based on Arcade platform

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461491A (en) * 2013-09-24 2015-03-25 阿里巴巴集团控股有限公司 Running method and system of Hybrid components
CN106874035A (en) * 2017-01-11 2017-06-20 深圳中顺易金融服务有限公司 One kind is applied for updating(app)The method and its framework of built-in H5
US20170300315A1 (en) * 2016-04-19 2017-10-19 Dropbox, Inc. Providing access to a hybrid application offline
CN108228155A (en) * 2017-12-26 2018-06-29 江苏润和软件股份有限公司 EasyApp Mobile Developments platform and development approach
CN109634641A (en) * 2018-12-28 2019-04-16 北京城市网邻信息技术有限公司 A kind of application program update method, apparatus, electronic equipment and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461491A (en) * 2013-09-24 2015-03-25 阿里巴巴集团控股有限公司 Running method and system of Hybrid components
US20170300315A1 (en) * 2016-04-19 2017-10-19 Dropbox, Inc. Providing access to a hybrid application offline
CN106874035A (en) * 2017-01-11 2017-06-20 深圳中顺易金融服务有限公司 One kind is applied for updating(app)The method and its framework of built-in H5
CN108228155A (en) * 2017-12-26 2018-06-29 江苏润和软件股份有限公司 EasyApp Mobile Developments platform and development approach
CN109634641A (en) * 2018-12-28 2019-04-16 北京城市网邻信息技术有限公司 A kind of application program update method, apparatus, electronic equipment and medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郁超;李昕;孔震;陆莎: "一种基于XML的动态插件机制", 《电力信息化》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113495737A (en) * 2020-04-01 2021-10-12 腾讯科技(深圳)有限公司 Software updating method and related equipment
CN111796854B (en) * 2020-07-03 2023-03-31 中国建设银行股份有限公司 Module hot upgrading method and device, electronic equipment and readable storage medium
CN111796854A (en) * 2020-07-03 2020-10-20 中国建设银行股份有限公司 Module hot upgrading method and device, electronic equipment and readable storage medium
CN111773733A (en) * 2020-07-06 2020-10-16 北京思明启创科技有限公司 Programming method, equipment and storage medium based on Arcade platform
CN111773733B (en) * 2020-07-06 2024-04-19 北京思明启创科技有限公司 Programming method, equipment and storage medium based on Arcade platform
CN111885194A (en) * 2020-07-31 2020-11-03 睿云联(厦门)网络通讯技术有限公司 Communication method and device for communication application and electronic equipment
CN112181542A (en) * 2020-09-30 2021-01-05 微医云(杭州)控股有限公司 Function calling method and device, electronic equipment and storage medium
CN112748926A (en) * 2020-12-30 2021-05-04 上海微盟企业发展有限公司 Applet publishing method, device, equipment and computer readable storage medium
CN113254002A (en) * 2021-07-08 2021-08-13 企查查科技有限公司 Component, medium and equipment for improving webpage performance and supporting cross-platform calling
CN113626008A (en) * 2021-10-14 2021-11-09 江苏东大集成电路系统工程技术有限公司 System, method and device for physical device adaptation based on hybrid development application
CN113626008B (en) * 2021-10-14 2022-03-15 东集技术股份有限公司 System, method and device for physical device adaptation based on hybrid development application
CN115934076A (en) * 2023-01-03 2023-04-07 北京百度网讯科技有限公司 Cross-platform client micro-service providing device and method and electronic equipment
CN115934076B (en) * 2023-01-03 2024-01-02 北京百度网讯科技有限公司 Cross-platform client micro-service providing device and method and electronic equipment

Also Published As

Publication number Publication date
CN110874236B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
CN110874236B (en) Cross-platform application device, terminal and storage medium
CN110990731A (en) Rendering method, device and equipment of static webpage and computer storage medium
CN107992308B (en) Plug-in management method for android terminal application program
CN106406961A (en) Method and device for loading and providing application based on browser
CN109582907B (en) Method, device and equipment for verifying integrity of webpage resources and readable storage medium
CN110012096B (en) Mobile client service update management method, device and system
CN108540509B (en) Processing method and device of terminal browser, server and intelligent terminal
CN105786538A (en) Software upgrading method and device based on Android system
CN110673923A (en) XWIKI system configuration method, system and computer equipment
CN108776592B (en) Page construction method, device, equipment and storage medium
CN110865824A (en) Android permeation method and device for realizing silence installation based on barrier-free service
KR20110123867A (en) Web application executable device and web application management method therof
CN113946602A (en) Data searching method, device, equipment and medium
CN112214714A (en) Request processing method, device and equipment based on configuration file and storage medium
CN113835713B (en) Source code packet downloading method, device, computer equipment and storage medium
KR101482151B1 (en) Device and method for executing web application
CN106354832B (en) Data publishing method, device and system
CN114118971A (en) Cloud-native-based online development method, device, equipment and storage medium
CN109815202B (en) Log editing method and related device
KR101083229B1 (en) Method, apparatus, system, and recording medium for downloading necessary application of mobile terminal
CN112835568A (en) Project construction method and device
CN115129348A (en) Resource updating method, device and equipment of application program and readable storage medium
CN109086059B (en) Code loading updating method, device and server
CN115695400A (en) Method and terminal for interaction between Web page and local application
CN111488286B (en) Method and device for independently developing Android modules

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
TA01 Transfer of patent application right

Effective date of registration: 20220926

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant