CN110297636B - Page automatic generation and parameter management method, system and device based on page configuration file - Google Patents

Page automatic generation and parameter management method, system and device based on page configuration file Download PDF

Info

Publication number
CN110297636B
CN110297636B CN201910596120.5A CN201910596120A CN110297636B CN 110297636 B CN110297636 B CN 110297636B CN 201910596120 A CN201910596120 A CN 201910596120A CN 110297636 B CN110297636 B CN 110297636B
Authority
CN
China
Prior art keywords
page
configuration file
elements
user
language
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910596120.5A
Other languages
Chinese (zh)
Other versions
CN110297636A (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.)
Guangzhou Lubangtong IoT Co Ltd
Original Assignee
Guangzhou Lubangtong IoT 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 Guangzhou Lubangtong IoT Co Ltd filed Critical Guangzhou Lubangtong IoT Co Ltd
Priority to CN201910596120.5A priority Critical patent/CN110297636B/en
Publication of CN110297636A publication Critical patent/CN110297636A/en
Application granted granted Critical
Publication of CN110297636B publication Critical patent/CN110297636B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

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

Abstract

The invention belongs to the technical field of communication, and discloses an automatic page generation and parameter management method based on a page configuration file, which comprises the following steps of: step 1: analyzing the page configuration file to generate analysis data; step 2: drawing the page according to the analysis data; step 3: if the user modifies the configuration parameters of the elements on the page, generating and storing a user configuration file corresponding to the elements according to the names of the elements in the analysis data and the modified configuration parameters; step 4: and redrawing the page according to the analysis data and the user configuration file. The method has the advantages that: and simultaneously carrying out page drawing and generating a user configuration file according to the page configuration file, wherein the element names in the page configuration file and the element names in the user configuration file have corresponding relations, and the subsequent page maintenance is facilitated. Meanwhile, the invention also discloses a system and a device based on the method.

Description

Page automatic generation and parameter management method, system and device based on page configuration file
Technical Field
The invention relates to the technical field of communication, in particular to an automatic page generation and parameter management method based on a page configuration file.
Background
The existing router is provided with a built-in web server for providing parameter configuration and management use, and a user accesses a configuration management page of the router through a browser to perform parameter configuration on the router, so that multi-language is supported, and recovery parameters are supported to be factory default parameter configuration. Four functions need to be provided as management systems on routers: 1. the visualized page is used for the user to log in and access; 2. allowing a user to generate user parameters by carrying out parameter configuration on the visual page; 3. allowing the user to restore the page configuration to a factory default configuration; 4. supporting multiple languages makes the user interface more friendly.
The visualized page comprises a plurality of sub-pages with different functions, most of factories currently realize static pages aiming at different sub-pages respectively, so that each time the sub-pages are added, an existing page needs to be copied, and then customized modification is carried out to form a new page. This approach is prone to a number of problems: 1. the page is realized by different people, and the styles are not uniform; 2. pages are implemented by different people, and the technical level difference of different people leads to different page performances or various problems. 3. Redundant repetition codes exist among a plurality of pages, and maintenance is quite difficult.
The invention patent CN201210355368.0 of the digital science and technology share limited company of the adult of the applicant in 2012 discloses a flexible page configuration display method, which comprises the following steps of 1) uniformly configuring a page configuration file; 2) The related information of the page configuration file is loaded into the system memory together; 3) The client displays a template page and receives all drawing instructions given by a user; 4) After the page drawing is completed, the front end of the system automatically forms standard drawing page condition parameters, and an application for drawing the page is initiated to the background of the system; 5) Generating and packaging a target page data object packet by the system background according to the condition parameters transmitted by the system front end, and returning the target page data object packet to the system front end; 6) The front end of the system converts and generates a corresponding visual page according to the target page data object packet; the method comprises the steps of repackaging page adjustment parameters into a target page data object package after modification, and generating a visual interface according to the target page data object package.
The realization mode of the scheme mainly comprises the steps of generating a template in a system background according to the selection of a client and sending the template to the front end of the system, wherein the front end of the system combines the template with a page configuration file to obtain a visual page.
In the scheme, the system background stores various templates, so that the diversity of pages is good, and corresponding page drawing can be performed only according to the page configuration file.
However, the document does not mention how the user manages each element of the page, in the conventional technology, if a maintainer needs to modify related information of elements of a related page, the maintainer is required to have a higher technical level to search for a corresponding element and modify the corresponding element, and a large amount of redundant codes exist between a plurality of pages, so that convenience in managing parameters of each element by the user is inconvenient.
Therefore, the technical problem to be solved by the application is as follows: how to reduce the difficulty of page maintenance and the convenience of user parameter management.
Disclosure of Invention
The invention aims to provide a page automatic generation and parameter management method based on a page configuration file, which has the advantages that: and simultaneously carrying out page drawing and generating a user configuration file according to the page configuration file, wherein the element names in the page configuration file and the element names in the user configuration file have corresponding relations, and the subsequent page maintenance is facilitated. Meanwhile, the invention also discloses a system and a device based on the method.
The specific technical scheme of the invention is as follows: a page automatic generation and parameter management method based on a page configuration file comprises the following steps in sequence:
step 1: analyzing the page configuration file to generate analysis data; the analysis data describes names, description information and configuration parameters of elements contained in each page;
step 2: drawing the page according to the analysis data;
step 3: if the user modifies the configuration parameters of the elements on the page, generating and storing a user configuration file corresponding to the elements according to the names of the elements in the analysis data and the modified configuration parameters;
step 4: and redrawing the page according to the analysis data and the user configuration file, wherein the configuration parameters of the elements in the user configuration file are the same as those of the elements on the redrawn page.
In the above method for automatically generating and managing the parameters of the page based on the page configuration file, the hierarchical structure of each element in the page configuration file is the same as the hierarchical structure of the element in the user configuration file.
In the above method for automatically generating and managing parameters of a page based on a page configuration file, the page configuration file further includes a language package; the number of the language packs is multiple, and each language pack corresponds to one national language word; the names of the elements in each language pack and the language characters of the elements are expressed in the form of key value pairs; wherein the names of the elements are key names of key value pairs, and the language characters of the elements are values of the key value pairs;
further comprises: in step 2, according to the language pack selected by the user, searching the value corresponding to the key name, modifying the description information of each element into the value corresponding to each element, and displaying the value on the page.
Meanwhile, the invention also discloses a page automatic generation and parameter management system based on the page configuration file, which comprises the following modules:
the page configuration file analysis module: the method comprises the steps of generating analysis data by analyzing a page configuration file; the analysis data describes names, description information and configuration parameters of elements contained in each page;
a user configuration file generation module: the method comprises the steps that after a user modifies configuration parameters of an element on a page, a user configuration file corresponding to the element is generated and stored according to the name of the element in analysis data and the modified configuration parameters;
the user configuration file comprises the name of the element and the modified configuration parameters;
and a page drawing module: and the method is used for drawing the page according to the analysis data and the user configuration file.
The above system for automatically generating and managing the parameters of the page based on the page configuration file further comprises:
the language pack module: the method comprises the steps of storing and analyzing a plurality of language packs, wherein each language pack corresponds to a Chinese language word;
the language packet contains the names of the elements and the corresponding language words, and the names and the language words of the elements are stored in the language packet in the form of key value pairs; wherein the names of the elements are key names of key value pairs, and the corresponding language characters are values of the key value pairs;
the language pack module is also used for sending the corresponding parsed language pack to the page drawing module according to the selection of the user, and the page drawing module displays the names of the elements in the corresponding language words according to the parsed language pack.
In the automatic page generation and parameter management system based on the page configuration file, the hierarchical structure of each element in the analysis data and the hierarchical structure of the corresponding element in the user configuration file are the same.
In addition, the invention also discloses a device for automatically generating the page based on the page configuration file and managing the parameters, which comprises a server and a display terminal, wherein the server comprises the system, the display terminal is in communication connection with the server, and the display terminal is used for displaying the page drawn by the page drawing module.
In the above device for automatically generating and managing parameters based on pages of the page configuration file, the server is a local server or a remote server.
Compared with the prior art, the invention has the beneficial effects that:
according to the method, the page drawing and the user configuration file generation are simultaneously carried out according to the page configuration file, and element names in the page configuration file and element names in the user configuration file have corresponding relations, so that the subsequent page maintenance is facilitated.
Drawings
FIG. 1 is a flow chart of embodiment 1 of the present invention;
FIG. 2 is a block diagram showing the structure of embodiment 3 of the present invention;
FIG. 3 is a block diagram showing the structure of embodiment 4 of the present invention;
fig. 4 is a screenshot of a display page of embodiment 1 of the present invention.
Detailed Description
The technical scheme of the present invention will be described in further detail below with reference to the specific embodiments, but the present invention is not limited thereto.
Example 1
As shown in fig. 1 and fig. 4, a method for automatically generating a page and managing parameters based on a page configuration file includes the following steps in sequence:
step 1: analyzing the page configuration file to generate analysis data; the analysis data describes names, description information and configuration parameters of elements contained in each page;
the parsing page configuration file may be obtained from a remote server, a local server, or stored in a device side in advance.
The page configuration file comprises, but is not limited to, names, description information and configuration parameters of elements in a display page;
correspondingly, the analysis data obtained through analysis also contains names, description information and configuration parameters of elements in the display page;
specifically, the parsing data is a reduced configuration file only containing a complete page frame;
the parsed data may be represented by partial codes in the parsed data:
Figure BDA0002117715360000041
Figure BDA0002117715360000051
the codes are divided into 5 rows in total;
wherein the first row and the second row are related to the description of the element USB, specifically, the name of the element USB is "USB", the description information is "USB", and the description information is the content visible to the page;
the related description of the third behavior element usb_enable, specifically, the name of the element usb_enable is "usb_enable", the description information is "Enable USB", and the default configuration parameter is "true";
the related description of the fourth behavior element usb_auto_update, specifically, the name of the element usb_auto_update is "usb_auto_update", the description information is "Enable Automatic Upgrade", and the default configuration parameter is "false".
The fifth act is an ending language.
In the above analysis data, the element usb is the upper level of the element usb_enable and the element usb_auto_update, and the element usb_enable and the element usb_auto_update belong to the same level.
Not all elements have configuration parameters, whether in the page configuration file or in the parse data. For example, element usb belongs to the page frame part, and no relevant configuration parameters can be modified; the element usb_enable and the element usb_auto_update belong to page elements, which have configuration parameters; the element usb corresponds to a container of the element usb_enable and the element usb_auto_update.
Each element is displayed on the display interface, but only page elements such as element usb_enable and element usb_auto_update have configuration parameters.
Step 2: drawing the page according to the analyzed page configuration file, wherein the display content of the page comprises names, description information and configuration parameters of all elements;
various control styles are predefined and set in the system, and the control styles corresponding to the elements are called through analyzing the page configuration file and combined into different pages, so that the automatic drawing process of the pages is completed.
When a user needs to access a certain page, the page contains a plurality of elements, at the moment, a js file is generated according to parameters of each element in the page recorded in the analysis file, and the js file automatically renders a corresponding page according to the control style of each element and displays the corresponding page to the user;
the js file is an extension of a JavaScript language file, which is an transliteration script language, is a dynamic type, weak type, prototype-based language, and is internally provided with a support type. JavaScript has been widely used in Web application development, and is often used to add various dynamic functions to a Web page, thereby providing a smoother and more attractive browsing effect for users. JavaScript scripts are typically embedded in HTML to implement their own functions. The method is the most popular script language in the world, web pages browsed on computers, mobile phones and tablets, and mobile phone App based on HTML5, and interaction logic is driven by JavaScript.
Preferably, when the user selects the corresponding language pack, the description information of each element contained in the js file is replaced by the corresponding language text, for example, the description information of the element usb_auto_update in the js file is modified from "Enable AutomaticUpgrade" to "enable USB automatic upgrade", and then the element in the final display page is displayed as "enable USB automatic upgrade".
In this embodiment, fig. 4 shows a display page generated by using the above-described analysis data.
Step 3: if the user modifies the configuration parameters of the elements on the page, generating and storing a user configuration file corresponding to the elements according to the names of the elements in the analysis data and the modified configuration parameters; the user configuration file comprises the name of the element and the modified configuration parameters; the names of the elements in the user configuration file are the same as the names of the corresponding elements in the analysis data;
the user modifies the configuration parameters of the elements ON the page, typically by clicking ON each element ON the page directly, such as clicking ON the "Enable USB" button in fig. 4, which is turned ON to OFF.
The user profile is as follows:
<usb>
<enable>true</enable>
<auto_update>true</auto_update>
</usb>
according to the above user configuration file, it can be known that the configuration parameter of the element usb_enable in the element usb pull-down menu is "true", and the configuration parameter of the element auto_update in the element usb pull-down menu is "true".
The configuration parameters modified by the elements enable and auto_update are changed into true and true.
As can be seen from the above user configuration file, the element usb belongs to a level above the element usb_enable and the element auto_update, and the element usb_enable and the element auto_update belong to the same level.
And it can be seen that the hierarchical relationship of the user configuration file is the same as the hierarchical relationship of the analysis data, which has the advantage of facilitating index searching by an operator.
Step 4: and redrawing the page according to the analysis data and the user configuration file, wherein the configuration parameters of the elements in the user configuration file are the same as those of the elements on the redrawn page.
In particular, the parsed data describes the display framework of the entire page, and also contains default parameters, which are the basis for the display of a page that is normally displayed even if the user has not modified (i.e., even if there is no user profile).
In the page loading process, the default configuration is loaded first, and if the user configuration parameters exist, the user parameter configuration is loaded and the default configuration is covered.
Parsing the data and user profile determines which elements will be displayed by the new page generated. The element values are obtained by sending all element names of the current new page to a server background after the new page is generated, and after the server acquires information, the information is returned and then updated on the page.
The configuration parameters of all elements which should be finally displayed can be determined by the page configuration file and the user configuration file, the page is drawn through the page configuration file, the configuration parameters of all elements in the drawn page are correspondingly modified through the user configuration file, and finally the page with the configuration parameters modified is drawn.
By the method, after the configuration parameters of the elements of the page are modified, the user can generate an independent user configuration file, but the user configuration file has the same hierarchical relationship with the page configuration file and the analysis data, and meanwhile, the element names in the user configuration file and the element names in the analysis data correspond to each other, so that index searching of the elements by the user is facilitated, and maintenance and management of the configuration parameters set by the user of the elements are facilitated.
In the conventional technology, if the element names of the pages and the names of the user configuration parameters have no corresponding automatic deduction relationship, a corresponding relationship table of the page element names and the user configuration parameter names needs to be established, so that the configuration values of the user parameters can be accurately obtained according to the page element names.
If the page element is automatically generated by the parsed page configuration file and the user configuration parameters and the parsing data have the same hierarchical relationship, the name of the page element and the name of the user configuration parameters have the corresponding relationship, and the derivation can be directly performed without establishing a corresponding relationship table of the page element names and the user configuration parameter names.
Example 2
This example was a further improvement over example 1.
The technical problem to be solved by the embodiment is as follows: in the aspect of multi-language support of the display page, most manufacturers are realized by maintaining a plurality of sets of complete page codes, and aiming at different languages, the same sub-page needs to provide a plurality of language versions, so that the codes are highly repeated and the maintenance is quite difficult.
In view of this problem, the method of this embodiment is that, on the basis of embodiment 1, the method further involves a plurality of language packs, each language pack corresponding to a national language word; the names of the elements in each language pack and the language characters of the elements are expressed in the form of key value pairs; wherein the names of the elements are key names of key value pairs, and the language characters of the elements are values of the key value pairs;
in step 2, according to the language package selected by the user, searching the value corresponding to the key name, and representing the description information of the element on the page by the language text.
For example, in a language package, a key value pair "usb=universal serial bus", where USB is a key name and universal serial bus is a value corresponding to the key name, if the user selects the language package, the display of the element on the interface is modified to universal serial bus.
The above operations are completed in the process of drawing the page.
Example 3
Referring to fig. 3, a page automatic generation and parameter management system based on a page configuration file includes the following modules:
page profile parsing module 11: the method comprises the steps of generating analysis data by analyzing a page configuration file; the analysis data describes names, description information and configuration parameters of elements contained in each page;
user profile generation module 12: the method comprises the steps that after a user modifies configuration parameters of an element on a page, a user configuration file corresponding to the element is generated and stored according to the name of the element in analysis data and the modified configuration parameters;
the user configuration file comprises the name of the element and the modified configuration parameters;
the page drawing module 13: and the method is used for drawing the page according to the analysis data and the user configuration file.
In the actual running process, according to a preset page configuration file, the page configuration file analysis module 11 analyzes the page configuration file to obtain analysis data, wherein the analysis data contains names, description information and configuration parameters corresponding to elements on each page; then the page drawing module 13 calls the control styles corresponding to the elements according to the analysis data and various control styles preset in the system, and combines the control styles into different pages to complete the automatic drawing process of the pages;
if the operator wants to modify the configuration parameters of the elements in the running process, the operator only needs to modify the parameters corresponding to each element on the page, at this time, the user configuration file generating module 12 receives the action and instruction of modifying the configuration parameters of the elements on the page by the corresponding user according to the operation of the user, and generates and stores the user configuration file corresponding to the element according to the name of the element in the analysis data and the modified configuration parameters;
finally, the page rendering module 13 re-combines the parsed data with the user profile to generate a new page.
Example 4
Referring to fig. 4, an apparatus for automatically generating and managing parameters of a page based on a page configuration file includes a server 1 and a display terminal 2, where the server 1 includes a system according to embodiment 3, the system is used to implement the methods described in embodiments 1 and 2, the display terminal 2 is communicatively connected to the server 1, the display terminal 2 is used to display a page drawn by the page drawing module 13, and the server 1 is a local server 1 or a remote server 1.
More specifically, this embodiment is refined to a router, in which the server 1 is disposed, and the user accesses the configuration management page of the router, that is, the page drawn by the page drawing module 13 in embodiment 3, through the browser at the display terminal 2, and the browser of the page word display terminal 2 performs rendering display.
When a user needs to modify configuration parameters of elements on any page, the configuration management page on the browser can be directly modified, the modification action of the user can be sent to the server 1, the server 1 can control the user configuration file generation module 12 to generate a user configuration file, and the page drawing module 13 can redraw the page according to the parsed page configuration file and the user configuration file and display the page through the display terminal 2.
The foregoing description of the preferred embodiments of the invention is intended to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

Claims (8)

1. The automatic page generation and parameter management method based on the page configuration file is characterized by comprising the following steps in sequence:
step 1: analyzing the page configuration file to generate analysis data; the analysis data describes names, description information and configuration parameters of elements contained in each page;
step 2: drawing the page according to the analysis data;
the step 2 specifically comprises the following steps: when a user needs to access a page, the page contains a plurality of elements, and at the moment, a js file is generated according to configuration parameters of the elements in the page recorded in the analysis data, and the js file automatically renders a corresponding page according to the control style of the elements and displays the page to the user; the js file is an extension of a JavaScript language file, wherein the JavaScript is an transliteration script language, and is a dynamic type, a weak type and a prototype-based language, and a built-in support type;
the control styles are predefined and set, and the control styles corresponding to the elements are called through analyzing the page configuration file and combined into different pages, so that the automatic drawing process of the pages is completed;
step 3: if the user modifies the configuration parameters of the elements on the page, generating and storing a user configuration file corresponding to the elements according to the names of the elements in the analysis data and the modified configuration parameters;
step 4: redrawing the page according to the analysis data and the user configuration file, wherein the configuration parameters of the elements in the user configuration file are the same as those of the elements on the redrawn page;
in the page loading process, the default configuration is loaded first, and if the user configuration file exists, the configuration parameters in the user configuration file are loaded and the default configuration is covered.
2. The method for automatically generating and managing parameters of a page based on a page configuration file according to claim 1, wherein the hierarchical structure of each element in the page configuration file, the hierarchical structure of each element in the parsing data, and the hierarchical structure of the corresponding element in the user configuration file are the same.
3. The method for automatically generating and managing parameters for a page based on a page configuration file according to claim 1, wherein the method further involves a plurality of language packs; each language pack corresponds to a national language word; the names of the elements in each language pack and the language characters of the elements are expressed in the form of key value pairs; wherein the names of the elements are key names of key value pairs, and the language characters of the elements are values of the key value pairs;
further comprises: in step 2, according to the language pack selected by the user, searching the value corresponding to the key name, modifying the description information of each element into the value corresponding to each element, and displaying the value on the page.
4. An automatic page generation and parameter management system based on a page configuration file is characterized by comprising the following modules:
the page configuration file analysis module: the method comprises the steps of generating analysis data by analyzing a page configuration file; the analysis data describes names, description information and configuration parameters of elements contained in each page;
when a user needs to access a page, the page contains a plurality of elements, and at the moment, a js file is generated according to configuration parameters of the elements in the page recorded in the analysis data, and the js file automatically renders a corresponding page according to the control style of the elements and displays the page to the user;
the js file is an extension of a JavaScript language file, wherein the JavaScript is an transliteration script language, and is a dynamic type, a weak type and a prototype-based language, and a built-in support type;
the control styles are predefined and set, and the control styles corresponding to the elements are called through analyzing the page configuration file and combined into different pages, so that the automatic drawing process of the pages is completed;
a user configuration file generation module: the method comprises the steps that after a user modifies configuration parameters of an element on a page, a user configuration file corresponding to the element is generated and stored according to the name of the element in analysis data and the modified configuration parameters;
the user configuration file comprises the name of the element and the modified configuration parameters;
and a page drawing module: the method comprises the steps of drawing a page according to analysis data and a user configuration file;
in the page loading process, the default configuration is loaded first, and if the user configuration file exists, the configuration parameters in the user configuration file are loaded and the default configuration is covered.
5. The automatic page generation and parameter management system based on page configuration file according to claim 4, wherein:
the language pack module: the method comprises the steps of storing and analyzing a plurality of language packs, wherein each language pack corresponds to a Chinese language word;
the language packet contains the names of the elements and the corresponding language words, and the names and the language words of the elements are stored in the language packet in the form of key value pairs; wherein the names of the elements are key names of key value pairs, and the corresponding language characters are values of the key value pairs;
the language pack module is also used for sending the corresponding parsed language pack to the page drawing module according to the selection of the user, and the page drawing module displays the names of the elements in the corresponding language words according to the parsed language pack.
6. The automatic page profile-based page generation and parameter management system of claim 4 or 5, wherein the hierarchy of each element in the page profile, the hierarchy of each element in the parsed data, and the hierarchy of the corresponding element in the user profile are the same.
7. The device for automatically generating and managing the parameters of the page based on the page configuration file comprises a server and a display terminal, and is characterized in that the server comprises the system according to any one of claims 4-6, the display terminal is in communication connection with the server, and the display terminal is used for displaying the page drawn by the page drawing module.
8. The apparatus for automatically generating and managing parameters of pages based on page configuration file according to claim 7, wherein the server is a local server or a remote server.
CN201910596120.5A 2019-07-03 2019-07-03 Page automatic generation and parameter management method, system and device based on page configuration file Active CN110297636B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910596120.5A CN110297636B (en) 2019-07-03 2019-07-03 Page automatic generation and parameter management method, system and device based on page configuration file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910596120.5A CN110297636B (en) 2019-07-03 2019-07-03 Page automatic generation and parameter management method, system and device based on page configuration file

Publications (2)

Publication Number Publication Date
CN110297636A CN110297636A (en) 2019-10-01
CN110297636B true CN110297636B (en) 2023-06-27

Family

ID=68030126

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910596120.5A Active CN110297636B (en) 2019-07-03 2019-07-03 Page automatic generation and parameter management method, system and device based on page configuration file

Country Status (1)

Country Link
CN (1) CN110297636B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968317B (en) * 2019-12-02 2023-04-18 广州鲁邦通物联网科技股份有限公司 Method and system for automatically generating vue page assembly through UCI/USI configuration file
CA3166909A1 (en) * 2020-02-14 2021-08-19 Xinhua Chen Systems and methods for modem configuration and rollback
CN111488150B (en) * 2020-05-15 2024-01-23 网易(杭州)网络有限公司 Page processing method and device
CN111679819A (en) * 2020-06-17 2020-09-18 深圳市远云科技有限公司 Method, system and readable storage medium for generating presentation software
CN112035188A (en) * 2020-09-28 2020-12-04 中移(杭州)信息技术有限公司 Control generation method and device, network equipment and storage medium
CN112817655B (en) * 2021-01-29 2024-05-14 北京达佳互联信息技术有限公司 Document information processing method and device, storage medium and electronic equipment
CN113064632A (en) * 2021-04-07 2021-07-02 北京读我网络技术有限公司 Front-end project publishing method and device

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101135966A (en) * 2006-11-24 2008-03-05 中兴通讯股份有限公司 Graphical interfaces development method and system based on command lines
US8032540B1 (en) * 2004-10-29 2011-10-04 Foundry Networks, Inc. Description-based user interface engine for network management applications
CN103019684A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Dynamic template-based business page configuring method
CN103677779A (en) * 2012-09-21 2014-03-26 成都勤智数码科技股份有限公司 Flexible page configuration showing method
CN104268152A (en) * 2014-09-01 2015-01-07 可牛网络技术(北京)有限公司 Method and device for displaying webpage
CN104572035A (en) * 2013-10-11 2015-04-29 北大方正集团有限公司 Dynamic generation method and dynamic generation system of webpage codes
CN105183500A (en) * 2015-08-05 2015-12-23 深圳联友科技有限公司 Method and system for configuring webpage language
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN107480278A (en) * 2017-08-22 2017-12-15 南京焦点领动云计算技术有限公司 A kind of method of the adjustment webpage pattern to come into force in real time
CN108228184A (en) * 2018-01-26 2018-06-29 福建中金在线信息科技有限公司 Style sheet generation method, device, electronic equipment and computer storage media
CN108509195A (en) * 2017-12-12 2018-09-07 平安科技(深圳)有限公司 Production method, electronic device and the readable storage medium storing program for executing of H5 loose-leafs
CN109343851A (en) * 2018-09-26 2019-02-15 中国平安人寿保险股份有限公司 Page generation method, device, computer equipment and storage medium
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium
CN109614084A (en) * 2018-10-24 2019-04-12 蔚来汽车有限公司 Web program and its Quick Development Framework, development approach and relevant device
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN109710224A (en) * 2019-01-17 2019-05-03 宜创(北京)科技有限公司 Page processing method, device, equipment and storage medium
CN109871210A (en) * 2019-01-17 2019-06-11 平安城市建设科技(深圳)有限公司 Web page element amending method, device, equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040160464A1 (en) * 2003-02-14 2004-08-19 David Reyna System and method for providing a graphical user interface and alternate mappings of management information base objects
EP3304338B1 (en) * 2015-06-07 2024-03-06 Wix.com Ltd. System and method for the generation of an adaptive user interface in a website building system
CN105446744A (en) * 2015-12-15 2016-03-30 北京中网易企秀科技有限公司 Internet based display material system and display material making method
US10353534B2 (en) * 2016-05-13 2019-07-16 Sap Se Overview page in multi application user interface

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8032540B1 (en) * 2004-10-29 2011-10-04 Foundry Networks, Inc. Description-based user interface engine for network management applications
CN101135966A (en) * 2006-11-24 2008-03-05 中兴通讯股份有限公司 Graphical interfaces development method and system based on command lines
CN103677779A (en) * 2012-09-21 2014-03-26 成都勤智数码科技股份有限公司 Flexible page configuration showing method
CN103019684A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Dynamic template-based business page configuring method
CN104572035A (en) * 2013-10-11 2015-04-29 北大方正集团有限公司 Dynamic generation method and dynamic generation system of webpage codes
CN104268152A (en) * 2014-09-01 2015-01-07 可牛网络技术(北京)有限公司 Method and device for displaying webpage
CN105183500A (en) * 2015-08-05 2015-12-23 深圳联友科技有限公司 Method and system for configuring webpage language
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN107480278A (en) * 2017-08-22 2017-12-15 南京焦点领动云计算技术有限公司 A kind of method of the adjustment webpage pattern to come into force in real time
CN108509195A (en) * 2017-12-12 2018-09-07 平安科技(深圳)有限公司 Production method, electronic device and the readable storage medium storing program for executing of H5 loose-leafs
CN108228184A (en) * 2018-01-26 2018-06-29 福建中金在线信息科技有限公司 Style sheet generation method, device, electronic equipment and computer storage media
CN109343851A (en) * 2018-09-26 2019-02-15 中国平安人寿保险股份有限公司 Page generation method, device, computer equipment and storage medium
CN109614084A (en) * 2018-10-24 2019-04-12 蔚来汽车有限公司 Web program and its Quick Development Framework, development approach and relevant device
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium
CN109614568A (en) * 2018-12-07 2019-04-12 微梦创科网络科技(中国)有限公司 A kind of page generation method and device
CN109710224A (en) * 2019-01-17 2019-05-03 宜创(北京)科技有限公司 Page processing method, device, equipment and storage medium
CN109871210A (en) * 2019-01-17 2019-06-11 平安城市建设科技(深圳)有限公司 Web page element amending method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于配置文件的web页面自动生成系统;尹航等;《软件》;20141231(第10期);全文 *
虚拟试验平台软件灵活性用户界面技术研究;张磊等;《计算机测量与控制》;20101231;第18卷(第3期);第950-955页 *

Also Published As

Publication number Publication date
CN110297636A (en) 2019-10-01

Similar Documents

Publication Publication Date Title
CN110297636B (en) Page automatic generation and parameter management method, system and device based on page configuration file
CN112866785B (en) Picture generation method, device, equipment and storage medium
US8365203B2 (en) Method for creating a native application for mobile communications device in real-time
KR100874985B1 (en) Web server
CN109725901A (en) Development approach, device, equipment and the computer storage medium of front-end code
US9304990B2 (en) Translation of text into multiple languages
CN104820589B (en) A kind of method and its device of dynamic adaptation webpage
US20140359496A1 (en) Configuration of a user interface for a mobile communications terminal
CN106339414A (en) Webpage rendering method and device
CN106610826B (en) Method and device for manufacturing online scene application
CN102932694B (en) Intelligent TV network interface display method and device
EP4198773A1 (en) Image processing method and apparatus, and computer readable storage medium
CN111597489B (en) Realization method and device for draggable custom form component based on mobile terminal
CN109284488B (en) Method, device and medium for modifying front-end table column data based on local storage
CN112328342B (en) To-do item processing method and device based on online document
CN110516218A (en) Generation method, terminal and the computer readable storage medium of table
WO2024011899A1 (en) Widget loading method and apparatus, device, and storage medium
CN115510347A (en) Presentation file conversion method and device, electronic equipment and storage medium
CN112214202B (en) Mobile phone program development system without writing codes
CN104714713A (en) Page interaction method and page management device
CN110311819B (en) Page automatic generation and MIBs table generation method based on page configuration file, management method, equipment side and management system
US11604849B2 (en) Rendering method, electronic device and storage medium
EP2557505A1 (en) Web display program conversion system, web display program conversion method, and program for web display program conversion
CN114595413A (en) Webpage layout method and system and computer equipment
CN114489639A (en) File generation method, device, 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
CB02 Change of applicant information

Address after: 511356 Room 501, building 2, No. 63, Yong'an Avenue, Huangpu District, Guangzhou, Guangdong

Applicant after: Guangzhou lubangtong Internet of things Technology Co.,Ltd.

Address before: 510653 3rd floor, building F, kehuiyuan, 95 Daguan Road, Tianhe District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU ROBUSTEL TECHNOLOGIES Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant