A method, device, equipment, medium and product for managing a flash domain accessed by a page
By using the SDK base to obtain and decode the flash domain packet in application development, and combining the base stitching logic to optimize business function updates, the problems of high cost, poor flexibility and insufficient security in the existing technology are solved, and efficient and secure application page access is achieved.
Patent Information
- Application Number
- CN202411012423.5
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2024-07-26
- Publication Date
- 2025-11-28
- Estimated Expiration
- 2044-07-26
AI Technical Summary
Existing application development solutions cannot improve application flexibility and functional applicability while reducing costs, and they also pose security risks.
The SDK base retrieves the flash domain package from the server, decodes and renders it using initial standard parsing and the built-in rendering engine, optimizes the update and rendering process of business functions by combining the base stitching logic, uses a verification plugin to handle code security, and generates encrypted files to be uploaded to the server.
It achieves improved application flexibility and functional applicability while reducing costs, ensuring application security, and providing near-native application performance and hybrid development flexibility.
Smart Images

Figure CN118842785B_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of IT application, in particular, to a flash domain management method, device and equipment for application page access, medium and product. BACKGROUND
[0002] The current terminal application development mode includes a native application scheme and a hybrid scheme of native application+webview. The native application scheme is that the applications installed in the mobile device mobile application market are native applications, which are developed by using the native development tools and languages provided by the platform for a specific platform (such as iOS or Android), and the native application usually performs better in performance and user experience, and can directly access various native functions of the device, such as the camera, the geographic position, the sensor, etc. The hybrid scheme of native application+webview is a development method combining native application and Web technology, which is usually used in application scenarios that need to integrate native functions and Web content. It is suitable for scenarios that need to quickly iterate and update application content, such as activity pages, advertisement pages, etc.
[0003] However, the existing application development scheme cannot run across platforms in the native application scheme, needs to be developed and referenced separately for different platforms, has high cost, and is not flexible enough. The hybrid scheme of native application+webview has limited functions and certain security risks. The existing technical scheme cannot balance the advantages and disadvantages of the two schemes, cannot reduce the cost, improve the flexibility of the application, and improve the functional application range and ensure the security of the application at the same time. SUMMARY
[0004] In order to solve the above problems, the present application provides a flash domain management method, device and equipment for application page access, medium and product, which can reduce the cost, improve the flexibility of the application, improve the functional application range, and ensure the security of the application.
[0005] The present application provides a flash domain management method for application page access, which comprises the following steps:
[0006] When it is determined that the business function meets the preset update condition, the flash domain package corresponding to the business function is obtained from the server through the SDK base;
[0007] The flash domain package is decoded and rendered by the initial standard analysis and the built-in rendering engine.
[0008] Preferably, the flash domain package corresponding to the business function is obtained from the server through the SDK base, which comprises the following steps:
[0009] The business version of the business flash domain package of the business function and the function version of the general flash domain package of the general function are obtained according to the identified platform environment;
[0010] When the service version or the function version is not the latest version, the flash domain package of the service function and the general package of the general function are obtained from the server through the SDK base, and the two flash domain packages are fused through preset stitching logic as the obtained flash domain package.
[0011] As a preferred solution, the method further comprises:
[0012] When the user triggers the corresponding service function, the service flash domain package of the service function is rendered separately in the service base; or,
[0013] The service flash domain package of the service function and the function flash domain package of the general function are fused through a preset stitching mechanism to obtain a new flash domain package, which is rendered in the service base.
[0014] As a preferred solution, the method further comprises:
[0015] After the base or the flash domain page of the application is started, it is checked whether the corresponding offline package has an update; if yes, it is determined that the corresponding service function meets the update condition; or,
[0016] After the application is started, the local version and the server version of the flash domain package are queried; if the local version is lower than the server version, it is determined that the corresponding service function meets the update condition; or,
[0017] When the server pushes an update of the service function, it is determined that the corresponding service function meets the update condition.
[0018] As a preferred solution, the method further comprises:
[0019] When the flash domain package corresponding to the service function fails to be downloaded, a global event is generated and sent to the SDK base, the execution mode of the distribution of each touch service base is changed, an online webpage address in the configuration is read, and the execution mode of the touch position is switched to webview rendering.
[0020] As a preferred solution, the flash domain package generation process comprises:
[0021] The syntax processing and security risk processing of the flash domain standard open code are performed by using a verification plug-in to obtain correct parameters;
[0022] The static network resource and the dynamic network resource of the service function are downloaded to the server by using a resource plug-in according to the correct parameters;
[0023] For the service functions of different applications in the terminal, the general functions of different applications are extracted, and the general function flash domain package and the service function flash domain package of the general functions are generated;
[0024] The SDK environment configuration of the target terminal is read by using an environment plug-in, platform standards are determined according to the SDK environment configuration, and the general function flash domain package and the business function flash domain package are converted into intermediate files according to the platform standards.
[0025] The intermediate files are encrypted by using an encryption plug-in according to a base key to generate encrypted files, which are uploaded to the server.
[0026] The application page access flash domain management device provided by the embodiment of the application comprises:
[0027] The loading module is configured to acquire, when it is determined that the business function meets the preset update condition, a flash domain package corresponding to the business function from the server through an SDK base.
[0028] The rendering module is configured to decode and render the flash domain package through initial standard analysis and a built-in rendering engine.
[0029] The embodiment of the application further provides a terminal device, which comprises a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and the processor implements the application page access flash domain management method according to any one of the above embodiments when executing the computer program.
[0030] The embodiment of the application further provides a computer readable storage medium, which comprises a stored computer program, wherein the computer readable storage medium controls a device where the computer readable storage medium is located to execute the application page access flash domain management method according to any one of the above embodiments when the computer program runs.
[0031] The embodiment of the application further provides a computer program product, which comprises computer programs / instructions, and the computer programs / instructions implement the steps of the method according to any one of the above embodiments when executed by a processor.
[0032] Compared with the prior art, the application provides an application page access flash domain management method, device, equipment, medium and product, when it is determined that a business function meets a preset update condition, a flash domain package corresponding to the business function is acquired from a server through an SDK base; the flash domain package is decoded and rendered through initial standard analysis and a built-in rendering engine. The application scheme can reduce cost, improve application flexibility, improve the functional application range, and ensure application security. BRIEF DESCRIPTION OF DRAWINGS
[0033] Figure 1 is a flowchart of the application page access flash domain management method provided by the embodiment of the application;
[0034] Figure 2is a principle diagram of a base station stitching function provided by an embodiment of the application;
[0035] Figure 3 is a principle diagram of a base station stitching function provided by an embodiment of the application;
[0036] Figure 4 is another flowchart of a flash domain management method for application page access provided by an embodiment of the application;
[0037] Figure 5 is a structural diagram of a flash domain management device for application page access provided by an embodiment of the application;
[0038] Figure 6 is a structural diagram of a terminal device provided by an embodiment of the application. DETAILED DESCRIPTION
[0039] The technical solutions in the embodiments of the application will be described clearly and completely below with reference to the drawings in the embodiments of the application. Obviously, the described embodiments are only some of the embodiments of the application, rather than all the embodiments of the application. Based on the embodiments in the application, all other embodiments obtained by those skilled in the art without creative efforts fall within the protection scope of the application.
[0040] It can be understood that various embodiments described below can be combined or integrated in a logical manner, and various combinations of the embodiments of the application will not be described one by one.
[0041] The content-based recommendation method relies on the analysis of the content of the items and the matching of user preferences. This method usually involves extracting the features of the items (such as text description, keywords, tags, etc.), and building a user preference model according to the user's past behavior (such as rating, browsing, purchasing, etc.). By comparing the user preference model and the item features, new items that the user may be interested in are identified and recommended.
[0042] The prior art flash domain management method for application page access has a single model, is difficult to apply to cold start, and lacks data richness, and the efficiency and accuracy of content recommendation are low.
[0043] In view of the technical problems existing in the prior art, the present application provides a flash domain management method for application page access, which is described as follows Figure 1 is a flowchart of a flash domain management method for application page access provided by an embodiment of the application, which comprises the following steps:
[0044] Step S1, when it is determined that the business function meets the preset update condition, a flash domain package corresponding to the business function is obtained from a server through an SDK base station;
[0045] Step S2, decoding and rendering the flash field package by initial standard analysis and built-in rendering engine.
[0046] In the implementation of the embodiment, the flash field base is composed of a general SDK base and a plurality of service bases, and the terminal application program only needs to integrate the SDK, and the execution process is as follows:
[0047] The SDK program is executed when the terminal application program starts, the general SDK base pulls the configuration from the server (after the pulling is completed, the configuration is pulled regularly and mounted on the global configuration), and it is known from the configuration that how many service functions of the native application use the flash field technology. Each service function is packaged into a corresponding flash field package in advance and uploaded to the server.
[0048] Because the flash field package is uploaded to the server in advance, the user installation application waiting time has already downloaded most of the functions, avoiding the resource uploading time.
[0049] The flash field package is only a service function, how to execute the service function in the terminal application, which needs the service flash field base, and the specified secret key is used to load the specified flash field package from the server, and the specified flash field package is downloaded to the local for analysis and execution. If it is the first time to download directly in the downloading process, the version of the specified service flash field package is checked through the unique secret key, and if there is an update, the terminal service cache is replaced.
[0050] When it is determined that the service function meets the preset update condition, that is, the flash field package version needs to be updated, the terminal application program obtains the corresponding flash field package from the server through the SDK base;
[0051] The SDK base obtains the specified flash field package through initial standard analysis, decodes it into a specified rendering mode of each platform, and has built-in native rendering and built-in webview rendering capabilities. The performance requirement is strong, and the native rendering is used for rendering.
[0052] The scheme of the application unifies the ecology by the flash field package configured in the server, forms a set of its own ecological specifications, obtains the flash field package corresponding to the service function through the SDK base, guarantees the flexibility of application page access, improves the function application range, guarantees the application security. The user function experience in the terminal application has the performance close to the native application development and safety, and saves the repeated development cost of multi-system application. It also has the flexibility of mixed development webview, the advantages of server real-time hot update, etc. It can also unify the ecology, form a set of its own ecological specifications, attract another application developer to upload the flash field package in the server, integrate the functions of their applications, and improve the ecological expandability.
[0053] In another embodiment provided by the application, one service flash domain base corresponds to one service package, and for real service functions, we usually update only a small part when updating the functions, and the change of a general function affects multiple service flash domain packages, see Figure 2 is a schematic diagram of the base stitching function provided by the embodiment of the application, as shown in Figure 2 The functions of purchasing albums, music, playlists, etc. all have a payment function in common, if the payment function changes, we need to update three flash domain packages and download the same content three times, which will consume exponential user traffic and extremely poor function access experience when the service is large enough.
[0054] Therefore, the application proposes the logic of base stitching, and the function of the base and flash domain package stitching module is simply to decouple the coupled parts in two service items. Not only is the security extremely high, but also the reusability is greatly improved, for example, the payment module function is developed in flash domain, which will be used in multiple bases of the original application, at this time we do not have to download a lot of redundant content, at this time the function of base stitching is needed.
[0055] Referring to Figure 3 is a schematic diagram of the base stitching function provided by the embodiment of the application, when the SDK base obtains the flash domain package corresponding to the service function from the server, the configuration of the SDK general base is pulled, multiple service flash domain packages and general flash domain packages are pulled. When the user clicks a single base, when the user clicks a certain service base contact, for example, purchasing albums, first, it is judged that the environment is an Android, IOS, or Harmony environment, the specified system stitching logic of one service package + multiple general packages is hit.
[0056] The version of the service flash domain package and the service version of the general package are checked, when the service version or the function version is not the latest version, that is, at least one version is not the latest, a global event feedback mechanism is triggered to the SDK general flash domain base, then the general SDK flash domain base fuses the stitching logic + service flash domain package + general function flash domain package on the global object, and finally outputs a new flash domain package to the contact purchasing albums, and then the base renders the flash domain package to realize application running.
[0057] Through the stitching code, the greater plasticity of the packaged page, the optimization of the package volume and resources, and the experience close to the original.
[0058] In another embodiment provided by the application, the SDK base obtains the flash domain package corresponding to the service function from the server, including:
[0059] The service flash domain package of the service function is downloaded from the server by the specified secret key of the SDK base; or,
[0060] The server downloads the flash domain package obtained by fusing the business flash domain package of the business function and the corresponding general flash domain package through a preset stitching mechanism through a designated secret key corresponding to the SDK base.
[0061] Therefore, the user also needs to perform different rendering procedures for the stitching mechanism when triggering the business.
[0062] The business flash domain package of the business function is rendered separately in the business base; or,
[0063] The new flash domain package obtained by fusing the business flash domain package of the business function and the function flash domain package of the general function through a preset stitching mechanism is rendered in the business base.
[0064] It should be noted that the type of the flash domain package that is specifically rendered can be determined according to the characteristics of the triggered business function. If the characteristics of the business function belong to a specific business, only the rendering of the business flash domain package is required. For the triggering of a business with general functions, the flash domain package that stitches the business flash domain package and the function flash domain package of the general function needs to be rendered, the coupling of the functions is achieved, and the complexity of the base function triggering is reduced.
[0065] In yet another embodiment provided by the application, the terminal needs to trigger the flash domain package update process when determining that the business function meets the preset update condition. Specifically, the flash domain package update has the following update occasions, specifically including:
[0066] After the base or the flash domain page of the application is started, it is checked whether the corresponding offline package is updated. That is, when the native application opens the base and each time the flash domain page is opened, it is checked whether the corresponding offline package is updated. If there is an update, it is determined that the corresponding business function meets the update condition, the new flash domain package is downloaded to the local, and is parsed and rendered. However, in most scenarios, the downloaded flash domain package takes effect when it is opened next time.
[0067] After the application is started, the local version and the server version of the flash domain package are queried. If the local version is lower than the server version, it is determined that the corresponding business function meets the update condition, and the query of the flash domain package update is started. For pages with relatively high real-time requirements, specified flash domain packages can be configured to be updated when the application is started.
[0068] When receiving the update push of the server to the business function, it is determined that the corresponding business function meets the update condition. The long connection push real-time update is suitable for scenarios with extremely high update real-time requirements.
[0069] It should be noted that the several update modes provided in the embodiment can expand the triggering scenarios of the flash domain package update, but the triggering of the flash domain package update should not be limited to these several modes, and can also be completed through manual triggering of the user and the like.
[0070] The trigger mode of the flash domain package update is set, the use range of the flash domain package update is improved, and the scene applicability is improved.
[0071] In another embodiment provided by the application, referring to Figure 4 FIG. 6 is another flowchart of a flash domain management method for application page access provided by an embodiment of the application.
[0072] In the business base application, for example, an album, a song list, and a radio click position, the base loads a specified flash domain package when the native application is started, which can be understood as a one-to-one button, and one base corresponds to one unique business flash domain package. The latest configuration is pulled during the click touch process. If the flash domain package version in the local cache is hit, the latest flash domain package is pulled from the server for replacement if the versions are inconsistent, and the cache is pulled if the versions are consistent. The purpose of this is to prevent the user from opening the application without operation, so that some functions cannot be detected and updated in time at the start.
[0073] The specified flash domain package is parsed through an initial standard, and is decoded into a specified rendering mode of each platform. The native rendering and the built-in webview rendering capability are built-in, and the performance requirement is strong, and the native rendering is used for rendering.
[0074] If the flash domain package agt file fails to be downloaded or fails to hit the cache, a global event is thrown upwards. After the event listening mechanism of the general SDK base receives the message, the execution mode of each touch business base is changed, the online webpage address in the configuration is read, the execution of the flash domain package is replaced, the touch position is switched to the webview rendering, and the stability is ensured.
[0075] In another embodiment provided by the application, the flash domain package generation process comprises the following steps.
[0076] The syntax processing and the security risk processing of the flash domain standard open code are performed by using a verification plug-in. That is, the code developed by the developer according to the flash domain standard is first subjected to the verification plug-in, the verification includes syntax, security risk and code processing, and feedback is given to the developer.
[0077] In the resource plug-in scanning process, static and dynamic network resources used by the current function are all downloaded to the local server, which is used for directly rendering the function when the flash domain package is actually running on the client, and the time for static resource network request is saved.
[0078] For the service function of different applications in the terminal, the common function of different applications is extracted, the common function flash domain package and the service function flash domain package of the common function are generated; for the terminal application, if multiple service functions share considerable functions, for example, the purchase album and the purchase song list both have the common payment function, then the common function will be extracted and packaged into a common flash domain package + service flash domain package, which is combined in step three base download, so as to reduce the download resource size and reduce the user traffic consumption. For the common function which does not need to be extracted, a service flash domain package can be packaged.
[0079] The environment plug-in is used to read the SDK environment configuration of the target terminal, the platform standard is determined according to the SDK environment configuration, and the common function flash domain package and the service function flash domain package are converted into intermediate files. This process converts the development standard into a specified platform standard, that is, the platform package is selected when the base is loaded subsequently.
[0080] The encryption plug-in is used to encrypt the intermediate files according to the base key, to generate encrypted files, and to upload to the server. For a terminal application, there are multiple functions, for example, a song list, an album, and a ranking list. Each function is a touch point, and the touch point is the flash domain base in step two. Then, according to the specified flash domain package corresponding to each base key, the agt file format is generated, to prevent security risks caused by other bases or Internet network downloads.
[0081] Referring to Figure 5 is a structural schematic diagram of a flash domain management device for application page access provided by an embodiment of the present application. The device comprises:
[0082] The loading module is configured to acquire, from the server through the SDK base, a flash domain package corresponding to the service function when it is determined that the service function meets the preset update condition.
[0083] The rendering module is configured to decode and render the flash domain package through initial standard analysis and a built-in rendering engine.
[0084] The flash domain management device for application page access provided by the embodiment can perform all steps and functions of the flash domain management method for application page access provided by any of the above embodiments, and the specific functions of the device will not be described here.
[0085] Referring to Figure 6 is a structural schematic diagram of a terminal device provided by an embodiment of the present application. The terminal device comprises a processor, a memory, and a computer program stored in the memory and executable on the processor, for example, a flash domain management program for application page access. The processor implements the steps in each of the above flash domain management methods for application page access when executing the computer program, for exampleFigure 1 The processor implements the functions of the modules in the above-mentioned device embodiments when executing the computer program.
[0086] The computer program can be divided into one or more modules, which are stored in the memory and executed by the processor to complete the present application. The one or more modules can be a series of computer program instruction segments capable of completing a specific function, which are used to describe the execution process of the computer program in the terminal device. For example, the computer program can be divided into several modules, and the specific functions of each module have been described in detail in the above-mentioned application page access flash memory management method. Here, the specific functions of the device will not be repeated.
[0087] The terminal device can be a desktop computer, a notebook computer, a palm computer, a cloud server and the like. The terminal device can include, but is not limited to, a processor and a memory. Those skilled in the art can understand that the schematic diagram is only an example of the terminal device, and does not constitute a limitation on the terminal device, and can include more or less components than the diagram, or combine certain components, or different components, for example, the terminal device can also include an input / output device, a network access device, a bus and the like.
[0088] The processor can be a central processing unit (CPU), and can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (ASIC), field programmable gate arrays (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The general-purpose processor can be a microprocessor or any conventional processor, etc. The processor is the control center of the terminal device, and connects all parts of the terminal device through various interfaces and lines.
[0089] The memory can be used to store the computer program and / or modules, and the processor realizes various functions of the application page access flash domain management device by running or executing the computer program and / or modules stored in the memory, and calling the data stored in the memory. The memory can mainly include a program storage area and a data storage area, wherein the program storage area can store an operating system, at least one application program required by a function (such as a sound playing function, an image playing function, etc.), and the like; and the data storage area can store data created according to the use of the mobile phone (such as audio data, a phonebook, etc.), and the like. In addition, the memory can include a high-speed random access memory, and can also include a non-volatile memory, for example, a hard disk, a memory, a plug-in hard disk, a smart media card (SMC), a secure digital (SD) card, a flash card, at least one disk storage device, a flash memory device, or other volatile solid-state storage devices.
[0090] The modules integrated in the terminal device can be stored in a computer-readable storage medium if they are realized in the form of software function units and sold or used as independent products. Based on this understanding, all or part of the processes in the above-mentioned embodiment methods can also be completed by a computer program instructing related hardware, and the computer program can be stored in a computer-readable storage medium. When the processor executes the computer program, the steps of the above-mentioned various method embodiments can be realized. The computer program includes computer program code, which can be in the form of source code, object code, an executable file, or some intermediate form, etc. The computer-readable medium can include any entity or device capable of carrying the computer program code, a recording medium, a U disk, a mobile hard disk, a magnetic disk, an optical disk, a computer memory, a read-only memory (ROM), a random access memory (RAM), an electrical carrier signal, a telecommunication signal, and a software distribution medium, etc.
[0091] The embodiment of the present application also provides a computer program product, which includes computer programs / instructions, and the computer programs / instructions realize the steps of the method in any of the above-mentioned embodiments when executed by a processor.
[0092] It should be noted that, for those skilled in the art, without departing from the principles of the present application, a number of improvements and refinements can be made, and these improvements and refinements are also considered to be within the protection scope of the present application.
Claims
1. A flash domain management method for application page access, characterized in that, The method comprises: When it is determined that the business function meets the preset update condition, obtaining the flash domain package corresponding to the business function from the server through the SDK base; Decoding and rendering the flash domain package through initial standard analysis and a built-in rendering engine; Wherein, obtaining the flash domain package corresponding to the business function from the server through the SDK base comprises: Obtaining the business version of the business flash domain package of the business function and the function version of the general flash domain package of the general function according to the identified platform environment; When the business version or the function version is not the latest version, obtaining the business flash domain package of the business function and the general flash domain package of the general function from the server through the SDK base, and fusing the two flash domain packages through a preset splicing logic to obtain a flash domain package.
2. The flash memory management method of claim 1, wherein, The method further comprises: When the user triggers the corresponding business function, rendering the business flash domain package of the business function separately in the business base; or, Fusing the business flash domain package of the business function and the general flash domain package of the general function through a preset splicing mechanism to obtain a new flash domain package and rendering the new flash domain package in the business base.
3. The flash memory management method of claim 1, wherein, The method further comprises: After the base or the flash domain page of the application is started, checking whether the corresponding offline package has an update; if yes, determining that the corresponding business function meets the update condition; or, After the application is started, querying the local version and the server version of the flash domain package; if the local version is lower than the server version, determining that the corresponding business function meets the update condition; or, When receiving the update push of the server on the business function, determining that the corresponding business function meets the update condition.
4. The flash memory management method of claim 1, wherein, The method further comprises: When the flash domain package corresponding to the business function fails to be downloaded, generating a global event and sending the global event to the SDK base, changing the execution mode of the distribution of each touch point business base, reading the online webpage address in the configuration, and switching the execution mode of the touch point position to webview rendering.
5. The flash memory management method of application page access according to claim 1, wherein, The flash domain package generation process comprises: Using a verification plug-in to perform syntax processing and security risk processing on the flash domain standard open code to obtain correct parameters; Using a resource plug-in to download the static network resource and the dynamic network resource of the business function to the server according to the correct parameters; For the business functions of different applications in the terminal, extracting the general functions of different applications, generating the general flash domain package of the general function and the business flash domain package of the business function; Using an environment plug-in to read the SDK environment configuration of the target terminal, determining the platform standard according to the SDK environment configuration, and converting the general flash domain package of the general function and the business flash domain package of the business function into intermediate files according to the platform standard; Using an encryption plug-in to encrypt the intermediate files according to the base key to generate encrypted files and upload the encrypted files to the server.
6. A flash memory management apparatus for application page access, characterized by comprising: The device comprises: A loading module configured to, when it is determined that the business function meets the preset update condition, obtain the flash domain package corresponding to the business function from the server through the SDK base; A rendering module configured to decode and render the flash domain package through initial standard analysis and a built-in rendering engine; Wherein, obtaining the flash domain package corresponding to the business function from the server through the SDK base comprises: According to the identified platform environment, a service version of a service flash domain package of the service function and a function version of a general flash domain package of the general function are acquired; When the service version or the function version is not the latest version, the service flash domain package of the service function and the general flash domain package of the general function are acquired from a server through an SDK base, and the two flash domain packages are fused through preset splicing logic as a resultant flash domain package.
7. A terminal device, characterized by comprising: The computer readable storage medium comprises a stored computer program, wherein when the computer program is run, the computer readable storage medium controls a device where the computer readable storage medium is located to execute the flash domain management method for application page access according to any one of claims 1 to 5.
8. A computer-readable storage medium, characterized in that, The computer readable storage medium comprises a stored computer program, wherein when the computer program is run, the computer readable storage medium controls a device where the computer readable storage medium is located to execute the flash domain management method for application page access according to any one of claims 1 to 5.
9. A computer program product comprising computer programs / instructions, characterized in that, The computer program / instruction is executed by the processor to implement the steps of the method according to any one of claims 1 to 5.
Citation Information
Patent Citations
System and method compatible with front-end pages of different engines
CN109117174A
Service update processing method and device, electronic equipment and storage medium
CN114924782A