CN107015819B - Method and device for updating HTML (Hypertext markup language) template at server side - Google Patents

Method and device for updating HTML (Hypertext markup language) template at server side Download PDF

Info

Publication number
CN107015819B
CN107015819B CN201610056538.3A CN201610056538A CN107015819B CN 107015819 B CN107015819 B CN 107015819B CN 201610056538 A CN201610056538 A CN 201610056538A CN 107015819 B CN107015819 B CN 107015819B
Authority
CN
China
Prior art keywords
updated
html template
server side
data information
server
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.)
Active
Application number
CN201610056538.3A
Other languages
Chinese (zh)
Other versions
CN107015819A (en
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201610056538.3A priority Critical patent/CN107015819B/en
Publication of CN107015819A publication Critical patent/CN107015819A/en
Application granted granted Critical
Publication of CN107015819B publication Critical patent/CN107015819B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The method for updating the HTML template at the server side comprises the steps of obtaining a source program of the HTML template to be updated in the server side; generating a corresponding server terminal script file and corresponding routing information according to the source program; analyzing and running a corresponding server side script file through a compiler in the server side, and acquiring data information to be updated according to the routing information; and updating the data information to be updated to update the HTML template. By the method and the device, the data information to be updated and the HTML template can be acquired at the server side, the coupling between the data information to be updated and the HTML template at the server side is weakened, and the efficiency of project development is effectively improved.

Description

Method and device for updating HTML (Hypertext markup language) template at server side
Technical Field
The present disclosure relates to the field of software engineering technologies, and in particular, to a method and an apparatus for updating an HTML template at a server.
Background
At present, in the process of software development, project developers need to update an HTML template and data contents in the HTML template at a browser end, and the maintenance and management of the HTML template and the data contents in the HTML template are realized through the interaction of program codes of the browser end and a server end. In the related technology, a node.js script of a browser end is utilized to transmit data to a server end through http/https, and data content is output to the browser end, the HTML template and the data content in the HTML template have high coupling, and the steps of maintaining and managing the browser interface by a project developer are complicated.
BRIEF SUMMARY OF THE PRESENT DISCLOSURE
The present disclosure is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, an object of the present disclosure is to provide a method for updating an HTML template at a server side, which can obtain data information to be updated and update the HTML template at the server side, weaken the coupling between the data information to be updated and the HTML template at the server side, and effectively improve the efficiency of project development.
Another object of the present disclosure is to provide an apparatus for updating an HTML template on a server side.
In order to achieve the above object, an embodiment of the first aspect of the present disclosure provides a method for updating an HTML template at a server, including: acquiring a source program of an HTML template to be updated in a server side; generating a corresponding server terminal script file and corresponding routing information according to the source program; analyzing and operating the corresponding server side script file through a compiler in the server side, and acquiring the data information to be updated according to the routing information; and updating the data information to be updated to update the HTML template.
According to the method for updating the HTML template at the server side, provided by the embodiment of the first aspect of the disclosure, the corresponding server side script file and the corresponding routing information are generated according to the source program of the HTML template to be updated in the server side, the corresponding server side script file is analyzed and operated through the compiler in the server side, the data information to be updated is obtained according to the routing information, and the data information to be updated is updated to update the HTML template, so that the data information to be updated and the HTML template to be updated can be obtained at the server side, the coupling between the data information to be updated and the HTML template at the server side is weakened, and the efficiency of project development is effectively improved.
In order to achieve the above object, an embodiment of a second aspect of the present disclosure provides an apparatus for updating an HTML template at a server, including: the source program acquisition module is used for acquiring a source program of an HTML template to be updated in the server side; the generating module is used for generating a corresponding server terminal script file and corresponding routing information according to the source program; the analysis module is used for analyzing and running the corresponding server side script file through a compiler in the server side and acquiring the data information to be updated according to the routing information; and the updating module is used for updating the data information to be updated so as to update the HTML template.
According to the device for updating the HTML template at the server side, which is provided by the embodiment of the second aspect of the disclosure, the corresponding server side script file and the corresponding routing information are generated according to the source program of the HTML template to be updated in the server side, the corresponding server side script file is analyzed and operated through the compiler in the server side, the data information to be updated is obtained according to the routing information, and the data information to be updated is updated to update the HTML template, so that the data information to be updated and the HTML template to be updated can be obtained at the server side, the coupling between the data information to be updated and the HTML template at the server side is weakened, and the efficiency of project development is effectively improved.
Additional aspects and advantages of the disclosure will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the disclosure.
Drawings
The foregoing and/or additional aspects and advantages of the present disclosure will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flowchart illustrating a method for updating an HTML template at a server according to an embodiment of the present disclosure;
fig. 2 is a flowchart illustrating a method for updating an HTML template at a server according to another embodiment of the present disclosure;
fig. 3 is a flowchart illustrating a method for updating an HTML template at a server according to another embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an apparatus for updating an HTML template at a server according to another embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of an apparatus for updating an HTML template at a server according to another embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the embodiments of the present disclosure, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of illustrating the present disclosure and should not be construed as limiting the same. On the contrary, the embodiments of the disclosure include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
Fig. 1 is a schematic flowchart of a method for updating an HTML template at a server according to an embodiment of the present disclosure, and as shown in fig. 1, the method for updating an HTML template at a server includes:
s101: and acquiring a source program of the HTML template to be updated in the server side.
At present, in the process of software development, project developers need to update an HTML template and data contents in the HTML template at a browser end, and the maintenance and management of the HTML template and the data contents in the HTML template are realized through the interaction of program codes of the browser end and a server end.
A server is a device that provides computing services, such as a file server, a database server, an application server, a WEB server, and the like.
The HTML template is a HyperText Markup Language (HTML) template, such as a web page template, which is displayed by a web browser, and is composed of web page blocks, and different web page blocks can constitute different HTML templates.
It is understood that a tile is an organization of a web page, and a web page can be viewed from top to bottom as being composed of individual tiles, each tile having no overlap with other tiles, and the width and height being defined internally.
In an embodiment of the present disclosure, the source program of the HTML template may be a Java program. Among them, Java is an object-oriented programming language that can write cross-platform applications.
In an embodiment of the present disclosure, the source program of the HTML template encapsulates the data content in the HTML template, the method function, the processing logic, the interface, and the like that perform the operation on the data content.
In the embodiment of the disclosure, the source program of the HTML template to be updated is used for updating the HTML template of the browser end. The source program of the HTML template to be updated may be written in one or more source program files, and different update operations correspond to different or the same source program files, that is, different source programs of the HTML template to be updated may correspond to different or the same source program files.
S102: and generating a corresponding server terminal script file and corresponding routing information according to the source program.
In an embodiment of the present disclosure, the server-side script file is a JavaScript script file, where the JavaScript is an interpretive script language, is a dynamic type, weak type, prototype-based language, and has a built-in support type, and its parser is called a JavaScript compiler.
In embodiments of the present disclosure, different source programs of HTML templates to be updated may correspond to different or the same server-side script files. The server side script file corresponding to the source program encapsulates data content in the HTML template, method functions for executing operations on the data content, processing logic, interfaces and the like.
In the embodiment of the present disclosure, the routing information is used to identify the location where the interface of the source program is located, and the interface of the source program corresponding to the routing information may be located through the corresponding routing information.
For example, a corresponding JavaScript script file may be generated according to the function, method, and processing logic of the source program of the HTML template to be updated, the Rhino compiler is placed in the Java container, and the Java container is run to enable the Rhino compiler to automatically compile the JavaScript script file, so as to implement the function corresponding to the source program of the HTML template to be updated.
S103: and analyzing and operating the corresponding server side script file through a compiler in the server side, and acquiring the data information to be updated according to the routing information.
In the embodiment of the disclosure, the compiler at the server side is a Rhino compiler or a Nashorn compiler, and the Rhino compiler and the Nashorn compiler can compile a JavaScript code embedded in a Java program code and can also call the Java program code from the embedded JavaScript.
The Rhino compiler is a Java-based implementation of JavaScript, can access various Java class libraries, and is used for analyzing a server-side script file, and the Nashorn compiler is a Java embedded JavaScript compiler and can also be used for analyzing a server-side script file.
In the embodiment of the disclosure, the data information to be updated is the data information in the HTML template that needs to be updated.
Optionally, parsing and running a corresponding server side script file through a compiler in the server side, and obtaining the data information to be updated according to the routing information, specifically including: a compiler of the server terminal analyzes and runs the server terminal script file to call an interface of the source program according to the corresponding routing information; and acquiring data information in the source program through an interface of the source program, and updating the HTML template according to the data information.
S104: and updating the data information to be updated to update the HTML template.
In the embodiment of the disclosure, a compiler in the server analyzes and runs the corresponding server-side script file, calls an interface in a source program of the HTML template to be updated, and implements a data information processing logic to be updated by executing a method function of the data information to be updated, so as to update the data information to be updated to update the HTML template.
For example, the data information to be updated and the HTML template can be obtained through a JavaScript script file, and the HTML template is filled with the data information to be updated through a Velocity template engine to update the HTML template.
Optionally, in another embodiment, as shown in fig. 2, after step S104, the method further includes:
s201: and acquiring the updated HTML template, and displaying the updated HTML template at the browser end through a traffic template engine.
In this step, the updated HTML template may be displayed on the browser side by the Velocity template engine in the prior art, which is not described herein again.
In the step, after the HTML template is updated at the server side, the updated HTML template is displayed at the browser side through the Velocity template engine, so that project developers can be prevented from updating the HTML template and data contents in the HTML template at the browser side, and the project development efficiency is effectively improved.
In the embodiment, the corresponding server-side script file and the corresponding routing information are generated according to the source program of the HTML template to be updated in the server side, the corresponding server-side script file is analyzed and operated through the compiler in the server side, the data information to be updated is obtained according to the routing information, the data information to be updated is updated to update the HTML template, the data information to be updated and the HTML template can be obtained and updated at the server side, the coupling between the data information to be updated and the HTML template at the server side is weakened, and the efficiency of project development is effectively improved.
Fig. 3 is a flowchart illustrating a method for updating an HTML template at a server according to another embodiment of the present disclosure, and as shown in fig. 3, for step S103 shown in fig. 1, the method may include the following steps:
s301: and the compiler at the server terminal analyzes and runs the server terminal script file to call the interface of the source program according to the corresponding routing information.
Through the steps, the compiler is operated at the server side, the script file of the server side is analyzed at the server side, so that the interface of the source program is called according to the corresponding routing information, the purpose that the interface in the source program of the HTML template to be updated is called from the script file at the server side to obtain the data information in the source program is achieved, and the separation between the data information to be updated and the HTML template at the server side is primarily achieved.
S302: and acquiring data information in the source program through an interface of the source program, and updating the HTML template according to the data information.
In the embodiment of the disclosure, a compiler in the server analyzes and runs the corresponding server-side script file, calls an interface in a source program of the HTML template to be updated, acquires data information in the source program through the interface of the source program, and implements data information processing logic through a method function for executing the data information, so as to update the HTML template according to the data information, thereby acquiring the data information to be updated and updating the HTML template at the server side, weakening the coupling between the data information to be updated and the HTML template at the server side, and effectively improving the efficiency of project development.
In the embodiment, the compiler is operated at the server end, the script file at the server end is analyzed, the interface of the source program is called according to the corresponding routing information, the interface in the source program of the HTML template to be updated is called from the script file at the server end to obtain the data information in the source program, the separation between the data information to be updated and the HTML template at the server end is primarily realized, the data information processing logic is realized by executing the method function of the data information to update the HTML template according to the data information, the data information to be updated and the HTML template to be updated at the server end can be obtained and updated, the coupling between the data information to be updated and the HTML template at the server end is weakened, and the efficiency of project development is effectively improved.
Fig. 4 is a schematic structural diagram of an apparatus for updating an HTML template at a server according to another embodiment of the present disclosure, and as shown in fig. 4, the apparatus 40 for updating an HTML template at a server includes:
a source program obtaining module 401, configured to obtain a source program of an HTML template to be updated in a server.
At present, in the process of software development, project developers need to update an HTML template and data contents in the HTML template at a browser end, and the maintenance and management of the HTML template and the data contents in the HTML template are realized through the interaction of program codes of the browser end and a server end.
A server is a device that provides computing services, such as a file server, a database server, an application server, a WEB server, and the like.
The HTML template is a HyperText Markup Language (HTML) template, such as a web page template, which is displayed by a web browser, and is composed of web page blocks, and different web page blocks can constitute different HTML templates.
It is understood that a tile is an organization of a web page, and a web page can be viewed from top to bottom as being composed of individual tiles, each tile having no overlap with other tiles, and the width and height being defined internally.
In an embodiment of the present disclosure, the source program of the HTML template may be a Java program. Among them, Java is an object-oriented programming language that can write cross-platform applications.
In an embodiment of the present disclosure, the source program of the HTML template encapsulates the data content in the HTML template, the method function, the processing logic, the interface, and the like that perform the operation on the data content.
In the embodiment of the disclosure, the source program of the HTML template to be updated is used for updating the HTML template of the browser end. The source program of the HTML template to be updated may be written in one or more source program files, and different update operations correspond to different or the same source program files, that is, different source programs of the HTML template to be updated may correspond to different or the same source program files.
A generating module 402, configured to generate a corresponding server-side script file and corresponding routing information according to the source program.
In an embodiment of the present disclosure, the server-side script file is a JavaScript script file, where the JavaScript is an interpretive script language, is a dynamic type, weak type, prototype-based language, and has a built-in support type, and its parser is called a JavaScript compiler.
In embodiments of the present disclosure, different source programs of HTML templates to be updated may correspond to different or the same server-side script files. The server side script file corresponding to the source program encapsulates data content in the HTML template, method functions for executing operations on the data content, processing logic, interfaces and the like.
In the embodiment of the present disclosure, the routing information is used to identify the location where the interface of the source program is located, and the interface of the source program corresponding to the routing information may be located through the corresponding routing information.
For example, a corresponding JavaScript script file may be generated according to the function, method, and processing logic of the source program of the HTML template to be updated, the Rhino compiler is placed in the Java container, and the Java container is run to enable the Rhino compiler to automatically compile the JavaScript script file, so as to implement the function corresponding to the source program of the HTML template to be updated.
And the parsing module 403 is configured to parse and run the corresponding server-side script file through a compiler in the server side, and obtain the data information to be updated according to the routing information.
In the embodiment of the disclosure, the compiler at the server side is a Rhino compiler or a Nashorn compiler, and the Rhino compiler and the Nashorn compiler can compile a JavaScript code embedded in a Java program code and can also call the Java program code from the embedded JavaScript.
The Rhino compiler is a Java-based implementation of JavaScript, can access various Java class libraries, and is used for analyzing a server-side script file, and the Nashorn compiler is a Java embedded JavaScript compiler and can also be used for analyzing a server-side script file.
In the embodiment of the disclosure, the data information to be updated is the data information in the HTML template that needs to be updated.
Optionally, as shown in fig. 5, the parsing module 403 specifically includes a calling sub-module 4031 and an obtaining sub-module 4032, wherein,
and the calling submodule 4031 is used for enabling a compiler at the server end to analyze and run the script file at the server end so as to call an interface of the source program according to the corresponding routing information.
Through the module, the compiler is operated at the server side, the script file of the server side is analyzed at the server side, so that the interface of the source program is called according to the corresponding routing information, the interface in the source program of the HTML template to be updated is called from the script file at the server side so as to obtain and obtain the data information in the source program, and the separation between the data information to be updated and the HTML template at the server side is primarily realized.
The obtaining submodule 4032 is configured to obtain data information in the source program through an interface of the source program, and update the HTML template according to the data information.
In the embodiment of the disclosure, a compiler in the server analyzes and runs the corresponding server-side script file, calls an interface in a source program of the HTML template to be updated, acquires data information in the source program through the interface of the source program, and implements data information processing logic through a method function for executing the data information, so as to update the HTML template according to the data information, thereby acquiring the data information to be updated and updating the HTML template at the server side, weakening the coupling between the data information to be updated and the HTML template at the server side, and effectively improving the efficiency of project development.
And the updating module 404 is configured to update the data information to be updated to update the HTML template.
In the embodiment of the disclosure, a compiler in the server analyzes and runs the corresponding server-side script file, calls an interface in a source program of the HTML template to be updated, and implements a data information processing logic to be updated by executing a method function of the data information to be updated, so as to update the data information to be updated to update the HTML template.
For example, the data information to be updated and the HTML template can be obtained through a JavaScript script file, and the HTML template is filled with the data information to be updated through a Velocity template engine to update the HTML template.
Optionally, as shown in fig. 5, the apparatus 40 for updating the HTML template at the server further includes an obtaining module 405, wherein,
the obtaining module 405 is configured to obtain the updated HTML template, and display the updated HTML template on the browser side through the traffic template engine.
Specifically, the updated HTML template may be displayed on the browser side by a Velocity template engine in the prior art, which is not described herein again.
The module updates the HTML template at the server side, and displays the updated HTML template at the browser side through the Velocity template engine, so that project developers can be prevented from updating the HTML template and data contents in the HTML template at the browser side, and the project development efficiency is effectively improved.
In the embodiment, the corresponding server-side script file and the corresponding routing information are generated according to the source program of the HTML template to be updated in the server side, the corresponding server-side script file is analyzed and operated through the compiler in the server side, the data information to be updated is obtained according to the routing information, the data information to be updated is updated to update the HTML template, the data information to be updated and the HTML template can be obtained and updated at the server side, the coupling between the data information to be updated and the HTML template at the server side is weakened, and the efficiency of project development is effectively improved.
It should be noted that, in the description of the present disclosure, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present disclosure, "a plurality" means two or more unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and the scope of the preferred embodiments of the present disclosure includes other implementations in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the embodiments of the present disclosure.
It should be understood that portions of the present disclosure may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present disclosure may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present disclosure. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present disclosure have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present disclosure, and that changes, modifications, substitutions and alterations may be made to the above embodiments by those of ordinary skill in the art within the scope of the present disclosure.

Claims (8)

1. A method for updating an HTML template at a server side is characterized by comprising the following steps:
acquiring a source program of an HTML template to be updated in a server side;
generating a corresponding server terminal script file and corresponding routing information according to the source program;
analyzing and operating the corresponding server side script file through a compiler in the server side, and acquiring the data information to be updated according to the routing information; and
the data information to be updated is updated to update the HTML template, so that the data information to be updated can be acquired at the server side and the HTML template can be updated, and the coupling between the data information to be updated and the HTML template at the server side is weakened.
2. The method for updating an HTML template at a server side according to claim 1, wherein the parsing and running of the corresponding server side script file by a compiler at the server side and the obtaining of the data information to be updated according to the routing information specifically include:
the compiler of the server terminal analyzes and runs the server terminal script file to call the interface of the source program according to the corresponding routing information;
and acquiring data information in the source program through an interface of the source program, and updating the HTML template according to the data information.
3. The method for updating HTML templates at a server-side as recited in claim 2,
the compiler at the server side is a Rhino compiler or a Nashorn compiler.
4. The method for updating HTML templates at the server side according to claim 1, further comprising:
and acquiring an updated HTML template, and displaying the updated HTML template at a browser end through a traffic template engine.
5. An apparatus for updating an HTML template at a server side, comprising:
the source program acquisition module is used for acquiring a source program of an HTML template to be updated in the server side;
the generating module is used for generating a corresponding server terminal script file and corresponding routing information according to the source program;
the analysis module is used for analyzing and running the corresponding server side script file through a compiler in the server side and acquiring the data information to be updated according to the routing information; and
and the updating module is used for updating the data information to be updated so as to update the HTML template, so that the data information to be updated can be acquired at the server side and the HTML template can be updated, and the coupling between the data information to be updated at the server side and the HTML template can be weakened.
6. The apparatus for updating an HTML template at a server side according to claim 5, wherein the parsing module specifically includes:
the calling submodule is used for enabling a compiler at the server end to analyze and run the script file at the server end so as to call the interface of the source program according to the corresponding routing information;
and the acquisition submodule is used for acquiring the data information in the source program through the interface of the source program and updating the HTML template according to the data information.
7. The apparatus for updating HTML templates at a server side according to claim 6,
the compiler at the server side is a Rhino compiler or a Nashorn compiler.
8. The apparatus for updating HTML template at server side according to claim 5, further comprising:
and the acquisition module is used for acquiring the updated HTML template and displaying the updated HTML template at the browser end through the traffic template engine.
CN201610056538.3A 2016-01-27 2016-01-27 Method and device for updating HTML (Hypertext markup language) template at server side Active CN107015819B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610056538.3A CN107015819B (en) 2016-01-27 2016-01-27 Method and device for updating HTML (Hypertext markup language) template at server side

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610056538.3A CN107015819B (en) 2016-01-27 2016-01-27 Method and device for updating HTML (Hypertext markup language) template at server side

Publications (2)

Publication Number Publication Date
CN107015819A CN107015819A (en) 2017-08-04
CN107015819B true CN107015819B (en) 2020-11-13

Family

ID=59439505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610056538.3A Active CN107015819B (en) 2016-01-27 2016-01-27 Method and device for updating HTML (Hypertext markup language) template at server side

Country Status (1)

Country Link
CN (1) CN107015819B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766237A (en) * 2017-09-22 2018-03-06 北京锐安科技有限公司 Method of testing, device, server and the storage medium of web crawlers
CN110347390B (en) * 2018-04-03 2023-07-11 广州洋葱时尚集团有限公司 Method, storage medium, equipment and system for rapidly generating WEB page

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6185578B1 (en) * 1997-10-17 2001-02-06 Sony Corporation Program creation apparatus, program creation method, and recording medium containing a software program for implementing the method
CN101807209A (en) * 2010-04-14 2010-08-18 深圳市同洲电子股份有限公司 Method and system for manufacturing webpage, client and server
CN103198074A (en) * 2012-01-09 2013-07-10 北大方正集团有限公司 Page design method and system for dynamic publishing website
CN103763354A (en) * 2014-01-06 2014-04-30 北京奇虎科技有限公司 Method and device for downloading upgrading data
CN104158836A (en) * 2014-06-23 2014-11-19 浙江大学城市学院 Method for rendering mobile application interface through data
CN104216926A (en) * 2013-06-05 2014-12-17 上海缪思信息科技有限公司 Page generating method, template engine and processor
CN104391725A (en) * 2014-12-08 2015-03-04 畅捷通信息技术股份有限公司 Page display method and page display device
CN104809016A (en) * 2015-05-13 2015-07-29 北京京东尚科信息技术有限公司 Method and system for upgrading website page

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6185578B1 (en) * 1997-10-17 2001-02-06 Sony Corporation Program creation apparatus, program creation method, and recording medium containing a software program for implementing the method
CN101807209A (en) * 2010-04-14 2010-08-18 深圳市同洲电子股份有限公司 Method and system for manufacturing webpage, client and server
CN103198074A (en) * 2012-01-09 2013-07-10 北大方正集团有限公司 Page design method and system for dynamic publishing website
CN104216926A (en) * 2013-06-05 2014-12-17 上海缪思信息科技有限公司 Page generating method, template engine and processor
CN103763354A (en) * 2014-01-06 2014-04-30 北京奇虎科技有限公司 Method and device for downloading upgrading data
CN104158836A (en) * 2014-06-23 2014-11-19 浙江大学城市学院 Method for rendering mobile application interface through data
CN104391725A (en) * 2014-12-08 2015-03-04 畅捷通信息技术股份有限公司 Page display method and page display device
CN104809016A (en) * 2015-05-13 2015-07-29 北京京东尚科信息技术有限公司 Method and system for upgrading website page

Also Published As

Publication number Publication date
CN107015819A (en) 2017-08-04

Similar Documents

Publication Publication Date Title
Bruneliere et al. Modisco: A model driven reverse engineering framework
CN106598556B (en) User interface generation method and device
US10176270B2 (en) Performance of template based javascript widgets
US8321834B2 (en) Framework for automatically merging customizations to structured code that has been refactored
US9256401B2 (en) Editor visualization of symbolic relationships
CN110020307B (en) Drawing method and device for client end view
US8572554B2 (en) Method and system for integrating Java and JavaScript technologies
US9772830B2 (en) System and method for modeling cloud rules for migration to the cloud
US20090172637A1 (en) Markup-based language for manifests
EP2782008A1 (en) Java application server and web service processing method
KR100750834B1 (en) A method of data call stack tracing in data monitoring of JAVA byte code and a device for storing the method in compter program type
KR101787527B1 (en) Framework supporting apparatus for developing client application under multi-platform environment, and method using the same
CN108255837B (en) SQL parser and method
CN103034486B (en) Mobile terminal operating system is based on the automatic optimization method of total system expansion calling graph
CN111240684B (en) Cutting method and device of JS codes, medium and electronic equipment
CN112905179A (en) Mobile terminal H5 page generation method and device, electronic equipment and storage medium
CN107015819B (en) Method and device for updating HTML (Hypertext markup language) template at server side
CN110109671B (en) Webpack label size and style conversion method and device
CN114217789A (en) Function component expansion method, device, equipment, storage medium and program product
CN113778393A (en) Component generation method, device, computer system and computer-readable storage medium
CN113778405A (en) Cross-platform APP construction method, device, system and medium
CN109815455B (en) Project file processing method and device
CN111078217A (en) Brain graph generation method, apparatus and computer-readable storage medium
CN103226475A (en) Method and device for realizing control replacement during transcoding
CN115809056A (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant