[go: up one dir, main page]

CN109086114A - A kind of method, apparatus and terminal generating web front-end interactive interface - Google Patents

A kind of method, apparatus and terminal generating web front-end interactive interface Download PDF

Info

Publication number
CN109086114A
CN109086114A CN201810836236.7A CN201810836236A CN109086114A CN 109086114 A CN109086114 A CN 109086114A CN 201810836236 A CN201810836236 A CN 201810836236A CN 109086114 A CN109086114 A CN 109086114A
Authority
CN
China
Prior art keywords
page configuration
configuration file
routes
script
interactive interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810836236.7A
Other languages
Chinese (zh)
Inventor
马聪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810836236.7A priority Critical patent/CN109086114A/en
Publication of CN109086114A publication Critical patent/CN109086114A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

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

Abstract

本发明公开了一种生成web前端交互界面的方法,包括:根据输入的页面配置信息,生成各路由对应的页面配置文件;调用渲染脚本扫描各路由,读取各路由对应的页面配置文件,并根据各路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件;该方法通过渲染脚本扫描页面配置文件,自动完成加载组件脚本及传递参数完成页面渲染,将html、css与开发过程隔离开,降低了开发难度,提升开发效率;本发明还公开了一种生成web前端交互界面的装置、终端及计算机可读存储介质,同样具有上述有益效果。

The invention discloses a method for generating a web front-end interactive interface, comprising: generating a page configuration file corresponding to each route according to input page configuration information; calling a rendering script to scan each route, reading the page configuration file corresponding to each route, and Load the corresponding component script according to the page configuration file corresponding to each route, and output the style file of the web front-end interactive interface; this method scans the page configuration file through the rendering script, automatically completes the loading of the component script and passes the parameters to complete the page rendering, and integrates html, css and development Process isolation reduces development difficulty and improves development efficiency; the invention also discloses a device for generating a web front-end interactive interface, a terminal and a computer-readable storage medium, which also have the above-mentioned beneficial effects.

Description

A kind of method, apparatus and terminal generating web front-end interactive interface
Technical field
The present invention relates to field of computer technology, in particular to a kind of method, apparatus for generating web front-end interactive interface, Terminal and computer readable storage medium.
Background technique
With the rapid development of web browser technology, especially ajax technology (Asynchronous Javascript And XML, interaction network page applicating developing technology) extensive use so that B/S (Browser/Server, browser/service Device mode) structure using more and more, web front-end development is also more and more important, especially response type interaction page, Ask front end developer to html (hypertext markup language), css (cascading style sheets), javascript (literal translation formula script language Speech) etc. will skillfully grasp.
Traditional development mode lower front end developer needs to write the html static resource file of each page, css pattern List file, and the javascript script file of interaction, this development mode not only inefficiency, and error rate height, Later modification of ging wrong is also comparatively laborious.Module Development Method is the trend of web front-end exploitation in recent years, especially Angularjs (front end JS frame), reactjs (library JAVASCRIPT of user interface, reactjs be mainly used for construct UI), The release of the frames such as vuejs (the gradual frame of user interface), has even more pushed the development of Module Development Method mode.
Currently, the element in the page is all encapsulated as customized common component, page development process by Module Development Method In only need to call corresponding assembly that page rendering can be completed, full page is exactly to be stacked by Custom component.But During Module Development Method, the writing of each page require to call each component and to component Transfer Parameters (with For angularjs, each table requires to write the label of Custom component table, then gives its Transfer Parameters (including table Head file name and data)), it is equivalent in web front-end development process in this way or to write the corresponding html file of component, adjusted With relevant component.
Therefore, the development efficiency for how further increasing web front-end interactive interface is that those skilled in the art need to solve The technical issues of.
Summary of the invention
The method, apparatus of web front-end interactive interface, terminal and computer-readable are generated the object of the present invention is to provide a kind of Storage medium is automatically performed charging assembly script and Transfer Parameters completes the page by rendering script scans page configuration file Rendering reduces development difficulty, promotes development efficiency.
In order to solve the above technical problems, the present invention provides a kind of method for generating web front-end interactive interface, comprising:
According to the page configuration information of input, the corresponding page configuration file of each routing is generated;
Rendering each routing of script scans is called, reads the corresponding page configuration file of each routing, and according to each It is described to route the corresponding corresponding component script of page configuration file load, export the pattern file of web front-end interactive interface.
Optionally, the page configuration information according to input generates the corresponding page configuration file of each routing, comprising:
Corresponding parameter name component mark and need to transmit respectively is routed according to input, generates each routing pair The page configuration file answered.
Optionally, before calling rendering each routing of script scans, further includes:
Load homepage and Custom component script bank.
Optionally, the calling renders each routing of script scans, reads the corresponding page configuration text of each routing Part, and corresponding component script is loaded according to the corresponding page configuration file of each routing, export the sample of web front-end interactive interface Formula file, comprising:
It calls rendering script successively to scan each routing using the homepage as entrance, it is corresponding to read each routing Page configuration file, and corresponding component script is loaded according to the corresponding page configuration file of each routing, output web front-end is handed over The pattern file at mutual interface.
The present invention also provides a kind of devices for generating web front-end interactive interface, comprising:
Page configuration file generating module generates the corresponding page of each routing for the page configuration information according to input Configuration file;
Rendering module reads the corresponding page configuration of each routing for calling rendering each routing of script scans File, and corresponding component script is loaded according to the corresponding page configuration file of each routing, output web front-end interactive interface Pattern file.
Optionally, the page configuration file generating module be specially according to the corresponding component mark of each routing of input with And the parameter name for needing to transmit, generate the module of the corresponding page configuration file of each routing.
Optionally, described device further include:
Loading module, for loading homepage and Custom component script bank.
Optionally, the rendering module specially calls rendering script successively to scan using the homepage as entrance each described Routing, reads the corresponding page configuration file of each routing, and is loaded according to the corresponding page configuration file of each routing Corresponding component script, exports the module of the pattern file of web front-end interactive interface.
The present invention also provides a kind of terminals, comprising:
Memory, for storing computer program;
Processor realizes the side as described above for generating web front-end interactive interface when for executing the computer program The step of method.
The present invention also provides a kind of computer readable storage medium, calculating is stored on the computer readable storage medium Machine program, the computer program realize the method as described above for generating web front-end interactive interface when being executed by processor Step.
The method provided by the present invention for generating web front-end interactive interface, comprising: according to the page configuration information of input, Generate the corresponding page configuration file of each routing;It calls rendering script scans respectively to route, reads the corresponding page configuration of each routing File, and corresponding component script is loaded according to the corresponding page configuration file of each routing, export the pattern of web front-end interactive interface File.
As it can be seen that this method respectively routes corresponding page configuration file by rendering script scans, it is automatically performed charging assembly Transfer Parameters complete page rendering in script and page configuration file, html, css and development process are kept apart, user only needs Complete the corresponding page configuration file of each routing, and page configuration file and traditional html label and group in this method The html file for needing to write in part Transfer Parameters method is different, i.e., user need to only know the selectId of component in this method The parameter name that (each component unique identification) and needs transmit, which can be completed, does not need the configuration process of page configuration file Html file (such as not needing to carry out writing for parameter transmittance process etc.) is write, development difficulty is reduced, further increases web The development efficiency of front end interactive interface;The invention also discloses a kind of device, terminal and calculating for generating web front-end interactive interface Machine readable storage medium storing program for executing equally has above-mentioned beneficial effect, and details are not described herein.
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 only this The embodiment of invention for those of ordinary skill in the art without creative efforts, can also basis The attached drawing of offer obtains other attached drawings.
Fig. 1 is a kind of flow chart for the method for generating web front-end interactive interface provided by the embodiment of the present invention;
Fig. 2 is a kind of structural block diagram for the device for generating web front-end interactive interface provided by the embodiment of the present invention.
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 scheme in the embodiment of the invention is clearly and completely described, 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.
User also needs to write each page each component of calling during Module Development Method in the prior art And the process of component Transfer Parameters is given, therefore, there is still a need for each in web front-end interactive interface development process in the prior art Kind component and corresponding language are very familiar with, and can complete the file edit of component call and the transmitting of component relevant parameter.This In embodiment, component needed for user only needs to be written simply in page configuration file and corresponding required parameter, i.e. exploit person Member only needs to write a page configuration file, by rendering script scans page configuration file, loads corresponding component foot This generation web front-end interactive interface, developer need to only pay close attention to the exploitation of js service code, and html and css is then thorough with exploitation Bottom keeps apart, and further improves development efficiency.Specifically referring to FIG. 1, Fig. 1 is to generate web provided by the embodiment of the present invention The flow chart of the method for front end interactive interface;This method may include:
Step 101: according to the page configuration information of input, generating the corresponding page configuration file of each routing.
The particular content of page configuration information is not defined in the present embodiment, mainly includes component The parameter name that selectId (each component unique identification) and needs transmit.Each component needs the parameter name transmitted And number is only related to component type.Preferably, it according to the page configuration information of input, generates the corresponding page of each routing and matches Setting file may include: respectively to route corresponding parameter name component mark and need to transmit according to input, generate each road By corresponding page configuration file.
The process of the page configuration file generated in the present embodiment according to page configuration information and traditional html label and The features such as component Transfer Parameters method are irrelevant.Simply be interpreted as in the present embodiment (include by traditional html file of writing The content that component script is called and how corresponding parameter is transmitted) or call Custom component process be converted into write it is simple Page configuration file.The specific calling how to realize corresponding component using page configuration file and parameter transmittance process are by rendering Script is automatically performed, and does not need manual compiling.Therefore developer only needs to write a page configuration file in the present embodiment , by rendering script scans page configuration file, load corresponding component script and generate web front-end interactive interface, exploit person Member need to only pay close attention to the exploitation of js service code, and html and css is then thoroughly to keep apart with exploitation, and then reduce development difficulty, mention Development efficiency is risen.
Further, (can be referred to as since a web front-end interactive interface may include homepage and other each pages For function pages), the present embodiment does not limit object belonging to page configuration file, such as can be whole homepages and its His page all has corresponding page configuration file;Being also possible to homepage does not have page configuration file, and only other pages have There is corresponding page configuration file;It can certainly be that homepage and other pages of part do not have page configuration file, it is another Partially other pages have corresponding page configuration file.User can be according to the difficulty or ease for the web front-end interactive interface developed Page configuration file required for degree, that is, actual demand selects.
Under normal conditions, each other page requires a corresponding routing to realize the scheduling of data.It therefore can be with Select routing as the entrance of rendering script scans page configuration file, and homepage can need not exist for corresponding routing, The corresponding page configuration file of each routing can be successively scanned after entering homepage.It is preferred, therefore, that page in the present embodiment Face configuration file only corresponds to other pages other than homepage, i.e., each page for routing corresponding other pages is matched Set file.It is corresponding, it can also include: load homepage and Custom component before calling rendering script scans respectively to route Script bank.
The present embodiment does not limit the sequencing of the two, such as can load customized after the completion of rendering homepage Component script library.The present embodiment is not defined the type and quantity of component in Custom component script bank.User can be with Custom component script bank is updated according to actual needs.Custom component script bank may include navigation under normal conditions The pages such as column, custom menu, table, pop-up box, prompt information, input frame, button, Form Element, progress bar, date picker Surface element.Further for the adaptability for improving Custom component script bank, a set of standardized interface common component can be constructed Library, to promote the program portability in Custom component library.
Step 102: calling rendering script scans respectively to route, read the corresponding page configuration file of each routing, and according to each It routes corresponding page configuration file and loads corresponding component script, export the pattern file of web front-end interactive interface.
The present embodiment loads corresponding component script, and realization group using page configuration file by increasing the realization of rendering script Page rendering is completed in the transmitting of parameter needed for part.I.e. the present embodiment successively scans each routing and corresponds to by executing rendering script Page configuration file, read page configuration file, Custom component script needed for loading, output web front-end interactive interface Pattern file renders the page.Wherein, pattern file may include html and css pattern file.
The scanning mode of the corresponding page configuration file of each routing is not limited in the present embodiment, such as be can be sequence and swept It retouches, is also possible to parallel scan.In order to improve rendering the page accuracy, it is preferred that call rendering script with homepage be into Mouth successively scans each routing, reads the corresponding page configuration file of each routing, and according to the corresponding page configuration file of each routing Corresponding component script is loaded, the pattern file of web front-end interactive interface is exported.
I.e. after completing homepage rendering, Custom component library is loaded.After completing the load of Custom component library, starting rendering Script scans the corresponding page configuration file of first routing, reads the corresponding page configuration file of the routing, matched according to the page The component script of file loading page needs is set, the page is rendered;Continue to read next routing, the page is rendered according to configuration, directly It is finished to all page renderings.
Based on the above-mentioned technical proposal, it is provided in an embodiment of the present invention generate web front-end interactive interface method, this method according to Rely front end to render script, scans each page configuration file, charging assembly script, the html that output browser loading page needs And css pattern file, complete the rendering of the page.Being changed into configuration file by rendering front end page from html, improving out Send out efficiency.
It generates the device of web front-end interactive interface, terminal to provided in an embodiment of the present invention below and computer-readable deposits Storage media is introduced, it is described below generate web front-end interactive interface device, terminal and computer readable storage medium with The above-described method for generating web front-end interactive interface can correspond to each other reference.
Referring to FIG. 2, Fig. 2 is the structural frames for generating the device of web front-end interactive interface provided by the embodiment of the present invention Figure;The apparatus may include:
Page configuration file generating module 100 generates the corresponding page of each routing for the page configuration information according to input Face configuration file;
Rendering module 200, for calling rendering script scans respectively to route, the corresponding page configuration file of each routing of reading, And corresponding component script is loaded according to the corresponding page configuration file of each routing, export the pattern file of web front-end interactive interface.
Based on the above embodiment, page configuration file generating module 100 is specially corresponding group of each routing according to input Parameter name part mark and need to transmit generates the module of the corresponding page configuration file of each routing.
Based on above-mentioned any embodiment, which can also include:
Loading module, for loading homepage and Custom component script bank.
Based on the above embodiment, rendering module 200 is specially that rendering script is called successively to scan using homepage as entrance respectively Routing reads the corresponding page configuration file of each routing, and loads corresponding component according to the corresponding page configuration file of each routing Script exports the module of the pattern file of web front-end interactive interface.
It should be noted that being based on above-mentioned any embodiment, described device can be to be realized based on programmable logic device , programmable logic device includes FPGA, CPLD, single-chip microcontroller etc..
The embodiment of the present invention also provides a kind of terminal, comprising: memory, for storing computer program;Processor is used for The step of method of the generation web front-end interactive interface as described in above-mentioned any embodiment is realized when executing computer program.
The present invention also provides a kind of computer readable storage medium, computer journey is stored on computer readable storage medium Sequence realizes the side of the generation web front-end interactive interface as described in above-mentioned any embodiment when computer program is executed by processor The step of method.
The computer readable storage medium may include: USB flash disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic or disk etc. is various to deposit Store up the medium of program code.
Each embodiment is described in a progressive manner in specification, the highlights of each of the examples are with other realities The difference of example is applied, the same or similar parts in each embodiment may refer to each other.For device, end disclosed in embodiment For end and computer readable storage medium, since it is corresponded to the methods disclosed in the examples, so be described relatively simple, Reference may be made to the description of the method.
Professional further appreciates that, unit described in conjunction with the examples disclosed in the embodiments of the present disclosure And algorithm steps, can be realized with electronic hardware, computer software, or a combination of the two, in order to clearly demonstrate hardware and The interchangeability of software generally describes each exemplary composition and step according to function in the above description.These Function is implemented in hardware or software actually, the specific application and design constraint depending on technical solution.Profession Technical staff can use different methods to achieve the described function each specific application, but this realization is not answered Think beyond the scope of this invention.
The step of method described in conjunction with the examples disclosed in this document or algorithm, can directly be held with hardware, processor The combination of capable software module or the two is implemented.Software module can be placed in random access memory (RAM), memory, read-only deposit Reservoir (ROM), electrically programmable ROM, electrically erasable ROM, register, hard disk, moveable magnetic disc, CD-ROM or technology In any other form of storage medium well known in field.
Above to it is provided by the present invention it is a kind of generate web front-end interactive interface method, apparatus, terminal and computer can Storage medium is read to be described in detail.Specific case used herein explains the principle of the present invention and embodiment It states, the above description of the embodiment is only used to help understand the method for the present invention and its core ideas.It should be pointed out that for this skill For the those of ordinary skill in art field, without departing from the principle of the present invention, several change can also be carried out to the present invention Into and modification, these improvements and modifications also fall within the scope of protection of the claims of the present invention.

Claims (10)

1.一种生成web前端交互界面的方法,其特征在于,包括:1. A method for generating a web front-end interactive interface, characterized in that, comprising: 根据输入的页面配置信息,生成各路由对应的页面配置文件;According to the input page configuration information, generate the page configuration file corresponding to each route; 调用渲染脚本扫描各所述路由,读取各所述路由对应的页面配置文件,并根据各所述路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件。Invoke the rendering script to scan each of the routes, read the page configuration file corresponding to each of the routes, load the corresponding component script according to the page configuration file corresponding to each of the routes, and output the style file of the web front-end interactive interface. 2.根据权利要求1所述的方法,其特征在于,所述根据输入的页面配置信息,生成各路由对应的页面配置文件,包括:2. The method according to claim 1, wherein said generating a page configuration file corresponding to each route according to the input page configuration information includes: 根据输入的各路由对应的组件标识以及需要传递的参数名称,生成各所述路由对应的页面配置文件。Generate a page configuration file corresponding to each route according to the component identifiers corresponding to the input routes and the parameter names to be passed. 3.根据权利要求1或2所述的方法,其特征在于,所述调用渲染脚本扫描各所述路由之前,还包括:3. The method according to claim 1 or 2, characterized in that before calling the rendering script to scan each of the routes, it also includes: 加载主页面以及自定义组件脚本库。Load the main page and custom component script library. 4.根据权利要求3所述的方法,其特征在于,所述调用渲染脚本扫描各所述路由,读取各所述路由对应的页面配置文件,并根据各所述路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件,包括:4. The method according to claim 3, wherein the calling rendering script scans each of the routes, reads the page configuration file corresponding to each of the routes, and loads the corresponding page configuration file according to each of the routes Corresponding to the component script, output the style file of the web front-end interactive interface, including: 调用渲染脚本以所述主页面为入口依次扫描各所述路由,读取各所述路由对应的页面配置文件,并根据各所述路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件。Call the rendering script to scan each of the routes sequentially with the main page as the entry, read the page configuration file corresponding to each of the routes, load the corresponding component script according to the page configuration file corresponding to each of the routes, and output the web front-end interactive interface style file. 5.一种生成web前端交互界面的装置,其特征在于,包括:5. A device for generating a web front-end interactive interface, characterized in that it comprises: 页面配置文件生成模块,用于根据输入的页面配置信息,生成各路由对应的页面配置文件;A page configuration file generating module, configured to generate a page configuration file corresponding to each route according to the input page configuration information; 渲染模块,用于调用渲染脚本扫描各所述路由,读取各所述路由对应的页面配置文件,并根据各所述路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件。The rendering module is used to call the rendering script to scan each of the routes, read the page configuration file corresponding to each of the routes, load the corresponding component script according to the page configuration file corresponding to each of the routes, and output the style file of the web front-end interactive interface . 6.根据权利要求5所述的装置,其特征在于,所述页面配置文件生成模块具体为根据输入的各路由对应的组件标识以及需要传递的参数名称,生成各所述路由对应的页面配置文件的模块。6. The device according to claim 5, wherein the page configuration file generation module is specifically to generate a page configuration file corresponding to each of the routes according to the input component identification corresponding to each route and the parameter name to be transferred module. 7.根据权利要求5或6所述的装置,其特征在于,还包括:7. The device according to claim 5 or 6, further comprising: 加载模块,用于加载主页面以及自定义组件脚本库。Loading module, used to load the main page and custom component script library. 8.根据权利要求7所述的装置,其特征在于,所述渲染模块具体为调用渲染脚本以所述主页面为入口依次扫描各所述路由,读取各所述路由对应的页面配置文件,并根据各所述路由对应的页面配置文件加载对应组件脚本,输出web前端交互界面的样式文件的模块。8. The device according to claim 7, wherein the rendering module specifically calls a rendering script to scan each of the routes sequentially with the main page as an entry, and reads the page configuration file corresponding to each of the routes, And load the corresponding component script according to the page configuration file corresponding to each route, and output the module of the style file of the web front-end interactive interface. 9.一种终端,其特征在于,包括:9. A terminal, characterized in that, comprising: 存储器,用于存储计算机程序;memory for storing computer programs; 处理器,用于执行所述计算机程序时实现如权利要求1至4任一项所述生成web前端交互界面的方法的步骤。A processor configured to implement the steps of the method for generating a web front-end interactive interface according to any one of claims 1 to 4 when executing the computer program. 10.一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至4任一项所述生成web前端交互界面的方法的步骤。10. A computer-readable storage medium, characterized in that, a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, it realizes generating a web page according to any one of claims 1 to 4. The steps of the method of the front-end interactive interface.
CN201810836236.7A 2018-07-26 2018-07-26 A kind of method, apparatus and terminal generating web front-end interactive interface Pending CN109086114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810836236.7A CN109086114A (en) 2018-07-26 2018-07-26 A kind of method, apparatus and terminal generating web front-end interactive interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810836236.7A CN109086114A (en) 2018-07-26 2018-07-26 A kind of method, apparatus and terminal generating web front-end interactive interface

Publications (1)

Publication Number Publication Date
CN109086114A true CN109086114A (en) 2018-12-25

Family

ID=64830922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810836236.7A Pending CN109086114A (en) 2018-07-26 2018-07-26 A kind of method, apparatus and terminal generating web front-end interactive interface

Country Status (1)

Country Link
CN (1) CN109086114A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN110442815A (en) * 2019-06-24 2019-11-12 北京奇艺世纪科技有限公司 Page generation method, system, device and computer readable storage medium
CN110569082A (en) * 2019-08-06 2019-12-13 阿里巴巴集团控股有限公司 method and device for controlling page content
CN110618813A (en) * 2019-09-02 2019-12-27 恩亿科(北京)数据科技有限公司 Method, device and equipment for quickly generating docking media interface and storage medium
CN110727416A (en) * 2019-10-10 2020-01-24 广州趣丸网络科技有限公司 Development framework generation method and related device
CN111045990A (en) * 2019-11-07 2020-04-21 武汉融卡智能信息科技有限公司 Document management system
CN111475138A (en) * 2019-01-23 2020-07-31 阿里巴巴集团控股有限公司 Routing method and device based on weex framework, electronic equipment and readable medium
CN112230925A (en) * 2020-11-23 2021-01-15 浪潮云信息技术股份公司 System for web end online editing and generating CSS style code
CN112579939A (en) * 2020-12-16 2021-03-30 中国建设银行股份有限公司 Front-end rendering method and device
CN113204342A (en) * 2021-04-30 2021-08-03 宝宝巴士股份有限公司 Method and terminal for quickly constructing front-end page
CN113268260A (en) * 2021-06-07 2021-08-17 京东科技控股股份有限公司 Routing method and device for web front end
CN113760356A (en) * 2021-09-10 2021-12-07 北京百度网讯科技有限公司 Differential configuration method, device, equipment and medium of program product
CN114443996A (en) * 2022-01-29 2022-05-06 中国农业银行股份有限公司 A business data presentation system, method, device and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030014478A1 (en) * 2001-06-29 2003-01-16 Noble Alan C. Dynamically distributed client-server web browser
CN102981845A (en) * 2012-11-13 2013-03-20 北京奇虎科技有限公司 Page elements processing method of browser and page elements processing device of browser
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page
CN103955364A (en) * 2014-04-15 2014-07-30 南威软件股份有限公司 Front end assembly method suitable for mobile phone
CN104462424A (en) * 2014-12-12 2015-03-25 北京奇虎科技有限公司 Method, device, client and system for generating grid page in mobile browser
CN106775751A (en) * 2016-12-30 2017-05-31 深圳中顺易金融服务有限公司 A kind of web front-end frame system and framework method
CN106873965A (en) * 2016-12-25 2017-06-20 北京通途永久科技有限公司 A kind of method suitable for the monitoring service class application dynamic construction page
CN107194005A (en) * 2017-06-19 2017-09-22 福建中金在线信息科技有限公司 A kind of web front-end page and its generation method, page loading method and device
CN107562425A (en) * 2017-08-07 2018-01-09 上海斐讯数据通信技术有限公司 Single-page application creation method and device based on Hybrid applications
CN107704277A (en) * 2016-08-03 2018-02-16 常州中兴华达科技有限公司 Plug-in loading method and system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030014478A1 (en) * 2001-06-29 2003-01-16 Noble Alan C. Dynamically distributed client-server web browser
CN102981845A (en) * 2012-11-13 2013-03-20 北京奇虎科技有限公司 Page elements processing method of browser and page elements processing device of browser
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page
CN103955364A (en) * 2014-04-15 2014-07-30 南威软件股份有限公司 Front end assembly method suitable for mobile phone
CN104462424A (en) * 2014-12-12 2015-03-25 北京奇虎科技有限公司 Method, device, client and system for generating grid page in mobile browser
CN107704277A (en) * 2016-08-03 2018-02-16 常州中兴华达科技有限公司 Plug-in loading method and system
CN106873965A (en) * 2016-12-25 2017-06-20 北京通途永久科技有限公司 A kind of method suitable for the monitoring service class application dynamic construction page
CN106775751A (en) * 2016-12-30 2017-05-31 深圳中顺易金融服务有限公司 A kind of web front-end frame system and framework method
CN107194005A (en) * 2017-06-19 2017-09-22 福建中金在线信息科技有限公司 A kind of web front-end page and its generation method, page loading method and device
CN107562425A (en) * 2017-08-07 2018-01-09 上海斐讯数据通信技术有限公司 Single-page application creation method and device based on Hybrid applications

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783134B (en) * 2019-01-17 2020-04-10 无锡华云数据技术服务有限公司 Front-end page configuration method and device and electronic equipment
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN111475138A (en) * 2019-01-23 2020-07-31 阿里巴巴集团控股有限公司 Routing method and device based on weex framework, electronic equipment and readable medium
CN111475138B (en) * 2019-01-23 2023-04-25 阿里巴巴集团控股有限公司 Routing method and device based on weex framework, electronic equipment and readable medium
CN110442815A (en) * 2019-06-24 2019-11-12 北京奇艺世纪科技有限公司 Page generation method, system, device and computer readable storage medium
CN110569082B (en) * 2019-08-06 2023-03-14 创新先进技术有限公司 Method and device for controlling page content
CN110569082A (en) * 2019-08-06 2019-12-13 阿里巴巴集团控股有限公司 method and device for controlling page content
CN110618813A (en) * 2019-09-02 2019-12-27 恩亿科(北京)数据科技有限公司 Method, device and equipment for quickly generating docking media interface and storage medium
CN110727416A (en) * 2019-10-10 2020-01-24 广州趣丸网络科技有限公司 Development framework generation method and related device
CN110727416B (en) * 2019-10-10 2023-09-29 广州趣丸网络科技有限公司 Development framework generation method and related device
CN111045990A (en) * 2019-11-07 2020-04-21 武汉融卡智能信息科技有限公司 Document management system
CN111045990B (en) * 2019-11-07 2023-08-15 无锡融卡科技有限公司 Document management system
CN112230925A (en) * 2020-11-23 2021-01-15 浪潮云信息技术股份公司 System for web end online editing and generating CSS style code
CN112579939A (en) * 2020-12-16 2021-03-30 中国建设银行股份有限公司 Front-end rendering method and device
CN113204342A (en) * 2021-04-30 2021-08-03 宝宝巴士股份有限公司 Method and terminal for quickly constructing front-end page
CN113268260A (en) * 2021-06-07 2021-08-17 京东科技控股股份有限公司 Routing method and device for web front end
CN113760356A (en) * 2021-09-10 2021-12-07 北京百度网讯科技有限公司 Differential configuration method, device, equipment and medium of program product
CN113760356B (en) * 2021-09-10 2024-03-19 北京百度网讯科技有限公司 Differential configuration method, device, equipment and medium of program product
CN114443996A (en) * 2022-01-29 2022-05-06 中国农业银行股份有限公司 A business data presentation system, method, device and storage medium

Similar Documents

Publication Publication Date Title
CN109086114A (en) A kind of method, apparatus and terminal generating web front-end interactive interface
Walls Spring in action
JP5197688B2 (en) Integrated environment generator
Boduch et al. React and React Native: A complete hands-on guide to modern web and mobile development with React. js
CN111694561B (en) Interface management method, device, equipment and storage medium
CN104182484B (en) A kind of method and apparatus for realizing HBase data and the mapping of Java field object
CN111782117B (en) Interface display method and device, storage medium and electronic device
CN107544808A (en) The generation method and device of a kind of web form
US7721252B2 (en) Apparatus and method for product-line architecture description and verification
CN109933331A (en) Data transfer device and associated component between a kind of client-server
CN112711414B (en) Form interface adaptation display method and device and storage medium
CN112860581B (en) Execution method, device, equipment and storage medium of test case
CN110019970A (en) Inventory downloads template creation method, device, terminal and readable storage medium storing program for executing
CN113672222B (en) Application program interface management device and construction method thereof
CN109947711A (en) A kind of multilingual file automating management method in pair of IOS project development process
CN118897676A (en) Data page generation method and related equipment
CN114020358B (en) Interface rendering method and device based on iOS application
Siikarla et al. Transformations have to be developed ReST assured
CN116737155A (en) Internet page generation method and device, storage medium and computer equipment
CN111708572B (en) A method for automatic generation of control flow diagram based on Clang program structure
CN114595664A (en) Method, device and electronic device for generating form
CN116820455A (en) A method to dynamically register CSS styles based on Vue.js
CN114527979A (en) Method and system for generating multi-end form interactive page
Zainuddin et al. An approach to low-fidelity prototyping based on SOFL informal specification
CN115629828A (en) State machine display method, device and 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20181225

RJ01 Rejection of invention patent application after publication