CN112925635B - Logic resource processing method and device - Google Patents
Logic resource processing method and device Download PDFInfo
- Publication number
- CN112925635B CN112925635B CN201911241457.0A CN201911241457A CN112925635B CN 112925635 B CN112925635 B CN 112925635B CN 201911241457 A CN201911241457 A CN 201911241457A CN 112925635 B CN112925635 B CN 112925635B
- Authority
- CN
- China
- Prior art keywords
- resource
- logic
- use range
- resources
- logic resource
- 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
Links
- 238000003672 processing method Methods 0.000 title description 15
- 238000012545 processing Methods 0.000 claims abstract description 31
- 238000000034 method Methods 0.000 claims abstract description 28
- 238000013468 resource allocation Methods 0.000 claims description 26
- 238000004590 computer program Methods 0.000 claims description 16
- 238000013439 planning Methods 0.000 claims description 9
- 238000003860 storage Methods 0.000 claims description 7
- 238000011084 recovery Methods 0.000 claims description 3
- 230000008569 process Effects 0.000 abstract description 12
- 238000009826 distribution Methods 0.000 abstract description 5
- 238000010586 diagram Methods 0.000 description 10
- 238000011161 development Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 5
- 238000004519 manufacturing process Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a method and a device for processing logic resources, wherein the method comprises the following steps: receiving logic resource definition parameters input by a user; creating a logic resource model according to the logic resource definition parameters; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute; and distributing the logic resources with the configured resource use range according to a preset resource distribution model. The technical scheme realizes the rapid processing of the logic resources in the service arrangement process, and improves the processing efficiency of the logic resources.
Description
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for processing a logic resource.
Background
In service organization, we pay attention to the arrangement between service atomic capabilities, then in the actual application process, many logic resources are often required to be managed, if one type of resource is required each time, a resource table is required to be created, then resource fields in the resource table are defined, and the program also has to customize the allocation method of the resources. This results in significant recurring development time consumption in resource handling and allocation.
In view of the above problems, no effective solution has been proposed at present.
Disclosure of Invention
The embodiment of the invention provides a processing method of logic resources, which is used for rapidly processing the logic resources in a business arrangement process, and comprises the following steps:
receiving logic resource definition parameters input by a user;
Creating a logic resource model according to the logic resource definition parameters; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute;
And distributing the logic resources with the configured resource use range according to a preset resource distribution model.
The embodiment of the invention also provides a processing device of the logic resource, which is used for rapidly processing the logic resource in the service arranging process and comprises the following steps:
The receiving unit is used for receiving logic resource definition parameters input by a user;
the creation unit is used for creating a logic resource model according to the logic resource definition parameters; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute;
The allocation unit is used for allocating the logic resources with the configured resource use range according to a preset resource allocation model.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the processing method of the logic resource when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program for executing the processing method of the logic resource.
Compared with the scheme that logic resources are required to be repeatedly defined and a large amount of manpower and time are consumed in the prior art, the technical scheme provided by the embodiment of the invention is as follows: firstly, receiving logic resource definition parameters input by a user according to a service type; secondly, creating a logic resource model according to the logic resource definition parameters; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute; finally, according to a preset resource allocation model, allocating the logic resources with the configured resource use range, so that the logic resources are rapidly processed in the service arrangement process, and the logic resource processing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for processing logic resources according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an interface for configuring resource usage ranges for logical resource attributes in an embodiment of the present invention;
FIG. 3 is a schematic diagram of an interface for resource queries in an embodiment of the invention;
Fig. 4 is a schematic structural diagram of a processing device for logic resources according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The inventor discovers the technical problem of the logic resource processing scheme in the prior art, so that the technical problem of repeated definition of the logic resource is solved, and resource definition, resource modeling, resource planning (configuration), resource allocation and the like related to logic resource processing can be rapidly performed in the process of service arrangement.
Fig. 1 is a flow chart of a processing method of a logic resource in an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step 101: receiving logic resource definition parameters input by a user;
Step 102: creating a logic resource model according to the logic resource definition parameters; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute;
step 103: and distributing the logic resources with the configured resource use range according to a preset resource distribution model.
Compared with the scheme that logic resources are required to be repeatedly defined and a large amount of manpower and time are consumed in the prior art, the logic resource processing method provided by the embodiment of the invention realizes the rapid and automatic logic resource processing in the service arrangement process, and improves the logic resource processing efficiency.
The following describes the steps according to the embodiment of the present invention in detail with reference to fig. 2 to 3.
1. First, the above step 101 is described.
In one embodiment, the logical resource definition parameters may include: resource identification, resource category and resource allocation mode;
In one embodiment, the logical resource identification may include: one or a combination of a resource Chinese name and a resource English name; the logic resource allocation method may include: the number of resource allocation and the sequence of resource allocation.
In the implementation, according to the actual service requirement, the user can define which resources are required. Such as: the service of the internet of things is opened, and parameters such as TunnelID, a user terminal address and the like are needed. In the definition of logical resources, a user himself can define logical resources to be managed by operating a page as shown in table 1 below.
Resource Chinese name | Resource English name | Resource category | Distribution rules | Number of distribution | Operation of |
Prionriy priority level | prionriy | Content billing service | Sequential allocation | 10 Pieces | New add modify delete |
Tunnel number | tunnel | Internet of things service | Sequential allocation | 1 Number of | New add modify delete |
Inner layer IP address | innercadress | Internet of things service | Reverse order allocation | 4 Pieces of | New add modify delete |
TABLE 1
For specific implementation, see table 1 above:
1. the logical resource identification may include: one or a combination of a resource Chinese name and a resource English name, wherein the resource Chinese name is as follows: namely, the resource alias is generally Chinese identification, is unique and cannot conflict with other names; resource english name: i.e. the table (model) name to be subsequently generated.
2. Resource category: the user can define which type of resource this resource belongs to and which service's resource.
3. The resource allocation manner may include: a resource allocation number and a resource allocation order, wherein the resource allocation number: allocating several resources at a time, such as inner layer addresses of Nanjing Internet of things, 4 points, and prionriy points of communication with priority of 10 points; allocation rule (resource allocation order): sequential allocation (from small to large), reverse allocation (from large to small), random allocation, etc.
4. And (3) adding and modifying operation, namely adding a table or modifying the name of the table, and modifying the related attribute of the table. Deletion operation: i.e. change the table by a name such as xxxx_del and no longer page displays this piece of data.
In the implementation, the user can receive the logic resource definition parameters by clicking a new button or the like, or click a corresponding Chinese name of the resource or the like.
2. Next, the above step 102 is described.
Based on the logical resource definition parameters received in step 101, a logical resource model is created, i.e. which attributes the resource has, the field type of each attribute needs to be created, and the model may be a logical resource model as shown in table 2 below, but may also be in other forms, such as a graph, etc. For example, after the definition of the resource is completed, clicking on the new or modified table field, i.e., modeling the defined resource. Clicking on the add or modify button may add a resource attribute similar to creating a table field or modifying a table field.
Prionriy priority modeling
Resource field ID | Resource field name | Resource type | Whether or not to plan | Operation of |
prionriy | Prionriy priority level | int | Is that | New add modify delete |
status | Status of | varchar2(10) | Whether or not | New add modify delete |
code | Worksheet number | varchar2(32) | Whether or not | New add modify delete |
ipaddress | Inner layer IP address | Ipv4 | Whether or not | New add modify delete |
TABLE 2
In specific implementation, the above table 2 shows:
1. The field identification of the logical resource attribute may be "resource field ID" or "resource field name" in table 2 above, and the defined resource field name may be: prionriy priority; in this example, 4 attributes, which are prionriy priority levels, states, worksheet numbers, and inner layer IP addresses, are created in the resource modeling process (these attributes are customized according to the characteristics of the resource model, for example, define a resource called notebook; when the resource is modeled, the model, manufacturer, date of production, CPU, memory, etc. of the notebook can be defined).
2. The logical resource usage range configuration indicator may be the "if need to plan" item in table 2 above, where the "if need to plan" item of prionriy priorities is "yes" so that prionriy priorities need to perform resource planning, and corresponding to the value type field, we can plan his range, such as: prionriy may be set to 1-5000.
In the implementation, logic resource planning is performed on the basis of the defined resources. Namely: and planning the resource range on the basis of the definition. Shown in fig. 2 is an inner layer address plan for an internet of things service, where a user manually plans an address segment range for an inner layer address. The resource usage range may include: who the resource is used, the time of use, etc.
The inner layer address modeling is again illustrated here on the basis of 101, as shown in table 3 below:
Inner layer address modeling
Resource field ID | Resource field name | Resource type | Whether or not to plan | Operation of |
ipaddress | Inner layer IP address | Ipv4 | Is that | New add modify delete |
starus | Status of | varchr2(10) | Whether or not | New add modify delete |
code | Worksheet number | varchar2(32) | Whether or not | New add modify delete |
TABLE 3 Table 3
Where the "if planning is needed" item (resource usage range configuration indicator) of the inner IP address is yes, so the inner IP address needs to be resource planned, as shown in fig. 2. The IP address planning can be used for inputting a plurality of large-segment addresses which can be planned to be used.
3. Next, the above step 103 is described.
When the resource allocation is carried out, the call of service arrangement (the resource arranged in the steps) can be provided through an API (or interface mode) (a preset resource allocation model), so that the dynamic resource allocation is realized. The allocation can be performed by specifying the english name of the resource, which resource field ID, which resource, i.e.: which resources of which field of which table. The following is an example.
1. Resource allocation is achieved through rest ful interfaces:
The request parameters are illustrated in table 4 below:
Field name | Type(s) | Example values | Description of the invention |
resName | string | innerIpaddress | Resource name |
resField | string | ipaddress | Resource field name to be assigned |
num | string | Empty space | What number of resources |
TABLE 4 Table 4
The response parameters are illustrated in table 5 below:
Field name | Type(s) | Example values | Description of the invention |
allocateRes | string | 10.75.128.8-10.75.128.11 | Allocated resources |
TABLE 5
Annotation: the above example values are all exemplified by an inner layer address of 103:
Wherein the request parameter "INNERIPADDRESS" is an inner address resource name defined in the resource definition, and the request parameter "ipaddress" is an inner address field in resource modeling of an inner address; the return parameter "10.75.128.8-10.75.128.11" represents a range of address segments that are passed through the address segments allocated in the inner address.
2. Resource recovery is realized through rest ful interfaces:
the request parameters are illustrated in table 6 below:
Field name | Type(s) | Example values | Description of the invention |
resName | string | innerIpaddress | Resource name |
resField | string | ipaddress | Resource field name to be reclaimed |
resData | string | Empty space | Resources to be recovered |
TABLE 6
The response parameters are illustrated in table 7 below:
Field name | Type(s) | Example values | Description of the invention |
status | string | 1 | Status (1: success; 0: failure) |
message | string | Cause of abnormality |
TABLE 7
Annotation: the above example values are all exemplified by an inner layer address of 103:
Wherein the request parameter "INNERIPADDRESS" is an inner address resource name defined in the resource definition, and the request parameter "ipaddress" is an inner address field in resource modeling of an inner address; returning a parameter "1" to represent that the address reclamation is successful.
4. Next, a resource pre-warning scheme is introduced.
In one embodiment, the processing method of the logic resource may further include:
periodically polling the use state of each logic resource;
and sending out an alarm notification when judging that the insufficient resources occur according to the use state and a preset early warning threshold value.
In specific implementation, an early warning threshold value of each resource is defined, and the system periodically polls and uses each resource. When a defined type of resource is insufficient, the user is notified by an automatic reminder (or a short message). When a certain type of defined resources are insufficient, the user is automatically reminded (or notified) of the resources, the method is flexible and convenient, smooth operation of service arrangement is guaranteed, development time is shortened, and development efficiency is improved.
5. Next, a scheme for resource querying is introduced.
In one embodiment, the processing method of the logic resource may further include:
Receiving a resource detail query instruction input by a user;
And feeding back the resource detail information corresponding to the query instruction.
In practice, the user wants to know the details of a certain resource, and can query the details of the resource, such as the use state, who is using the resource, the use time, etc., through the interface shown in fig. 3. Query conditions: according to the defined field types, the query items are automatically displayed. Query list: and automatically forming a query list according to the defined field names and the assigned number.
In summary, the processing method for the logic resource provided by the embodiment of the invention comprises the following steps: dynamic management and allocation of logic resources in the business arrangement process are realized through resource definition, resource modeling, resource planning (configuration), resource allocation and resource early warning, repeated definition of a large number of resources in the development process is avoided, development time is shortened, and development efficiency is improved.
Based on the same inventive concept, the embodiment of the invention also provides a logic resource processing device, as described in the following embodiment. Because the principle of the logic resource processing device for solving the problem is similar to that of the logic resource processing method, the implementation of the logic resource processing device can refer to the implementation of the logic resource processing method, and the repetition is omitted. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 4 is a schematic structural diagram of a processing apparatus for logic resources according to an embodiment of the present invention, as shown in fig. 4, where the apparatus includes:
a receiving unit 01, configured to receive a logic resource definition parameter input by a user according to a service type;
A creating unit 02, configured to create a logical resource model according to the logical resource definition parameter; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute;
an allocation unit 03, configured to allocate the logic resources with the configured resource usage ranges according to a preset resource allocation model.
In one embodiment, the processing apparatus of the logic resource may further include:
A polling unit for periodically polling the use state of each logic resource;
and the alarm unit is used for sending an alarm notice when judging that the insufficient resources occur according to the use state and a preset early warning threshold value.
In one embodiment, the processing apparatus of the logic resource may further include:
The query unit is used for receiving a resource detail query instruction input by a user;
and the feedback unit is used for feeding back the resource detail information corresponding to the query instruction.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the processing method of the logic resource when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program for executing the processing method of the logic resource.
Compared with the scheme that logic resources are required to be repeatedly defined and a large amount of manpower and time are consumed in the prior art, the logic resource processing method provided by the embodiment of the invention realizes the rapid logic resource processing in the service arrangement process, improves the logic resource processing efficiency, and further improves the development efficiency.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, and various modifications and variations can be made to the embodiments of the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.
Claims (6)
1. A method for processing a logical resource, comprising:
Receiving logic resource definition parameters input by a user according to actual service requirements by clicking a new button mode or clicking a corresponding resource Chinese name mode; the logical resource definition parameters include: resource identification, resource category, resource allocation mode and operation; the resource identification includes: one or a combination of a resource Chinese name and a resource English name; the logic resource allocation method comprises the following steps: the number and sequence of resource allocation; the resource class indicates which service the resource belongs to;
Clicking to enter a field of a new or modified table according to the logic resource definition parameters, and creating a logic resource model for the defined resources so as to create which attributes of the resources are required, wherein the field type of each attribute; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute; the resource attributes include: priority, state, worksheet number, inner layer IP address, according to the characteristic self-definition of the resource model; the logic resource use range configuration indication item is an indication item of whether planning is needed; the resource use range includes: who the resource is used and the use time;
According to a preset resource allocation model, allocating the logic resources with the configured resource use range through rest ful interfaces, and realizing resource recovery through rest ful interfaces;
periodically polling the use state of each logic resource;
and when judging that the insufficient resources occur according to the using state of each logic resource and the preset early warning threshold value of each resource, sending an alarm notification to a user.
2. The method of processing logical resources of claim 1, further comprising:
Receiving a resource detail query instruction input by a user;
And feeding back the resource detail information corresponding to the query instruction.
3. A processing apparatus for a logic resource, comprising:
The receiving unit is used for receiving logic resource definition parameters input by a user according to actual service requirements by clicking a new button mode or clicking a corresponding resource Chinese name mode; the logical resource definition parameters include: resource identification, resource category, resource allocation mode and operation; the resource identification includes: one or a combination of a resource Chinese name and a resource English name; the logic resource allocation method comprises the following steps: the number and sequence of resource allocation; the resource class indicates which service the resource belongs to;
The creation unit is used for clicking to enter a new or modified table field according to the logic resource definition parameters, and creating a logic resource model for the defined resource so as to create which attributes of the resource are required, wherein the field type of each attribute; the logic resource model at least comprises a field identification of a logic resource attribute and a logic resource use range configuration indication item; when determining that the logic resource attribute corresponding to the indication item needs to be configured with the resource use range according to the indication item, configuring the resource use range for the logic resource attribute; the resource attributes include: priority, state, worksheet number, inner layer IP address, according to the characteristic self-definition of the resource model; the logic resource use range configuration indication item is an indication item of whether planning is needed; the resource use range includes: who the resource is used and the use time;
The allocation unit is used for allocating the logic resources with the configured resource use range through a rest ful interface according to a preset resource allocation model, and realizing resource recovery through a rest ful interface;
A polling unit for periodically polling the use state of each logic resource;
and the alarm unit is used for sending an alarm notification to a user when judging that the condition of insufficient resources occurs according to the use state of each logic resource and the preset early warning threshold value of each logic resource.
4. The processing apparatus of a logical resource of claim 3, further comprising:
The query unit is used for receiving a resource detail query instruction input by a user;
and the feedback unit is used for feeding back the resource detail information corresponding to the query instruction.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 2 when executing the computer program.
6. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911241457.0A CN112925635B (en) | 2019-12-06 | 2019-12-06 | Logic resource processing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911241457.0A CN112925635B (en) | 2019-12-06 | 2019-12-06 | Logic resource processing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112925635A CN112925635A (en) | 2021-06-08 |
CN112925635B true CN112925635B (en) | 2024-05-14 |
Family
ID=76161525
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911241457.0A Active CN112925635B (en) | 2019-12-06 | 2019-12-06 | Logic resource processing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112925635B (en) |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1664791A (en) * | 2004-03-05 | 2005-09-07 | 中国科学院计算技术研究所 | Virtual storing model and method thereof |
CN101945484A (en) * | 2009-07-04 | 2011-01-12 | 中兴通讯股份有限公司 | Resource allocation indicating method |
CN102567932A (en) * | 2010-12-30 | 2012-07-11 | 北京亿阳信通软件研究院有限公司 | Method, device and system for managing comprehensive resources |
CN103107919A (en) * | 2013-01-09 | 2013-05-15 | 大唐软件技术股份有限公司 | Method and system for network resource modeling |
CN104378225A (en) * | 2013-08-16 | 2015-02-25 | 上海斐讯数据通信技术有限公司 | GPON system and customer premise equipment service configuring method |
CN107743611A (en) * | 2015-04-29 | 2018-02-27 | 微软技术许可有限责任公司 | The optimum allocation of dynamic cloud computing platform resource |
CN109617724A (en) * | 2018-12-12 | 2019-04-12 | 瑞斯康达科技发展股份有限公司 | A kind of monitoring of transport network traffic and restorative procedure, device, storage medium |
CN110023905A (en) * | 2016-11-17 | 2019-07-16 | 亚马逊技术股份有限公司 | Network programmable logic service provider |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030221012A1 (en) * | 2002-05-22 | 2003-11-27 | International Business Machines Corporation | Resource manager system and method for access control to physical resources in an application hosting environment |
US20090222310A1 (en) * | 2008-02-29 | 2009-09-03 | Microsoft Corporation | Techniques to allocate project resources |
US9170843B2 (en) * | 2011-09-24 | 2015-10-27 | Elwha Llc | Data handling apparatus adapted for scheduling operations according to resource allocation based on entitlement |
US9495380B2 (en) * | 2012-12-20 | 2016-11-15 | Bank Of America Corporation | Access reviews at IAM system implementing IAM data model |
-
2019
- 2019-12-06 CN CN201911241457.0A patent/CN112925635B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1664791A (en) * | 2004-03-05 | 2005-09-07 | 中国科学院计算技术研究所 | Virtual storing model and method thereof |
CN101945484A (en) * | 2009-07-04 | 2011-01-12 | 中兴通讯股份有限公司 | Resource allocation indicating method |
CN102567932A (en) * | 2010-12-30 | 2012-07-11 | 北京亿阳信通软件研究院有限公司 | Method, device and system for managing comprehensive resources |
CN103107919A (en) * | 2013-01-09 | 2013-05-15 | 大唐软件技术股份有限公司 | Method and system for network resource modeling |
CN104378225A (en) * | 2013-08-16 | 2015-02-25 | 上海斐讯数据通信技术有限公司 | GPON system and customer premise equipment service configuring method |
CN107743611A (en) * | 2015-04-29 | 2018-02-27 | 微软技术许可有限责任公司 | The optimum allocation of dynamic cloud computing platform resource |
CN110023905A (en) * | 2016-11-17 | 2019-07-16 | 亚马逊技术股份有限公司 | Network programmable logic service provider |
CN109617724A (en) * | 2018-12-12 | 2019-04-12 | 瑞斯康达科技发展股份有限公司 | A kind of monitoring of transport network traffic and restorative procedure, device, storage medium |
Non-Patent Citations (4)
Title |
---|
IoT-Based Intelligent Perception and Access of Manufacturing Resource Toward Cloud Manufacturing;,Fei Tao 等;《IEEE Transactions on Industrial Informatics》;20140531;第10卷(第2期);1547-1557 * |
Logical Control of Complex Resource Allocation Systems;Spyros Reveliotis;《Foundations and Trends® in Systems and Control》;20170415;1-4 * |
一种基于服务选取的SBS 云资源优化分配方法;赵秀涛 等;《软件学报》;20150415;第26卷(第4期);867-885 * |
云无线接入网络的资源切片算法研究;张小红;《中国优秀硕士学位论文全文数据库 信息科技辑》;20181015;I136-356 * |
Also Published As
Publication number | Publication date |
---|---|
CN112925635A (en) | 2021-06-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101651576B (en) | Alarm information processing method and system | |
CN108874558B (en) | Message subscription method of distributed transaction, electronic device and readable storage medium | |
CN105183625A (en) | Log data processing method and apparatus | |
CN103714133A (en) | Data operation and maintenance management method and device | |
US20200186619A1 (en) | Extraction and Distribution of Content Packages in a Digital Services Framework | |
CN110430121A (en) | Message informing method and device | |
CN103780686A (en) | Method and system for customizing application approval procedure in cloud organization | |
CN108038665A (en) | Business Rule Management method, apparatus, equipment and computer-readable recording medium | |
CN110738038A (en) | Contract text generation method, device, equipment and computer readable storage medium | |
CN109033157B (en) | Complex data retrieval method and system based on user-defined search condition tree | |
CN110389876A (en) | Basic resource capacity monitoring and managing method, device, equipment and storage medium | |
CN112925635B (en) | Logic resource processing method and device | |
CN113159674A (en) | Material information creating method, material management device and storage medium | |
CN110188258B (en) | Method and device for acquiring external data by using crawler | |
US11394626B2 (en) | Digital services framework | |
EP2830289A1 (en) | Adaptable reporting in a multi-client telecommunication network | |
EP4092610A1 (en) | Information processing method, device, system, and computer-readable storage medium | |
CN110990643B (en) | GoJS-based complex task visualization method, terminal device and storage medium | |
CN113177778A (en) | User management method and device and computer equipment | |
CN113064928A (en) | Report data query method and device, electronic equipment and storage medium | |
CN115086333B (en) | Service request distribution method, device and storage medium | |
CN110633459A (en) | Method and system for automatically generating data report and computer readable storage medium | |
US11165785B1 (en) | Validation of user subgroups against directory attributes for dynamic group rules | |
CN115941444A (en) | Alarm method and device for server cluster | |
US20240154994A1 (en) | Automated system access review using inter-system mappings |
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 |