CN112052038A - Method and device for generating front-end interface - Google Patents

Method and device for generating front-end interface Download PDF

Info

Publication number
CN112052038A
CN112052038A CN202010940573.8A CN202010940573A CN112052038A CN 112052038 A CN112052038 A CN 112052038A CN 202010940573 A CN202010940573 A CN 202010940573A CN 112052038 A CN112052038 A CN 112052038A
Authority
CN
China
Prior art keywords
interface
file
configuration
user
generating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010940573.8A
Other languages
Chinese (zh)
Inventor
刘斌
李钿
李筱沛
邹永强
杨晖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010940573.8A priority Critical patent/CN112052038A/en
Publication of CN112052038A publication Critical patent/CN112052038A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method and a device for generating a front-end interface, wherein the method comprises the following steps: acquiring configuration files of an interface of at least one project, wherein each configuration file comprises a plurality of configuration items; reading the configuration file of the interface of at least one project, and displaying a user selection interface on which selection information of the configuration file of the interface of at least one project is displayed; acquiring at least one target configuration file selected by a user according to selection input of the user on a user selection interface; reading corresponding interface data in an interface data file at the rear end according to a target configuration file selected by a user; and generating an interface file available for the front end according to the interface data. The problem that in the process of front-end and back-end separation development, interface files which can be used by the front end cannot be generated quickly according to files provided by the back end, and the content which needs to be generated cannot be limited according to different scenes is solved, so that various complex scenes are met.

Description

Method and device for generating front-end interface
Technical Field
The present invention relates to the field of network information, and in particular, to a method and an apparatus for generating a front-end interface.
Background
In software development, cooperative development of a front end and a back end is needed, the front end is responsible for page display and interaction, the back end provides data and an operation interface, after the interface is set at the back end, the front end often needs to manually write the interface into a project, if the TypeScript static code detection specification is added, great development cost is caused, and after the interface is adjusted at the back end, the front end easily generates the problem of omission.
Disclosure of Invention
The invention provides a method and a device for generating a front-end interface, which are used for solving the problems that in the process of separating and developing a front end and a back end, an interface file which can be used by the front end cannot be quickly generated according to a file provided by the back end, and the content which needs to be generated cannot be limited according to different scenes, so that various complex scenes are met.
In order to solve the above problems, the present invention is realized by:
in a first aspect, an embodiment of the present invention provides a method for generating a front-end interface, including:
acquiring configuration files of an interface of at least one project, wherein each configuration file comprises a plurality of configuration items;
reading the configuration file of the interface of the at least one project, and displaying a user selection interface, wherein the selection information of the configuration file of the interface of the at least one project is displayed on the user selection interface;
acquiring at least one target configuration file selected by a user according to the selection input of the user on the user selection interface;
reading corresponding interface data in an interface data file at the rear end according to the target configuration file selected by the user;
and generating an interface file available at the front end according to the interface data.
Optionally, the configuration item includes at least one of: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
Optionally, according to the target configuration file selected by the user, after reading corresponding interface data in the interface data file at the back end, the method further includes:
preprocessing the interface data file uploaded by the back end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
Optionally, the contents of the plurality of configuration items in the configuration file comprise custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
In a second aspect, an embodiment of the present invention provides an apparatus for generating a front-end interface, including:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for acquiring configuration files of an interface of at least one project, and each configuration file comprises a plurality of configuration items;
the first processing module is used for reading the configuration file of the interface of the at least one project and displaying a user selection interface, wherein the selection information of the configuration file of the interface of the at least one project is displayed on the user selection interface;
the second processing module is used for acquiring at least one target configuration file selected by a user according to the selection input of the user on the user selection interface;
the third processing module is used for reading corresponding interface data in a rear-end interface data file according to the target configuration file selected by the user;
and the fourth processing module is used for generating an interface file available at the front end according to the interface data.
Optionally, the configuration item includes at least one of: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
Optionally, the third processing module further includes: the first processing submodule is used for preprocessing the interface data file uploaded by the rear end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
Optionally, the contents of the plurality of configuration items in the configuration file comprise custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
In a third aspect, an electronic device is provided, which comprises a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the method of generating a front-end interface according to the first aspect.
In a fourth aspect, a readable storage medium is provided, on which a program or instructions are stored, which when executed by a processor, implement the steps of the method of generating a front-end interface according to the first aspect.
In the embodiment of the invention, the interface file which can be used by the front end is quickly generated according to the file provided by the back end by using the automatic interface generation tool in the process of the front end and the back end which are separately developed, so that the development efficiency is improved, the problem in the interface can be found and timely modified at the development starting stage, and unnecessary reworking is reduced; by setting the configurable items, the content which needs to be generated is limited according to different scenes, so that the content generation of various complex scenes is met.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart illustrating a method for interfacing with a front end according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a device for forming a front-end interface according to an embodiment of the present invention;
fig. 3 is an architecture diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the drawings of the embodiments of the present invention. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the described embodiments of the invention, are within the scope of the invention.
Unless defined otherwise, technical or scientific terms used herein shall have the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs. The use of "first," "second," and similar terms in the present application do not denote any order, quantity, or importance, but rather the terms are used to distinguish one element from another. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. "upper", "lower", "left", "right", and the like are used merely to indicate relative positional relationships, and when the absolute position of the object being described is changed, the relative positional relationships are changed accordingly.
Referring to fig. 1, an embodiment of the present invention provides a method for generating a front-end interface, including:
step 11: acquiring configuration files of an interface of at least one project, wherein each configuration file comprises a plurality of configuration items;
step 12: reading the configuration file of the interface of the at least one project, and displaying a user selection interface, wherein the selection information of the configuration file of the interface of the at least one project is displayed on the user selection interface;
step 13: acquiring at least one target configuration file selected by a user according to the selection input of the user on the user selection interface;
step 14: reading corresponding interface data in an interface data file at the rear end according to the target configuration file selected by the user;
step 15: and generating an interface file available at the front end according to the interface data.
In the embodiment of the present invention, optionally, the user selection interface in step 12 is simply displayed in a command line; of course, other types of user selection interfaces are not excluded.
In the embodiment of the invention, the configuration file is selected in the step 13, so that the flexibility and pertinence of the operation on the target project are enhanced.
In the embodiment of the present invention, optionally, the interface data file at the back end may be a swagger.
In the embodiment of the invention, in the process of the front end and the back end separated development, an automatic interface generation tool is used based on file generation, and the interface file which can be used by the front end is quickly generated by analyzing and processing according to the contents of the swagger json file provided by the back end, so that the development efficiency is improved; by setting the configurable items, the content which needs to be generated is limited according to different scenes, so that the content generation of various complex scenes is met.
In the embodiment of the present invention, optionally, the configuration item includes at least one of the following items: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
In the embodiment of the invention, the address of the interface data file can be a link or a local path; item token, which can be requested without data stored on the user's local terminal and is not outdated; the self-defined request template path and the self-defined interface format template path are structures of a request library used by an autonomous selection generation interface and an autonomous selection generation interface, wherein an Http request library such as ajax and axios of jquery can be configured, and a format of an interface method can be configured; custom templates allow the tools that generate the interface to no longer be limited to the framework, etc., used by the project.
In the embodiment of the invention, the configurable item is set, so that the process of generating the interface supports customized generation, and the content required to be generated can be limited according to different scenes, thereby meeting the content generation of various complex scenes.
In this embodiment of the present invention, optionally, after reading corresponding interface data in the interface data file at the back end according to the target configuration file selected by the user, the method further includes: preprocessing the interface data file uploaded by the back end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
In the embodiment of the invention, the interface data capable of generating the interface file available at the front end is extracted by preprocessing the interface data file uploaded at the back end, so that convenience is provided for subsequent operation and the accuracy is enhanced.
In this embodiment of the present invention, optionally, the contents of the plurality of configuration items in the configuration file include custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
In the embodiment of the invention, the self-defined configuration item content is automatically edited and assigned in advance when the configuration file is edited; the content of the predefined configuration item is that the content of the configuration item is not assigned when the configuration file is edited, and the content of the default configuration item is selected when the content of the configuration item is not assigned.
In the embodiment of the invention, the interface file which can be used by the front end is quickly generated according to the file provided by the back end by using the automatic interface generation tool in the process of the front end and the back end which are separately developed, so that the development efficiency is improved, the problem in the interface can be found and timely modified at the development starting stage, and unnecessary reworking is reduced; by setting the configurable items, the content which needs to be generated is limited according to different scenes, so that the content generation of various complex scenes is met.
Referring to fig. 2, an embodiment of the present invention provides an apparatus for generating a front-end interface, including:
a receiving module 21, configured to obtain configuration files of an interface of at least one project, where each configuration file includes a plurality of configuration items;
the first processing module 22 is configured to read the configuration file of the interface of the at least one item, and display a user selection interface, where selection information of the configuration file of the interface of the at least one item is displayed on the user selection interface;
the second processing module 23 is configured to obtain at least one target configuration file selected by the user according to a selection input of the user on the user selection interface;
the third processing module 24 is configured to read, according to the target configuration file selected by the user, corresponding interface data in an interface data file at the back end;
and a fourth processing module 25, configured to generate an interface file available at the front end according to the interface data.
In this embodiment of the present invention, optionally, the user selection interface in the first processing module 22 is simply displayed in a command line; of course, other types of user selection interfaces are not excluded.
In the embodiment of the present invention, the second processing module 23 selects the configuration file, so that the flexibility and pertinence of the operation on the target item are enhanced.
In the embodiment of the present invention, optionally, the interface data file at the back end may be a swagger.
In the embodiment of the invention, in the process of the front end and the back end separated development, an automatic interface generation tool is used based on file generation, and the interface file which can be used by the front end is quickly generated by analyzing and processing according to the contents of the swagger json file provided by the back end, so that the development efficiency is improved; by setting the configurable items, the content which needs to be generated is limited according to different scenes, so that the content generation of various complex scenes is met.
In the embodiment of the present invention, optionally, the configuration item includes at least one of the following items: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
In the embodiment of the invention, the address of the interface data file can be a link or a local path; item token, which can be requested without data stored on the user's local terminal and is not outdated; the self-defined request template path and the self-defined interface format template path are structures of a request library used by an autonomous selection generation interface and an autonomous selection generation interface, wherein an Http request library such as ajax and axios of jquery can be configured, and a format of an interface method can be configured; custom templates allow the tools that generate the interface to no longer be limited to the framework, etc., used by the project.
In the embodiment of the invention, the configurable item is set, so that the process of generating the interface supports customized generation, and the content required to be generated can be limited according to different scenes, thereby meeting the content generation of various complex scenes.
In this embodiment of the present invention, optionally, the third processing module further includes: the first processing submodule is used for preprocessing the interface data file uploaded by the rear end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
In the embodiment of the invention, the interface data capable of generating the interface file available at the front end is extracted by preprocessing the interface data file uploaded at the back end, so that convenience is provided for subsequent operation and the accuracy is enhanced.
In this embodiment of the present invention, optionally, the contents of the plurality of configuration items in the configuration file include custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
In the embodiment of the invention, the self-defined configuration item content is automatically edited and assigned in advance when the configuration file is edited; the content of the predefined configuration item is that the content of the configuration item is not assigned when the configuration file is edited, and the content of the default configuration item is selected when the content of the configuration item is not assigned.
In the embodiment of the invention, the interface file which can be used by the front end is quickly generated according to the file provided by the back end by using the automatic interface generation tool in the process of the front end and the back end which are separately developed, so that the development efficiency is improved, the problem in the interface can be found and timely modified at the development starting stage, and unnecessary reworking is reduced; by setting the configurable items, the content which needs to be generated is limited according to different scenes, so that the content generation of various complex scenes is met.
Referring to fig. 3, an embodiment of the present invention further provides an electronic device 30, which includes a processor 31, a memory 32, and a computer program stored in the memory 32 and capable of running on the processor 31, where the computer program, when executed by the processor 31, implements the processes of the method embodiment for generating a front-end interface applied to the electronic device, and can achieve the same technical effects, and therefore, the descriptions are omitted here to avoid repetition.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the foregoing method for generating a front-end interface, and can achieve the same technical effect, and in order to avoid repetition, the details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, 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 an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A method of generating a front-end interface, comprising:
acquiring configuration files of an interface of at least one project, wherein each configuration file comprises a plurality of configuration items;
reading the configuration file of the interface of the at least one project, and displaying a user selection interface, wherein the selection information of the configuration file of the interface of the at least one project is displayed on the user selection interface;
acquiring at least one target configuration file selected by a user according to the selection input of the user on the user selection interface;
reading corresponding interface data in an interface data file at the rear end according to the target configuration file selected by the user;
and generating an interface file available at the front end according to the interface data.
2. The method of generating a front-end interface of claim 1,
the configuration items include at least one of: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
3. The method of claim 1, wherein reading corresponding interface data in a back-end interface data file according to the target configuration file selected by the user further comprises:
preprocessing the interface data file uploaded by the back end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
4. The method of generating a front-end interface of claim 1,
the contents of the plurality of configuration items in the configuration file comprise custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
5. An apparatus for generating a front-end interface, comprising:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for acquiring configuration files of an interface of at least one project, and each configuration file comprises a plurality of configuration items;
the first processing module is used for reading the configuration file of the interface of the at least one project and displaying a user selection interface, wherein the selection information of the configuration file of the interface of the at least one project is displayed on the user selection interface;
the second processing module is used for acquiring at least one target configuration file selected by a user according to the selection input of the user on the user selection interface;
the third processing module is used for reading corresponding interface data in a rear-end interface data file according to the target configuration file selected by the user;
and the fourth processing module is used for generating an interface file available at the front end according to the interface data.
6. The apparatus to generate a front-end interface of claim 5,
the configuration items include at least one of: interface data file path, project name, whether TypeScript is used, an interface which needs to be generated, an interface file name which is available at the generated front end, a new interface file which is available at the generated front end or interface data which is added in the original interface file which is available at the front end, a user-defined request template path, a user-defined interface format template path, a project token and whether a mock file is generated.
7. The apparatus for generating a front-end interface of claim 5, wherein the third processing module further comprises:
the first processing submodule is used for preprocessing the interface data file uploaded by the rear end; the pre-processing includes extracting interface data capable of generating an interface file available to the front end.
8. The apparatus to generate a front-end interface of claim 5,
the contents of the plurality of configuration items in the configuration file comprise custom configuration item contents and/or predefined configuration item contents;
the self-defined configuration item content is configuration item content which is automatically edited in a configuration file;
the predefined configuration item content is default configuration item content in a configuration file.
9. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the method of generating a front-end interface as claimed in any one of claims 1 to 4.
10. A readable storage medium, on which a program or instructions are stored, which when executed by a processor, carry out the steps of the method of generating a front-end interface according to any one of claims 1 to 4.
CN202010940573.8A 2020-09-09 2020-09-09 Method and device for generating front-end interface Pending CN112052038A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010940573.8A CN112052038A (en) 2020-09-09 2020-09-09 Method and device for generating front-end interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010940573.8A CN112052038A (en) 2020-09-09 2020-09-09 Method and device for generating front-end interface

Publications (1)

Publication Number Publication Date
CN112052038A true CN112052038A (en) 2020-12-08

Family

ID=73610870

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010940573.8A Pending CN112052038A (en) 2020-09-09 2020-09-09 Method and device for generating front-end interface

Country Status (1)

Country Link
CN (1) CN112052038A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631694A (en) * 2020-12-11 2021-04-09 远光软件股份有限公司 API (application programming interface) packaging calling method and system
CN113760352A (en) * 2021-07-01 2021-12-07 北京房江湖科技有限公司 Code file generation method, electronic device, storage medium, and program product
CN114817067A (en) * 2022-05-25 2022-07-29 云账户技术(天津)有限公司 Automatic mock testing method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090183117A1 (en) * 2003-12-12 2009-07-16 Peter Hon-You Chang Dynamic generation of target files from template files and tracking of the processing of target files
CN107577622A (en) * 2017-08-01 2018-01-12 广州酷狗计算机科技有限公司 Back end interface analogy method, equipment and storage medium
CN108572823A (en) * 2018-04-23 2018-09-25 武汉斗鱼网络科技有限公司 Front and back end development management method and system based on interface engine
CN109634570A (en) * 2018-12-15 2019-04-16 中国平安人寿保险股份有限公司 Front and back end integrated development method, device, equipment and computer readable storage medium
EP3525105A1 (en) * 2018-02-13 2019-08-14 Guangdong Oppo Mobile Telecommunications Corp., Ltd Method and apparatus for opening a file
CN110175029A (en) * 2019-04-15 2019-08-27 深圳壹账通智能科技有限公司 The forming method of front-end and back-end automatically dispose tool based on data analysis
CN110417741A (en) * 2019-06-28 2019-11-05 苏州浪潮智能科技有限公司 A kind of method and apparatus of filtering safe group
CN111596965A (en) * 2020-07-22 2020-08-28 太平金融科技服务(上海)有限公司 Project engineering initialization method, device, computer equipment and storage medium
CN112015432A (en) * 2020-08-24 2020-12-01 云账户技术(天津)有限公司 Static project deployment method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090183117A1 (en) * 2003-12-12 2009-07-16 Peter Hon-You Chang Dynamic generation of target files from template files and tracking of the processing of target files
CN107577622A (en) * 2017-08-01 2018-01-12 广州酷狗计算机科技有限公司 Back end interface analogy method, equipment and storage medium
EP3525105A1 (en) * 2018-02-13 2019-08-14 Guangdong Oppo Mobile Telecommunications Corp., Ltd Method and apparatus for opening a file
CN108572823A (en) * 2018-04-23 2018-09-25 武汉斗鱼网络科技有限公司 Front and back end development management method and system based on interface engine
CN109634570A (en) * 2018-12-15 2019-04-16 中国平安人寿保险股份有限公司 Front and back end integrated development method, device, equipment and computer readable storage medium
CN110175029A (en) * 2019-04-15 2019-08-27 深圳壹账通智能科技有限公司 The forming method of front-end and back-end automatically dispose tool based on data analysis
CN110417741A (en) * 2019-06-28 2019-11-05 苏州浪潮智能科技有限公司 A kind of method and apparatus of filtering safe group
CN111596965A (en) * 2020-07-22 2020-08-28 太平金融科技服务(上海)有限公司 Project engineering initialization method, device, computer equipment and storage medium
CN112015432A (en) * 2020-08-24 2020-12-01 云账户技术(天津)有限公司 Static project deployment method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631694A (en) * 2020-12-11 2021-04-09 远光软件股份有限公司 API (application programming interface) packaging calling method and system
CN112631694B (en) * 2020-12-11 2023-08-11 远光软件股份有限公司 API (application program interface) encapsulation calling method and system
CN113760352A (en) * 2021-07-01 2021-12-07 北京房江湖科技有限公司 Code file generation method, electronic device, storage medium, and program product
CN114817067A (en) * 2022-05-25 2022-07-29 云账户技术(天津)有限公司 Automatic mock testing method and device
CN114817067B (en) * 2022-05-25 2022-09-02 云账户技术(天津)有限公司 Automatic mock testing method and device

Similar Documents

Publication Publication Date Title
CN109801347B (en) Method, device, equipment and medium for generating editable image template
CN112052038A (en) Method and device for generating front-end interface
CN110968309B (en) Template generation method and device, electronic equipment and storage medium
CN108108342B (en) Structured text generation method, search method and device
JP6636097B2 (en) Method, apparatus and device for creating a visual model layout of a space
US10444946B2 (en) Shared user driven clipping of multiple web pages
CN111752557A (en) Display method and device
CN109508189B (en) Layout template processing method and device and computer readable storage medium
CN111240669B (en) Interface generation method and device, electronic equipment and computer storage medium
CN106933887B (en) Data visualization method and device
CN111752565A (en) Interface generation method and device, computer equipment and readable storage medium
CN114359533B (en) Page number identification method based on page text and computer equipment
CN116881353A (en) Financial data display method and device, storage medium and electronic equipment
CN113095056B (en) Generation method, processing method, device, electronic equipment and medium
CN108447106B (en) Generation method and device of venue seat map
JP2011086050A (en) Information processing terminal and computer program
CN112835577A (en) Data processing method, data processing device, computer equipment and readable storage medium
CN116450202A (en) Page configuration method, page configuration device, computer equipment and computer readable storage medium
CN114415911B (en) Data entry method and device
US20230396857A1 (en) Video generation method and apparatus, and electronic device and computer-readable medium
KR101984058B1 (en) Template application system and method using the file format svg
CN114444447A (en) Card processing method and device
CN112950167A (en) Design service matching method, device, equipment and storage medium
CN113361242A (en) Method and device for customizing questionnaire template
CN113988008A (en) Document object size adjusting 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