CN110442373B - Copyright information adding method, device and medium - Google Patents

Copyright information adding method, device and medium Download PDF

Info

Publication number
CN110442373B
CN110442373B CN201810410869.1A CN201810410869A CN110442373B CN 110442373 B CN110442373 B CN 110442373B CN 201810410869 A CN201810410869 A CN 201810410869A CN 110442373 B CN110442373 B CN 110442373B
Authority
CN
China
Prior art keywords
project
configuration file
copyright information
code
item
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810410869.1A
Other languages
Chinese (zh)
Other versions
CN110442373A (en
Inventor
袁健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Suzhou Software Technology Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Suzhou Software 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 China Mobile Communications Group Co Ltd, China Mobile Suzhou Software Technology Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201810410869.1A priority Critical patent/CN110442373B/en
Publication of CN110442373A publication Critical patent/CN110442373A/en
Application granted granted Critical
Publication of CN110442373B publication Critical patent/CN110442373B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to the technical field of computer software engineering, and discloses a method, a device and a medium for adding copyright information, which are used for improving the efficiency of adding code copyright information. According to the method and the device, when the code files of the project are packaged, the project management plug-in is used for automatically adding copyright information to the code files. Since each item is configured with a personalized configuration file, the configuration file comprises personalized copyright information of the item. The copyright information can be automatically added to the code files of different projects without manual switching operation.

Description

Copyright information adding method, device and medium
Technical Field
The present application relates to the field of computer software engineering technologies, and in particular, to a method, an apparatus, and a medium for adding copyright information.
Background
This section is intended to provide a background or context to the embodiments of the application that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
Adding copyright information to code files is an important aspect of intellectual property protection. Currently, for example, java code is used, and the existing method for adding copyright information is generally implemented by configuring Eclipse. Eclipse is an open source code, java-based extensible development platform. Copyright information is configured in Eclipse, and all projects commonly acquire the copyright information and apply the copyright information to codes. The configuration with reference to fig. 1 is as follows: opening a parameter setting panel through a menu Window- > Preference, and then selecting: java- > Code Style- > Code Templates.
However, the copyright information of the same Eclipse configuration applies to all items it opens. If different projects in the same Eclipse have different copyright information, new codes need to be switched among the different projects at the same time, and the copyright information configuration of the Eclipse needs to be continuously and manually modified. Therefore, the operation of adding copyright information in the prior art is inconvenient and low in efficiency.
Disclosure of Invention
The embodiment of the application provides a method, a device and a medium for adding copyright information, which are used for improving the efficiency of adding the copyright information.
The method for adding copyright information provided by the embodiment of the application comprises the following steps:
when the code files of the project are packed, calling a pre-developed project management plug-in to search the configuration file corresponding to the project in the corresponding relation set of the project and the configuration file;
and adding copyright information to the code file of the project according to the found copyright information in the configuration file.
In one possible implementation, the project management plugin is a Maven plugin of an Eclipse integrated development platform.
In one possible embodiment, the profile is a global profile that applies to all users.
In one possible embodiment, the method further comprises:
acquiring a user identifier of a user who opens the project;
in the corresponding relation set of the item and the configuration file, searching the configuration file corresponding to the item, including:
and searching the configuration file with the user identification corresponding to the item in the corresponding relation set of the item and the configuration file according to the user identification.
An embodiment of the present application further provides an adding apparatus for copyright information, including:
the configuration file acquisition module is used for calling a pre-developed project management plug-in to search a configuration file corresponding to the project in a corresponding relation set of the project and the configuration file when packaging the code file of the project;
and the copyright information adding module is used for adding copyright information to the code file of the project according to the found copyright information in the configuration file.
In one possible implementation, the project management plugin is a Maven plugin of an Eclipse integrated development platform.
In one possible embodiment, the profile is a global profile that applies to all users.
In one possible embodiment, the apparatus further comprises:
the user identification acquisition module is used for acquiring the user identification of the user opening the project;
and the configuration file acquisition module is used for searching the configuration file with the user identification corresponding to the project in the corresponding relation set of the project and the configuration file according to the user identification.
The embodiment of the application provides a computing device, which comprises at least one processing unit and at least one storage unit, wherein the storage unit stores a computer program, and when the program is executed by the processing unit, the processing unit is enabled to execute any copyright information adding method provided by the embodiment of the application.
Embodiments of the present application provide a computer-readable medium, which stores a computer program executable by a computing device, and when the program runs on the computing device, the computer program causes the computing device to execute any one of the copyright information adding methods provided in the embodiments of the present application.
According to the method, the device and the medium for adding the copyright information, when the code files of the project are packaged, the project management plug-in is used for automatically adding the copyright information to the code files. Since each item is configured with a personalized configuration file, the configuration file comprises personalized copyright information of the item. The copyright information can be automatically added to the code files of different projects without manual switching operation.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is an operation interface diagram of a copyright information adding method according to the prior art;
fig. 2 is a schematic view of an application scenario of a copyright information adding method according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a copyright information adding method according to an embodiment of the present application;
fig. 4 is a diagram illustrating an effect of adding copyright information according to an embodiment of the present application;
fig. 5 is a schematic diagram illustrating adding copyright information by an Eclipse integrated development platform according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a copyright information adding apparatus according to an embodiment of the present application;
FIG. 7 is a schematic structural diagram of a computing device according to an embodiment of the present application.
Detailed Description
In order to improve the efficiency of adding copyright information, embodiments of the present application provide a method, an apparatus, and a medium for adding copyright information.
The preferred embodiments of the present application will be described below with reference to the accompanying drawings of the specification, it should be understood that the preferred embodiments described herein are merely for illustrating and explaining the present application, and are not intended to limit the present application, and that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
Fig. 2 is a schematic diagram of an application scenario provided in the embodiment of the present application, and it is assumed that an integrated development platform has multiple projects. In the embodiment of the application, a plug-in is developed in advance, and copyright information is automatically added to the code files of all the items through the plug-in.
Specifically, as shown in fig. 3, which is a schematic implementation flow diagram of a method for adding copyright information provided in the embodiment of the present application, the method may include the following steps:
s31, calling a pre-developed project management plug-in to search a configuration file corresponding to the project in a corresponding relation set of the project and the configuration file when packaging the code file of the project;
and S32, adding copyright information to the code file of the project according to the copyright information in the searched configuration file.
Wherein, in one embodiment, a library table can be established as a corresponding relation collection of the project and the configuration file. This set is shown in table 1:
TABLE 1
Figure BDA0001648015200000041
Figure BDA0001648015200000051
Table 1 is only for illustrating the embodiments of the present application, and is not intended to limit the embodiments of the present application.
In particular, it is certain which code files each project includes. Therefore, the code files of the project can be traversed, and the copyright information can be added to the code files according to the configuration files of the project.
Further, in order to add a code file to a Java project, in the embodiment of the present application, the project is a project of an Eclipse integrated development platform, and the project management plugin is a maven plugin of the platform. Maven is a Project Management tool that contains a Project Object Model (Project Object Model), a set of criteria, a Project Lifecycle (Project Lifecycle), a Dependency Management System (Dependency Management System), and logic for running plug-in (plug) objects (gold) defined in the Lifecycle phase (phase). When the method is implemented specifically, the code of the Maven plugin can be written according to actual requirements, and the function of the Maven plugin can be developed.
In one embodiment, to facilitate automatic addition of code, the configuration file for the project may be a global configuration file that applies to all users. Thus, for an Eclipse integrated development platform, each project on the Eclipse integrated development platform adds copyright information according to the configuration file of the project. Even if different research and development personnel carry out work handover and the user names are different, different users can add copyright information by using the configuration file of the same project as long as the same project is operated.
Certainly, in specific implementation, when different users are required to add different pieces of copyright information, in the embodiment of the application, the user identifier of the user who opens the project can be obtained in advance; then, in the corresponding relationship set of the item and the configuration file, finding the configuration file corresponding to the item may be executed as: and searching the configuration file with the user identification corresponding to the item in the corresponding relation set of the item and the configuration file according to the user identification. In this way, different items of different users may have different copyright information. Realizing the individuation of copyright information according to items and users.
In specific implementation, the copyright information may include: file name, file function description, author, create identification, modify description, and the like. The copyright information may be written directly at the beginning of the code, and for example, as shown in fig. 4, the copyright information is added to the code.
As shown in fig. 5, taking Eclipse integrated development platform as an example, suppose there are three projects that need to be switched back and forth to add copyright information. The mode of generating the copyright information by the maven plug-in mode adopts a project-one copyright information configuration file, namely the copyright information file exists in each project. When the plug-in function is developed, the content of the copyright information can be customized in each project, and finally, personalized copyright information is read from each project by the maven plug-in and written into a respective code file of each project.
To sum up, in the embodiment of the present application, a personalized configuration file is configured for each item, where the configuration file includes personalized copyright information of the item. And the copyright information in the configuration file can be automatically read and added to the code file of the corresponding project through the project management plug-in. Manual switching back and forth is not needed, and the copyright information addition automation is realized.
Based on the same inventive concept, the embodiment of the present application further provides a device for adding copyright information, and as the principle of solving the problem of the device is similar to the method for adding the copyright information, the implementation of the device can refer to the implementation of the method, and repeated details are not repeated.
As shown in fig. 6, which is a schematic structural diagram of an apparatus for adding copyright information provided in an embodiment of the present application, the apparatus may include:
the configuration file acquisition module 61 is configured to, when a code file of a project is packed, call a pre-developed project management plug-in to find a configuration file corresponding to the project in a corresponding relationship set of the project and the configuration file;
and the copyright information adding module 62 is configured to add copyright information to the code file of the item according to the found copyright information in the configuration file.
In one embodiment, the project management plugin is a Maven plugin of an Eclipse integrated development platform.
Wherein, in one embodiment, the profile is a global profile applied to all users.
Wherein, in one embodiment, the apparatus further comprises:
a user identifier obtaining module 63, configured to obtain a user identifier of a user who opens the item;
the configuration file obtaining module 61 is configured to search, according to the user identifier, a configuration file having the user identifier and corresponding to the item in the corresponding relationship set between the item and the configuration file.
The device provided by the embodiment of the application can automatically add copyright information to the code file by using the project management plug-in when the code file of the project is packaged. Since each item is configured with a personalized configuration file, the configuration file comprises personalized copyright information of the item. The copyright information can be automatically added to the code files of different projects without manual switching operation.
For convenience of description, the above parts are described separately as modules (or units) according to functions. Of course, the functionality of the various modules (or units) may be implemented in the same one or more pieces of software or hardware when implementing the present application.
The copyright information adding device provided by the embodiment of the application can be independently arranged, and can also be integrated in the existing equipment in the vehicle, for example, the copyright information adding device can be integrated in a vehicle event data recorder, and can also be integrated in vehicle navigation and the like.
Having described the method and apparatus for adding copyright information according to the exemplary embodiments of the present application, a computing apparatus according to another exemplary embodiment of the present application will be described next.
As will be appreciated by one skilled in the art, aspects of the present application may be embodied as a system, method or program product. Accordingly, various aspects of the present application may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
In some possible embodiments, a computing device according to the present application may include at least one processing unit, and at least one memory unit. Wherein the storage unit stores program code, which, when executed by the processing unit, causes the processing unit to perform the steps of the method for adding copyright information according to various exemplary embodiments of the present application described above in the present specification. For example, the processing unit may execute step S31 shown in fig. 3, when the code file of the project is packaged, call a pre-developed project management plug-in to find the configuration file corresponding to the project in the corresponding relationship set between the project and the configuration file, and add the copyright information to the code file of the project according to the copyright information in the found configuration file in step S32.
The computing device 70 according to this embodiment of the present application is described below with reference to fig. 7. The computing device 70 shown in fig. 7 is only an example and should not bring any limitations to the functionality or scope of use of the embodiments of the present application.
As shown in fig. 7, the computing apparatus 70 is embodied in the form of a general purpose computing device. Components of computing device 70 may include, but are not limited to: the at least one processing unit 71, the at least one memory unit 72, and a bus 73 connecting various system components including the memory unit 72 and the processing unit 71.
Bus 73 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, a processor, or a local bus using any of a variety of bus architectures.
The storage unit 72 may include readable media in the form of volatile memory, such as Random Access Memory (RAM) 421 and/or cache memory 722, and may further include Read Only Memory (ROM) 723.
The memory unit 72 may also include a program/utility 725 having a set (at least one) of program modules 724, such program modules 724 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Computing device 70 may also communicate with one or more external devices 74 (e.g., keyboard, pointing device, etc.), with one or more devices that enable a user to interact with computing device 70, and/or with any devices (e.g., router, modem, etc.) that enable computing device 70 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 75. Also, computing device 70 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) through network adapter 76. As shown, network adapter 76 communicates with other modules for computing device 70 over bus 73. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computing device 70, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
In some possible embodiments, various aspects of the method for adding copyright information provided by the present application may also be implemented in the form of a program product, which includes program code, and when the program product runs on a computer device, the program code is configured to enable the computer device to execute the steps in the method for adding copyright information according to various exemplary embodiments of the present application described above in this specification, for example, when the computer device may perform step S31 shown in fig. 3 and package a code file of a project, a pre-developed project management plug-in is called to find a configuration file corresponding to the project in a corresponding relationship set between the project and the configuration file, and step S32 adds copyright information to the code file of the project according to the copyright information in the found configuration file.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The added program product of copyright information of the embodiments of the present application may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a computing device. However, the program product of the present application is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present application may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device over any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., over the internet using an internet service provider).
It should be noted that although several units or sub-units of the apparatus are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functions of two or more units described above may be embodied in one unit, according to embodiments of the application. Conversely, the features and functions of one unit described above may be further divided into embodiments by a plurality of units.
Further, while the operations of the methods of the present application are depicted in the drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (6)

1. A copyright information adding method is characterized by comprising the following steps:
when the code files of the project are packed, calling a pre-developed project management plug-in to search the configuration file corresponding to the project in the corresponding relation set of the project and the configuration file; the project management plug-in is a Maven plug-in of an Eclipse integrated development platform; the configuration file is a global configuration file applied to all users;
and adding copyright information to the code file of the project according to the copyright information in the searched configuration file.
2. The method of claim 1, further comprising:
acquiring a user identifier of a user who opens the project;
in the corresponding relation set of the item and the configuration file, searching the configuration file corresponding to the item, including:
and searching the configuration file with the user identification corresponding to the item in the corresponding relation set of the item and the configuration file according to the user identification.
3. An apparatus for adding copyright information, comprising:
the configuration file acquisition module is used for calling a pre-developed project management plug-in to search a configuration file corresponding to the project in a corresponding relation set of the project and the configuration file when packaging the code file of the project; the project management plug-in is a Maven plug-in of an Eclipse integrated development platform; the configuration file is a global configuration file applied to all users;
and the copyright information adding module is used for adding copyright information to the code file of the project according to the found copyright information in the configuration file.
4. The apparatus of claim 3, further comprising:
the user identification acquisition module is used for acquiring the user identification of the user opening the project;
and the configuration file acquisition module is used for searching the configuration file with the user identification corresponding to the project in the corresponding relation set of the project and the configuration file according to the user identification.
5. A computing device comprising at least one processing unit and at least one memory unit, wherein the memory unit stores a computer program that, when executed by the processing unit, causes the processing unit to perform the steps of the method of claim 1 or 2.
6. A computer-readable medium, in which a computer program is stored which is executable by a computing device, the program, when run on the computing device, causing the computing device to perform the steps of the method of claim 1 or 2.
CN201810410869.1A 2018-05-02 2018-05-02 Copyright information adding method, device and medium Active CN110442373B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810410869.1A CN110442373B (en) 2018-05-02 2018-05-02 Copyright information adding method, device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810410869.1A CN110442373B (en) 2018-05-02 2018-05-02 Copyright information adding method, device and medium

Publications (2)

Publication Number Publication Date
CN110442373A CN110442373A (en) 2019-11-12
CN110442373B true CN110442373B (en) 2022-12-16

Family

ID=68427660

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810410869.1A Active CN110442373B (en) 2018-05-02 2018-05-02 Copyright information adding method, device and medium

Country Status (1)

Country Link
CN (1) CN110442373B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111638906B (en) * 2020-05-15 2023-02-03 郑州阿帕斯数云信息科技有限公司 SDK (software development kit) access method, device and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104142825A (en) * 2014-07-08 2014-11-12 北京彩云动力教育科技有限公司 Method and system for modularization development of products
CN107707625A (en) * 2017-09-05 2018-02-16 江苏电力信息技术有限公司 Foreground resource based on Maven is packed and carries out version management and the method used

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104142825A (en) * 2014-07-08 2014-11-12 北京彩云动力教育科技有限公司 Method and system for modularization development of products
CN107707625A (en) * 2017-09-05 2018-02-16 江苏电力信息技术有限公司 Foreground resource based on Maven is packed and carries out version management and the method used

Also Published As

Publication number Publication date
CN110442373A (en) 2019-11-12

Similar Documents

Publication Publication Date Title
CN111241454B (en) Method, system and device for generating webpage codes
WO2017025056A1 (en) Method and system for realizing data tracking by means of software development kit
CN111949170B (en) Method and device for configuring task flow and electronic equipment
US20130007709A1 (en) Software configuration management
CN104866298A (en) Flow chart based process business implementing method and device
US20150066977A1 (en) Method and system for managing digital resources
US10133766B2 (en) Accessing and editing virtually-indexed message flows using structured query langauge (SQL)
US9361086B1 (en) Collating and intelligently sequencing installation documentation
CN113805882A (en) Method and device for developing application program, electronic equipment and storage medium
CN109726217A (en) A kind of database operation method, device, equipment and storage medium
US11416455B2 (en) Version control of electronic files defining a model of a system or component of a system
CN113568605B (en) Method, device and system for configuring defined route
CN110442373B (en) Copyright information adding method, device and medium
CN108874395B (en) Hard compiling method and device in modular stream processing process
US20200097260A1 (en) Software application developer tools platform
CN113377342B (en) Project construction method and device, electronic equipment and storage medium
White et al. Datadeps. jl: Repeatable data setup for reproducible data science
US20160350201A1 (en) Etl data flow design assistance through progressive context matching
CN113902387A (en) Workflow processing method and device and electronic equipment
US7721279B1 (en) Packaging information integration applications
CN116227625A (en) Intelligent model development method, medium and equipment
CN113495723B (en) Method, device and storage medium for calling functional component
CN113360156B (en) IOS compiling method and related equipment
CN111858359B (en) Method and device for acquiring engineering code position of executable file
CN106990944B (en) Code resource management method, device and system

Legal Events

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