CN112596820A - Resource loading method, device, equipment and storage medium - Google Patents

Resource loading method, device, equipment and storage medium Download PDF

Info

Publication number
CN112596820A
CN112596820A CN202011616193.5A CN202011616193A CN112596820A CN 112596820 A CN112596820 A CN 112596820A CN 202011616193 A CN202011616193 A CN 202011616193A CN 112596820 A CN112596820 A CN 112596820A
Authority
CN
China
Prior art keywords
resource
scene
loading
resources
loaded
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
CN202011616193.5A
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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology 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 Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202011616193.5A priority Critical patent/CN112596820A/en
Publication of CN112596820A publication Critical patent/CN112596820A/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The disclosure relates to a resource loading method, a resource loading device and a storage medium, and relates to the field of computers. The embodiment of the disclosure at least solves the problem of long response time of resource loading in the related art. The method comprises the following steps: in response to an instruction to load a resource in a first scenario, loading the resource in the first scenario; determining a current concurrency number currently used for loading the resource; determining that no target resource exists under the condition that the current concurrency number is smaller than the maximum concurrency number, wherein the target resource is a resource which is not started to be loaded in the first scene; and loading the resources in the second scene, wherein the second scene is correlated with the first scene.

Description

Resource loading method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of computers, and in particular, to a resource loading method, apparatus, device, and storage medium.
Background
Currently, when an electronic device requests to load resources of different pages, the following resource loading scheme is generally adopted: when a user requests to display the page 1 and the page 2, the electronic device loads the resources in the page 1 first, and after the resources in the page 1 are completely loaded, the page 1 is displayed and the resources in the page 2 start to be loaded.
In the above resource loading scheme, when the electronic device displays the page 1, the resource in the page 2 has not yet started to be loaded, which results in a long waiting time for the loading of the resource in the page 2 when the user browses the page 2.
Disclosure of Invention
The present disclosure provides a resource loading method, apparatus, device, and storage medium, to at least solve the problem of long response time for resource loading in the related art. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided a resource loading method, including: in response to an instruction to load a resource in a first scenario, loading the resource in the first scenario; determining a current concurrency number currently used for loading the resource; determining that no target resource exists under the condition that the current concurrency number is smaller than the maximum concurrency number, wherein the target resource is a resource which is not started to be loaded in the first scene; and loading the resources in the second scene, wherein the second scene is correlated with the first scene.
Optionally, the "resource loading method" further includes: and under the condition that the current concurrency number is less than the maximum concurrency number, determining that the target resource exists, and loading the target resource.
Optionally, the "determining that there is no target resource" includes: acquiring the current loading state of resources in a first scene; and based on the current loading state, determining that the target resource does not exist under the condition that the resources of the first scene are both in the loading state or in the loaded state.
Optionally, the "acquiring the current loading state of the resource in the first scene" includes: acquiring an identifier of a first scene, and determining the identifier of a resource in the first scene from a mapping relation between a pre-established resource identifier and a scene identifier on the basis of the identifier of the first scene; based on the identification of the resource in the first scenario, a current loading state of the resource in the first scenario is determined.
Optionally, the mapping relationship further includes a resource address, and the loading the target resource includes: determining a target resource from the resources which are not started to be loaded in the first scene, and determining the address of the target resource from the mapping relation based on the identification of the target resource; the target resource is loaded based on the address of the target resource.
Optionally, the "mapping relationship" further includes a display order of the resources in the scene, "loading the resources in the first scene," and includes: determining the display sequence of the resources in the first scene based on the identifier of the first scene and the mapping relation; based on the display order, the resources in the first scene are loaded.
Optionally, the method further includes: determining a display order of a plurality of first resources based on the mapping relation, wherein the plurality of first resources comprise loaded resources in the resources of the first scene; the plurality of first resources are displayed based on the display order of the plurality of first resources.
Optionally, the method further includes: updating the current concurrency number under the condition that the second resource is completely loaded or the third resource starts to be loaded; the second resource is any one resource in loading, and the third resource is any one resource which does not start loading.
Optionally, the "loading the resource in the second scenario" includes: determining the identifier of the resource in the second scene from the mapping relation between the pre-established resource identifier and the scene identifier based on the identifier of the second scene; and determining the address of the resource to be loaded based on the identifier of the resource in the second scene and the mapping relation, and loading the resource to be loaded based on the address of the resource to be loaded, wherein the mapping relation also comprises the address of the resource.
Optionally, the "mapping relationship" further includes a display sequence of resources in a scene, "determining an address of a resource to be loaded based on an identifier of the resource in a second scene and the mapping relationship", includes: determining the display sequence of the resources in the second scene from the mapping relation based on the identification of the resources in the second scene; and determining the resources to be loaded from the resources of the second scene based on the display sequence of the resources in the second scene, and determining the addresses of the resources to be loaded from the mapping relation.
According to a second aspect of the embodiments of the present disclosure, there is provided a resource scheduling apparatus, including a loading unit and a determining unit; a loading unit, configured to load a resource in a first scenario in response to an instruction to load the resource in the first scenario; a determining unit, configured to determine a current concurrency number currently used for loading a resource; the determining unit is further configured to determine that no target resource exists when the current concurrency number is smaller than the maximum concurrency number, where the target resource is a resource that is not started to be loaded in the first scene; and the loading unit is used for loading the resource in the second scene after the determining unit determines that the target resource does not exist, and the second scene is associated with the first scene.
Optionally, the determining unit is further configured to determine that the target resource exists when the current concurrency number is smaller than the maximum concurrency number; and the loading unit is also used for loading the target resource after the determining unit determines that the target resource exists.
Optionally, the determining unit is specifically configured to: acquiring the current loading state of resources in a first scene; and based on the current loading state, determining that the target resource does not exist under the condition that the resources of the first scene are both in the loading state or in the loaded state.
Optionally, the determining unit is further specifically configured to: acquiring an identifier of a first scene, and determining the identifier of a resource in the first scene from a mapping relation between a pre-established resource identifier and a scene identifier on the basis of the identifier of the first scene; based on the identification of the resource in the first scenario, a current loading state of the resource in the first scenario is determined.
Optionally, the mapping relationship further includes a resource address and a loading unit, and the mapping relationship is specifically further configured to: determining a target resource from the resources which are not started to be loaded in the first scene, and determining the address of the target resource from the mapping relation based on the identification of the target resource; the target resource is loaded based on the address of the target resource.
Optionally, the mapping relationship further includes a display order of resources in the scene, and the loading unit is specifically further configured to: determining the display sequence of the resources in the first scene based on the identifier of the first scene and the mapping relation; based on the display order, the resources in the first scene are loaded.
Optionally, the resource loading apparatus further includes a display unit; a determining unit, configured to determine a display order of a plurality of first resources based on the mapping relationship, where the plurality of first resources include resources that have been loaded in resources of the first scene; and the display unit is used for displaying the plurality of first resources based on the display sequence of the plurality of first resources determined by the determination unit.
Optionally, the resource loading apparatus further includes an updating unit; the updating unit is used for updating the current concurrency number under the condition that the second resource is completely loaded or the third resource starts to be loaded; the second resource is any one resource in loading, and the third resource is any one resource which does not start loading.
Optionally, the loading unit is specifically further configured to: determining the identifier of the resource in the second scene from the mapping relation between the pre-established resource identifier and the scene identifier based on the identifier of the second scene; and determining the address of the resource to be loaded based on the identifier of the resource in the second scene and the mapping relation, and loading the resource to be loaded based on the address of the resource to be loaded, wherein the mapping relation also comprises the address of the resource.
Optionally, the mapping relationship further includes a display order of resources in the scene, and the loading unit is specifically further configured to: determining the display sequence of the resources in the second scene from the mapping relation based on the identification of the resources in the second scene; and determining the resources to be loaded from the resources of the second scene based on the display sequence of the resources in the second scene, and determining the addresses of the resources to be loaded from the mapping relation.
According to a third aspect of the embodiments of the present disclosure, there is provided an electronic apparatus including: a processor, a memory for storing processor-executable instructions; wherein the processor is configured to execute the instructions to implement the resource loading method as provided by the first aspect.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium comprising instructions that, when executed by a processor, cause the processor to perform the resource loading method as provided in the first aspect.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product including instructions that, when executed by a processor, implement the resource loading method provided by the first aspect.
The technical scheme provided by the disclosure at least brings the following beneficial effects: by determining that the current concurrency number is smaller than the maximum concurrency number and the resources in the first scene are in a loading state of loading or loading completion, determining that the idle available concurrency number exists in the electronic equipment, and loading the resources in the second scene by using the idle available concurrency number, the resources in the second scene can be loaded in advance under the condition that the resources in the first scene are guaranteed to be loaded and are not affected, so that the time for waiting for loading the resources when a user requests to display the second scene can be saved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
FIG. 1 is a block diagram illustrating a multi-resource loading system in accordance with an illustrative embodiment;
FIG. 2 is one of the flow diagrams illustrating a method of resource loading in accordance with an exemplary embodiment;
FIG. 3 is a second flowchart illustrating a resource loading method according to an exemplary embodiment;
FIG. 4 is a third flowchart illustrating a method for loading resources according to an exemplary embodiment;
FIG. 5 is a fourth flowchart illustrating a method of resource loading in accordance with an exemplary embodiment;
FIG. 6 is a fifth flowchart illustrating a method of resource loading in accordance with an exemplary embodiment;
FIG. 7 is a sixth flowchart illustrating a method of resource loading, according to an exemplary embodiment;
FIG. 8 is a seventh illustrative flowchart of a method for loading resources in accordance with an illustrative embodiment;
FIG. 9 is an eighth flowchart illustration of a method of resource loading, according to an example embodiment;
FIG. 10 is a ninth illustration of a flowchart of a method for resource loading, in accordance with an illustrative embodiment;
FIG. 11 is a block diagram illustrating an exemplary implementation of a resource loading mechanism;
fig. 12 is a schematic structural diagram of an electronic device according to an exemplary embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
In addition, in the description of the embodiments of the present disclosure, "/" indicates an OR meaning, for example, A/B may indicate A or B, unless otherwise specified. "and/or" herein is merely an association describing an associated object, and means that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, in the description of the embodiments of the present disclosure, "a plurality" means two or more than two.
The resource loading method provided by the embodiment of the disclosure can be applied to a resource loading system. Fig. 1 shows a schematic structural diagram of the resource loading system. As shown in fig. 1, a resource loading system 10 is configured to load a resource of a scene in a browser or other software of an electronic device and display the scene after the resource is loaded to a user, where the resource loading system 10 includes an electronic device 11 and a server 12. The electronic device 11 is connected to the server 12. The electronic device 11 and the server 12 may be connected in a wired manner or in a wireless manner, which is not limited in the embodiment of the present disclosure.
It should be noted that the scenes related to the embodiments of the present disclosure may be different display panels in a browser or other software in the electronic device, or may also be different pages under the same display panel, and the resources of the scenes related to the embodiments of the present disclosure may include resources such as pictures, texts, audios, and videos, which are not specifically limited herein.
The electronic device 11 may be configured to perform data interaction with the server 12, for example, the electronic device may be configured to receive an instruction of a user to load a scene, and in response to the instruction to load the scene, request the server 12 to load a resource in the scene, and display the loaded resource.
The electronic device 11 may also send a resource loading request to the server 12 using the plurality of available concurrency numbers, and receive the resource sent by the server 12.
Illustratively, the electronic device 11 includes a plurality of modules, where each module includes a resource loading device and a memory, the resource loading device may also be configured to execute the resource loading method provided in the embodiment of the present disclosure, and the memory may serve as a resource pool and is used to store the resource acquired by the electronic device 11 from the server 12.
The server 12 may be configured to receive a resource loading request of the electronic device 11 and send a corresponding resource to the electronic device 11, so that the electronic device 11 may display the resource in the scene.
The following describes a resource scheduling method provided by the embodiment of the present disclosure with reference to the accompanying drawings.
As shown in fig. 2, the resource scheduling method provided by the embodiment of the present disclosure includes the following steps S201 to S205.
S201, the electronic equipment responds to the instruction for loading the resource in the first scene, and loads the resource in the first scene.
As a possible implementation manner, when a user requests to display a first scene in an application program of the electronic device, in response to an instruction generated by the application program and used for loading a resource in the first scene, acquires an identifier of the first scene from the instruction, acquires an identifier of the resource in the first scene according to the identifier of the first scene, and requests the server 12 to load the resource in the first scene based on the identifier of the resource in the first scene.
It should be noted that the first scene may be any display page of any application program in the electronic device, or may be a scene composed of a plurality of display pages in any application program.
In the embodiment of the disclosure, a resource configuration file is stored in the electronic device in advance, and a mapping relationship between a resource identifier and a scene identifier is stored in the resource configuration file.
The electronic device obtains the identifier of the resource in the first scene according to the identifier of the first scene, and in an actual implementation process, the identifier of the resource in the first scene may be queried from the mapping relationship based on the identifier of the first scene.
S202, the electronic equipment determines the current concurrency number currently used for loading the resources.
As a possible implementation manner, the electronic device may obtain, from a resource scheduler of the electronic device, a current concurrency number used by the electronic device to request the server to load the resource.
It should be noted that the resources loaded with the current concurrency number include the resources in the first scenario.
S203, the electronic device judges whether the current concurrency number is smaller than the maximum concurrency number.
As a possible implementation manner, the electronic device determines a maximum concurrency number of the application program corresponding to the first scene, and determines whether the obtained current concurrency number is smaller than the maximum concurrency number.
It should be noted that the maximum concurrency number is the maximum concurrency number that can be used by the application program, and the maximum concurrency number may be a preset number, and the maximum concurrency numbers corresponding to different application programs are different. The electronic device may obtain the maximum concurrency number of the application program from the application programs installed in the electronic device.
And S204, under the condition that the current concurrency number is smaller than the maximum concurrency number, the electronic equipment determines that the target resource does not exist.
The target resource is a resource which is not started to be loaded in the first scene.
As a possible implementation manner, the electronic device determines, under the condition that the current concurrency number is determined to be smaller than the maximum concurrency number, the current loading state of the resource of the first scene, and determines that there is no target resource which is not started to be loaded in the resource of the first scene according to the current loading state of the resource in the first scene.
It should be noted that the current loading state of the resource includes loading not started, loading in progress, and loaded.
It can be understood that the absence of the target resource in the resources of the first scenario indicates that the resources of the first scenario are all in a loading or loaded state, and also indicates that there is an available idle concurrency number in the application program corresponding to the first scenario.
The specific implementation manner of this step may refer to the subsequent description of the embodiment of the present disclosure, and is not described herein again.
S205, the electronic equipment loads the resources in the second scene.
Wherein the second scene is correlated with the first scene.
As a possible implementation manner, the electronic device determines the second scenario when it is determined that the target resource does not exist in the resources of the first scenario, and loads any one resource in the second scenario by using the available idle concurrency number.
It should be noted that, in the case that the first scene is one page, the second scene may be a page next to the one page. In the case that the first scene is a plurality of pages, the second scene may be one or more pages having a similarity greater than a preset threshold with respect to the plurality of pages.
The specific implementation manner in this step may refer to the following description in the embodiments of the present disclosure, and details are not repeated here.
In one case, after S203, the electronic device may re-execute the resource loading method provided in the embodiment of the present disclosure after a preset period when it is determined that the current concurrency number is equal to the maximum concurrency number, or re-execute S202 in the embodiment of the present disclosure after the preset period.
In another case, the resource loading method provided in the embodiment of the present disclosure further includes: the electronic equipment judges whether the resources in the first scene are loaded completely or not under the condition that the target resources do not exist, and displays the first scene under the condition that the resources in the first scene are loaded completely.
Under the condition that the electronic equipment determines that the resources in the first scene are not completely loaded, periodically judging whether the resources in the first scene are completely loaded or not until the resources in the first scene are completely loaded.
The technical scheme provided by the embodiment at least has the following beneficial effects: by determining that the current concurrency number is smaller than the maximum concurrency number and the resources in the first scene are in a loading state of loading or loading completion, determining that the idle available concurrency number exists in the electronic equipment, and loading the resources in the second scene by using the idle available concurrency number, the resources of the second scene which are mutually associated with the first scene can be pre-loaded under the condition that the resources of the first scene are not influenced, so that the time for waiting for resource loading when a user browses the second scene can be saved.
In the embodiment of the present disclosure, as shown in fig. 2, the resource loading method provided in the embodiment of the present disclosure further includes, after S203, S206-S207.
And S206, under the condition that the current concurrency number is smaller than the maximum concurrency number, the electronic equipment determines that the target resource exists.
As a possible implementation manner, the electronic device determines a current loading state of the resource of the first scene under the condition that the current concurrency number is determined to be smaller than the maximum concurrency number, and determines that a target resource which is not started to be loaded exists in the resource of the first scene according to the current loading state of the resource in the first scene.
The specific implementation manner of this step may refer to the subsequent description of the embodiment of the present disclosure, and is not described herein again.
And S207, the electronic equipment loads the target resource.
As a possible implementation manner, the electronic device selects one resource that is not started to be loaded from among the resources in the first scenario as a target resource, and loads the target resource by using an available concurrency number.
It should be noted that the target resource may be any one of the resources that have not started to be loaded in the first scenario.
The technical scheme provided by the embodiment at least has the following beneficial effects: when available concurrency number exists and target resources which are not started to be loaded exist in the resources of the first scene, the target resources are preferentially loaded so as to ensure that the resources of the first scene are preferentially loaded, and the time for a user to wait for the loading of the first resources is reduced.
In one case, after S206, in order to determine whether the target resource exists, as shown in fig. 3, the resource scheduling method provided by this embodiment of the present disclosure further includes the following steps S301 to S303.
S301, the electronic equipment acquires the current loading state of the resource in the first scene.
As a possible implementation, the electronic device may query the resource scheduler for a current loading state of the resource in the first scenario based on the identification of the first scenario.
S302, the electronic device determines that no target resource exists based on the current loading state under the condition that the resources of the first scene are both in the loading state or in the loaded state.
As a possible implementation manner, after acquiring a current loading state of each resource in a first scene, the electronic device determines that a target resource does not exist in the resources of the first scene if it is determined that each resource in the resources of the first scene is in a loading state or a loaded state.
In some embodiments, S301 and S302 may be implemented as a specific implementation manner of the present disclosure in which the electronic device determines that the target resource does not exist in S204.
S303, the electronic equipment determines that the target resource exists under the condition that the resource in the loading state is not started in the resources in the first scene based on the current loading state.
As a possible implementation manner, after acquiring a current loading state of each resource in a first scene, the electronic device determines that a target resource exists in the resources of the first scene if it is determined that at least one resource exists in the resources of the first scene as a resource that is not started to be loaded.
In some embodiments, the above S301 and S303 may be implemented as a specific implementation manner of the present disclosure in which the electronic device determines that the target resource exists in the above S206.
The technical scheme provided by the embodiment at least has the following beneficial effects: an implementation is presented that determines whether there are target resources in the resources of a first scenario that have not begun to be loaded.
In one design, in order to obtain the current loading state of the resource in the first scenario, as shown in fig. 4, S301 provided in the embodiment of the present disclosure specifically includes the following S3011-S3013.
S3011, the electronic device obtains an identifier of the first scene.
As a possible implementation manner, after receiving an instruction of the application program to load the resource in the first scene, the electronic device may obtain the identifier of the first scene from the instruction.
S3012, the electronic device determines the identifier of the resource in the first scene from a mapping relation between the pre-established resource identifier and the scene identifier based on the identifier of the first scene.
As a possible implementation manner, the electronic device queries, according to the identifier of the first scenario, the identifier of the resource in the first scenario from the mapping relationship.
It should be noted that the mapping relationship may be located in a resource configuration file of the electronic device. In the case that the first scenario is multiple pages, the mapping relationship may include identifiers of the multiple pages.
S3013, the electronic device determines the current loading state of the resource in the first scene based on the identifier of the resource in the first scene.
As a possible implementation manner, the electronic device determines, from the resource scheduler, a current loading state of the resource in the first scenario according to the identifier of the resource in the first scenario.
For any resource in the first scenario, if the electronic device determines that the resource scheduler does not send the resource request message of the resource to the server according to the identifier of the resource, it determines that the current loading state of the resource is not loading. And if the electronic equipment determines that the resource scheduler has sent the resource request message of the resource to the server according to the identifier of the resource, but does not receive the resource returned by the server, determining that the current loading state of the resource is in loading. And if the electronic equipment determines that the resource scheduler has received the resource returned to the electronic equipment by the server according to the identifier of the resource, determining that the current loading state of the resource is loaded.
In one case, the resource scheduler stores the resource in a resource pool of the electronic device after receiving the resource returned by the server.
The technical scheme provided by the embodiment at least has the following beneficial effects: the loading state of the resource in the first scenario can be determined using a pre-generated configuration file.
In this embodiment of the present disclosure, in order to load a resource of a second scenario, as shown in fig. 5, S205 provided in this embodiment of the present disclosure specifically includes the following S2051 to S2054:
s2051, the electronic device obtains the identifier of the second scene.
As a possible implementation, the electronic device determines the second scenario and obtains an identifier of the second scenario.
It should be noted that the electronic device determines a specific implementation manner of the second scenario, which may refer to the prior art, and is not described in detail in this embodiment of the disclosure.
S2052, the electronic device determines the identifier of the resource in the second scene from the mapping relationship between the pre-established resource identifier and the scene identifier based on the identifier of the second scene.
As a possible implementation manner, the electronic device determines, according to the identifier of the second scene, the identifier of the resource in the second scene from the mapping relationship.
S2053, the electronic device determines the address of the resource to be loaded based on the identifier of the resource in the second scene and the mapping relation.
Wherein, the mapping relation also includes the address of the resource.
As a possible implementation manner, the electronic device determines the identifier of the resource to be loaded from the identifiers of the resources in the second field, and queries the address of the resource to be loaded from the mapping relationship according to the identifier of the resource to be loaded.
It should be noted that, in the mapping relationship included in the resource configuration file, the electronic device may also store the address of the resource as the identifier of the resource, which is not limited in the embodiment of the present disclosure. The address of the Resource may be a Uniform Resource Locator (URL) address of the Resource in the server.
And S2054, the electronic equipment loads the resource to be loaded based on the address of the resource to be loaded.
As a possible implementation manner, the electronic device requests the server to load the resource to be loaded through the free available concurrent numbers by using the resource scheduler according to the address of the resource to be loaded.
The technical scheme provided by the embodiment at least has the following beneficial effects: a specific implementation of loading resources in the second scenario is given.
In one design, the mapping relationship provided in the embodiment of the present disclosure further includes a display order of resources in a scene, and as shown in fig. 6, S2053 provided in the embodiment of the present disclosure may specifically include the following S401 to S403.
S401, the electronic device determines the display sequence of the resources in the second scene from the mapping relation based on the identification of the resources in the second scene.
As a possible implementation manner, after acquiring the identifier of the resource in the second scene, the electronic device queries, according to the identifier of the resource in the second scene, a display order of the resource in the second scene from the mapping relationship.
S402, the electronic equipment determines resources to be loaded from the resources of the second scene based on the display sequence of the resources in the second scene.
As a possible implementation manner, the electronic device determines the resources in the second scene one by one as the resources to be loaded according to the display order of the resources in the second scene.
S403, the electronic equipment determines the address of the resource to be loaded from the mapping relation.
As a possible implementation manner, after determining the resource to be loaded, the electronic device queries the identifier of the resource to be loaded from the mapping relationship according to the identifier of the resource to be loaded.
The technical scheme provided by the embodiment at least has the following beneficial effects: the resources required to be loaded in the second scene can be determined according to the display sequence, so that the waiting time of a user is shortened when a subsequent user requests to display the second scene.
It can be understood that, after the electronic device completely loads the resources in the second scene, the resources in the second scene may be stored in the resource pool, so that a subsequent user displays the second scene when requesting to display the second scene.
In one design, when the user requests to display the second scene, the resource loading method provided by the embodiment of the present disclosure may further include the following steps S501 to S504.
S501, the electronic equipment responds to a display instruction of the second scene, and obtains the loading state of the resource in the second scene.
The specific implementation of this step may refer to the specific description in S301 in the foregoing embodiment of the present disclosure, and this step is not described again, but the difference lies in that the object for determining the loading state is different.
S502, the electronic equipment determines the loaded resources based on the acquired loading state.
For a specific implementation of this step, reference may be made to the specific description of S303 in the foregoing embodiment of the present disclosure, and details are not repeated here.
S503, the electronic equipment acquires the identifier of the loaded resource and determines the display sequence of the loaded resource from the mapping relation.
For a specific implementation of this step, reference may be made to the specific description in S401 in the foregoing embodiment of the present disclosure, which is not repeated herein, and the difference is that the objects in the display order are obtained differently.
And S504, the electronic equipment displays the loaded resources based on the acquired display sequence.
The technical scheme provided by the embodiment at least has the following beneficial effects: the second scene which can be displayed by the user request is that the loaded resources are displayed according to the display sequence, so that the user can wait for the loading time of the residual unloaded resources while browsing the loaded resources, and the user experience can be improved.
In this embodiment of the present disclosure, in order to load a target resource, a mapping relationship provided in this embodiment of the present disclosure further includes a resource address, as shown in fig. 7, S207 provided in this embodiment of the present disclosure specifically includes the following S2071 to S2073:
s2071, the electronic device determines a target resource from the resources which are not started to be loaded in the first scene.
As a possible implementation manner, after determining resources that have not started to be loaded in the first scenario, the electronic device determines a target resource from the resources that have not started to be loaded.
It should be noted that the target resource may be any resource that is not started to be loaded in the first scenario.
S2072, the electronic device determines the address of the target resource from the mapping relationship based on the identifier of the target resource.
As a possible implementation manner, after determining the target resource, the electronic device obtains an identifier of the target resource, and queries an address of the target resource from the mapping relationship according to the identifier of the target resource.
In this step, the electronic device may determine the address of the target resource directly from the mapping relationship after determining the target resource, if the identifier of the resource in the mapping relationship is the address of the resource.
S2073, the electronic device loads the target resource based on the address of the target resource.
The implementation manner of this step may specifically refer to the description in S2054 provided in this disclosure, which is not described herein again, and the difference is that the loaded resources are different.
The technical scheme provided by the embodiment at least has the following beneficial effects: a specific implementation of loading a target resource in a first scenario is presented.
In one design, the mapping relationship provided by the embodiment of the present disclosure further includes a display order of resources in a scene, as shown in fig. 8, S201 provided by the embodiment of the present disclosure may further include S2011-S2012 specifically.
S2011, the electronic device determines, based on the identifier of the first scene and the mapping relationship, a display order of the resources in the first scene.
As a possible implementation manner, after acquiring the identifier of the first scene, the electronic device queries, from the mapping relationship, the identifier of the resource in the first scene and the display order of the resource in the first scene.
S2012, the electronic device loads the resources in the first scene based on the display sequence.
As a possible implementation manner, after determining the identifier of the resource in the first scene and the display order of the resource in the first scene, the electronic device determines the address of the resource in the first scene from the mapping relationship according to the identifier of the resource in the first scene, and loads the resource in the first scene according to the determined display order and the address of the resource in the first scene.
The technical scheme provided by the embodiment at least has the following beneficial effects: when a user requests to display a first scene, resources in the first scene can be loaded according to a display sequence, so that the loaded resources can be preferentially displayed according to the display sequence under the condition that the loaded resources exist in the resources in the first scene subsequently, the user can wait for the loading time of the residual unloaded resources while browsing the loaded resources, and the user experience can be improved.
In one design, as shown in fig. 9, the resource loading method provided in this embodiment of the present disclosure further includes following steps S601 to S602.
S601, the electronic device determines a display sequence of the plurality of first resources based on the mapping relation.
Wherein the plurality of first resources include resources that have been loaded in the resources of the first scenario.
As a possible implementation manner, the electronic device determines a plurality of resources according to the current loading state of the resources of the first scenario, and queries a display order of the plurality of first resources in the mapping relationship according to the identifiers of the plurality of first resources.
S602, the electronic device displays the plurality of first resources based on the display sequence of the plurality of first resources.
As a possible implementation manner, the electronic device displays the loaded plurality of first resources according to the display order of the plurality of first resources.
The technical scheme provided by the embodiment at least has the following beneficial effects: according to the display sequence of the plurality of first resources, the loaded resources are displayed in sequence, and the loaded resources are not displayed together after the resources of the first scene are completely loaded, so that a user can wait for the loading time of the residual unloaded resources while browsing the loaded resources, and the user experience can be improved.
In one design, as shown in fig. 10, the resource loading method provided in the embodiment of the present disclosure further includes the following steps S701 to S702.
S701, the electronic equipment obtains the current loading states of the second resource and the third resource.
The second resource is any resource in loading, and the third resource is any resource which does not start to be loaded.
The implementation manner of obtaining the loading state of the resource in this step may specifically refer to the above S301 provided in this embodiment of the disclosure and the description in the specific implementation manner thereof, and details are not described here again.
It should be noted that the second resource may be a resource loaded in any one of the first scenario and the second scenario, and the third resource may be a resource that is not started to be loaded in any one of the first scenario and the second scenario.
S702, the electronic device updates the current concurrency number when the electronic device determines that the second resource is loaded completely or the third resource starts to be loaded.
For example, after determining that the second resource is completely loaded, the electronic device performs a value reduction process on the numerical value of the current concurrency number, where the value reduction process is the number of the second resource that is completely loaded. And under the condition that the electronic equipment determines that the third resource starts to be loaded, performing value-added processing on the numerical value of the current concurrent number, wherein the value-added numerical value is the number of the third resource which starts to be loaded.
The technical scheme provided by the embodiment at least has the following beneficial effects: after the loading state of the resource in the loading process and the loading state of the resource which is not started to be loaded are changed, the current concurrency number is updated in real time, and the cyclic execution of the application can be ensured.
In addition, the present disclosure also provides a resource loading apparatus, configured to execute the resource loading method provided in the embodiment of the present disclosure, and referring to fig. 11, the resource loading apparatus 11 includes a loading unit 801 and a determining unit 802;
a loading unit 801, configured to load a resource in a first scenario in response to an instruction to load the resource in the first scenario; for example, in conjunction with fig. 2, the load unit 801 may be used to perform S201.
A determining unit 802, configured to determine a current concurrency number currently used for loading a resource; for example, in conjunction with fig. 2, the determining unit 802 may be configured to perform S202.
The determining unit 802 is further configured to determine that no target resource exists when the current concurrency number is smaller than the maximum concurrency number, where the target resource is a resource that does not start to be loaded in the first scene; for example, in conjunction with fig. 2, the determining unit 802 may be configured to perform S204.
A loading unit 801, configured to load the resource in a second scene after the determining unit 802 determines that the target resource does not exist, where the second scene is associated with the first scene. For example, in conjunction with fig. 2, the load unit 801 may be used to perform S205.
As shown in fig. 11, the determining unit 802 provided in the embodiment of the present disclosure is further configured to determine that a target resource exists when the current concurrency number is less than the maximum concurrency number; for example, in conjunction with fig. 2, the determining unit 802 may be configured to perform S206.
The loading unit 801 is further configured to load the target resource after the determining unit 802 determines that the target resource exists. For example, in conjunction with fig. 2, load unit 801 may be used to perform S207.
As shown in fig. 11, the determining unit 802 provided in the embodiment of the present disclosure is specifically configured to:
acquiring the current loading state of resources in a first scene; for example, in connection with fig. 3, the determining unit 802 may be configured to perform S301.
Based on the current loading state, under the condition that the resources of the first scene are both in the loading state or in the loaded state, it is determined that the target resources do not exist. For example, in conjunction with fig. 3, the determining unit 802 may be configured to perform S302.
As shown in fig. 11, the determining unit 802 provided in the embodiment of the present disclosure is specifically further configured to:
acquiring an identifier of a first scene, and determining the identifier of a resource in the first scene from a mapping relation between a pre-established resource identifier and a scene identifier on the basis of the identifier of the first scene; for example, in conjunction with fig. 4, the determination unit 802 may be configured to perform S3011 and S3012.
Based on the identification of the resource in the first scenario, a current loading state of the resource in the first scenario is determined. For example, in conjunction with fig. 4, the determining unit 802 may be configured to perform S3014.
As shown in fig. 11, the mapping relationship provided in the embodiment of the present disclosure further includes a resource address, and the load unit 801 is further specifically configured to:
determining a target resource from the resources which are not started to be loaded in the first scene, and determining the address of the target resource from the mapping relation based on the identification of the target resource; for example, in conjunction with fig. 7, the load unit 801 may be used to execute S2071 and S2072.
The target resource is loaded based on the address of the target resource. For example, in conjunction with fig. 7, the load unit 801 may be used to execute S2073.
As shown in fig. 11, the mapping relationship provided in the embodiment of the present disclosure further includes a display order of resources in the scene, and the loading unit 801 is further specifically configured to:
determining the display sequence of the resources in the first scene based on the identifier of the first scene and the mapping relation; for example, in conjunction with fig. 8, the load unit 801 may be used to perform S2011.
Based on the display order, the resources in the first scene are loaded. For example, in conjunction with fig. 8, the load unit 801 may be used to perform S2012.
As shown in fig. 11, the resource loading apparatus provided by the embodiment of the present disclosure further includes a display unit 803;
a determining unit 802, configured to determine, based on the mapping relationship, a display order of a plurality of first resources, where the plurality of first resources include a loaded resource in resources of a first scene; for example, in connection with fig. 9, the determining unit 802 may be configured to perform S601.
A display unit 803, configured to display the plurality of first resources based on the display order of the plurality of first resources determined by the determination unit 802. For example, in conjunction with fig. 9, the display unit 803 may be used to perform S602.
As shown in fig. 11, the resource loading apparatus provided in the embodiment of the present disclosure further includes an updating unit 804;
an updating unit 804, configured to update the current concurrency number when it is determined that the loading of the second resource is completed or the third resource starts to be loaded; the second resource is any one resource in loading, and the third resource is any one resource which does not start loading. For example, in conjunction with fig. 10, the updating unit 804 may be configured to perform S702.
As shown in fig. 11, the loading unit 801 provided in the embodiment of the present disclosure is further specifically configured to:
determining the identifier of the resource in the second scene from the mapping relation between the pre-established resource identifier and the scene identifier based on the identifier of the second scene; for example, in conjunction with fig. 5, the load unit 801 may be used to perform S2052.
And determining the address of the resource to be loaded based on the identifier of the resource in the second scene and the mapping relation, and loading the resource to be loaded based on the address of the resource to be loaded, wherein the mapping relation also comprises the address of the resource. For example, in conjunction with fig. 5, the load unit 801 may be used to perform S2053 and S2054.
As shown in fig. 11, the mapping relationship provided in the embodiment of the present disclosure further includes a display order of resources in a scene, and the loading unit 801 is specifically further configured to:
determining the display sequence of the resources in the second scene from the mapping relation based on the identification of the resources in the second scene; for example, in conjunction with fig. 6, the load unit 801 may be used to perform S401.
And determining the resources to be loaded from the resources of the second scene based on the display sequence of the resources in the second scene, and determining the addresses of the resources to be loaded from the mapping relation. For example, in conjunction with fig. 6, the load unit 801 may be used to perform S402 and S403.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 12 is a schematic structural diagram of another electronic device provided by the present disclosure. As shown in fig. 12, the electronic device 90 may include at least one processor 901 and a memory 903 for storing processor-executable instructions. Wherein the processor 901 is configured to execute instructions in the memory 903 to implement the resource loading method in the above embodiments.
Additionally, electronic device 90 may also include a communication bus 902 and at least one communication interface 904.
The processor 901 may be a processor (CPU), a micro-processing unit, an ASIC, or one or more integrated circuits for controlling the execution of programs according to the present disclosure.
Communication bus 902 may include a path that transfers information between the aforementioned components.
Communication interface 904 may be implemented using any device, such as a transceiver, for communicating with other devices or communication networks, such as an ethernet, a Radio Access Network (RAN), a Wireless Local Area Network (WLAN), etc.
The memory 903 may be a read-only memory (ROM) or other type of static storage device that can store static information and instructions, a Random Access Memory (RAM) or other type of dynamic storage device that can store information and instructions, an electrically erasable programmable read-only memory (EEPROM), a compact disc read-only memory (CD-ROM) or other optical disk storage, optical disk storage (including compact disc, laser disc, optical disc, digital versatile disc, blu-ray disc, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these. The memory may be self-contained and connected to the processing unit by a bus. The memory may also be integrated with the processing unit.
The memory 903 is used for storing instructions for executing the disclosed solution, and is controlled by the processor 901 to execute. The processor 901 is configured to execute instructions stored in the memory 903, thereby implementing functions in the disclosed methods.
In particular implementations, processor 901 may include one or more CPUs such as CPU0 and CPU1 in fig. 12 as an example.
In particular implementations, electronic device 90 may include multiple processors, such as processor 901 and processor 907 of FIG. 12, for example, as an example. Each of these processors may be a single-core (single-CPU) processor or a multi-core (multi-CPU) processor. A processor herein may refer to one or more devices, circuits, and/or processing cores for processing data (e.g., computer program instructions).
In particular implementations, electronic device 90 may also include an output device 905 and an input device 906, as one embodiment. An output device 905, which is in communication with the processor 901, may display information in a variety of ways. For example, the output device 905 may be a Liquid Crystal Display (LCD), a Light Emitting Diode (LED) display device, a Cathode Ray Tube (CRT) display device, a projector (projector), or the like. The input device 906, which is in communication with the processor 901, may accept input from a user in a variety of ways. For example, the input device 906 may be a mouse, keyboard, touch screen device, or sensing device, among others.
Those skilled in the art will appreciate that the configuration shown in fig. 12 does not constitute a limitation of the electronic device 90, and may include more or fewer components than those shown, or combine certain components, or employ a different arrangement of components.
In addition, the present disclosure also provides a computer-readable storage medium including instructions, which when executed by a processor, cause the processor to execute the resource loading method provided in the above embodiment.
In addition, the present disclosure also provides a computer program product comprising instructions which, when executed by a processor, cause the processor to perform the resource loading method as provided in the above embodiments.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.

Claims (10)

1. A resource loading method is applied to electronic equipment and is characterized by comprising the following steps:
in response to an instruction to load a resource in a first scenario, loading the resource in the first scenario;
determining a current concurrency number currently used for loading the resource;
determining that no target resource exists under the condition that the current concurrency number is smaller than the maximum concurrency number, wherein the target resource is a resource which is not started to be loaded in the first scene;
and loading resources in a second scene, wherein the second scene is correlated with the first scene.
2. The method of claim 1, further comprising:
and under the condition that the current concurrency number is smaller than the maximum concurrency number, determining that the target resource exists, and loading the target resource.
3. The method of claim 1 or 2, wherein the determining that the target resource does not exist comprises:
acquiring the current loading state of resources in a first scene;
and determining that the target resource does not exist under the condition that the resources of the first scene are in the loading state or the loaded state based on the current loading state.
4. The resource loading method according to claim 3, wherein the obtaining the current loading state of the resource in the first scenario includes:
acquiring an identifier of the first scene, and determining the identifier of the resource in the first scene from a mapping relation between a pre-established resource identifier and a scene identifier on the basis of the identifier of the first scene;
and determining the current loading state of the resource in the first scene based on the identification of the resource in the first scene.
5. A resource loading device is characterized by comprising a loading unit and a determining unit;
the loading unit is used for responding to an instruction for loading the resource in the first scene and loading the resource in the first scene;
the determining unit is configured to determine a current concurrency number currently used for loading the resource;
the determining unit is further configured to determine that no target resource exists when the current concurrency number is smaller than a maximum concurrency number, where the target resource is a resource that is not started to be loaded in the first scene;
the loading unit is configured to load a resource in a second scene after the determining unit determines that the target resource does not exist, where the second scene is associated with the first scene.
6. The resource loading apparatus according to claim 5, wherein the determining unit is further configured to determine that the target resource exists if the current concurrency number is less than the maximum concurrency number;
the loading unit is further configured to load the target resource after the determining unit determines that the target resource exists.
7. The resource loading apparatus according to claim 5 or 6, wherein the determining unit is specifically configured to:
acquiring the current loading state of resources in a first scene;
and determining that the target resource does not exist under the condition that the resources of the first scene are in the loading state or the loaded state based on the current loading state.
8. An electronic device, comprising: a processor, a memory for storing instructions executable by the processor; wherein the processor is configured to execute instructions to implement the resource loading method provided by any one of claims 1-4.
9. A computer-readable storage medium comprising instructions that, when executed by a processor, cause the processor to perform the resource loading method as provided in any one of claims 1-4.
10. A computer program product comprising instructions that, when executed by a processor, implement the resource loading method of any of claims 1-4.
CN202011616193.5A 2020-12-30 2020-12-30 Resource loading method, device, equipment and storage medium Pending CN112596820A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011616193.5A CN112596820A (en) 2020-12-30 2020-12-30 Resource loading method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011616193.5A CN112596820A (en) 2020-12-30 2020-12-30 Resource loading method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112596820A true CN112596820A (en) 2021-04-02

Family

ID=75206418

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011616193.5A Pending CN112596820A (en) 2020-12-30 2020-12-30 Resource loading method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112596820A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590410A (en) * 2021-06-20 2021-11-02 济南浪潮数据技术有限公司 Resource request method, system, device and medium
CN116431233A (en) * 2023-02-28 2023-07-14 北京思明启创科技有限公司 Resource loading method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109241474A (en) * 2017-07-11 2019-01-18 阿里巴巴集团控股有限公司 Offer, displaying, dissemination method, server and the client of page info
CN110333947A (en) * 2019-05-23 2019-10-15 深圳市腾讯网域计算机网络有限公司 A kind of subcontracting resource loading method, device, equipment and the medium of game application
WO2019228344A1 (en) * 2018-05-30 2019-12-05 Oppo广东移动通信有限公司 Resource configuration method and apparatus, and terminal and storage medium
CN111143727A (en) * 2019-12-06 2020-05-12 维沃移动通信有限公司 Page loading method and electronic equipment
CN111400633A (en) * 2020-04-13 2020-07-10 网易(杭州)网络有限公司 Page resource loading method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109241474A (en) * 2017-07-11 2019-01-18 阿里巴巴集团控股有限公司 Offer, displaying, dissemination method, server and the client of page info
WO2019228344A1 (en) * 2018-05-30 2019-12-05 Oppo广东移动通信有限公司 Resource configuration method and apparatus, and terminal and storage medium
CN110333947A (en) * 2019-05-23 2019-10-15 深圳市腾讯网域计算机网络有限公司 A kind of subcontracting resource loading method, device, equipment and the medium of game application
CN111143727A (en) * 2019-12-06 2020-05-12 维沃移动通信有限公司 Page loading method and electronic equipment
CN111400633A (en) * 2020-04-13 2020-07-10 网易(杭州)网络有限公司 Page resource loading method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590410A (en) * 2021-06-20 2021-11-02 济南浪潮数据技术有限公司 Resource request method, system, device and medium
CN113590410B (en) * 2021-06-20 2023-12-22 济南浪潮数据技术有限公司 Resource request method, system, equipment and medium
CN116431233A (en) * 2023-02-28 2023-07-14 北京思明启创科技有限公司 Resource loading method, device, equipment and storage medium
CN116431233B (en) * 2023-02-28 2024-04-09 北京思明启创科技有限公司 Resource loading method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108153520B (en) Software development method and device
US9182975B2 (en) Automatic application updates
CN109388626B (en) Method and apparatus for assigning numbers to services
CN111475235A (en) Acceleration method, device and equipment for function computation cold start and storage medium
CN108255952B (en) Data loading method and device, storage medium and electronic equipment
CN110968331B (en) Method and device for running application program
CN112596820A (en) Resource loading method, device, equipment and storage medium
CN113010224B (en) Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN110888658B (en) Method and device for dynamically changing function modules in application program and storage medium
WO2019041500A1 (en) Pagination realization method and device, computer equipment and storage medium
US10248321B1 (en) Simulating multiple lower importance levels by actively feeding processes to a low-memory manager
CN114553762A (en) Method and device for processing flow table items in flow table
US10303523B2 (en) Method and apparatus to migrate stacks for thread execution
CN111079048A (en) Page loading method and device
CN113051245A (en) Method, device and system for migrating data
US11134116B2 (en) System and method for dynamically loading a webpage
CN111126604A (en) Model training method, device, server and storage medium
CN113448739B (en) Data processing method and device
CN115129438A (en) Method and device for task distributed scheduling
CN113918849A (en) Page display method, device and system, electronic equipment and storage medium
JP2010009288A (en) Multiprocessor system and program execution method
CN114328558B (en) List updating method, apparatus, device and storage medium
CN110489068B (en) Data display method and equipment, storage medium and application server thereof
CN109377177B (en) Flow processing method, device, equipment and computer readable storage medium

Legal Events

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