CN111027299A - Form generation method and system - Google Patents

Form generation method and system Download PDF

Info

Publication number
CN111027299A
CN111027299A CN201910995552.3A CN201910995552A CN111027299A CN 111027299 A CN111027299 A CN 111027299A CN 201910995552 A CN201910995552 A CN 201910995552A CN 111027299 A CN111027299 A CN 111027299A
Authority
CN
China
Prior art keywords
template
form template
homogeneous
screening
display component
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
CN201910995552.3A
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.)
Shenzhen Cloud Community Information Technology Co ltd
Original Assignee
Shenzhen Cloud Community Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Cloud Community Information Technology Co ltd filed Critical Shenzhen Cloud Community Information Technology Co ltd
Priority to CN201910995552.3A priority Critical patent/CN111027299A/en
Publication of CN111027299A publication Critical patent/CN111027299A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

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)

Abstract

The invention belongs to the technical field of front-end page table sheet design, and discloses a method and a system for generating a sheet, wherein the method comprises the following steps: acquiring the form template from a bottom layer framework based on the service attribute of the front-end service page; screening homogeneous form templates in a plurality of front-end service pages; configuring the universal display component in the homogeneous form template and capturing the universal display component in the form template; generating a target form and displaying the target form in a plurality of front-end service pages; in conclusion, the synchronous generation of the target form in a plurality of front-end service pages can be quickly realized based on the massive multiplexing of the form template and the display component, so that the form generation efficiency is greatly improved; in addition, the form template and the display component are mutually independent and have non-business-related characteristics, so that when the form is modified, the corresponding display component in the form template can be directly replaced without changing the original code in the bottom layer framework.

Description

Form generation method and system
Technical Field
The invention belongs to the technical field of front-end page table design, and particularly relates to a form generation method and a form generation system.
Background
In the management system of the traditional operator, the service management form is hard-coded in the front page in a customized manner, and the biggest limitation of the method is that: the presentation of each front-end service management form is regarded as static, and after the construction of a background framework of an operator management system is completed, the whole system is solidified, so that the formed front-end service management forms are solidified; in subsequent operation, if modification change of the front-end form is required, modification formation based on background framework coding is required, so that the modification of the front-end form is more complex;
in addition, in such a management system, there are generally a plurality of homogeneous front ends (i.e., the display structures or display elements of the forms are the same), and if the plurality of homogeneous front ends need to be modified simultaneously, the same codes corresponding to the plurality of front ends in the background architecture need to be modified repeatedly, which results in a large workload.
Disclosure of Invention
In view of this, the present invention provides a form generation method and system, which can easily complete modification and automatic generation of a front-end page form in a management system.
In order to achieve the purpose, the invention provides the following technical scheme:
a form generation method comprises the following steps:
s1, acquiring an independent form template from a bottom layer framework based on the service attribute of the front-end service page;
s2, screening homogeneous form templates in a plurality of front-end service pages;
s3, configuring the independent and universal display component in the homogeneous form template and capturing the display component in the form template;
and S4, generating a target form and displaying the target form in a plurality of front-end service pages.
Further comprising the step of modifying the target form:
s1, obtaining a homogeneous form template based on the display component needing to be modified;
s2, screening the homogeneous form template needing to be modified;
s3, modifying the display assembly and configuring the display assembly in the screened homogeneous form template;
and S4, generating the modified target form.
Preferably, before the form template is obtained, a bottom layer framework of a background management system is further constructed, and a form template and a display component which are not related to business are created in the bottom layer framework, so that mutual independence between the form template and the display component is guaranteed, wherein the display component is commonly used in the form template, and at least one form template and at least one display component are arranged.
Preferably, before configuring the display component to the homogeneous form template, the method further comprises a secondary screening step of the homogeneous form template: the secondary screening comprises automatic screening and manual screening, wherein the automatic screening refers to screening by the homogeneous form template which is configured completely, and the manual screening refers to screening by the homogeneous form template which is configured differently based on service attributes.
Preferably, after the secondary screening of the homogeneous form template is implemented, the method further comprises the following steps: the sequencing mode comprises a default sequencing and a demand sequencing, wherein the default sequencing is automatically sequenced based on the creation time of the display component, the demand sequencing is automatically sequenced from at least one time based on the demand rate of the display component, and the demand sequencing is superior to the default sequencing;
the calculation formula of the demand rate is as follows: (n/m) x 100%, where m is the number of the homogenous form templates and n is the number of the display assemblies configured in the homogenous form templates.
Preferably, before generating the target form, a preview step of the target form is further included.
Preferably, the capturing of the presentation component is automatic and the capture object includes the length, width and shape of a dialog box in the form template.
Preferably, the form template and the display component are both mainly formed on the basis of html template codes, css/js template codes and custom attributes.
A form generation system, comprising: the creating module is used for creating a front-end business page, and a form template and a display component which are not related to business; the storage module is used for storing the form template and the display component; the matching module is used for matching the front-end service page, the form template and the display component; the screening module is used for screening the homogeneous form template or the target form; the capturing module is used for automatically capturing the dialog box in the display component and the form template; the deleting module is used for displaying components needing to be modified in the homogeneous target form; and the generating module is used for generating a final target form.
Compared with the prior art, the invention has the following beneficial effects:
in the invention, the form template and the display component which are not related to the service are arranged and are independently stored in the bottom layer framework, wherein the form template can be configured in a plurality of front-end service pages based on the same service attribute, and the display component can be universally configured in the plurality of form templates based on homogeneous screening, thereby realizing the massive multiplexing of corresponding codes in the background bottom layer framework, realizing the synchronous generation of target forms in the plurality of front-end service pages under the state and greatly improving the generation efficiency of the forms.
When the form is modified, the corresponding display component in the form template is directly replaced based on non-business related and general characteristics without changing the original code in the bottom layer framework, so that the modification mode of the form is effectively simplified, and the form has higher flexibility; in addition, a plurality of forms can be synchronously modified on the basis of homogeneous screening, and the workload of modifying the forms is greatly saved.
Drawings
FIG. 1 is a block diagram of the form generation system of the present invention;
FIG. 2 is a general flow diagram of form generation in the present invention;
FIG. 3 is a detailed flow chart of form generation in the present invention;
FIG. 4 is a general flow diagram of form modification in the present invention;
FIG. 5 is a detailed flow chart of form modification in the present invention;
FIG. 6 is a diagram of an exemplary capture configuration of form templates and presentation components of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Referring to fig. 1, the present embodiment provides a form generation system, including: the system comprises a creating module 10, a storage module 20, a matching module 30, a screening module 40, a capturing module 50, a deleting module 60 and a generating module 70, wherein the creating module 10 is used for creating a front-end business page and a non-business related form template and a display component; the storage module 20 is used for storing the form template and the display component; the matching module 30 is used for matching the front-end service page, the form template and the display component; a screening module 40 for screening the homogeneous form template or the target form; the capturing module 50 is used for realizing automatic capturing of the dialog boxes in the display components and the form templates; a deleting module 60, configured to delete the display component that needs to be modified in the homogeneous target form; and a generating module 70 for generating a final target form.
Example 2
Referring to fig. 2 to fig. 3, based on the above form generation system, the present embodiment provides a form generation method, including the following steps:
(1) take first generation of form as an example
S1, constructing a bottom layer framework of a background management system, writing a creation module 10 and a storage module 20 in the bottom layer framework, creating at least one form template and a display component based on the creation module 10, wherein the form template and the display component are non-business related and are independently stored in the storage module 20, and each display component can be universally configured in each form template;
the non-business related representation forms described above represent configurations between form templates and presentation components that are not affected by specific business attributes.
S2, in the front-end platform, acquiring a form template matched with the service attribute and matching module 30 based on the front-end service page from the storage module 20 of the bottom layer framework;
specifically, the mode of obtaining based on the service attribute actually shows that: there is a business correlation between the form template and the front-end business page, that is, the form template is created, that is, corresponding business attributes are given to the form template, for example: counting form templates and displaying the form templates; and each service attribute can comprise a plurality of form templates with different forms, and finally, the corresponding form template form is selected autonomously according to the actual requirement of page layout.
S3, screening homogeneous form templates from a plurality of front-end service pages based on a screening module 40; specifically, the homogeneous form template refers to a form template with the same display structure.
S4, screening the homogeneous form template again based on the screening module 40 to obtain the homogeneous form template with the same configuration mode, which specifically comprises the following steps: based on the service attribute of the front-end service page, different configuration modes still exist in part of homogeneous form templates; and at the moment, the part of the homogeneous form templates with different configuration modes are manually screened out, and the homogeneous form templates with the same configuration mode are reserved.
And S5, acquiring display components with a certain arrangement sequence in the bottom framework based on the homogeneous form template with the matching module 30 and the same configuration mode as the configuration mode, wherein the sequence is arranged based on the creation time of the display components in the embodiment.
S6, selecting the display components in the list, and capturing and configuring the display components in the current homogeneous form template based on the capturing module 50;
the specific capture mode is automatic capture, taking the example shown in fig. 6 as an example: the front-end service page example is a user data entry page; the business attribute of the form template is defined as a statistical form template, and the example in the figure is' name: "," age: "and" blank cell "three display components;
in actual configuration, since the presentation components and the form templates have generality and are not business-related, the three presentation components of the above example can be arbitrarily configured: the name: "drag to within a dialog box of the form template," name: "the presentation component automatically captures the length, width and shape of the dialog box a so that the presentation component fits the dialog box; simultaneously drag "age: and dragging the blank space into the dialog box c to complete the corresponding configuration.
And S7, automatically generating a target form based on the generation module 70 and the configuration, and synchronously displaying the target form in front-end service pages corresponding to the screened homogeneous form templates.
(2) Take non-first generation of a form as an example
In step S4, in addition to the manual screening, an automatic screening is also included, which automatically screens, that is, screens out the homogeneous form template that has been configured in the first form generation process, so as to avoid the problem of repeated configuration;
in addition, in step S5, the obtained arrangement order of the display components is obtained based on the creation time or the demand rate, specifically, when the demand rates of the display components are the same, the display components are sorted based on the creation time, otherwise, the display components are sorted based on the demand rates of the display components;
the calculation formula of the demand rate is as follows:
(n/m)×100%
where m is the number of homogeneous form templates and n is the number of display assemblies configured in a homogeneous form template.
Example 3
Referring to fig. 4 to fig. 5, after completing the generation of the form according to embodiment 2, the present embodiment further provides a method for implementing the modification of the target form, including the following steps:
s1, selecting a display component to be modified from a certain target form to be modified, and acquiring a homogeneous form template containing the display component under the cooperation of a screening module 40; specifically, the homogeneous form template refers to all form templates including the display component, and is not limited to the same display structure.
S2, further screening the homogeneous form template needing to be modified based on the screening module 40; specifically, the screening is not the manual screening disclosed in embodiment 2, and the purpose is to screen homogeneous form templates which do not need to be modified or are modified in different ways, so as to ensure the accuracy of modification.
And S3, acquiring display components with a certain arrangement sequence from the bottom layer framework based on the matching module 30.
S4, selecting a target display component in the list, capturing and configuring the display component in the current homogeneous form template needing to be modified based on the capturing module 50, and meanwhile, automatically deleting the original display component in the homogeneous form template based on the deleting module 60; specifically, in this step, the capturing, configuring and deleting operations of all the screened homogeneous form templates are synchronously executed.
And S5, automatically generating a target form based on the generation module 70 and the configuration, and synchronously displaying the target form in front-end service pages corresponding to the screened homogeneous form templates.
In the embodiment of the invention, the form template and the display component which are not related to the service are arranged and are independently stored in the bottom layer framework, wherein the form template can be configured in a plurality of front-end service pages based on the same service attribute, and the display component can be universally configured in the plurality of form templates based on homogeneous screening, so that a large amount of multiplexing of corresponding codes in the background bottom layer framework is realized, the synchronous generation of target forms in the plurality of front-end service pages is realized under the state, and the form generation efficiency is greatly improved.
When the form is modified, the corresponding display component in the form template is directly replaced based on non-business related and general characteristics without changing the original code in the bottom layer framework, so that the modification mode of the form is effectively simplified, and the form has higher flexibility; in addition, a plurality of forms can be synchronously modified on the basis of homogeneous screening, and the workload of modifying the forms is greatly saved.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. A form generation method is characterized by comprising the following steps:
acquiring an independent form template from a bottom layer framework based on the service attribute of the front-end service page;
screening homogeneous form templates in a plurality of front-end service pages;
configuring the independent and universal display component in the homogeneous form template and capturing the display component in the form template;
and generating a target form and displaying the target form in a plurality of front-end business pages.
2. The form generation method of claim 1, further comprising the step of modifying the target form:
obtaining a homogenous form template based on the presentation component needing to be modified;
screening the homogeneous form template needing to be modified;
modifying the display component and configuring the display component in the screened homogeneous form template;
and generating the modified target form.
3. The form generation method of claim 1, further comprising, before obtaining the form template, constructing a bottom layer architecture of a background management system, and creating a non-business related form template and a presentation component in the bottom layer architecture, wherein the presentation component is commonly used in the form template, and at least one of the form template and the presentation component is provided.
4. The form generation method of claim 1, further comprising, before configuring the presentation component to the homogeneous form template, a secondary screening step of the homogeneous form template:
the secondary screening comprises automatic screening and manual screening, wherein the automatic screening refers to screening by the homogeneous form template which is configured completely, and the manual screening refers to screening by the homogeneous form template which is configured differently based on service attributes.
5. The form generation method of claim 4, further comprising, after performing the second filtering of the homogeneous form template, ranking the presentation components:
the sequencing mode comprises a default sequencing and a demand sequencing, wherein the default sequencing is automatically sequenced based on the creation time of the display component, the demand sequencing is automatically sequenced from at least one time based on the demand rate of the display component, and the demand sequencing is superior to the default sequencing;
the calculation formula of the demand rate is as follows: (n/m) x 100%, where m is the number of the homogenous form templates and n is the number of the display assemblies configured in the homogenous form templates.
6. The form generation method of claim 1 or 2, further comprising a step of previewing the target form before generating the target form.
7. The form generation method of claim 2, wherein the modified presentation component includes a deletion of an original presentation component and a captured configuration of a new presentation component.
8. The form generation method of claim 1 or 7, wherein the capturing of the presentation component is automatic capturing and the captured objects include the length, width and shape of the dialog box in the form template.
9. The form generation method of claim 1, wherein the form template and the presentation component are each constructed based on html template code, css/js template code, custom properties.
10. A form generation system, comprising:
the creating module is used for creating a front-end business page, and a form template and a display component which are not related to business;
the storage module is used for storing the form template and the display component;
the matching module is used for matching the front-end service page, the form template and the display component;
the screening module is used for screening the homogeneous form template or the target form;
the capturing module is used for automatically capturing the dialog box in the display component and the form template;
the deleting module is used for displaying components needing to be modified in the homogeneous target form;
and the generating module is used for generating a final target form.
CN201910995552.3A 2019-10-18 2019-10-18 Form generation method and system Pending CN111027299A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910995552.3A CN111027299A (en) 2019-10-18 2019-10-18 Form generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910995552.3A CN111027299A (en) 2019-10-18 2019-10-18 Form generation method and system

Publications (1)

Publication Number Publication Date
CN111027299A true CN111027299A (en) 2020-04-17

Family

ID=70201036

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910995552.3A Pending CN111027299A (en) 2019-10-18 2019-10-18 Form generation method and system

Country Status (1)

Country Link
CN (1) CN111027299A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114579112A (en) * 2022-02-25 2022-06-03 北京圣博润高新技术股份有限公司 Method, device, equipment and storage medium for assisting system development
CN116610889A (en) * 2023-07-17 2023-08-18 合肥青谷信息科技有限公司 WEB page creation method and visualized software designer

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103593456A (en) * 2013-11-22 2014-02-19 中国技术交易所有限公司 Form user-defined design method and device
CN107506193A (en) * 2017-08-18 2017-12-22 平安科技(深圳)有限公司 A kind of development approach of subsystem page, storage medium and server
CN107562496A (en) * 2017-07-21 2018-01-09 阿里巴巴集团控股有限公司 A kind of method and device of page configuration and page presentation
CN107678736A (en) * 2017-10-09 2018-02-09 用友网络科技股份有限公司 A kind of business Page Template shows method, system and computer installation
CN107908399A (en) * 2017-11-14 2018-04-13 山东浪潮通软信息科技有限公司 A kind of page development method and device
CN107958016A (en) * 2017-10-16 2018-04-24 平安科技(深圳)有限公司 Function pages method for customizing and application server
CN108170416A (en) * 2017-12-28 2018-06-15 北京云杉世纪网络科技有限公司 A kind of method and system for building web front-end
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
CN108345456A (en) * 2018-03-07 2018-07-31 平安普惠企业管理有限公司 Page code generation method, device, computer equipment and storage medium
CN109522016A (en) * 2018-10-31 2019-03-26 泰康保险集团股份有限公司 Service page face generates method, device and equipment
CN109582909A (en) * 2018-12-19 2019-04-05 拉扎斯网络科技(上海)有限公司 Webpage automatic generation method, device, electronic equipment and storage medium
CN109597614A (en) * 2017-09-28 2019-04-09 华为技术有限公司 A kind of business page method for customizing and system
CN109710249A (en) * 2018-11-13 2019-05-03 国云科技股份有限公司 A method of the custom page template based on cloudy platform
CN109918607A (en) * 2019-03-20 2019-06-21 杭州网易再顾科技有限公司 Page building method and device, medium and calculating equipment
CN109918370A (en) * 2019-01-24 2019-06-21 西安交通大学 A kind of development approach and system of the configurable forms application front end based on WEB
CN110222293A (en) * 2019-04-30 2019-09-10 北京三快在线科技有限公司 A kind of forms pages generation method and device
CN110321127A (en) * 2019-07-12 2019-10-11 湖南快乐阳光互动娱乐传媒有限公司 A kind of method that forms pages flexibly render, system and medium

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103593456A (en) * 2013-11-22 2014-02-19 中国技术交易所有限公司 Form user-defined design method and device
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
CN107562496A (en) * 2017-07-21 2018-01-09 阿里巴巴集团控股有限公司 A kind of method and device of page configuration and page presentation
CN107506193A (en) * 2017-08-18 2017-12-22 平安科技(深圳)有限公司 A kind of development approach of subsystem page, storage medium and server
CN109597614A (en) * 2017-09-28 2019-04-09 华为技术有限公司 A kind of business page method for customizing and system
CN107678736A (en) * 2017-10-09 2018-02-09 用友网络科技股份有限公司 A kind of business Page Template shows method, system and computer installation
CN107958016A (en) * 2017-10-16 2018-04-24 平安科技(深圳)有限公司 Function pages method for customizing and application server
CN107908399A (en) * 2017-11-14 2018-04-13 山东浪潮通软信息科技有限公司 A kind of page development method and device
CN108170416A (en) * 2017-12-28 2018-06-15 北京云杉世纪网络科技有限公司 A kind of method and system for building web front-end
CN108345456A (en) * 2018-03-07 2018-07-31 平安普惠企业管理有限公司 Page code generation method, device, computer equipment and storage medium
CN109522016A (en) * 2018-10-31 2019-03-26 泰康保险集团股份有限公司 Service page face generates method, device and equipment
CN109710249A (en) * 2018-11-13 2019-05-03 国云科技股份有限公司 A method of the custom page template based on cloudy platform
CN109582909A (en) * 2018-12-19 2019-04-05 拉扎斯网络科技(上海)有限公司 Webpage automatic generation method, device, electronic equipment and storage medium
CN109918370A (en) * 2019-01-24 2019-06-21 西安交通大学 A kind of development approach and system of the configurable forms application front end based on WEB
CN109918607A (en) * 2019-03-20 2019-06-21 杭州网易再顾科技有限公司 Page building method and device, medium and calculating equipment
CN110222293A (en) * 2019-04-30 2019-09-10 北京三快在线科技有限公司 A kind of forms pages generation method and device
CN110321127A (en) * 2019-07-12 2019-10-11 湖南快乐阳光互动娱乐传媒有限公司 A kind of method that forms pages flexibly render, system and medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114579112A (en) * 2022-02-25 2022-06-03 北京圣博润高新技术股份有限公司 Method, device, equipment and storage medium for assisting system development
CN114579112B (en) * 2022-02-25 2023-10-20 北京圣博润高新技术股份有限公司 Method, device, equipment and storage medium for assisting system development
CN116610889A (en) * 2023-07-17 2023-08-18 合肥青谷信息科技有限公司 WEB page creation method and visualized software designer

Similar Documents

Publication Publication Date Title
US10546046B2 (en) System and method for converting paper forms to an electronic format
CN110007999A (en) Page layout method, device and computer readable storage medium
CN110399420A (en) A kind of deriving method, electronic equipment and the medium of configurableization Excel format
CN101796538A (en) With the arranging graphic object on the page that is controlled at based on relative area
CN109471900A (en) Chart class data self action data exchange method and system, computer program
CN109491743A (en) Visual Report Forms generation method, device, electronic equipment and storage medium
CN108170416A (en) A kind of method and system for building web front-end
CN111027299A (en) Form generation method and system
CN106294299A (en) A kind of report form generation method and device
CN106354707A (en) Province class power grid energy-saving power generation dispatching report dynamic generation system
CN113255302A (en) Method for operating tissue architecture diagram, computer device and computer storage medium
CN106250110A (en) Set up the method and device of model
CN115861609A (en) Segmentation labeling method of remote sensing image, electronic device and storage medium
CN108053460A (en) The method for drafting and its device of a kind of figure of power system
CN106293658A (en) A kind of interface assembly generates method and equipment thereof
CN107885570A (en) It is multiplexed the method and device of view component
CN111460546A (en) Door panel style configuration method and device, computer equipment and storage medium
CN108875670A (en) Information processing method, device and storage medium
KR102099093B1 (en) Customized Motion Graphic Video Production System
JP4612669B2 (en) Cartoon creation support device and program
CN113254000B (en) Method, device, storage medium and equipment for generating 2D scene based on JSON data
CN113536407B (en) Method, device and storage medium for constructing project drawing based on unit equipment
CN114266092A (en) File generation method and device, storage medium and electronic device
CN104331527A (en) Picture generating method and picture generating device
CN107506201A (en) A kind of python skeleton generating methods and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200417

RJ01 Rejection of invention patent application after publication