CN115442332B - Resource sharing method and device, electronic equipment and storage medium - Google Patents

Resource sharing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN115442332B
CN115442332B CN202211052895.4A CN202211052895A CN115442332B CN 115442332 B CN115442332 B CN 115442332B CN 202211052895 A CN202211052895 A CN 202211052895A CN 115442332 B CN115442332 B CN 115442332B
Authority
CN
China
Prior art keywords
resource
file
resource file
path
access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211052895.4A
Other languages
Chinese (zh)
Other versions
CN115442332A (en
Inventor
张浩洋
王丰
崔会会
周善政
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Weichai Power Co Ltd
Weifang Weichai Power Technology Co Ltd
Original Assignee
Weichai Power Co Ltd
Weifang Weichai Power Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Weichai Power Co Ltd, Weifang Weichai Power Technology Co Ltd filed Critical Weichai Power Co Ltd
Priority to CN202211052895.4A priority Critical patent/CN115442332B/en
Publication of CN115442332A publication Critical patent/CN115442332A/en
Application granted granted Critical
Publication of CN115442332B publication Critical patent/CN115442332B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a method and a device for sharing resources, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring shared resources uploaded by a user; the shared resource at least comprises a resource file and authority information of the shared resource; storing the resource file; reading target resources of the access port to the external agent from a pre-configured configuration file; the access ports are formed by setting according to basic configuration in the configuration file; configuring a resource sharing path of the resource file based on the target resource and the storage path of the resource file; constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file; and sending access links corresponding to the resource files to each target user based on the authority information of the shared resources. Therefore, the resource sharing is realized by setting uniform access ports according to the configuration files without complex deployment operation, and the work processing efficiency is effectively improved.

Description

Resource sharing method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a method and apparatus for resource sharing, an electronic device, and a storage medium.
Background
Along with the development of the Internet age, resource sharing is one of demands of network users and one of main flows of network technology, and the resource sharing can effectively improve the resource utilization rate, reduce the waste of idle resources and accelerate the development of society, so the resource sharing is particularly important.
In the existing mode, the resource sharing needs to perform complex deployment operation, that is, the original resource package needs to be replaced by a new resource package, and the new resource package can realize the sharing of the front-end webpage resource after the server is restarted or the configuration is performed again.
However, when new resources need to be shared in the prior art, the server needs to be restarted or the server needs to be reconfigured to realize the sharing, so that the time is excessively long and the safety coefficient is not high.
Disclosure of Invention
Based on the defects of the prior art, the application provides a method and a device for sharing resources, electronic equipment and a storage medium, so as to solve the problems that the prior art takes too long time and has low safety coefficient.
In order to achieve the above object, the present application provides the following technical solutions:
the first aspect of the present application provides a method for resource sharing, including:
acquiring shared resources uploaded by a user; wherein, the shared resource at least comprises a resource file and authority information of the shared resource;
storing the resource file;
reading target resources of the access port to the external agent from a pre-configured configuration file; the access port is formed by setting according to basic configuration in the configuration file;
configuring a resource sharing path of the resource file based on the target resource and the storage path of the resource file;
constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file;
and sending access links corresponding to the resource files to each target user based on the authority information of the shared resources.
Optionally, in the method for sharing resources described above, the storing the resource file includes:
judging whether the resource file is a compressed file or not;
if the resource file is judged to be the compressed file, decompressing the resource file, and storing the decompressed resource file into a specified path;
and if the resource file is judged to be the uncompressed file, storing the resource file into the appointed path.
Optionally, in the method for sharing resources described above, after sending the access link corresponding to the resource file to each target user based on the authority information of the shared resource, the method further includes:
when any target user is detected to log in a system, monitoring whether the target user has a behavior of clicking the access link or not in real time;
and if the behavior of clicking the access link exists in the target user, displaying the resource file on a front-end interface of the target user.
Optionally, in the method for sharing resources described above, the constructing an access link corresponding to the resource file based on the access port and a resource sharing path of the resource file includes:
acquiring an IP address of a server;
and splicing the IP address of the server, the access port and the resource sharing path of the resource file to obtain an access link corresponding to the resource file.
A second aspect of the present application provides an apparatus for resource sharing, including:
the first acquisition unit is used for acquiring the shared resource uploaded by the user; wherein, the shared resource at least comprises a resource file and authority information of the shared resource;
the first storage unit is used for storing the resource file;
the reading unit is used for reading the target resource of the access port to the external agent from the pre-configured configuration file; the access port is formed by setting according to basic configuration in the configuration file;
a configuration unit, configured to configure a resource sharing path of the resource file based on the target resource and a storage path of the resource file;
the construction unit is used for constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file;
and the sending unit is used for sending the access links corresponding to the resource files to each target user based on the authority information of the shared resources.
Optionally, in the above apparatus for resource sharing, the first storage unit includes:
the judging unit is used for judging whether the resource file is a compressed file or not;
the decompression unit is used for decompressing the resource file if the resource file is judged to be the compressed file, and storing the decompressed resource file into a specified path;
and the second storage unit is used for storing the resource file into the appointed path if judging that the resource file is an uncompressed file.
Optionally, in the above apparatus for resource sharing, the method further includes:
the monitoring unit is used for monitoring whether the target user has the action of clicking the access link or not in real time after detecting that any one of the target users logs in the system;
and the display unit is used for displaying the resource file on the front end interface of the target user if the behavior of clicking the access link exists in the target user.
Optionally, in the above apparatus for resource sharing, the building unit includes:
a second obtaining unit, configured to obtain an IP address of a server;
and the splicing unit is used for splicing the IP address of the server, the access port and the resource sharing path of the resource file to obtain an access link corresponding to the resource file.
A third aspect of the present application provides an electronic device, comprising:
a memory and a processor;
wherein the memory is used for storing programs;
the processor is configured to execute the program, where the program is executed, and specifically configured to implement a method for resource sharing according to any one of the foregoing.
A fourth aspect of the present application provides a computer storage medium storing a computer program for implementing a method of resource sharing as claimed in any one of the preceding claims when executed.
According to the resource sharing method, resource sharing is achieved through the preset access port. The method comprises the steps of obtaining a shared resource uploaded by a user, wherein the shared resource at least comprises a resource file and authority information of the shared resource, storing the resource file, reading a target resource of an external agent by an access port from a pre-configured configuration file, wherein the access port is formed by setting according to basic configuration in the configuration file, configuring a resource sharing path of the resource file based on the target resource and a storage path of the resource file, constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file, and finally sending the access link corresponding to the resource file to each target user based on the authority information of the shared resource. Therefore, the resource sharing is realized by setting uniform access ports according to the configuration files without complex deployment operation, and the work processing efficiency is effectively improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1 is a flowchart of a method for resource sharing according to an embodiment of the present disclosure;
FIG. 2 is a flowchart of a method for storing a resource file according to an embodiment of the present application;
FIG. 3 is a flowchart of a method for obtaining an access link according to an embodiment of the present application;
FIG. 4 is a flowchart of a method for monitoring target user behavior according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an apparatus for resource sharing according to another embodiment of the present application;
FIG. 6 is a schematic diagram of a first memory cell according to another embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to another embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
In this application, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The embodiment of the application provides a method for sharing resources, as shown in fig. 1, specifically including the following steps:
s101, obtaining the shared resource uploaded by the user.
The shared resource may include a resource file and authority information of the shared resource. It should be noted that, the resource file may refer to a web resource that may be accessed, such as a compressed file, a picture, a link, and the like.
Optionally, the user may log in through a login interface provided by the system, and after the user logs in the system, the user may use an uploading resource function in the system to select a shared resource that needs to be uploaded locally, and accordingly the system may process a subsequent operation according to the shared resource uploaded by the user.
S102, storing the resource file.
Specifically, the step S102 is performed to realize real-time online sharing of web page resources under a specified path by using a storage path of a resource file, so that complications caused by a traditional packaging manner can be avoided.
Optionally, in another embodiment of the present application, a specific implementation of step S102, as shown in fig. 2, includes the following steps:
s201, judging whether the resource file is a compressed file or not.
It should be noted that, the resource file may be in a format such as a compressed file or a picture, so in order to avoid the problem that the visitor needs to decompress the resource file before accessing the content of the resource file, which makes resource sharing cumbersome and time-consuming, in the embodiment of the application, it is further necessary to determine whether the resource file is a compressed file, and if it is determined that the resource file is a compressed file, step S202 is executed. If it is determined that the source file is an uncompressed file, step S203 is performed.
S202, decompressing the resource file, and storing the decompressed resource file into a specified path.
S203, storing the resource file into the designated path.
S103, reading target resources of the access port to the external agent from a pre-configured configuration file.
The access ports are formed by setting according to basic configuration in the configuration file. Specifically, in the embodiment of the application, the mode of using the nmginx proxy resource folder, that is, presetting an nmginx proxy tool, simultaneously starting an autoindex on, configuring an add_header source, then setting an access port of the front end of the proxy that is open to the outside according to the configured nmginx proxy tool, and recording which resources can be shared by the access port to the external proxy in a configuration file of the nmginx proxy tool, so that which resources need to be shared by the subsequent resource can be known, and executing the subsequent related sharing operation in advance is required, so that step S103 needs to be executed in advance.
S104, configuring a resource sharing path of the resource file based on the target resource and the storage path of the resource file.
It should be noted that, in the embodiment of the present application, a corresponding path is configured based on the target resource of the external agent by the access port, so that the system can learn which paths need to be resolved to realize resource sharing, so that the storage paths of the resource files uploaded by the user can be configured into the path together, and thus the resource sharing of the user can be realized.
S105, constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file.
Optionally, in another embodiment of the present application, a specific implementation of step S105, as shown in fig. 3, includes the following steps:
s301, acquiring an IP address of a server.
Note that, ng is a lightweight Web server (reverse proxy server) and an e-mail proxy server, and is issued under a BSD-like protocol, so in the embodiment of the present application, the IP address of the server needs to be acquired, so that the shared resource uploaded by the user can be browsed correctly through the access port, and therefore step S301 needs to be executed.
S302, splicing the IP address, the access port and the resource sharing path of the resource file of the server to obtain the access link corresponding to the resource file.
It should be noted that, once the shared resource uploaded by the user is obtained, the nginnx can finish the resource of the external agent, and also automatically generates a corresponding access link according to the IP address and the access port of the server and the resource sharing path of the shared resource, stores the corresponding access link in the database for backup, and sends the corresponding access link to the related user for access.
S106, based on the authority information of the shared resource, sending access links corresponding to the resource files to each target user.
Specifically, in the embodiment of the present application, a concept of resource authority is further configured, and a user may correspondingly set access authority of the shared resource while uploading the shared resource, so as to ensure security of resource sharing, where the rights information of the shared resource may include names, IPs, and the like of specified users.
Optionally, in the embodiment of the present application, in order to timely learn whether the target user accesses the shared resource uploaded by the user, and also to flexibly manage the shared resource, as shown in fig. 4, after step S106, the embodiment of the present application provides a method for monitoring the target user behavior, which includes the following steps:
s401, monitoring whether the target user has a behavior of clicking the access link or not in real time after detecting that any target user logs in the system.
Optionally, after the target user is monitored to log in the system, an access link of the resource file pushed to the target user by the system is received, so that the sharing of the resource is completed. In order to know whether the target user browses the resource file and prevent the repeated pushing of the system, it is also necessary to monitor in real time whether the target user has a behavior of clicking the access link, and if it is monitored that the target user has a behavior of clicking the access link, step S402 is executed.
Optionally, when the system monitors that the unread shared resource of the target user exists in the database, the unread shared resource can be automatically pushed to the target user.
S402, displaying the resource file on a front-end interface of the target user.
Optionally, when a resource file is displayed on the front-end interface of the target user, the resource file is marked as read in time.
According to the resource sharing method, resource sharing is achieved through the preset access port. The method comprises the steps of obtaining a shared resource uploaded by a user, wherein the shared resource at least comprises a resource file and authority information of the shared resource, storing the resource file, reading a target resource of an external agent by an access port from a pre-configured configuration file, wherein the access port is formed by setting according to basic configuration in the configuration file, configuring a resource sharing path of the resource file based on the target resource and a storage path of the resource file, constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file, and finally sending the access link corresponding to the resource file to each target user based on the authority information of the shared resource. Therefore, the resource sharing is realized by setting uniform access ports according to the configuration files without complex deployment operation, and the work processing efficiency is effectively improved.
Another embodiment of the present application provides a device for resource sharing, as shown in fig. 5, including the following units:
a first obtaining unit 501, configured to obtain a shared resource uploaded by a user.
The shared resource at least comprises a resource file and authority information of the shared resource.
The first storage unit 502 is configured to store a resource file.
A reading unit 503, configured to read the target resource of the access port to the foreign agent from the pre-configured configuration file.
The access ports are formed by setting according to basic configuration in the configuration file.
A configuration unit 504, configured to configure a resource sharing path of the resource file based on the target resource and the storage path of the resource file.
A construction unit 505, configured to construct an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file.
And a sending unit 506, configured to send, to each target user, an access link corresponding to the resource file based on the rights information of the shared resource.
It should be noted that, the specific working process of the above units in the embodiments of the present application may refer to the steps S101 to S106 in the embodiments of the above method, which is not described herein again.
Optionally, in an apparatus for resource sharing provided in another embodiment of the present application, as shown in fig. 6, a first storage unit includes:
a determining unit 601 is configured to determine whether the resource file is a compressed file.
And the decompression unit 602 is configured to decompress the resource file if the resource file is determined to be a compressed file, and store the decompressed resource file in the specified path.
And a second storage unit 603, configured to store the resource file in the specified path if it is determined that the resource file is an uncompressed file.
It should be noted that, the specific working process of each unit provided in the foregoing embodiment of the present application may refer to the corresponding steps in the foregoing method embodiment, which is not described herein again.
Optionally, in the apparatus for resource sharing provided in another embodiment of the present application, the apparatus further includes:
and the monitoring unit is used for monitoring whether the target user has the action of clicking the access link or not in real time after detecting that any target user logs in the system.
And the display unit is used for displaying the resource file on the front end interface of the target user if the behavior of clicking the access link of the target user is monitored.
It should be noted that, the specific working process of each unit provided in the foregoing embodiment of the present application may refer to the corresponding steps in the foregoing method embodiment, which is not described herein again.
Optionally, in an apparatus for resource sharing provided in another embodiment of the present application, a building unit includes:
and the second acquisition unit is used for acquiring the IP address of the server.
And the splicing unit is used for splicing the IP address, the access port and the resource sharing path of the resource file of the server to obtain an access link corresponding to the resource file.
It should be noted that, the specific working process of each unit provided in the foregoing embodiment of the present application may refer to the corresponding steps in the foregoing method embodiment, which is not described herein again.
Another embodiment of the present application provides an electronic device, as shown in fig. 7, including:
a memory 701 and a processor 702.
Wherein the memory 701 is used for storing a program.
The processor 702 is configured to execute a program, and when the program is executed, is specifically configured to implement a method for resource sharing according to any one of the embodiments described above.
Another embodiment of the present application provides a computer storage medium storing a computer program, where the computer program is executed to implement a method for resource sharing according to any one of the foregoing embodiments.
Computer storage media, including both non-transitory and non-transitory, removable and non-removable media, may be implemented in any method or technology for storage of information. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, read only compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by the computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of resource sharing, comprising:
acquiring shared resources uploaded by a user; wherein, the shared resource at least comprises a resource file and authority information of the shared resource;
storing the resource file;
reading target resources of the access port to the external agent from a pre-configured configuration file; the access port is formed by setting according to basic configuration in the configuration file;
configuring a resource sharing path of the resource file based on the target resource and the storage path of the resource file;
constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file;
and sending access links corresponding to the resource files to each target user based on the authority information of the shared resources.
2. The method of claim 1, wherein storing the resource file comprises:
judging whether the resource file is a compressed file or not;
if the resource file is judged to be the compressed file, decompressing the resource file, and storing the decompressed resource file into a specified path;
and if the resource file is judged to be the uncompressed file, storing the resource file into the appointed path.
3. The method according to claim 1, wherein after the sending the access link corresponding to the resource file to each target user based on the rights information of the shared resource, the method further comprises:
when any target user is detected to log in a system, monitoring whether the target user has a behavior of clicking the access link or not in real time;
and if the behavior of clicking the access link exists in the target user, displaying the resource file on a front-end interface of the target user.
4. The method of claim 1, wherein the constructing an access link corresponding to the resource file based on the access port and a resource sharing path of the resource file comprises:
acquiring an IP address of a server;
and splicing the IP address of the server, the access port and the resource sharing path of the resource file to obtain an access link corresponding to the resource file.
5. An apparatus for resource sharing, comprising:
the first acquisition unit is used for acquiring the shared resource uploaded by the user; wherein, the shared resource at least comprises a resource file and authority information of the shared resource;
the first storage unit is used for storing the resource file;
the reading unit is used for reading the target resource of the access port to the external agent from the pre-configured configuration file; the access port is formed by setting according to basic configuration in the configuration file;
a configuration unit, configured to configure a resource sharing path of the resource file based on the target resource and a storage path of the resource file;
the construction unit is used for constructing an access link corresponding to the resource file based on the access port and the resource sharing path of the resource file;
and the sending unit is used for sending the access links corresponding to the resource files to each target user based on the authority information of the shared resources.
6. The apparatus of claim 5, wherein the first storage unit comprises:
the judging unit is used for judging whether the resource file is a compressed file or not;
the decompression unit is used for decompressing the resource file if the resource file is judged to be the compressed file, and storing the decompressed resource file into a specified path;
and the second storage unit is used for storing the resource file into the appointed path if judging that the resource file is an uncompressed file.
7. The apparatus as recited in claim 5, further comprising:
the monitoring unit is used for monitoring whether the target user has the action of clicking the access link or not in real time after detecting that any one of the target users logs in the system;
and the display unit is used for displaying the resource file on the front end interface of the target user if the behavior of clicking the access link exists in the target user.
8. The apparatus of claim 5, wherein the building unit comprises:
a second obtaining unit, configured to obtain an IP address of a server;
and the splicing unit is used for splicing the IP address of the server, the access port and the resource sharing path of the resource file to obtain an access link corresponding to the resource file.
9. An electronic device, comprising:
a memory and a processor;
wherein the memory is used for storing programs;
the processor is configured to execute the program, in particular when the program is executed, to implement a method of resource sharing according to any of claims 1 to 4.
10. A computer storage medium storing a computer program which, when executed, is adapted to carry out a method of resource sharing according to any one of claims 1 to 4.
CN202211052895.4A 2022-08-30 2022-08-30 Resource sharing method and device, electronic equipment and storage medium Active CN115442332B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211052895.4A CN115442332B (en) 2022-08-30 2022-08-30 Resource sharing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211052895.4A CN115442332B (en) 2022-08-30 2022-08-30 Resource sharing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115442332A CN115442332A (en) 2022-12-06
CN115442332B true CN115442332B (en) 2023-06-23

Family

ID=84244869

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211052895.4A Active CN115442332B (en) 2022-08-30 2022-08-30 Resource sharing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115442332B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115987685B (en) * 2023-03-17 2023-07-25 航天万源云数据河北有限公司 Cloud service data sharing method and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103873692A (en) * 2014-03-21 2014-06-18 天脉聚源(北京)传媒科技有限公司 Method, device and system for resource sharing
CN105743935A (en) * 2014-10-21 2016-07-06 财团法人资讯工业策进会 Resource sharing apparatus and resource sharing method
CN106850734A (en) * 2016-12-11 2017-06-13 乐视控股(北京)有限公司 The method for pushing of shared resource, device and electronic equipment
CN111953714A (en) * 2019-05-14 2020-11-17 华为技术有限公司 File sharing method, communication device and storage medium
CN112597118A (en) * 2021-01-04 2021-04-02 杭州海量存储技术有限公司 Method and device for adding shared file
CN114071789A (en) * 2021-11-15 2022-02-18 合众新能源汽车有限公司 File sharing method and system, sending end equipment and receiving end equipment
CN114765576A (en) * 2020-12-31 2022-07-19 宝能汽车集团有限公司 File sharing method, vehicle and storage medium
CN114822744A (en) * 2022-05-10 2022-07-29 中国联合网络通信集团有限公司 Medical treatment data sharing method, system, computing equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130110832A1 (en) * 2011-10-27 2013-05-02 Microsoft Corporation Techniques to determine network addressing for sharing media files

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103873692A (en) * 2014-03-21 2014-06-18 天脉聚源(北京)传媒科技有限公司 Method, device and system for resource sharing
CN105743935A (en) * 2014-10-21 2016-07-06 财团法人资讯工业策进会 Resource sharing apparatus and resource sharing method
CN106850734A (en) * 2016-12-11 2017-06-13 乐视控股(北京)有限公司 The method for pushing of shared resource, device and electronic equipment
CN111953714A (en) * 2019-05-14 2020-11-17 华为技术有限公司 File sharing method, communication device and storage medium
CN114765576A (en) * 2020-12-31 2022-07-19 宝能汽车集团有限公司 File sharing method, vehicle and storage medium
CN112597118A (en) * 2021-01-04 2021-04-02 杭州海量存储技术有限公司 Method and device for adding shared file
CN114071789A (en) * 2021-11-15 2022-02-18 合众新能源汽车有限公司 File sharing method and system, sending end equipment and receiving end equipment
CN114822744A (en) * 2022-05-10 2022-07-29 中国联合网络通信集团有限公司 Medical treatment data sharing method, system, computing equipment and storage medium

Also Published As

Publication number Publication date
CN115442332A (en) 2022-12-06

Similar Documents

Publication Publication Date Title
US8707194B1 (en) System and method for decentralized performance monitoring of host systems
CN105446750B (en) The method and apparatus that WebApp starting runs, generates image file
CN115442332B (en) Resource sharing method and device, electronic equipment and storage medium
CN111556158B (en) Access method, access device, access equipment and storage medium of Internet of things platform
CN105607986A (en) Acquisition method and device of user behavior log data
WO2020015199A1 (en) Dark web security evaluation method, server and computer readable storage medium
CN110727560A (en) Cloud service alarm method and device
US9054942B1 (en) Monitoring of services
CN111859224A (en) Server rendering method and device based on node server and computer equipment
CN106330990B (en) Performance monitoring and analyzing system and method of B/S structure
CN107220260B (en) Page display method and device
CN110321507B (en) Browser cross-domain communication method and device
CN117472423A (en) Visual workflow layout system, method, equipment and medium for decoupling reference resource and flow design
CN117234916A (en) Workflow application testing method and device, electronic equipment and storage medium
CN110764985A (en) Method, system, equipment and readable storage medium for recording command line
CN112671590B (en) Data transmission method and device, electronic equipment and computer storage medium
CN115314573A (en) Dynamic loading method and device for message body, electronic equipment and storage medium
CN114895851A (en) Data processing method, data processing device, storage medium and electronic equipment
CN104516883A (en) Webpage sharing method, device and system
CN113868005A (en) Method and device for monitoring webpage abnormity
CN109324822B (en) PWA (public warning assistant) item detection method, computer-readable storage medium and terminal device
CN116048615B (en) Distributed program slicing method, device and equipment based on natural language processing
CN116074388B (en) Flow forwarding method and system based on log queue
CN112073367B (en) Protocol analysis method and system for visual fire-fighting Internet of things data
CN109347811B (en) Heterogeneous pass management method and device and unified pass system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant