CN104461484A - Front-end template implementation method and device - Google Patents
Front-end template implementation method and device Download PDFInfo
- Publication number
- CN104461484A CN104461484A CN201310423224.9A CN201310423224A CN104461484A CN 104461484 A CN104461484 A CN 104461484A CN 201310423224 A CN201310423224 A CN 201310423224A CN 104461484 A CN104461484 A CN 104461484A
- Authority
- CN
- China
- Prior art keywords
- template
- content
- variable
- markup language
- text
- 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.)
- Granted
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
Abstract
The invention relates to a front-end template implementation method and device. The method includes: acquiring predefined variables needing replacement in a front-end template, wherein the variables include predefined variables between a start identifier and an ending identifier; replacing the variables with specified content in a data source, and merging all the replaced content; rendering the front-end template with the content merged to generate a hypertext markup language text; converting the hypertext markup language text into DOM nodes, and inserting the DOM nodes into a web page. By the front-end template implementation method and device, the variables in the front-end template are replaced with the specified content of the data source, and the hypertext markup language text is generated by rendering and then converted into the DOM nodes which can be directly inserted into the web page without depending on a third-party library, so that development cost is lowered, transferability is good, DOM operation of the HTML (hypertext markup language) text generated based on rendering is supported, and development efficiency is improved.
Description
Technical field
The present invention relates to net application technology, particularly relate to a kind of implementation method and device of front-end template.
Background technology
In early stage Web exploitation, employing be the browse request page, backstage directly returns HTML(HyperText Markup Language, Hypertext Markup Language) mode of the page.The page that user sees is the page that backstage returns, and namely, while backstage carries business logic processing, also needs specifically presenting of responsible front page layout namely to generate html page.
OPA(One Page Application along with taking gmail as representative) rise of concept, the complexity of web front end exploitation increases further, Web page only needs a simple vision to present originally, needs now to undertake the work such as more such as user interaction process and view update frequently.Original backstage directly returns the mode of the page finally presenting needs, cannot meet existing development requirement.Be responsible for business logic processing by backstage, front end page is responsible for presenting and user interaction process, becomes a kind of trend of development.
Foreground view update, what usually adopt is the mode of string-concatenation, simple and flexible, but easily makes mistakes, and the cost of follow-up maintenance is high.Adopt front-end template to solve the high problem of this follow-up maintenance cost for this reason.Traditional front-end template mainly contains two kinds: embedded and logic less.But inventor finds through research: embedded, template character string can only be generated, do not support that masterplate is nested, complex operation, easily make mistakes; Logic less, be representative with jQueryTmpl, need self-defined grammer, grammar learning cost is high, and relies on third party library, the extra cost increasing script bank.
Summary of the invention
Based on this, be necessary high for existing front-end template maintenance cost, to need to rely on third party library and need extra increase cost problem, the implementation method of the front-end template that a kind of cost is low is provided.
In addition, the implement device of front-end template that a kind of cost is low is provided to provide.
An implementation method for front-end template, comprising:
Obtain the required variable replaced in predefined front-end template, the variable that described variable comprises predefined origin identification and terminates between mark;
Described variable is replaced to the content of specifying in data source, and the content after replacing is merged;
Front-end template after content being merged carries out playing up generation HTML (Hypertext Markup Language) text;
Described HTML (Hypertext Markup Language) text is converted into DOM node, by described DOM node city in webpage.
Wherein in an embodiment, described described HTML (Hypertext Markup Language) text is converted into DOM node, described DOM node city is comprised to the step in webpage:
Create transient node;
It is the HTML (Hypertext Markup Language) text playing up generation by the innerHTML setup of attribute of described transient node;
Described HTML (Hypertext Markup Language) text is converted into the DOM node of the child node belonging to described transient node;
By described DOM node city in webpage.
Wherein in an embodiment, before the step of the variable replaced needed in the predefined front-end template of described acquisition, also comprise:
Search in described front-end template and whether there is predefined template nesting mark and there is template identification in template nesting mark, if so, then described template identification is replaced to corresponding template content;
Described variable comprises the variable in corresponding template content.
Wherein in an embodiment, described method also comprises:
Take template identification as index, the intermediate code generated in buffer memory render process.
Wherein in an embodiment, described front-end module adopts primary statement to describe, and described primary statement comprises Logic judgment and circular treatment.
An implement device for front-end template, comprising:
Acquisition module, for obtaining the required variable replaced in predefined front-end template, described variable comprises the variable in predefined primary statement between origin identification and end mark;
Replacing and merge module, for described variable being replaced to the content of specifying in data source, and the content after replacing being merged;
Generation module, carries out playing up generation HTML (Hypertext Markup Language) text for the front-end template after content being merged;
Insert module, for described HTML (Hypertext Markup Language) text is converted into DOM node, by described DOM node city in webpage.
Wherein in an embodiment, described insert module comprises:
Creating unit, for creating transient node;
Setting unit, for being the HTML (Hypertext Markup Language) text playing up generation by the innerHTML setup of attribute of described transient node;
Conversion unit, for being converted into the DOM node of the child node belonging to described transient node by described HTML (Hypertext Markup Language) text;
Plug-in unit, for by described DOM node city in webpage.
Wherein in an embodiment, described device also comprises:
Whether search module, exist predefined template nesting mark for searching in described front-end template and there is template identification in modules nests mark;
Replace and merge module, time also for there is predefined template nesting mark and there is template identification in template nesting mark in front-end template, described template identification is replaced to corresponding template content;
Described variable comprises the variable in corresponding template content.
Wherein in an embodiment, described device also comprises:
Cache module, for taking template identification as index, the intermediate code generated in buffer memory render process.
Wherein in an embodiment, described front-end module adopts primary statement to describe, and described primary statement comprises Logic judgment and circular treatment.
The implementation method of above-mentioned front-end template and device, by the variable in front-end template being replaced with the content that data source is specified, then play up and generate HTML (Hypertext Markup Language) text, be converted into DOM node again, can directly insert in webpage, not rely on third party library, reduce cost of development, transportable property is better, and supports the DOM operation based on the html text playing up generation, improves development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the implementation method of front-end template in an embodiment;
This HTML (Hypertext Markup Language) text is converted into DOM node in an embodiment by Fig. 2, by the process flow diagram of this DOM node city to the step in webpage;
Fig. 3 is first web page contents needing to generate;
Fig. 4 is second web page contents needing to generate;
Fig. 5 is the structured flowchart of the implement device of front-end template in an embodiment;
Fig. 6 is the inner structure block diagram of insert module in Fig. 5;
Fig. 7 is the structured flowchart of the implement device of front-end template in an embodiment.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
As shown in Figure 1, be the process flow diagram of implementation method of front-end template in an embodiment.The implementation method of this front-end template can be applicable to the renewal of the page of the browser in terminal.This terminal can be smart mobile phone, personal computer, personal digital assistant, panel computer etc.The implementation method of this front-end template, comprising:
Step 102, obtains the required variable replaced in predefined front-end template, the variable that this variable comprises predefined origin identification and terminates between mark.
First, the data source types that front-end template can be suitable for, primary statement type, the origin identification of template, counting mark, nested mark etc. need be pre-defined.This data source types is Primitive Object(primary object) type, such as { " nick ": " strange online friend " }.Origin identification and the end mark of template can set, as required as <%, %>.Nested mark also can set as required, as <%tmpl%>.This front-end module adopts primary statement to describe, and this primary statement comprises Logic judgment and circular treatment etc.Variable is as " nick " in <%=nick%>.
Step 104, replaces to the content of specifying in data source by this variable, and the content after all replacements is merged.
Concrete, data source refers to the source of the required content upgraded.Content as specified in data source is " casper ", by " nick " replacement " casper ".
Step 106, the front-end template after content being merged carries out playing up generation HTML (Hypertext Markup Language) text.
Step 108, is converted into DOM node by this HTML (Hypertext Markup Language) text, by this DOM node city in webpage.
Concrete, will the HTML(HTML (Hypertext Markup Language) of generation be played up) text, change into DOM(Document Object Model, document dbject model) node, be then inserted in webpage by appendTo function.DOM is the document model described with object-oriented way, defines the relation represented and between the object of amendment needed for document, the behavior of these objects and attribute and object.
The implementation method of above-mentioned front-end template, by the variable in front-end template being replaced with the content that data source is specified, then play up and generate HTML (Hypertext Markup Language) text, be converted into DOM node again, can directly insert in webpage, not rely on third party library, reduce cost of development, transportable property is better, and supports the DOM operation based on the html text playing up generation, improves development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
As shown in Figure 2, be, in an embodiment, this HTML (Hypertext Markup Language) text is converted into DOM node, this DOM node city comprised to the step in webpage:
Step 202, creates transient node.
Concrete, as created transient node node.
The innerHTML setup of attribute of this transient node is the HTML (Hypertext Markup Language) text playing up generation by step 204.
Such as renderedHTML is the html text that front-end template carries out playing up generation.Be the renderedHTML playing up generation by the innerHTML setup of attribute of node.
Step 206, is converted into the DOM node of the child node belonging to this transient node by this HTML (Hypertext Markup Language) text.
RenderedHTML is changed into actual exercisable DOM node, this DOM node is the child node of node.
Step 208, by this DOM node city in webpage.
By creating transient node, and the attribute arranging transient node is the HTML (Hypertext Markup Language) text playing up generation, regeneration DOM node, simple to operate, improves development efficiency.
In one embodiment, before the step of the variable replaced needed in the predefined front-end template of this acquisition, also comprise:
Search in this front-end template and whether there is predefined nested mark and there is template identification in nested mark, if so, then this template identification is replaced to the template content of specifying; This variable comprises the variable in this template content of specifying.
Concrete, there is nested mark and namely represent and have employed template nesting, obtaining the template identification in nested mark, this template identification is developer is unique identities label that each template is distributed in advance.Template identification in nested mark represents calls template content corresponding to this template identification, therefore after searching template identification, is replaced to corresponding template content.Can establish in advance between template content and template identification and there are mapping relations, from mapping relations, find corresponding template content according to template identification, replace.
Above-mentioned template nesting, adopts a common template for public part, adopts each self-template for different parts, each self-template is embedded in common template, will not need to repeat again to make common template, and only need different content productions, save cost of manufacture, improve development efficiency.
In one embodiment, the implementation method of this front-end template, also comprises step: take template identification as index, the intermediate code generated in buffer memory render process.
Concrete, after template content corresponding for template identification being carried out play up and generating intermediate code, and buffer memory, when re-using template content corresponding to this template identification next time, do not need to play up again, improve rendering efficiency, save the time.
The example of the implementation method embody rule generating web page of above-mentioned front-end template is as follows, and origin identification and the end mark of template are respectively <% and %>:
Processed by the content that <%, %> surround above-mentioned.Identified by template id() " my_tmpl " get above-mentioned template content, then obtain data source (data) to play up this template and obtain html text, this is played up the html text obtained, change into DOM node, then DOM node is inserted in webpage by " appendTo " function.Specific code is:
The result final by above-mentioned code building is as follows:
Fig. 3 is first web page contents needing to generate, and Fig. 4 is second web page contents needing to generate.Fig. 3 and Fig. 4 includes head portrait and the pet name, and different is action button.Action button in Fig. 3 is " plusing good friend ", and the action button of Fig. 4 is " seeing dynamically ", " session ".Fig. 3 generates separately front-end template:
Fig. 4 generates separately front-end template:
Above-mentioned front-end template is adopted to support template nesting, public part and head portrait and pet name part can be made into a common template, action button " plusing good friend " is made as subtemplate one, action button " is seen dynamically ", " session " is made as subtemplate two, template nesting mark <%tmpl%> is added in common template, and template identification is set in template nesting mark, the web page contents of Fig. 3 is generated as needed, then arranging template identification is subtemplate one, this template identification is replaced to corresponding template content, and then the variable in common template and subtemplate one is replaced with the content of data source, carry out playing up generation html text, again html text is converted into DOM node, insert in webpage.
As shown in Figure 5, be the structured flowchart of implement device of front-end template in an embodiment.The implement device of this front-end template, comprises acquisition module 520, replaces merging module 540, generation module 560 and insert module 580.
Wherein, acquisition module 520 is for obtaining the required variable replaced in predefined front-end template, and this variable comprises the variable in predefined primary statement between origin identification and end mark.
First, the data source types that front-end template can be suitable for, primary statement type, the origin identification of template, counting mark, nested mark etc. need be pre-defined.This data source types is Primitive Object type, such as { " nick ": " strange online friend " }.Origin identification and the end mark of template can set, as required as <%, %>.Nested mark also can set as required, as <%tmpl%>.This primary statement may comprise Logic judgment and circular treatment.Variable is as the nick in <%=nick%>.
Replace and merge module 540 for this variable being replaced to the content of specifying in data source, and the content after all replacements is merged.
Concrete, data source refers to the source of the required content upgraded.Content as specified in data source is " casper ", by " nick " replacement " casper ".
Generation module 560 generates HTML (Hypertext Markup Language) text for the front-end template after content merging being carried out playing up.
Insert module 580 for this HTML (Hypertext Markup Language) text is converted into DOM node, by this DOM node city in webpage.
Concrete, will the html text of generation be played up, change into DOM node, be then inserted in webpage by appendTo function.
The implement device of above-mentioned front-end template, by the variable in front-end template being replaced with the content that data source is specified, then play up and generate HTML (Hypertext Markup Language) text, be converted into DOM node again, can directly insert in webpage, not rely on third party library, reduce cost of development, transportable property is better, and supports the DOM operation based on the html text playing up generation, improves development efficiency.In addition, because supporting primary grammer, execution efficiency is high, and flexibly.
As shown in Figure 6, this insert module 580 comprises creating unit 582, setting unit 584, conversion unit 586 and plug-in unit 588.Wherein:
Creating unit 582 is for creating transient node.Concrete, as created transient node node.
Setting unit 584 is for being the HTML (Hypertext Markup Language) text playing up generation by the innerHTML setup of attribute of this transient node.Such as renderedHTML is the html text that front-end template carries out playing up generation.Be the renderedHTML playing up generation by the innerHTML setup of attribute of node.
Conversion unit 586 is for being converted into the DOM node of the child node belonging to this transient node by this HTML (Hypertext Markup Language) text.RenderedHTML is changed into actual exercisable DOM node, this DOM node is the child node of node.
Plug-in unit 588 for by this DOM node city in webpage.
By creating transient node, and the attribute arranging transient node is the HTML (Hypertext Markup Language) text playing up generation, regeneration DOM node, simple to operate, improves development efficiency.
As shown in Figure 7, be the structured flowchart of implement device of front-end template in an embodiment.The implement device of this front-end template, comprises acquisition module 520, replaces merging module 540, generation module 560 and insert module 580, also comprise search module 590 and cache module 592.
Whether search module 590 exists predefined nested identification tag for searching in this front-end template.
When replacing merging module 540 also for there is predefined nested identification tag in front-end template, this nested identification tag is replaced to the template content of specifying.This variable comprises the variable in this template content of specifying.
Cache module 592 for nested identification tag for index, the intermediate code generated in buffer memory render process.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
The above embodiment only have expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but therefore can not be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.
Claims (10)
1. an implementation method for front-end template, comprising:
Obtain the required variable replaced in predefined front-end template, the variable that described variable comprises predefined origin identification and terminates between mark;
Described variable is replaced to the content of specifying in data source, and the content after replacing is merged;
Front-end template after content being merged carries out playing up generation HTML (Hypertext Markup Language) text;
Described HTML (Hypertext Markup Language) text is converted into DOM node, by described DOM node city in webpage.
2. method according to claim 1, is characterized in that, described described HTML (Hypertext Markup Language) text is converted into DOM node, is comprised by described DOM node city to the step in webpage:
Create transient node;
It is the HTML (Hypertext Markup Language) text playing up generation by the innerHTML setup of attribute of described transient node;
Described HTML (Hypertext Markup Language) text is converted into the DOM node of the child node belonging to described transient node;
By described DOM node city in webpage.
3. method according to claim 1, is characterized in that, before the step of the variable replaced needed in the predefined front-end template of described acquisition, also comprises:
Search in described front-end template and whether there is predefined template nesting mark and there is template identification in template nesting mark, if so, then described template identification is replaced to corresponding template content;
Described variable comprises the variable in corresponding template content.
4. method according to claim 3, is characterized in that, described method also comprises:
Take template identification as index, the intermediate code generated in buffer memory render process.
5. method according to claim 1, is characterized in that, described front-end module adopts primary statement to describe, and described primary statement comprises Logic judgment and circular treatment.
6. an implement device for front-end template, is characterized in that, comprising:
Acquisition module, for obtaining the required variable replaced in predefined front-end template, the variable that described variable comprises predefined origin identification and terminates between mark;
Replacing and merge module, for described variable being replaced to the content of specifying in data source, and the content after replacing being merged;
Generation module, carries out playing up generation HTML (Hypertext Markup Language) text for the front-end template after content being merged;
Insert module, for described HTML (Hypertext Markup Language) text is converted into DOM node, by described DOM node city in webpage.
7. device according to claim 6, is characterized in that, described insert module comprises:
Creating unit, for creating transient node;
Setting unit, for being the HTML (Hypertext Markup Language) text playing up generation by the innerHTML setup of attribute of described transient node;
Conversion unit, for being converted into the DOM node of the child node belonging to described transient node by described HTML (Hypertext Markup Language) text;
Plug-in unit, for by described DOM node city in webpage.
8. device according to claim 6, is characterized in that, described device also comprises:
Whether search module, exist predefined template nesting mark for searching in described front-end template and there is template identification in modules nests mark;
Replace and merge module, time also for there is predefined template nesting mark and there is template identification in template nesting mark in front-end template, described template identification is replaced to corresponding template content;
Described variable comprises the variable in corresponding template content.
9. device according to claim 8, is characterized in that, described device also comprises:
Cache module, for taking template identification as index, the intermediate code generated in buffer memory render process.
10. device according to claim 8, is characterized in that, described front-end module adopts primary statement to describe, and described primary statement comprises Logic judgment and circular treatment.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310423224.9A CN104461484B (en) | 2013-09-16 | 2013-09-16 | The implementation method and device of front-end template |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310423224.9A CN104461484B (en) | 2013-09-16 | 2013-09-16 | The implementation method and device of front-end template |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104461484A true CN104461484A (en) | 2015-03-25 |
CN104461484B CN104461484B (en) | 2019-03-01 |
Family
ID=52907597
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310423224.9A Active CN104461484B (en) | 2013-09-16 | 2013-09-16 | The implementation method and device of front-end template |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104461484B (en) |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105022654A (en) * | 2015-06-30 | 2015-11-04 | 广州西维尔计算机系统有限公司 | Production method and device of visual page |
CN105574156A (en) * | 2015-12-16 | 2016-05-11 | 华为技术有限公司 | Text clustering method and device, and computing device |
CN105808237A (en) * | 2016-02-25 | 2016-07-27 | 北京京东尚科信息技术有限公司 | Page rendering method and page rendering system |
CN106708852A (en) * | 2015-11-13 | 2017-05-24 | 阿里巴巴集团控股有限公司 | Client long text display method and apparatus |
CN107025247A (en) * | 2016-02-02 | 2017-08-08 | 广州市动景计算机科技有限公司 | Method, equipment, browser and the electronic equipment handled web data |
CN107146095A (en) * | 2016-03-01 | 2017-09-08 | 阿里巴巴集团控股有限公司 | Exhibition information processing method, device and the mailing system of a kind of mail |
CN107562467A (en) * | 2017-07-26 | 2018-01-09 | 阿里巴巴集团控股有限公司 | Page rendering method, apparatus and equipment |
CN108572819A (en) * | 2017-12-21 | 2018-09-25 | 北京金山云网络技术有限公司 | Method for updating pages, device, terminal and computer readable storage medium |
CN108614692A (en) * | 2017-07-24 | 2018-10-02 | 深圳壹账通智能科技有限公司 | Edit model method, apparatus, server and medium |
CN108647029A (en) * | 2018-05-10 | 2018-10-12 | 重庆迅燕科技有限公司 | A kind of front and back ends Web code merges method |
CN109388443A (en) * | 2017-08-09 | 2019-02-26 | 中兴通讯股份有限公司 | A kind of template independent solution, device and the storage medium of more framework templates |
CN110096432A (en) * | 2019-03-21 | 2019-08-06 | 平安普惠企业管理有限公司 | Test text replacement method, device, computer equipment and storage medium |
CN110263287A (en) * | 2019-06-24 | 2019-09-20 | 北京字节跳动网络技术有限公司 | Page rendering method and apparatus |
CN111460779A (en) * | 2020-03-31 | 2020-07-28 | 杭州趣链科技有限公司 | Activiti-based flow form data rendering and accessing method |
CN111563363A (en) * | 2020-05-12 | 2020-08-21 | 北京飞漫软件技术有限公司 | Method for generating and analyzing hypertext markup language document content |
CN111625219A (en) * | 2020-05-22 | 2020-09-04 | 杭州指令集智能科技有限公司 | BO component processing method, device and equipment |
CN111857810A (en) * | 2020-07-30 | 2020-10-30 | 上海妙一生物科技有限公司 | Front-end development file creating method and device and electronic equipment |
CN112256994A (en) * | 2020-10-20 | 2021-01-22 | 中企动力科技股份有限公司 | Template rendering method and device, electronic equipment and storage medium |
CN112800724A (en) * | 2020-12-29 | 2021-05-14 | 杭州涂鸦信息技术有限公司 | Readable file export method of visual configuration template and related device |
CN114840203A (en) * | 2022-07-04 | 2022-08-02 | 金现代信息产业股份有限公司 | Dynamic creation method and system of page elements |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103051684A (en) * | 2012-12-07 | 2013-04-17 | 百度在线网络技术(北京)有限公司 | Method, system and device for converting website into Web App for displaying |
-
2013
- 2013-09-16 CN CN201310423224.9A patent/CN104461484B/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103051684A (en) * | 2012-12-07 | 2013-04-17 | 百度在线网络技术(北京)有限公司 | Method, system and device for converting website into Web App for displaying |
Non-Patent Citations (2)
Title |
---|
前腾讯IMWEB团队成员CHYINGP: "【前端模板之路】一、重构的兄弟说:我才不想看你的代码!把HTML给我交出来!", 《HTTP://WWW.CNBLOGS.COM/CHYINGP/P/FRONTENDTMPLATESTART.HTML》 * |
杨志: "HTML字符串转换成DOM对象", 《HTTPS://WWW. ZHIHU.COM/QUESTION /20785073》 * |
Cited By (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105022654A (en) * | 2015-06-30 | 2015-11-04 | 广州西维尔计算机系统有限公司 | Production method and device of visual page |
CN106708852A (en) * | 2015-11-13 | 2017-05-24 | 阿里巴巴集团控股有限公司 | Client long text display method and apparatus |
CN105574156B (en) * | 2015-12-16 | 2019-03-26 | 华为技术有限公司 | Text Clustering Method, device and calculating equipment |
CN105574156A (en) * | 2015-12-16 | 2016-05-11 | 华为技术有限公司 | Text clustering method and device, and computing device |
CN107025247A (en) * | 2016-02-02 | 2017-08-08 | 广州市动景计算机科技有限公司 | Method, equipment, browser and the electronic equipment handled web data |
CN105808237A (en) * | 2016-02-25 | 2016-07-27 | 北京京东尚科信息技术有限公司 | Page rendering method and page rendering system |
CN107146095A (en) * | 2016-03-01 | 2017-09-08 | 阿里巴巴集团控股有限公司 | Exhibition information processing method, device and the mailing system of a kind of mail |
CN107146095B (en) * | 2016-03-01 | 2021-03-23 | 创新先进技术有限公司 | Method and device for processing display information of mail and mail system |
CN108614692A (en) * | 2017-07-24 | 2018-10-02 | 深圳壹账通智能科技有限公司 | Edit model method, apparatus, server and medium |
CN107562467A (en) * | 2017-07-26 | 2018-01-09 | 阿里巴巴集团控股有限公司 | Page rendering method, apparatus and equipment |
CN109388443A (en) * | 2017-08-09 | 2019-02-26 | 中兴通讯股份有限公司 | A kind of template independent solution, device and the storage medium of more framework templates |
CN108572819A (en) * | 2017-12-21 | 2018-09-25 | 北京金山云网络技术有限公司 | Method for updating pages, device, terminal and computer readable storage medium |
CN108647029A (en) * | 2018-05-10 | 2018-10-12 | 重庆迅燕科技有限公司 | A kind of front and back ends Web code merges method |
CN110096432A (en) * | 2019-03-21 | 2019-08-06 | 平安普惠企业管理有限公司 | Test text replacement method, device, computer equipment and storage medium |
CN110263287A (en) * | 2019-06-24 | 2019-09-20 | 北京字节跳动网络技术有限公司 | Page rendering method and apparatus |
CN111460779A (en) * | 2020-03-31 | 2020-07-28 | 杭州趣链科技有限公司 | Activiti-based flow form data rendering and accessing method |
CN111460779B (en) * | 2020-03-31 | 2024-03-15 | 杭州趣链科技有限公司 | Method for rendering and accessing flow form data based on Activiti |
CN111563363A (en) * | 2020-05-12 | 2020-08-21 | 北京飞漫软件技术有限公司 | Method for generating and analyzing hypertext markup language document content |
CN111563363B (en) * | 2020-05-12 | 2023-08-15 | 北京飞漫软件技术有限公司 | Method for generating and analyzing document content of hypertext markup language |
CN111625219A (en) * | 2020-05-22 | 2020-09-04 | 杭州指令集智能科技有限公司 | BO component processing method, device and equipment |
CN111857810A (en) * | 2020-07-30 | 2020-10-30 | 上海妙一生物科技有限公司 | Front-end development file creating method and device and electronic equipment |
CN112256994A (en) * | 2020-10-20 | 2021-01-22 | 中企动力科技股份有限公司 | Template rendering method and device, electronic equipment and storage medium |
CN112800724A (en) * | 2020-12-29 | 2021-05-14 | 杭州涂鸦信息技术有限公司 | Readable file export method of visual configuration template and related device |
CN112800724B (en) * | 2020-12-29 | 2024-07-19 | 杭州涂鸦信息技术有限公司 | Readable file export method and related device of visual configuration template |
CN114840203A (en) * | 2022-07-04 | 2022-08-02 | 金现代信息产业股份有限公司 | Dynamic creation method and system of page elements |
CN114840203B (en) * | 2022-07-04 | 2022-09-16 | 金现代信息产业股份有限公司 | Dynamic creation method and system of page elements |
Also Published As
Publication number | Publication date |
---|---|
CN104461484B (en) | 2019-03-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104461484A (en) | Front-end template implementation method and device | |
CN106293664A (en) | Code generating method and device | |
CN103823793B (en) | Dynamic statement implementation method based on Excel template | |
CN102163233A (en) | Method and system for converting webpage markup language format | |
CN102880708B (en) | Be used for the system and method for the visual design that realizes html page | |
CN109145235B (en) | Method and device for analyzing webpage and electronic equipment | |
CN105045775A (en) | Method and apparatus for generating Excel document in designated format | |
CN104407863A (en) | Abstract control model programming device and method | |
CN104021198A (en) | Relational database information retrieval method and device based on ontology semantic index | |
CN101667171A (en) | Method for generating report and report generating device | |
CN110297636A (en) | A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device | |
CN102629204A (en) | Generating method and device for webpage source code | |
CN103365894B (en) | A kind of font format conversion method and device | |
CN104750472A (en) | Resource bundle management method and device of terminal application | |
CN103279457A (en) | Method and device for generating diagram based on Excel | |
CN114138244A (en) | Method and device for automatically generating model files, storage medium and electronic equipment | |
CN110377371B (en) | Style sheet system management method based on Web tag | |
CN102508887A (en) | System and method for resolving digital television interaction service markup language | |
CN117057318A (en) | Domain model generation method, device, equipment and storage medium | |
CN104375814A (en) | Generation method and device of an interface document | |
JP2021099771A (en) | Method for translation, device, electronic apparatus, readable storage medium, and computer program | |
CN104834715A (en) | Website generating method and system based on components and container | |
CN105653669A (en) | HTML (Hypertext Marked Language) generating method and device | |
CN112199626A (en) | Dynamic form generation method based on DSL layout engine | |
CN103577573A (en) | Intelligent document engine technology for generating dynamic complicated tables on basis of Word 2007/Open XML |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |