CN114651236A - Resource deleting method, device, equipment and storage medium - Google Patents

Resource deleting method, device, equipment and storage medium Download PDF

Info

Publication number
CN114651236A
CN114651236A CN202080077989.XA CN202080077989A CN114651236A CN 114651236 A CN114651236 A CN 114651236A CN 202080077989 A CN202080077989 A CN 202080077989A CN 114651236 A CN114651236 A CN 114651236A
Authority
CN
China
Prior art keywords
resource
referenced
target
condition
deleting
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
CN202080077989.XA
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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Publication of CN114651236A publication Critical patent/CN114651236A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a resource deleting method, device, equipment and storage medium, and relates to the technical field of Internet of things. The method comprises the following steps: the method comprises the steps that the Internet of things equipment determines target resources to be deleted; under the condition that the target resource is a set resource, the Internet of things equipment acquires a first quoted resource; and under the condition that the first quoted resource meets the first condition, the Internet of things equipment deletes the target resource and the first quoted resource. Compared with the prior art that all the quoted resources included in the set resources are deleted together when the set resources are deleted, the technical scheme provided by the embodiment of the application firstly analyzes and processes the quoted resources included in the set resources when the set resources are deleted, and deletes the quoted resources under the condition that the quoted resources can be deleted, so that more detailed and sufficient consideration is carried out in the resource deleting process, the influence on other resources caused by mistaken deletion of the quoted resources is avoided, and the normal and reliable operation of the Internet of things system is ensured.

Description

Resource deleting method, device, equipment and storage medium Technical Field
The present disclosure relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a storage medium for deleting a resource.
Background
Internet of things device management methods based on REST (Representational State Transfer) architecture are becoming more popular. Under the REST architecture, things in the physical world (such as devices) can be described in a manner of using resources (resources), and resources are operated in a manner of CURDN (including create, update, retrieve, delete, notification).
In the resource description process, an aggregate resource named collection is defined. An aggregate resource may include one or more referenced resources, which may be either aggregate resources or non-aggregate resources. Under the REST architecture, each resource has its own resource attribute, which includes: resource identification, resource type, and interface. For example, the resource identifier may be represented by uri (uniform resource identifier); the resource type may be represented by rt (resource type); an interface may be represented by if (interface). In addition, a links attribute exists for the set resource. An aggregate resource may add a URI that references the resource to the links attribute of the aggregate resource using the linkadd interface in the IF attribute.
Under the REST architecture, since the set resource includes at least one reference resource, further research is required for the deletion process of the set resource.
Disclosure of Invention
The embodiment of the application provides a resource deleting method, device, equipment and storage medium. The technical scheme is as follows:
on one hand, the embodiment of the application provides a resource deleting method, which is applied to equipment of the internet of things, and the method comprises the following steps:
determining target resources to be deleted;
acquiring a first reference resource under the condition that the target resource is an aggregate resource, wherein the first reference resource is a reference resource of the target resource;
deleting the target resource and the first referenced resource if the first referenced resource satisfies a first condition that includes the first referenced resource not being referenced by a resource other than the target resource.
On the other hand, an embodiment of the present application provides a resource deletion method, which is applied to a terminal device, and the method includes:
sending a resource deleting request to the Internet of things equipment, wherein the resource deleting request is a request for deleting target resources in the Internet of things equipment by the terminal equipment;
wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
In another aspect, an embodiment of the present application provides a resource deleting device, which is applied to an internet of things device, where the device includes:
the resource determining module is used for determining target resources to be deleted;
a resource obtaining module, configured to obtain a first referenced resource when the target resource is an aggregate resource, where the first referenced resource is a referenced resource of the target resource;
a resource deleting module, configured to delete the target resource and the first referenced resource when the first referenced resource satisfies a first condition, where the first condition includes that the first referenced resource is not referenced by a resource other than the target resource.
In another aspect, an embodiment of the present application provides a resource deleting apparatus, which is applied to a terminal device, and the apparatus includes:
the request sending module is used for sending a resource deleting request to the Internet of things equipment, wherein the resource deleting request is a request for deleting target resources in the Internet of things equipment by the terminal equipment;
wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
In a further aspect, an embodiment of the present application provides an internet of things device, where the internet of things device includes a processor and a transceiver connected to the processor; wherein:
the processor is used for determining a target resource to be deleted;
the processor is further configured to obtain a first referenced resource when the target resource is an aggregate resource, where the first referenced resource is a referenced resource of the target resource;
the processor is further configured to delete the target resource and the first referenced resource if the first referenced resource satisfies a first condition, where the first condition includes that the first referenced resource is not referenced by a resource other than the target resource.
In a further aspect, an embodiment of the present application provides a terminal device, where the terminal device includes a processor and a transceiver connected to the processor; wherein:
the transceiver is used for sending a resource deletion request to the internet of things equipment, wherein the resource deletion request is a request for deleting target resources in the internet of things equipment by the terminal equipment;
wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
In a further aspect, an embodiment of the present application provides a computer-readable storage medium, where a computer program is stored in the storage medium, and the computer program is used for being executed by a processor of an internet of things device, so as to implement the method for deleting resources on the internet of things device side.
In a further aspect, an embodiment of the present application provides a computer-readable storage medium, where a computer program is stored in the storage medium, and the computer program is used for being executed by a processor of a terminal device to implement the method for deleting resources on the terminal device side.
In a further aspect, an embodiment of the present application provides a chip, where the chip includes a programmable logic circuit and/or a program instruction, and when the chip runs on an internet of things device, the chip is configured to implement the resource deletion method on the internet of things device side as described above.
In a further aspect, an embodiment of the present application provides a chip, where the chip includes a programmable logic circuit and/or a program instruction, and when the chip runs on a terminal device, the chip is configured to implement the resource deletion method on the terminal device side as described above.
The technical scheme provided by the embodiment of the application can have the following beneficial effects:
under the condition that the target resource to be deleted is determined and is a set resource, the reference resource of the target resource is obtained, and under the condition that the reference resource meets the condition, the reference resource is deleted; compared with the prior art that all the quoted resources included in the set resources are deleted together when the set resources are deleted, the technical scheme provided by the embodiment of the application firstly analyzes and processes the quoted resources included in the set resources when the set resources are deleted, and deletes the quoted resources under the condition that the quoted resources can be deleted, so that more detailed and sufficient consideration is carried out in the resource deleting process, the influence on other resources caused by mistaken deletion of the quoted resources is avoided, and the normal and reliable operation of the Internet of things system is ensured.
Drawings
FIG. 1 is a schematic illustration of an implementation environment provided by an embodiment of the present application;
FIG. 2 is a flow diagram of a resource deletion method provided by an embodiment of the present application;
FIG. 3 is a flowchart of a resource deletion method according to another embodiment of the present application;
FIG. 4 is a flow diagram of a resource deletion method according to yet another embodiment of the present application;
FIG. 5 is a flow diagram of a resource deletion method according to another embodiment of the present application;
FIG. 6 is a block diagram of a resource deletion apparatus according to an embodiment of the present application;
fig. 7 is a block diagram of a resource deletion apparatus according to another embodiment of the present application;
fig. 8 is a block diagram of a resource deletion apparatus according to another embodiment of the present application;
fig. 9 is a schematic structural diagram of an internet of things device provided in an embodiment of the present application;
fig. 10 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
In an internet of things system architecture, all physical objects, functional objects and the like are described by using resources. For example, a refrigerator is a resource, and a switch of the refrigerator is also a resource. In the resource description process, two resource types are defined: an aggregated resource and a non-aggregated resource. The set resource refers to a linked set of multiple reference resources, the reference resource refers to a resource referenced by the set resource, one set resource may include one or more reference resources, and the reference resource may be a set resource or a non-set resource. A referenced resource may also be referred to as a "linked resource" or by other names, which are not limited in this application. Typically the referenced resource in the collection resource is just a link (link) that points to the real address of the referenced resource in the network. Alternatively, a reference resource of a set of resources may or may not be on the same physical device as the set of resources.
Whether an aggregate resource or a non-aggregate resource, contains three attributes of a resource identification, a resource type, and an interface. The resource identification attribute is used for identifying the name of the resource, and the resource identification attribute allows a client (client) to perform interactive operation on the resource through a specific protocol. The resource type attribute is used to indicate the type of the resource. Generally, a resource type is defined in an internet of things technology system, and then different domains, different devices, and different resources can instantiate the resource type. The interface attribute is used to indicate which way the resource can be operated, e.g., by different interfaces such as create and delete.
For an aggregate resource, a link attribute is also included, the link attribute indicating the relationship between the aggregate resource and the referenced resource to which it refers, and the uri of the referenced resource is included in the link attribute. Generally, a linkadd (link addition) interface also exists in the interface attribute of the aggregate resource, and the linkadd interface can add an existing resource to the aggregate resource to serve as a reference resource of the aggregate resource. It should be noted that the linkadd interface adds an uri referencing a resource to the link attribute of the aggregate resource. If the interface attribute of an aggregate resource contains a create interface, the client can create a new referenced resource by using the create interface, the aggregate resource can directly reference the new referenced resource, and in addition, the new referenced resource can also be referenced by other resources except the aggregate resource. In addition, if the if attribute of the resource includes a delete interface, it indicates that the resource is deletable, so if the client needs to delete a referenced resource created using the create interface in the set resource, it needs to add the delete interface to the referenced resource when creating the referenced resource.
In one example, a non-aggregate resource is deleted directly through the delete interface of the non-aggregate resource, however, for an aggregate resource, since the aggregate resource includes at least one reference resource, when the aggregate resource is deleted through the delete interface of the aggregate resource, the reference resource in the aggregate resource also needs to be deleted recursively. Assuming that an assembly resource a is created through a create interface of a certain resource, and the assembly resource a includes a delete interface and a create interface, then an assembly resource B is created through the create interface of the assembly resource a, the assembly resource a includes the assembly resource B, then the assembly resource B is referred to the assembly resource C through a linkadd interface of the assembly resource C, and the assembly resource C also includes the assembly resource B, at this time, the client deletes the assembly resource a through the delete interface of the assembly resource a, and if the assembly resource a is deleted while the assembly resource B created through the create interface of the assembly resource a is deleted together, it is obvious that the use of the assembly resource C is directly influenced, thereby influencing the management of the internet of things device and the normal operation of the internet of things system.
In the technical solution provided in the embodiment of the present application, when a set resource is deleted through a delete interface, a reference resource of the set resource is obtained first, and then the set resource and the reference resource are deleted when the reference resource meets a set condition, where the set condition includes that the reference resource is not referred by other resources except the set resource. According to the method and the device, when the set resource is deleted, the characteristics of the quoted resource of the set resource are fully considered, so that the use of other resources except the set resource cannot be influenced when the set resource is deleted through the delete interface, the problems are solved, the influence on other resources caused by the mistaken deletion of the quoted resource is avoided, and the normal and reliable operation of the Internet of things system is ensured.
The technical solution of the present application will be described below by means of several embodiments.
Referring to fig. 1, a schematic diagram of an implementation environment provided by an embodiment of the present application is shown, where the implementation environment may include: the terminal device 11, the first internet of things device 12 and the second internet of things device 13. The implementation environment may be an internet of things system.
The terminal device 11 may include various handheld devices (e.g., Mobile phones, tablet computers, etc.) having wireless communication functions, vehicle-mounted devices, wearable devices, computing devices or other processing devices connected to wireless modems, as well as various forms of User Equipment (UE), Mobile Stations (MS), and so on. For convenience of description, in the embodiments of the present application, the above-mentioned devices are collectively referred to as a terminal.
The first internet of things device 12 may store an aggregate resource or a non-aggregate resource. In the case where an aggregate resource is stored in the first internet-of-things device 12, the aggregate resource includes a link (link) to a reference resource stored on the second internet-of-things device 13. The specific implementation form of the first internet of things device 12 may also be different in different application scenarios. For example, in a home internet of things system, the first internet of things device 12 may be a router; for another example, in the cloud platform-based internet of things system, the first internet of things device 12 may be a server in the cloud. In this embodiment, a specific representation form of the first internet of things device 12 is not limited, and any device storing aggregated resources and/or non-aggregated resources may be used as the first internet of things device 12.
The second networked device 13 may have a referenced resource stored therein. One aggregation resource may include one or more reference resources, and the reference resources may be aggregation resources or non-aggregation resources. The second networking device 13 may be an access device in an internet of things system, such as a terminal device, an intelligent home device, or other devices with network access capability, which is not limited in this embodiment of the present application.
The terminal device 11 may communicate with the first internet of things device 12 through a wireless or wired network, and the first internet of things device 12 may also communicate with the second internet of things device 13 through a wireless or wired network. In addition, the number of the first internet of things devices 12 may be one or multiple; the number of the second networked devices 13 may be one or more.
It should be noted that the referenced resource may be on the same internet of things device as the aggregated resource, or may not be on the same internet of things device, and the referenced resource may be an aggregated resource or a non-aggregated resource. That is, the first internet of things device 12 and the second internet of things device 13 may be the same internet of things device or two different internet of things devices. However, the following method flow provided in the embodiment of the present application is applicable to the first internet of things device 12 and the second internet of things device 13, which are the same internet of things device, or two different internet of things devices.
In an example, taking a home internet of things system as an example, the terminal device 11 may be a mobile phone used by a user, the first internet of things device 12 may be a router, and the second internet of things device 13 may be a smart home device such as a smart television, a smart sound box, a smart air conditioner, a smart lamp, a smart door/window, a smart curtain, and a smart socket. Optionally, a client (client) may be installed and operated in the terminal device 11, and the client may be capable of initiating a resource deletion request to the first internet of things device 12, such as a deletion request for an aggregated resource or a deletion request for a non-aggregated resource. In the case where the non-aggregate resources stored in the first internet of things device 12 are non-aggregate resources, the first internet of things device 12 may directly delete the non-aggregate resources after receiving the resource deletion request. In the case that the aggregate resources are stored in the first internet of things device 12, after receiving the resource deletion request, the first internet of things device 12 may delete the aggregate resources and the reference resources stored in the second internet of things device 13, and for a specific deletion process, please refer to the following method example, which is not described herein again.
Referring to fig. 2, a flowchart of a resource deletion method provided by an embodiment of the present application is shown, and the method may be applied to the implementation environment shown in fig. 1. The method comprises the following steps (210-230):
step 210, the internet of things device determines a target resource to be deleted.
The target resource refers to a resource to be deleted, and the target resource can be a collective resource or a non-collective resource; the number of the target resource may be one or multiple, and the specific number and resource type of the target resource are not limited in the embodiment of the application. In the embodiment of the application, the target resource to be deleted can be determined by the internet of things device. Optionally, the internet of things device may determine the target resource to be deleted according to the request of the terminal device, for example, the internet of things device receives the resource deletion request of the terminal device, and determines the target resource to be deleted according to the resource deletion request; the internet of things equipment can also determine the target resource to be deleted by itself according to the state of the resource managed by the internet of things equipment, for example, the internet of things equipment determines the resource which is not used in the last 48 hours as the target resource to be deleted according to the state of the resource managed by the internet of things equipment. According to the method and the device, the target resource is determined in multiple modes, the flexibility of determining the target resource by the Internet of things equipment can be improved, and the resource management efficiency is improved.
In one example, as shown in FIG. 3, the method further comprises the following steps (212-214):
in step 212, the terminal device sends a resource deletion request to the internet of things device.
Optionally, in order to enable the internet of things device to conveniently and quickly master the target resource to be deleted, the resource deletion request sent by the terminal device may include a resource identifier of the target resource, so that after receiving the resource deletion request, the internet of things device parses the resource deletion request, and then may obtain information of the target resource to be deleted.
Step 214, in the case that the resource deletion request meets the third condition, the internet of things device executes the step of deleting the target resource.
In the embodiment of the application, after the internet of things device receives the resource deletion request, the resource deletion request can be detected to determine whether the requester can delete the target resource. Optionally, the internet of things device may execute the step of deleting the target resource by detecting whether the resource deletion request satisfies the third condition, and in a case that the resource deletion request satisfies the third condition. Wherein the third condition is a condition for determining that the requester can delete the target resource, optionally, the third condition includes but is not limited to: the target resource supports the deletion interface, and the requester has the right to delete the target resource. The requester is a party that sends the resource deletion request, and for example, the requester may be the terminal device described in the embodiment of the implementation environment. The determination method of the third condition is not limited in the embodiment of the application, and optionally, the third condition may be predefined by a protocol, or may be specifically determined by the internet of things device according to the resource condition, the actual security requirement, and the like.
In the case that the target resource is an aggregated resource, the internet of things device may execute the step of deleting the target resource when determining that the resource deletion request satisfies the third condition, but since the aggregated resource includes at least one reference resource, in order to take more detailed and sufficient consideration into consideration, the reference resource of the target resource needs to be further analyzed, and then the internet of things device may execute step 210 and the following steps to delete the reference resource of the target resource. In the embodiment of the present application, the execution sequence of step 210 and step 214 is not limited, and step 210 may be executed simultaneously with step 214, may be executed before step 214, and may also be executed after step 214.
Step 220, in the case that the target resource is the set resource, the internet of things device obtains the first reference resource.
In the embodiment of the application, after the internet of things device determines the target resource to be deleted, or while the internet of things device determines the target resource to be deleted, whether the target resource is the collective resource or not can be determined, and the specific time for determining whether the target resource is the collective resource or not by the internet of things device is not limited in the embodiment of the application. Optionally, when it is determined that the target resource is a non-aggregated resource, the internet of things device may delete the target resource, and delete the resource attribute of the target resource at the same time. Optionally, in a case that the target resource is referred to by another resource, the internet of things device deletes the target resource, and at the same time, deletes the reference relationship of the target resource included in the resource attribute of the target resource. Under the condition that the target resource is determined to be the set resource, the set resource comprises at least one reference resource, and in order to comprehensively analyze the reference resource of the target resource and avoid the influence on other resources except the target resource when the target resource is deleted subsequently, the internet of things equipment can obtain the first reference resource first. The target resource may include at least one referenced resource, and the embodiment of the present application only exemplifies a first referenced resource, where the first referenced resource may be any one referenced resource of the target resource, and the step of deleting other referenced resources of the target resource may be obtained by analogy with reference to the step of deleting the first referenced resource. Optionally, the first referenced resource may be an aggregated resource or a non-aggregated resource, and the resource type of the first referenced resource is not limited in this embodiment of the application.
Step 230, in a case that the first quoted resource meets the first condition, the internet of things device deletes the target resource and the first quoted resource.
After the internet of things device acquires the first reference resource, the first reference resource can be detected to determine whether deleting the first reference resource affects other resources except the target resource. Optionally, the internet of things device may determine that deleting the first referenced resource does not affect other resources except the target resource by detecting whether the first referenced resource meets a first condition or not, and when the first referenced resource meets the first condition, the internet of things device may delete the target resource and the first referenced resource. Optionally, the first condition includes that the first referenced resource is not referenced by a resource other than the target resource. If the first referenced resource is referenced by a resource other than the target resource, then it is stated that deleting the first referenced resource will have an impact on the normal use of the other resource. Optionally, in order to more reliably and accurately determine whether the first referenced resource can be deleted and whether deleting the first referenced resource affects the use of other resources, the first condition further includes at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource. The requester is the party that sends the resource deletion request. The determining mode of the first condition is not limited in the embodiment of the application, and optionally, the first condition may be predefined by a protocol, or may be specifically determined by the internet of things device according to the resource condition, the actual security requirement, and the like.
Illustratively, in order to provide a way of specifically determining whether the first condition is satisfied, the step 220 further includes: the method comprises the steps that the Internet of things equipment detects whether a first quoted resource supports interface deletion; under the condition that the first quoted resource supports the deletion of the interface, the Internet of things equipment detects whether a requester has the right to delete the first quoted resource; under the condition that a requester has the right to delete a first referenced resource, the Internet of things equipment detects whether the first referenced resource is referenced by other resources except the target resource; under the condition that the first reference resource is not referenced by other resources except the target resource, the Internet of things equipment detects whether the first reference resource is created through a creation interface of the target resource; in a case where the first referenced resource is created through a creation interface of the target resource, it is determined that the first referenced resource satisfies a first condition. It should be noted that this exemplary embodiment only shows one possible order for detecting whether the first cited resource satisfies the first condition, and those skilled in the art will easily understand other orders for detecting whether the first cited resource satisfies the first condition after understanding the technical solutions of the embodiments of the present application, and other contents that may be included in the first condition, but all shall fall within the scope of the present application.
In the embodiment of the application, the internet of things device executes the step of deleting the target resource and the first quoted resource when the first quoted resource meets the first condition. When the target resource is deleted by the internet of things device, the resource attribute of the target resource is deleted, optionally, when the target resource is referred by other resources, the internet of things device deletes the target resource, and simultaneously deletes the reference relation of the target resource included in the resource attribute of the target resource; when the internet of things equipment deletes the first referenced resource, the resource attribute of the first referenced resource and the reference relation between the target resource and the first referenced resource contained in the resource attribute of the target resource are deleted. And the reference relation of the target resource comprises the reference relation between the target resource and the first reference resource. Optionally, the internet of things device may delete the target resource and the first referenced resource at the same time; or deleting the first reference resource first and then deleting the target resource; the target resource can also be deleted first, and then the first quoted resource is deleted, and the sequence of deleting the first quoted resource and the target resource by the internet of things equipment is not limited in the embodiment of the application. For example, the internet of things device may delete the target resource when it is determined that the resource deletion request satisfies the third condition, then determine whether the first referenced resource satisfies the first condition, and delete the first referenced resource when the first referenced resource satisfies the first condition.
Optionally, as shown in fig. 4, in order to ensure that the deletion of the target resource does not affect other resources except the target resource, after the step 220, a step 232 is further included: and under the condition that the first quoted resource does not meet the first condition, the target resource is deleted by the Internet of things equipment, and the first quoted resource is reserved and not deleted. In the embodiment of the application, the first quoted resource does not meet the first condition, that is, the deletion of the first quoted resource is indicated, and other resources except the target resource are also affected, at this time, the internet of things device executes the step of deleting the target resource and reserving the first quoted resource for not deleting, that is, the internet of things device deletes the target resource and deletes the quoted relation between the target resource and the first quoted resource, but because the internet of things device reserves the first quoted resource for not deleting, other resources except the target resource are not affected, for example, other set resources which quote the first quoted resource are not affected.
In one example, as shown in FIG. 5, the method further comprises the following steps (240-250):
and 240, acquiring the second referenced resource under the condition that the first referenced resource is determined to be deleted and the first referenced resource is the collection resource.
In practical application, a situation that a referenced resource of a certain set resource is still a set resource may occur, and the embodiment of the present application provides a corresponding resource deletion method for the situation. The method comprises the steps that the IOT equipment acquires a second reference resource under the condition that the target resource is determined to be an aggregate resource, the reference resource (namely, the first reference resource) of the target resource is also the aggregate resource, and the reference resource (namely, the first reference resource) of the target resource is determined to be deleted, wherein the second reference resource is the reference resource of the first reference resource.
It should be noted that, when the first referenced resource is an aggregate resource, the first referenced resource may include one or more referenced resources, and the second referenced resource may be any one of the referenced resources of the first referenced resource, in this embodiment, the deletion step of the second referenced resource is merely used as an example for illustration, and the deletion step of other referenced resources of the first referenced resource may be obtained by analogy with reference to the deletion step of the second referenced resource.
And 250, deleting the second reference resource under the condition that the second reference resource meets a second condition.
After the internet of things equipment acquires the second quoted resource, the second quoted resource can be detected to determine whether deleting the second quoted resource affects other resources except the first quoted resource. Optionally, the internet of things device may determine that deleting the second referenced resource does not affect other resources except the first referenced resource by detecting whether the second referenced resource satisfies a second condition, where the second referenced resource satisfies the second condition, so that the internet of things device may delete the second referenced resource. Optionally, the second condition includes that the second referenced resource is not referenced by a resource other than the first referenced resource. If the second referenced resource is referenced by a resource other than the first referenced resource, then it is stated that deleting the second referenced resource will have an impact on the normal use of the other resource. Optionally, in order to more reliably and accurately determine whether the second referenced resource can be deleted and whether deleting the second referenced resource may affect the use of other resources, the second condition further includes at least one of: the second referenced resource supports a deletion interface, the requester has the right to delete the second referenced resource, and the second referenced resource is created through the creation interface of the first referenced resource. That is, the second condition may be the same as the substance of the first condition described above, except that the first condition is used to determine that deleting the first referenced resource does not affect the other resources except the target resource, and the second condition is used to determine that deleting the second referenced resource does not affect the other resources except the first referenced resource. Optionally, the second condition may also be different from the substance of the first condition, for example, the second condition may only include that the second referenced resource is not referenced by other resources besides the first referenced resource, and the embodiment of the present application does not limit the specific content of the second condition, nor the relationship between the second condition and the first condition. Optionally, the second condition may be predefined by a protocol, or may be specifically determined by the internet of things device according to a resource condition, an actual security requirement, and the like.
Optionally, as shown in fig. 5, in order to further ensure that deleting the second referenced resource does not affect other resources except the first referenced resource, after the step 240, the method further includes a step 252: and under the condition that the second quoted resource does not meet the second condition, the Internet of things equipment deletes the first quoted resource and reserves the second quoted resource for not deleting. That is, the internet of things device deletes the first referenced resource, that is, deletes the reference relationship between the first referenced resource and the second referenced resource, but since the internet of things device reserves the second referenced resource to be not deleted, no influence is exerted on other resources except the first referenced resource, for example, no influence is exerted on other set resources that reference the second referenced resource.
It should be noted that, after understanding the technical solution of the present application, a person skilled in the art will easily think of a resource deletion step executed when the internet of things device determines to delete the second referenced resource, and the second referenced resource is also an aggregated resource, which can be obtained by analogy with steps executed by the internet of things device when the first referenced resource is an aggregated resource, and the embodiment of the present application is not described herein again.
To sum up, in the technical solution provided in the embodiment of the present application, when a target resource to be deleted is determined and the target resource is a set resource, a referenced resource of the target resource is obtained, and when it is determined that the referenced resource meets a condition, the referenced resource is deleted; compared with the prior art that all the quoted resources included in the set resources are deleted together when the set resources are deleted, the technical scheme provided by the embodiment of the application firstly analyzes and processes the quoted resources included in the set resources when the set resources are deleted, and deletes the quoted resources under the condition that the quoted resources can be deleted, so that more detailed and sufficient consideration is carried out in the resource deleting process, the influence on other resources caused by mistaken deletion of the quoted resources is avoided, and the normal and reliable operation of the Internet of things system is ensured.
In addition, according to the technical scheme provided by the embodiment of the application, when the quoted resource of the target resource does not meet the condition, the target resource is deleted, the quoted resource is kept not to be deleted, and when the quoted resource and other resources except the target resource are ensured to have a quoted relation, the deletion of the target resource does not affect other resources, so that the influence on other resources caused by the mistaken deletion of the quoted resource is avoided, and the normal and reliable operation of the internet of things system is ensured.
In addition, according to the technical scheme provided by the embodiment of the application, when the referenced resource of the first referenced resource, that is, the second referenced resource, is also an aggregate resource, if it is determined that the first referenced resource is deleted, the internet of things device firstly detects the second referenced resource, and executes corresponding resource deletion steps when the second referenced resource meets the second condition and does not meet the second condition, so that a specific way for recursively deleting the target resource is provided for the situation that the referenced resource of the target resource belonging to the aggregate resource is also an aggregate resource.
It should be noted that, in the embodiment of the method, the technical solution of the present application is introduced and explained mainly from the perspective of interaction between the terminal device and the internet of things device. The steps related to the Internet of things equipment can be independently realized to become a resource deleting method at the side of the Internet of things equipment; the steps executed by the terminal device can be realized as a resource deleting method on the terminal device side.
The following are embodiments of the apparatus of the present application that may be used to perform embodiments of the method of the present application. For details which are not disclosed in the embodiments of the apparatus of the present application, reference is made to the embodiments of the method of the present application.
Referring to fig. 6, a block diagram of a resource deleting apparatus according to an embodiment of the present application is shown. The device has the function of realizing the method example of the Internet of things equipment side, and the function can be realized by hardware or by executing corresponding software by hardware. The device can be the thing networking device introduced above, also can set up in thing networking device. As shown in fig. 6, the apparatus 600 may include: resource determination module 610, resource acquisition module 620, and resource deletion module 630.
A resource determining module 610, configured to determine a target resource to be deleted.
A resource obtaining module 620, configured to obtain a first referenced resource when the target resource is an aggregate resource, where the first referenced resource is a referenced resource of the target resource.
A resource deleting module 630, configured to delete the target resource and the first referenced resource if the first referenced resource satisfies a first condition, where the first condition includes that the first referenced resource is not referenced by a resource other than the target resource.
Optionally, the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
Optionally, as shown in fig. 7, the apparatus 600 further includes a resource detection module 640, configured to: detecting whether the first referenced resource supports the delete interface; detecting whether the requester has the authority to delete the first referenced resource under the condition that the first referenced resource supports the deletion interface; detecting whether the first referenced resource is referenced by other resources except the target resource under the condition that the requester has the authority of deleting the first referenced resource; in the case that the first referenced resource is not referenced by a resource other than the target resource, detecting whether the first referenced resource is created through a creation interface of the target resource; determining that the first referenced resource satisfies the first condition if the first referenced resource was created through a create interface of the target resource.
Optionally, the resource deleting module is further configured to delete the target resource and keep the first referenced resource from being deleted, if the first referenced resource does not satisfy the first condition.
Optionally, the resource deleting module 630 is further configured to, if it is determined that the first referenced resource is deleted and the first referenced resource is an aggregated resource, obtain a second referenced resource, where the second referenced resource is a referenced resource of the first referenced resource; the resource deleting module 630 is further configured to delete the second referenced resource if the second referenced resource satisfies a second condition, where the second condition includes that the second referenced resource is not referenced by a resource other than the first referenced resource.
Optionally, as shown in fig. 7, the apparatus 600 further includes: a request receiving module 650, configured to receive a resource deletion request, where the resource deletion request is used to request to delete the target resource; the resource deleting module 630 is further configured to execute the step of deleting the target resource when the resource deleting request meets a third condition; and the third condition comprises that the target resource supports a deletion interface, and the requester has the right to delete the target resource.
To sum up, in the technical solution provided in the embodiment of the present application, when a target resource to be deleted is determined and the target resource is a set resource, a referenced resource of the target resource is obtained, and when it is determined that the referenced resource meets a condition, the referenced resource is deleted; compared with the prior art that all the quoted resources included in the set resources are deleted together when the set resources are deleted, the technical scheme provided by the embodiment of the application firstly analyzes and processes the quoted resources included in the set resources when the set resources are deleted, and deletes the quoted resources under the condition that the quoted resources can be deleted, so that more detailed and sufficient consideration is carried out in the resource deleting process, the influence on other resources caused by mistaken deletion of the quoted resources is avoided, and the normal and reliable operation of the Internet of things system is ensured.
Referring to fig. 8, a block diagram of a resource deleting apparatus according to an embodiment of the present application is shown. The device has the function of realizing the method example of the terminal equipment side, and the function can be realized by hardware or by executing corresponding software by hardware. The apparatus may be the terminal device described above, or may be provided in the terminal device. As shown in fig. 8, the apparatus 800 may include: a request sending module 810.
A request sending module 810, configured to send a resource deletion request to internet of things equipment, where the resource deletion request is a request for the terminal equipment to delete a target resource in the internet of things equipment; wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
Optionally, the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
To sum up, according to the technical solution provided by the embodiment of the present application, the terminal device sends the resource deletion request to the internet of things device, and the internet of things device executes the step of deleting the target resource when the resource deletion request meets the third condition, so as to provide a manner of determining the target resource and deleting the target resource. In addition, in the technical scheme provided by the embodiment of the application, the resource deletion request can include the resource identifier of the target resource, so that the internet of things equipment can conveniently and quickly master the target resource to be deleted, and the efficiency of resource management is improved.
It should be noted that, when the apparatus provided in the foregoing embodiment implements the functions thereof, only the division of the above functional modules is illustrated, and in practical applications, the above functions may be distributed by different functional modules according to actual needs, that is, the content structure of the device is divided into different functional modules, so as to complete all or part of the functions described above.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Please refer to fig. 9, which illustrates a schematic structural diagram of an internet of things device 90 according to an embodiment of the present application. The internet of things device 90 may be the first internet of things device and the second internet of things device described above. That is, the internet of things device 90 may be a device for storing aggregated resources and/or non-aggregated resources in the internet of things system, or may be a device for storing referenced resources in the internet of things system. This internet of things device 90 may include: a processor 91, a receiver 92, a transmitter 93, a memory 94 and a bus 95.
The processor 91 includes one or more processing cores, and the processor 91 executes various functional applications and information processing by executing software programs and modules.
The receiver 92 and the transmitter 93 may be implemented as a transceiver 96, and the transceiver 96 may be a communication chip.
The memory 94 is connected to the processor 91 by a bus 95.
The memory 94 may be used for storing a computer program, and the processor 91 is used for executing the computer program to implement the steps performed by the internet of things device in the above method embodiment.
Further, memory 94 may be implemented by any type or combination of volatile or non-volatile storage devices, including, but not limited to: RAM (Random-Access Memory) and ROM (Read-Only Memory), EPROM (Erasable Programmable Read-Only Memory), EEPROM (Electrically Erasable Programmable Read-Only Memory), flash Memory or other solid state storage technology, CD-ROM (Compact Disc Read-Only Memory), DVD (Digital Video Disc) or other optical storage, magnetic tape cartridge, magnetic tape, magnetic disk storage or other magnetic storage devices. Wherein:
the processor 91 is configured to determine a target resource to be deleted; acquiring a first reference resource under the condition that the target resource is a set resource, wherein the first reference resource is a reference resource of the target resource; deleting the target resource and the first referenced resource if the first referenced resource satisfies a first condition that includes the first referenced resource not being referenced by a resource other than the target resource.
Optionally, the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
Optionally, the processor 91 is further configured to detect whether the first referenced resource supports the delete interface; detecting whether the requester has the authority to delete the first referenced resource under the condition that the first referenced resource supports the deletion interface; detecting whether the first referenced resource is referenced by other resources except the target resource under the condition that the requester has the authority of deleting the first referenced resource; in the case that the first referenced resource is not referenced by a resource other than the target resource, detecting whether the first referenced resource is created through a creation interface of the target resource; determining that the first referenced resource satisfies the first condition if the first referenced resource was created through a create interface of the target resource.
Optionally, the processor 91 is further configured to delete the target resource and leave the first referenced resource undeleted if the first referenced resource does not satisfy the first condition.
Optionally, the processor 91 is further configured to, in a case that it is determined that the first referenced resource is deleted and the first referenced resource is an aggregated resource, obtain a second referenced resource, where the second referenced resource is a referenced resource of the first referenced resource; deleting the second referenced resource if the second referenced resource satisfies a second condition that includes the second referenced resource not being referenced by a resource other than the first referenced resource.
Optionally, the transceiver 96 is configured to receive a resource deletion request, where the resource deletion request is used to request to delete the target resource; the processor 91 is further configured to execute the step of deleting the target resource if the resource deletion request satisfies a third condition; and the third condition comprises that the target resource supports a deletion interface, and the requester has the right to delete the target resource.
Referring to fig. 10, a schematic structural diagram of a terminal device 100 according to an embodiment of the present application is shown. The terminal device 100 may include: a processor 101, a receiver 102, a transmitter 103, a memory 104, and a bus 105.
The processor 101 includes one or more processing cores, and the processor 101 executes various functional applications and information processing by running software programs and modules.
The receiver 102 and the transmitter 103 may be implemented as one transceiver 106, and the transceiver 106 may be one communication chip.
The memory 104 is connected to the processor 101 through a bus 105.
The memory 104 may be used to store a computer program for execution by the processor 101 to implement the steps performed by the terminal device in the above-described method embodiments.
Further, the memory 104 may be implemented by any type or combination of volatile or non-volatile storage devices, including but not limited to: RAM (Random-Access Memory) and ROM (Read-Only Memory), EPROM (Erasable Programmable Read-Only Memory), EEPROM (Electrically Erasable Programmable Read-Only Memory), flash Memory or other solid state storage technology, CD-ROM (Compact Disc Read-Only Memory), DVD (Digital Video Disc) or other optical storage, magnetic tape cartridge, magnetic tape, magnetic disk storage or other magnetic storage devices. Wherein:
the transceiver 106 is configured to send a resource deletion request to an internet of things device, where the resource deletion request is a request for the terminal device to delete a target resource in the internet of things device; wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
Optionally, the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through the creation interface of the target resource.
The embodiment of the application provides a computer-readable storage medium, wherein a computer program is stored in the storage medium, and the computer program is used for being executed by a processor of an internet of things device so as to realize the resource deleting method of the internet of things device side.
An embodiment of the present application provides a computer-readable storage medium, where a computer program is stored in the storage medium, and the computer program is used for being executed by a processor of a terminal device, so as to implement the resource deletion method on the terminal device side.
The embodiment of the application provides a chip, which comprises a programmable logic circuit and/or a program instruction, and when the chip runs on the equipment of the internet of things, the chip is used for realizing the resource deleting method on the side of the equipment of the internet of things.
In a further aspect, an embodiment of the present application provides a chip, where the chip includes a programmable logic circuit and/or a program instruction, and when the chip runs on a terminal device, the chip is configured to implement the resource deletion method on the terminal device side as described above.
The application also provides a computer program product, and when the computer program product runs on a processor of the internet of things equipment, the internet of things equipment executes the resource deleting method on the side of the internet of things equipment.
The application also provides a computer program product, which enables the terminal device to execute the resource deleting method of the terminal device side when the computer program product runs on a processor of the terminal device.
Those skilled in the art will recognize that, in one or more of the examples described above, the functions described in the embodiments of the present application may be implemented in hardware, software, firmware, or any combination thereof. When implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The above description is only exemplary of the application and should not be taken as limiting the application, and any modifications, equivalents, improvements and the like that are made within the spirit and principle of the application should be included in the protection scope of the application.

Claims (20)

  1. A resource deleting method is applied to Internet of things equipment, and the method comprises the following steps:
    determining target resources to be deleted;
    acquiring a first reference resource under the condition that the target resource is a set resource, wherein the first reference resource is a reference resource of the target resource;
    deleting the target resource and the first referenced resource if the first referenced resource satisfies a first condition that includes the first referenced resource not being referenced by a resource other than the target resource.
  2. The method of claim 1, wherein the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
  3. The method of claim 2, wherein after obtaining the first referenced resource, further comprising:
    detecting whether the first referenced resource supports the delete interface;
    detecting whether the requester has the authority to delete the first referenced resource under the condition that the first referenced resource supports the deletion interface;
    detecting whether the first referenced resource is referenced by other resources except the target resource under the condition that the requester has the authority of deleting the first referenced resource;
    in the case that the first referenced resource is not referenced by a resource other than the target resource, detecting whether the first referenced resource is created through a creation interface of the target resource;
    determining that the first referenced resource satisfies the first condition if the first referenced resource was created through a create interface of the target resource.
  4. The method according to any one of claims 1 to 3, wherein after the obtaining the first referenced resource, further comprising:
    in the case that the first referenced resource does not satisfy the first condition, deleting the target resource and leaving the first referenced resource undeleted.
  5. The method according to any one of claims 1 to 4, further comprising:
    obtaining a second referenced resource in the case that the first referenced resource is determined to be deleted and the first referenced resource is a collection resource, wherein the second referenced resource is a referenced resource of the first referenced resource;
    deleting the second referenced resource if the second referenced resource satisfies a second condition that includes the second referenced resource not being referenced by a resource other than the first referenced resource.
  6. The method according to any one of claims 1 to 5, further comprising:
    receiving a resource deleting request, wherein the resource deleting request is used for requesting to delete the target resource;
    executing the step of deleting the target resource in case that the resource deletion request satisfies a third condition;
    and the third condition comprises that the target resource supports a deletion interface, and the requester has the right to delete the target resource.
  7. A resource deleting method is applied to a terminal device, and the method comprises the following steps:
    sending a resource deleting request to the Internet of things equipment, wherein the resource deleting request is a request for deleting target resources in the Internet of things equipment by the terminal equipment;
    wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
  8. The method of claim 7, wherein the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
  9. The utility model provides a resource deletion device, its characterized in that is applied to in thing networking equipment, the device includes:
    the resource determining module is used for determining target resources to be deleted;
    a resource obtaining module, configured to obtain a first referenced resource when the target resource is an aggregate resource, where the first referenced resource is a referenced resource of the target resource;
    a resource deleting module, configured to delete the target resource and the first referenced resource when the first referenced resource satisfies a first condition, where the first condition includes that the first referenced resource is not referenced by a resource other than the target resource.
  10. The apparatus of claim 9, wherein the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through the creation interface of the target resource.
  11. The apparatus of claim 10, further comprising a resource detection module configured to:
    detecting whether the first referenced resource supports the delete interface;
    detecting whether the requester has the authority to delete the first referenced resource under the condition that the first referenced resource supports the deletion interface;
    detecting whether the first referenced resource is referenced by other resources except the target resource under the condition that the requester has the authority of deleting the first referenced resource;
    in a case where the first referenced resource is not referenced by a resource other than the target resource, detecting whether the first referenced resource is created through a creation interface of the target resource;
    determining that the first referenced resource satisfies the first condition if the first referenced resource was created through a create interface of the target resource.
  12. The apparatus according to any one of claims 9 to 11,
    the resource deleting module is further configured to delete the target resource and reserve the first referenced resource for non-deletion if the first referenced resource does not satisfy the first condition.
  13. The apparatus according to any one of claims 9 to 12,
    the resource obtaining module is further configured to, if it is determined that the first referenced resource is deleted and the first referenced resource is an aggregated resource, obtain a second referenced resource, where the second referenced resource is a referenced resource of the first referenced resource;
    the resource deleting module is further configured to delete the second referenced resource if the second referenced resource satisfies a second condition, where the second condition includes that the second referenced resource is not referenced by a resource other than the first referenced resource.
  14. The apparatus of any one of claims 9 to 13, further comprising:
    a request receiving module, configured to receive a resource deletion request, where the resource deletion request is used to request to delete the target resource;
    the resource deleting module is further configured to execute the step of deleting the target resource when the resource deleting request meets a third condition;
    and the third condition comprises that the target resource supports a deleting interface, and the requester has the right to delete the target resource.
  15. A resource deleting device is applied to a terminal device, and the device comprises:
    the request sending module is used for sending a resource deleting request to the Internet of things equipment, wherein the resource deleting request is a request of the terminal equipment for deleting target resources in the Internet of things equipment;
    wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
  16. The apparatus of claim 15, wherein the first condition further comprises at least one of: the first referenced resource supports a deletion interface, the requester has the right to delete the first referenced resource, and the first referenced resource is created through a creation interface of the target resource.
  17. The Internet of things equipment is characterized by comprising a processor and a transceiver connected with the processor; wherein:
    the processor is used for determining a target resource to be deleted;
    the processor is further configured to obtain a first referenced resource when the target resource is an aggregate resource, where the first referenced resource is a referenced resource of the target resource;
    the processor is further configured to delete the target resource and the first referenced resource if the first referenced resource satisfies a first condition, where the first condition includes that the first referenced resource is not referenced by a resource other than the target resource.
  18. A terminal device, comprising a processor and a transceiver coupled to the processor; wherein:
    the transceiver is used for sending a resource deletion request to the internet of things equipment, wherein the resource deletion request is a request for deleting target resources in the internet of things equipment by the terminal equipment;
    wherein, in a case where the target resource is an aggregate resource and a first referenced resource of the target resource satisfies a first condition including that the first referenced resource is not referenced by a resource other than the target resource, the target resource and the first referenced resource are deleted.
  19. A computer-readable storage medium, in which a computer program is stored, the computer program being configured to be executed by a processor of an internet of things device to implement the resource deletion method according to any one of claims 1 to 6.
  20. A computer-readable storage medium, characterized in that the storage medium has stored therein a computer program for execution by a processor of a terminal device to implement the resource deletion method of claim 7 or 8.
CN202080077989.XA 2020-02-06 2020-02-06 Resource deleting method, device, equipment and storage medium Pending CN114651236A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/074414 WO2021155529A1 (en) 2020-02-06 2020-02-06 Resource deletion method, apparatus, and device, and storage medium

Publications (1)

Publication Number Publication Date
CN114651236A true CN114651236A (en) 2022-06-21

Family

ID=77199177

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202080077989.XA Pending CN114651236A (en) 2020-02-06 2020-02-06 Resource deleting method, device, equipment and storage medium

Country Status (2)

Country Link
CN (1) CN114651236A (en)
WO (1) WO2021155529A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115016948B (en) * 2022-08-08 2022-11-25 阿里巴巴(中国)有限公司 Resource access method and device, electronic equipment and readable storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8561088B2 (en) * 2008-04-08 2013-10-15 Microsoft Corporation Registering network applications with an API framework
CN103207813B (en) * 2012-01-11 2018-08-14 华为技术有限公司 The method and apparatus for managing resource
CN109992252B (en) * 2017-12-29 2022-12-16 中移物联网有限公司 Data analysis method, terminal, device and storage medium based on Internet of things
CN108805527A (en) * 2018-05-29 2018-11-13 郑州云海信息技术有限公司 A kind of project management method and device

Also Published As

Publication number Publication date
WO2021155529A1 (en) 2021-08-12

Similar Documents

Publication Publication Date Title
US20230319534A1 (en) Cross-resource subscription for m2m service layer
CN110635933B (en) Apparatus, control method, and recording medium for managing network of SDN
CN109964507B (en) Network function management method, management unit and system
KR20190061060A (en) Profile-based content and services
WO2023015816A1 (en) Esim device configuration system, method and apparatus, and storage medium
CN114651236A (en) Resource deleting method, device, equipment and storage medium
US20230045914A1 (en) Method and apparatus for controlling device in internet of things, and gateway device and storage medium
CN113791766B (en) Method for combining data interfaces, electronic device and readable storage medium
CN113434190B (en) Data processing method and device, storage medium and electronic equipment
CN107171915B (en) Communication protocol changing method and device
CN112685102B (en) Gateway plug-in hot loading method, device, equipment and medium
CN111459819B (en) Software testing method and device, electronic equipment and computer readable medium
CN109688204B (en) File downloading method, node and terminal based on NDN (named data networking)
CN114706526A (en) Automatic capacity expansion method, system and equipment for cloud native storage data volume
CN111049934B (en) Wireless Internet of things edge cooperative monitoring method, device and system
KR101831686B1 (en) Method and apparatus for determinig object change in home network
CN114830105A (en) Data reading method and terminal
CN110677466A (en) Application program downloading method, device, gateway and storage medium
CN110929500B (en) File comparison method and related device
CN113615140B (en) Access method, device and equipment of collection resource and storage medium
CN114915576B (en) Method and system for identifying terminal equipment at router
CN116567001B (en) Cloud NAS-based data migration system
CN112039729B (en) Device identification method, server, electronic device, and storage medium
CN116260831B (en) Offline downloading method and storage medium based on cloud NAS
CN112740635B (en) Message parsing method, data sending end, data receiving end and 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