CN113794753B - Management method, system and storage medium of cloud data management platform based on software as a service (SaaS) - Google Patents

Management method, system and storage medium of cloud data management platform based on software as a service (SaaS) Download PDF

Info

Publication number
CN113794753B
CN113794753B CN202110976990.2A CN202110976990A CN113794753B CN 113794753 B CN113794753 B CN 113794753B CN 202110976990 A CN202110976990 A CN 202110976990A CN 113794753 B CN113794753 B CN 113794753B
Authority
CN
China
Prior art keywords
application program
users
authorization
application
identifier
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
CN202110976990.2A
Other languages
Chinese (zh)
Other versions
CN113794753A (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.)
Jiuyili Digital Technology Shenzhen Co ltd
Original Assignee
Jiuyili Digital Technology Shenzhen 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 Jiuyili Digital Technology Shenzhen Co ltd filed Critical Jiuyili Digital Technology Shenzhen Co ltd
Priority to CN202110976990.2A priority Critical patent/CN113794753B/en
Publication of CN113794753A publication Critical patent/CN113794753A/en
Application granted granted Critical
Publication of CN113794753B publication Critical patent/CN113794753B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a management method and a system of a cloud data management platform based on SaaS, wherein the method comprises the following steps of; the method comprises the steps that the terminal equipment obtains application program information of a cloud data management platform of the SaaS, wherein the application program information comprises the following steps: a list of application identifications; traversing each application program in the application program identification list to obtain the operation information of each application program in an authorized time period; and the terminal equipment dynamically adjusts the order quantity of the application program identification in the next authorization time period according to the operation information to obtain the adjusted application program information. The technical scheme of this application has the advantage that improves the efficiency of enterprise.

Description

Management method, system and storage medium of cloud data management platform based on software as a service (SaaS)
Technical Field
The application relates to the technical field of cloud platforms, in particular to a management method, a management system and a storage medium of a cloud data management platform based on software as a service (SaaS).
Background
SaaS (Software-as-a-Service), that is, providing Software services through a network. The SaaS platform supplier uniformly deploys the application software on the server of the SaaS platform supplier, a client can order the required application software service from a manufacturer through the Internet according to the actual working requirement, pay the cost to the manufacturer according to the amount and time of the ordered service, and obtain the service provided by the SaaS platform supplier through the Internet.
When a user uses application software on a cloud data management platform of the SaaS, the application software cannot be managed in real time, and enterprise cost is influenced.
Disclosure of Invention
The embodiment of the application provides a management method and a management system for a cloud data management platform based on a software as a service (SaaS), which can be used for managing the cloud data management platform of the SaaS in real time by using application software, so that the use cost of an enterprise is reduced.
In a first aspect, an embodiment of the present application provides a management method for a cloud data management platform based on SaaS, where the method includes;
the method comprises the steps that terminal equipment obtains application program information of a cloud data management platform of the SaaS, wherein the application program information comprises the following steps: a list of application identifications;
the list of application identifications includes: an application identifier, an authorization time period, and an authorization quantity;
the terminal equipment traverses each application program in the application program identification list to obtain the operation information of each application program in an authorized time period;
the operation information specifically includes: the number of users logging in simultaneously, the number of users failing to log in and other operation information;
and the terminal equipment dynamically adjusts the order quantity of the application program identification in the next authorization time period according to the operation information to obtain the adjusted application program information.
Optionally, the step of dynamically adjusting, by the terminal device, the order number of the application identifier in the next authorized time period according to the operation information to obtain the adjusted application information specifically includes:
the terminal equipment extracts the maximum value x1 of the number of the users logging in at the same time corresponding to the first identification in the authorization time period and the maximum value y1 of the number of the users failing to log in, and if x1 is smaller than the authorization number alpha 1 and y1 is smaller than a failure threshold value, the number of orders corresponding to the first identification is reduced from the authorization number alpha 1 to x1.
Optionally, the step of dynamically adjusting, by the terminal device, the order number of the application identifier in the next authorized time period according to the operation information to obtain the adjusted application information specifically includes:
the terminal equipment extracts the maximum value x2 of the number of the users logging in at the same time corresponding to the second identifier in the authorization time period and the maximum value y2 of the number of the users failing to log in, and if x2 is larger than the authorization number alpha 2 and y2 is larger than a failure threshold value, the number of orders corresponding to the second identifier is increased from the authorization number alpha 1 to x2.
Optionally, the adjusting the maximum value x2 according to the use frequency of the application program of the second identifier specifically includes:
extracting the use time t1 of the ith user with the longest use time from x2 users, and extracting the use frequency of the second identified application program by t1, wherein the use frequency f1= the number of instructions/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1 interval, where the removing the ith user from the usage time t1 interval specifically includes: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after removal.
In a second aspect, a management system of a cloud data management platform based on SaaS is provided, the system including:
the acquisition unit is used for acquiring application information of a cloud data management platform of the SaaS, and the application information comprises: a list of application identifications;
the list of application identifications includes: an application identifier, an authorization time period, and an authorization quantity;
the processing unit is used for traversing each application program in the application program identification list to obtain the operation information of each application program in an authorized time period; dynamically adjusting the order quantity of the application program identifiers in the next authorization time period according to the operation information to obtain adjusted application program information;
the operation information specifically includes: the number of users logging in simultaneously, the number of users failing to log in and the like.
Optionally, the processing unit is specifically configured to extract a maximum value x1 of the number of users logging in at the same time corresponding to the first identifier in the authorization time period and a maximum value y1 of the number of users failing to log in, and if x1 is less than the authorization number α 1 and y1 is less than a failure threshold, reduce the number of subscriptions corresponding to the first identifier from the authorization number α 1 to x1.
Optionally, the processing unit is specifically configured to extract a maximum value x2 of the number of users logging in at the same time corresponding to the second identifier in the authorization time period and a maximum value y2 of the number of users failing to log in, and increase the number of subscriptions corresponding to the second identifier from the authorization number α 1 to x2 if x2 > the authorization number α 2 and y2 > a failure threshold.
Optionally, the processing unit is specifically configured to extract a usage time t1 of an ith user with a longest usage time from x2 users, and extract a usage frequency of the application program of the second identifier by t1, where the usage frequency f1= instruction number/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1, where the removing the ith user from the usage time t1 specifically includes: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after the number of the users is removed.
In a third aspect, a computer-readable storage medium is provided, which stores a program for electronic data exchange, wherein the program causes a terminal to execute the method provided in the first aspect.
The embodiment of the application has the following beneficial effects:
it can be seen that, according to the technical scheme provided by the application, the terminal device obtains application information of a cloud data management platform of SaaS, where the application information includes: a list of application identifiers; the terminal device traverses each application program in the application program identification list to obtain the operation information of each application program in an authorization time period; and the terminal equipment dynamically adjusts the order quantity of the application program identification in the next authorization time period according to the operation information to obtain the adjusted application program information. By means of the technical scheme, the application program information of the SaaS cloud data management platform can be regularly adjusted, the requirements of enterprises on the application programs can be met, and the SaaS cloud data management platform can be convenient for users to use, so that the enterprises can purchase the application programs in a matched mode, the enterprise efficiency is improved, and the enterprise cost is reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a management method of a cloud data management platform based on SaaS according to an embodiment of the present disclosure.
Fig. 2 is a schematic structural diagram of a management system of a cloud data management platform based on SaaS according to an embodiment of the present disclosure.
Detailed Description
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, and it is obvious that the described embodiments are some, but not all, of the embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
The terms "first," "second," "third," and "fourth," etc. in the description and claims of this application and in the accompanying drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," 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 limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, result, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
The application provides a terminal, and the terminal specifically can include: the device comprises a processor, a memory, a camera and a display screen, wherein the components can be connected through a bus or in other ways, and the application is not limited to the specific way of the connection. In practical applications, the terminal may be a personal computer, a server, a tablet computer, a smart phone, and the like.
By way of example, a terminal device according to an embodiment of the present application is a device having a wireless communication function, and may be referred to as a computer device, a terminal (terminal), a User Equipment (UE), a Mobile Station (MS), a Mobile Terminal (MT), an access terminal device, a vehicle-mounted terminal device, an industrial control terminal device, a UE unit, a UE station, a mobile station, a remote terminal device, a mobile device, a UE terminal device, a wireless communication device, a UE agent, a UE apparatus, or the like.
SaaS is a completely innovative software application model starting to emerge in the 21 st century with the development of internet technology and the maturity of application software. In a traditional mode, a manufacturer deploys a software product to a plurality of client terminals inside an enterprise through License to realize delivery. SaaS defines a new delivery mode, and the software further returns to the service essence. The essence of enterprise deployment information software is for self operation management service, the software is represented by informatization of a business process, and the essence is also a first service mode, saaS changes the providing mode of the traditional software service, reduces a large amount of early investment required by local deployment, further highlights the service attribute of the information software, or becomes a mainstream delivery mode of the future information software market.
For payment of application software, the existing SaaS application program charges according to software types, user number (commonly called points) and use time, and this charging manner enables users who do not use the application program to pay more, which increases the operation cost of an enterprise, for example, there are 10 types of software, which charges monthly, and each software charges 10 yuan per user, so that the enterprise a purchases 10 users for the software 1, but in actual application, the number of users used may be only 5, and for the software 2, 10 users are purchased, but in actual use, the number of users used may need 15, so that how to limit the number of people who actually use the application software is configured becomes a problem that needs to be solved urgently by the cloud data management platform management of SaaS.
Referring to fig. 1, fig. 1 provides a management method for a cloud data management platform based on SaaS, where the method is executed by using the terminal device, where the terminal device may specifically be a computer device or a server device, and the method is shown in fig. 1, and includes the following steps:
step S101, the terminal equipment acquires application program information of a cloud data management platform of SaaS, wherein the application program information comprises: a list of application identifications;
for example, the application identification list includes: an application identification, an authorization time period, and an authorization quantity.
The authorization time period may be 1 month, 1 quarter, 1 week, 1 year, etc., and the application does not limit the specific interval of the authorization time period.
For example, the application information may be a paid application, and for a free application, the application may not relate to the free application.
Step S102, the terminal device traverses each application program in the application program identification list to obtain operation information of each application program in an authorization time period;
for example, the operation information may specifically include: the number of users logging in simultaneously, the number of users failing to log in and the like.
And step S103, the terminal device dynamically adjusts the order quantity of the application program identifiers in the next authorization time slot according to the operation information to obtain the adjusted application program information.
According to the technical scheme, the terminal equipment acquires application program information of a cloud data management platform of SaaS, and the application program information comprises: a list of application identifications; the terminal device traverses each application program in the application program identification list to obtain the operation information of each application program in an authorization time period; and the terminal equipment dynamically adjusts the order quantity of the application program identification in the next authorization time period according to the operation information to obtain the adjusted application program information. By means of the technical scheme, the application program information of the SaaS cloud data management platform can be regularly adjusted, the requirements of enterprises on the application programs can be met, and the SaaS cloud data management platform can be convenient for users to use, so that the enterprises can purchase the application programs in a matched mode, the enterprise efficiency is improved, and the enterprise cost is reduced.
For example, the step of the terminal device dynamically adjusting the order number of the application identifier in the next authorization time period according to the operation information to obtain the adjusted application information may specifically include:
the terminal equipment extracts the maximum value x1 of the number of the users logging in at the same time corresponding to the first identification in the authorization time period and the maximum value y1 of the number of the users failing to log in, and if x1 is smaller than the authorization number alpha 1 and y1 is smaller than a failure threshold value, the number of orders corresponding to the first identification is reduced from the authorization number alpha 1 to x1.
In this case, when the authorized number α 1 is large, the maximum number x1 of people who are registered at the same time is small, and in this case, the number of orders needs to be adjusted downward to reduce the cost.
For example, the step of dynamically adjusting, by the terminal device, the order number of the application identifier in the next authorization time period according to the operation information to obtain the adjusted application information may specifically include:
the terminal equipment extracts the maximum value x2 of the number of the users logging in at the same time corresponding to the second identification in the authorization time period and the maximum value y2 of the number of the users failing to log in, and if x2 is larger than the authorization number alpha 2 and y2 is larger than a failure threshold value, the order number corresponding to the second identification is increased from the authorization number alpha 1 to x2.
In this way, when the authorized number α 2 is smaller, the number of the maximum number x2 of people who log in at the same time is larger, and in this case, the ordered number needs to be adjusted upwards, which increases the cost of ordering software, but more employees of the enterprise can use the software corresponding to the second identifier, so that the production efficiency of the enterprise can be improved.
By way of example, the method may further include: adjusting the maximum value x2 according to the use frequency of the application program of the second identifier may specifically include:
extracting the use time t1 of the ith user with the longest use time from x2 users, and extracting the use frequency of the second identified application program by t1, wherein the use frequency f1= the number of instructions/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1, where the removing the ith user from the usage time t1 may specifically include: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after removal.
For a user with the longest usage time, there are two situations, one is a user who normally uses an application program, and at this time, the user certainly needs to operate the application program frequently, so the number of corresponding instructions is large, and the usage frequency of the user is also high.
For example, the method may further include:
and when the terminal equipment determines that the authorized number of the adjusted third identification application program is 0, extracting the first format of the storage file of the third identification application program, extracting all formats which can be supported by all application programs in the application program identification list, if the first format exists in all formats, determining that the authorized number of the third identification application program is 0, and if the first format does not exist in all formats, determining that the authorized number of the third identification application program is 1.
The technical scheme is that for the historical data of the enterprise, a third identification application program takes CAD as an example, the first format of the stored file is the dwg format, if the dwg format cannot be supported in the application program identification list, at least 1 third identification application program needs to be reserved for the enterprise, and if all the third identification application programs are not reserved, the dwg format cannot be opened, so that archive management of enterprise archiving, gear shifting and the like is influenced, and therefore 1 third identification application program needs to be reserved. If the third identification application program is word, the format of the storage file is doc, and if the application program list has WPS, the third identification application program supports the file in the doc format, the word can be directly deleted, and archive management such as enterprise archiving and gear shifting cannot be influenced.
Referring to fig. 2, fig. 2 provides a management system of a cloud data management platform based on SaaS, the system including:
an obtaining unit 201, configured to obtain application information of a cloud data management platform of SaaS, where the application information includes: a list of application identifiers;
the list of application identifications includes: an application identifier, an authorization time period, and an authorization quantity;
the processing unit 202 is configured to traverse each application program in the application program identifier list to obtain operation information of each application program in an authorized time period; dynamically adjusting the order number of the application program identifiers in the next authorization time period according to the operation information to obtain adjusted application program information;
the operation information specifically includes: the number of users logging in simultaneously, the number of users failing to log in and the like.
Optionally, the processing unit is specifically configured to extract a maximum value x1 of the number of users logging in at the same time corresponding to the first identifier in the authorization time period and a maximum value y1 of the number of users failing to log in, and if x1 is less than the authorization number α 1 and y1 is less than a failure threshold, reduce the number of subscriptions corresponding to the first identifier from the authorization number α 1 to x1.
Optionally, the processing unit is specifically configured to extract a maximum value x2 of the number of users logging in at the same time corresponding to the second identifier and a maximum value y2 of the number of users failing to log in the authorization time period, and increase the subscription number corresponding to the second identifier from the authorization number α 1 to x2 if x2 > the authorization number α 2 and y2 > a failure threshold.
Optionally, the processing unit is specifically configured to extract a usage time t1 of an ith user with a longest usage time from x2 users, and extract a usage frequency of the application program of the second identifier by t1, where the usage frequency f1= instruction number/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1, where the removing the ith user from the usage time t1 specifically includes: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after the number of the users is removed.
The processing unit may also be used to perform a refinement or an alternative of the embodiment shown in fig. 1, which is not described in detail here.
Embodiments of the present application also provide a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, and the computer program enables a computer to execute part or all of the steps of any one of the methods as described in the above method embodiments.
Embodiments of the present application also provide a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform some or all of the steps of any one of the methods as set forth in the above method embodiments.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the above description of the embodiments is only provided to help understand the method and the core concept of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (7)

1. A management method of a cloud data management platform based on SaaS is characterized by comprising the following steps of;
the method comprises the steps that the terminal equipment obtains application program information of a cloud data management platform of the SaaS, wherein the application program information comprises the following steps: a list of application identifications;
the list of application identifications includes: an application identifier, an authorization time period, and an authorization quantity;
the terminal equipment traverses each application program in the application program identification list to obtain the operation information of each application program in an authorized time period;
the operation information specifically includes: the number of users logging in simultaneously and the number of users failing to log in;
the terminal equipment dynamically adjusts the order quantity of the application program identification in the next authorization time slot according to the operation information to obtain adjusted application program information; the step of dynamically adjusting, by the terminal device, the order number of the application program identifier in the next authorization time period according to the operation information to obtain the adjusted application program information specifically includes:
the terminal equipment extracts the maximum value x1 of the number of the users logging in at the same time corresponding to the first identification in the authorization time period and the maximum value y1 of the number of the users failing to log in, and if x1 is smaller than the authorization number alpha 1 and y1 is smaller than a failure threshold value, the order number corresponding to the first identification is reduced from the authorization number alpha 1 to x1.
2. The method according to claim 1, wherein the step of the terminal device dynamically adjusting the subscription number of the application identifier in the next authorization time period according to the operation information to obtain the adjusted application information specifically includes:
the terminal equipment extracts the maximum value x2 of the number of the users logging in at the same time corresponding to the second identifier in the authorization time period and the maximum value y2 of the number of the users failing to log in, and if x2 is larger than the authorization number alpha 2 and y2 is larger than a failure threshold value, the number of orders corresponding to the second identifier is increased from the authorization number alpha 1 to x2.
3. The method according to claim 2, wherein the adjusting the maximum value x2 according to the usage frequency of the application program of the second identifier specifically comprises:
extracting the use time t1 of the ith user with the longest use time from x2 users, and extracting the use frequency of the second identified application program by t1, wherein the use frequency f1= the number of instructions/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1 interval, where the removing the ith user from the usage time t1 interval specifically includes: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after removal.
4. A management system of a cloud data management platform based on SaaS (software as a service), the system comprising:
the acquisition unit is used for acquiring application information of a cloud data management platform of the SaaS, and the application information comprises: a list of application identifiers;
the list of application identifications includes: an application identifier, an authorization time period, and an authorization quantity;
the processing unit is used for traversing each application program in the application program identification list to obtain the operation information of each application program in an authorized time period; dynamically adjusting the order quantity of the application program identifiers in the next authorization time period according to the operation information to obtain adjusted application program information;
the operation information specifically includes: the number of users logging in simultaneously and the number of users failing to log in;
the processing unit is specifically configured to extract a maximum value x1 of the number of users who log in at the same time and a maximum value y1 of the number of users who fail to log in, which correspond to the first identifier, in an authorization time period, and reduce the number of subscriptions corresponding to the first identifier from the authorization number α 1 to x1 if x1 is smaller than the authorization number α 1 and y1 is smaller than a failure threshold.
5. The system of claim 4,
the processing unit is specifically configured to extract a maximum value x2 of the number of users logging in at the same time corresponding to the second identifier and a maximum value y2 of the number of users failing to log in the authorization time period, and increase the number of subscriptions corresponding to the second identifier from the authorization number α 1 to x2 if x2 is greater than the authorization number α 2 and y2 is greater than a failure threshold.
6. The system of claim 5,
the processing unit is specifically configured to extract a use time t1 of an ith user with the longest use time from x2 users, and extract a use frequency of the application program of the second identifier by t1, where the use frequency f1= instruction number/t 1; if the usage frequency f1 is lower than the frequency threshold, removing the ith user from the usage time t1, where the removing the ith user from the usage time t1 specifically includes: and extracting a plurality of quantity values of the users who use the time t1 and log in at the same time, and subtracting 1 from each quantity value in the plurality of quantity values to obtain the number of the users who log in at the same time after the number of the users is removed.
7. A computer-readable storage medium storing a program for electronic data exchange, wherein the program causes a terminal to execute the method according to any one of claims 1-3.
CN202110976990.2A 2021-08-24 2021-08-24 Management method, system and storage medium of cloud data management platform based on software as a service (SaaS) Active CN113794753B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110976990.2A CN113794753B (en) 2021-08-24 2021-08-24 Management method, system and storage medium of cloud data management platform based on software as a service (SaaS)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110976990.2A CN113794753B (en) 2021-08-24 2021-08-24 Management method, system and storage medium of cloud data management platform based on software as a service (SaaS)

Publications (2)

Publication Number Publication Date
CN113794753A CN113794753A (en) 2021-12-14
CN113794753B true CN113794753B (en) 2022-12-06

Family

ID=79182304

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110976990.2A Active CN113794753B (en) 2021-08-24 2021-08-24 Management method, system and storage medium of cloud data management platform based on software as a service (SaaS)

Country Status (1)

Country Link
CN (1) CN113794753B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114612005B (en) * 2022-04-02 2023-08-01 杭州聚玻科技有限公司 Glass factory digital intelligent system based on SaaS realization
CN116112469B (en) * 2023-04-14 2023-06-06 杭州云缔盟科技有限公司 Method, system and application for reporting host name information in local area network

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8904402B2 (en) * 2012-05-30 2014-12-02 Red Hat, Inc. Controlling capacity in a multi-tenant platform-as-a-service environment in a cloud computing system
CN105872110B (en) * 2016-06-17 2019-07-05 深圳纽博时代科技有限公司 A kind of cloud platform service management and device
CN106776246A (en) * 2016-11-22 2017-05-31 北京奇虎科技有限公司 The method of evaluating performance and device of a kind of cloud platform
CN110188531A (en) * 2019-06-27 2019-08-30 中国石油集团东方地球物理勘探有限责任公司 A kind of authorization and authentication method and authorization identifying device of application program

Also Published As

Publication number Publication date
CN113794753A (en) 2021-12-14

Similar Documents

Publication Publication Date Title
CN113794753B (en) Management method, system and storage medium of cloud data management platform based on software as a service (SaaS)
US8204794B1 (en) Processing orders for wireless service
CN107977457B (en) Data clearing method, system and computer readable storage medium
CN110493016B (en) Flow service charging method and device
CN104616142B (en) Data transfer method, server, mobile terminal and system
CN112465528A (en) Digital commodity unsubscribe processing method, device, equipment and storage medium
CN111127181A (en) Voucher bookkeeping method and device
CN106998314B (en) Account interaction method and device
US20190096015A1 (en) Systems and methods for provisioning at a platform system
CN103442085A (en) Method, terminal, server and system used for maintaining user information
CN111988749B (en) Dynamic tariff generation method and device
CN104468635A (en) Upgrading authentication method and system for user permission in network platform
CN106934708B (en) Event recording method and device
CN110753323B (en) Card resource allocation method and server
TWI668661B (en) A reservation method, a reservation system, a computer program product, a computer program product for storing a reservation method, and an operator terminal device used in the method
CN108156206B (en) Data transfer method, server, client and system
CN115660591A (en) Process configuration method, system, electronic device and medium for business approval
CN114493756A (en) Resource management method, device, equipment and storage medium
CN107248101A (en) A kind of IC-card leasing method, system, electronic equipment and storage medium
CN108271134B (en) Communication service charging method and device
CN112465653A (en) Insurance business processing method, device, equipment and storage medium
CN111144961A (en) Billing method and device based on cloud billing equipment
CN111191917A (en) Authorization validity verification method, system, electronic equipment and storage medium
CN111192113A (en) Order processing method, device, equipment and storage medium
CN111222873A (en) Data management system

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