CN113343302A - Project file management method and device, electronic equipment and storage medium - Google Patents

Project file management method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113343302A
CN113343302A CN202110693573.7A CN202110693573A CN113343302A CN 113343302 A CN113343302 A CN 113343302A CN 202110693573 A CN202110693573 A CN 202110693573A CN 113343302 A CN113343302 A CN 113343302A
Authority
CN
China
Prior art keywords
reader
file
resource
project
read
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
CN202110693573.7A
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.)
OneConnect Smart Technology Co Ltd
OneConnect Financial Technology Co Ltd Shanghai
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN202110693573.7A priority Critical patent/CN113343302A/en
Priority to PCT/CN2021/109396 priority patent/WO2022267178A1/en
Publication of CN113343302A publication Critical patent/CN113343302A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The invention relates to the technical field of artificial intelligence, and provides a project file management method, a project file management device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring a project file of a project to be configured, converting the project file into XML resource data for resource allocation, and acquiring a plurality of split resource data; identifying authority data of a reader in each split resource data to generate a resource list; monitoring and analyzing the reading request, and determining an identification code and an authority level of a reader and target file information to be read; and when the reader has the right to read the target file corresponding to the target file information, responding to the reading request to read the target file. According to the resource list management method and device, the resource list is generated by identifying the authority data of the reader in each split resource data, the resource list files of the same reader are unified, and the management efficiency of the project files is improved.

Description

Project file management method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of artificial intelligence, in particular to a project file management method and device, electronic equipment and a storage medium.
Background
At present, the most popular External injection means of the trojan Entity is XML External Entity, which is abbreviated as XXE vulnerability, in the prior art, specified XML Entity content is injected in the project file through the server, so that the server executes according to the specified XML Entity content, the project file is executed incorrectly, and the security is low.
Disclosure of Invention
In view of the above, it is necessary to provide a method and an apparatus for managing project files, an electronic device, and a storage medium, in which a resource list is generated by identifying authority data of a reader in each split resource data, resource list files of the same reader are unified, and management efficiency of the project files is improved.
A first aspect of the present invention provides a method for managing project files, the method including:
acquiring a project file of a project to be configured, and converting the project file into XML resource data;
performing resource allocation on the XML resource data to obtain a plurality of split resource data;
identifying authority data of a reader in each split resource data to generate a resource list;
when a reading request of a client is monitored, analyzing the reading request, and determining an identification code and an authority level of a reader and target file information to be read;
identifying whether the identification code of the reader exists in the resource lists of the plurality of split resources;
when the identification codes of the readers exist in the resource lists of the split resources, whether the readers have the authority to read the target files corresponding to the target file information is judged;
and when the reader has the right to read the target file corresponding to the target file information, responding to the reading request to read the target file.
Optionally, the identifying authority data of a reader in each split resource data, and generating a resource list includes:
analyzing each split resource data to obtain authority data of each reader, wherein the authority data comprises an identification code of the reader, a file name, a suffix and a class path of a readable file;
classifying the files in each split resource data according to the file name, the suffix and the class path of the readable file of each reader to obtain a file set of each reader;
analyzing the file set of each reader, and generating a resource list of each reader according to a preset generation mode;
and merging the resource lists of a plurality of readers to obtain the resource list of each split resource.
Optionally, the analyzing the file set of each reader, and generating the resource list of each reader according to a preset generation manner includes:
identifying the authority level of each reader, extracting file information from a corresponding file set according to the extraction mode of the authority level, and determining a resource list format corresponding to the authority level from a preset format library;
converting the file information according to the resource list format to obtain target information;
and generating a resource list of each reader according to the target information and a preset generation mode.
Optionally, the converting the project file into XML resource data includes:
opening the project file according to the path of the project file, and analyzing the project file to generate a JSON file containing active code warehouse information;
analyzing the JSON file, extracting a link, an index and a storage path of each source code warehouse information from the JSON file, and writing the link, the index and the storage path into a corresponding dictionary according to key value pairs;
reading the dictionary and printing the read dictionary;
and adjusting the data structure of each JSON file in the dictionary according to a preset adjustment mode, and converting each adjusted JSON file into XML resource data.
Optionally, the resource allocation for the XML resource data to obtain a plurality of split resource data includes:
reading the authority data of the reader and the XML resource data corresponding to each reader in the configuration parameters of the XML resource data by adopting a preset web project container;
creating a Servlet context, converting the authority data of the reader and the XML resource data corresponding to each reader into key value pairs, and loading the key value pairs into the Servlet context, wherein the authority data of the reader is used as a key of the web project container, and the XML resource data corresponding to each reader is used as a key value;
and the web project container creates a permission distribution class instance in the Servlet context according to the permission level in the permission data of the reader, and performs resource distribution on the key value pair according to the created permission distribution class instance to obtain a plurality of split resource data.
Optionally, the analyzing the reading request to determine the identification code, the permission level, and the target file information to be read includes:
analyzing the reading request to obtain an identification code and a calling interface of a reader;
determining the authority level of the reader from a preset authority level database according to the identification code of the reader;
and calling the target file information which needs to be read by the reader according to the reading request and the calling interface.
Optionally, the determining whether the reader has the right to read the target file corresponding to the target file information includes:
acquiring a file set corresponding to the reader from a resource list corresponding to the authority data of the reader, and analyzing the file set to obtain first file information of the reader;
identifying the target authority level of the reader, and converting the target file information according to a resource list format corresponding to the target authority level to obtain second file information;
inquiring whether the first file information has the second file information or not;
when the second file information is inquired in the first file information, determining that the reader has the right to read the target file corresponding to the target file information; or
And when the second file information is not inquired in the first file information, determining that the reader has no permission to read the target file corresponding to the target file information.
A second aspect of the present invention provides an apparatus for managing project files, the apparatus comprising:
the acquisition module is used for acquiring a project file of a project to be configured and converting the project file into XML resource data;
the resource allocation module is used for allocating resources to the XML resource data to obtain a plurality of split resource data;
the generating module is used for identifying the authority data of a reader in each split resource data to generate a resource list;
the analysis module is used for analyzing the reading request when the reading request of the client is monitored, and determining the identification code and the permission level of a reader and the information of the target file to be read;
the identification module is used for identifying whether the identification code of the reader exists in the resource lists of the split resources;
the judging module is used for judging whether the reader has the authority to read the target file corresponding to the target file information when the identification code of the reader exists in the resource lists of the plurality of split resources;
and the reading module is used for responding to the reading request to read the target file when the reader has the authority to read the target file corresponding to the target file information.
A third aspect of the invention provides an electronic device comprising a processor and a memory, the processor being configured to implement the method of managing project files when executing a computer program stored in the memory.
A fourth aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the project file management method.
In summary, according to the project file management method, the project file management apparatus, the electronic device and the storage medium of the present invention, on one hand, by performing resource allocation on XML resource data according to the permission level, the ranges of the XML resource data read by the personnel with different permissions are different, so that the project file management efficiency is improved; on the other hand, the authority data of the reader in each split resource data is identified, a resource list is generated, different resource list formats are set according to different authority levels, and the file information of each reader is subjected to format conversion according to the resource list formats, so that the management efficiency of the project files and the generation efficiency and accuracy of the resource list of each reader are improved; and finally, identifying whether the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the target file corresponding to the target file information when the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the item file, judging whether the reader has the authority to read the target file corresponding to the reading request, determining whether to respond to the reading request according to multiple judgment results, avoiding the situation that all the readers read the item file, possibly causing the leakage of the core file, and improving the safety of the item file.
Drawings
Fig. 1 is a flowchart of a project file management method according to an embodiment of the present invention.
Fig. 2 is a block diagram of a project file management apparatus according to a second embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a detailed description of the present invention will be given below with reference to the accompanying drawings and specific embodiments. It should be noted that the embodiments of the present invention and features of the embodiments may be combined with each other without conflict.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
Example one
Fig. 1 is a flowchart of a project file management method according to an embodiment of the present invention.
In this embodiment, the method for managing project files may be applied to an electronic device, and for an electronic device that needs to manage project files, the function of managing project files provided by the method of the present invention may be directly integrated on the electronic device, or may be run in the electronic device in the form of a Software Development Kit (SDK).
As shown in fig. 1, the method for managing project files specifically includes the following steps, and the order of the steps in the flowchart may be changed and some may be omitted according to different requirements.
S11, acquiring the project file of the project to be configured, and converting the project file into XML resource data.
In this embodiment, when a project is completed, in order to ensure the security of a project file, the project file needs to be managed, and a server acquires the project file of a project to be configured, processes the project file, and specifically, converts the project file into XML resource data.
In an alternative embodiment, the converting the project file into XML resource data includes:
opening the project file according to the path of the project file, and analyzing the project file to generate a JSON file containing active code warehouse information;
analyzing the JSON file, extracting a link, an index and a storage path of each source code warehouse information from the JSON file, and writing the link, the index and the storage path into a corresponding dictionary according to key value pairs;
reading the dictionary and printing the read dictionary;
and adjusting the data structure of each JSON file in the dictionary according to a preset adjustment mode, and converting each adjusted JSON file into XML resource data.
In this embodiment, the index of the source code repository is any one of a repository branch name, a repository commit number, and a repository tag number, and when a path of a project file is obtained, the project file is opened according to the path of the project file, and since a JSON file containing source code repository information is included in the project file, a link, an index, and a storage path of each source code repository information is extracted from the JSON file and written into a corresponding dictionary according to a key value pair, and format conversion is performed, so that the JSON file is converted into XML resource data.
In this embodiment, an adjustment manner of the data structure may be preset, for example, the preset adjustment manner may be to call string.find function in python, adjust the data structure of each JSON file from a longitudinal data structure to a transverse data structure, and replace the JSON file with XML resource data.
S12, allocating the resources to the XML resource data to obtain a plurality of split resource data.
In this embodiment, when managing a project file, resource allocation needs to be performed on XML resource data corresponding to the project file to obtain a plurality of split resource data.
In an optional embodiment, the resource allocation for the XML resource data to obtain multiple split resource data includes:
reading the authority data of the reader and the XML resource data corresponding to each reader in the configuration parameters of the XML resource data by adopting a preset web project container;
creating a Servlet context, converting the authority data of the reader and the XML resource data corresponding to each reader into key value pairs, and loading the key value pairs into the Servlet context, wherein the authority data of the reader is used as a key of the web project container, and the XML resource data corresponding to each reader is used as a key value;
and the web project container creates a permission distribution class instance in the Servlet context according to the permission level in the permission data of the reader, and performs resource distribution on the key value pair according to the created permission distribution class instance to obtain a plurality of split resource data.
In this embodiment, when the web project container is started, the configuration file of the XML resource data is read, the configuration parameters are obtained according to the configuration file, and the web project container is used to read the readers in the configuration parameters and the XML resource data corresponding to each reader, where the configuration parameters may include one or more readers.
In this embodiment, the plurality of split resource data may be stored in a memory.
In this embodiment, the Servlet context includes all XML resource data corresponding to the item to be configured, and converts the XML resource data into key value pairs, where the web item container uses the authority data of the reader as a key and the XML resource data corresponding to each reader as a key value, creates an authority allocation class instance according to the authority level of the reader, and performs resource allocation, for example, resource allocation is performed in an authority level manner, and a group with the highest authority may have read authorities of all XML resource data.
In the embodiment, the resource distribution is carried out on the XML resource data according to the permission levels, and the XML resource data read by the personnel with different permissions have different ranges, so that the management efficiency of the project file is improved, the problem that the core resource in the project file is leaked because all the personnel can read the XML resource data is avoided, and the safety of the project file is improved.
In other optional embodiments, after the XML resource data is loaded into the Servlet context and converted into the key value pair, the XML resource data may be cleared, an external entity cannot be injected into the XML resource data, the control server reads a file according to a specified configuration, which causes a problem of file leakage, and the security of the project file is further improved.
In some other optional embodiments, resource allocation may be performed on the XML resource data in a module manner to obtain a plurality of split resource data, and specifically, the module may include, but is not limited to: the system comprises a user permission module, a core module and a service module, wherein the core module refers to an enterprise internal core code resource, and the management efficiency of the project file is improved by carrying out resource allocation on the XML resource data in different resource allocation modes aiming at different customer requirements.
And S13, identifying the authority data of the reader in each split resource data, and generating a resource list.
In this embodiment, each split resource data includes at least one reader, and a resource list is generated according to the authority data of the reader.
In an optional embodiment, the identifying authority data of the reader in each split resource data, and generating the resource inventory includes:
analyzing each split resource data to obtain authority data of each reader, wherein the authority data comprises an identification code of the reader, a file name, a suffix and a class path of a readable file;
classifying the files in each split resource data according to the file name, the suffix and the class path of the readable file of each reader to obtain a file set of each reader;
analyzing the file set of each reader, and generating a resource list of each reader according to a preset generation mode;
and merging the resource lists of a plurality of readers to obtain the resource list of each split resource.
In this embodiment, each file corresponds to one or more readers, each reader can read one or more files, and each split resource data is classified according to authority data of each reader.
In this embodiment, a generation manner may be preset, and specifically, the preset generation manner may be set according to a reading requirement of a client, or may be set according to a service requirement.
Further, the analyzing the file set of each reader and generating the resource list of each reader according to a preset generation mode includes:
identifying the authority level of each reader, extracting file information from a corresponding file set according to the extraction mode of the authority level, and determining a resource list format corresponding to the authority level from a preset format library;
converting the file information according to the resource list format to obtain target information;
and generating a resource list of each reader according to the target information and a preset generation mode.
In this embodiment, the permission level of each reader is different, and the read item file is also different, so the corresponding extraction manner is also different, and the file information is extracted according to the identified permission level of each reader according to the corresponding extraction manner, specifically, the file information may include other file attributes such as a file name, a file suffix, a file size, and the like.
In the embodiment, the file sets read by readers with different permission levels are different, the files contained in the file sets readable by readers with high permission levels are more, and the files contained in the file sets readable by readers with low permission levels are less, so that different resource list formats are set for different permission levels, and the file information of each reader is subjected to format conversion according to the resource list formats.
Further, the merging the resource lists of the multiple readers to obtain the resource list of each split resource includes:
and identifying the authority level of each reader, sequencing the authority levels in an ascending order, and merging the resource lists of a plurality of readers according to the ascending order sequencing result to obtain the resource list of each split resource.
In this embodiment, in order to better manage the project file, the resource lists of a plurality of readers are combined according to the level of authority.
And S14, when the reading request of the client is monitored, analyzing the reading request, and determining the identification code and the authority level of the reader and the target file information to be read.
In this embodiment, after the XML resource data is distributed according to the permission level of the reader, when a read request sent by the client is monitored, the server is configured to receive the read request and analyze the read request to obtain the permission data of the reader and the target file information to be read.
In an optional embodiment, the analyzing the read request to determine the identification code of the reader, the permission level, and the target file information to be read includes:
analyzing the reading request to obtain an identification code and a calling interface of a reader;
determining the authority level of the reader from a preset authority level database according to the identification code of the reader;
and calling the target file information which needs to be read by the reader according to the reading request and the calling interface.
In this embodiment, the identification code is used for uniquely identifying the identity of the reader, and the identification code and the permission level of the reader are determined according to the identity of the reader; the calling interface can be used for determining the target file information which needs to be read by the reader.
In this embodiment, the reader may have multiple authority levels, and the target file information read for different authority levels is different.
In this embodiment, different calling interfaces call different file information, and the target file information that the reader needs to read is called according to the permission level of the reader and the calling interface in the reading request, so as to perform targeted calling, thereby ensuring the accuracy of the obtained target file information.
And S15, identifying whether the identification code of the reader exists in the resource lists of the plurality of split resources.
In this embodiment, the resource list of each split resource includes an identification code of a reader, and the reader is identified in the resource lists of the split resources according to the identification code of the reader.
In an optional embodiment, the identifying whether the reader's identification code exists in the resource inventory of the plurality of split resources comprises:
determining a preset regular expression corresponding to the authority level of the reader from a preset regular expression library;
performing regular query in the resource lists of the plurality of split resources according to the preset regular expression;
when the identification code of the reader is inquired in the resource lists of the split resources, determining that the identification code of the reader exists in the resource lists of the split resources; or
When the identification code of the reader is not inquired in the resource lists of the split resources, determining that the identification code of the reader does not exist in the resource lists of the split resources.
In this embodiment, the preset regular expressions corresponding to different permission levels are different, regular query is performed on the resource lists of the plurality of split resources according to the corresponding regular expressions, and whether the identification code of the reader exists is determined according to a query result.
Further, the method further comprises:
and when the identification code of the reader does not exist in the resource lists of the split resources, refusing to respond to the reading request of the client.
In this embodiment, whether the reader exists in the resource lists of the plurality of split resources is determined by using a regular query, and when the identification code of the reader is queried in the resource lists, it is determined that the reader has a right to read the project file; when the identification code of the reader is not inquired in the resource list, the reader is determined to have no authority to read the project file, and the safety of the project file is ensured.
And S16, when the resource lists of the split resources have the identification codes of the readers, judging whether the readers have the right to read the target files corresponding to the target file information.
In this embodiment, when it is determined that the reader has the right to read the item file, it is further determined whether the reader has the right to read the requested target file.
In an optional embodiment, the determining whether the reader has the right to read the target file corresponding to the target file information includes:
acquiring a file set corresponding to the reader from a resource list corresponding to the authority data of the reader, and analyzing the file set to obtain first file information of the reader;
identifying the target authority level of the reader, and converting the target file information according to a resource list format corresponding to the target authority level to obtain second file information;
inquiring whether the first file information has the second file information or not;
when the second file information is inquired in the first file information, determining that the reader has the right to read the target file corresponding to the target file information; or
And when the second file information is not inquired in the first file information, determining that the reader has no permission to read the target file corresponding to the target file information.
In this embodiment, the reader may have multiple reading authorities at the same time, and when it is determined that the reader can read the target file information, the target authority level at which the reader can read the target file information, that is, which files of the target file information are read, is identified.
In this embodiment, the first file information includes second file information, where the first file information is used to represent all item files that can be read within the right range of the reader, and the second file information is used to represent an item file that needs to be read by the reader in a current read request, that is, a target file.
In this embodiment, by querying the first file information for second file information, if the second file information exists in the first file information, it is determined that the reader has permission to read the target file; and if the second file information does not exist in the first file information, determining that the reader has no permission to read the target file.
In this embodiment, whether the reader has the right to read the item file is judged first, whether the reader has the right to read the target file corresponding to the reading request is judged, whether the reading request is responded is determined according to the judgment results of multiple times, the situation that the core file is possibly leaked when all the readers read the item file is avoided, and the safety of the item file is improved.
And S17, when the reader has the right to read the target file corresponding to the target file information, responding to the reading request to read the target file.
In this embodiment, when it is determined that the reader has the right to read the target file, the target file is read in response to the read request.
In an optional embodiment, the reading the target file in response to the read request includes:
and the web project container calls a preset reading method of the Servlet and reads the target file in a key value pair mode according to the preset reading method.
In this embodiment, a preset reading method of the Servlet is called through the web project container, specifically, the preset reading method may be a doet or a doPost method, and the target file is read by the doet or the doPost method.
S18, refusing to respond to the reading request of the client when the reader has no right to read the target file corresponding to the target file information.
Further, the method further comprises:
and sending a notice for refusing to respond to the reading request to the reader according to a preset sending mode.
In this embodiment, when the reader does not have the right to read the target file, the server sends a notification for rejecting the response to the read request to the reader for confirmation.
In summary, in the method for managing a project file according to this embodiment, on one hand, resource allocation is performed on XML resource data to obtain multiple split resource data, and resource allocation is performed on the XML resource data according to the permission levels, so that the ranges of the XML resource data read by people with different permissions are different, the management efficiency of the project file is improved, and after the XML resource data is loaded into Servlet contexts and converted into key values, the XML resource data is cleared, and an external entity cannot be injected into the XML resource data, so that the problem of file leakage caused by file reading performed by a control server according to a specified configuration is avoided, and the security of the project file is improved; on the other hand, the authority data of the reader in each split resource data is identified, a resource list is generated, different resource list formats are set according to different authority levels, and the file information of each reader is subjected to format conversion according to the resource list formats, so that on one hand, the resource list files of the same reader are unified, the management efficiency of the project files is improved, on the other hand, the generation of the resource list with pertinence is carried out, and the generation efficiency and the accuracy of the resource list of each reader are improved; and finally, identifying whether the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the target file corresponding to the target file information when the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the item file, judging whether the reader has the authority to read the target file corresponding to the reading request, determining whether to respond to the reading request according to multiple judgment results, avoiding the situation that all the readers read the item file, possibly causing the leakage of the core file, and improving the safety of the item file.
Example two
Fig. 2 is a block diagram of a project file management apparatus according to a second embodiment of the present invention.
In some embodiments, the management device 20 of the project file may include a plurality of functional modules composed of program code segments. The program code of the various program segments in the management means 20 of the project file may be stored in a memory of the electronic device and executed by the at least one processor to perform the functions of management of the project file (see detailed description of fig. 1).
In the present embodiment, the management apparatus 20 of the project file may be divided into a plurality of functional modules according to the functions to be executed. The functional module may include: the system comprises an acquisition module 201, a resource allocation module 202, a generation module 203, an analysis module 204, an identification module 205, a judgment module 206 and a reading module 207. The module referred to herein is a series of computer program segments capable of being executed by at least one processor and capable of performing a fixed function and is stored in memory. In the present embodiment, the functions of the modules will be described in detail in the following embodiments.
The obtaining module 201 is configured to obtain a project file of a project to be configured, and convert the project file into XML resource data.
In this embodiment, when a project is completed, in order to ensure the security of a project file, the project file needs to be managed, and a server acquires the project file of a project to be configured, processes the project file, and specifically, converts the project file into XML resource data.
In an optional embodiment, the obtaining module 201 converts the project file into XML resource data, including:
opening the project file according to the path of the project file, and analyzing the project file to generate a JSON file containing active code warehouse information;
analyzing the JSON file, extracting a link, an index and a storage path of each source code warehouse information from the JSON file, and writing the link, the index and the storage path into a corresponding dictionary according to key value pairs;
reading the dictionary and printing the read dictionary;
and adjusting the data structure of each JSON file in the dictionary according to a preset adjustment mode, and converting each adjusted JSON file into XML resource data.
In this embodiment, the index of the source code repository is any one of a repository branch name, a repository commit number, and a repository tag number, and when a path of a project file is obtained, the project file is opened according to the path of the project file, and since a JSON file containing source code repository information is included in the project file, a link, an index, and a storage path of each source code repository information is extracted from the JSON file and written into a corresponding dictionary according to a key value pair, and format conversion is performed, so that the JSON file is converted into XML resource data.
In this embodiment, an adjustment manner of the data structure may be preset, for example, the preset adjustment manner may be to call string.find function in python, adjust the data structure of each JSON file from a longitudinal data structure to a transverse data structure, and replace the JSON file with XML resource data.
The resource allocation module 202 is configured to perform resource allocation on the XML resource data to obtain a plurality of split resource data.
In this embodiment, when managing a project file, resource allocation needs to be performed on XML resource data corresponding to the project file to obtain a plurality of split resource data.
In an optional embodiment, the resource allocation module 202 performs resource allocation on the XML resource data to obtain a plurality of split resource data, where the resource allocation includes:
reading the authority data of the reader and the XML resource data corresponding to each reader in the configuration parameters of the XML resource data by adopting a preset web project container;
creating a Servlet context, converting the authority data of the reader and the XML resource data corresponding to each reader into key value pairs, and loading the key value pairs into the Servlet context, wherein the authority data of the reader is used as a key of the web project container, and the XML resource data corresponding to each reader is used as a key value;
and the web project container creates a permission distribution class instance in the Servlet context according to the permission level in the permission data of the reader, and performs resource distribution on the key value pair according to the created permission distribution class instance to obtain a plurality of split resource data.
In this embodiment, when the web project container is started, the configuration file of the XML resource data is read, the configuration parameters are obtained according to the configuration file, and the web project container is used to read the readers in the configuration parameters and the XML resource data corresponding to each reader, where the configuration parameters may include one or more readers.
In this embodiment, the plurality of split resource data may be stored in a memory.
In this embodiment, the Servlet context includes all XML resource data corresponding to the item to be configured, and converts the XML resource data into key value pairs, where the web item container uses the authority data of the reader as a key and the XML resource data corresponding to each reader as a key value, creates an authority allocation class instance according to the authority level of the reader, and performs resource allocation, for example, resource allocation is performed in an authority level manner, and a group with the highest authority may have read authorities of all XML resource data.
In the embodiment, the resource distribution is carried out on the XML resource data according to the permission levels, and the XML resource data read by the personnel with different permissions have different ranges, so that the management efficiency of the project file is improved, the problem that the core resource in the project file is leaked because all the personnel can read the XML resource data is avoided, and the safety of the project file is improved.
In other optional embodiments, after the XML resource data is loaded into the Servlet context and converted into the key value pair, the XML resource data may be cleared, an external entity cannot be injected into the XML resource data, the control server reads a file according to a specified configuration, which causes a problem of file leakage, and the security of the project file is further improved.
In some other optional embodiments, resource allocation may be performed on the XML resource data in a module manner to obtain a plurality of split resource data, and specifically, the module may include, but is not limited to: the system comprises a user permission module, a core module and a service module, wherein the core module refers to an enterprise internal core code resource, and the management efficiency of the project file is improved by carrying out resource allocation on the XML resource data in different resource allocation modes aiming at different customer requirements.
And the generating module 203 is used for identifying the authority data of the reader in each split resource data and generating a resource list.
In this embodiment, each split resource data includes at least one reader, and a resource list is generated according to the authority data of the reader.
In an optional embodiment, the generating module 203 identifies authority data of a reader in each split resource data, and generating the resource inventory includes:
analyzing each split resource data to obtain authority data of each reader, wherein the authority data comprises an identification code of the reader, a file name, a suffix and a class path of a readable file;
classifying the files in each split resource data according to the file name, the suffix and the class path of the readable file of each reader to obtain a file set of each reader;
analyzing the file set of each reader, and generating a resource list of each reader according to a preset generation mode;
and merging the resource lists of a plurality of readers to obtain the resource list of each split resource.
In this embodiment, each file corresponds to one or more readers, each reader can read one or more files, and each split resource data is classified according to authority data of each reader.
In this embodiment, a generation manner may be preset, and specifically, the preset generation manner may be set according to a reading requirement of a client, or may be set according to a service requirement.
Further, the analyzing the file set of each reader and generating the resource list of each reader according to a preset generation mode includes:
identifying the authority level of each reader, extracting file information from a corresponding file set according to the extraction mode of the authority level, and determining a resource list format corresponding to the authority level from a preset format library;
converting the file information according to the resource list format to obtain target information;
and generating a resource list of each reader according to the target information and a preset generation mode.
In this embodiment, the permission level of each reader is different, and the read item file is also different, so the corresponding extraction manner is also different, and the file information is extracted according to the identified permission level of each reader according to the corresponding extraction manner, specifically, the file information may include other file attributes such as a file name, a file suffix, a file size, and the like.
In the embodiment, the file sets read by readers with different authority levels are different, the file sets read by readers with high authority levels contain more files, and the file sets read by readers with low authority levels contain less files, so that different resource list formats are set for different authority levels, and the file information of each reader is subjected to format conversion according to the resource list formats.
Further, the merging the resource lists of the multiple readers to obtain the resource list of each split resource includes:
and identifying the authority level of each reader, sequencing the authority levels in an ascending order, and merging the resource lists of a plurality of readers according to the ascending order sequencing result to obtain the resource list of each split resource.
In this embodiment, in order to better manage the project file, the resource lists of a plurality of readers are combined according to the level of authority.
The parsing module 204 is configured to parse the read request when the read request of the client is monitored, and determine an identification code, an authority level, and target file information to be read of a reader.
In this embodiment, after the XML resource data is distributed according to the permission level of the reader, when a read request sent by the client is monitored, the server is configured to receive the read request and analyze the read request to obtain the permission data of the reader and the target file information to be read.
In an optional embodiment, the parsing module 204 parses the read request to determine the identification code, the permission level, and the target file information to be read of the reader includes:
analyzing the reading request to obtain an identification code and a calling interface of a reader;
determining the authority level of the reader from a preset authority level database according to the identification code of the reader;
and calling the target file information which needs to be read by the reader according to the reading request and the calling interface.
In this embodiment, the identification code is used for uniquely identifying the identity of the reader, and the identification code and the permission level of the reader are determined according to the identity of the reader; the calling interface can be used for determining the target file information which needs to be read by the reader.
In this embodiment, the reader may have multiple authority levels, and the target file information read for different authority levels is different.
In this embodiment, different calling interfaces call different file information, and the target file information that the reader needs to read is called according to the permission level of the reader and the calling interface in the reading request, so as to perform targeted calling, thereby ensuring the accuracy of the obtained target file information.
An identifying module 205, configured to identify whether the identifier of the reader exists in the resource lists of the plurality of split resources.
In this embodiment, the resource list of each split resource includes an identification code of a reader, and the reader is identified in the resource lists of the split resources according to the identification code of the reader.
In an alternative embodiment, the identifying module 205 identifying whether the reader's identification code exists in the resource inventory of the plurality of split resources comprises:
determining a preset regular expression corresponding to the authority level of the reader from a preset regular expression library;
performing regular query in the resource lists of the plurality of split resources according to the preset regular expression;
when the identification code of the reader is inquired in the resource lists of the split resources, determining that the identification code of the reader exists in the resource lists of the split resources; or
When the identification code of the reader is not inquired in the resource lists of the split resources, determining that the identification code of the reader does not exist in the resource lists of the split resources.
In this embodiment, the preset regular expressions corresponding to different permission levels are different, regular query is performed on the resource lists of the plurality of split resources according to the corresponding regular expressions, and whether the identification code of the reader exists is determined according to a query result.
Further, when the identification code of the reader does not exist in the resource lists of the split resources, the reading request of the client is refused to be responded.
In this embodiment, whether the reader exists in the resource lists of the plurality of split resources is determined by using a regular query, and when the identification code of the reader is queried in the resource lists, it is determined that the reader has a right to read the project file; when the identification code of the reader is not inquired in the resource list, the reader is determined to have no authority to read the project file, and the safety of the project file is ensured.
A determining module 206, configured to determine whether the reader has a right to read the target file corresponding to the target file information when the identifier of the reader exists in the resource lists of the multiple split resources.
In this embodiment, when it is determined that the reader has the right to read the item file, it is further determined whether the reader has the right to read the requested target file.
In an optional embodiment, the determining module 206 determines whether the reader has the right to read the target file corresponding to the target file information, including:
acquiring a file set corresponding to the reader from a resource list corresponding to the authority data of the reader, and analyzing the file set to obtain first file information of the reader;
identifying the target authority level of the reader, and converting the target file information according to a resource list format corresponding to the target authority level to obtain second file information;
inquiring whether the first file information has the second file information or not;
when the second file information is inquired in the first file information, determining that the reader has the right to read the target file corresponding to the target file information; or
And when the second file information is not inquired in the first file information, determining that the reader has no permission to read the target file corresponding to the target file information.
In this embodiment, the reader may have multiple reading authorities at the same time, and when it is determined that the reader can read the target file information, the target authority level at which the reader can read the target file information, that is, which files of the target file information are read, is identified.
In this embodiment, the first file information includes second file information, where the first file information is used to represent all item files that can be read within the right range of the reader, and the second file information is used to represent an item file that needs to be read by the reader in a current read request, that is, a target file.
In this embodiment, by querying the first file information for second file information, if the second file information exists in the first file information, it is determined that the reader has permission to read the target file; and if the second file information does not exist in the first file information, determining that the reader has no permission to read the target file.
In this embodiment, whether the reader has the right to read the item file is judged first, whether the reader has the right to read the target file corresponding to the reading request is judged, whether the reading request is responded is determined according to the judgment results of multiple times, the situation that the core file is possibly leaked when all the readers read the item file is avoided, and the safety of the item file is improved.
A reading module 207, configured to respond to the reading request to read the target file when the reader has permission to read the target file corresponding to the target file information.
In this embodiment, when it is determined that the reader has the right to read the target file, the target file is read in response to the read request.
In an alternative embodiment, the reading module 207 reading the target file in response to the read request includes:
and the web project container calls a preset reading method of the Servlet and reads the target file in a key value pair mode according to the preset reading method.
In this embodiment, a preset reading method of the Servlet is called through the web project container, specifically, the preset reading method may be a doet or a doPost method, and the target file is read by the doet or the doPost method.
Further, when the reader has no right to read the target file corresponding to the target file information, the reader refuses to respond to the reading request of the client.
Further, a notice of refusing to respond to the reading request is sent to the reader according to a preset sending mode.
In this embodiment, when the reader does not have the right to read the target file, the server sends a notification for rejecting the response to the read request to the reader for confirmation.
In summary, in the management apparatus for a project file according to this embodiment, on one hand, resource allocation is performed on XML resource data to obtain multiple split resource data, and resource allocation is performed on the XML resource data according to permission levels, so that the ranges of the XML resource data read by people with different permissions are different, the management efficiency of the project file is improved, and after the XML resource data is loaded into Servlet contexts and converted into key values, the XML resource data is cleared, and an external entity cannot be injected into the XML resource data, which avoids the problem of file leakage caused by file reading performed by a control server according to a specified configuration, and improves the security of the project file; on the other hand, the authority data of the reader in each split resource data is identified, a resource list is generated, different resource list formats are set according to different authority levels, and the file information of each reader is subjected to format conversion according to the resource list formats, so that on one hand, the resource list files of the same reader are unified, the management efficiency of the project files is improved, on the other hand, the generation of the resource list with pertinence is carried out, and the generation efficiency and the accuracy of the resource list of each reader are improved; and finally, identifying whether the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the target file corresponding to the target file information when the reader exists in the resource lists of the split resources, judging whether the reader has the authority to read the item file, judging whether the reader has the authority to read the target file corresponding to the reading request, determining whether to respond to the reading request according to multiple judgment results, avoiding the situation that all the readers read the item file, possibly causing the leakage of the core file, and improving the safety of the item file.
EXAMPLE III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention. In the preferred embodiment of the present invention, the electronic device 3 comprises a memory 31, at least one processor 32, at least one communication bus 33 and a transceiver 34.
It will be appreciated by those skilled in the art that the configuration of the electronic device shown in fig. 3 does not constitute a limitation of the embodiment of the present invention, and may be a bus-type configuration or a star-type configuration, and the electronic device 3 may include more or less other hardware or software than those shown, or a different arrangement of components.
In some embodiments, the electronic device 3 is an electronic device capable of automatically performing numerical calculation and/or information processing according to instructions set or stored in advance, and the hardware thereof includes but is not limited to a microprocessor, an application specific integrated circuit, a programmable gate array, a digital processor, an embedded device, and the like. The electronic device 3 may also include a client device, which includes, but is not limited to, any electronic product that can interact with a client through a keyboard, a mouse, a remote controller, a touch pad, or a voice control device, for example, a personal computer, a tablet computer, a smart phone, a digital camera, and the like.
It should be noted that the electronic device 3 is only an example, and other existing or future electronic products, such as those that can be adapted to the present invention, should also be included in the scope of the present invention, and are included herein by reference.
In some embodiments, the memory 31 is used for storing program codes and various data, such as the management device 20 of project files installed in the electronic device 3, and realizes high-speed and automatic access to programs or data during the operation of the electronic device 3. The Memory 31 includes a Read-Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), a One-time Programmable Read-Only Memory (OTPROM), an electronically Erasable rewritable Read-Only Memory (Electrically-Erasable Programmable Read-Only Memory (EEPROM)), an optical Read-Only disk (CD-ROM) or other optical disk Memory, a magnetic disk Memory, a tape Memory, or any other medium readable by a computer capable of carrying or storing data.
In some embodiments, the at least one processor 32 may be composed of an integrated circuit, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The at least one processor 32 is a Control Unit (Control Unit) of the electronic device 3, connects various components of the electronic device 3 by using various interfaces and lines, and executes various functions and processes data of the electronic device 3 by running or executing programs or modules stored in the memory 31 and calling data stored in the memory 31.
In some embodiments, the at least one communication bus 33 is arranged to enable connection communication between the memory 31 and the at least one processor 32 or the like.
Although not shown, the electronic device 3 may further include a power supply (such as a battery) for supplying power to each component, and optionally, the power supply may be logically connected to the at least one processor 32 through a power management device, so as to implement functions of managing charging, discharging, and power consumption through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device 3 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, an electronic device, or a network device) or a processor (processor) to execute parts of the methods according to the embodiments of the present invention.
In a further embodiment, in conjunction with fig. 2, the at least one processor 32 may execute an operating device of the electronic device 3 and various installed application programs (such as the management device 20 for the project file), program codes, and the like, for example, the above modules.
The memory 31 has program code stored therein, and the at least one processor 32 can call the program code stored in the memory 31 to perform related functions. For example, the modules described in fig. 2 are program codes stored in the memory 31 and executed by the at least one processor 32, so as to implement the functions of the modules for the purpose of managing project files.
In one embodiment of the invention, the memory 31 stores a plurality of instructions that are executed by the at least one processor 32 to implement the functions of management of project files.
Specifically, the at least one processor 32 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1, and details are not repeated here.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or that the singular does not exclude the plural. A plurality of units or means recited in the present invention may also be implemented by one unit or means through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A method for managing project files, the method comprising:
acquiring a project file of a project to be configured, and converting the project file into XML resource data;
performing resource allocation on the XML resource data to obtain a plurality of split resource data;
identifying authority data of a reader in each split resource data to generate a resource list;
when a reading request of a client is monitored, analyzing the reading request, and determining an identification code and an authority level of a reader and target file information to be read;
identifying whether the identification code of the reader exists in the resource lists of the plurality of split resources;
when the identification codes of the readers exist in the resource lists of the split resources, whether the readers have the authority to read the target files corresponding to the target file information is judged;
and when the reader has the right to read the target file corresponding to the target file information, responding to the reading request to read the target file.
2. The method for managing project files according to claim 1, wherein the identifying of the authority data of the reader in each split resource data and the generating of the resource list comprises:
analyzing each split resource data to obtain authority data of each reader, wherein the authority data comprises an identification code of the reader, a file name, a suffix and a class path of a readable file;
classifying the files in each split resource data according to the file name, the suffix and the class path of the readable file of each reader to obtain a file set of each reader;
analyzing the file set of each reader, and generating a resource list of each reader according to a preset generation mode;
and merging the resource lists of a plurality of readers to obtain the resource list of each split resource.
3. The method for managing project files according to claim 2, wherein the parsing the file set of each reader and generating the resource list of each reader according to a preset generation manner comprises:
identifying the authority level of each reader, extracting file information from a corresponding file set according to the extraction mode of the authority level, and determining a resource list format corresponding to the authority level from a preset format library;
converting the file information according to the resource list format to obtain target information;
and generating a resource list of each reader according to the target information and a preset generation mode.
4. The method for managing a project file according to claim 1, wherein said converting said project file into XML resource data comprises:
opening the project file according to the path of the project file, and analyzing the project file to generate a JSON file containing active code warehouse information;
analyzing the JSON file, extracting a link, an index and a storage path of each source code warehouse information from the JSON file, and writing the link, the index and the storage path into a corresponding dictionary according to key value pairs;
reading the dictionary and printing the read dictionary;
and adjusting the data structure of each JSON file in the dictionary according to a preset adjustment mode, and converting each adjusted JSON file into XML resource data.
5. The method for managing project files according to claim 1, wherein the resource allocation of the XML resource data to obtain a plurality of split resource data comprises:
reading the authority data of the reader and the XML resource data corresponding to each reader in the configuration parameters of the XML resource data by adopting a preset web project container;
creating a Servlet context, converting the authority data of the reader and the XML resource data corresponding to each reader into key value pairs, and loading the key value pairs into the Servlet context, wherein the authority data of the reader is used as a key of the web project container, and the XML resource data corresponding to each reader is used as a key value;
and the web project container creates a permission distribution class instance in the Servlet context according to the permission level in the permission data of the reader, and performs resource distribution on the key value pair according to the created permission distribution class instance to obtain a plurality of split resource data.
6. The method for managing project files according to claim 1, wherein the analyzing the reading request to determine the identification code of the reader, the authority level and the target file information to be read comprises:
analyzing the reading request to obtain an identification code and a calling interface of a reader;
determining the authority level of the reader from a preset authority level database according to the identification code of the reader;
and calling the target file information which needs to be read by the reader according to the reading request and the calling interface.
7. The method for managing project files according to claim 1, wherein said determining whether the reader has the right to read the target file corresponding to the target file information comprises:
acquiring a file set corresponding to the reader from a resource list corresponding to the authority data of the reader, and analyzing the file set to obtain first file information of the reader;
identifying the target authority level of the reader, and converting the target file information according to a resource list format corresponding to the target authority level to obtain second file information;
inquiring whether the first file information has the second file information or not;
when the second file information is inquired in the first file information, determining that the reader has the right to read the target file corresponding to the target file information; or
And when the second file information is not inquired in the first file information, determining that the reader has no permission to read the target file corresponding to the target file information.
8. An apparatus for managing project files, the apparatus comprising:
the acquisition module is used for acquiring a project file of a project to be configured and converting the project file into XML resource data;
the resource allocation module is used for allocating resources to the XML resource data to obtain a plurality of split resource data;
the generating module is used for identifying the authority data of a reader in each split resource data to generate a resource list;
the analysis module is used for analyzing the reading request when the reading request of the client is monitored, and determining the identification code and the permission level of a reader and the information of the target file to be read;
the identification module is used for identifying whether the identification code of the reader exists in the resource lists of the split resources;
the judging module is used for judging whether the reader has the authority to read the target file corresponding to the target file information when the identification code of the reader exists in the resource lists of the plurality of split resources;
and the reading module is used for responding to the reading request to read the target file when the reader has the authority to read the target file corresponding to the target file information.
9. An electronic device, characterized in that the electronic device comprises a processor and a memory, the processor being configured to implement the method for managing project files according to any one of claims 1 to 7 when executing a computer program stored in the memory.
10. A computer-readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing a method of managing a project file according to any one of claims 1 to 7.
CN202110693573.7A 2021-06-22 2021-06-22 Project file management method and device, electronic equipment and storage medium Pending CN113343302A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110693573.7A CN113343302A (en) 2021-06-22 2021-06-22 Project file management method and device, electronic equipment and storage medium
PCT/CN2021/109396 WO2022267178A1 (en) 2021-06-22 2021-07-29 Project file management method and apparatus, electronic device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110693573.7A CN113343302A (en) 2021-06-22 2021-06-22 Project file management method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113343302A true CN113343302A (en) 2021-09-03

Family

ID=77477880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110693573.7A Pending CN113343302A (en) 2021-06-22 2021-06-22 Project file management method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN113343302A (en)
WO (1) WO2022267178A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051937A (en) * 2006-05-10 2007-10-10 华为技术有限公司 User's power managing method and system based on XML
CN102314573A (en) * 2010-07-01 2012-01-11 英业达股份有限公司 Project management system
US9020912B1 (en) * 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system and devices thereof
CN110110151A (en) * 2018-01-05 2019-08-09 北大方正集团有限公司 Method, system, computer equipment and the storage medium of resource Packet analyzing storage
CN111881397A (en) * 2020-06-15 2020-11-03 明博教育科技股份有限公司 Method and system for adding access control to static page

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920691B (en) * 2018-07-13 2023-04-18 平安科技(深圳)有限公司 Front-end static resource management method and device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051937A (en) * 2006-05-10 2007-10-10 华为技术有限公司 User's power managing method and system based on XML
CN102314573A (en) * 2010-07-01 2012-01-11 英业达股份有限公司 Project management system
US9020912B1 (en) * 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system and devices thereof
CN110110151A (en) * 2018-01-05 2019-08-09 北大方正集团有限公司 Method, system, computer equipment and the storage medium of resource Packet analyzing storage
CN111881397A (en) * 2020-06-15 2020-11-03 明博教育科技股份有限公司 Method and system for adding access control to static page

Also Published As

Publication number Publication date
WO2022267178A1 (en) 2022-12-29

Similar Documents

Publication Publication Date Title
US9742640B2 (en) Identifying compatible web service policies
US8838777B2 (en) Web service management
US11291077B2 (en) Internet of things sensor major and minor event blockchain decisioning
CN113157315A (en) Method, device, equipment and medium for identifying difference information of different versions of software
CN113094674A (en) Page display method and device, electronic equipment and storage medium
CN115129753A (en) Data blood relationship analysis method and device, electronic equipment and storage medium
CN114416849A (en) Data processing method and device, electronic equipment and storage medium
CN112541640A (en) Resource authority management method and device, electronic equipment and computer storage medium
CN117151669A (en) Reminding method and device based on workflow engine execution time and electronic equipment
CN113343302A (en) Project file management method and device, electronic equipment and storage medium
CN113722324B (en) Report generation method and device based on artificial intelligence, electronic equipment and medium
CN114331661A (en) Data verification method and device, electronic equipment and storage medium
CN115102770A (en) Resource access method, device and equipment based on user permission and storage medium
CN113065055B (en) News information capturing method and device, electronic equipment and storage medium
CN115037481B (en) Electronic signature method and device based on artificial intelligence, electronic equipment and medium
CN113434847B (en) Privacy module processing method and device of application program, electronic equipment and medium
CN113449037B (en) AI-based SQL engine calling method, device, equipment and medium
CN114723400B (en) Service authorization management method, device, equipment and storage medium
CN116089473A (en) Data query method, device, electronic equipment and storage medium
CN116401123A (en) Log processing method and device based on artificial intelligence and related equipment
CN115630059A (en) Method and device for efficiently monitoring data quality, electronic equipment and storage medium
CN112905470A (en) Interface calling method and device, computer equipment and medium
CN115080115A (en) Risk detection method and device for open source assembly, electronic equipment and storage medium
CN116306512A (en) Channel information processing method, channel information processing device, computer equipment and storage medium
CN117390314A (en) Page keep-alive method and device based on artificial intelligence, electronic equipment and medium

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40049912

Country of ref document: HK

WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210903