CN109710250A - It is a kind of for constructing the visualization engine system and method for user interface - Google Patents

It is a kind of for constructing the visualization engine system and method for user interface Download PDF

Info

Publication number
CN109710250A
CN109710250A CN201811371842.2A CN201811371842A CN109710250A CN 109710250 A CN109710250 A CN 109710250A CN 201811371842 A CN201811371842 A CN 201811371842A CN 109710250 A CN109710250 A CN 109710250A
Authority
CN
China
Prior art keywords
module
template
visualization engine
template file
unit
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
Application number
CN201811371842.2A
Other languages
Chinese (zh)
Other versions
CN109710250B (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.)
Anhui Tonghui Information Technology Co Ltd
Original Assignee
Anhui Tonghui Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Tonghui Information Technology Co Ltd filed Critical Anhui Tonghui Information Technology Co Ltd
Priority to CN201811371842.2A priority Critical patent/CN109710250B/en
Publication of CN109710250A publication Critical patent/CN109710250A/en
Application granted granted Critical
Publication of CN109710250B publication Critical patent/CN109710250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention provides a kind of for constructing the visualization engine system and method for user interface, visualization engine system, including template-setup module, java tag class library module, data memory module, visualization engine module, auto-building html files module, pass through auto-building html files webpage after carrying out the replacement of template file and data community in visualization engine module, pass through this system and method, webpage designer can be modified using this visualization engine complete independently, rebuild the work of user interface, it solves developer manually to repeat to write html script, the problem of low efficiency of webpage building or modification.

Description

It is a kind of for constructing the visualization engine system and method for user interface
Technical field
The invention belongs to user interfaces to construct field, in particular to a kind of for constructing the visualization engine system of user interface System and method.
Background technique
B2B electric business is the interactive system of more typical WEB, generallys use the architectural framework of MVC pattern to realize electricity People-machine interaction in quotient system system.MVC, that is, model (model)-view (view)-controller (controller) is right respectively Should view layer, model layer and control layer in architecture system, each layer has specific function, is responsible for specific task.Model Layer indicates business datum and service logic/operation, is responsible for the access and modification of business datum, while providing access interface for control Layer calls;The content of view layer presentation model, it obtains data from model layer and specifies these data arbitrarily shown, simultaneously Control layer is handed into client's input;Control layer defines the behavior of system, it distributes the request of client and selects suitable view Figure is shown to client, determines the input of client, input is matched to the appropriate operation carried out in model layer.
MVC pattern is applied in B2B electric business system, and user interface frame can be constructed, the basis in user interface frame User's input demand navigates to multiple pages and displays data, carries out multiple service request etc. according to user's operation.It is existing B2B electric business system needs developer (java programmer) to write html script when setting user interface, realizes user interface Interactive function.And (HTML designer) is isolated from developer (java programmer) and is updated in the pattern to the page Or it when modification, needs developer manually to repeat to write html script, causes webpage designer to be difficult to complete independently webpage and repair The work such as change, the efficiency of webpage building or modification reduces.
Summary of the invention
In view of the above-mentioned problems, the present invention provides a kind of for constructing the visualization engine of user interface.
It is a kind of for constructing the visualization engine system of user interface, including template-setup module, java label class libraries mould Block, data memory module, visualization engine module and auto-building html files module, the template-setup module and the data store mould Block is connected with the visualization engine module, and the visualization engine module is connected with the auto-building html files module;
The template file of effect is presented for writing, storing user interface for template-setup module;
Java tag class library module, all kinds of labels write for providing template file;
Data memory module, for storing, changing the corresponding business datum of various template files;
Visualization engine module for obtaining the data in template file and data model, and will count in data model According to attribute field value be substituted into template file;
Auto-building html files module carries out auto-building html files for parsing replaced template file, and the webpage of generation is delayed It is exported after depositing.
Further, the template-setup module includes template generation unit and template storage unit;
Template generation unit, for inputting customized web page contents and calling the tag identification code in java label class libraries, Generate template file;
Template storage unit stores the template file after generation.
Further, the template file is made of the label in html language, placeholder expression formula and java tag library.
Further, the java label class libraries includes permission abstract factory, character safety filtering label, automatically generates point Page operations label, string format switch labels.
Further, the visualization engine module includes call unit, matching unit, replacement unit and transmission unit;
Call unit, for calling the template file stored in template-setup module;
Matching unit, for obtaining the variable name field in template file, and matching and variable name in data model The corresponding data type of section;
Replacement unit receives the data community in input data type, and will acquire for expressing data type Attribute field be substituted into corresponding template file;
Replaced template file is transferred to auto-building html files module by transmission unit.
Further, the matching unit using in JSTL parsing template file containing the label in java label class libraries, The logic technology of java function is called to carry out the data type in matched data memory module according to java tag reflection again.
Further, the auto-building html files module includes cache unit and output unit;
Cache unit generates webpage pattern after parsing to the template file for receiving visualization engine module transmission, and And the webpage pattern of generation is cached;
Output unit exports the webpage pattern that caching is completed.
Further, the cache unit carries out web cache by the way of Open Framework ehcache.
A method of user interface is constructed using above-mentioned visualization engine system, comprising:
The template file that the label in java label class libraries writes building user interface is quoted in template-setup module, it will The template file storage write;
The data model to match with different templates file is established in data memory module;
Visualization engine module, which calls, to be obtained template file, matching data type corresponding with template file, obtains immediately Matched attribute field is substituted into template file by the data community being input in data type, forms determining mould Plate file;
Auto-building html files module can parse determining template file and generate webpage, export the webpage of generation.
Visualization engine system of the invention can be based on the template that webpage designer writes in data model Data when changing can dynamic generation user's accessible page, repeat to write page script without developer;Webpage is set Counting teacher can be had using the modification of this visualization engine complete independently, the work for rebuilding user interface without facing complicated logic Effect improves the efficiency of webpage building;This visualization engine supports customized java label class libraries, convenient for the application of visualization engine It is more convenient.Other features and advantages of the present invention will be illustrated in the following description, also, partly from specification In become apparent, or understand through the implementation of the invention.The objectives and other advantages of the invention can by specification, Pointed structure is achieved and obtained in claims and attached drawing.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technical description to be briefly described, it should be apparent that, the accompanying drawings in the following description is this hair Bright some embodiments for those of ordinary skill in the art without creative efforts, can be with root Other attached drawings are obtained according to these attached drawings.
Fig. 1 shows the structure chart of visualization engine system of the embodiment of the present invention;
Fig. 2 shows the workflows that module is welcome at the top of visualization engine system according to an embodiment of the present invention building webpage Cheng Tu;
Fig. 3 shows the flow diagram using visualization engine building User Page.
Specific embodiment
In order to make the object, technical scheme and advantages of the embodiment of the invention clearer, below in conjunction with the embodiment of the present invention In attached drawing, technical solution in the embodiment of the present invention clearly and completely illustrated, it is clear that described embodiment is A part of the embodiment of the present invention, instead of all the embodiments.Based on the embodiments of the present invention, those of ordinary skill in the art Every other embodiment obtained without making creative work, shall fall within the protection scope of the present invention.
The present invention provides a kind of for constructing the visualization engine system of user interface, as shown in Figure 1, setting including template Set module, java tag class library module, data memory module, visualization engine module and auto-building html files module, template-setup mould Block is connected with java tag class library module, and java tag class library module is connected with visualization engine module, template-setup mould Block and data memory module are connected with visualization engine module, and visualization engine module is connected with auto-building html files module.
Specifically, template-setup module includes template generation unit and template storage unit, template generation unit and template Storage unit is connected.
Template generation unit, template generation unit are connected with java label class libraries, for calling in java label class libraries Label editing template file.
Template file is made of the label in html language, placeholder expression formula and java tag library, using html language The wider language of (hypertext markup language) this kind of versatility is expressed, and has both been edited and has been also convenient for visually convenient for different users Change the identification of engine modules;It include the variable name for expressing user interface data type in placeholder expression formula, such as: $ { variable Name } format expression formula, the data for needing to modify in webpage can be accounted in template file using placeholder expression formula Position can directly express after data determine, the label symbol in java label class libraries can make template file have fixed function It can be such as: line feed, date display.
Template storage unit, for being stored in the template file editted in template generation unit.
The workflow of template-setup module are as follows: developer is contained in template generation unit using html language, input The placeholder expression formula of " variable name ", called in java label class libraries required for label carry out group and be shaped to template file, The template file set is stored in template storage element.
Java tag class library module, for realizing the extension of JSTL tag library, JSTL is the open-source constantly improve The JSP tag library of code is operated in and is supported on the specifications containers such as JSP1.2.Java label class libraries is modified according to webpage designer The demand of web page frame is called common source code in JSTL tag library, and is needed according to webpage function by some source generations Code is combined or supplements extension and forms the source code after extension, it is ensured that is suitble to web page contents.By these common source codes Sorted out with the source code after extension and forms the java label class libraries for meeting webpage designer's requirement;
Java tag class library module is connected with visualization engine module, and the content in java label class libraries can be according to visual The operating condition for changing engine modules is adjusted, and supplements the label of visualization engine module operation needs, to original by developer Some labels, which are updated replacement and delete visualization engine module, is difficult to the label for reading or not using, and realizes and utilizes this reality It applies a visualization engine module and upgrading is updated to java label class libraries.
The setting of java label class libraries realizes that webpage designer does not need the complex logic in JSTL tag library, can It is quickly found out required tag program.
Java label class libraries includes permission abstract factory library, character safety filtering tag library, automatically generates paging activity mark Sign common tag library in the electric business systems such as library, string format switch labels library.
Whether the label in permission abstract factory library meets jurisdictions mandate using the user of this engine for identification, meets power The load HTML element segment that may require that permission of limit is shown, is not loaded with if: user only checks permission " <buttom Value=" " addition/> " HTML element, if there is operating right to be loaded with button HTML element.
Label in character safety filtering tag library is filtered the character that will do not meet java label class libraries requirement, It avoids undesirable character from being applied on webpage and causes the abnormal feelings such as page display exception, the attack of anti-XSS (cross site scripting) Condition, it is ensured that call source code that can find the unusual character during editor in java label class libraries, webpage is reminded to set Meter teacher corrects in time.
The label in paging activity tag library is automatically generated, this kind of tag identification code is called, webpage designer can be helped real The function of existing webpage automatic paging realizes that page up, current page and lower one page can be converted smoothly.
Label in string format switch labels library, calls this kind of tag identification code, and layout character not of the same race may be implemented String mutual conversion, such as: date format can be converted by character string, for shown automatically in webpage current date and when Between.
Data memory module, including the numerous types of data for needing to use in user-interface design, these data types are come It reads to be commonly used during data carry out business processing in system database derived from each business module of electric business system and arrive Data, arranged by Developmental Engineer.Different data types is encapsulated into the java model i.e. model of electric business system In layer, the data model of the present embodiment visualization engine is formed.Show that the business module on webpage has: commodity in electric business system Other business modules such as search module, advertising display module, commodity classification module, form according to the data in these business modules Search-type data show the numerous types of data such as categorical data.
Visualization engine module includes call unit, matching unit, replacement unit and transmission unit.
Call unit is connected with the template storage unit in template-setup module, needs for invoking web page designer Template file, and template file is transferred to analytical unit.
Matching unit is connected with call unit and data memory module respectively, for receiving, analytical unit transmission mould Plate file obtains the field name of variable name in placeholder expression formula in template file, according to field name in data memory module With the data type being consistent with field name, and by data type delivery to replacement unit.
Replacement unit is connected with call unit, after replacement unit receives the data type of call unit transmission, by this Data type expression shows that webpage designer can construct required data attribute by input page in the expression formula of data type Field, after input, replacement unit obtains the data community, and the placeholder expression formula in template file is entirely replaced It changes, forms determining template file.
Transmission unit is connected with replacement unit, receives replacement unit transmission solid plate file really, and by determining mould Plate is transferred to auto-building html files module.
Visualization engine module is obtained using the label in the java label class libraries used in JSTL parsing template file to be become After measuring file-name field, then reflection is carried out by java Class, the logic technology of java function in java label class libraries is called to handle mould Field name in the plate file matched data type in data memory module.
Placeholder expression formula is " $ { variable name } " example, the workflow of visualization engine module are as follows: visualization engine module After " webpage name $ { the variable name } " template file for receiving template-setup module transfer, pass through the parsing function of JSTL tag library It parses and obtains variable name field from the label of java label class libraries, then call the logic technology of Java function to obtain using reflection After taking data type corresponding with " $ { variable name } ", determining attribute field is inputted by webpage designer, then by attribute field pair " $ { variable name } " is replaced to obtain determining template file, such as: the template file of " webpage name+$ { variable name } " being called to pass through The template file that " webpage name+attribute field " determines is obtained after matching, replacement.
Auto-building html files module includes cache unit and output unit.
Cache unit is connected with the transmission unit in visualization engine module, for receiving the determination of transmission unit transmission Template file, after receiving determining template file, cache unit can call the i.e. java input and output of java IO in electric business system System carries out initialization and reads the template content received, equally defeated using JSTL analysis mode processing java in reading process Enter the template content that output system receives, generates style sheet according to template content, style sheet is cached.
Cache unit uses Open Framework ehcache mode, and ehcache is Cache Framework in the process of a pure Java, Have the characteristics that it is quick, keen-witted and capable, improve cache unit to the caching reading speed of template content, the webpage generated after parsing is delayed There are in ehcache frame.
The webpage being cached can be output to and form the dynamic page that user can click in electric business system by output unit, by It can be cached with current unmodified webpage pattern always in cache unit, therefore when running this visualization engine system, output Unit can first request access in the ehcache Cache Framework of cache unit whether new webpage, then directly export if it exists;If visiting It asks and new webpage is not present in ehcache, then continue to output unmodified webpage, while waiting for visualization engine module It is buffered in ehcache frame after generating new webpage after processing, then directly exports.
The present embodiment visualization engine in the development phase, middle front end, that is, webpage designer needs the effect according to modification webpage Fruit figure writes the HTLM template file being input in template-setup module, and rear end, that is, java applet person can be according in electric business system Business module carries out data collection, establishes the data memory module comprising different types of data.The present embodiment visualization engine work Specific data community in required html template file content and data memory module can be obtained when making carries out placeholder Process of compilation is parsed, output end user may have access to dynamic page content.
As shown in Fig. 2, for constructing the welcome module at the top of webpage, it is specific to show the present embodiment visualization engine system Workflow.
Webpage designer can use html language editor html template file, if the entitled same emblem of webpage, at the top of webpage Module is welcome, edit model is carried out, obtains customized template file are as follows:
<html>
With emblem $ { name }
</html>
Template file will be changed to be stored in template-setup module.
When webpage designer needs to construct at the top of webpage, when using this visualization engine system, visualization engine is first passed through Module recalls the template, and visualization engine module, which can be analyzed, gets in template file " $ { name } ", in data memory module Retrieval is with after the matched data type of name, and show as follows: model.setName (" "), webpage designer can include It is inputted in number determining attribute field " welcoming you ", forming model.setName (" welcoming you ") format can after input " welcoming you " can be obtained depending on change engine modules and is entirely replaced with " $ { name } " in template, and a fixed page is obtained Face die plate:
<html>
You is welcome with emblem
</html>
The webpage fixed form integrated can be transferred to auto-building html files unit, auto-building html files unit by visualization engine module Equally template is parsed using JSTL parsing, reads the content in template, and directly generate after template is cached The webpage pattern of " shine together and welcome you " realizes the modification to webpage pattern.
Due to rear end java engineer in data memory module storing data type, webpage designer only need to write Html template file, is input in the visualization engine system of the present embodiment, visualization engine system through this embodiment into After row calls data model, the data community of variation is inputted, then can be obtained and change by the conversion of this visualization engine system Webpage after change, realization avoid java engineer from repeating to write script file during homepage modification, reduce webpage building, repair The step of changing improves the working efficiency of webpage designer.
The invention also includes a kind of methods using visualization engine building user interface frame, comprising the following steps:
Step 1: the template file of building user interface is write in template-setup module;
Front end webpage designer according to modification content and calls the source code in java label class libraries to compile using html language Template file is write, template file is write according to webpage display effect and homepage modification content.
Step 2: the data model to match with template file is established in data memory module;
Rear end java engineer can collect the data type that each business module of electric business system uses page end, by these data Type package forms the data memory module containing different types of data into javamodel.
Step 3: visualization engine module can obtain the attribute field in required template file and data memory module simultaneously Field name is replaced with into attribute field, forms determining template file;
Webpage designer calls required template file by visualization engine module, and visualization engine module first uses The parsing of JSTL analytic technique is read the content of java label class libraries is used in template file after obtain variable name in template file Field, then matching process carry out reflection according to the java label class libraries content being resolved to and call the logic technology of java function in number According to data type is matched in memory module, determining attribute field is inputted by webpage designer, then is obtained attribute field and become Amount file-name field is replaced, and obtains determining template file.
Step 5: auto-building html files module generates webpage after parsing determining template file, exports the webpage of generation;
Initialization first can be carried out using java IO in process of caching and read replacement rear pattern plate file content, then use JSTL The content that analytic technique parses java I O read carries out page generation, the page of generation using Open Framework ehcache mode into User interface is exported again after row caching.
Although the present invention is described in detail referring to the foregoing embodiments, those skilled in the art should manage Solution: it is still possible to modify the technical solutions described in the foregoing embodiments, or to part of technical characteristic into Row equivalent replacement;And these are modified or replaceed, various embodiments of the present invention technology that it does not separate the essence of the corresponding technical solution The spirit and scope of scheme.

Claims (10)

1. a kind of for constructing the visualization engine system of user interface, including template-setup module, java tag class library module, Data memory module, visualization engine module and auto-building html files module, the template-setup module and the data memory module It is connected with the visualization engine module, the visualization engine module is connected with the auto-building html files module;
The template file of effect is presented for writing, storing user interface for template-setup module;
Java tag class library module, all kinds of labels write for providing template file;
Data memory module, for storing, changing the corresponding business datum of various template files;
Visualization engine module, for obtaining the data in template file and data model, and by the category of data in data model Property field value is substituted into template file;
Auto-building html files module carries out auto-building html files for parsing replaced template file, and will be after the web cache of generation Output.
2. according to claim 1 for constructing the visualization engine system of user interface, wherein the template-setup mould Block includes template generation unit and template storage unit;
Template generation unit is generated for inputting customized web page contents and calling the tag identification code in java label class libraries Template file;
Template storage unit stores the template file after generation.
3. according to claim 2 for constructing the visualization engine system of user interface, wherein the template file by Label composition in html language, placeholder expression formula and java label class libraries.
4. according to claim 1 for constructing the visualization engine system of user interface, wherein the java tag class Library includes permission abstract factory, character safety filtering label, automatically generates paging activity label and string format switch labels.
5. according to claim 1 for constructing the visualization engine system of user interface, wherein the visualization engine Module includes call unit, matching unit, replacement unit and transmission unit;
Call unit, for calling the template file stored in template-setup module;
Matching unit, for obtaining the variable name field in template file, and matching and variable name field pair in data model The data type answered;
Replacement unit receives the data community in input data type, and the category that will acquire for expressing data type Property field is substituted into corresponding template file;
Replaced template file is transferred to auto-building html files module by transmission unit.
6. according to claim 5 for constructing the visualization engine system of user interface, wherein the matching unit is adopted Java function is called containing the label in java label class libraries, then according to java tag reflection in JSTL parsing template file Logic technology carrys out the data type in matched data memory module.
7. according to claim 1 for constructing the visualization engine system of user interface, wherein the auto-building html files mould Block includes cache unit and output unit;
Cache unit generates webpage pattern after parsing to the template file for receiving visualization engine module transmission, and right The webpage pattern of generation is cached;
Output unit exports the webpage pattern that caching is completed.
8. according to claim 7 for constructing the visualization engine system of user interface, wherein the cache unit is adopted Web cache is carried out with the mode of Open Framework ehcache.
9. according to claim 7 for constructing the visualization engine system of user interface, wherein the output unit exists First access cache unit whether there is newly-generated web cache before webpage output, then directly export if it exists, if it does not exist It is exported again after then waiting caching good.
10. a kind of method using the visualization engine system building user interface as described in claim 1-9 is any, comprising:
The template file that the label in java label class libraries writes building user interface is quoted in template-setup module, will be write Good template file storage;
The data model to match with different templates file is established in data memory module;
Visualization engine module, which calls, to be obtained template file, matching data type corresponding with template file, obtains input immediately Matched attribute field is substituted into template file by the data community into data type, forms determining template text Part;
Auto-building html files module can parse determining template file and generate webpage, export the webpage of generation.
CN201811371842.2A 2018-11-15 2018-11-15 Visualization engine system and method for constructing user interface Active CN109710250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811371842.2A CN109710250B (en) 2018-11-15 2018-11-15 Visualization engine system and method for constructing user interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811371842.2A CN109710250B (en) 2018-11-15 2018-11-15 Visualization engine system and method for constructing user interface

Publications (2)

Publication Number Publication Date
CN109710250A true CN109710250A (en) 2019-05-03
CN109710250B CN109710250B (en) 2022-05-31

Family

ID=66254971

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811371842.2A Active CN109710250B (en) 2018-11-15 2018-11-15 Visualization engine system and method for constructing user interface

Country Status (1)

Country Link
CN (1) CN109710250B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111208995A (en) * 2019-12-20 2020-05-29 中国建设银行股份有限公司 Method, system, device and storage medium for automatically generating IBM host job
CN111240677A (en) * 2020-01-13 2020-06-05 浙江吉利汽车研究院有限公司 Robot visual interface generation method and device and computer storage medium
CN112953751A (en) * 2019-12-11 2021-06-11 中国移动通信有限公司研究院 Template processing method, device and equipment and computer readable storage medium
CN113296758A (en) * 2021-03-15 2021-08-24 上海爱数信息技术股份有限公司 Front-end component library construction method and device and storage medium
CN113554412A (en) * 2021-06-29 2021-10-26 国网山东省电力公司东营供电公司 Engine system for establishing approval process

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN102945287A (en) * 2012-11-29 2013-02-27 南京睿恒智晟软件科技有限公司 Java server page (JSP) data automatic paging java standard tag library (JSTL) label technology and application
CN103164226A (en) * 2013-03-15 2013-06-19 成都三零凯天通信实业有限公司 Set top box human-computer interface automatic generating method
US20160092425A1 (en) * 2014-09-25 2016-03-31 Oracle International Corporation User interface component autowiring
CN108170458A (en) * 2017-12-29 2018-06-15 广州品唯软件有限公司 A kind of Website page update method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN102945287A (en) * 2012-11-29 2013-02-27 南京睿恒智晟软件科技有限公司 Java server page (JSP) data automatic paging java standard tag library (JSTL) label technology and application
CN103164226A (en) * 2013-03-15 2013-06-19 成都三零凯天通信实业有限公司 Set top box human-computer interface automatic generating method
US20160092425A1 (en) * 2014-09-25 2016-03-31 Oracle International Corporation User interface component autowiring
CN108170458A (en) * 2017-12-29 2018-06-15 广州品唯软件有限公司 A kind of Website page update method and system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112953751A (en) * 2019-12-11 2021-06-11 中国移动通信有限公司研究院 Template processing method, device and equipment and computer readable storage medium
CN112953751B (en) * 2019-12-11 2023-11-28 中国移动通信有限公司研究院 Template processing method, device, equipment and computer readable storage medium
CN111208995A (en) * 2019-12-20 2020-05-29 中国建设银行股份有限公司 Method, system, device and storage medium for automatically generating IBM host job
CN111240677A (en) * 2020-01-13 2020-06-05 浙江吉利汽车研究院有限公司 Robot visual interface generation method and device and computer storage medium
CN111240677B (en) * 2020-01-13 2023-09-05 浙江吉利汽车研究院有限公司 Method and device for generating visual interface of robot and computer storage medium
CN113296758A (en) * 2021-03-15 2021-08-24 上海爱数信息技术股份有限公司 Front-end component library construction method and device and storage medium
CN113554412A (en) * 2021-06-29 2021-10-26 国网山东省电力公司东营供电公司 Engine system for establishing approval process

Also Published As

Publication number Publication date
CN109710250B (en) 2022-05-31

Similar Documents

Publication Publication Date Title
CN109710250A (en) It is a kind of for constructing the visualization engine system and method for user interface
CN111259303B (en) System and method for automatically generating front-end page of WEB information system
AU2006287357B2 (en) Designating, setting and discovering parameters for spreadsheet documents
US7523395B1 (en) Web application generator for spreadsheet calculators
CN108628741A (en) Webpage test method, device, electronic equipment and medium
CN110673848B (en) Enterprise information management system configuration device based on JavaWeb
CN115658041B (en) Low-code enhanced service implementation method based on online service flow arrangement
EP4137961A1 (en) Method and apparatus for executing automatic machine learning process, and device
CN101661512A (en) System and method for identifying traditional form information and establishing corresponding Web form
CN107818143A (en) A kind of page configuration, generation method and device
CN103077185A (en) Object-based user-defined information-expanding method
CN110543303B (en) Visual service platform
CN103324731A (en) Method and device for converting spreadsheet file into web format file
CN106469140A (en) A kind of report generating system and its method
CN109471773A (en) A kind of method, apparatus, server and the storage medium of the output of front end log multichannel
CN108009145A (en) Report form generation method and device
CN116468010A (en) Report generation method, device, terminal and storage medium
CN104182226A (en) General mobile information system adaptation method and device
CN110083336A (en) A kind of method that high efficiency creation customizes website
CN102866985B (en) For data formatter and the method for on-line analysing processing system
CN111651696B (en) Product label customizing method and device, computer storage medium and electronic equipment
CN111858595B (en) Dynamic configuration method and system for electric power engineering examination record table
CN110019177A (en) The method and apparatus of rule storage
CN113868576A (en) Intelligent global station building system
CN109597845A (en) Report configuration method, device, computer equipment and storage medium

Legal Events

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