CN116185435B - Scaffold-based software development environment development method and device - Google Patents

Scaffold-based software development environment development method and device Download PDF

Info

Publication number
CN116185435B
CN116185435B CN202310146612.0A CN202310146612A CN116185435B CN 116185435 B CN116185435 B CN 116185435B CN 202310146612 A CN202310146612 A CN 202310146612A CN 116185435 B CN116185435 B CN 116185435B
Authority
CN
China
Prior art keywords
configuration file
installation package
installation
scaffold
environment
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
CN202310146612.0A
Other languages
Chinese (zh)
Other versions
CN116185435A (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.)
Taiji Computer Corp Ltd
Original Assignee
Taiji Computer Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Taiji Computer Corp Ltd filed Critical Taiji Computer Corp Ltd
Priority to CN202310146612.0A priority Critical patent/CN116185435B/en
Publication of CN116185435A publication Critical patent/CN116185435A/en
Application granted granted Critical
Publication of CN116185435B publication Critical patent/CN116185435B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Abstract

The application provides a method and a device for developing a software development environment based on scaffolds, wherein the method comprises the following steps: activating the scaffold, and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems; and executing the installation command in the configuration file in the installation package to install the installation package. According to the method and the device, the problem that in the prior art, old installation packages need to be manually unloaded and corresponding environment variable configurations need to be unloaded is solved.

Description

Scaffold-based software development environment development method and device
Technical Field
The application relates to the technical field of software, in particular to a scaffold-based software development environment development method and device.
Background
The conventional programmer's development environment installs the installed software in any language, requiring the following 4 steps to be performed manually: downloading the matched installation package; installing and decompressing an installation package; setting an environment variable; initializing. However, switching software versions requires more manual uninstallation of the old installation package, and corresponding environment variable configuration. When some software needs to be used in combination, a programmer needs to have a certain experience to distinguish between the compatibility of the various versions of the software tool. For example, when several projects using different running Java or other development software versions need to be developed simultaneously, there are often problems of incompatibility, network instability, lack of secure software packages, etc. Each time a computer changes operating systems or changes a computer to a software development environment, it always takes a long time to install some development tools.
There is currently no effective solution to the above-described problems in the related art.
Disclosure of Invention
The embodiment of the application aims to provide a method and a device for developing a software development environment based on a scaffold, which solve the technical problem of replacing the scaffold in the prior art. The specific technical scheme is as follows:
in a first aspect of the application, there is provided a method for developing a scaffold-based software development environment, including: activating the scaffold, and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems; and executing the installation command in the configuration file in the installation package to install the installation package.
In a second aspect of the application, there is also provided a device for developing a scaffold-based software development environment, including: the processing module is used for activating the scaffold and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems; and the execution module is used for executing the installation command in the configuration file in the installation package so as to install the installation package.
In a third aspect of the present application, there is further provided an electronic device, including a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus; a memory for storing a computer program; and a processor, configured to implement the method according to the first aspect when executing the program stored in the memory.
In a fourth aspect of the application, there is also provided a computer readable storage medium having instructions stored therein, which when run on a computer, cause the computer to perform the method of the first aspect described above.
According to the method and the device for installing the software development environment, after the scaffold is activated, the installation package matched with the current operating system for the software development environment can be selected from the scaffold, and the installation command in the configuration file in the installation package is executed to install the installation package, namely, the preset installation command can be included in the configuration file in the installation package in the scaffold, so that the installation package can be written into the preset script, namely, the version of the software installed by the current operating system is not influenced, the scaffold can allow a plurality of versions of development tools to be installed, and the version of the software tools can be quickly switched without being written into the file of the current operating system, so that the problem that the old installation package needs to be manually unloaded and the corresponding environment variable configuration needs to be unloaded in the prior art is solved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below.
FIG. 1 is a flowchart of a method for developing a scaffold-based software development environment in an embodiment of the present application;
fig. 2 is a schematic structural diagram of a development device of a scaffold-based software development environment in an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present application based on the embodiments herein.
In the following description, suffixes such as "module", "unit" for representing elements are used only for facilitating the description of the present application, and are not of specific significance per se. Thus, "module" and "component" may be used in combination.
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application. The embodiment of the application provides a method for developing a software development environment based on scaffolds, as shown in fig. 1, the method comprises the following steps:
step 102, activating a scaffold, and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems;
it should be noted that, the scaffold in the present application refers to an automatic construction tool designed and developed for quickly constructing an application development framework, and the scaffold is also an executable file that can be compatible with multiple systems.
Further, in a specific example, the scaffold may be a tdp_cli (Command Line Interface ), and the installation package may include: tdp_tools, such as: TDP, active, env-TDP, tiny-uzip, tiny-zip, tmv, ren-java-package, tiny-replacement; tdp_plugs, such as: TDG, tdp_work flow, git, go, JDK, maven, kingBASE, mySQL, DENO, kalfk, redis, node, yarn; TDP_resources, such as a front-end offline resource package and a back-end offline resource package, generate a code template package.
That is, the Tools in the tdp_tools may be environment variable temporary configuration, decompressed file Tools, etc.; the TDP_Plugins develops plug-in toolkits for software, and TDP_Resources is a specific package of development Resources, such as maven warehouse that relies on at the time of development.
Step 104, executing the installation command in the configuration file in the installation package to install the installation package.
Through 102 and step 104 of the embodiment of the present application, after the scaffold is activated, an installation package matching with the current operating system for performing the software development environment may be selected from the scaffold, and an installation command in a configuration file in the installation package is executed to install the installation package, that is, a preset installation command may be included in the configuration file in the installation package in the scaffold, so that the installation package may be written into a preset script, that is, when the version of the installed software of the current operating system is not affected, multiple versions of development tools may be allowed to be installed based on the scaffold, and versions of the software tools may be quickly switched without being written into the file of the current operating system, thereby solving the problem in the prior art that the old installation package needs to be manually unloaded and the corresponding environment variable configuration needs to be unloaded.
In an alternative implementation of the embodiment of the present application, before activating the scaffold, the method of the embodiment of the present application may further include:
step 100, configuring a configuration file and a configuration installation package, wherein the installation package comprises a tool for installing the installation package, a plug-in for performing software opening and resources for performing a software development environment; the configuration files comprise a first configuration file corresponding to the plug-in and a second configuration file corresponding to the resource; the first configuration file and the second configuration file are applied to various operating systems.
In a specific example, if the scaffold is tdp_cli, then the installation package would be tdp_tools, such as: TDP, active, env-TDP, tiny-uzip, tiny-zip, tmv, ren-java-package, tiny-replacement. The plug-in may be a tdp_plug, such as: TDG, tdp_work flow, git, go, JDK, maven, kingBASE, mySQL, DENO, kalfk, redis, node, yarn; the resource may be tdp_resources, such as a front-end offline resource package, a back-end offline resource package, and a code template package is generated.
In addition, the first configuration file and the second configuration file are unified descriptions of preset settings and are compatible with configuration files of a plurality of operating systems, namely, a software development environment can be realized based on the scaffold in the compatible operating systems. Further, the first profile may be tdp_plug in. Yaml and the second profile may be tdp_resources. Wherein, the tdp_plug in. Yaml built-in parameter list comprises:
name// plug-in name (name of installation plug-in or resource)
version// plug-in version
author, author// homemade person
env:// configure environment variables (environment variables requiring configuration such as GOROOT: "% PLUGIN_HOME%" is the current path of setting go's installation path as plug-in, or JAVA_HOME: "% PLUGIN_HOME%" is the JAVA's installation path,% PLUGIN_HOME% is a dynamic parameter, is the decompression path that can get the current installation package when tdp install is performed.)
The method comprises the steps of performing a command (- "cmd/CIF not exist%TDP_HOME%Repo%go%mkdir%TDP_HOME%Repo%go) on cmd/Shell only once, wherein the command is in the form of an array, can be a plurality of records, and is configured with a command line to be performed once, for example, the command line is used for judging whether a file catalog exists or not, if the file catalog does not exist, the command is created
cmd:// commands that are executed each time (scripts that are executed each time)
In an optional implementation manner of the embodiment of the present application, for the executing the installation command in the configuration file in the installation package, which is referred to in step 102, the method for installing the installation package may further include:
step 11, in the case that the installation package is installed in the current operating system, installing the installation package based on the installation cladding cover;
step 12, decompressing the installation package based on the installation command under the condition that the package is not installed in the current operating system;
and 13, setting environment variables based on the configuration file, and writing the environment variables into a preset script.
It should be noted that, the two processes in the step 11 and the step 12 may be performed based on two files, so that the two steps 11 and the step 12 are avoided being performed in one file, and the file is avoided being excessively large. In addition, through the steps 11 to 13, the environment variable can be set based on the configuration file in the installation package in the scaffold without depending on the current operating system, so that the software development environment can be conveniently and rapidly realized.
In an optional implementation manner of the embodiment of the present application, for the manner of setting the environment variable based on the configuration file and writing the environment variable into the preset script in the step 13, the method may further include:
step 21, installing a plug-in based on a first configuration file, and setting environment variables associated with the plug-in;
step 22, determining whether the installed plug-in matches the resource based on the second configuration file;
and step 23, writing the environment variable into a preset script under the condition that the installed plug-in is matched with the resource.
Through the steps 21 to 23, the configuration file for installing the plug-in is included in the scaffold, so that the acquisition or configuration from the current operating system is not needed, and the software development environment can be conveniently and quickly performed.
In an alternative implementation of the embodiment of the present application, after setting the environment variable based on the configuration file, the method of the embodiment of the present application may further include:
step 31, generating a temporary file for storing environment variables;
and step 32, when the environment variable is changed, adjusting the environment variable in the temporary file.
As can be seen from the above steps 31 and 32, the environment variables can be stored for subsequent reuse in the software development environment process, and can also be adjusted to accommodate the current requirements. I.e. the environment variables can be stored and then adjusted in time.
In a specific example of an embodiment of the present application, a method of a software development environment is provided, the steps of the method including:
step 201, activating tdp_cli (scaffold);
step 202, selecting an installation package matched with a current operating system;
wherein, the installation package can include: tdp_tools, such as: TDP, active, env-TDP, tiny-uzip, tiny-zip, tmv, ren-java-package, tiny-replacement; tdp_plugs, such as: TDG, tdp_work flow, git, go, JDK, maven, kingBASE, mySQL, DENO, kalfk, redis, node, yarn; TDP_resources, such as a front-end offline resource package and a back-end offline resource package, generate a code template package.
Step 203, executing a unified installation command;
step 204, judging whether the installation package such as tdp/plug-in/resource is installed or not; if yes, step 205 is performed, if no, step 206 is performed;
step 205, covering the installed tool pack;
step 206, installing a tool pack;
step 207, decompressing the tool package and setting the agreed environment variables;
step 208, an environment variable temporary file is generated or modified.
It can be seen that, in the embodiment of the present application, each type of resource may be configured to download a resource package by installing software of an operating system based on a plurality of different types of software resources, execute a specified installation command through a downloaded tool to decompress the installation package, and execute a set script according to a preset command, an environment variable, and the like in a configuration file tdp_plug in.yaml included in the installation package. The script command of the environment variable is written into the formulated script, and the script command is not written into the file of the writing operation system, namely, the development tool with multiple versions is allowed to be installed under the condition that the version of the installed software of the machine is not influenced, so that the version of the software tool can be quickly switched.
Corresponding to fig. 1, the embodiment of the present application further provides a development device of a scaffold-based software development environment, as shown in fig. 2, where the device includes:
a processing module 22, configured to activate a scaffold, and select an installation package from the scaffold, where the scaffold is an executable file that includes installation packages corresponding to multiple operating systems, and the installation package matches an operating system currently used for performing a software development environment;
and an execution module 24, configured to execute the installation command in the configuration file in the installation package, so as to install the installation package.
Optionally, the apparatus of the embodiment of the present application may further include: the configuration module is used for configuring a configuration file and a configuration installation package before the scaffold is activated, wherein the installation package comprises a tool for installing the installation package, a plug-in for performing software opening and resources for performing a software development environment; the configuration files comprise a first configuration file corresponding to the plug-in and a second configuration file corresponding to the resource; the first configuration file and the second configuration file are applied to various operating systems.
Optionally, the execution module 24 of the embodiment of the present application may further include: a covering unit for covering the installed package installed based on the installed covering cap in case the installed package has been installed in the current operating system; the decompression unit is used for decompressing the installation package based on the installation command under the condition that the package is not installed in the current operating system; the processing unit is used for setting the environment variable based on the configuration file and writing the environment variable into a preset script.
Optionally, the processing unit of the embodiment of the present application may further include: the first processing subunit is used for executing the installation of the plugin based on the first configuration file and setting environment variables associated with the plugin; a determining subunit, configured to determine, based on the second configuration file, whether the installed plugin matches the resource; and the second processing subunit is used for writing the environment variable into a preset script under the condition that the installed plug-in is matched with the resource.
Optionally, the apparatus of the embodiment of the present application may further include: a generation module for generating a temporary file for storing the environment variable after setting the environment variable based on the configuration file; and the adjusting module is used for adjusting the environment variable in the temporary file when the environment variable changes.
The embodiment of the present application further provides an electronic device, as shown in fig. 3, including a processor 301, a communication interface 302, a memory 303, and a communication bus 304, where the processor 301, the communication interface 302, and the memory 303 perform communication with each other through the communication bus 304,
a memory 303 for storing a computer program;
the processor 301 is configured to implement the method steps in fig. 1 when executing the program stored in the memory 303, and the functions of the processor are the same as those of the method steps in fig. 1, which are not described herein again.
The communication bus mentioned by the above terminal may be a peripheral component interconnect standard (Peripheral Component Interconnect, abbreviated as PCI) bus or an extended industry standard architecture (Extended Industry Standard Architecture, abbreviated as EISA) bus, etc. The communication bus may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, only one thick line is shown in fig. 3, but not only one bus or one type of bus.
The communication interface is used for communication between the terminal and other devices.
The memory may include random access memory (Random Access Memory, RAM) or non-volatile memory (non-volatile memory), such as at least one disk memory. Optionally, the memory may also be at least one memory device located remotely from the aforementioned processor.
The processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU for short), a network processor (Network Processor, NP for short), etc.; but also digital signal processors (Digital Signal Processing, DSP for short), application specific integrated circuits (Application Specific Integrated Circuit, ASIC for short), field-programmable gate arrays (Field-Programmable Gate Array, FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
In yet another embodiment provided herein, there is also provided a computer readable storage medium having instructions stored therein that, when run on a computer, cause the computer to perform the scaffold-based software development environment method of any of the above embodiments.
In yet another embodiment provided herein, there is also provided a computer program product containing instructions that, when run on a computer, cause the computer to perform the scaffold-based software development environment method of any of the above embodiments.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, produces a flow or function in accordance with embodiments of the present application, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable apparatus. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another, for example, by wired (e.g., coaxial cable, optical fiber, digital Subscriber Line (DSL)), or wireless (e.g., infrared, wireless, microwave, etc.). The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), etc.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In this specification, each embodiment is described in a related manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, the description is relatively simple, as relevant to see a section of the description of method embodiments.
The foregoing description is only of the preferred embodiments of the present application and is not intended to limit the scope of the present application. Any modifications, equivalent substitutions, improvements, etc. that are within the spirit and principles of the present application are intended to be included within the scope of the present application.

Claims (5)

1. A method for developing a scaffold-based software development environment, comprising:
activating the scaffold, and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems;
executing an installation command in a configuration file in the installation package to install the installation package;
before activating the scaffold, the method further comprises:
configuring the configuration file and the installation package, wherein the installation package comprises a tool for installing the installation package, a plug-in for performing software development and resources for performing a software development environment; the configuration files comprise a first configuration file corresponding to the plug-in and a second configuration file corresponding to the resource; the first configuration file and the second configuration file are applied to the plurality of operating systems;
the executing the installation command in the configuration file in the installation package to install the installation package comprises: a mounting bag which is mounted based on the mounting cladding cover under the condition that the mounting bag is mounted on the current operating system; decompressing the installation package based on the installation command under the condition that the installation package is not installed in the current operating system; setting an environment variable based on the configuration file, and writing the environment variable into a preset script;
the setting of the environment variable based on the configuration file and the writing of the environment variable into the preset script comprise the following steps: executing installation of the plug-in based on the first configuration file, and setting environment variables associated with the plug-in; determining whether the installed plugin matches the resource based on the second profile; and writing the environment variable into a preset script under the condition that the installed plug-in is matched with the resource.
2. The method of claim 1, wherein after setting an environment variable based on the profile, the method further comprises:
generating a temporary file for storing the environment variable;
and when the environment variable is changed, adjusting the environment variable in the temporary file.
3. A scaffold-based development device for a software development environment, comprising:
the processing module is used for activating the scaffold and selecting an installation package matched with an operating system currently used for performing a software development environment from the scaffold, wherein the scaffold is an executable file comprising the installation packages corresponding to various operating systems;
the execution module is used for executing the installation command in the configuration file in the installation package so as to install the installation package;
before activating the scaffold, the device further comprises: the configuration module is used for configuring the configuration file and the installation package, wherein the installation package comprises a tool for installing the installation package, a plug-in for performing software development and resources for performing a software development environment; the configuration files comprise a first configuration file corresponding to the plug-in and a second configuration file corresponding to the resource; the first configuration file and the second configuration file are applied to the plurality of operating systems;
the execution module comprises: a covering unit for covering the installed package installed based on the installed covering cap in the case that the installed package has been installed in the current operating system; a decompression unit configured to decompress the installation package based on the installation command, in a case where the installation package is not installed in the current operating system; the processing unit is used for setting environment variables based on the configuration file and writing the environment variables into a preset script;
the processing unit includes: the first processing subunit executes installation of the plug-in based on the first configuration file and sets environment variables associated with the plug-in; a determining subunit, configured to determine, based on the second configuration file, whether the installed plugin matches the resource; and the second processing subunit is used for writing the environment variable into a preset script under the condition that the installed plug-in is matched with the resource.
4. The electronic equipment is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory are communicated with each other through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of claim 1 or 2 when executing a program stored on a memory.
5. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to claim 1 or 2.
CN202310146612.0A 2023-02-22 2023-02-22 Scaffold-based software development environment development method and device Active CN116185435B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310146612.0A CN116185435B (en) 2023-02-22 2023-02-22 Scaffold-based software development environment development method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310146612.0A CN116185435B (en) 2023-02-22 2023-02-22 Scaffold-based software development environment development method and device

Publications (2)

Publication Number Publication Date
CN116185435A CN116185435A (en) 2023-05-30
CN116185435B true CN116185435B (en) 2024-03-26

Family

ID=86436194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310146612.0A Active CN116185435B (en) 2023-02-22 2023-02-22 Scaffold-based software development environment development method and device

Country Status (1)

Country Link
CN (1) CN116185435B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648762A (en) * 2016-11-30 2017-05-10 武汉斗鱼网络科技有限公司 Development environment building method and device
CN106951265A (en) * 2017-03-29 2017-07-14 武汉斗鱼网络科技有限公司 development environment building method and device
CN109062585A (en) * 2018-07-31 2018-12-21 安徽四创电子股份有限公司 A kind of safe city item server basic environment dispositions method
CN112015427A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Method and device for building multiple compiling environments and electronic equipment
CN112015428A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Compiling environment creating method and device and host
CN113849176A (en) * 2021-09-15 2021-12-28 深圳壹账通智能科技有限公司 Front-end framework processing method and device, storage medium and electronic equipment
CN114064048A (en) * 2021-11-15 2022-02-18 深圳市同为数码科技股份有限公司 Method, device, equipment and medium for processing various deeply customized web projects
CN114281347A (en) * 2021-12-28 2022-04-05 南京夏恒网络系统有限公司 Method for converting Taro small program code into APP
CN114610373A (en) * 2022-02-25 2022-06-10 麒麟软件有限公司 Method for rapidly manufacturing RPM (rotating speed counter) or DEB (data object library) software package based on VScode integrated development environment and plug-in tool
CN115145577A (en) * 2022-06-21 2022-10-04 中国第一汽车股份有限公司 Method and device for processing secondary development command line instruction of macro kernel operating system, electronic equipment and storage medium
CN115639994A (en) * 2022-10-18 2023-01-24 康键信息技术(深圳)有限公司 Visual scaffold generation method, device, equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10162618B2 (en) * 2004-12-03 2018-12-25 International Business Machines Corporation Method and apparatus for creation of customized install packages for installation of software
US20080127175A1 (en) * 2006-11-01 2008-05-29 Microsoft Corporation Packaging software products as single-file executables containing scripting logic
KR101419255B1 (en) * 2012-11-29 2014-07-17 (주)투비소프트 Method for generating user interface using unified development environment
KR101831430B1 (en) * 2015-10-27 2018-02-22 삼성에스디에스 주식회사 Apparatus and method for infrastructure automation

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648762A (en) * 2016-11-30 2017-05-10 武汉斗鱼网络科技有限公司 Development environment building method and device
CN106951265A (en) * 2017-03-29 2017-07-14 武汉斗鱼网络科技有限公司 development environment building method and device
CN109062585A (en) * 2018-07-31 2018-12-21 安徽四创电子股份有限公司 A kind of safe city item server basic environment dispositions method
CN112015427A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Method and device for building multiple compiling environments and electronic equipment
CN112015428A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Compiling environment creating method and device and host
CN113849176A (en) * 2021-09-15 2021-12-28 深圳壹账通智能科技有限公司 Front-end framework processing method and device, storage medium and electronic equipment
CN114064048A (en) * 2021-11-15 2022-02-18 深圳市同为数码科技股份有限公司 Method, device, equipment and medium for processing various deeply customized web projects
CN114281347A (en) * 2021-12-28 2022-04-05 南京夏恒网络系统有限公司 Method for converting Taro small program code into APP
CN114610373A (en) * 2022-02-25 2022-06-10 麒麟软件有限公司 Method for rapidly manufacturing RPM (rotating speed counter) or DEB (data object library) software package based on VScode integrated development environment and plug-in tool
CN115145577A (en) * 2022-06-21 2022-10-04 中国第一汽车股份有限公司 Method and device for processing secondary development command line instruction of macro kernel operating system, electronic equipment and storage medium
CN115639994A (en) * 2022-10-18 2023-01-24 康键信息技术(深圳)有限公司 Visual scaffold generation method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于微服务架构的公安业务系统设计与实现;王俊修;《中国安防》;103-107 *
应用软件自动化下载与安装工具的研究;高燕丽;《万方》;1-56 *

Also Published As

Publication number Publication date
CN116185435A (en) 2023-05-30

Similar Documents

Publication Publication Date Title
US20120180026A1 (en) System and method for updating initialization parameters for application software from within a software development environment
CN111782339B (en) Container creation method and device, electronic equipment and storage medium
CN106909362B (en) Method and device for generating BMC (baseboard management controller) firmware and method and device for starting BMC system
CN112083971B (en) Component processing method, device and storage medium
CN106775876B (en) Method for quickly starting application by android system
CN112564989A (en) Application deployment method and device
CN116185435B (en) Scaffold-based software development environment development method and device
CN106951265B (en) Development environment building method and device
CN116436794A (en) OPC real-time data integration and control method based on Internet of things model
CN111338708A (en) Application program processing method, client and system based on android plug-in
CN113448793A (en) System monitoring method and device compatible with multiple operating systems
CN116450165A (en) Method, system, terminal and storage medium for quickly building environment and deploying program
CN116048476A (en) Command line tool execution method, device, medium and equipment
US20140282492A1 (en) Information processing apparatus and information processing method
CN112527371B (en) Boot loader upgrading method and device, electronic equipment and storage medium
CN114816418A (en) Method, device, equipment and medium for building embedded operating system
CN112965697A (en) Code file generation method and device and electronic equipment
CN113708971A (en) Openstack cloud platform deployment method and related device
CN113031964A (en) Management method, device, equipment and storage medium for big data application
CN106713453B (en) Application information monitoring method and device
US20230244464A1 (en) Environment establishment for a program in a server system
CN115269442B (en) Debugging method and tool based on graphic interface architecture and management project
US20240036850A1 (en) Configuration aware firmware update
CN113010439B (en) Equipment factory detection method and device, electronic equipment and storage medium
CN115202659A (en) Application development method and device, electronic equipment 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
GR01 Patent grant
GR01 Patent grant