CN111562919A - Method, system and storage medium for generating front-end webpage code based on PSD file - Google Patents

Method, system and storage medium for generating front-end webpage code based on PSD file Download PDF

Info

Publication number
CN111562919A
CN111562919A CN202010672054.8A CN202010672054A CN111562919A CN 111562919 A CN111562919 A CN 111562919A CN 202010672054 A CN202010672054 A CN 202010672054A CN 111562919 A CN111562919 A CN 111562919A
Authority
CN
China
Prior art keywords
layer
psd file
css
psd
dom
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
CN202010672054.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.)
Chengdu Yinchao Technology Co ltd
Original Assignee
Chengdu Yinchao 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 Chengdu Yinchao Technology Co ltd filed Critical Chengdu Yinchao Technology Co ltd
Priority to CN202010672054.8A priority Critical patent/CN111562919A/en
Publication of CN111562919A publication Critical patent/CN111562919A/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/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method, a system and a storage medium for generating front-end webpage codes based on a PSD file, wherein the method obtains attribute information of each layer of a design drawing and a hierarchical relation among the layers by analyzing the PSD file of the design drawing, then converts the attribute information of each layer of the design drawing into a recognizable CSS code, generates a DOM structure tree of the design drawing according to the hierarchical relation among the layers, and associates the CSS code of each layer of the design drawing with each DOM node in the DOM structure tree; and finally, filling DOM nodes of the DOM structure tree of the design drawing and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the design drawing. Therefore, the invention realizes the flexible conversion from the design drawing to the front end webpage code by combining the image technology and the front end webpage technology, thereby reducing the workload of repeated drawing cutting, design drawing comparison and layout of a front end engineer during writing a static webpage and improving the development efficiency of the front end webpage.

Description

Method, system and storage medium for generating front-end webpage code based on PSD file
Technical Field
The present invention relates to the field of web page technologies, and in particular, to a method, a system, and a storage medium for generating a front-end web page code based on a PSD file.
Background
In the existing webpage technology, the presentation of a front-end webpage interface is mainly realized by designing an interface effect by a UI (user interface) designer and writing a corresponding interface style by the front-end engineer by using a front-end programming language according to a UI design drawing. This process is relatively cumbersome and repetitive, requiring a great deal of effort from the front-end engineer, and moreover, has limited engineering efficiency.
Therefore, it is necessary to provide a technical solution for automatically generating front-end webpage code based on UI design drawings.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention aims to: in order to reduce the workload of front-end engineers and improve the front-end webpage development efficiency, a method for generating front-end webpage codes based on UI (user interface) design drawings is provided.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for generating front-end webpage codes based on a PSD file comprises the following steps:
analyzing the PSD file to obtain attribute information of each layer of the PSD file and a hierarchical relation between the layers;
converting the attribute information of each layer of the PSD file into a recognizable CSS code, generating a DOM structure tree of the PSD file according to the hierarchical relation among the layers, and associating the CSS code of each layer of the PSD file with each DOM node in the DOM structure tree;
and filling DOM nodes of a DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
According to a specific embodiment, in the method for generating a front-end webpage code based on a PSD file of the present invention, the PSD file is analyzed in the following manner:
classifying and analyzing each layer of the PSD file to obtain the layer type of each layer; and analyzing the content of each layer of the PSD file to obtain the attribute information of each layer and the hierarchical relation among the layers.
According to a specific embodiment, in the method for generating front-end webpage codes based on a PSD file of the present invention, a manner of converting attribute information of each layer of the PSD file into a recognizable CSS code is as follows: and converting the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard, and configuring the attribute value in a CSS code by combining the CSS style attribute data to obtain the CSS code of each layer.
Further, after obtaining the attribute information of each layer of the PSD file, the attribute information of each layer is encapsulated into a JSON format.
According to a specific implementation manner, in the method for generating the front-end webpage code based on the PSD file, each layer is converted into a corresponding DOM node element according to the layer type of each layer.
According to a specific implementation mode, in the method for generating front-end webpage codes based on the PSD file, CSS codes of all layers are associated with each DOM node in the DOM structure tree through layer IDs.
In an aspect of specific implementation, the present invention further provides a system for generating a front-end webpage code based on a PSD file, including:
the PSD file analysis module is used for analyzing the PSD file to obtain attribute information of each layer of the PSD file and the hierarchical relation among the layers;
the CSS code conversion module is used for converting the attribute information of each layer of the PSD file into a recognizable CSS code;
the DOM structure tree module is used for generating a DOM structure tree of the PSD file according to the hierarchical relation among the image layers, and associating the CSS codes of all the image layers of the PSD file with each DOM node in the DOM structure tree;
and the filling module is used for filling DOM nodes of the DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
According to a specific implementation manner, in the system for generating a front-end webpage code based on a PSD file of the present invention, the PSD file parsing module includes:
the layer type analysis module is used for carrying out classification analysis on each layer of the PSD file to obtain the layer type of each layer;
and the layer content analysis module is used for analyzing the content of each layer of the PSD file to obtain the attribute information of each layer and the hierarchical relationship among the layers.
According to a specific implementation manner, in the system for generating front end webpage codes based on PSD files, the CSS code conversion module includes:
the attribute information conversion module is used for converting the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard;
and the attribute value configuration module is used for configuring the attribute values in the CSS codes according to the preset rules and the CSS specification standard by combining the CSS style attribute data to obtain the CSS codes of all the layers.
In an aspect of specific implementation, the present invention further provides a readable storage medium, on which one or more programs are stored, where the one or more programs, when executed by one or more processors, implement the method for generating front-end webpage code based on a PSD file according to the present invention.
Compared with the prior art, the invention has the beneficial effects that:
the invention relates to a method for generating front-end webpage codes based on a PSD (position sensitive detector) file, which is characterized in that attribute information of each layer of a design drawing and a hierarchical relation among the layers are obtained by analyzing the PSD file of the design drawing, then the attribute information of each layer of the design drawing is converted into a recognizable CSS (cascading style sheet) code, a DOM (document object model) structure tree of the design drawing is generated according to the hierarchical relation among the layers, and the CSS code of each layer of the design drawing is associated with each DOM node in the DOM structure tree; and finally, filling DOM nodes of the DOM structure tree of the design drawing and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the design drawing. Therefore, the invention realizes the flexible conversion from the design drawing to the front end webpage code by combining the image technology and the front end webpage technology, thereby reducing the workload of repeated drawing cutting, design drawing comparison and layout of a front end engineer during writing a static webpage and improving the development efficiency of the front end webpage.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic diagram of the system of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention.
As shown in fig. 1, the method for generating front-end webpage code based on PSD file specifically includes the following steps:
after a PSD file corresponding to the design drawing is obtained, the PSD file is analyzed, and attribute information of each layer of the PSD file and a hierarchical relation between the layers of the PSD file are obtained.
Converting the attribute information of each layer of the PSD file into a recognizable CSS code, generating a DOM structure tree of the PSD file according to the hierarchical relation among the layers, and associating the CSS code of each layer of the PSD file with each DOM node in the DOM structure tree;
and filling DOM nodes of a DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
Specifically, the PSD file is analyzed in the following manner: classifying and analyzing each layer of the PSD file to obtain the layer type of each layer; and analyzing the content of each layer of the PSD file to obtain the attribute information of each layer and the hierarchical relationship among the layers.
The mode of converting the attribute information of each layer of the PSD file into the recognizable CSS codes is as follows: and converting the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard, and configuring the attribute value in a CSS code by combining the CSS style attribute data to obtain the CSS code of each layer.
In specific implementation, after obtaining the attribute information of each layer of the PSD file, the attribute information of each layer is further encapsulated into a JSON format. Wherein, the basic attribute information of the layer includes but is not limited to: number, position, width, height, color, shape, etc. And then, after data deduplication and data optimization are carried out on the attribute information packaged in the JSON format, converting the attribute information into corresponding and identifiable CSS style attribute data according to the agreed rules and the CSS specification standard, and then configuring attribute values in CSS codes by combining the CSS style attribute data to obtain CSS codes of all layers of the design drawing.
Moreover, when a DOM structure tree corresponding to the PSD file is generated, each layer is converted into a corresponding DOM node element according to the layer type of each layer, where different layer types are defined as corresponding DOM node elements or tags according to an agreed rule, for example: div, img, button, etc. And then, associating the CSS codes of the layers with each DOM node in the DOM structure tree through the layer IDs.
Meanwhile, a designated HTML document template is configured in advance according to the structural characteristics of the HTML document tag and an appointed format, and DOM nodes of a DOM structure tree of the PSD file and CSS codes corresponding to each DOM node are filled into a preset HTML document template, so that a complete static HTML document of a front-end webpage can be obtained; wherein, the filling mode is actually as follows: and placing the layer label elements in the body label of the HTML document template by combining the stacking relation and the position of the layers, and finally obtaining the complete static HTML document of the front-end webpage after processing and structuring according to the format specified by the PSD file.
Therefore, the image layer, the elements and the attributes are analyzed according to the psd file specification by utilizing an image processing technology, such as a photoshop ps image processing technology, and then the front-end webpage technology is combined to realize flexible conversion from a design drawing to a front-end webpage code, so that the workload of repeated cutting, comparison and layout of the design drawing when a static webpage is written by a front-end engineer is reduced, the front-end engineer only needs to perform better logic addition and animation interaction addition on the basis of a finally obtained HTML document to complete the front-end webpage development work, and the front-end webpage development efficiency is improved.
As shown in fig. 2, the system for generating front end webpage code based on PSD file of the present invention includes:
the PSD file analysis module is used for analyzing the PSD file to obtain attribute information of each layer of the PSD file and the hierarchical relation among the layers;
the CSS code conversion module is used for converting the attribute information of each layer of the PSD file into a recognizable CSS code;
the DOM structure tree module is used for generating a DOM structure tree of the PSD file according to the hierarchical relation among the image layers, and associating the CSS codes of all the image layers of the PSD file with each DOM node in the DOM structure tree;
and the filling module is used for filling DOM nodes of the DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
Specifically, the PSD file parsing module includes: the device comprises a layer type analysis module and a layer content analysis module. The layer type analysis module is used for carrying out classification analysis on each layer of the PSD file to obtain the layer type of each layer; the layer content analysis module is used for analyzing the content of each layer of the PSD file to obtain attribute information of each layer and the hierarchical relation among the layers.
The CSS transcoding module includes: the attribute information conversion module and the attribute value configuration module; the attribute information conversion module converts the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard; and the attribute value configuration module is used for configuring the attribute values in the CSS codes according to the preset rules and the CSS specification standard by combining with the CSS style attribute data to obtain the CSS codes of all the layers.
In an aspect of specific implementation, the present invention further provides a readable storage medium, on which one or more programs are stored, where the one or more programs, when executed by one or more processors, implement the method for generating front-end webpage code based on a PSD file according to the present invention.
It should be understood that the disclosed system may be implemented in other ways. For example, the division of the modules into only one logical function may be implemented in another way, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not implemented. In addition, the communication connection between the modules may be an indirect coupling or communication connection through some interfaces, devices or units, and may be electrical or in other forms.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one processing unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, which can store program codes.

Claims (10)

1. A method for generating front-end webpage codes based on a PSD file is characterized by comprising the following steps:
analyzing the PSD file to obtain attribute information of each layer of the PSD file and a hierarchical relation between the layers;
converting the attribute information of each layer of the PSD file into a recognizable CSS code, generating a DOM structure tree of the PSD file according to the hierarchical relation among the layers, and associating the CSS code of each layer of the PSD file with each DOM node in the DOM structure tree;
and filling DOM nodes of a DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
2. The method of claim 1, wherein the PSD file is parsed by:
classifying and analyzing each layer of the PSD file to obtain the layer type of each layer; and analyzing the content of each layer of the PSD file to obtain the attribute information of each layer and the hierarchical relation among the layers.
3. The method for generating front-end webpage codes based on the PSD file as claimed in claim 2, wherein the manner of converting the attribute information of each layer of the PSD file into the recognizable CSS codes is: and converting the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard, and configuring the attribute value in a CSS code by combining the CSS style attribute data to obtain the CSS code of each layer.
4. The method of claim 3, wherein after obtaining the attribute information of each layer of the PSD file, the method further packages the attribute information of each layer into a JSON format.
5. The method for generating front-end webpage codes based on the PSD file as claimed in claim 2, wherein each layer is converted into a corresponding DOM node element according to the layer type of each layer.
6. The method of generating front end webpage codes based on the PSD file as claimed in claim 1, wherein the CSS codes of each layer are associated with each DOM node in the DOM structure tree by layer ID.
7. A system for generating front-end web code based on a PSD file, comprising:
the PSD file analysis module is used for analyzing the PSD file to obtain attribute information of each layer of the PSD file and the hierarchical relation among the layers;
the CSS code conversion module is used for converting the attribute information of each layer of the PSD file into a recognizable CSS code;
the DOM structure tree module is used for generating a DOM structure tree of the PSD file according to the hierarchical relation among the image layers, and associating the CSS codes of all the image layers of the PSD file with each DOM node in the DOM structure tree;
and the filling module is used for filling DOM nodes of the DOM structure tree of the PSD file and CSS codes corresponding to each DOM node into a preset HTML document template to obtain an HTML document corresponding to the PSD file.
8. The system for generating front-end web code based on PSD files of claim 7 wherein said PSD file parsing module comprises:
the layer type analysis module is used for carrying out classification analysis on each layer of the PSD file to obtain the layer type of each layer;
and the layer content analysis module is used for analyzing the content of each layer of the PSD file to obtain the attribute information of each layer and the hierarchical relationship among the layers.
9. The system for generating front-end web code based on PSD files of claim 8 wherein said CSS transcoding module comprises:
the attribute information conversion module is used for converting the attribute information of each layer of the PSD file into CSS style attribute data according to a preset rule and a CSS standard;
and the attribute value configuration module is used for configuring the attribute values in the CSS codes according to the preset rules and the CSS specification standard by combining the CSS style attribute data to obtain the CSS codes of all the layers.
10. A readable storage medium having one or more programs stored thereon, wherein the one or more programs, when executed by one or more processors, implement the method for generating front-end webpage code based on a PSD file according to any one of claims 1 to 6.
CN202010672054.8A 2020-07-14 2020-07-14 Method, system and storage medium for generating front-end webpage code based on PSD file Pending CN111562919A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010672054.8A CN111562919A (en) 2020-07-14 2020-07-14 Method, system and storage medium for generating front-end webpage code based on PSD file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010672054.8A CN111562919A (en) 2020-07-14 2020-07-14 Method, system and storage medium for generating front-end webpage code based on PSD file

Publications (1)

Publication Number Publication Date
CN111562919A true CN111562919A (en) 2020-08-21

Family

ID=72073965

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010672054.8A Pending CN111562919A (en) 2020-07-14 2020-07-14 Method, system and storage medium for generating front-end webpage code based on PSD file

Country Status (1)

Country Link
CN (1) CN111562919A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112579086A (en) * 2020-12-24 2021-03-30 四川长虹电器股份有限公司 Template construction method adaptive to multi-platform front-end View
CN113011137A (en) * 2021-04-06 2021-06-22 金宝贝网络科技(苏州)有限公司 Method and device for generating component type rich text page
CN113032708A (en) * 2021-04-02 2021-06-25 广州博恒信息科技有限责任公司 Code-free Web development system
CN113312318A (en) * 2021-06-15 2021-08-27 上海哔哩哔哩科技有限公司 File display method and device and computer equipment
CN113760223A (en) * 2021-08-25 2021-12-07 成都摹客科技有限公司 Method, system, medium, and apparatus for resource reuse and consistency in software iteration process
CN113934957A (en) * 2021-11-04 2022-01-14 稿定(厦门)科技有限公司 Method and system for generating rendering sketch file from webpage
CN114780091A (en) * 2022-04-08 2022-07-22 安天科技集团股份有限公司 Page code generation method and device, computing equipment and storage medium
CN114821610A (en) * 2022-05-16 2022-07-29 三峡高科信息技术有限责任公司 Method for generating webpage code from image based on tree-shaped neural network
CN115080015A (en) * 2022-08-23 2022-09-20 珠海正和微芯科技有限公司 Method, system, electronic device and storage medium for automatically generating UPF code
CN115495079A (en) * 2022-09-30 2022-12-20 南京芯传汇电子科技有限公司 Dynamic Qt interface generation method and system based on PSD file format

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970750A (en) * 2013-01-25 2014-08-06 腾讯科技(深圳)有限公司 Method and device for generating HTML (Hypertext Markup Language) web pages
CN104063380A (en) * 2013-03-18 2014-09-24 北京百度网讯科技有限公司 Method and device for converting picture files into webpage files
CN105447096A (en) * 2015-11-09 2016-03-30 百度在线网络技术(北京)有限公司 Web page generation method and apparatus
CN106469220A (en) * 2016-09-09 2017-03-01 北京小度信息科技有限公司 A kind of method and system generating the dynamic effect page
CN106484383A (en) * 2015-08-31 2017-03-08 阿里巴巴集团控股有限公司 page rendering method, device and equipment
CN109558131A (en) * 2018-10-29 2019-04-02 中译语通科技股份有限公司 A kind of intelligence generates the method and system of front end static page

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970750A (en) * 2013-01-25 2014-08-06 腾讯科技(深圳)有限公司 Method and device for generating HTML (Hypertext Markup Language) web pages
CN104063380A (en) * 2013-03-18 2014-09-24 北京百度网讯科技有限公司 Method and device for converting picture files into webpage files
CN106484383A (en) * 2015-08-31 2017-03-08 阿里巴巴集团控股有限公司 page rendering method, device and equipment
CN105447096A (en) * 2015-11-09 2016-03-30 百度在线网络技术(北京)有限公司 Web page generation method and apparatus
CN106469220A (en) * 2016-09-09 2017-03-01 北京小度信息科技有限公司 A kind of method and system generating the dynamic effect page
CN109558131A (en) * 2018-10-29 2019-04-02 中译语通科技股份有限公司 A kind of intelligence generates the method and system of front end static page

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112579086B (en) * 2020-12-24 2022-03-15 四川长虹电器股份有限公司 Template construction method adaptive to multi-platform front-end View
CN112579086A (en) * 2020-12-24 2021-03-30 四川长虹电器股份有限公司 Template construction method adaptive to multi-platform front-end View
CN113032708A (en) * 2021-04-02 2021-06-25 广州博恒信息科技有限责任公司 Code-free Web development system
CN113011137A (en) * 2021-04-06 2021-06-22 金宝贝网络科技(苏州)有限公司 Method and device for generating component type rich text page
CN113312318A (en) * 2021-06-15 2021-08-27 上海哔哩哔哩科技有限公司 File display method and device and computer equipment
CN113760223A (en) * 2021-08-25 2021-12-07 成都摹客科技有限公司 Method, system, medium, and apparatus for resource reuse and consistency in software iteration process
CN113760223B (en) * 2021-08-25 2024-03-19 成都摹客科技有限公司 Method, system, medium and equipment for multiplexing and consistency of software iteration process resources
CN113934957A (en) * 2021-11-04 2022-01-14 稿定(厦门)科技有限公司 Method and system for generating rendering sketch file from webpage
CN114780091A (en) * 2022-04-08 2022-07-22 安天科技集团股份有限公司 Page code generation method and device, computing equipment and storage medium
CN114821610A (en) * 2022-05-16 2022-07-29 三峡高科信息技术有限责任公司 Method for generating webpage code from image based on tree-shaped neural network
CN115080015A (en) * 2022-08-23 2022-09-20 珠海正和微芯科技有限公司 Method, system, electronic device and storage medium for automatically generating UPF code
CN115495079A (en) * 2022-09-30 2022-12-20 南京芯传汇电子科技有限公司 Dynamic Qt interface generation method and system based on PSD file format
CN115495079B (en) * 2022-09-30 2024-04-30 南京芯传汇电子科技有限公司 Qt interface dynamic generation method and system based on PSD file format

Similar Documents

Publication Publication Date Title
CN111562919A (en) Method, system and storage medium for generating front-end webpage code based on PSD file
CN105574049B (en) Page processing method, device and system for mobile application
CN111462327B (en) Unstructured data analysis method for three-dimensional inspection model of three-dimensional modeling software
KR100898476B1 (en) Method and system for converting a schema-based hierarchical data structure into a flat data structure
US8181106B2 (en) Use of overriding templates associated with customizable elements when editing a web page
US8181105B2 (en) Apparatus, method, and program that performs syntax parsing on a structured document in the form of electronic data
US20010014900A1 (en) Method and system for separating content and layout of formatted objects
US9122664B2 (en) Method for automatically creating transforms
CN110874367B (en) Visualization method and device for structured query language statement
CN115617327A (en) Low code page building system, method and computer readable storage medium
WO2006085455A1 (en) Document processing device and document processing method
CN107391153B (en) Code generation method and device based on Spring and MyBatis framework integration
CN103077185A (en) Object-based user-defined information-expanding method
CN108228180A (en) Real time workshop method and system based on visual interface design
CN103279455B (en) The pattern treatment process of electrical form and device
CN107357817B (en) It is a kind of towards the Web page module design of JSON and its Asynchronous loading method
CN101937427A (en) Browser-based system and method for content edition and issue
CN102945287A (en) Java server page (JSP) data automatic paging java standard tag library (JSTL) label technology and application
CN113032708A (en) Code-free Web development system
WO2006051958A1 (en) Information distribution system
CN106844470B (en) Graphics display and analysis method of general field model based on SVG display technology
WO2006051969A1 (en) Document processing device and document processing method
US20080162530A1 (en) Method and Apparatus for Utilizing an Extensible Markup Language Data Structure For Defining a Data-Analysis Parts Container For Use in a Word Processor Application
WO2007081017A1 (en) Document processor
CN104090920A (en) System for realizing digital content cross-terminal publishing

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: 20200821

RJ01 Rejection of invention patent application after publication