CN111338679A - Software upgrading method and device and related equipment - Google Patents

Software upgrading method and device and related equipment Download PDF

Info

Publication number
CN111338679A
CN111338679A CN202010215680.4A CN202010215680A CN111338679A CN 111338679 A CN111338679 A CN 111338679A CN 202010215680 A CN202010215680 A CN 202010215680A CN 111338679 A CN111338679 A CN 111338679A
Authority
CN
China
Prior art keywords
software
new version
upgrading
information distribution
preset information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010215680.4A
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.)
Shenzhen Launch Technology Co Ltd
Original Assignee
Shenzhen Launch 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 Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN202010215680.4A priority Critical patent/CN111338679A/en
Publication of CN111338679A publication Critical patent/CN111338679A/en
Pending legal-status Critical Current

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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The application discloses a software upgrading method, which comprises the steps of obtaining new version software; releasing the update information of the new version software according to a preset information distribution strategy; when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request; feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can upgrade the software by using the new version software; the software upgrading method can effectively avoid the blocking effect in the software upgrading process and improve the user experience. The application also discloses a software upgrading device, a server and a computer readable storage medium, which all have the beneficial effects.

Description

Software upgrading method and device and related equipment
Technical Field
The present application relates to the field of software development technologies, and in particular, to a software upgrading method, and further, to a software upgrading apparatus, a server, and a computer-readable storage medium.
Background
In the product development and maintenance process, software is often required to be upgraded to overcome the defects of the original version of software and realize more functions. For the existing software latest version release and upgrade process, the general flow is as follows: firstly, developing software to obtain a new version, and uploading the new version to a server; further, the server publishes version upgrading information once and opens downloading permission; and finally, the user acquires the release information of the new version to finish autonomous updating and downloading. However, in the above process, once all users find that the version is updated, the users will inevitably upgrade and download the software actively, and at this time, a situation that a large number of users have a congestion to download the new version software occurs, thereby causing a serious blocking effect; for users, the jamming and the time delay are easy to occur in the software downloading process, and the user experience is reduced.
Therefore, how to effectively avoid the blocking effect in the software upgrading process and ensure the user experience is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The software upgrading method can effectively avoid the blocking effect in the software upgrading process and improve the user experience; another object of the present application is to provide a software upgrading apparatus, a server and a computer readable storage medium, all having the above-mentioned advantages.
In order to solve the above technical problem, the present application provides a software upgrading method, where the software upgrading method includes:
acquiring new version software;
releasing the update information of the new version software according to a preset information distribution strategy;
when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request;
and feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can upgrade the software by using the new version software.
Preferably, when the preset information distribution policy is a preset information distribution policy based on time information, the issuing the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records, and an idle time period is determined;
and releasing the update information of the new version software in the idle time period.
Preferably, when the preset information distribution policy is a preset information distribution policy based on regional information, the issuing the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records to obtain the software download density of each region;
and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
Preferably, when the preset information distribution policy is a preset information distribution policy based on vehicle type information, the issuing of the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records to obtain market liveness of each user type;
and releasing the update information of the new version software according to the order of the market liveness from small to large.
Preferably, before determining the user type according to the upgrade request, the method further includes:
and performing identity authentication on the client according to the upgrading request, and executing the step of determining the user type according to the upgrading request when the authentication is passed.
Preferably, the software upgrading method further includes:
receiving upgrade success information sent by the client;
and generating a download record according to the upgrade success information.
Preferably, the software upgrading method further includes:
adding the download record to a historical download record;
and updating the preset information distribution strategy according to the historical download record.
In order to solve the above technical problem, the present application further provides a software upgrading apparatus, including:
the software acquisition module is used for acquiring new version software;
the information release module is used for releasing the update information of the new version software according to a preset information distribution strategy;
the type determining module is used for determining the user type according to the upgrading request when the upgrading request initiated by the client according to the updating information is received;
and the software upgrading module is used for feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can utilize the new version software to upgrade the software.
Preferably, the information issuing module is specifically configured to, when the preset information distribution policy is a preset information distribution policy based on time information, perform big data analysis according to a historical download record, and determine an idle time period; and releasing the update information of the new version software in the idle time period.
Preferably, the information publishing module is specifically configured to, when the preset information distribution policy is a preset information distribution policy based on region information, perform big data analysis according to a historical download record to obtain a software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
Preferably, the information issuing module is specifically configured to, when the preset information distribution policy is a preset information distribution policy based on vehicle type information, perform big data analysis according to a historical download record to obtain market liveness of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
Preferably, the software upgrading device further includes an identity authentication module, configured to perform identity authentication on the client according to the upgrade request before the user type is determined according to the upgrade request, and execute the step of determining the user type according to the upgrade request when the user type is verified.
Preferably, the software upgrading device further includes an upgrading feedback module, configured to receive upgrading success information sent by the client; and generating a download record according to the upgrade success information.
Preferably, the software upgrading device further comprises a policy updating module, configured to add the download record to a historical download record; and updating the preset information distribution strategy according to the historical download record.
In order to solve the above technical problem, the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the following steps when executing the computer program:
acquiring new version software; releasing the update information of the new version software according to a preset information distribution strategy; when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request; and feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can upgrade the software by using the new version software.
Preferably, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: when the preset information distribution strategy is a preset information distribution strategy based on time information, big data analysis is carried out according to historical download records, and an idle time period is determined; and releasing the update information of the new version software in the idle time period.
Preferably, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: when the preset information distribution strategy is a preset information distribution strategy based on region information, big data analysis is carried out according to historical download records to obtain the software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
Preferably, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: when the preset information distribution strategy is based on vehicle type information, big data analysis is carried out according to historical download records to obtain market activity of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
Preferably, when the processor executes the computer program stored in the memory, the following steps may be further implemented: before the user type is determined according to the upgrading request, the identity of the client is verified according to the upgrading request, and when the user type is verified, the step of determining the user type according to the upgrading request is executed.
Preferably, when the processor executes the computer program stored in the memory, the following steps may be further implemented: receiving upgrade success information sent by the client; and generating a download record according to the upgrade success information.
Preferably, when the processor executes the computer program stored in the memory, the following steps may be further implemented: adding the download record to a historical download record; and updating the preset information distribution strategy according to the historical download record.
To solve the above technical problem, the present application further provides a computer-readable storage medium having a computer program stored thereon, where the computer program, when executed by a processor, implements the following steps:
acquiring new version software; releasing the update information of the new version software according to a preset information distribution strategy; when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request; and feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can upgrade the software by using the new version software.
Preferably, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is a preset information distribution strategy based on time information, big data analysis is carried out according to historical download records, and an idle time period is determined; and releasing the update information of the new version software in the idle time period.
Preferably, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is a preset information distribution strategy based on region information, big data analysis is carried out according to historical download records to obtain the software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
Preferably, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is based on vehicle type information, big data analysis is carried out according to historical download records to obtain market activity of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
Preferably, when the computer program stored in the computer readable storage medium is executed by the processor, the following steps can be further implemented: before the user type is determined according to the upgrading request, the identity of the client is verified according to the upgrading request, and when the user type is verified, the step of determining the user type according to the upgrading request is executed.
Preferably, when the computer program stored in the computer readable storage medium is executed by the processor, the following steps can be further implemented: receiving upgrade success information sent by the client; and generating a download record according to the upgrade success information.
Preferably, when the computer program stored in the computer readable storage medium is executed by the processor, the following steps can be further implemented: adding the download record to a historical download record; and updating the preset information distribution strategy according to the historical download record.
Therefore, according to the technical scheme provided by the application, by introducing the content distribution strategy, namely the preset information distribution strategy, different users receive the update and upgrade information according to the strategy to complete the downloading of the latest version software, so that the situation that a large number of users have a congestion to download due to the release of a new version can be effectively avoided and stopped under the condition that the bandwidth and the server resources are limited, the downloading speed and the downloading quality of the new version software are ensured, the jamming and the delay of a client in the downloading process of the new version software are avoided, and the user experience is further improved.
The software upgrading device, the server and the computer readable storage medium provided by the application all have the beneficial effects, and are not described again.
Drawings
In order to more clearly illustrate the embodiments of the present application 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.
Fig. 1 is a schematic flowchart of a first software upgrading method provided in the present application;
FIG. 2 is a schematic flow chart illustrating a second software upgrading method provided in the present application;
FIG. 3 is a schematic flow chart of a third software upgrading method provided in the present application;
FIG. 4 is a schematic flow chart illustrating a fourth software upgrading method provided in the present application;
FIG. 5 is a flowchart of a software upgrading method provided in the present application;
FIG. 6 is a schematic structural diagram of a software upgrading apparatus provided in the present application;
fig. 7 is a schematic structural diagram of a server provided in the present application.
Detailed Description
The core of the application is to provide a software upgrading method, which can effectively avoid the blocking effect in the software upgrading process and improve the user experience; another core of the present application is to provide a software upgrading apparatus, a system, a server and a computer readable storage medium, all having the above-mentioned advantages.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a first software upgrading method provided in the present application, where the software upgrading may include:
s101: acquiring new version software;
specifically, the new version software is newly developed or updated software of the old version, and after the developer completes the development or the update of the new version software, the new version software is uploaded to the server so as to be downloaded by a large number of users to realize the software update.
S102: releasing update information of the new version software according to a preset information distribution strategy;
specifically, after obtaining the new version software, the server issues update information of the new version software to the clients of all users, that is, notifies the user of the information of software upgrade. Further, in the process of releasing the update information of the new version software, the server can release the update information according to a preset information distribution strategy, for example, preferentially opening the download permission to an area with low download density, or preferentially selecting to release the update information in an idle time period, and the like.
The preset information distribution strategy refers to a new version software distribution strategy set for different types of user groups, and can be stored in a preset storage space so as to be directly called. It can be understood that the division of the user group types is not unique, and may be set by a developer according to actual conditions, for example, the division is performed according to regional information or time information, and for example, for software upgrade of a vehicle-mounted client, the division of the user group types may also be performed according to vehicle type information, which is not specifically limited in this application. Of course, a plurality of information distribution strategies can be set for the developers to call according to actual requirements.
Preferably, when the preset information distribution policy is a preset information distribution policy based on time information, the issuing of the update information of the new version software according to the preset information distribution policy may include: big data analysis is carried out according to the historical download records, and an idle time period is determined; and releasing the update information of the new version software in an idle time.
The preferred embodiment provides a specific type of preset information distribution policy, that is, a preset information distribution policy based on time information. In the specific implementation process of the update information distribution, a historical download record can be called first to perform big data analysis, of course, the historical download record is a download record for all users, and further, a time period with a low download frequency, namely the idle time period, can be determined through statistics of download time, so that the server can distribute the update information in the idle time period.
Preferably, when the preset information distribution policy is a preset information distribution policy based on regional information, the issuing of the update information of the new version software according to the preset information distribution policy may include: big data analysis is carried out according to the historical download records to obtain the software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
The preferred embodiment provides another specific type of preset information distribution policy, that is, a preset information distribution policy based on regional information. In the specific implementation process of the update information release, a historical download record can be called first to perform big data analysis, and similarly, the historical download record is a download record facing all users, and further, the software download densities of different areas can be counted and sequenced according to the historical download record, so that the server can sequentially release the update information to the areas according to the sequence of the software download densities from small to large.
Preferably, when the preset information distribution policy is a preset information distribution policy based on vehicle type information, the issuing of the update information of the new version software according to the preset information distribution policy may include: big data analysis is carried out according to the historical download records to obtain market liveness of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
The preferred embodiment provides another specific type of preset information distribution policy, that is, a preset information distribution policy based on vehicle type information. In the specific implementation process of the update information release, a historical download record can be called first to perform big data analysis, and similarly, the historical download record is a download record facing all users, and further, statistics and sequencing of market activity can be performed on different user types, namely different vehicle types according to the historical download record, so that the server can sequentially release the update information to different vehicle types according to the order of the market activity from small to large.
It can be understood that the three preset information distribution policies are only three implementation manners provided by the present application, and may exist at the same time, one or more of the three implementation manners may be selected to be set, and other types of preset information distribution policies may also be set, so that it is effectively avoided that new version software is issued to all users at the same time, which is not limited by the present application.
S103: when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request;
the step aims to determine the type of the user at the client, and specifically, for the user, the user can obtain the upgrading information through the client and further initiate an upgrading request to the server to request to acquire new version software to complete software upgrading. Further, after receiving the upgrade request, the server may analyze the upgrade request to obtain relevant information of the client, such as the region to which the client belongs, vehicle type information, and the like, and determine the user type by combining a partition method corresponding to the user group type when the update information is issued in a preset information distribution policy. For example, when the preset information distribution strategy is to divide the user type based on the region information, the relevant information of the region to which the client belongs can be extracted from the upgrade request, and the user type is further determined; when the preset information distribution strategy is used for dividing the user types based on the vehicle type information, the vehicle type information corresponding to the client side can be extracted from the upgrading request, and then the user types are determined.
S104: and feeding back the new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client performs software upgrading by using the new version software.
Specifically, after the user type of the client is determined, the server can feed back corresponding new version software to the client based on the user type, so that the client can complete software upgrading by using the new version software.
According to the software upgrading method provided by the application, by introducing the content distribution strategy, namely the preset information distribution strategy, different users receive the updated upgrading information according to the strategy to complete the downloading of the latest version software, so that the situation that massive users have a congestion to download due to the release of a new version can be effectively avoided and stopped under the condition that the bandwidth and the server resources are limited, the downloading speed and the downloading quality of the new version software are ensured, the jamming and the delay of a client in the downloading process of the new version software are avoided, and the user experience is further improved.
The software upgrading method provided by the present application is further described below by another specific embodiment, referring to fig. 2, fig. 2 is a schematic flow chart of a second software upgrading method provided by the present application, where the software upgrading method may include:
s201: acquiring new version software;
s202: releasing update information of the new version software according to a preset information distribution strategy;
s203: when an upgrading request initiated by the client according to the updating information is received, performing identity verification on the client according to the upgrading request;
s204: when the identity authentication is passed, determining the user type according to the upgrading request;
s205: and feeding back the new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client performs software upgrading by using the new version software.
The preferred embodiment provides a more specific software downloading method, which can effectively ensure the safety in the software downloading process. Specifically, in the software upgrading process, after the client receives the update information issued by the server, an upgrade request is sent to the server to obtain the new version software, at this time, before the server feeds the new version software back to the client, the client may be validated by using the level request, for example, whether the client is a valid user registered at the server is checked, whether the upgrade request submitted by the client is valid is checked, and the like.
For the specific implementation process of the above steps S201, S202, S204, and S205, reference may be made to the content of the foregoing embodiment, and details are not repeated here.
The software upgrading method provided by the present application is further described below by another specific embodiment, referring to fig. 3, where fig. 3 is a schematic flow chart of a third software upgrading method provided by the present application, and the software upgrading method may include:
s301: acquiring new version software;
s302: releasing update information of the new version software according to a preset information distribution strategy;
s303: when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request;
s304: feeding back new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client can upgrade the software by using the new version software;
s305: and receiving upgrade success information sent by the client, and generating a download record according to the upgrade success information.
The preferred embodiment provides a more specific software upgrading method, which can realize software upgrading feedback. Specifically, after the software upgrade is completed, the client may feed back upgrade success information to the server to inform the server that the software upgrade has been completed, so that the server may generate and store a download record according to the upgrade success information for subsequent analysis. Of course, when the software upgrade of the client fails, the upgrade request may be re-initiated to the server to re-perform the software upgrade.
For the specific implementation process of the steps S301 to S304, reference may be made to the content of the foregoing embodiment, which is not described herein again.
The software upgrading method provided by the present application is further described below by another specific embodiment, referring to fig. 4, where fig. 4 is a schematic flow chart of a fourth software upgrading method provided by the present application, and the software upgrading method may include:
s401: acquiring new version software;
s402: releasing update information of the new version software according to a preset information distribution strategy;
s403: when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request;
s404: feeding back new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client can upgrade the software by using the new version software;
s405: receiving upgrade success information sent by a client; generating a download record according to the upgrade success information;
s406: adding the downloaded record to a historical download record; and updating the preset information distribution strategy according to the historical download records.
Specifically, each download record generated based on the upgrade success information can be added to the historical download record so as to perform real-time big data analysis, further realize real-time adjustment on the preset information distribution strategy, guarantee the effectiveness of the preset information distribution strategy, better avoid the blocking effect in the software upgrade process, and improve the user experience.
For the specific implementation process of the steps S401 to S405, reference may be made to the content of the foregoing embodiment, and details are not repeated herein.
On the basis of the above embodiments, the embodiments of the present application provide a more specific software upgrading method by taking the diagnostic software upgrade of the vehicle-mounted client as an example. Referring to fig. 5, fig. 5 is a flowchart of a software upgrading method provided in the present application, and the specific implementation flow is as follows:
the method comprises the following steps:
when various types of software release the latest version, the algorithm scheme released by the new version can be configured according to the preset information distribution strategy. The preset information distribution strategy may include:
distributing according to time periods: firstly, big data analysis is carried out according to the existing download record, the idle time period of the download habit of a general user can be deduced according to the analysis result, and based on the idle time period, the release time of the new version software is configured, so that the new version software is released in an idle state;
distributing according to regions: on the basis of analysis of big data of the existing download record, the download density (namely the ratio of the download amount to the user amount) of each area and province can be analyzed and determined, and when a new version software is released, the software is firstly released in an area with low download density, and then gradually faces to an area with high download density;
distributing according to vehicle types: on the basis of big data analysis of the existing download records, the market activity of each corresponding vehicle type can be analyzed and determined, and when new version vehicle type software is released, the vehicle type software is released later according to the principle that the release is preferentially performed when the market activity is small.
Step two:
in the distribution algorithm of the first step, the users are divided into different user sets, the different user sets are independent of each other, and the pushed upgrading information of the new version software is different, that is, only the upgrading information of the new version software corresponding to the preset information distribution strategy can be received among the different user sets. For example, when distributing information according to the policy based on the region download density, a region with a low download density may preferentially acquire and distribute upgrade information, and thus monopolize resources and enjoy an extreme download experience.
Step three:
and different user sets download the new version software according to the acquired upgrading information to finish the software upgrading.
Therefore, according to the software upgrading method provided by the embodiment, by introducing the content distribution strategy, namely the preset information distribution strategy, different users receive the updated upgrading information according to the strategy to complete the downloading of the latest version of software, so that the situation that a large number of users have a congestion to download due to the release of a new version can be effectively avoided and stopped under the condition that the bandwidth and the server resources are limited, the downloading speed and the downloading quality of the new version of software are ensured, the phenomenon that a client end is blocked and delayed in the downloading process of the new version of software is avoided, and the user experience is further improved.
In the following, the software upgrading device provided by the embodiment of the present application is introduced, and the software upgrading device described below and the software upgrading method described above may be referred to correspondingly.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a software upgrading apparatus provided in the present application, where the software upgrading apparatus may include:
a software obtaining module 100, configured to obtain new version software;
the information release module 200 is used for releasing the update information of the new version software according to a preset information distribution strategy;
a type determining module 300, configured to determine a user type according to an upgrade request initiated by a client according to the update information when the upgrade request is received;
and the software upgrading module 400 is configured to feed back the new version software corresponding to the user type to the client according to the preset information distribution policy, so that the client performs software upgrading by using the new version software.
According to the software upgrading device, by introducing the content distribution strategy, namely the preset information distribution strategy, different users receive the updated upgrading information according to the strategy to complete the downloading of the latest version software, so that the situation that massive users have a crowded downloading state due to the release of a new version can be effectively avoided and stopped under the condition that the bandwidth and the server resources are limited, the downloading speed and the downloading quality of the new version software are ensured, the phenomenon that a client is blocked and delayed in the downloading process of the new version software is avoided, and the user experience is further improved.
In some specific embodiments, the information publishing module 200 may be specifically configured to, when the preset information distribution policy is a preset information distribution policy based on time information, perform big data analysis according to a historical download record, and determine an idle time period; and releasing the update information of the new version software in an idle time.
In some specific embodiments, the information publishing module 200 may be specifically configured to, when the preset information distribution policy is a preset information distribution policy based on region information, perform big data analysis according to a historical download record to obtain a software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
In some specific embodiments, the information publishing module 200 may be specifically configured to, when the preset information distribution policy is a preset information distribution policy based on vehicle type information, perform big data analysis according to a historical download record to obtain a market activity of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
In some specific embodiments, the software upgrading device may further include an authentication module, configured to authenticate the client according to the upgrade request before determining the user type according to the upgrade request, and when the authentication is passed, perform the step of determining the user type according to the upgrade request.
In some specific embodiments, the software upgrading apparatus may further include an upgrade feedback module, configured to receive upgrade success information sent by the client; and generating a download record according to the upgrade success information.
In some specific embodiments, the software upgrading device may further include a policy updating module, configured to add the download record to the historical download record; and updating the preset information distribution strategy according to the historical download records.
In the following, a server provided in the embodiment of the present application is introduced, and the server described below and the software upgrading method described above may be referred to correspondingly.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a server provided in the present application, where the server may include:
a memory 11 for storing a computer program;
the processor 12, when executing the computer program stored in the memory 11, may implement the following steps:
acquiring new version software; releasing update information of the new version software according to a preset information distribution strategy; when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request; and feeding back the new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client performs software upgrading by using the new version software.
In some specific embodiments, when the processor 12 executes the computer subprogram stored in the memory 11, the following steps may be specifically implemented: when the preset information distribution strategy is a preset information distribution strategy based on time information, big data analysis is carried out according to historical download records, and an idle time period is determined; and releasing the update information of the new version software in an idle time.
In some specific embodiments, when the processor 12 executes the computer subprogram stored in the memory 11, the following steps may be specifically implemented: when the preset information distribution strategy is a preset information distribution strategy based on region information, big data analysis is carried out according to historical download records to obtain the software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
In some specific embodiments, when the processor 12 executes the computer subprogram stored in the memory 11, the following steps may be specifically implemented: when the preset information distribution strategy is based on the vehicle type information, big data analysis is carried out according to the historical download records to obtain the market activity of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
In some specific embodiments, when the processor 12 executes the computer program stored in the memory 11, the following steps can be further implemented: before determining the user type according to the upgrading request, performing identity authentication on the client according to the upgrading request, and executing the step of determining the user type according to the upgrading request when the authentication is passed.
In some specific embodiments, when the processor 12 executes the computer program stored in the memory 11, the following steps can be further implemented: receiving upgrade success information sent by a client; and generating a download record according to the upgrade success information.
In some specific embodiments, when the processor 12 executes the computer program stored in the memory 11, the following steps can be further implemented: adding the download record to the historical download record; and updating the preset information distribution strategy according to the historical download records.
Further, an embodiment of the present application also discloses a computer-readable storage medium for storing a computer program, where the computer program, when executed by a processor, can implement the following steps:
acquiring new version software; releasing update information of the new version software according to a preset information distribution strategy; when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request; and feeding back the new version software corresponding to the user type to the client according to a preset information distribution strategy so that the client performs software upgrading by using the new version software.
In some specific embodiments, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is a preset information distribution strategy based on time information, big data analysis is carried out according to historical download records, and an idle time period is determined; and releasing the update information of the new version software in an idle time.
In some specific embodiments, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is a preset information distribution strategy based on region information, big data analysis is carried out according to historical download records to obtain the software download density of each region; and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
In some specific embodiments, when executed by a processor, the computer sub-program stored in the computer-readable storage medium may specifically implement the following steps: when the preset information distribution strategy is based on the vehicle type information, big data analysis is carried out according to the historical download records to obtain the market activity of each user type; and releasing the update information of the new version software according to the order of the market liveness from small to large.
In some specific embodiments, when executed by a processor, a computer program stored in a computer readable storage medium may further implement the steps of: before determining the user type according to the upgrading request, performing identity authentication on the client according to the upgrading request, and executing the step of determining the user type according to the upgrading request when the authentication is passed.
In some specific embodiments, when executed by a processor, a computer program stored in a computer readable storage medium may further implement the steps of: receiving upgrade success information sent by a client; and generating a download record according to the upgrade success information.
In some specific embodiments, when executed by a processor, a computer program stored in a computer readable storage medium may further implement the steps of: adding the download record to the historical download record; and updating the preset information distribution strategy according to the historical download records.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For a detailed description of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, 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.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The software upgrading method, device, server and computer readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and these improvements and modifications also fall into the elements of the protection scope of the claims of the present application.

Claims (10)

1. A method of upgrading software, comprising:
acquiring new version software;
releasing the update information of the new version software according to a preset information distribution strategy;
when an upgrading request initiated by a client according to the updating information is received, determining the user type according to the upgrading request;
and feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can upgrade the software by using the new version software.
2. The software upgrading method according to claim 1, wherein when the preset information distribution policy is a preset information distribution policy based on time information, the issuing of the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records, and an idle time period is determined;
and releasing the update information of the new version software in the idle time period.
3. The software upgrading method according to claim 1, wherein when the preset information distribution policy is a preset information distribution policy based on regional information, the issuing of the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records to obtain the software download density of each region;
and releasing the update information of the new version software according to the sequence of the software downloading density from small to large.
4. The software upgrading method according to claim 1, wherein when the preset information distribution policy is a preset information distribution policy based on vehicle type information, the issuing of the update information of the new version software according to the preset information distribution policy includes:
big data analysis is carried out according to the historical download records to obtain market liveness of each user type;
and releasing the update information of the new version software according to the order of the market liveness from small to large.
5. The software upgrading method of any one of claims 1 to 4, wherein before determining the user type according to the upgrade request, further comprising:
and performing identity authentication on the client according to the upgrading request, and executing the step of determining the user type according to the upgrading request when the authentication is passed.
6. The software upgrade method according to claim 5, further comprising:
receiving upgrade success information sent by the client;
and generating a download record according to the upgrade success information.
7. The software upgrade method according to claim 6, further comprising:
adding the download record to a historical download record;
and updating the preset information distribution strategy according to the historical download record.
8. A software upgrading apparatus, comprising:
the software acquisition module is used for acquiring new version software;
the information release module is used for releasing the update information of the new version software according to a preset information distribution strategy;
the type determining module is used for determining the user type according to the upgrading request when the upgrading request initiated by the client according to the updating information is received;
and the software upgrading module is used for feeding back the new version software corresponding to the user type to the client according to the preset information distribution strategy so that the client can utilize the new version software to upgrade the software.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the software upgrade method as claimed in any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by the processor, carries out the steps of the software upgrading method as claimed in any one of the claims 1 to 7.
CN202010215680.4A 2020-03-24 2020-03-24 Software upgrading method and device and related equipment Pending CN111338679A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010215680.4A CN111338679A (en) 2020-03-24 2020-03-24 Software upgrading method and device and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010215680.4A CN111338679A (en) 2020-03-24 2020-03-24 Software upgrading method and device and related equipment

Publications (1)

Publication Number Publication Date
CN111338679A true CN111338679A (en) 2020-06-26

Family

ID=71182539

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010215680.4A Pending CN111338679A (en) 2020-03-24 2020-03-24 Software upgrading method and device and related equipment

Country Status (1)

Country Link
CN (1) CN111338679A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052023A (en) * 2020-09-14 2020-12-08 艾体威尔电子技术(北京)有限公司 Intelligent terminal upgrading strategy management method
CN112965742A (en) * 2021-02-10 2021-06-15 中国工商银行股份有限公司 Application version release method and system based on user map
CN114153858A (en) * 2021-11-26 2022-03-08 泰康保险集团股份有限公司 Method and device for automatically updating tenant in MySQL table space

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8074213B1 (en) * 2006-08-11 2011-12-06 Symantec Operating Corporation Automatic software updates for computer systems in an enterprise environment
CN105049502A (en) * 2015-06-30 2015-11-11 杭州华三通信技术有限公司 Method of upgrading equipment software in cloud network management system and device
CN105653341A (en) * 2016-01-04 2016-06-08 浪潮软件集团有限公司 Method, device and system for upgrading network invoice client
CN106610858A (en) * 2016-12-27 2017-05-03 北京珠穆朗玛移动通信有限公司 Software program updating method and mobile terminal
CN110704083A (en) * 2019-09-26 2020-01-17 上海科世达-华阳汽车电器有限公司 Automobile online upgrading method, device and system and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8074213B1 (en) * 2006-08-11 2011-12-06 Symantec Operating Corporation Automatic software updates for computer systems in an enterprise environment
CN105049502A (en) * 2015-06-30 2015-11-11 杭州华三通信技术有限公司 Method of upgrading equipment software in cloud network management system and device
CN105653341A (en) * 2016-01-04 2016-06-08 浪潮软件集团有限公司 Method, device and system for upgrading network invoice client
CN106610858A (en) * 2016-12-27 2017-05-03 北京珠穆朗玛移动通信有限公司 Software program updating method and mobile terminal
CN110704083A (en) * 2019-09-26 2020-01-17 上海科世达-华阳汽车电器有限公司 Automobile online upgrading method, device and system and readable storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112052023A (en) * 2020-09-14 2020-12-08 艾体威尔电子技术(北京)有限公司 Intelligent terminal upgrading strategy management method
CN112052023B (en) * 2020-09-14 2024-01-26 艾体威尔电子技术(北京)有限公司 Intelligent terminal upgrade strategy management method
CN112965742A (en) * 2021-02-10 2021-06-15 中国工商银行股份有限公司 Application version release method and system based on user map
CN114153858A (en) * 2021-11-26 2022-03-08 泰康保险集团股份有限公司 Method and device for automatically updating tenant in MySQL table space

Similar Documents

Publication Publication Date Title
CN111338679A (en) Software upgrading method and device and related equipment
KR102321924B1 (en) On-device machine learning platform
US20240095060A1 (en) Tenant-controlled cloud updates
US6976251B2 (en) Intelligent update agent
JP5349733B2 (en) Method and system for downloading updates
CN108924124B (en) File access method, device, equipment and readable storage medium
CN109471843B (en) Metadata caching method, system and related device
EP1782192A1 (en) Priorization of application component distribution
CN108512921A (en) Document down loading method, electronic equipment based on P2P networks and storage medium
CN111585765A (en) Face recognition method and device and related equipment
CN110795041A (en) Quota method, quota device, server and storage medium of distributed file system
CN107908730B (en) Method and device for downloading data
US20160277484A1 (en) Content Deployment, Scaling, and Telemetry
US11115269B1 (en) System and method for updating an application for a population of computers
CN114666397A (en) Client version updating method and system
CN108234414B (en) Upgrading method and device for APP
CN111124458A (en) Software updating method and related device
EP3271817A2 (en) Content deployment, scaling, and telemetry
US20160371433A1 (en) Content Testing During Image Production
CN112506678A (en) RPC remote calling method, system and storage medium based on authentication and authorization
US10463957B2 (en) Content deployment, scaling, and telemetry
CN112000280A (en) Quota control method and system
CN107103079B (en) Live broadcast method and system for dynamic website
CN110932993A (en) Bandwidth speed regulation management method and device
US11662994B1 (en) System and method for updating an application for a population of computers

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200626

RJ01 Rejection of invention patent application after publication