CN107844310B - Configuration information updating method and system - Google Patents

Configuration information updating method and system Download PDF

Info

Publication number
CN107844310B
CN107844310B CN201711000504.3A CN201711000504A CN107844310B CN 107844310 B CN107844310 B CN 107844310B CN 201711000504 A CN201711000504 A CN 201711000504A CN 107844310 B CN107844310 B CN 107844310B
Authority
CN
China
Prior art keywords
changed
configuration information
service system
app
service
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.)
Active
Application number
CN201711000504.3A
Other languages
Chinese (zh)
Other versions
CN107844310A (en
Inventor
范甫选
王博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201711000504.3A priority Critical patent/CN107844310B/en
Publication of CN107844310A publication Critical patent/CN107844310A/en
Application granted granted Critical
Publication of CN107844310B publication Critical patent/CN107844310B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention discloses a method and a system for updating configuration information, wherein the method comprises the following steps: distributing a service identifier corresponding to each service system to an interface of each service system at the rear end of the APP; acquiring configuration information of each service system through the service identification in a preset access time period; when the APP is changed, a service system to be changed is obtained, and configuration information corresponding to the service system to be changed is obtained through searching of a service identifier of the service system to be changed; and updating the configuration information of the APP according to the configuration information of the service system to be changed. The invention solves the problems of difficulty in upgrading the back-end service and resource waste caused by fixing the APP configuration information.

Description

Configuration information updating method and system
Technical Field
The invention relates to the technical field of information configuration, in particular to an APP configuration information updating method and system when a mobile application back-end system is detached.
Background
With the development of business, the system is larger, so the requirement on hardware is higher, but the hardware is limited, and the cost of the solution is increased with the increase of data volume and concurrency. To solve this problem, the business system is split.
When a mobile application back-end system is split, because a domain name or configuration information of a request back-end service is fixed when an APP in the prior art is published, two system front-end processors after the mobile application back-end system is split will be coupled together, or an old system agent is required to request to be forwarded to a new system front-end processor, but system resources are wasted. And the service quality is reduced due to the fact that the calling chain is lengthened. For the rapidly developing internet companies, the splitting and upgrading of the service system are inevitable, and if the problem can be solved, the reduction of the user experience caused by the system upgrading can be avoided while the resources are saved.
Disclosure of Invention
In view of the above problems, the present invention provides a configuration information updating method and system, which solve the problems of difficulty in upgrading backend services and resource waste caused by fixing APP configuration information.
In order to achieve the above object, according to a first aspect of the present invention, there is provided a configuration information updating method, including:
distributing a service identifier corresponding to each service system to an interface of each service system at the rear end of the APP;
acquiring configuration information of each service system through the service identification in a preset access time period;
when the APP is changed, a service system to be changed is obtained, and configuration information corresponding to the service system to be changed is obtained through searching of a service identifier of the service system to be changed;
and updating the configuration information of the APP according to the configuration information of the service system to be changed.
Preferably, when the APP is changed, acquiring a service system to be changed, and searching for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed, including:
when the APP is changed, analyzing and obtaining front-end change information corresponding to the APP;
according to the front-end change information corresponding to the APP, the corresponding service system to be changed is found through the interfaces corresponding to the service systems of the front end and the back end of the APP;
and searching and obtaining configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed.
Preferably, the updating the configuration information of the APP according to the configuration information of the service system to be changed includes:
acquiring initial configuration information before the APP is changed;
and updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
Preferably, the method further comprises:
and storing the configuration information corresponding to each service system to a configuration server.
Preferably, the method further comprises:
and when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier, sending the changed configuration information corresponding to the service system to the APP.
According to a second aspect of the present invention, there is provided a configuration information updating system, the system comprising:
the distribution module is used for distributing a service identifier corresponding to each service system to an interface of each service system at the rear end of the APP;
the acquisition module is used for acquiring the configuration information of each service system through the service identification in a preset access time period;
the search module is used for acquiring a service system to be changed when the APP is changed, and searching for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed;
and the updating module is used for updating the configuration information of the APP according to the configuration information of the service system to be changed.
Preferably, the search module comprises:
the analysis unit is used for analyzing and obtaining front-end change information corresponding to the APP when the APP is changed;
the first searching unit is used for searching the corresponding service system to be changed through the interfaces corresponding to the service systems of the front end and the rear end of the APP according to the front end change information corresponding to the APP;
and the second searching unit is used for searching and obtaining the configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed.
Preferably, the update module includes:
an obtaining unit, configured to obtain initial configuration information before the APP is changed;
and the updating unit is used for updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
Preferably, the system further comprises:
and the storage module is used for storing the configuration information corresponding to each service system to the configuration server.
Preferably, the system further comprises:
and the pushing module is used for sending the changed configuration information corresponding to the service system to the APP when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier.
Compared with the prior art, the method and the system distribute the service identification corresponding to the service system to the interface of each service system; because the service identification allocated to each service system is globally unique, the update of the configuration information of the corresponding service system can be timely obtained through the service identification, and further when the APP is changed, the dynamic configuration can be performed according to the latest configuration information, so that the original domain name or the configuration information is more flexible, when the rear-end service system is split or updated, the waste of resources can be reduced, the service quality is improved, and the problems that the difficulty of upgrading the rear-end service is increased due to the fact that the APP configuration information is fixed and the resources are wasted are solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a configuration information updating method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a configuration information updating system according to a second embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Fig. 1 is a schematic flow chart of a configuration information updating method according to an embodiment of the present invention, where the method includes the following steps:
s11, distributing a service identifier corresponding to each service system for each service system interface at the APP rear end;
it can be understood that APP (application) is a computer application program, and is mainly terminal software at present, APP software is divided into a front end and a back end, the front end is usually an interactive interface, that is, related function information such as an interface that a user can experience, and the back end is mainly used for realizing functions, for example, a user sends a message in an APP front end message window, the message is converted into data and transmitted to a server, a program provided by the back end is run on the server, and the message is sent to a client of a recipient through data processing and the like. Therefore, the APP rear end corresponds to a plurality of service systems corresponding to different service request characteristics, and the APP can be the APP of the mobile end and also the APP on terminals such as computers.
In step S11, a service identifier is allocated to each interface of the service system at the mobile backend, and the service identifier is a globally unique service identifier, that is, the interfaces of different service systems can be distinguished through the service identifiers, and meanwhile, the change condition of the configuration information of the service system can be monitored in real time through the service identifier, so that the configuration information corresponding to each service system can be ensured to be updated in time;
and, the definition of the unique service identification key can be realized by the following codes:
md5(service name+interface name+timestamp)
for example, a comment acquisition interface in a comment service:
key=md5(commentgetcomments1493777600)
s12, acquiring the configuration information of each service system through the service identification in a preset access time period;
it can be understood that, acquiring the configuration information of each service system in a preset access time period is equivalent to periodically acquiring the configuration information of the service system by the APP, and the preset access time period performs configuration information acquisition once for each specific time, for example, a fixed algorithm is used to calculate the update period t, and a value range of t is usually set between 1 and 2 days, so as to prevent the update time from stressing the configuration server too intensively. For example: in the embodiment of the present invention, it is preferable to update the result obtained by the algorithm (86400+ random (0, 86400)) once, the fixed time of the first segment in the calculation formula may be configured, and the random time of the second segment is to prevent the hot spot from stressing the configuration server.
S13, when the APP is changed, acquiring a service system to be changed, and searching for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed;
the method specifically comprises the following steps:
when the APP is changed, analyzing and obtaining front-end change information corresponding to the APP;
according to the front-end change information corresponding to the APP, the corresponding service system to be changed is found through the interfaces corresponding to the service systems of the front end and the back end of the APP;
and searching and obtaining configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed.
Because the change of the APP is mainly upgrading or perfecting the APP according to the existing application scenario, that is, the change is finally embodied in the front end, that is, the interface of the user, the interface corresponding to the front end needs to be obtained according to which parts of the front end need to be changed, and because the interface is connected to the rear end, the configuration information of the corresponding service system can be found according to the configured unique service identifier, and then the configuration information is updated, so that the change of the APP can be realized.
And S14, updating the configuration information of the APP according to the configuration information of the service system to be changed.
On the basis of the embodiment, the step may include:
acquiring initial configuration information before the APP is changed;
and updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
It should be noted that, changing an APP generally refers to splitting or updating a service system, and in the prior art, when a system is split or an APP version is updated, a domain name requesting a backend service is dead-written, that is, configuration information of each service system is fixed. When the APP is changed, there is an initial configuration information, that is, a normal default configuration, where the default configuration refers to information such as a common default domain name, and the default configuration needs to be updated to ensure the normal operation of the APP.
After the initial configuration information of the APP is updated, the latest configuration information is guaranteed to be used when the APP requests the back-end service, and therefore the configuration information is more accurate when a subsequent system is detached or updated.
In the foregoing embodiment, mainly for the case that the APP actively acquires the configuration information of each service system, since the configuration information is stored in the configuration server, the first embodiment further provides an implementation method for the configuration server to push the configuration information to the APP.
And storing the configuration information corresponding to each service system to a configuration server.
And when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier, sending the changed configuration information corresponding to the service system to the APP.
Specifically, the configuration server supports batch query of configuration of the service system according to the service identifier; when the configuration of a certain service identifier is changed, configuration change information can be pushed to the APP; and the configuration server provides a configuration interface, and further provides a function of autonomous configuration of the configuration information of the service system by each service system user.
And when the APP receives the information pushed by the configuration server, updating the configuration information. Therefore, the configuration information can be updated in real time, some configurations of the business system corresponding to the APP are changed from write-dead to dynamic configurations, the difficulty and the resource waste of rear-end upgrading are reduced, and the service quality is improved.
It should be noted that the present invention mainly aims at the mobile terminal APP, and the method can also be used as a technical teaching when the software on the computer side is released or the system is split, and the specific implementation manner is referred to the embodiment of the present invention.
By the technical scheme disclosed by the first embodiment of the invention, a service identifier corresponding to each service system is distributed to an interface of each service system; because the service identifier allocated to each service system is a globally unique service identifier, the update of the configuration information of the corresponding service system can be obtained in time through the service identifier, and further, when the APP is changed, dynamic configuration can be performed according to the latest configuration information; meanwhile, after the configuration server obtains the configuration information of the service system for updating, the updated configuration information is actively pushed to the APP, so that the dynamic configuration of the APP is facilitated. Therefore, the original domain name or configuration information can be more flexible, when a back-end service system is split or updated, the waste of resources can be reduced, and the service quality can be improved, so that the problems that the difficulty of upgrading the back-end service is increased due to the fact that the APP configuration information is fixed, and the resources are wasted are solved.
Example two
Corresponding to the configuration information updating method disclosed in the first embodiment of the present invention, a second embodiment of the present invention further provides a configuration information updating system, referring to fig. 2, the system including:
the system comprises an allocation module 1, a service identification module and a service identification module, wherein the allocation module is used for allocating a service identification corresponding to each service system to an interface of each service system at the rear end of an APP;
the acquisition module 2 is used for acquiring the configuration information of each service system through the service identifier in a preset access time period;
the searching module 3 is configured to, when the APP is changed, obtain a service system to be changed, and search for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed;
and the updating module 4 is configured to update the configuration information of the APP according to the configuration information of the service system to be changed.
Specifically, the search module includes:
the analysis unit is used for analyzing and obtaining front-end change information corresponding to the APP when the APP is changed;
the first searching unit is used for searching the corresponding service system to be changed through the interfaces corresponding to the service systems of the front end and the rear end of the APP according to the front end change information corresponding to the APP;
a second searching unit, configured to search for configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed
Correspondingly, the update module comprises:
an obtaining unit, configured to obtain initial configuration information before the APP is changed;
and the updating unit is used for updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
Meanwhile, the system further comprises:
and the storage module is used for storing the configuration information corresponding to each service system to the configuration server.
Correspondingly, the system also comprises:
and the pushing module is used for sending the changed configuration information corresponding to the service system to the APP when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier.
In the second embodiment of the present invention, a service identifier corresponding to each service system is allocated to an interface of each service system; because the service identification allocated to each service system is globally unique, the update of the configuration information of the corresponding service system can be timely obtained through the service identification, and further when the APP is changed, the dynamic configuration can be performed according to the latest configuration information, so that the original domain name or the configuration information is more flexible, when the rear-end service system is split or updated, the waste of resources can be reduced, the service quality is improved, and the problems that the difficulty of upgrading the rear-end service is increased due to the fact that the APP configuration information is fixed and the resources are wasted are solved.
The terms "first" and "second," and the like in the description and claims of the present invention and the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not set forth for a listed step or element but may include steps or elements not listed.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for updating configuration information, the method comprising:
distributing a service identifier corresponding to each service system to an interface of each service system at the rear end of the APP;
acquiring configuration information of each service system through the service identification in a preset access time period;
when the APP is changed, acquiring a service system to be changed, and searching for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed, wherein the APP is changed by splitting or updating the service system;
and updating the configuration information of the APP according to the configuration information of the service system to be changed.
2. The method according to claim 1, wherein when the APP is changed, acquiring a service system to be changed, and obtaining configuration information corresponding to the service system to be changed by searching for a service identifier of the service system to be changed, comprises:
when the APP is changed, analyzing and obtaining front-end change information corresponding to the APP;
according to the front-end change information corresponding to the APP, the corresponding service system to be changed is found through the interfaces corresponding to the service systems of the front end and the back end of the APP;
and searching and obtaining configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed.
3. The method according to claim 1, wherein the updating the configuration information of the APP according to the configuration information of the service system to be changed includes:
acquiring initial configuration information before the APP is changed;
and updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
4. The method of claim 1, further comprising:
and storing the configuration information corresponding to each service system to a configuration server.
5. The method of claim 4, further comprising:
and when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier, sending the changed configuration information corresponding to the service system to the APP.
6. A configuration information updating system, comprising:
the distribution module is used for distributing a service identifier corresponding to each service system to an interface of each service system at the rear end of the APP;
the acquisition module is used for acquiring the configuration information of each service system through the service identification in a preset access time period;
the search module is used for acquiring a service system to be changed when the APP is changed, and searching for configuration information corresponding to the service system to be changed through a service identifier of the service system to be changed, wherein the APP is changed by splitting or updating the service system;
and the updating module is used for updating the configuration information of the APP according to the configuration information of the service system to be changed.
7. The system of claim 6, wherein the lookup module comprises:
the analysis unit is used for analyzing and obtaining front-end change information corresponding to the APP when the APP is changed;
the first searching unit is used for searching the corresponding service system to be changed through the interfaces corresponding to the service systems of the front end and the rear end of the APP according to the front end change information corresponding to the APP;
and the second searching unit is used for searching and obtaining the configuration information corresponding to the service system to be changed according to the service identifier of the service system to be changed.
8. The system of claim 6, wherein the update module comprises:
an obtaining unit, configured to obtain initial configuration information before the APP is changed;
and the updating unit is used for updating the initial configuration information according to the configuration information of the service system to be changed to obtain the changed configuration information of the APP.
9. The system of claim 6, further comprising:
and the storage module is used for storing the configuration information corresponding to each service system to the configuration server.
10. The system of claim 9, further comprising:
and the pushing module is used for sending the changed configuration information corresponding to the service system to the APP when the configuration server inquires that the configuration information of the service system corresponding to the service identifier is changed according to the service identifier.
CN201711000504.3A 2017-10-24 2017-10-24 Configuration information updating method and system Active CN107844310B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711000504.3A CN107844310B (en) 2017-10-24 2017-10-24 Configuration information updating method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711000504.3A CN107844310B (en) 2017-10-24 2017-10-24 Configuration information updating method and system

Publications (2)

Publication Number Publication Date
CN107844310A CN107844310A (en) 2018-03-27
CN107844310B true CN107844310B (en) 2021-05-04

Family

ID=61661644

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711000504.3A Active CN107844310B (en) 2017-10-24 2017-10-24 Configuration information updating method and system

Country Status (1)

Country Link
CN (1) CN107844310B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110213331B (en) * 2019-04-29 2022-02-11 北京奇艺世纪科技有限公司 Service request processing method, terminal device, electronic device and storage medium
CN111736890A (en) * 2020-06-12 2020-10-02 北京达佳互联信息技术有限公司 Data updating method and device, electronic equipment and storage medium
CN115586911A (en) * 2022-09-14 2023-01-10 武汉理工光科股份有限公司 Data updating method and device, electronic equipment and computer storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101035317A (en) * 2007-04-03 2007-09-12 华为技术有限公司 Service parameter configuration method and system and service parameter configuration unit
CN102546218A (en) * 2010-12-29 2012-07-04 腾讯科技(深圳)有限公司 Configuration management method and system
CN105635320A (en) * 2016-03-04 2016-06-01 江苏盟广信息技术有限公司 Method and equipment for calling configuration information
CN106878363A (en) * 2016-06-01 2017-06-20 阿里巴巴集团控股有限公司 A kind of information processing method, apparatus and system
CN106897053A (en) * 2016-07-08 2017-06-27 阿里巴巴集团控股有限公司 A kind of code dissemination method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170141968A1 (en) * 2015-11-13 2017-05-18 Acumera, Inc. Updating Electronic Devices Using a Push Model
CN107147711B (en) * 2017-05-04 2020-03-13 浙江数链科技有限公司 Application service updating method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101035317A (en) * 2007-04-03 2007-09-12 华为技术有限公司 Service parameter configuration method and system and service parameter configuration unit
CN102546218A (en) * 2010-12-29 2012-07-04 腾讯科技(深圳)有限公司 Configuration management method and system
CN105635320A (en) * 2016-03-04 2016-06-01 江苏盟广信息技术有限公司 Method and equipment for calling configuration information
CN106878363A (en) * 2016-06-01 2017-06-20 阿里巴巴集团控股有限公司 A kind of information processing method, apparatus and system
CN106897053A (en) * 2016-07-08 2017-06-27 阿里巴巴集团控股有限公司 A kind of code dissemination method and device

Also Published As

Publication number Publication date
CN107844310A (en) 2018-03-27

Similar Documents

Publication Publication Date Title
US10712915B2 (en) Information presentation using a client on a terminal
CN110677405B (en) Data processing method and device, electronic equipment and storage medium
CN110311983B (en) Service request processing method, device and system, electronic equipment and storage medium
WO2017167050A1 (en) Configuration information generation and transmission method, and resource loading method, apparatus and system
WO2017181709A1 (en) Method and device for acquiring message to be pushed, and method and device for pushing message
CN106059825A (en) Distributed system and configuration method
CN107844310B (en) Configuration information updating method and system
CN109167840B (en) Task pushing method, node autonomous server and edge cache server
CN113094136A (en) Page display control method and device, storage medium and electronic equipment
JP2019506764A (en) System and method for obtaining, processing and updating global information
WO2015103967A1 (en) Application categorization method, application categorization apparatus, and service server
CN110310139B (en) Data delivery method and data delivery engine device
CN109086158B (en) Abnormal cause analysis method and device and server
CN111371585A (en) Configuration method and device for CDN node
CN113900907B (en) Mapping construction method and system
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN110798358A (en) Distributed service identification method and device, computer readable medium and electronic equipment
CN116302602A (en) Message transmission method and device for mixed development of router protogenesis
CN107273047B (en) Cache management method, cache manager and storage management software
CN114866517A (en) Installation file execution method and device and storage medium
CN112714092B (en) Registration login method, device and computer readable storage medium
CN114356456A (en) Service processing method, device, storage medium and electronic equipment
CN108491448B (en) Data pushing method and device
CN108833147B (en) Configuration information updating method and device
CN113190565A (en) Data updating method and device, storage medium and electronic device

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
GR01 Patent grant
GR01 Patent grant