CN111079047A - Web-oriented page construction system - Google Patents

Web-oriented page construction system Download PDF

Info

Publication number
CN111079047A
CN111079047A CN201911212440.2A CN201911212440A CN111079047A CN 111079047 A CN111079047 A CN 111079047A CN 201911212440 A CN201911212440 A CN 201911212440A CN 111079047 A CN111079047 A CN 111079047A
Authority
CN
China
Prior art keywords
page
unit
web
component
data
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
CN201911212440.2A
Other languages
Chinese (zh)
Other versions
CN111079047B (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.)
Bee Assistant Co Ltd
Original Assignee
Bee Assistant 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 Bee Assistant Co Ltd filed Critical Bee Assistant Co Ltd
Priority to CN201911212440.2A priority Critical patent/CN111079047B/en
Publication of CN111079047A publication Critical patent/CN111079047A/en
Application granted granted Critical
Publication of CN111079047B publication Critical patent/CN111079047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a web-oriented page construction system, which comprises: the visual interface operation unit is used for forming a component selection area, a component attribute configuration area and a page preview area in a visual interface, so that a user can edit and preview a page by operating the components to generate a design view; the data dictionary unit is used for specifying the property binding relationship between the metadata and the component; the UI library access unit is used for accessing the UI framework; the middleware configuration conversion unit is used for performing data conversion according to the design view, the attribute binding relationship between the metadata and the components defined by the data dictionary unit and the UI frame, and converting the data into a style, a component, a layout, an event and a method suitable for page construction; the page generating unit is used for generating an HTML file according to the converted data; and the page export unit is used for exporting the HTML file generated by the page generation unit to the local to form an operation web program.

Description

Web-oriented page construction system
Technical Field
The invention relates to the technical field of computers, in particular to a web-oriented page construction system.
Background
A Web page is a document on the world wide Web organized in HTML format, and when information is queried through the world wide Web, it appears as an information page, which may include information such as graphics, text, sound, and video. Web pages are the entry to the world wide Web that users access, so how well a Web page is built directly affects the first impression of the user on the Web site.
The construction of the Web page relates to two parts, namely front-end development and back-end development, and the prior art has the following problems in the process of constructing the Web page:
1. the requirement on the front-end development capability of a rear-end developer is high, besides the development of service codes, the user experience and interface details also need to be processed, customized designs for different requirements are met, and the problems of professional threshold and work division exist;
2. the existing open source frames have high requirements on users, and have more learning cost by introducing building, adding assemblies, configuring attributes, maintaining and updating and the like from the frames;
3. the existing frames have the same or different design specifications for the components, some of the frames are too flexible, some of the frames have too many limitations, the requirements on the real operability and customization of users are high, the capability of conveniently accessing a third-party frame is lacked, and the unified specification is lacked;
4. the existing frames only provide basic component functions, but are applied to actual services and scenes, and the existing frames lack the capability of rapid construction and the whole set of cases for the scenes;
5. the prior art does not provide visual operation interfaces such as views and previews, the debugging difficulty is high, and the development efficiency is low.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide a web-oriented page construction system, which can quickly and easily construct a web page meeting requirements.
The embodiment of the invention provides a web-oriented page construction system, which comprises:
the visual interface operation unit is used for forming a component selection area, a component attribute configuration area and a page preview area in a visual interface, so that a user can edit and preview a page by operating the components to generate a design view;
the data dictionary unit is used for specifying the property binding relationship between the metadata and the component;
the UI library access unit is used for accessing the UI framework;
the middleware configuration conversion unit is used for performing data conversion according to the design view, the attribute binding relationship between the metadata and the components defined by the data dictionary unit and the UI frame, and converting the data into a style, a component, a layout, an event and a method suitable for page construction;
the page generating unit is used for generating an HTML file according to the converted data;
and the page export unit is used for exporting the HTML file generated by the page generation unit to the local to form an operation web program.
Preferably, the method further comprises the following steps:
and the configuration unit is used for receiving json configuration information which is input by a user and used for configuring the component attribute, and sending the json configuration information to the middleware configuration conversion unit.
Preferably, the page generating unit is specifically configured to:
the converted data are in one-to-one correspondence with page elements, corresponding labels are generated, and resource files are introduced;
taking the layout, the components and the events as global static objects, and binding the attributes with the corresponding predefined components in a plug-in registration mode; each component establishes a method in an event response by itself through an event, and finally calls the event; parameters of the method are obtained from json configuration information;
after all the components are created, the components are transmitted to a layout object to be responsible for layout of the control so as to finally generate a corresponding HTML file.
Preferably, the running web program contains an imported server file and json configuration information.
Preferably, the method further comprises the following steps:
the import unit is used for reading and importing the running web program to the middleware configuration conversion unit;
the middleware configuration conversion unit is also used for converting the imported running web program back into a design view so as to facilitate reworking and re-editing the constructed page.
Preferably, the UI library access unit obtains the UI frame by accessing a third party frame; the third-party framework comprises Vue, read, Angular and Jquery.
Preferably, the metadata defined by the data dictionary unit is obtained from a service system in combination with the property binding of the component;
the business system predefines a data model, appoints page components, makes protocol agreement according to business needs and transmits the data according to metadata format specifications.
Compared with the prior art, the invention has the following advantages:
1. the invention can complete the construction of the page through simple configuration, is convenient for the customized design of different requirements, improves the user experience and the interface details, and reduces the problems of professional threshold and work division.
2. The method simplifies the requirements of the open-source framework on users, optimizes the flows of introducing the framework into construction, adding components, configuring attributes, maintaining and updating and the like, and reduces the learning cost by re-dividing the layout and the components.
3. The invention forms a unified standard by the conversion of the middleware configuration conversion unit 40, avoids the great similarity and difference of design standards of a plurality of frames to the components, and is convenient for the access of different UI frames.
4. The invention provides commonly used matching examples of various services, and solves the problem that the existing frames only provide basic component functions and lack the rapid construction and unified standard.
5. The invention provides a dragging function, a component attribute configuration area, a page preview area, a page construction management function, the importing and exporting of the overall configuration data of the page, the description of documents and cases and the like, and improves the development and debugging efficiency.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a web-oriented page building system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, an embodiment of the present invention provides a web-oriented page construction system, including:
the visual interface operation unit 10 is configured to form a component selection area, a component attribute configuration area, and a page preview area in a visual interface, so that a user can edit and preview a page by operating a component, and generate a design view.
In this embodiment, the visual interface operating unit 10 is provided with a design interactive interface, and a component selection area, a component attribute configuration area, and a page preview area are formed on the design interactive interface, and can implement page construction management and import and export of page overall configuration data. The user can intuitively realize the placement of the components by putting some preset components (such as progress bars, controls and the like) into preset positions of the design interactive interface in a dragging mode. In addition, the visual interface operation unit 10 can provide different specifications, for example, three standardized specifications of large, medium and small are provided, and simple size adjustment is realized in the editing page. In the process of adjusting or placing the components by a user, updating the view in the page preview area at the same time, and displaying the final effect of the design page; for example, the progress bar component is selected, dragged and dropped into the design view, the relevant attributes of the progress bar component are automatically prompted, and the final effect can be displayed after the input data is configured.
And the data dictionary unit 20 is used for specifying the property binding relationship between the metadata and the components.
In this embodiment, the property binding relationship between the metadata and the component can be specified according to the actual needs of the business system. For example, data in a tree format, paging, and the like are added, deleted, modified, checked, and then transmitted according to a preset protocol convention and a metadata format specification.
The configuration unit 30 is configured to receive json configuration information, which is input by a user and used for configuring the component attributes, and send the json configuration information to the middleware configuration conversion unit.
In this embodiment, the configuration unit provides the most primitive data configuration method, i.e., allows manual code entry for configuration. For example, allowing for the use of the JSON format as a configuration format (JSON is a lightweight data exchange format that is easy for humans to read and write, and also easy for machines to parse and generate, which makes JSON an ideal data exchange language).
That is, in this embodiment, the attribute configuration may be performed by means of system automatic configuration or user manual configuration (manual code input), so that the configuration requirements of different users may be met.
And a UI library accessing unit 40 for accessing the UI framework.
In this embodiment, the UI library accessing unit 40 may access a third-party UI framework, such as ant design, bootstrap, iView, etc., and after accessing, various required UI frameworks may be obtained, thereby providing more UI style selections.
And the middleware configuration converting unit 50 is configured to perform data conversion according to the design view, the property binding relationship between the metadata and the component defined by the data dictionary unit, and the UI framework, so as to obtain a style, a component, a layout, an event, and a method suitable for the page generating unit 60 to perform page construction.
In the embodiment, the middleware configuration converting unit 50 is mainly used for receiving data, completing data conversion, and converting the data into a style, a component, a layout, an event, a method, and the like suitable for the page generating unit 60. Such as data conversion of json configuration information, UI frameworks and design pages. The middleware configuration conversion unit 50 serves as a bridge to uniformly convert all the docking modes into modes that can be recognized by the page generation unit 60.
And a page generating unit 60 for generating an HTML file according to the data converted by the middleware configuration converting unit 50.
Specifically, the page generating unit 60 corresponds the data converted by the middleware configuration converting unit 50 to page elements one by one, generates corresponding tags, and introduces resource files, such as styles, pictures, scripts, and the like. Then, the layout, the components and the events are used as global static objects, and a plug-in registration mode is adopted to bind one attribute parameter with the corresponding predefined component. For example: a specific UI suite (e.g., ant design) is isolated from the main body of the page generating unit 60 by a component. Each component automatically creates a method (parameters can be obtained from json configuration information) in an event response through the event, and finally recalls the event. After all the components are created, the page generating unit 50 passes the components to the layout object to be responsible for laying out the control.
In this embodiment, after the layout of the control is completed, a corresponding HTML file can be generated.
And a page export unit 70, configured to export the HTML file generated by the page generation unit 60 to the local, so as to form an operating web program.
In this embodiment, the page export unit 70 exports the HTML file generated by the page generation unit 60 locally, that is, generates a complete running web program, where the running web program includes the imported server files, such as js and css, and the picture files, and includes corresponding json configuration information.
Preferably, the method further comprises the following steps:
an importing unit 80, configured to read and import an operating web program to the middleware configuration converting unit 50;
the middleware configuration conversion unit 50 is further configured to convert the imported running web program back into a design view, so as to facilitate rework and re-edit of the build page.
The embodiment also allows the complete running web program to be converted back to the design view for the user to modify and adjust. For example, the FireReader of HTML5 can put the configuration information in the file into the middleware configuration conversion unit 40 to convert the configuration information into a design view, which is convenient for rework and re-editing the build page.
Compared with the prior art, the invention has the following advantages:
1. the invention can complete the construction of the page through simple configuration, is convenient for the customized design of different requirements, improves the user experience and the interface details, and reduces the problems of professional threshold and work division.
2. The method simplifies the requirements of the open-source framework on users, optimizes the flows of introducing the framework into construction, adding components, configuring attributes, maintaining and updating and the like, and reduces the learning cost by re-dividing the layout and the components.
3. The invention forms a unified standard by the conversion of the middleware configuration conversion unit 40, avoids the great similarity and difference of design standards of a plurality of frames to the components, and is convenient for the access of different UI frames.
4. The invention provides a commonly used matching sample of each service, and solves the problem that the existing frames only provide the functions of basic components and lack the rapid construction and unified standard.
5. The invention provides a dragging function, a component attribute configuration area, a page preview area, a page construction management function, the importing and exporting of the overall configuration data of the page, the description of documents and cases and the like, and improves the development and debugging efficiency.
Illustratively, the web-oriented page construction system may be implemented by executing a computer program, which may be partitioned into one or more modules, stored in the memory and executed by the processor to carry out the invention. The one or more modules may be a series of computer program instruction segments capable of performing specific functions, the instruction segments describing the execution of the computer program in the healthcare project cost accounting device.
The web-oriented page construction system can be deployed in computing devices such as desktop computers, notebooks, palm computers and cloud servers. The computing device may include, but is not limited to, a processor, memory, a display. Those skilled in the art will appreciate that the components described above are merely examples and are not meant to be limiting of computing devices, and that more or fewer components may be included, or certain components may be combined, or different components may be included, e.g., the computing devices may also include input-output devices, network access devices, buses, etc.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like that is the control center for the healthcare project cost accounting device and connects the various parts of the overall computing device using various interfaces and lines.
The memory may be used to store the computer programs and/or modules, and the processor may implement various functions of the web-oriented page building system by running or executing the computer programs and/or modules stored in the memory and calling data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, a text conversion function, etc.), and the like; the storage data area may store data (such as audio data, text message data, etc.) created according to the use of the cellular phone, etc. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Wherein the web-oriented page building system, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that the above-described device embodiments are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (7)

1. A web-oriented page building system, comprising:
the visual interface operation unit is used for forming a component selection area, a component attribute configuration area and a page preview area in a visual interface, so that a user can edit and preview a page by operating the components to generate a design view;
the data dictionary unit is used for specifying the property binding relationship between the metadata and the component;
the UI library access unit is used for accessing the UI framework;
the middleware configuration conversion unit is used for performing data conversion according to the design view, the attribute binding relationship between the metadata and the components defined by the data dictionary unit and the UI frame, and converting the data into a style, a component, a layout, an event and a method suitable for page construction;
the page generating unit is used for generating an HTML file according to the converted data;
and the page export unit is used for exporting the HTML file generated by the page generation unit to the local to form an operation web program.
2. The web-oriented page building system of claim 1, further comprising:
and the configuration unit is used for receiving json configuration information which is input by a user and used for configuring the component attribute, and sending the json configuration information to the middleware configuration conversion unit.
3. The web-oriented page building system according to claim 2, wherein the page generating unit is specifically configured to:
the converted data are in one-to-one correspondence with page elements, corresponding labels are generated, and resource files are introduced;
taking the layout, the components and the events as global static objects, and binding the attributes with the corresponding predefined components in a plug-in registration mode; each component establishes a method in an event response by itself through an event, and finally calls the event; parameters of the method are obtained from json configuration information;
after all the components are created, the components are transmitted to a layout object to be responsible for layout of the control so as to finally generate a corresponding HTML file.
4. The web-oriented page building system of claim 3,
the running web program contains the imported server files and json configuration information.
5. The web-oriented page building system of claim 1, further comprising:
the import unit is used for reading and importing the running web program to the middleware configuration conversion unit;
the middleware configuration conversion unit is also used for converting the imported running web program back into a design view so as to facilitate reworking and re-editing the constructed page.
6. The web-oriented page building system of claim 1,
the UI base access unit acquires a UI frame by accessing a third party frame; the third-party framework comprises Vue, read, Angular and Jquery.
7. A web-oriented page building system according to claim 1, wherein the metadata defined by the data dictionary unit is obtained from a business system in association with the property of the component;
the business system predefines a data model, appoints a page component, makes protocol agreement according to business needs, and transmits data according to metadata format specifications.
CN201911212440.2A 2019-11-28 2019-11-28 Web-oriented page construction system Active CN111079047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911212440.2A CN111079047B (en) 2019-11-28 2019-11-28 Web-oriented page construction system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911212440.2A CN111079047B (en) 2019-11-28 2019-11-28 Web-oriented page construction system

Publications (2)

Publication Number Publication Date
CN111079047A true CN111079047A (en) 2020-04-28
CN111079047B CN111079047B (en) 2020-09-15

Family

ID=70312374

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911212440.2A Active CN111079047B (en) 2019-11-28 2019-11-28 Web-oriented page construction system

Country Status (1)

Country Link
CN (1) CN111079047B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651160A (en) * 2020-06-02 2020-09-11 上海泛微网络科技股份有限公司 Method and device for plug-in construction and webpage design
CN111782211A (en) * 2020-06-28 2020-10-16 中国工商银行股份有限公司 Parameter page dynamic generation method and device based on Vue component
CN111880772A (en) * 2020-07-15 2020-11-03 云账户技术(天津)有限公司 Method, device and medium for displaying page
CN112052002A (en) * 2020-09-04 2020-12-08 游艺星际(北京)科技有限公司 User interface generation method, device and medium based on declarative programming framework
CN112364281A (en) * 2020-10-30 2021-02-12 深圳点猫科技有限公司 Browser-based webpage editing visualization implementation method, device and equipment
CN112445477A (en) * 2020-12-09 2021-03-05 浙江源创建筑智能科技有限公司 Vue-based component visualization system and method
CN113032708A (en) * 2021-04-02 2021-06-25 广州博恒信息科技有限责任公司 Code-free Web development system
CN113190367A (en) * 2021-07-02 2021-07-30 成都数联铭品科技有限公司 Cross-system data interaction method and device based on browser and electronic equipment
CN113448562A (en) * 2021-03-31 2021-09-28 北京新氧科技有限公司 Automatic logic code generation method and device and electronic equipment
CN114461960A (en) * 2021-12-28 2022-05-10 马上消费金融股份有限公司 Page generation method, page display method and device

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (en) * 2009-07-06 2009-12-02 孟智平 The method and system of a kind of structure and generation webpage
CN101630329A (en) * 2009-08-24 2010-01-20 孟智平 Method and system for interaction of video elements and web page elements in web pages
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN105404509A (en) * 2015-11-11 2016-03-16 神州数码国信信息技术(苏州)有限公司 ExtJS UI based visual code generation method
US20160140626A1 (en) * 2014-10-12 2016-05-19 Atul Agarwal Web page advertisement configuration and optimization with visual editor and automatic website and webpage analysis
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
US20160371700A1 (en) * 2010-06-22 2016-12-22 Microsoft Technology Licensing, Llc Integrating a Web-based CRM System with a PIM Client Application
CN106873991A (en) * 2017-01-20 2017-06-20 腾讯科技(深圳)有限公司 Page generation method and device
CN107241227A (en) * 2017-06-29 2017-10-10 济南浪潮高新科技投资发展有限公司 A kind of configuration of network data form and generation method
CN107688650A (en) * 2017-08-31 2018-02-13 北京麒麟合盛网络技术有限公司 A kind of web page generation method and device
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web
CN108920147A (en) * 2018-06-11 2018-11-30 京信通信系统(中国)有限公司 A kind of Web page construction method, calculates equipment and storage medium at device
US20180349004A1 (en) * 2017-06-01 2018-12-06 Usablenet Inc. Methods for extracting and adapting information to generate custom widgets and devices thereof
CN110007917A (en) * 2019-03-08 2019-07-12 国电南瑞科技股份有限公司 A kind of visual page generation and browsing method based on browser
CN110008431A (en) * 2019-04-11 2019-07-12 成都四方伟业软件股份有限公司 Page assembly construction method, device, page generating device and readable storage medium storing program for executing
CN110020356A (en) * 2017-10-16 2019-07-16 阿里巴巴集团控股有限公司 A kind of code generating method of page module, apparatus and system
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110263279A (en) * 2019-05-08 2019-09-20 北京字节跳动网络技术有限公司 Page generation method, device, electronic equipment and computer readable storage medium
US20190294527A1 (en) * 2018-03-23 2019-09-26 Lendingclub Corporation Unified ui/ux and api testing of web applications
CN110377858A (en) * 2019-07-08 2019-10-25 紫光云技术有限公司 A kind of visualization pulls the system and method for the generation dynamic list page

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (en) * 2009-07-06 2009-12-02 孟智平 The method and system of a kind of structure and generation webpage
CN101630329A (en) * 2009-08-24 2010-01-20 孟智平 Method and system for interaction of video elements and web page elements in web pages
US20160371700A1 (en) * 2010-06-22 2016-12-22 Microsoft Technology Licensing, Llc Integrating a Web-based CRM System with a PIM Client Application
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
US20160140626A1 (en) * 2014-10-12 2016-05-19 Atul Agarwal Web page advertisement configuration and optimization with visual editor and automatic website and webpage analysis
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN105404509A (en) * 2015-11-11 2016-03-16 神州数码国信信息技术(苏州)有限公司 ExtJS UI based visual code generation method
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
CN106873991A (en) * 2017-01-20 2017-06-20 腾讯科技(深圳)有限公司 Page generation method and device
US20180349004A1 (en) * 2017-06-01 2018-12-06 Usablenet Inc. Methods for extracting and adapting information to generate custom widgets and devices thereof
CN107241227A (en) * 2017-06-29 2017-10-10 济南浪潮高新科技投资发展有限公司 A kind of configuration of network data form and generation method
CN107688650A (en) * 2017-08-31 2018-02-13 北京麒麟合盛网络技术有限公司 A kind of web page generation method and device
CN110020356A (en) * 2017-10-16 2019-07-16 阿里巴巴集团控股有限公司 A kind of code generating method of page module, apparatus and system
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web
US20190294527A1 (en) * 2018-03-23 2019-09-26 Lendingclub Corporation Unified ui/ux and api testing of web applications
CN108920147A (en) * 2018-06-11 2018-11-30 京信通信系统(中国)有限公司 A kind of Web page construction method, calculates equipment and storage medium at device
CN110007917A (en) * 2019-03-08 2019-07-12 国电南瑞科技股份有限公司 A kind of visual page generation and browsing method based on browser
CN110008431A (en) * 2019-04-11 2019-07-12 成都四方伟业软件股份有限公司 Page assembly construction method, device, page generating device and readable storage medium storing program for executing
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110263279A (en) * 2019-05-08 2019-09-20 北京字节跳动网络技术有限公司 Page generation method, device, electronic equipment and computer readable storage medium
CN110377858A (en) * 2019-07-08 2019-10-25 紫光云技术有限公司 A kind of visualization pulls the system and method for the generation dynamic list page

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651160A (en) * 2020-06-02 2020-09-11 上海泛微网络科技股份有限公司 Method and device for plug-in construction and webpage design
CN111782211B (en) * 2020-06-28 2023-08-18 中国工商银行股份有限公司 Dynamic generation method and device for parameter page based on Vue component
CN111782211A (en) * 2020-06-28 2020-10-16 中国工商银行股份有限公司 Parameter page dynamic generation method and device based on Vue component
CN111880772A (en) * 2020-07-15 2020-11-03 云账户技术(天津)有限公司 Method, device and medium for displaying page
CN112052002A (en) * 2020-09-04 2020-12-08 游艺星际(北京)科技有限公司 User interface generation method, device and medium based on declarative programming framework
CN112052002B (en) * 2020-09-04 2024-01-26 游艺星际(北京)科技有限公司 User interface generation method, device and medium based on declarative programming framework
CN112364281A (en) * 2020-10-30 2021-02-12 深圳点猫科技有限公司 Browser-based webpage editing visualization implementation method, device and equipment
CN112445477A (en) * 2020-12-09 2021-03-05 浙江源创建筑智能科技有限公司 Vue-based component visualization system and method
CN113448562A (en) * 2021-03-31 2021-09-28 北京新氧科技有限公司 Automatic logic code generation method and device and electronic equipment
CN113448562B (en) * 2021-03-31 2023-10-20 北京新氧科技有限公司 Automatic logic code generation method and device and electronic equipment
CN113032708A (en) * 2021-04-02 2021-06-25 广州博恒信息科技有限责任公司 Code-free Web development system
CN113190367A (en) * 2021-07-02 2021-07-30 成都数联铭品科技有限公司 Cross-system data interaction method and device based on browser and electronic equipment
CN114461960B (en) * 2021-12-28 2023-04-21 马上消费金融股份有限公司 Page generation method, page display method and page display device
CN114461960A (en) * 2021-12-28 2022-05-10 马上消费金融股份有限公司 Page generation method, page display method and device

Also Published As

Publication number Publication date
CN111079047B (en) 2020-09-15

Similar Documents

Publication Publication Date Title
CN111079047B (en) Web-oriented page construction system
US10705942B1 (en) Simulated testing of API
CN109918607B (en) Page construction method and device, medium and computing equipment
CN107656914B (en) Configurable table generation method and device, terminal equipment and storage medium
CN109388399A (en) The page and Universal page configuration file generation method, device, equipment and medium
CN115617327A (en) Low code page building system, method and computer readable storage medium
CN110851134A (en) Low-code page design device and page design method
WO2017028611A1 (en) Form implementation method and apparatus
CN112286513A (en) Visual design method and device based on component metadata
WO2015176226A1 (en) Advertisement template configuration method, server and system
CN109960773A (en) Page animation method, apparatus, equipment and storage medium based on HTML5
CN109002282B (en) Method and device for realizing animation effect in web page development
CN113655999A (en) Rendering method, device and equipment of page control and storage medium
CN111476007B (en) Table generation method, table generation device, computer device and computer-readable storage medium
CN113110829A (en) Multi-UI component library data processing method and device
CN113239310A (en) Page loading method and related device
CN115510347A (en) Presentation file conversion method and device, electronic equipment and storage medium
CN109634610B (en) Interface marking data generation method and device
CN109617944B (en) WEB parameter management method, device, computer storage medium and equipment
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
WO2018058612A1 (en) Configuration method and system
CN115269090A (en) Marketing page generation method and device, terminal and storage medium
CN114579128A (en) Visual page building method and device, storage medium and computer equipment
CN114153440A (en) Data processing method and device, storage medium and electronic device
CN112632444A (en) Visual website theme configuration method and device

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