CN111596966A - Sub-application loading method and device - Google Patents

Sub-application loading method and device Download PDF

Info

Publication number
CN111596966A
CN111596966A CN202010342512.1A CN202010342512A CN111596966A CN 111596966 A CN111596966 A CN 111596966A CN 202010342512 A CN202010342512 A CN 202010342512A CN 111596966 A CN111596966 A CN 111596966A
Authority
CN
China
Prior art keywords
sub
application
loading
modified
loading mode
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
CN202010342512.1A
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.)
Wuba Co Ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN202010342512.1A priority Critical patent/CN111596966A/en
Publication of CN111596966A publication Critical patent/CN111596966A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application provides a method and a device for loading sub-applications, and the method comprises the steps that firstly, a developer modifies a default loading mode of each sub-application into a loading mode matched with an actual use environment at a development end, and then each sub-application and the corresponding loading mode form a data pair and the data pair is stored in a database of a server. When the user uses the client, the current loading mode of each sub-application can be obtained from the database of the server, the loading mode corresponding to the currently used sub-application is determined, and the resource data is obtained from the server in the loading mode. Therefore, the sub-application loading method provided by the application can set a more matched loading mode according to the actual application environment of each sub-application for the user to use, so that the loading efficiency and quality are improved.

Description

Sub-application loading method and device
Technical Field
The present application relates to the field of application program maintenance, and in particular, to a method and an apparatus for loading a sub-application.
Background
An application is typically composed of multiple sub-applications, which may be developed through a cross-platform mobile application development framework (RN). Usually, the sub-applications correspondingly implement different business functions, for example, a chat application program includes sub-applications for learning mathematics, riding a car, shopping, and the like, and the sub-applications are developed by the RN. When the user uses the sub-applications, the user needs to obtain resource data by sending a loading request to a server corresponding to the application program, and can load the sub-applications and display a corresponding user interface.
According to different types of the sub-applications, different sub-applications can have different resource data loading modes, for example, some sub-applications can preferentially obtain resource data from a local cache corresponding to the sub-applications, and if the local cache does not have corresponding resource data, the resource data is obtained from a server database corresponding to the sub-applications; or some sub-applications may obtain resource data from the corresponding server database each time. Generally, what loading method is adopted by the sub-application is set by a developer in the design stage of the sub-application according to the function to be realized by the sub-application.
However, with the update or function adjustment of the sub-application and the different habits of the user in using the sub-application, it is likely that the resource data loading manner of the sub-application is not in accordance with the actual usage habits of the user. For example, if the default resource data loading manner of the sub-application is to preferentially obtain the resource data from the local cache, but the resource data of the sub-application needs to be updated frequently due to the habit of the user, if the resource data is still obtained from the local cache first, and the resource data is obtained from the server database if the required resource data is not obtained, the time consumed for loading the sub-application is increased.
Disclosure of Invention
The application provides a sub-application loading method and device, and aims to solve the problem that a default loading mode of a sub-application is not matched with the actual use condition of the sub-application.
In a first aspect, the present application provides a sub-application loading method, applied to a development end, the method including:
acquiring a default loading mode of each sub-application in an application program, wherein the default loading mode is a loading mode specified by the sub-application during development;
determining a sub-application to be modified, wherein the sub-application to be modified is a sub-application of which the default loading mode is not matched with the resource data updating frequency of the sub-application to be modified;
determining the unique identifier of the sub-application to be modified and a corresponding target loading mode, wherein the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
and sending a modification instruction to a server of the application program, wherein the modification instruction is used for indicating the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode matched with the resource data updating frequency of the sub-application to be modified, and the modification instruction comprises the unique identifier of the sub-application to be modified and the corresponding target loading mode.
In a possible implementation manner of the first aspect of the embodiment of the present invention, the method for determining the sub-application to be modified includes:
sequentially judging the resource data updating frequency of each sub-application in a preset measuring and calculating time range;
determining a first type of sub-application and a second type of sub-application, wherein the first type of sub-application is a sub-application with a resource data updating frequency larger than a preset frequency threshold, and the second type of sub-application is a sub-application with a resource data updating frequency smaller than or equal to the preset frequency threshold;
determining sub-applications to be modified, wherein the sub-applications to be modified are the first type sub-applications adopting a second type default loading mode and the second type sub-applications adopting a first type default loading mode, the first type default loading mode is to acquire resource data from a database of the server preferentially, the second type default loading mode is to acquire resource data from a local cache of the server preferentially, and then acquire the resource data from the database of the server.
In a possible implementation manner of the first aspect of the embodiment of the present invention, the determining the unique identifier of the sub-application to be modified and the corresponding target loading manner includes:
if the sub-application to be modified is the first type of sub-application adopting a second type of default loading mode, the target loading mode of the sub-application to be modified is the first type of default loading mode;
and if the sub-application to be modified is the second type of sub-application adopting the first type of default loading mode, the target loading mode of the sub-application to be modified is the second type of default loading mode.
In a second aspect, the present application provides a sub-application loading method, applied to a server, the method including:
receiving a modification instruction sent by a development end of an application program, wherein the modification instruction is used for instructing the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode matched with the resource data updating frequency of the sub-application to be modified, the modification instruction comprises a unique identifier of the sub-application to be modified in the application program and a corresponding target loading mode, the sub-application to be modified is a sub-application of which the default loading mode is not matched with the resource data updating frequency of the sub-application to be modified, and the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
determining a target basic unit in a database of the server, wherein the basic unit is a data pair consisting of a unique identifier of a sub-application of the application program and a corresponding default loading mode, and the target basic unit is the basic unit with the unique identifier which is the same as the unique identifier of the sub-application to be modified;
and modifying the default loading mode in each target base unit into the target loading mode matched with the resource data updating frequency of the sub-application to obtain a modified database, wherein the modified database is used for providing the modified loading mode corresponding to the sub-application for a client.
In a possible implementation manner of the second aspect of the embodiment of the present invention, the method further includes:
receiving a resource loading mode acquisition request sent by the client;
acquiring current loading modes of all the sub-applications in the application program from the database according to the resource loading mode acquisition request to obtain resource loading mode information, wherein if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are default loading modes of the sub-applications;
sending the resource loading mode information to the client, wherein the resource loading mode information is used for the client to determine the loading mode of the currently used sub-application;
receiving a resource data acquisition request sent by the client, wherein the resource data acquisition request is matched with the loading mode of the currently used sub-application;
and sending the resource data to the client.
In a third aspect, the present application provides a sub-application loading method, applied to a client, where the method includes:
sending a resource loading mode acquisition request to a server of an application program;
receiving resource loading mode information sent by the server, wherein the resource loading mode information comprises current loading modes of all the sub-applications in the application program, if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are default loading modes of the sub-applications;
acquiring a unique identifier of a currently used sub-application;
determining a current loading mode corresponding to a unique identifier which is the same as the unique identifier of the currently used sub-application from the resource loading mode information to obtain the loading mode of the currently used sub-application;
sending a resource data acquisition request to the server according to the loading mode of the currently used sub-application;
and receiving resource data sent by the server to load the currently used sub-application.
In a fourth aspect, the present application provides a sub-application loading apparatus, applied to an originating terminal, the apparatus including:
the system comprises a default loading mode acquisition module, a default loading mode acquisition module and a loading mode selection module, wherein the default loading mode acquisition module is used for acquiring the default loading mode of each sub-application in an application program, and the default loading mode is the loading mode specified by the sub-application during development;
the system comprises a to-be-modified sub-application determining module, a to-be-modified sub-application determining module and a to-be-modified sub-application determining module, wherein the to-be-modified sub-application is a sub-application of which a default loading mode is not matched with the resource data updating frequency of the to-be-modified sub-application;
the target information determining module is used for determining the unique identifier of the sub-application to be modified and a corresponding target loading mode, wherein the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
and the modification instruction sending module is used for sending a modification instruction to the server of the application program, wherein the modification instruction is used for indicating the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode matched with the resource data updating frequency of the sub-application, and the modification instruction comprises the unique identifier of the sub-application to be modified and a corresponding target loading mode.
In a possible implementation manner of the fourth aspect of the embodiment of the present invention, the to-be-modified sub-application determining module includes:
the judging module is used for judging the resource data updating frequency of each sub-application in a preset measuring and calculating time range;
the sub-application type determining module is used for determining a first type of sub-application and a second type of sub-application, wherein the first type of sub-application is a sub-application with a resource data updating frequency larger than a preset frequency threshold, and the second type of sub-application is a sub-application with a resource data updating frequency smaller than or equal to the preset frequency threshold;
the determining module is configured to determine sub-applications to be modified, where the sub-applications to be modified are the first type sub-applications adopting a second type default loading manner and the second type sub-applications adopting a first type default loading manner, where the first type default loading manner is to preferentially obtain resource data from a database of the server, and the second type default loading manner is to preferentially obtain resource data from a local cache of the server and then obtain resource data from the database of the server.
In a possible implementation manner of the fourth aspect of the embodiment of the present invention, the target information determining module includes:
a first determining module, configured to determine that the target loading manner of the sub-application to be modified is the first-class default loading manner if the sub-application to be modified is the first-class sub-application adopting the second-class default loading manner;
a second determining module, configured to determine that the target loading manner of the sub-application to be modified is the second type of default loading manner if the sub-application to be modified is the second type of sub-application that adopts the first type of default loading manner.
In a fifth aspect, the present application provides a sub-application loading apparatus, applied to a server, the apparatus including:
a modification instruction receiving module, configured to receive a modification instruction sent by a development end of an application program, where the modification instruction is used to instruct the server to modify a loading manner of the sub-application to be modified, so as to obtain a target loading manner matched with a resource data update frequency of the sub-application, where the modification instruction includes a unique identifier of the sub-application to be modified in the application program and a corresponding target loading manner, the sub-application to be modified is a sub-application whose default loading manner does not match with the resource data update frequency of the sub-application to be modified, and the target loading manner is a loading manner matched with the resource data update frequency of the sub-application to be modified;
a target base unit determining module, configured to determine a target base unit in a database of the server, where the base unit is a data pair consisting of a unique identifier of a sub-application of the application program and a corresponding default loading manner, and the target base unit is the base unit having a unique identifier that is the same as the unique identifier of the sub-application to be modified;
and the modification module is used for modifying the default loading mode in each target base unit into the target loading mode matched with the resource data updating frequency of the sub-application to obtain a modified database, and the modified database is used for providing the modified loading mode corresponding to the sub-application to be modified for a client.
In a possible implementation manner of the fifth aspect of the embodiment of the present invention, the apparatus further includes:
the first request receiving module is used for receiving a resource loading mode acquisition request sent by the client;
a resource loading mode information obtaining module, configured to obtain, according to the resource loading mode obtaining request, current loading modes of all the sub applications in the application program from the database, and obtain resource loading mode information, where if the sub application is the sub application to be modified, the current loading mode of the sub application is a target loading mode of the sub application, and if the sub application is not the sub application to be modified, the current loading mode of the sub application is a default loading mode of the sub application;
an information sending module, configured to send the resource loading manner information to the client, where the resource loading manner information is used by the client to determine a loading manner of a currently used sub-application;
a second request receiving module, configured to receive a resource data acquisition request sent by the client, where the resource data acquisition request is matched with a loading manner of the currently used sub-application;
and the resource data sending module is used for sending the resource data to the client.
In a sixth aspect, the present application provides a sub-application loading apparatus, applied to a client, the apparatus including:
the first request sending module is used for sending a resource loading mode acquisition request to a server of an application program;
an information receiving module, configured to receive resource loading manner information sent by the server, where the resource loading manner information includes current loading manners of all the sub applications in the application program, where if the sub application is the sub application to be modified, the current loading manner of the sub application is a target loading manner of the sub application, and if the sub application is not the sub application to be modified, the current loading manner of the sub application is a default loading manner of the sub application;
the unique identifier acquisition module is used for acquiring the unique identifier of the currently used sub-application;
a loading mode determining module, configured to determine, from the resource loading mode information, a current loading mode corresponding to a unique identifier that is the same as the unique identifier of the currently used sub-application, to obtain a loading mode of the currently used sub-application;
a second request sending module, configured to send a resource data acquisition request to the server according to the loading manner of the currently used sub-application;
and the resource data receiving module is used for receiving the resource data sent by the server so as to load the currently used sub-application.
In a seventh aspect, the present application provides an electronic device, applied to a development terminal, including:
a processor, and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform any of the child application loading methods via execution of the executable instructions.
In an eighth aspect, the present application provides a computer-readable storage medium, applied to an initiating terminal, having a computer program stored thereon, which, when executed by a processor, implements any of the described sub-application loading methods.
In a ninth aspect, the present application provides an electronic device applied to a server, the electronic device including:
a processor, and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform any of the child application loading methods via execution of the executable instructions.
In a tenth aspect, the present application provides a computer-readable storage medium, which is applied to a server and stores thereon a computer program, which when executed by a processor implements any one of the child application loading methods.
In an eleventh aspect, the present application provides an electronic device applied to a client, where the electronic device includes:
a processor, and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the sub-application loading method via execution of the executable instructions.
In a twelfth aspect, the present application provides a computer-readable storage medium, applied to a client, and having a computer program stored thereon, where the computer program, when executed by a processor, implements the sub-application loading method.
As can be seen from the above technologies, the present application embodiment provides a method and an apparatus for loading a sub-application, where a developer modifies a default loading manner of each sub-application into a loading manner matched with an actual usage environment at an initiation end, and then forms a data pair with each sub-application and a corresponding loading manner and stores the data pair in a database of a server. When the user uses the client, the current loading mode of each sub-application can be obtained from the database of the server, the loading mode matching the updating frequency of the resource data of the currently used sub-application and the sub-application is determined, and the resource data is obtained from the server in the loading mode. Therefore, the sub-application loading method provided by the application can set a more matched loading mode according to the actual application environment of each sub-application for the user to use, so that the loading efficiency and quality are improved.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a flowchart of a sub-application loading method applied at an initiation end according to an embodiment of the present application;
fig. 2 is a flowchart of a sub-application loading method applied to a server according to an embodiment of the present application;
fig. 3 is a flowchart of a sub-application loading method applied to a client according to an embodiment of the present application;
FIG. 4 is a flowchart of a method for determining a sub-application to be modified according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a first sub-application loading device according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a second sub-application loading device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a third sub-application loading apparatus according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of a fourth sub-application loading apparatus according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of a fifth sub-application loading apparatus according to an embodiment of the present application;
fig. 10 is a schematic structural diagram of a sixth embodiment of a sub application loading apparatus according to an embodiment of the present application;
fig. 11 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention;
fig. 12 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention;
fig. 13 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a sub-application loading method applied to an initiation end according to an embodiment of the present application, fig. 2 is a flowchart of a sub-application loading method applied to a server according to an embodiment of the present application, and fig. 3 is a flowchart of a sub-application loading method applied to a client according to an embodiment of the present application, where the method includes:
s1, acquiring a default loading mode of each sub-application in the application program, wherein the default loading mode is a loading mode specified by the sub-application during development.
Usually, when a developer initially designs each sub-application of an application program, a loading mode is defined for each sub-application, that is, a default loading mode, and under the condition that the developer does not modify the loading mode of the sub-application, the loading mode of the sub-application always adopts the default loading mode. For example, the application program a includes a sub-application a, a sub-application b, and a sub-application c. The default loading mode of the sub-application a is to preferentially acquire resource data from a local cache, the default loading mode of the sub-application b is to preferentially acquire resource data from a database of the server, and the default loading mode of the sub-application c is to preferentially acquire resource data from the local cache. It should be noted that the default loading manner of the sub-application may be implemented in various manners, which is not limited to the default loading manner provided in the present application, and this embodiment only gives an example.
S2, determining the sub-application to be modified, wherein the sub-application to be modified is a sub-application of which the default loading mode is not matched with the resource data updating frequency of the sub-application to be modified.
Because different use environments can occur in the actual use process of the sub-application, the default loading mode cannot necessarily meet the actual use environments, wherein the most typical use environment is the resource data updating frequency of the sub-application, if one sub-application is in the initial development stage, or more problems exist in the initial design, or the updating iteration of the requirement of the faced audience is faster, the corresponding sub-application needs to be updated continuously, that is, the resource data of the sub-application needs to be updated faster, and at the moment, the resource data updating frequency of the sub-application is higher; conversely, if a sub-application has been developed for a longer time, the functions of the sub-application have stabilized, or the needs of the target audience have changed less, or are regularly raised, the needs of the sub-application are updated less accordingly, i.e., the resource data of the sub-application is updated less frequently.
Generally, the resource data stored in the local cache of the server comes from the database of the server, which is equivalent to historical record data, and the timeliness is poor, but the resource data can be directly obtained from the local cache of the server without an additional transmission medium, and the speed is high; however, if the database of the server needs to be accessed through a network, the quality and the security of the network seriously affect the quality and the efficiency of acquiring the resource data from the database of the server. It can be seen that the loading mode of the resource data is closely related to the update frequency of the resource data, and the default loading mode usually ignores the dependency, so that modification of the improper default loading mode is required.
As shown in fig. 4, a flowchart of a method for determining a sub-application to be modified according to an embodiment of the present application is provided, where the method includes:
s201, judging the resource data updating frequency of each sub-application in a preset measuring and calculating time range;
s202, determining a first type of sub-application and a second type of sub-application, wherein the first type of sub-application is a sub-application with a resource data updating frequency larger than a preset frequency threshold, and the second type of sub-application is a sub-application with a resource data updating frequency smaller than or equal to the preset frequency threshold;
s203, determining sub-applications to be modified, wherein the sub-applications to be modified are the first type sub-applications adopting a second type default loading mode and the second type sub-applications adopting a first type default loading mode, the first type default loading mode is to acquire resource data from a database of the server preferentially, and the second type default loading mode is to acquire resource data from a local cache of the server preferentially and then acquire the resource data from the database of the server.
Judging the resource data updating frequency of each sub-application within a preset measuring and calculating time range, for example, if the preset measuring and calculating time range is 30 days and the resource data of the sub-application a is updated for 3 times, the updating frequency of the sub-application a is 3 times/30 days; if the resource data of the sub-application b is updated for 1 time, the updating frequency of the sub-application b is 1 time/30 days; if the resource data of the sub-application c is updated 1 time, the update frequency of the sub-application c is 1 time/30 days. If the preset frequency threshold is 2 times/30 days, the sub-application a is a first type of sub-application, and the self-applications b and c are a second type of self-application. As can be seen from the examples given above, the sub-applications a and c adopt the second type of default loading mode, and the sub-application b adopts the first type of default loading mode. From the above analysis, the default loading manner of the sub-application a and the sub-application b does not match with the actual resource data update frequency, and therefore, the sub-application a and the sub-application b should be determined as the sub-application to be modified.
S3, determining the unique identifier of the sub-application to be modified and a corresponding target loading mode, wherein the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified.
After determining the sub-application to be modified, the default loading mode of the sub-application to be modified needs to be modified.
Specifically, if the sub-application to be modified is the first-class sub-application adopting a second-class default loading mode, the target loading mode of the sub-application to be modified is the first-class default loading mode; and if the sub-application to be modified is the second type of sub-application adopting the first type of default loading mode, the target loading mode of the sub-application to be modified is the second type of default loading mode.
That is, the sub-application with higher resource data updating frequency adopts the first kind of default loading mode, and the sub-application with lower resource data updating frequency adopts the second kind of default loading mode.
S4, sending a modification instruction to the server of the application program to enable the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode, wherein the modification instruction comprises the unique identifier of the sub-application to be modified and the corresponding target loading mode.
After the target loading modes of the sub-applications to be modified are determined, a modification instruction needs to be sent to the server of the application program, so that the server modifies the loading modes of the sub-applications to be modified, and after the loading modes of all the sub-applications are stored in the server, a user can load resource data by using the loading modes matched with the sub-applications.
Generally, the modification instruction includes a unique identifier of the sub-application to be modified, where the unique identifier is used to represent the sub-application to be modified, and there is a one-to-one correspondence relationship between the unique identifier and the sub-application to be modified, and the unique identifier may be a number, a character, a special symbol, or the like. Meanwhile, the modification instruction may also include a target loading mode of the sub-application to be modified, and usually, numbers, characters, special symbols, and the like may also be used to represent different loading modes, for example, 1-priority loading of local resources.
S5, receiving a modification instruction sent by a development end of an application program, wherein the modification instruction comprises a unique identifier of a sub-application to be modified in the application program and a corresponding target loading mode, the sub-application to be modified is a sub-application of which a default loading mode is not matched with the resource data updating frequency of the sub-application to be modified, and the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified.
S6, determining a target basic unit in the database of the server, wherein the basic unit is a data pair consisting of the unique identifier of the sub-application of the application program and the corresponding default loading mode, and the target basic unit is the basic unit with the unique identifier which is the same as the unique identifier of the sub-application to be modified.
Usually, a database of the server stores a plurality of basic units for representing the correspondence between the unique identifier of the sub-application and the default loading mode, and the loading mode of a certain sub-application can be determined quickly through the basic units. When the default loading mode of the sub-application needs to be changed, only the default loading mode in the corresponding basic unit needs to be changed.
And S7, sequentially modifying the default loading mode in each target basic unit into the corresponding target loading mode to obtain a modified database for the client to request the loading mode.
And modifying all target basic units to be modified to finish the modification of the database, so that the modified database can provide an accurate current loading mode of the sub-application for a user.
And S8, sending a resource loading mode acquisition request to the server of the application program.
After entering the application program, the user usually sends a resource loading mode acquisition request to the server to acquire the loading modes of all the sub-applications, so that the resource loading mode corresponding to the sub-application can be quickly determined no matter which sub-application is used by the user next.
And S9, receiving the resource loading mode acquisition request sent by the client.
And S10, obtaining the current loading modes of all the sub-applications in the application program from the database according to the resource loading mode obtaining request, and obtaining resource loading mode information, wherein if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are the target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are the default loading modes of the sub-applications.
After receiving the resource loading mode acquisition request sent by the client, the server acquires the current loading modes of all the sub-applications in the application program from the database, summarizes the current loading modes of the sub-applications, and can obtain resource loading mode information. The current loading manner of the sub-application is obtained by the steps provided above, and will not be described herein again.
S11, sending the resource loading mode information to the client so that the client can determine the loading mode of the currently used sub-application.
And S12, receiving resource loading mode information sent by the server, wherein the resource loading mode information includes current loading modes of all the sub-applications in the application program, wherein if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are default loading modes of the sub-applications.
After receiving the resource loading mode information sent by the server, the client can acquire the current loading modes of all sub-applications in the application program.
And S13, acquiring the unique identification of the currently used sub-application.
At this time, the unique identifier of the currently used sub-application is obtained and used as a judgment basis for subsequently determining the loading mode. For example, the currently used sub-application is a sub-application a, and the unique identifier is a.
And S14, determining the current loading mode corresponding to the unique identifier which is the same as the unique identifier of the currently used sub-application from the resource loading mode information, and obtaining the loading mode of the currently used sub-application.
As can be seen from the above, the default loading manner of the sub-application a is modified, at this time, the current loading manner of the sub-application a is the first type of default loading manner, and if the number code specifying the first type of default loading manner is 2, it can be determined that the current loading manner uniquely identified as a is 2.
S15, sending a resource data acquisition request to the server according to the loading mode of the currently used sub-application.
As can be seen from the foregoing, the loading manner of the currently used sub-application a is 2, that is, the resource data is preferentially obtained from the database of the server, and then the client needs to obtain the resource data from the database of the server according to the loading manner, that is, needs to send a resource data obtaining request to the database of the server.
And S16, receiving a resource data acquisition request sent by the client, wherein the resource data acquisition request is matched with the loading mode of the currently used sub-application.
After receiving the resource data acquisition request sent by the client, the server needs to collect corresponding resource data according to the resource data acquisition request, and in the above example, the server needs to preferentially collect resource data from the database according to the resource data acquisition request.
And S17, sending the resource data to the client.
And S18, receiving the resource data sent by the server to load the currently used sub-application.
According to the technical scheme, the sub-application loading method can set a more matched loading mode according to the actual application environment of each sub-application for a user to use, so that the loading efficiency and quality are improved.
Fig. 5 is a schematic structural diagram of a first sub-application loading apparatus according to an embodiment of the present application, where the apparatus includes: a default loading mode obtaining module 1, configured to obtain a default loading mode of each sub-application in an application program, where the default loading mode is a loading mode specified by the sub-application during development; the to-be-modified sub-application determining module 2 is configured to determine a to-be-modified sub-application, where the to-be-modified sub-application is a sub-application whose default loading manner does not match the resource data update frequency of the to-be-modified sub-application; the target information determining module 3 is configured to determine the unique identifier of the sub-application to be modified and a corresponding target loading manner, where the target loading manner is a loading manner matched with the resource data update frequency of the sub-application to be modified; and a modification instruction sending module 4, configured to send a modification instruction to a server of the application program, where the modification instruction is used to instruct the server to modify the loading manner of the sub-application to be modified, so as to obtain a target loading manner that matches the resource data update frequency of the sub-application to be modified, and the modification instruction includes the unique identifier of the sub-application to be modified and a corresponding target loading manner.
Fig. 6 is a schematic structural diagram of a second sub-application loading apparatus according to an embodiment of the present application, where the to-be-modified sub-application determining module 2 includes: the judging module 21 is configured to judge a resource data update frequency of each sub-application within a preset measurement and calculation time range; the sub-application category determining module 22 is configured to determine a first type of sub-application and a second type of sub-application, where the first type of sub-application is a sub-application whose resource data update frequency is greater than a preset frequency threshold, and the second type of sub-application is a sub-application whose resource data update frequency is less than or equal to the preset frequency threshold; the determining module 23 is configured to determine sub-applications to be modified, where the sub-applications to be modified are the first type sub-applications adopting a second type default loading manner and the second type sub-applications adopting a first type default loading manner, where the first type default loading manner is to preferentially obtain resource data from a database of the server, and the second type default loading manner is to preferentially obtain resource data from a local cache of the server and then obtain resource data from the database of the server.
Fig. 7 is a schematic structural diagram of a third sub-application loading apparatus according to an embodiment of the present application, where the target information determining module 3 includes: a first determining module 31, configured to, if the sub-application to be modified is the first type of sub-application that adopts a second type of default loading manner, determine that a target loading manner of the sub-application to be modified is the first type of default loading manner; a second determining module 32, configured to, if the to-be-modified sub application is the second type of sub application that adopts the first type of default loading manner, determine that the target loading manner of the to-be-modified sub application is the second type of default loading manner.
Fig. 8 is a schematic structural diagram of a fourth sub-application loading apparatus according to an embodiment of the present application, where the apparatus includes: a modification instruction receiving module 5, configured to receive a modification instruction sent by a development end of an application program, where the modification instruction is used to instruct the server to modify the loading manner of the sub-application to be modified, so as to obtain a target loading manner matched with the resource data update frequency of the sub-application, where the modification instruction includes a unique identifier of the sub-application to be modified in the application program and a corresponding target loading manner, the sub-application to be modified is a sub-application whose default loading manner does not match with the resource data update frequency of the sub-application to be modified, and the target loading manner is a loading manner matched with the resource data update frequency of the sub-application to be modified; a target base unit determining module 6, configured to determine a target base unit in the database of the server, where the base unit is a data pair consisting of a unique identifier of a sub-application of the application program and a corresponding default loading manner, and the target base unit is the base unit having a unique identifier that is the same as the unique identifier of the sub-application to be modified; and the modification module 7 is configured to modify the default loading mode in each target base unit to the target loading mode matched with the resource data update frequency of the sub-application, so as to obtain a modified database, where the modified database is used to provide the modified loading mode corresponding to the sub-application for the client.
Fig. 9 is a schematic structural diagram of a fifth embodiment of a sub-application loading apparatus provided in the embodiment of the present application, where the apparatus further includes: a first request receiving module 8, configured to receive a resource loading manner obtaining request sent by the client; a resource loading manner information obtaining module 9, configured to obtain, according to the resource loading manner obtaining request, current loading manners of all the sub applications in the application program from the database, to obtain resource loading manner information, where if the sub application is the sub application to be modified, the current loading manner of the sub application is a target loading manner of the sub application, and if the sub application is not the sub application to be modified, the current loading manner of the sub application is a default loading manner of the sub application; an information sending module 10, configured to send the resource loading manner information to the client, where the resource loading manner information is used by the client to determine a loading manner of a currently used sub-application; a second request receiving module 11, configured to receive a resource data obtaining request sent by the client, where the resource data obtaining request is matched with a loading manner of the currently used sub-application; and a resource data sending module 12, configured to send resource data to the client.
Fig. 10 is a schematic structural diagram of a sixth embodiment of a sub-application loading apparatus provided in an embodiment of the present application, where the apparatus includes: a first request sending module 13, configured to send a resource loading manner acquisition request to a server of an application program; an information receiving module 14, configured to receive resource loading manner information sent by the server, where the resource loading manner information includes current loading manners of all the sub applications in the application program, where if the sub application is the sub application to be modified, the current loading manner of the sub application is a target loading manner of the sub application, and if the sub application is not the sub application to be modified, the current loading manner of the sub application is a default loading manner of the sub application; the unique identifier obtaining module 15 is configured to obtain a unique identifier of a currently used sub-application; a loading mode determining module 16, configured to determine, from the resource loading mode information, a current loading mode corresponding to a unique identifier that is the same as the unique identifier of the currently used sub-application, to obtain a loading mode of the currently used sub-application; a second request sending module 17, configured to send a resource data obtaining request to the server according to the loading manner of the currently used sub-application; and the resource data receiving module 18 is configured to receive the resource data sent by the server to load the currently used sub-application.
Fig. 11 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention, which is applied to a development terminal, where the electronic device includes: a memory 101 and a processor 102;
a memory 101 for storing a computer program;
the processor 102 is configured to execute the computer program stored in the memory to implement the house data displaying method in the foregoing embodiments. Reference may be made in particular to the description relating to the method embodiments described above.
Alternatively, the memory 101 may be separate or integrated with the processor 102.
When the memory 101 is a device independent of the processor 102, the electronic apparatus may further include:
a bus 103 for connecting the memory 101 and the processor 102.
Fig. 12 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention, which is applied to a server, and the electronic device includes: a memory 104 and a processor 105;
a memory 104 for storing a computer program;
a processor 105 for executing the computer program stored in the memory to implement the sub-application loading method in the above embodiments. Reference may be made in particular to the description relating to the method embodiments described above.
Alternatively, the memory 104 may be separate or integrated with the processor 105.
When the memory 104 is a device independent of the processor 105, the electronic apparatus may further include:
a bus 106 for connecting the memory 104 and the processor 105.
Fig. 13 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention, which is applied to a client, where the electronic device includes: a memory 107 and a processor 108;
a memory 107 for storing a computer program;
a processor 108 for executing the computer program stored in the memory to implement the sub-application loading method in the above embodiments. Reference may be made in particular to the description relating to the method embodiments described above.
Alternatively, the memory 107 may be separate or integrated with the processor 108.
When the memory 107 is a device independent of the processor 108, the electronic apparatus may further include:
a bus 109 for connecting the memory 107 and the processor 108.
The electronic device provided in the embodiment of the present invention may be configured to execute any one of the sub-application loading methods shown in the above embodiments, and the implementation manner and the technical effect are similar, and details of the embodiment of the present invention are not described herein again.
An embodiment of the present invention further provides a readable storage medium, where a computer program is stored in the readable storage medium, and when at least one processor of a message sending apparatus executes the computer program, the message sending apparatus executes the sub application loading method described in any of the foregoing embodiments.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program described above may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention.

Claims (9)

1. A sub-application loading method applied to a development end, the method comprising:
acquiring a default loading mode of each sub-application in an application program, wherein the default loading mode is a loading mode specified by the sub-application during development;
determining a sub-application to be modified, wherein the sub-application to be modified is a sub-application of which the default loading mode is not matched with the resource data updating frequency of the sub-application to be modified;
determining the unique identifier of the sub-application to be modified and a corresponding target loading mode, wherein the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
and sending a modification instruction to a server of the application program, wherein the modification instruction is used for indicating the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode matched with the resource data updating frequency of the sub-application to be modified, and the modification instruction comprises the unique identifier of the sub-application to be modified and the corresponding target loading mode.
2. The method of claim 1, wherein the method for determining the sub-application to be modified comprises:
judging the resource data updating frequency of each sub-application in a preset measuring and calculating time range;
determining a first type of sub-application and a second type of sub-application, wherein the first type of sub-application is a sub-application with a resource data updating frequency larger than a preset frequency threshold, and the second type of sub-application is a sub-application with a resource data updating frequency smaller than or equal to the preset frequency threshold;
determining sub-applications to be modified, wherein the sub-applications to be modified are the first type sub-applications adopting a second type default loading mode and the second type sub-applications adopting a first type default loading mode, the first type default loading mode is to acquire resource data from a database of the server preferentially, the second type default loading mode is to acquire resource data from a local cache of the server preferentially, and then acquire the resource data from the database of the server.
3. The method according to claim 2, wherein the determining the unique identifier of the sub-application to be modified and the corresponding target loading manner comprises:
if the sub-application to be modified is the first type of sub-application adopting a second type of default loading mode, the target loading mode of the sub-application to be modified is the first type of default loading mode;
and if the sub-application to be modified is the second type of sub-application adopting the first type of default loading mode, the target loading mode of the sub-application to be modified is the second type of default loading mode.
4. A sub-application loading method is applied to a server, and is characterized in that the method comprises the following steps:
receiving a modification instruction sent by a development end of an application program, wherein the modification instruction is used for instructing the server to modify the loading mode of the sub-application to be modified to obtain a target loading mode matched with the resource data updating frequency of the sub-application, the modification instruction comprises a unique identifier of the sub-application to be modified in the application program and a corresponding target loading mode, the sub-application to be modified is a sub-application of which the default loading mode is not matched with the resource data updating frequency of the sub-application to be modified, and the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
determining a target basic unit in a database of the server, wherein the basic unit is a data pair consisting of a unique identifier of a sub-application of the application program and a corresponding default loading mode, and the target basic unit is the basic unit with the unique identifier which is the same as the unique identifier of the sub-application to be modified;
and modifying the default loading mode in each target base unit into the target loading mode matched with the resource data updating frequency of the sub-application to obtain a modified database, wherein the modified database is used for providing the modified loading mode corresponding to the sub-application to be modified for a client.
5. The method of claim 4, further comprising:
receiving a resource loading mode acquisition request sent by the client;
acquiring current loading modes of all the sub-applications in the application program from the database according to the resource loading mode acquisition request to obtain resource loading mode information, wherein if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are default loading modes of the sub-applications;
sending the resource loading mode information to the client, wherein the resource loading mode information is used for the client to determine the loading mode of the currently used sub-application;
receiving a resource data acquisition request sent by the client, wherein the resource data acquisition request is matched with the loading mode of the currently used sub-application;
and sending the resource data to the client.
6. A sub-application loading method is applied to a client, and is characterized in that the method comprises the following steps:
sending a resource loading mode acquisition request to a server of an application program;
receiving resource loading mode information sent by the server, wherein the resource loading mode information comprises current loading modes of all the sub-applications in the application program, if the sub-applications are the sub-applications to be modified, the current loading modes of the sub-applications are target loading modes of the sub-applications, and if the sub-applications are not the sub-applications to be modified, the current loading modes of the sub-applications are default loading modes of the sub-applications;
acquiring a unique identifier of a currently used sub-application;
determining a current loading mode corresponding to a unique identifier which is the same as the unique identifier of the currently used sub-application from the resource loading mode information to obtain the loading mode of the currently used sub-application;
sending a resource data acquisition request to the server according to the loading mode of the currently used sub-application;
and receiving resource data sent by the server to load the currently used sub-application.
7. A sub-application loading apparatus for use at a development end, the apparatus comprising:
the system comprises a default loading mode acquisition module, a default loading mode acquisition module and a loading mode selection module, wherein the default loading mode acquisition module is used for acquiring the default loading mode of each sub-application in an application program, and the default loading mode is the loading mode specified by the sub-application during development;
the system comprises a to-be-modified sub-application determining module, a to-be-modified sub-application determining module and a to-be-modified sub-application determining module, wherein the to-be-modified sub-application is a sub-application of which a default loading mode is not matched with the resource data updating frequency of the to-be-modified sub-application;
the target information determining module is used for determining the unique identifier of the sub-application to be modified and a corresponding target loading mode, wherein the target loading mode is a loading mode matched with the resource data updating frequency of the sub-application to be modified;
and the modification instruction sending module is used for sending a modification instruction to the server of the application program, wherein the modification instruction is used for indicating the server to modify the loading mode of the sub-application to be modified so as to obtain a target loading mode matched with the resource data updating frequency of the sub-application to be modified, and the modification instruction comprises the unique identifier of the sub-application to be modified and a corresponding target loading mode.
8. A sub-application loading apparatus applied to a server, the apparatus comprising:
a modification instruction receiving module, configured to receive a modification instruction sent by a development end of an application program, where the modification instruction is used to instruct the server to modify a loading manner of the sub-application to be modified, so as to obtain a target loading manner matched with a resource data update frequency of the sub-application, where the modification instruction includes a unique identifier of the sub-application to be modified in the application program and a corresponding target loading manner, the sub-application to be modified is a sub-application whose default loading manner does not match with the resource data update frequency of the sub-application to be modified, and the target loading manner is a loading manner matched with the resource data update frequency of the sub-application to be modified;
a target base unit determining module, configured to determine a target base unit in a database of the server, where the base unit is a data pair consisting of a unique identifier of a sub-application of the application program and a corresponding default loading manner, and the target base unit is the base unit having a unique identifier that is the same as the unique identifier of the sub-application to be modified;
and the modification module is used for modifying the default loading mode in each target base unit into the target loading mode matched with the resource data updating frequency of the sub-application to obtain a modified database, and the modified database is used for providing the modified loading mode corresponding to the sub-application to be modified for a client.
9. A sub-application loading apparatus applied to a client, the apparatus comprising:
the first request sending module is used for sending a resource loading mode acquisition request to a server of an application program;
an information receiving module, configured to receive resource loading manner information sent by the server, where the resource loading manner information includes current loading manners of all the sub applications in the application program, where if the sub application is the sub application to be modified, the current loading manner of the sub application is a target loading manner of the sub application, and if the sub application is not the sub application to be modified, the current loading manner of the sub application is a default loading manner of the sub application;
the unique identifier acquisition module is used for acquiring the unique identifier of the currently used sub-application;
a loading mode determining module, configured to determine, from the resource loading mode information, a current loading mode corresponding to a unique identifier that is the same as the unique identifier of the currently used sub-application, to obtain a loading mode of the currently used sub-application;
a second request sending module, configured to send a resource data acquisition request to the server according to the loading manner of the currently used sub-application;
and the resource data receiving module is used for receiving the resource data sent by the server so as to load the currently used sub-application.
CN202010342512.1A 2020-04-27 2020-04-27 Sub-application loading method and device Pending CN111596966A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010342512.1A CN111596966A (en) 2020-04-27 2020-04-27 Sub-application loading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010342512.1A CN111596966A (en) 2020-04-27 2020-04-27 Sub-application loading method and device

Publications (1)

Publication Number Publication Date
CN111596966A true CN111596966A (en) 2020-08-28

Family

ID=72190727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010342512.1A Pending CN111596966A (en) 2020-04-27 2020-04-27 Sub-application loading method and device

Country Status (1)

Country Link
CN (1) CN111596966A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899228A (en) * 2014-03-07 2015-09-09 中国移动通信集团河北有限公司 Method and device for publishing webpage resources
CN105760199A (en) * 2016-02-23 2016-07-13 腾讯科技(深圳)有限公司 Method and equipment for loading application resource
CN106294597A (en) * 2016-07-28 2017-01-04 百度在线网络技术(北京)有限公司 For the method and apparatus that the static resource of webpage is grouped
CN106547578A (en) * 2015-09-21 2017-03-29 阿里巴巴集团控股有限公司 The loading method and device of terminal applies APP
CN108228717A (en) * 2017-12-06 2018-06-29 五八有限公司 The loading method and device of the page
CN110147258A (en) * 2019-04-19 2019-08-20 平安科技(深圳)有限公司 Improve method, apparatus, computer equipment and the storage medium of program loading efficiency
CN110334298A (en) * 2019-05-21 2019-10-15 深圳壹账通智能科技有限公司 Processing method, device, medium and the electronic equipment of page resource data

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899228A (en) * 2014-03-07 2015-09-09 中国移动通信集团河北有限公司 Method and device for publishing webpage resources
CN106547578A (en) * 2015-09-21 2017-03-29 阿里巴巴集团控股有限公司 The loading method and device of terminal applies APP
CN105760199A (en) * 2016-02-23 2016-07-13 腾讯科技(深圳)有限公司 Method and equipment for loading application resource
CN106294597A (en) * 2016-07-28 2017-01-04 百度在线网络技术(北京)有限公司 For the method and apparatus that the static resource of webpage is grouped
CN108228717A (en) * 2017-12-06 2018-06-29 五八有限公司 The loading method and device of the page
CN110147258A (en) * 2019-04-19 2019-08-20 平安科技(深圳)有限公司 Improve method, apparatus, computer equipment and the storage medium of program loading efficiency
CN110334298A (en) * 2019-05-21 2019-10-15 深圳壹账通智能科技有限公司 Processing method, device, medium and the electronic equipment of page resource data

Similar Documents

Publication Publication Date Title
CN108399072B (en) Application page updating method and device
CN111158613A (en) Data block storage method and device based on access heat and storage equipment
CN109726108B (en) Front-end code testing method, device, system and medium based on analog data
CN113779422B (en) Method and device for realizing relationship chain label, electronic equipment and storage medium
CN109271255A (en) Resource regulating method, system and electronic equipment and storage medium
CN111311014B (en) Service data processing method, device, computer equipment and storage medium
CN111399895A (en) Client updating method and device, electronic equipment and computer readable medium
CN114675820A (en) Service arrangement data processing method and device, electronic equipment and storage medium
CN114153856A (en) Host data double-writing method and device
CN111596966A (en) Sub-application loading method and device
CN115408034A (en) Vehicle-mounted controller upgrading method and device, electronic equipment and storage medium
CN113722228A (en) Software system testing method and device
CN106844502B (en) Data consistency processing method and equipment
CN109298831B (en) Information storage method and device
CN113643013B (en) Model building method, business processing device, electronic equipment and medium
KR102596921B1 (en) Method and server providing web app design service to customer
CN112286620B (en) Application program interaction method and device, electronic equipment and storage medium
CN111610943B (en) Method, device and system for managing and using face sheet template
CN111258622B (en) Control method and device for APP newly-added function
CN109901997B (en) Financial system upgrading method and device, electronic equipment and storage medium
US20230124709A1 (en) Personalized text proofing using distributed services
CN116795405A (en) Quick rendering method for front-end pages of thousand-person thousand-face scene, server and front-end equipment
CN117349108A (en) Control method, device, system, product, medium and equipment for log
CN118656376A (en) Question-answer library updating method based on version number and related equipment
CN115270672A (en) Verification method, device, equipment and storage medium of TCAM (ternary content addressable memory) encapsulation module

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