CN110908802A - Method, device, equipment and storage medium for calling service - Google Patents

Method, device, equipment and storage medium for calling service Download PDF

Info

Publication number
CN110908802A
CN110908802A CN201911129234.5A CN201911129234A CN110908802A CN 110908802 A CN110908802 A CN 110908802A CN 201911129234 A CN201911129234 A CN 201911129234A CN 110908802 A CN110908802 A CN 110908802A
Authority
CN
China
Prior art keywords
server
indication message
list
service
memory
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.)
Withdrawn
Application number
CN201911129234.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 Sankuai Online Technology Co Ltd
Original Assignee
Beijing Sankuai Online 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 Sankuai Online Technology Co Ltd filed Critical Beijing Sankuai Online Technology Co Ltd
Priority to CN201911129234.5A priority Critical patent/CN110908802A/en
Publication of CN110908802A publication Critical patent/CN110908802A/en
Withdrawn 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a method, a device, equipment and a storage medium for calling service, and belongs to the technical field of internet. The method comprises the following steps: receiving a first indication message sent by a second server, wherein the first indication message is used for indicating the first server to start memory garbage processing; masking the first server in a locally stored server list comprising the first server; when the calling triggering event of the target service corresponding to the server list is monitored, selecting a third server from the servers recorded in the server list except the first server, and calling the target service to the third server. By adopting the method and the device, the problem that the service calling time is prolonged due to calling to a service provider which is performing memory garbage processing can be avoided.

Description

Method, device, equipment and storage medium for calling service
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method, an apparatus, a device, and a storage medium for invoking a service.
Background
With the development of internet technology, services, such as online payment, getting coupons, etc., are increasingly available in networks. In addition, there are more and more users who invoke services on the network.
In the prior art, the use of various services by users in a network is realized by means of a service call framework. The service calling framework comprises a service provider, a registration center and a service consumer, wherein the service provider registers the service provided by the service provider in the registration center, when the service consumer needs to call the service, the service consumer can search the service needed by the service provider in the registration center, the registration center can send an address list of the service provider providing the corresponding service to the service consumer, and the service consumer selects an address according to the address list and accesses the corresponding service provider to call the corresponding service.
In the process of implementing the present application, the inventor finds that the prior art has at least the following problems:
the service provider is implemented based on a JVM (Java Virtual Machine), and due to a memory management mechanism of the JVM, each time a service consumer calls a service from the service provider, the service consumer occupies a certain memory of the service provider, and after the occupied memory of the service provider is too much, memory garbage processing is performed, that is, the memory of the service provider is cleaned, and the service provider performing garbage collection suspends providing services to the service consumer, and continues providing services to the service consumer after garbage collection is completed. Therefore, when the service consumer calls the service provider performing garbage collection, the service consumer needs to wait for the service provider to complete garbage collection before calling the corresponding service, which increases the time for the user to call the service.
Disclosure of Invention
The embodiment of the application provides a method, a device, equipment and a storage medium for calling a service, which can solve the problem that the service calling time length is increased due to the fact that a service consumer calls a service provider which is performing garbage collection. The technical scheme is as follows:
in a first aspect, a method for calling a service is provided, where the method includes:
receiving a first indication message sent by a second server, wherein the first indication message is used for indicating the first server to start memory garbage processing;
shielding the first server in a locally stored server list comprising the first server, wherein the server list records servers for providing the target service;
when a call triggering event of the target service corresponding to the server list is monitored, selecting a third server from the servers recorded in the server list except the first server, and calling the target service to the third server.
Optionally, the masking the first server in the locally stored server list including the first server includes:
deleting the first server from a locally stored list of servers including the first server; or,
adding a pause call flag for the first server in a locally stored list of servers including the first server.
Optionally, the method further includes:
receiving a second indication message sent by the second server, wherein the second indication message is used for indicating that the first server has finished memory garbage processing;
unmasking the first server in the locally stored server list comprising the first server;
when a call triggering event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
Optionally, the unmasking the first server in the locally stored server list including the first server includes:
adding the first server in the locally stored server list comprising the first server; or,
canceling the pause call flag of the first server in the locally stored server list including the first server.
In a second aspect, a method for calling a service is provided, where the method is applied to a first server, and includes:
monitoring the memory usage of the first server
When the memory usage amount of the first server reaches a usage amount threshold value, starting memory garbage processing;
sending a first indication message to a second server, wherein the first indication message is used for indicating the first server to start memory garbage processing.
Optionally, when the memory usage amount of the first server reaches the usage amount threshold, starting to perform memory garbage processing, including:
and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
Optionally, after the memory garbage processing is started, the method further includes:
when the first server finishes the memory garbage processing, sending a second indication message to a second server, wherein the second indication message is used for indicating that the first server finishes the memory garbage processing.
In a third aspect, a method for calling a service is provided, where the method is applied to a second server, and includes:
receiving a first indication message sent by a first server, wherein the first indication message is used for indicating the first server to start memory garbage processing;
determining a server list corresponding to a target service provided by the first server, wherein the server list records a server for providing the target service;
and sending the first indication message to the computer equipment which has sent the server list.
Optionally, the method further includes:
receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has completed memory garbage processing;
determining a server list corresponding to a target service provided by the first server;
and sending the second indication message to the computer equipment which has sent the server list.
In a fourth aspect, an apparatus for invoking a service is provided, where the apparatus is applied to a computer device, and includes:
a first receiving module, configured to receive a first indication message sent by a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
a masking module configured to mask the first server in a locally stored server list including the first server, wherein the server list records servers for providing the target service;
the first calling module is configured to select a third server from the servers recorded in the server list except the first server when a calling trigger event of the target service corresponding to the server list is monitored, and call the target service to the third server.
Optionally, the shielding module is configured to:
deleting the first server from a locally stored list of servers including the first server; or,
adding a pause call flag for the first server in a locally stored list of servers including the first server.
Optionally, the apparatus further comprises:
a second receiving module configured to: receiving a second indication message sent by the second server, wherein the second indication message is used for indicating that the first server has finished memory garbage processing;
a cancellation module configured to: unmasking the first server in the locally stored server list comprising the first server;
a second calling module configured to: when a call triggering event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
Optionally, the cancellation module is configured to:
adding the first server in the locally stored server list comprising the first server; or,
canceling the pause call flag of the first server in the locally stored server list including the first server.
In a fifth aspect, an apparatus for invoking a service is provided, where the apparatus is applied to a first server, and includes:
a monitoring module configured to monitor memory usage of the first server
The processing module is configured to start memory garbage processing when the memory usage amount of the first server reaches a usage amount threshold;
the first sending module is configured to send a first indication message to a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing.
Optionally, the processing module is configured to:
and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
Optionally, the apparatus further includes a second sending module configured to:
when the first server finishes the memory garbage processing, sending a second indication message to a second server, wherein the second indication message is used for indicating that the first server finishes the memory garbage processing.
In a sixth aspect, an apparatus for invoking a service is provided, where the apparatus is applied to a second server, and includes:
a third receiving module, configured to receive a first indication message sent by a first server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
the first determining module is configured to determine a server list corresponding to a target service provided by the first server, wherein the server list records a server for providing the target service;
a third sending module configured to send the first indication message to the computer device that has sent the server list.
Optionally, the apparatus further comprises:
a fourth receiving module configured to: receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has completed memory garbage processing;
a second determination module configured to: determining a server list corresponding to a target service provided by the first server;
a fourth transmitting module configured to: and sending the second indication message to the computer equipment which has sent the server list.
In a seventh aspect, there is provided a computer device comprising a processor and a memory, wherein at least one instruction is stored in the memory, and the instruction is loaded and executed by the processor to implement the operation performed by the method for calling a service according to the first aspect.
In an eighth aspect, there is provided a first server comprising a processor and a memory, the memory having stored therein at least one instruction that is loaded and executed by the processor to perform operations performed by the method of invoking a service of the second aspect.
In a ninth aspect, there is provided a second server comprising a processor and a memory, the memory having stored therein at least one instruction that is loaded and executed by the processor to perform the operations performed by the method of invoking a service of the third aspect.
In a tenth aspect, a computer-readable storage medium is provided, wherein at least one instruction is stored in the storage medium, and the instruction is loaded and executed by a processor to implement the operation performed by the method for calling a service as described above.
The technical scheme provided by the embodiment of the application has the following beneficial effects:
by monitoring the memory usage amount in the service provider (i.e. the first server), when the memory usage amount of the service provider exceeds the set usage amount threshold, performing memory garbage processing and sending an indication message to the registry (i.e. the second server), and then sending the indication message to the service consumer (i.e. the computer device) by the registry, the service consumer avoids calling the service provider performing the memory garbage processing according to the indication message, so that the problem of increased service calling time caused by calling the service provider performing the memory garbage processing can be avoided.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic illustration of an implementation environment provided by an embodiment of the present application;
FIG. 2 is a flowchart of a method for invoking a service according to an embodiment of the present disclosure;
FIG. 3 is a flow chart of a method for invoking a service according to an embodiment of the present disclosure;
FIG. 4 is a flowchart of a method for invoking a service according to an embodiment of the present disclosure;
FIG. 5 is a flowchart of a method for invoking a service according to an embodiment of the present disclosure;
FIG. 6 is a schematic structural diagram of a call service device according to an embodiment of the present application;
FIG. 7 is a schematic structural diagram of a call service device according to an embodiment of the present application;
FIG. 8 is a schematic structural diagram of a call service device according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of a terminal provided in an embodiment of the present application;
FIG. 10 is a schematic diagram of a server provided by an embodiment of the present application;
FIG. 11 is a schematic diagram of masking service provider addresses in a server list as provided by an embodiment of the present application;
FIG. 12 is a schematic diagram of masking service provider addresses in a server list as provided by an embodiment of the present application;
FIG. 13 is a schematic diagram of unmasking a service provider address in a server list provided by an embodiment of the present application;
fig. 14 is a schematic diagram of unmasking a service provider address in a server list according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Fig. 1 is a schematic diagram of an implementation environment provided by an embodiment of the present application. Referring to fig. 1, the method for invoking a service provided in the embodiment of the present application may be applied in an invoking service framework, where the invoking service framework includes: service container, service provider, registry, and service consumer. The service container is responsible for starting and loading the service provider, the service provider can provide service, the service provided by the service provider can be registered with the registration center when the service provider is started, the service consumer can inquire the service required by the service consumer from the registration center, and after the registration center receives the inquiry of the service consumer, the address list of the service provider providing the corresponding service is sent to the service consumer. The service consumer can select an address from the address list of the service provider based on a soft load balancing algorithm, and access the corresponding service provider to call the corresponding service.
The embodiment of the application can be realized by a server and a computer device together. The service container, the service provider, and the registration center may be servers, which may be physical machines or virtual machines, the service consumer may be a terminal operated by a user, or a server that needs to depend on other servers, or the server may be a single server or a server group, and if the server is a single server, the server may be responsible for all processing in the following scheme, and if the server group is a server group, different servers in the server group may be respectively responsible for different processing in the following scheme, and specific processing allocation conditions may be set arbitrarily by a technical person according to actual needs, which is not described herein again.
Fig. 2 is a flowchart of a computer device side in a method for invoking a service according to an embodiment of the present application. Referring to fig. 2, the embodiment includes:
step 201, receiving a first indication message sent by a second server, where the first indication message is used to indicate the first server to start memory garbage processing.
Step 202, the first server is masked in a locally stored server list including the first server, wherein the server list records servers for providing the target service.
Step 203, when a call trigger event of the target service corresponding to the server list is monitored, selecting a third server from the servers recorded in the server list except the first server, and calling the target service to the third server.
Fig. 3 is a flowchart of a first server side in a method for invoking a service according to an embodiment of the present disclosure. Referring to fig. 3, the embodiment includes:
step 301, monitoring the memory usage of the first server
Step 302, when the memory usage amount of the first server reaches the usage amount threshold, memory garbage processing is started.
Step 303, sending a first indication message to the second server, where the first indication message is used to indicate the first server to start memory garbage processing.
Fig. 4 is a flowchart of a second server side in a method for invoking a service according to an embodiment of the present application. Referring to fig. 4, the embodiment includes:
step 401, receiving a first indication message sent by a first server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing.
Step 402, determining a server list corresponding to a target service provided by a first server, wherein the server list records a server for providing the target service.
Step 403, sending a first indication message to the computer device that has sent the server list.
Fig. 5 is a flowchart illustrating interaction among a computer device, a first server, and a second server in a method for invoking a service according to an embodiment of the present disclosure. Referring to fig. 5, the embodiment includes:
step 501, monitoring the memory usage of the first server
The first server may correspond to a service provider in the service invocation framework, the first server may be a server cluster, the server cluster includes a plurality of servers, and each server may serve as a service provider.
In an implementation, the memory in the service provider may be allocated as a younger generation memory, an older generation memory. Each time a computer device (service consumer) invokes a service in a service provider, it will take up a certain amount of older generation memory. Technicians can set a monitoring program in the service provider to monitor the usage amount of the memory of the middle-aged and the old age of the service provider.
Step 502, when the memory usage amount of the first server reaches the usage amount threshold, the memory garbage processing is started.
In implementation, when the old generation memory of the service provider has a trigger threshold, that is, after the usage amount of the old generation memory of the service provider reaches the trigger threshold, a Full GC (garbage collection) is automatically triggered to clean the old generation memory. The technician may additionally set a usage threshold in the service provider, wherein the usage threshold is less than the trigger threshold. When the monitoring program monitors that the usage amount of the memory of the old generation of the server provider reaches the usage amount threshold, the monitoring program can force the service provider to trigger the Full GC to clean the memory of the old generation.
Optionally, when the memory usage amount of the first server reaches the usage amount threshold, a period of time may be waited, and then the memory garbage processing is started, and the corresponding processing to the step 502 may also be as follows: and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
In implementation, a time length threshold may be preset, and after the monitoring program monitors that the usage amount of the memory of the old generation of the server provider reaches the usage amount threshold, the monitoring program may force the service provider to trigger a garbage collection processing mechanism to clean the memory of the old generation after the preset time length threshold passes.
In step 503, the first server sends a first indication message to the second server, where the first indication message is used to indicate the first server to start memory garbage processing.
The second server corresponds to a registration center in the service invocation framework, and the first indication message may carry address information and state information of a service provider that sends the first indication message.
In implementation, the technician may set a corresponding status information for each service provider, where the corresponding status information may be an unavailable status when the service provider cleans the old generation memory, and the corresponding status information may be an available status when the service provider does not clean the old generation memory. After the monitoring program monitors that the usage amount of the memory of the old generation of the server provider reaches the usage amount threshold value, the service provider can send a first indication message to the registration center, wherein the first indication message comprises a first indication message. The first indication message carries address information of the service provider and status information of the unavailable status.
Optionally, when the first server completes the memory garbage processing, a second indication message is sent to the second server, where the second indication message is used to indicate that the first server has completed the memory garbage processing.
In an implementation, after the first server finishes cleaning the old age memory, the monitoring program may further detect a usage amount of the old age memory of the server provider, and when the usage amount of the old age memory of the server provider is lower than a usage amount threshold, the service provider may send a second indication message to the registry, where the second indication message indicates that the old age memory of the server provider is not used. The second indication message carries address information of the service provider and status information of the available status.
In step 504, the second server receives the first indication message sent by the first server, and determines a server list corresponding to the target service provided by the first server.
Wherein, the server list records the server for providing the target service.
In implementation, when the service provider starts, the service provider may register a service provided by itself with the registry, that is, the service provider may send address information of itself and a provided service identifier to the registry, the registry may generate an address list by corresponding all the received address information and service identifiers, and may generate and store an address list for all the address information corresponding to each service identifier, that is, generate a server list. After receiving the first indication message sent by the service provider, the registry may determine all server lists including the address information carried in the first indication message according to the address information of the service provider carried in the first indication message.
In step 505, the second server sends a first indication message to the computer device that has sent the server list.
The computer device may be a service consumer in the service invocation framework, and may be a terminal or a server.
In implementation, a service consumer may send an inquiry request of a service to be invoked to a registry, where the inquiry request may carry a service identifier of the service to be invoked, and the registry may send a corresponding server list to the service consumer according to the service identifier. The service consumer may store the service identification with a corresponding server list. After receiving the first indication message and determining the server list containing the address information carried in the first indication message, the registry may determine, according to the stored information of the stored sending server list, the service consumer storing the server list containing the address information carried in the first indication message, and then send the first indication message to the corresponding service consumer.
Optionally, corresponding to the second indication information sent by the first server in step 503, after receiving the second indication information, the second server may perform the following processing: receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has finished the memory garbage processing; determining a server list corresponding to a target service provided by a first server; and sending a second indication message to the computer equipment which has sent the server list.
Wherein, the server list records the server for providing the target service.
In an implementation, after the first server completes the memory garbage processing, a second indication message may be sent to the registry, where the second indication message carries address information of the service provider and state information of the available state. The registry receives a second indication message sent by the service provider, determines a server list corresponding to the service provided by the first server according to address information carried by the second indication message, wherein the server list comprises address information of all service providers providing the target service, and sends the second indication message to the computer equipment which has sent the server list.
In step 506, the computer device receives the first indication message sent by the second server, and masks the first server in a locally stored server list including the first server.
The first indication message is used for indicating the first server to start memory garbage processing.
In implementation, a service consumer receives a first indication message sent by a registration center, and performs shielding processing on address information carried in the first indication information in an address list which is locally stored and includes the address information carried in the first indication information, so that the service consumer does not call the address information carried in the shielded first indication information when calling a service.
Alternatively, the first server may be masked in the following two ways.
The first method is as follows: the first server is deleted from a locally stored list of servers that includes the first server.
In an implementation, as shown in fig. 11, the address information carried in the first indication information may be deleted in a locally stored server list, that is, the server that is performing memory garbage processing is deleted.
The second method comprises the following steps: in a locally stored server list including a first server, a pause call flag is added for the first server.
In implementation, as shown in fig. 12, state information of a corresponding server may be added after address information carried in first indication information in a locally stored server list, and an available state corresponding to the address information may be changed to an unavailable state in a shielding manner.
In step 507, when the computer device monitors a call trigger event of the target service corresponding to the server list, a third server is selected from the servers recorded in the server list except the first server, and the target service is called to the third server.
In implementation, the service consumer triggers a call trigger event of the corresponding service, that is, when the service consumer needs to call the corresponding service to the service provider, for example, a user operates a terminal to pay an order, or when another server needs to obtain data from a dependent service, the service consumer may call a corresponding task to the third server, that is, the service consumer may select address information corresponding to the server that is not shielded from a locally stored server list, access the selected server corresponding to the address information, and call the corresponding service, for example, complete payment of the order and related information records.
Optionally, corresponding to the second indication information sent by the second server in step 505, after receiving the second indication information, the service consumer may perform the following processing:
receiving a second indication message sent by a second server, wherein the second indication message is used for indicating that the first server has finished the memory garbage processing; unmasking the first server in a locally stored server list comprising the first server; and when a calling trigger event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
In implementation, the service consumer receives second indication information sent by the registry, wherein the second indication information carries address information of the service provider and state information of the available state. And the service consumer determines a locally stored server list containing the address information carried by the second indication message according to the address information carried by the second indication message, and shields the corresponding server before the corresponding server list is cancelled.
When the service consumer needs to call the corresponding service to the service provider, the service consumer may call the corresponding task to the fourth server, that is, the service consumer may select the address information corresponding to the unmasked server from the locally stored server list, access the server corresponding to the selected address information, and call the corresponding service.
Optionally, the two shielding manners for the first server in step 506 may correspond to manners of canceling shielding the first server, which respectively are:
the first method is as follows: adding the first server in a locally stored server list comprising the first server.
In implementation, as shown in fig. 13, the address information carried in the first indication information may be added to a server list locally stored by the service consumer, that is, a server that has completed memory garbage processing is added.
The second method comprises the following steps: as shown in fig. 14, the pause call flag of the first server is canceled in a locally stored server list including the first server.
In implementation, the state information of a corresponding server may be added after the address information carried in the first indication information in the locally stored server list, and the unavailable state corresponding to the address information may be changed to the available state in a manner of canceling the shielding.
According to the embodiment of the application, the usage amount of the memory of the old generation in the service provider is monitored, when the usage amount of the memory of the old generation of the service provider exceeds the set usage amount threshold, the memory garbage processing is carried out on the memory of the old generation, the indication message is sent to the registration center, the indication message is sent to the service consumer by the registration center, and the service consumer avoids calling the service provider which carries out the memory garbage processing according to the indication message, so that the problem that the service calling duration is increased due to calling the service provider which carries out the memory garbage processing can be avoided.
All the above optional technical solutions may be combined arbitrarily to form the optional embodiments of the present disclosure, and are not described herein again.
Fig. 6 is a device for performing a call service according to an embodiment of the present application, where the device may be a computer device in the foregoing embodiment, and as shown in fig. 6, the device includes:
a first receiving module 610, configured to receive a first indication message sent by a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
a masking module 620 configured to mask the first server in a locally stored server list including the first server, wherein the server list records servers for providing the target service;
the first invoking module 630 is configured to, when a call trigger event of the target service corresponding to the server list is monitored, select a third server from the servers recorded in the server list except for the first server, and invoke the target service to the third server.
Optionally, the shielding module 620 is configured to:
deleting the first server from a locally stored list of servers including the first server; or,
adding a pause call flag for the first server in a locally stored list of servers including the first server.
Optionally, the apparatus further comprises:
a second receiving module configured to: receiving a second indication message sent by the second server, wherein the second indication message is used for indicating that the first server has finished memory garbage processing;
a cancellation module configured to: unmasking the first server in the locally stored server list comprising the first server;
a second calling module configured to: when a call triggering event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
Optionally, the cancellation module is configured to:
adding the first server in the locally stored server list comprising the first server; or,
canceling the pause call flag of the first server in the locally stored server list including the first server.
Fig. 7 is a device for performing a call service according to an embodiment of the present application, where the device may be the first server in the foregoing embodiment, and as shown in fig. 7, the device includes:
a monitoring module 710 configured to monitor memory usage of the first server
A processing module 720, configured to start memory garbage processing when the memory usage amount of the first server reaches a usage amount threshold;
the first sending module 730 is configured to send a first indication message to a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing.
Optionally, the processing module 720 is configured to:
and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
Optionally, the apparatus further includes a second sending module configured to:
when the first server finishes the memory garbage processing, sending a second indication message to a second server, wherein the second indication message is used for indicating that the first server finishes the memory garbage processing.
Fig. 8 is a device for performing a call service according to an embodiment of the present application, where the device may be the first server in the foregoing embodiment, and as shown in fig. 8, the device includes:
a third receiving module 810, configured to receive a first indication message sent by a first server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
a first determining module 820, configured to determine a server list corresponding to a target service provided by the first server, where the server list records a server for providing the target service;
a third sending module 830 configured to send the first indication message to the computer device that has sent the server list.
Optionally, the apparatus further comprises:
a fourth receiving module configured to: receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has completed memory garbage processing;
a second determination module configured to: determining a server list corresponding to a target service provided by the first server;
a fourth transmitting module configured to: and sending the second indication message to the computer equipment which has sent the server list.
It should be noted that: in the device for calling a service according to the above embodiment, when calling a service, the division of each functional module is merely used as an example, and in practical applications, the function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the functions described above. In addition, the apparatus for invoking a service and the method for invoking a service provided in the above embodiments belong to the same concept, and specific implementation processes thereof are detailed in the method embodiments and will not be described herein again.
Fig. 9 shows a block diagram of a terminal 900 according to an exemplary embodiment of the present application. The terminal 900 may be: a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, motion video Experts compression standard Audio Layer 3), an MP4 player (Moving Picture Experts Group Audio Layer iv, motion video Experts compression standard Audio Layer 4), a notebook computer, or a desktop computer. Terminal 900 may also be referred to by other names such as user equipment, portable terminals, laptop terminals, desktop terminals, and the like.
In general, terminal 900 includes: a processor 901 and a memory 902.
Processor 901 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and so forth. The processor 901 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). The processor 901 may also include a main processor and a coprocessor, where the main processor is a processor for processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 901 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing the content required to be displayed on the display screen. In some embodiments, the processor 901 may further include an AI (Artificial Intelligence) processor for processing computing operations related to machine learning.
Memory 902 may include one or more computer-readable storage media, which may be non-transitory. The memory 902 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 902 is used to store at least one instruction for execution by processor 901 to implement a call services method provided by a method embodiment of the present application.
In some embodiments, terminal 900 can also optionally include: a peripheral interface 903 and at least one peripheral. The processor 901, memory 902, and peripheral interface 903 may be connected by buses or signal lines. Various peripheral devices may be connected to the peripheral interface 903 via a bus, signal line, or circuit board. Specifically, the peripheral device includes: at least one of a radio frequency circuit 904, a touch display screen 905, a camera 906, an audio circuit 907, a positioning component 908, and a power supply 909.
The peripheral interface 903 may be used to connect at least one peripheral related to I/O (Input/Output) to the processor 901 and the memory 902. In some embodiments, the processor 901, memory 902, and peripheral interface 903 are integrated on the same chip or circuit board; in some other embodiments, any one or two of the processor 901, the memory 902 and the peripheral interface 903 may be implemented on a separate chip or circuit board, which is not limited by this embodiment.
The Radio Frequency circuit 904 is used for receiving and transmitting RF (Radio Frequency) signals, also called electromagnetic signals. The radio frequency circuitry 904 communicates with communication networks and other communication devices via electromagnetic signals. The radio frequency circuit 904 converts an electrical signal into an electromagnetic signal to transmit, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 904 comprises: an antenna system, an RF transceiver, one or more amplifiers, a tuner, an oscillator, a digital signal processor, a codec chipset, a subscriber identity module card, and so forth. The radio frequency circuit 904 may communicate with other terminals via at least one wireless communication protocol. The wireless communication protocols include, but are not limited to: metropolitan area networks, various generation mobile communication networks (2G, 3G, 4G, and 5G), Wireless local area networks, and/or WiFi (Wireless Fidelity) networks. In some embodiments, the radio frequency circuit 904 may also include NFC (Near Field Communication) related circuits, which are not limited in this application.
The display screen 905 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. When the display screen 905 is a touch display screen, the display screen 905 also has the ability to capture touch signals on or over the surface of the display screen 905. The touch signal may be input to the processor 901 as a control signal for processing. At this point, the display 905 may also be used to provide virtual buttons and/or a virtual keyboard, also referred to as soft buttons and/or a soft keyboard. In some embodiments, the display 905 may be one, providing the front panel of the terminal 900; in other embodiments, the number of the display panels 905 may be at least two, and each of the display panels is disposed on a different surface of the terminal 900 or is in a foldable design; in still other embodiments, the display 905 may be a flexible display disposed on a curved surface or a folded surface of the terminal 900. Even more, the display screen 905 may be arranged in a non-rectangular irregular figure, i.e. a shaped screen. The Display panel 905 can be made of LCD (liquid crystal Display), OLED (Organic Light-Emitting Diode), and the like.
The camera assembly 906 is used to capture images or video. Optionally, camera assembly 906 includes a front camera and a rear camera. Generally, a front camera is disposed at a front panel of the terminal, and a rear camera is disposed at a rear surface of the terminal. In some embodiments, the number of the rear cameras is at least two, and each rear camera is any one of a main camera, a depth-of-field camera, a wide-angle camera and a telephoto camera, so that the main camera and the depth-of-field camera are fused to realize a background blurring function, and the main camera and the wide-angle camera are fused to realize panoramic shooting and VR (Virtual Reality) shooting functions or other fusion shooting functions. In some embodiments, camera assembly 906 may also include a flash. The flash lamp can be a monochrome temperature flash lamp or a bicolor temperature flash lamp. The double-color-temperature flash lamp is a combination of a warm-light flash lamp and a cold-light flash lamp, and can be used for light compensation at different color temperatures.
Audio circuit 907 may include a microphone and a speaker. The microphone is used for collecting sound waves of a user and the environment, converting the sound waves into electric signals, and inputting the electric signals to the processor 901 for processing, or inputting the electric signals to the radio frequency circuit 904 for realizing voice communication. For stereo sound acquisition or noise reduction purposes, the microphones may be multiple and disposed at different locations of the terminal 900. The microphone may also be an array microphone or an omni-directional pick-up microphone. The speaker is used to convert electrical signals from the processor 901 or the radio frequency circuit 904 into sound waves. The loudspeaker can be a traditional film loudspeaker or a piezoelectric ceramic loudspeaker. When the speaker is a piezoelectric ceramic speaker, the speaker can be used for purposes such as converting an electric signal into a sound wave audible to a human being, or converting an electric signal into a sound wave inaudible to a human being to measure a distance. In some embodiments, audio circuit 907 may also include a headphone jack.
The positioning component 908 is used to locate the current geographic location of the terminal 900 to implement navigation or LBS (location based Service). The positioning component 908 may be a positioning component based on the GPS (global positioning System) of the united states, the beidou System of china, the graves System of russia, or the galileo System of the european union.
Power supply 909 is used to provide power to the various components in terminal 900. The power source 909 may be alternating current, direct current, disposable or rechargeable. When power source 909 comprises a rechargeable battery, the rechargeable battery may support wired or wireless charging. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, terminal 900 can also include one or more sensors 910. The one or more sensors 910 include, but are not limited to: acceleration sensor 911, gyro sensor 912, pressure sensor 913, fingerprint sensor 914, optical sensor 915, and proximity sensor 916.
The acceleration sensor 911 can detect the magnitude of acceleration in three coordinate axes of the coordinate system established with the terminal 900. For example, the acceleration sensor 911 may be used to detect the components of the gravitational acceleration in three coordinate axes. The processor 901 can control the touch display 905 to display the user interface in a landscape view or a portrait view according to the gravitational acceleration signal collected by the acceleration sensor 911. The acceleration sensor 911 may also be used for acquisition of motion data of a game or a user.
The gyro sensor 912 may detect a body direction and a rotation angle of the terminal 900, and the gyro sensor 912 may cooperate with the acceleration sensor 911 to acquire a 3D motion of the user on the terminal 900. The processor 901 can implement the following functions according to the data collected by the gyro sensor 912: motion sensing (such as changing the UI according to a user's tilting operation), image stabilization at the time of photographing, game control, and inertial navigation.
Pressure sensors 913 may be disposed on the side bezel of terminal 900 and/or underneath touch display 905. When the pressure sensor 913 is disposed on the side frame of the terminal 900, the user's holding signal of the terminal 900 may be detected, and the processor 901 performs left-right hand recognition or shortcut operation according to the holding signal collected by the pressure sensor 913. When the pressure sensor 913 is disposed at a lower layer of the touch display 905, the processor 901 controls the operability control on the UI interface according to the pressure operation of the user on the touch display 905. The operability control comprises at least one of a button control, a scroll bar control, an icon control and a menu control.
The fingerprint sensor 914 is used for collecting a fingerprint of the user, and the processor 901 identifies the user according to the fingerprint collected by the fingerprint sensor 914, or the fingerprint sensor 914 identifies the user according to the collected fingerprint. Upon recognizing that the user's identity is a trusted identity, processor 901 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying, and changing settings, etc. The fingerprint sensor 914 may be disposed on the front, back, or side of the terminal 900. When a physical key or vendor Logo is provided on the terminal 900, the fingerprint sensor 914 may be integrated with the physical key or vendor Logo.
The optical sensor 915 is used to collect ambient light intensity. In one embodiment, the processor 901 may control the display brightness of the touch display 905 based on the ambient light intensity collected by the optical sensor 915. Specifically, when the ambient light intensity is high, the display brightness of the touch display screen 905 is increased; when the ambient light intensity is low, the display brightness of the touch display screen 905 is turned down. In another embodiment, the processor 901 can also dynamically adjust the shooting parameters of the camera assembly 906 according to the ambient light intensity collected by the optical sensor 915.
Proximity sensor 916, also known as a distance sensor, is typically disposed on the front panel of terminal 900. The proximity sensor 916 is used to collect the distance between the user and the front face of the terminal 900. In one embodiment, when the proximity sensor 916 detects that the distance between the user and the front face of the terminal 900 gradually decreases, the processor 901 controls the touch display 905 to switch from the bright screen state to the dark screen state; when the proximity sensor 916 detects that the distance between the user and the front surface of the terminal 900 gradually becomes larger, the processor 901 controls the touch display 905 to switch from the breath screen state to the bright screen state.
Those skilled in the art will appreciate that the configuration shown in fig. 9 does not constitute a limitation of terminal 900, and may include more or fewer components than those shown, or may combine certain components, or may employ a different arrangement of components.
Fig. 10 is a schematic structural diagram of a server according to an embodiment of the present application, where the server 1000 may generate a relatively large difference due to a difference in configuration or performance, and may include one or more processors (CPUs) 1001 and one or more memories 1002, where the memory 1002 stores at least one instruction, and the at least one instruction is loaded and executed by the processors 1001 to implement the methods provided by the foregoing method embodiments. Of course, the server may also have components such as a wired or wireless network interface, a keyboard, and an input/output interface, so as to perform input/output, and the server may also include other components for implementing the functions of the device, which are not described herein again.
In an exemplary embodiment, a computer-readable storage medium, such as a memory, is also provided that includes instructions executable by a processor in a terminal to perform the method of invoking a service in the above-described embodiments. The computer readable storage medium may be non-transitory. For example, the computer-readable storage medium may be a ROM (Read-Only Memory), a RAM (Random Access Memory), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (22)

1. A method for calling a service, the method being applied to a computer device and comprising:
receiving a first indication message sent by a second server, wherein the first indication message is used for indicating the first server to start memory garbage processing;
shielding the first server in a locally stored server list comprising the first server, wherein the server list records servers for providing the target service;
when a call triggering event of the target service corresponding to the server list is monitored, selecting a third server from the servers recorded in the server list except the first server, and calling the target service to the third server.
2. The method of claim 1, wherein masking the first server from the locally stored list of servers that includes the first server comprises:
deleting the first server from a locally stored list of servers including the first server; or,
adding a pause call flag for the first server in a locally stored list of servers including the first server.
3. The method of claim 1, further comprising:
receiving a second indication message sent by the second server, wherein the second indication message is used for indicating that the first server has finished memory garbage processing;
unmasking the first server in the locally stored server list comprising the first server;
when a call triggering event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
4. The method of claim 3, wherein unmasking the first server in the locally stored list of servers that includes the first server comprises:
adding the first server in the locally stored server list comprising the first server; or,
canceling the pause call flag of the first server in the locally stored server list including the first server.
5. A method for calling a service, the method being applied to a first server and comprising:
monitoring the memory usage of the first server
When the memory usage amount of the first server reaches a usage amount threshold value, starting memory garbage processing;
sending a first indication message to a second server, wherein the first indication message is used for indicating the first server to start memory garbage processing.
6. The method of claim 5, wherein starting memory garbage processing when the memory usage of the first server reaches a usage threshold comprises:
and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
7. The method of claim 5, wherein after the beginning of memory garbage processing, further comprising:
when the first server finishes the memory garbage processing, sending a second indication message to a second server, wherein the second indication message is used for indicating that the first server finishes the memory garbage processing.
8. A method for invoking a service, the method applied to a second server, comprising:
receiving a first indication message sent by a first server, wherein the first indication message is used for indicating the first server to start memory garbage processing;
determining a server list corresponding to a target service provided by the first server, wherein the server list records a server for providing the target service;
and sending the first indication message to the computer equipment which has sent the server list.
9. The method of claim 8, further comprising:
receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has completed memory garbage processing;
determining a server list corresponding to a target service provided by the first server;
and sending the second indication message to the computer equipment which has sent the server list.
10. An apparatus for calling a service, the apparatus being applied to a computer device, comprising:
a first receiving module, configured to receive a first indication message sent by a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
a masking module configured to mask the first server in a locally stored server list including the first server, wherein the server list records servers for providing the target service;
the first calling module is configured to select a third server from the servers recorded in the server list except the first server when a calling trigger event of the target service corresponding to the server list is monitored, and call the target service to the third server.
11. The apparatus of claim 10, wherein the shielding module is configured to:
deleting the first server from a locally stored list of servers including the first server; or,
adding a pause call flag for the first server in a locally stored list of servers including the first server.
12. The apparatus of claim 10, further comprising:
a second receiving module configured to: receiving a second indication message sent by the second server, wherein the second indication message is used for indicating that the first server has finished memory garbage processing;
a cancellation module configured to: unmasking the first server in the locally stored server list comprising the first server;
a second calling module configured to: when a call triggering event of the target service corresponding to the server list is monitored, selecting a fourth server from the servers recorded in the server list, and calling the target service to the fourth server.
13. The apparatus of claim 12, wherein the cancellation module is configured to:
adding the first server in the locally stored server list comprising the first server; or,
canceling the pause call flag of the first server in the locally stored server list including the first server.
14. An apparatus for invoking a service, the apparatus being applied to a first server, comprising:
a monitoring module configured to monitor memory usage of the first server
The processing module is configured to start memory garbage processing when the memory usage amount of the first server reaches a usage amount threshold;
the first sending module is configured to send a first indication message to a second server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing.
15. The apparatus of claim 14, wherein the processing module is configured to:
and when the duration that the memory usage of the first server reaches the usage threshold reaches the duration threshold, starting to process memory garbage.
16. The apparatus of claim 14, wherein the apparatus further comprises a second transmitting module configured to:
when the first server finishes the memory garbage processing, sending a second indication message to a second server, wherein the second indication message is used for indicating that the first server finishes the memory garbage processing.
17. An apparatus for invoking a service, the apparatus being applied to a second server, comprising:
a third receiving module, configured to receive a first indication message sent by a first server, where the first indication message is used to indicate that the first server starts to perform memory garbage processing;
the first determining module is configured to determine a server list corresponding to a target service provided by the first server, wherein the server list records a server for providing the target service;
a third sending module configured to send the first indication message to the computer device that has sent the server list.
18. The apparatus of claim 17, further comprising:
a fourth receiving module configured to: receiving a second indication message sent by the first server, wherein the second indication message is used for indicating that the first server has completed memory garbage processing;
a second determination module configured to: determining a server list corresponding to a target service provided by the first server;
a fourth transmitting module configured to: and sending the second indication message to the computer equipment which has sent the server list.
19. A computer device comprising a processor and a memory, the memory having stored therein at least one instruction that is loaded and executed by the processor to perform operations performed by a method of invoking a service according to any one of claims 1 to 4.
20. A first server, wherein the first server comprises a processor and a memory, wherein the memory stores at least one instruction that is loaded and executed by the processor to perform operations performed by a method of invoking a service according to any one of claims 5 to 7.
21. A second server, characterized in that it comprises a processor and a memory in which at least one instruction is stored, which is loaded and executed by the processor to implement the operations performed by the method of invoking a service according to any one of claims 8 to 9.
22. A computer-readable storage medium having stored therein at least one instruction which is loaded and executed by a processor to perform operations performed by a method of invoking a service according to any one of claims 1 to 9.
CN201911129234.5A 2019-11-18 2019-11-18 Method, device, equipment and storage medium for calling service Withdrawn CN110908802A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911129234.5A CN110908802A (en) 2019-11-18 2019-11-18 Method, device, equipment and storage medium for calling service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911129234.5A CN110908802A (en) 2019-11-18 2019-11-18 Method, device, equipment and storage medium for calling service

Publications (1)

Publication Number Publication Date
CN110908802A true CN110908802A (en) 2020-03-24

Family

ID=69817819

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911129234.5A Withdrawn CN110908802A (en) 2019-11-18 2019-11-18 Method, device, equipment and storage medium for calling service

Country Status (1)

Country Link
CN (1) CN110908802A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990173A (en) * 2019-12-18 2020-04-10 北京三快在线科技有限公司 Method, device, equipment and storage medium for calling service
CN115002185A (en) * 2022-05-09 2022-09-02 北京城市网邻信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101242392A (en) * 2007-02-06 2008-08-13 国际商业机器公司 Method, device and system for processing series service message
CN107291555A (en) * 2017-07-10 2017-10-24 上海斐讯数据通信技术有限公司 A kind of garbage reclamation of Java Virtual Machine, load-balancing method and system
CN108920322A (en) * 2018-06-04 2018-11-30 郑州云海信息技术有限公司 A kind of method, apparatus and computer storage medium of middleware operational monitoring
CN109669759A (en) * 2018-09-25 2019-04-23 深圳壹账通智能科技有限公司 Rubbish recovering method, device, equipment and the storage medium of Java Virtual Machine
CN110442432A (en) * 2019-08-22 2019-11-12 北京三快在线科技有限公司 Method for processing business, system, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101242392A (en) * 2007-02-06 2008-08-13 国际商业机器公司 Method, device and system for processing series service message
CN107291555A (en) * 2017-07-10 2017-10-24 上海斐讯数据通信技术有限公司 A kind of garbage reclamation of Java Virtual Machine, load-balancing method and system
CN108920322A (en) * 2018-06-04 2018-11-30 郑州云海信息技术有限公司 A kind of method, apparatus and computer storage medium of middleware operational monitoring
CN109669759A (en) * 2018-09-25 2019-04-23 深圳壹账通智能科技有限公司 Rubbish recovering method, device, equipment and the storage medium of Java Virtual Machine
CN110442432A (en) * 2019-08-22 2019-11-12 北京三快在线科技有限公司 Method for processing business, system, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990173A (en) * 2019-12-18 2020-04-10 北京三快在线科技有限公司 Method, device, equipment and storage medium for calling service
CN115002185A (en) * 2022-05-09 2022-09-02 北京城市网邻信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110308956B (en) Application interface display method and device and mobile terminal
CN110659127A (en) Method, device and system for processing task
CN109861966B (en) Method, device, terminal and storage medium for processing state event
CN110990341A (en) Method, device, electronic equipment and medium for clearing data
CN108848492B (en) Method, device, terminal and storage medium for starting user identity identification card
CN110032417A (en) Session entry mask method, apparatus, equipment and storage medium
CN110851823A (en) Data access method, device, terminal and storage medium
CN110290191B (en) Resource transfer result processing method, device, server, terminal and storage medium
CN110908802A (en) Method, device, equipment and storage medium for calling service
CN111191227A (en) Method and device for preventing malicious code from executing
CN113099378A (en) Positioning method, device, equipment and storage medium
CN112612539A (en) Data model unloading method and device, electronic equipment and storage medium
CN111881423A (en) Method, device and system for limiting function use authorization
CN109107163B (en) Analog key detection method and device, computer equipment and storage medium
CN110366044B (en) Method, device and system for acquiring target object
CN111258683A (en) Detection method, detection device, computer equipment and storage medium
CN112597417B (en) Page updating method and device, electronic equipment and storage medium
CN110941458B (en) Method, device, equipment and storage medium for starting application program
CN107948171B (en) User account management method and device
CN111158780A (en) Method, device, electronic equipment and medium for storing application data
CN110933237A (en) Call method, device, electronic equipment and medium
CN110990173A (en) Method, device, equipment and storage medium for calling service
CN111369995A (en) Call method, device, electronic equipment and medium
CN111294470A (en) Call processing method, device, equipment and storage medium
CN111190751A (en) Task processing method and device based on song list, computer equipment and 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200324