WO2019007016A1 - Appareil et procédé de gestion d'échafaudage, et dispositif électronique - Google Patents

Appareil et procédé de gestion d'échafaudage, et dispositif électronique Download PDF

Info

Publication number
WO2019007016A1
WO2019007016A1 PCT/CN2018/071608 CN2018071608W WO2019007016A1 WO 2019007016 A1 WO2019007016 A1 WO 2019007016A1 CN 2018071608 W CN2018071608 W CN 2018071608W WO 2019007016 A1 WO2019007016 A1 WO 2019007016A1
Authority
WO
WIPO (PCT)
Prior art keywords
scaffolding
scaffold
template
module
local
Prior art date
Application number
PCT/CN2018/071608
Other languages
English (en)
Chinese (zh)
Inventor
黄雅琴
陈少杰
张文明
Original Assignee
武汉斗鱼网络科技有限公司
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 武汉斗鱼网络科技有限公司 filed Critical 武汉斗鱼网络科技有限公司
Publication of WO2019007016A1 publication Critical patent/WO2019007016A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a scaffold management method, apparatus, and electronic device.
  • Git is an open source distributed version control system that efficiently and quickly handles project management from very small to very large. Scaffolding can provide the initial basic skeleton, development environment, etc. for the project, which is convenient for rapid development and saves time. In the prior art, it is usually necessary to carry out the development and use of the scaffold after relatively cumbersome operations, and it is very inconvenient to track the operation history of the scaffold. Therefore, how to implement simple and fast scaffolding configuration and use is very important.
  • an object of the present invention is to provide a scaffold management method, apparatus, and electronic device to solve at least one of the above problems.
  • An embodiment of the present invention provides a scaffold management method, which is applied to a client connected to a server, where the server prestores a Git repository including a plurality of scaffold templates, and the method includes:
  • the scaffolding code in the decompressed file is configured to generate the required scaffolding files.
  • the method before the step of obtaining the scaffolding module corresponding to the scaffolding template name to be processed from the Git repository or the local repository, the method further includes:
  • the specified scaffolding template is obtained by the following steps:
  • the method further includes:
  • the step of downloading the scaffold template corresponding to the name of the scaffold template to be processed is downloaded in the Git repository.
  • the step of configuring the scaffolding code in the decompressed file to generate a required scaffolding file includes:
  • the custom configuration table is obtained by the following steps:
  • a selection result input by the user is received, and a custom configuration table corresponding to the selection result is generated.
  • the step of configuring the scaffolding code in the decompressed file to generate a required scaffolding file includes:
  • the scaffolding code in the decompressed file is configured according to the custom configuration table to generate the required scaffolding file.
  • the server is a GitHub server or a GitLab server.
  • Another embodiment of the present invention further provides a scaffold management apparatus, which is applied to a user end communicatively connected to a server, wherein the server prestores a Git repository including a plurality of scaffold templates, the scaffold management apparatus comprising:
  • a first obtaining module configured to acquire a plurality of scaffold templates from the Git repository of the server, and save the local template to generate a local warehouse
  • a second obtaining module configured to obtain, from the Git warehouse or the local warehouse, a scaffolding module corresponding to a scaffolding template name to be processed, as a designated scaffolding template;
  • the decompression module is configured to decompress the specified scaffold template to obtain a decompressed file and store the file in a local folder;
  • a configuration module configured to configure scaffolding code in the decompressed file to generate a required scaffolding file.
  • the scaffold management device further includes a receiving module, a determining module, and a first query module;
  • the receiving module is configured to receive a query instruction
  • the determining module is configured to determine whether the query instruction is consistent with a preset instruction
  • the first query module is configured to query, according to the query instruction, all scaffold template information in the Git repository when the query instruction is consistent with the preset instruction.
  • the scaffold management device further includes a second query module, an extraction module, and a download module;
  • the second query module is configured to query whether there is a scaffold template corresponding to the to-be-processed scaffold template name in the local warehouse;
  • the extraction module is configured to: when a scaffold template corresponding to the scaffold template name to be processed exists in the local warehouse, extract a scaffold template corresponding to the to-be-processed scaffold template name from the local warehouse, As a designated scaffolding template;
  • the downloading module is configured to download a scaffolding template corresponding to the to-be-processed scaffolding template name from the Git repository when there is no scaffolding template corresponding to the scaffolding template name to be processed in the local warehouse. As a designated scaffolding template.
  • the scaffold management device further includes:
  • the mode determining module is configured to determine whether the current system mode is an offline mode after the query obtains the scaffold template corresponding to the to-be-processed scaffold template name in the local warehouse, and if the offline mode is performed, execute the local mode The step of extracting the scaffold template corresponding to the template name of the scaffold to be processed in the warehouse, if not in the offline mode, triggering the download module to download from the Git repository to obtain the template name of the scaffold to be processed. Scaffolding template.
  • the configuration module includes:
  • Displaying a sub-module configured to display preset configuration information for the user to select when obtaining the decompressed file
  • a first generation submodule configured to obtain a selection result of the user, and generate a custom configuration table corresponding to the selection result
  • a second generation submodule configured to configure the scaffolding code in the decompressed file according to the custom configuration table to generate a required scaffolding file.
  • Another embodiment of the present invention further provides an electronic device, wherein the electronic device is in communication with a server, and the server prestores a Git repository including a plurality of scaffold templates, the electronic device comprising:
  • a scaffolding management device is installed in the memory and includes one or more software function modules executed by the processor.
  • Another embodiment of the present invention also provides a computer readable storage medium having stored thereon a computer program that, when executed by a processor, implements the steps of the scaffolding management method described above.
  • the embodiment of the invention provides a method, a device and an electronic device for managing a scaffold.
  • the multiple scaffold templates required for the project are uniformly stored in a remote Git warehouse, and multiple scaffold templates are extracted from the Git repository and saved locally to generate local warehouse.
  • the scaffolding management solution provided by the embodiment of the invention saves the processing time of the whole process and reduces the processing load of the system, and can generate the required scaffolding files conveniently and quickly, and does not require unnecessary operations for the user and the developer. It is a convenient management tool.
  • FIG. 1 is a schematic diagram of an application scenario of a scaffold management method according to an embodiment of the present invention.
  • FIG. 2 is a schematic structural block diagram of a user end according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of a scaffold management method according to an embodiment of the present invention.
  • FIG. 4 is another flowchart of a method for managing a scaffold according to an embodiment of the present invention.
  • FIG. 5 is another flowchart of a method for managing a scaffold according to an embodiment of the present invention.
  • FIG. 6 is a functional block diagram of a scaffold management apparatus according to an embodiment of the present invention.
  • FIG. 7 is a block diagram of another functional module of the scaffold management apparatus according to an embodiment of the present invention.
  • FIG. 8 is a block diagram of another functional module of the scaffold management apparatus according to an embodiment of the present invention.
  • FIG. 9 is a block diagram of another functional module of the scaffold management apparatus according to an embodiment of the present invention.
  • Icons 100-user; 110-scaffold management device; 111-first acquisition module; 112-second acquisition module; 113-decompression module; 114-configuration module; 115-receive module; 116-judgment module; a query module; 118-second query module; 119-extraction module; 1110-download module; 1111-setup module; 1112-generation module; 120-processor; 130-memory;
  • connection is to be understood broadly, and may be, for example, a fixed connection or a detachable connection, or Connected integrally; can be mechanical or electrical; can be directly connected or indirectly connected through an intermediate medium, which can be the internal communication between the two components.
  • installation can be understood in a specific case by those skilled in the art.
  • FIG. 1 is a schematic diagram of an application scenario of a scaffold management method according to an embodiment of the present invention.
  • the scenario includes a client 100 and a server 200.
  • the client 100 is in communication with the server 200 via a network for data communication or interaction.
  • the client 100 may be multiple (only one is shown), and the plurality of clients 100 are communicably connected to the server 200 through a network.
  • the client 100 can be, but is not limited to, a personal computer, a tablet, a smart phone, a mobile internet device, and the like.
  • the server 200 may be a network server or a database server, and may be a separate server or a server cluster.
  • the server 200 may be a GitHub server or a GitLab server configured to manage a Git Repository.
  • Git the file directory that needs to be versioned is called a warehouse, and each warehouse is equivalent to a directory. All files in the directory are managed by Git, and Git can track and record in the directory. All updates (eg, adding files, deleting files, modifying files, etc.).
  • FIG. 2 is a schematic structural block diagram of an electronic device according to an embodiment of the present invention.
  • the electronic device may be the client 100 described above, and the client 100 includes a scaffolding management device 110, a processor 120, and a memory 130.
  • the memory 130 is directly or indirectly electrically connected to the processor 120 to implement data transmission or interaction.
  • the scaffolding management apparatus 110 includes at least one software function module that can be stored in the memory 130 or in an operating system of the client 100 in the form of software or firmware.
  • the processor 120 is configured to execute executable modules stored in the memory 130, such as software functional modules or computer programs included in the scaffolding management device 110.
  • FIG. 3 is a flowchart of a scaffold management method applied to the client 100 according to an embodiment of the present invention. It should be noted that the method provided by the present invention is not limited to the specific order described in FIG. 3 and below. The steps shown in Fig. 3 will be described in detail below.
  • Step S101 Acquire a plurality of scaffold templates from the Git repository of the server 200, and save them to the local to generate a local warehouse.
  • the client 100 is communicatively coupled to the server 200, and the Git repository including a plurality of scaffold templates is pre-stored in the server 200.
  • the scaffolding template in the Git repository is the sum of the scaffolding templates pushed by the plurality of clients 100 to the server 200, for example, the sum of the scaffolding templates pushed by all team members of the same project.
  • multiple scaffold templates may be first pulled from the Git repository of the server 200 and saved to the local to generate a local warehouse. It should be understood that the plurality of scaffolding templates obtained from the server 200 are part of the scaffolding templates in the Git repository, such as the scaffolding templates previously used.
  • a folder with the suffix ".git" is generated, and all version information, update records, and information about the warehouse management are saved in the folder.
  • the folder is automatically created when the warehouse is initialized.
  • the development is based on nodeJS, and the nodeJS can simulate and issue an acquisition request, and then can perform operations such as downloading.
  • the nodeJS community already has a lot of open source libraries, you can directly call one of them to copy the contents of the Git repository to the local.
  • the user can obtain all currently available scaffold templates by querying actions.
  • the scaffold management method further includes the following steps:
  • Receiving the query instruction determining whether the query instruction is consistent with the preset instruction, and if the query instruction is consistent with the preset instruction, querying all the scaffold template information in the Git repository according to the query instruction.
  • the user terminal 100 after receiving the query instruction input by the user, the user terminal 100 first needs to check whether the received query instruction is consistent with the preset instruction, for example, the preset instruction used for the query may be set to the odin list. If the received query command input by the user is odin list, the query obtains all available scaffolding template information in the current Git repository, and feeds back to the user, so that the user can know all currently available scaffold templates. If the received query command input by the user is inconsistent with the preset command, it will not respond.
  • the preset instruction used for the query may be set to the odin list. If the received query command input by the user is odin list, the query obtains all available scaffolding template information in the current Git repository, and feeds back to the user, so that the user can know all currently available scaffold templates. If the received query command input by the user is inconsistent with the preset command, it will not respond.
  • Step S103 Obtain a scaffolding module corresponding to the scaffolding template name to be processed from the Git warehouse or the local warehouse as a designated scaffolding template.
  • the user can select the corresponding scaffolding template according to his own needs for subsequent processing. That is, the user can input the name of the scaffold template to be processed, and the client 100 obtains the scaffold template corresponding to the template name of the scaffold to be processed from the remote Git repository or the local repository according to the received acquisition instruction, and uses it as the designated scaffolding. template.
  • the specified scaffold template can be obtained by the following steps:
  • Step S201 Query whether there is a scaffold template corresponding to the template name of the scaffold to be processed in the local warehouse. If yes, perform the following step S203. If not, perform the following step S205.
  • Step S203 extracting a scaffold template corresponding to the scaffold template name to be processed from the local warehouse as a designated scaffold template.
  • Step S205 Download and obtain a scaffold template corresponding to the scaffold template name to be processed from the Git repository as a designated scaffold template.
  • the scaffolding template in the local repository of the client 100 is part of the scaffolding template in the remote Git repository. What the user knows after entering the query command is all currently available scaffold templates, ie all scaffold templates in the current Git repository. Based on this information, the specified scaffolding template selected by the user may exist in the local repository, but may not exist in the local repository, but only in the remote Git repository.
  • the user terminal 100 obtains the name of the scaffold template to be processed input by the user, for example, inputting the command odin gen + scaffold template name, firstly, it is checked whether the local warehouse exists and The scaffold template corresponding to the scaffold template name. If the scaffold template exists, the scaffold template is directly extracted from the local warehouse as a designated scaffold template.
  • a query process is adopted, and when the corresponding required scaffolding template exists in the local warehouse, it can be directly obtained from the local warehouse, so that it is not necessary to go to the remote Git warehouse to download the corresponding scaffolding template every time.
  • processing time can be saved and the processing load of the system can be reduced.
  • the scaffold management method may further include the following steps:
  • the step of downloading the scaffold template corresponding to the name of the scaffold template to be processed is downloaded in the Git repository.
  • step S105 the specified scaffold template is decompressed to obtain a decompressed file and stored in a local folder.
  • the obtained specified scaffolding template is a compressed package file, so it needs to be decompressed and stored in a local personal folder for subsequent use.
  • the folder of the current project storage file is named .odin-template, and of course, it may be a user-defined folder, which is not specifically limited in this embodiment.
  • the compressed package of the specified scaffold template is decompressed to a corresponding folder.
  • the template of the specified scaffold template is named test. Then in .odin-template, after decompressing, a test folder is generated, which stores all the scaffolding code of the specified scaffolding template.
  • Step S107 configuring the scaffolding code in the decompressed file to generate a required scaffolding file.
  • step S107 may include the following sub-steps:
  • the scaffolding code in the decompressed file is configured according to the custom configuration table to generate the required scaffolding file.
  • customary content does not need to be changed, a certain degree of customizable settings are required. Different management tools use different logic for this requirement. For example, in yeoman, the user is asked interactively before the template starts to download, allowing the user to select some content.
  • an interactive question is made to obtain a custom configuration table of the user, and the decompressed file is obtained according to the customized configuration table.
  • the scaffolding code is configured to generate the required scaffolding files.
  • the content of the interactive question is the preset configuration information.
  • the customized configuration table is obtained by the following steps:
  • step S301 the specified configuration information is set and displayed for the user to select.
  • Step S303 receiving a selection result input by the user, and generating a custom configuration table corresponding to the selection result.
  • the scaffolding management method provided in this embodiment is based on nodeJS development, and the existing library in nodeJS can be used to accurately manipulate files and file contents.
  • the problem logic for interactively asking questions with the user is pre-set with a prescribed format in the decompressed file, and the specified plurality of configuration information may be set according to the preset format and displayed for the user to select.
  • the prescribed format may be a format in which the configuration information is set to whether A is needed.
  • the user may make a corresponding selection according to the configuration information and the needs of the user. For example, the A may be selected, or may not be needed.
  • A may be selected, or may not be needed.
  • a corresponding custom configuration table is generated according to the selection result of the user, and the scaffolding code in the decompressed file is configured according to the customized configuration table, and a scaffolding file matching the user requirement and the selected content is generated. For example, if the user's choice is A, then the content of A will be included in the subsequent production scaffolding file.
  • a custom configuration table matching the user selection result can be obtained.
  • the developer can conveniently develop a multi-type scaffold suitable for the user according to the preset format of the problem logic in the decompression file, so that the scaffolding function is more flexible.
  • the scaffold management apparatus 110 in the present embodiment is provided with a function of tracking the operation history of the scaffold.
  • FIG. 6 is a functional block diagram of a scaffold management apparatus 110 according to an embodiment of the present invention.
  • the scaffold management device 110 includes a first acquisition module 111, a second acquisition module 112, a decompression module 113, and a configuration module 114.
  • the first obtaining module 111 is configured to acquire a plurality of scaffold templates from the Git repository of the server 200 and save them locally to generate a local warehouse.
  • the first obtaining module 111 may be configured to perform step S101 shown in FIG. 3, and the specific operation method may refer to the detailed description of step S101.
  • the second obtaining module 112 is configured to obtain a scaffolding module corresponding to the scaffolding template name to be processed from the Git warehouse or the local warehouse as a designated scaffolding template.
  • the second obtaining module 112 may be configured to perform step S103 shown in FIG. 3, and the specific operation method may refer to the detailed description of step S103.
  • the decompression module 113 is configured to decompress the specified scaffold template to obtain a decompressed file and store it in a local folder.
  • the decompression module 113 can be configured to perform step S105 shown in FIG. 3, and the specific operation method can refer to the detailed description of step S105.
  • the configuration module 114 is configured to configure the scaffolding code in the decompressed file to generate the required scaffolding file.
  • the configuration module 114 can be configured to perform the step S107 shown in FIG. 3, and the specific operation method can refer to the detailed description of step S107.
  • the configuration module 114 may include a presentation submodule, a first generation submodule, and a second generation submodule.
  • the display sub-module is configured to display preset configuration information for the user to select when the decompressed file is obtained.
  • the first generation submodule is configured to obtain a selection result of the user, and generate a custom configuration table corresponding to the selection result.
  • the second generation submodule is configured to configure the scaffolding code in the decompressed file according to the custom configuration table to generate a required scaffolding file.
  • the scaffolding management apparatus 110 further includes a receiving module 115 , a determining module 116 , and a first query module 117 .
  • the receiving module 115 is configured to receive a query instruction.
  • the determining module 116 is configured to determine whether the query instruction is consistent with a preset instruction.
  • the first query module 117 is configured to query, according to the query instruction, all scaffold template information in the Git repository when the query instruction is consistent with the preset instruction.
  • the scaffold management apparatus 110 further includes a second query module 118 , an extraction module 119 , and a download module 1110 .
  • the second query module 118 is configured to query whether there is a scaffold template corresponding to the to-be-processed scaffold template name in the local warehouse.
  • the second query module 118 can be configured to perform step S201 shown in FIG. 4, and the specific operation method can refer to the detailed description of step S201.
  • the extraction module 119 is configured to extract a scaffold template corresponding to the to-be-processed scaffold template name from the local warehouse when there is a scaffold template corresponding to the scaffold template name to be processed in the local warehouse. As a designated scaffolding template.
  • the extraction module 119 can be configured to perform step S203 shown in FIG. 4, and the specific operation method can refer to the detailed description of step S203.
  • the downloading module 1110 is configured to download, from the Git repository, a scaffold corresponding to the to-be-processed scaffolding template name when the scaffolding template corresponding to the scaffolding template name to be processed does not exist in the local warehouse. Template as a template for specifying scaffolding.
  • the downloading module 1110 can be configured to perform step S205 shown in FIG. 4, and the specific operation method can refer to the detailed description of step S205.
  • the scaffold management device 110 may further include a mode determination module.
  • the mode determining module is configured to determine whether the current system mode is an offline mode after the query obtains a scaffold template corresponding to the to-be-processed scaffold template name in the local warehouse, and if the offline mode is The step of extracting the scaffold template corresponding to the scaffold template name to be processed in the local warehouse, if not in the offline mode, triggering the download module 1110 to download and obtain the scaffold template to be processed from the Git repository.
  • the corresponding scaffolding template is configured to determine whether the current system mode is an offline mode after the query obtains a scaffold template corresponding to the to-be-processed scaffold template name in the local warehouse, and if the offline mode is The step of extracting the scaffold template corresponding to the scaffold template name to be processed in the local warehouse, if not in the offline mode, triggering the download module 1110 to download and obtain the scaffold template to be processed from the Git repository.
  • the corresponding scaffolding template is configured to determine whether the current system mode is an offline mode after the query obtains a scaffold template corresponding to the to-be
  • the scaffolding code in the decompressed file is configured according to the obtained custom configuration table to generate a required scaffolding file.
  • the scaffolding management apparatus 110 further includes a setting module 1111 and a generating module 1112 .
  • the setting module 1111 sets the specified configuration information and displays it for the user to select.
  • the setting module 1111 can be configured to perform step S301 shown in FIG. 5, and the specific operation method can refer to the detailed description of step S301.
  • the generating module 1112 is configured to receive a selection result input by the user and generate a custom configuration table corresponding to the selection result. Specifically, the generating module 1112 can be configured to perform step S303 shown in FIG. 5, and the specific operation method can refer to the detailed description of step S303.
  • another embodiment of the present invention provides a computer readable storage medium having stored thereon a computer program that, when executed by the processor 120, implements the steps of the scaffolding management method described above.
  • the scaffolding management method, apparatus, and electronic device uniformly store a plurality of scaffold templates required for a project into a remote Git warehouse, and extract multiple scaffold templates from the Git repository to save to Local to generate a local repository.
  • the local warehouse is first queried. If it exists in the local warehouse, it is directly extracted from the local warehouse. If it does not exist, it is downloaded from the remote Git repository. Decompress the downloaded specified scaffolding template to obtain the decompressed file, and obtain a custom configuration table matching the user's requirements through interactive questioning. Configure the scaffolding code in the decompressed file according to the customized configuration table, and finally generate the required Scaffolding files.
  • the scaffolding management solution provided by the invention saves the processing time of the whole process and reduces the processing load of the system, and can generate the required scaffolding files conveniently and quickly, and does not require unnecessary operations for the user and the developer. A convenient management tool.
  • the scaffold management scheme is preset with a usage specification, and the query instruction input by the user can be verified. If the query instruction is consistent with the preset instruction, the current available scaffold template information is obtained according to the query instruction for the user to know. .
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions. It should also be noted that, in some alternative implementations, the functions noted in the blocks may also occur in a different order than those illustrated in the drawings.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or action. Or it can be implemented by a combination of dedicated hardware and computer instructions.
  • the scaffolding management method, device and electronic device provided by the embodiments of the invention save the processing time of the scaffolding management process and reduce the processing load of the system, and can conveniently and quickly generate the required scaffolding files for the scaffolding developers and users. No extra operations are required.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un appareil et un procédé de gestion d'échafaudage, et un dispositif électronique, appliqué à un terminal utilisateur en connexion communicative avec un serveur. Le serveur pré-stocke un entrepôt Git comprenant une pluralité de modèles d'échafaudage. Le procédé consiste : à acquérir la pluralité de modèles d'échafaudage à partir de l'entrepôt Git du serveur, et à stocker la pluralité de modèles d'échafaudage vers un local, ce qui génère un entrepôt local (S101); à acquérir, à partir de l'entrepôt Git ou de l'entrepôt local, un module d'échafaudage correspondant au nom d'un modèle d'échafaudage à traiter, et à utiliser le module d'échafaudage sous la forme d'un modèle d'échafaudage désigné (S103); à décompresser le modèle d'échafaudage désigné afin d'obtenir un fichier de décompression, et à stocker le fichier de décompression dans un dossier local (S105); et à configurer des codes d'échafaudage dans le fichier de décompression, et à générer un fichier d'échafaudage requis (S107). Conformément au système de gestion d'échafaudage, le temps de traitement de l'ensemble du processus est économisé; des charges de traitement du système sont réduites; le fichier d'échafaudage requis peut être généré de manière commode et rapide; pour un utilisateur et un développeur, aucune opération redondante n'est requise; et un outil de gestion pratique est obtenu.
PCT/CN2018/071608 2017-07-06 2018-01-05 Appareil et procédé de gestion d'échafaudage, et dispositif électronique WO2019007016A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710547621.5A CN107273140B (zh) 2017-07-06 2017-07-06 脚手架管理方法、装置及电子设备
CN201710547621.5 2017-07-06

Publications (1)

Publication Number Publication Date
WO2019007016A1 true WO2019007016A1 (fr) 2019-01-10

Family

ID=60071826

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/071608 WO2019007016A1 (fr) 2017-07-06 2018-01-05 Appareil et procédé de gestion d'échafaudage, et dispositif électronique

Country Status (2)

Country Link
CN (1) CN107273140B (fr)
WO (1) WO2019007016A1 (fr)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107273140B (zh) * 2017-07-06 2018-09-21 武汉斗鱼网络科技有限公司 脚手架管理方法、装置及电子设备
CN108182056A (zh) * 2017-12-28 2018-06-19 天脉聚源(北京)科技有限公司 一种智能配置多个网络页面的框架的方法及装置
CN110580152B (zh) * 2018-06-07 2023-05-12 北京怡合春天科技有限公司 一种前端自动化脚手架
CN109343835A (zh) * 2018-08-28 2019-02-15 苏州浪潮智能软件有限公司 一种基于模板的快速构建业务脚手架代码工具
CN109683887B (zh) * 2018-12-17 2022-04-26 杭州玳数科技有限公司 一种支持多方案自定义web项目的构建方法及装置
CN112015375A (zh) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 后台管理系统创建方法、装置及电子设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130305219A1 (en) * 2010-12-23 2013-11-14 Electronics And Telecommunications Research Institute Apparatus and method for providing custom software, and method for software customization
CN106843869A (zh) * 2017-01-16 2017-06-13 百融(北京)金融信息服务股份有限公司 一种前端开发工程化系统和方法
CN107273140A (zh) * 2017-07-06 2017-10-20 武汉斗鱼网络科技有限公司 脚手架管理方法、装置及电子设备

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2919533A1 (fr) * 2012-08-01 2014-02-06 Sherpa Technologies Inc. Systeme et procede de gestion de versions d'articles de programme
CN104461743B (zh) * 2014-12-17 2018-10-16 用友网络科技股份有限公司 资源和配置的自动生成装置和方法
CN105989098B (zh) * 2015-02-12 2020-04-07 阿里巴巴集团控股有限公司 图标包的生成方法及服务器、图标的处理方法及系统
CN106095408B (zh) * 2016-05-31 2019-05-14 浙江网新恒天软件有限公司 一种数据监控和代码自动生成与部署的系统及方法
CN106095442B (zh) * 2016-06-13 2021-07-02 福州智永信息科技有限公司 基于web的自动高速出包方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130305219A1 (en) * 2010-12-23 2013-11-14 Electronics And Telecommunications Research Institute Apparatus and method for providing custom software, and method for software customization
CN106843869A (zh) * 2017-01-16 2017-06-13 百融(北京)金融信息服务股份有限公司 一种前端开发工程化系统和方法
CN107273140A (zh) * 2017-07-06 2017-10-20 武汉斗鱼网络科技有限公司 脚手架管理方法、装置及电子设备

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HOW VUE-CLI WORKS, 16 June 2017 (2017-06-16), pages 3, 5, 6, Retrieved from the Internet <URL:http://blog.kaolafed.com/2017/06/16/vue-cli%E6%98%AF%E5%A6%82%E4%BD%95%E5%B7%A5%E4%BD%9C%E7%9A%84/#more> *
TEACH YOU HOW TO BUILD A FRONT-END SCAFFOLD TOOL FROM BEGINNING, 6 August 2016 (2016-08-06), pages 1, 3, Retrieved from the Internet <URL:https://segmentfault.com/a/1190000006190814> *

Also Published As

Publication number Publication date
CN107273140B (zh) 2018-09-21
CN107273140A (zh) 2017-10-20

Similar Documents

Publication Publication Date Title
WO2019007016A1 (fr) Appareil et procédé de gestion d&#39;échafaudage, et dispositif électronique
US11979452B1 (en) Demo recording utility
US20150220245A1 (en) Branded computer devices and apparatus to connect user and enterprise
CN107656729B (zh) 列表视图的更新装置、方法及计算机可读存储介质
CN105210031A (zh) 用于操作系统的自助服务机应用模式
CN110865834B (zh) 应用程序界面更新方法、装置、可读存储介质及终端设备
JP2019121285A (ja) 構成変更管理装置、構成変更管理方法、及びプログラム
CN110875871A (zh) 一种即时通信应用的管理方法及电子设备
CN111752960B (zh) 数据处理方法和装置
CN113360211A (zh) 基于控件的加载显示方法及相关设备
CN110333874B (zh) 一种iOS系统安装包数据采集方法、装置、设备及介质
CN108132832B (zh) 应用程序启动方法和装置
CN113312083A (zh) 应用生成方法、装置及设备
CN110989986A (zh) 基于软件模板的软件生成方法、装置和计算机设备
CN111984248A (zh) 页面编辑方法和装置、存储介质及电子装置
CN111125205A (zh) 看板数据显示方法、终端及存储介质
CN104142824A (zh) 一种基于类库的代码生成器及其实现方法
US10798181B2 (en) Storage medium containing a program, information processing device, and processing method for deploying an application generated to a cloud environment
JP5959535B2 (ja) クライアントからネットワークを介して携帯端末にアクセスするためのサーバ、方法、及び、コンピュータを該サーバとして機能させるプログラム
JP2021149598A (ja) 情報処理装置、その制御方法、及びプログラム
JP2015095035A (ja) パラメータ設定支援システムおよびパラメータ設定支援方法ならびにパラメータ設定支援プログラム
US20230393818A1 (en) Configuration file editor with intelligent code-based interface and visual interface
JP2019114124A (ja) 情報処理装置、およびプログラム
CN112596812B (zh) 一种操作请求的响应方法、装置、设备及存储介质
CN103365651B (zh) 信息处理装置及应用激活方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18827459

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18827459

Country of ref document: EP

Kind code of ref document: A1