CN114443129A - Project document automatic generation method, device and storage medium - Google Patents

Project document automatic generation method, device and storage medium Download PDF

Info

Publication number
CN114443129A
CN114443129A CN202111681237.7A CN202111681237A CN114443129A CN 114443129 A CN114443129 A CN 114443129A CN 202111681237 A CN202111681237 A CN 202111681237A CN 114443129 A CN114443129 A CN 114443129A
Authority
CN
China
Prior art keywords
project
file
document
local interface
interface document
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
CN202111681237.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.)
Guangdong Southern New Media Technology Co ltd
Original Assignee
Guangdong Southern New Media 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 Guangdong Southern New Media Technology Co ltd filed Critical Guangdong Southern New Media Technology Co ltd
Priority to CN202111681237.7A priority Critical patent/CN114443129A/en
Publication of CN114443129A publication Critical patent/CN114443129A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Library & Information Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a project document automatic generation method, a device and a storage medium, comprising the following steps: executing a project document generation instruction, and generating a project description file and a configuration file through a preset plug-in; and the preset plug-in sends the generated project description file and the local interface document file to the corresponding code hosting server and stores the project description file and the local interface document file to the corresponding folder according to the unique ID number of the project. Configuration files required by the project are directly generated through the preset plug-in, independent configuration file information does not need to be carried out on codes of all project documents, and centralized configuration management is achieved. The local interface document file generation process does not need the intrusion of project annotation into business codes, can realize independent deployment, and can still access the generated local interface document file if the project is interrupted or stopped. And sending the generated project documents to corresponding code hosting servers to uniformly store and classify the scattered local interface document files so as to realize centralized management.

Description

Project document automatic generation method, device and storage medium
Technical Field
The invention relates to the technical field of data processing, in particular to a project document automatic generation method, project document automatic generation equipment and a storage medium.
Background
An item is a unique, complex and interrelated series of activities that have a definite goal or purpose and must be completed within a given time, budget, or resource limit, according to a specification. For a target project, the target project generally includes at least one project task, and the management of the target project is based on the management of the project tasks in the target project. For each project task, the project task may be planned, resources specified, progress managed, etc. by the relevant personnel responsible for the project task. In the prior art, for a project task, multiple documents such as a requirement document, a design document, a task progress tracking document, a test case document, a defect record document and the like are generally required to be created, and the documents are generally independent documents which are respectively maintained and managed by different personnel.
At present, a common technical means in the industry is to introduce a swagger framework, configure swagger information in project codes and use swagger annotation on each interface needing to generate a document based on swagger use specifications. Since swagger configuration information needs to be configured individually in each item code, it is difficult to implement centralized configuration management. In order to directly generate the local interface document file, a large number of annotations also need to be written in the code in advance, and the clearer the generated local interface document is, the more the annotations are written. And if the local interface document file is integrated with a server code and is directly embedded into an engineering code, the invasion is relatively large, the document parameters and the application parameters are mixed together and are not easy to read, and the generated local interface document file depends on a project and cannot be independently deployed. If the project is stopped, the project document file related to the project can not be accessed, and the centralized management and the view of the project document file are difficult to realize.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the problem that documents of various project interfaces are scattered and inconvenient to uniformly look up is solved, and the documents are managed and looked up in a centralized mode.
In order to solve the technical problem, the invention provides a project document automatic generation method, a device and a storage medium, wherein the project document automatic generation method comprises the steps of executing a first project document generation instruction to enable a first preset plug-in to generate a first project description file and configuration file information;
the method comprises the steps of obtaining a first project annotation, generating a local interface document file based on the first project annotation and the configuration file, sending the local interface document file to a preset position, enabling a first preset plug-in to directly read the local interface document file at the preset position, and sending the first project description file and the local interface document file to a corresponding code hosting server, so that the code hosting server can uniformly store and classify the first project description file and the local interface document file.
Further, executing a project document generation instruction to enable the first preset plug-in to generate configuration file information, specifically:
and acquiring the first project document generation instruction, and controlling the first preset plug-in to generate a configuration file required by the first project at a compiling stage according to the first project document generation instruction, wherein the configuration file is used for storing attribute parameter information of the first project and comprises a Maven plug-in configuration file and a smart-doc json configuration file.
Further, the first item description file specifically includes:
the first project description file is used for storing project information; wherein the item information includes: the name of the first item, the unique ID number corresponding to the first item and the storage address of the first item.
Further, the code hosting server performs unified storage and classification on the first project description file and the local interface document file, specifically:
and the code hosting server classifies and archives the first project description file and the local interface document file according to the unique ID of the project, and stores the first project description file and the local interface document file to corresponding folders according to the corresponding project ID.
Further, after sending the first project description file and the local interface document file to the corresponding code hosting server for unified storage and classification, the method further includes:
the first preset plug-in monitors the first project description file and the local interface document file in real time, and when the first project description file and the local interface document file are detected to be modified and changed, the first preset plug-in automatically sends the updated file to the code hosting server.
Further, the method for automatically generating the project document further comprises the following steps:
receiving a document lookup request of a user, generating a login registration interface, judging whether the user has a document lookup authority according to user input information, if so, calling a corresponding document according to the document lookup request for display, and if not, rejecting the document lookup request.
Further, the method for automatically generating the project document further comprises the following steps:
and searching the first item description file and the local interface document file uploaded to the code hosting server by inputting an item ID number, and/or searching and searching in a mode of inputting keywords.
Correspondingly, the embodiment of the present invention further provides a terminal device, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the automatic generation method of the project document is implemented.
Correspondingly, the embodiment of the invention also provides a computer-readable storage medium, which includes a stored computer program, wherein when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the project document automatic generation method described above.
Compared with the prior art, the project document automatic generation method, the project document automatic generation equipment and the readable storage medium have the advantages that:
executing a project document generation instruction, and directly generating a project description file and a required configuration file through a preset plug-in; and generating a local interface document file based on the pre-written project annotation and the configuration file, sending the generated project description file and the local interface document file to corresponding code hosting servers through preset plug-ins for unified storage and classification, and realizing centralized management on the dispersed local interface document files. The configuration files required by the project are directly generated through the preset plug-in, independent configuration file information does not need to be carried out on codes of all project documents, centralized configuration management is achieved, the local interface document files are generated based on the project comments and the configuration files, the project comments do not need to be invaded into service codes, independent deployment can be achieved, and if the project is interrupted or stopped, the generated local interface document files can still be accessed.
In addition, the preset plug-in of the embodiment of the invention also monitors the project description file and the local interface document file in real time, and when the content of the project description file and the content of the local interface document file are detected to be modified and changed, the updated file can be automatically sent to the code hosting server, so that a user can conveniently obtain the latest document record. When the user conducts document lookup, the user authentication and retrieval functions are provided, and convenience of document lookup can be improved while leakage of project documents is avoided.
Drawings
Fig. 1 is a flowchart illustrating a method for automatically generating a project document according to an embodiment of the present invention.
Detailed Description
The technical solutions in the present invention will be described clearly and completely with reference to the drawings in the present invention, and it should be apparent that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Referring to fig. 1, fig. 1 is a schematic flow chart of a project document automatic generation method, a project document identification method, and a storage medium according to an embodiment of the present invention, where the method includes steps 101 and 102, and each step is as follows:
step 101, executing a first project document generation instruction to enable a first preset plug-in to generate a first project description file and a configuration file.
In the embodiment of the invention, a user can issue a project document generation instruction through IDEA (IntelliJ IDEA, java development tool software), set basic information such as a project name and a storage path and complete the creation of a project. And executing the project document generation instruction to start creating the project document. The preset plug-in is called in the pom file of the created project, and the preset plug-in can automatically generate the configuration file required by the project in the compiling stage. The configuration file is used for storing user-defined project attribute parameter information and parameters which need to be modified frequently, such as connection addresses, names, user names and passwords of databases to be connected; such as a uniform resource locator (url) or the like that accesses a third party service. In view of the versatility of the program, these parameters often cannot be written directly into the program and are usually handled by means of configuration files. Configuration files include, but are not limited to, the necessary Maven plug configuration in the Maven project pom. xml file and the smart-doc. json configuration file required for the open source smart-doc.
The first project description file is used for storing project introduction information; the item introduction information includes, but is not limited to, an item name, a unique ID number corresponding to the item, and a storage address of the item, and is a summary aggregate file of the item information.
Step 102: the method comprises the steps of obtaining a first project annotation, generating a local interface document file based on the first project annotation and the configuration file, sending the local interface document file to a preset position, enabling a first preset plug-in to directly read the local interface document file at the preset position, and sending the first project description file and the local interface document file to a corresponding code hosting server, so that the code hosting server can uniformly store and classify the first project description file and the local interface document file.
In the embodiment of the present invention, the user writes the item annotation based on the JAVA standard specification, which is a coding standard in the JAVA language specification, including but not limited to the requirements of the writing specification for some source codes such as file name, file suffix, file organization, source file, etc. Based on the configuration file and the project annotation generated in the step 101, a smart-doc document generation tool is quoted, the smart-doc serves as an open source plug-in, and different from the traditional realization method for generating a document by adopting annotation intrusion like swagger in a large amount, the smart-doc generates an interface document based on interface source code analysis completely, and a local interface document file can be generated directly according to the project annotation and the configuration file without intruding the annotation into the local interface document file, so that independent deployment can be realized.
And sending the generated local interface document file to a preset storage path under a project document generation instruction, directly reading the local interface document file under the path by a preset plug-in, and sending the obtained local interface document file and the obtained project description file to a corresponding code hosting server. The code hosting server includes but is not limited to a common code hosting server such as a gitlab, github, code cloud, svn, and the like. And storing and classifying the files uploaded to the code hosting server according to the unique corresponding item ID numbers of the files, so that the files between different items are prevented from being mutually covered.
And the user realizes the parameter change of the codes in the project document by modifying the configuration file, thereby realizing the flexible parameter change. The first preset plug-in monitors a first project description file and a local interface document file in real time, and when the fact that the content of the first project description file and the content of the local interface document file are modified and changed is detected, the updated file can be automatically obtained and sent to a corresponding code hosting server.
As a preferred scheme, the method for automatically generating a project document according to the embodiment of the present invention further provides an independent web service, including user authentication and retrieval functions. In the embodiment of the invention, a user can log in the system through a browser and initiate a document reference request. The system generates a login registration page after receiving a document lookup request of a user, the user can perform identity authentication in a mode of inputting account password information or face unlocking and the like, and the system determines whether the user has document lookup authority according to identity authentication information provided by the user. If yes, calling a corresponding document according to a document lookup request initiated by a user for displaying, and if not, rejecting the document lookup request. Meanwhile, a user can search and inquire the first item description file and the local interface document file uploaded to the code hosting server by inputting an item ID number and/or search and inquire by inputting keywords, wherein the number of the input keywords is not limited.
The embodiment of the invention also provides project document automatic generation equipment which comprises a processor, a memory and a computer program which is stored in the memory and is configured to be executed by the processor, wherein the processor realizes the project document automatic generation method when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, which comprises a stored computer program, wherein when the computer program runs, the device where the computer-readable storage medium is located is controlled to execute the automatic project document generation method.
Illustratively, the computer program may be partitioned into one or more modules that are stored in the memory and executed by the processor to implement the invention. The one or more modules may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program in the project document based automation generation device.
The project document automatic generation device can be a desktop computer, a notebook computer, a palm computer, a cloud server and other computing devices. The project document automation generation device may include, but is not limited to, a processor, a memory, and a display. It will be understood by those skilled in the art that the above components are merely examples of a scanning device based data collection device and do not constitute a limitation on the scanning device based data collection device, and may include more or less components than those described, or some components may be combined, or different components, for example, the project document automation generation device may also include an input output device, a network access device, a bus, etc.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center of the project document based automation generation device, various interfaces and lines connecting the various parts of the entire project document based automation generation device.
The memory may be used to store the computer programs and/or modules, and the processor may implement various functions of the project document-based automation generation apparatus by running or executing the computer programs and/or modules stored in the memory and calling data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, a text conversion function, etc.), and the like; the storage data area may store data (such as audio data, text message data, etc.) created according to the use of the cellular phone, etc. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Wherein, the integrated module of the project document automatic generation device can be stored in a computer readable storage medium if the integrated module is realized in the form of a software functional unit and sold or used as an independent product. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice. One of ordinary skill in the art can understand and implement it without inventive effort.
The embodiment of the invention provides an automatic project document generation method, which adopts a first preset plug-in to generate a configuration file and a project description file required by a project, directly generates a local interface document file according to project annotation and configuration file information, and does not need a code for intruding the annotation into the local interface document file. The first preset plug-in automatically acquires the generated local interface document file, sends the local interface document file and the project description file to the corresponding code hosting server, and stores the local interface document file and the project description file to the corresponding folder according to the unique ID number of the project, so that the files between different projects are prevented from being mutually covered. Meanwhile, the first preset plug-in unit also monitors the project description file and the local interface document file in real time, and when the content of the project description file and the content of the local interface document file are detected to be modified and changed, the updated file can be automatically sent to the code hosting server, so that a user can conveniently obtain the latest document record, and the project documents are managed in a centralized manner.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and substitutions can be made without departing from the technical principle of the present invention, and these modifications and substitutions should also be regarded as the protection scope of the present invention.

Claims (9)

1. An automatic generation method of project documents is characterized by comprising the following steps:
executing a first project document generation instruction to enable a first preset plug-in to generate a first project description file and a configuration file;
the method comprises the steps of obtaining a first project annotation, generating a local interface document file based on the first project annotation and the configuration file, sending the local interface document file to a preset position, enabling a first preset plug-in to directly read the local interface document file at the preset position, and sending the first project description file and the local interface document file to a corresponding code hosting server, so that the code hosting server can uniformly store and classify the first project description file and the local interface document file.
2. The method for automatically generating a project document according to claim 1, wherein a project document generation instruction is executed to enable a first preset plug-in to generate a configuration file, specifically:
and acquiring the first project document generation instruction, and controlling the first preset plug-in to generate a configuration file required by the first project at a compiling stage according to the first project document generation instruction, wherein the configuration file is used for storing attribute parameter information of the first project and comprises a Maven plug-in configuration file and a smart-doc json configuration file.
3. The automatic generation method of project documents according to claim 1, wherein the first project description file specifically includes:
the first project description file is used for storing project information; wherein the item information includes: the name of the first item, the unique ID number corresponding to the first item and the storage address of the first item.
4. The method for automatically generating a project document according to claim 1, wherein the code hosting server performs unified storage classification on the first project description file and the local interface document file, specifically:
and the code hosting server classifies and archives the first project description file and the local interface document file according to the unique ID of the project, and stores the first project description file and the local interface document file to corresponding folders according to the corresponding project ID.
5. The method of claim 1, wherein after sending the first project description file and the local interface document file to corresponding code hosting servers for unified storage and classification, the method further comprises:
the first preset plug-in monitors the first project description file and the local interface document file in real time, and when the first project description file and the local interface document file are detected to be modified and changed, the first preset plug-in automatically sends the updated file to the code hosting server.
6. The method of claim 1, wherein the method further comprises:
receiving a document lookup request of a user, generating a login registration interface, judging whether the user has a document lookup authority according to user input information, if so, calling a corresponding document according to the document lookup request for display, and if not, rejecting the document lookup request.
7. The method of claim 1, wherein the method further comprises:
and searching the first item description file and the local interface document file uploaded to the code hosting server by inputting an item ID number, and/or searching and searching in a mode of inputting keywords.
8. A terminal device comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the project document automatic generation method of any one of claims 1 to 7 when executing the computer program.
9. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus on which the computer-readable storage medium is located to perform the project document automatic generation method according to any one of claims 1 to 7.
CN202111681237.7A 2021-12-30 2021-12-30 Project document automatic generation method, device and storage medium Pending CN114443129A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111681237.7A CN114443129A (en) 2021-12-30 2021-12-30 Project document automatic generation method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111681237.7A CN114443129A (en) 2021-12-30 2021-12-30 Project document automatic generation method, device and storage medium

Publications (1)

Publication Number Publication Date
CN114443129A true CN114443129A (en) 2022-05-06

Family

ID=81365565

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111681237.7A Pending CN114443129A (en) 2021-12-30 2021-12-30 Project document automatic generation method, device and storage medium

Country Status (1)

Country Link
CN (1) CN114443129A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116149882A (en) * 2023-04-19 2023-05-23 北京轻松筹信息技术有限公司 Method, device, equipment and storage medium for generating interface description file

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180232348A1 (en) * 2017-02-15 2018-08-16 LAWPRCT, Inc. Document annotation system
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document
CN110377336A (en) * 2019-06-17 2019-10-25 平安普惠企业管理有限公司 Interface document generation method, device, computer equipment and storage medium
CN110633102A (en) * 2019-09-23 2019-12-31 山东浪潮通软信息科技有限公司 Micro-service-framework-based interface document automatic generation method and tool
CN111258563A (en) * 2020-01-16 2020-06-09 江苏满运软件科技有限公司 Interface document generation method and device, storage medium and electronic equipment
CN112230988A (en) * 2020-10-16 2021-01-15 蜂助手股份有限公司 Interface document generation method and device, computer equipment and storage medium
CN113672204A (en) * 2021-07-22 2021-11-19 北京明略昭辉科技有限公司 Interface document generation method, system, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180232348A1 (en) * 2017-02-15 2018-08-16 LAWPRCT, Inc. Document annotation system
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document
CN110377336A (en) * 2019-06-17 2019-10-25 平安普惠企业管理有限公司 Interface document generation method, device, computer equipment and storage medium
CN110633102A (en) * 2019-09-23 2019-12-31 山东浪潮通软信息科技有限公司 Micro-service-framework-based interface document automatic generation method and tool
CN111258563A (en) * 2020-01-16 2020-06-09 江苏满运软件科技有限公司 Interface document generation method and device, storage medium and electronic equipment
CN112230988A (en) * 2020-10-16 2021-01-15 蜂助手股份有限公司 Interface document generation method and device, computer equipment and storage medium
CN113672204A (en) * 2021-07-22 2021-11-19 北京明略昭辉科技有限公司 Interface document generation method, system, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一点光辉: "使用smart-doc自动生成接口文档,解放java开发者", 《HTTPS://BLOG.CSDN.NET/QQ_22701869/ARTICLE/DETAILS/119357683》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116149882A (en) * 2023-04-19 2023-05-23 北京轻松筹信息技术有限公司 Method, device, equipment and storage medium for generating interface description file
CN116149882B (en) * 2023-04-19 2023-08-08 北京轻松筹信息技术有限公司 Method, device, equipment and storage medium for generating interface description file

Similar Documents

Publication Publication Date Title
WO2016138612A1 (en) Proxy service for uploading data from a source to a destination
US11232215B2 (en) Electronic laboratory notebook system and method
US20130117738A1 (en) Server Upgrades with Safety Checking and Preview
US9864736B2 (en) Information processing apparatus, control method, and recording medium
US20090089072A1 (en) Configuration management database (cmdb) which establishes policy artifacts and automatic tagging of the same
CN107111649B (en) Uploading user and system data from a source location to a destination location
CN109522751B (en) Access right control method and device, electronic equipment and computer readable medium
US10855750B2 (en) Centralized management of webservice resources in an enterprise
KR102040772B1 (en) Data management method for consulting project relation to registering items on public procurement service
US20210306342A1 (en) Dynamically generating restriction profiles for managed devices
US10841342B2 (en) Data driven user interfaces for device management
CN114443129A (en) Project document automatic generation method, device and storage medium
US9355232B2 (en) Methods for governing the disclosure of restricted data
US20210360038A1 (en) Machine policy configuration for managed devices
WO2019139855A1 (en) Data driven user interfaces for device management
US11263324B2 (en) Monitoring source code repository data in real-time to protect sensitive information and provide entity-specific alerts
US10303343B1 (en) Data driven user interfaces for device management
CN116382761A (en) Application management method, electronic equipment and storage medium
WO2022037627A1 (en) Integrated management method, apparatus and system for artificial intelligence applications
TW201629797A (en) Method for performing file synchronization control, and associated apparatus
CN111651416B (en) Sketch project file uploading preview method, system, equipment and medium
CN108334394B (en) Multi-language processing method and device for basic data of multi-language software system
US20220300563A1 (en) System and method of updating content server metadata
US20230385439A1 (en) Computer system and method for search authorization compliance during forensic data acquisition in a digital forensic investigation
CN112817603A (en) Application program processing method and device, electronic equipment, system and storage 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220506

RJ01 Rejection of invention patent application after publication