Nothing Special   »   [go: up one dir, main page]

CN114706580A - Front-end webpage development method and device, storage medium and electronic equipment - Google Patents

Front-end webpage development method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN114706580A
CN114706580A CN202210324833.8A CN202210324833A CN114706580A CN 114706580 A CN114706580 A CN 114706580A CN 202210324833 A CN202210324833 A CN 202210324833A CN 114706580 A CN114706580 A CN 114706580A
Authority
CN
China
Prior art keywords
webpage
routing information
amis
request
web page
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
CN202210324833.8A
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.)
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Original Assignee
Hunan MgtvCom Interactive Entertainment Media 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 Hunan MgtvCom Interactive Entertainment Media Co Ltd filed Critical Hunan MgtvCom Interactive Entertainment Media Co Ltd
Priority to CN202210324833.8A priority Critical patent/CN114706580A/en
Publication of CN114706580A publication Critical patent/CN114706580A/en
Pending legal-status Critical Current

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a front-end webpage development method, a front-end webpage development device, a storage medium and electronic equipment, which can obtain the routing information of a target webpage; sending a corresponding request according to the routing information to request to obtain a preset webpage configuration parameter associated with the routing information; and analyzing the webpage configuration parameters into grammatical content conforming to an amis tool so that the amis tool can analyze the grammatical content to obtain webpage content conforming to browser analysis rules, wherein the webpage content corresponds to the target webpage. Therefore, the method and the device can obtain the corresponding webpage content based on the amis tool analysis, do not need technicians to develop corresponding functions one by one, and are high in efficiency.

Description

Front-end webpage developing method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of front end, and in particular, to a method and an apparatus for developing a front end webpage, a storage medium, and an electronic device.
Background
Modern web system development technology is rich and varied, mainstream front-end frameworks such as vue, act and angular need professional front-end developers to develop and maintain, and even a plurality of systems which are not very customized follow the set of development rules;
there is a need to integrate a large number of detailed functions in many systems, including: the method has the advantages that data can be screened, data can be refreshed through buttons, single-row data can be edited, batch modification and deletion can be carried out, a certain column can be inquired, sequencing according to the certain column can be carried out, the certain column can be hidden, the whole page content dragging and sequencing can be started, table paging, data summarization, export of excel is supported, and the like.
Disclosure of Invention
In view of the above, the present invention provides a front-end webpage developing method, apparatus, storage medium, and electronic device that overcome or at least partially solve the above problems.
In a first aspect, a front-end webpage development method includes:
obtaining the routing information of a target webpage;
sending a corresponding request according to the routing information to request to obtain a preset webpage configuration parameter associated with the routing information;
and analyzing the webpage configuration parameters into grammatical content conforming to an amis tool so that the amis tool can analyze the grammatical content to obtain webpage content conforming to browser analysis rules, wherein the webpage content corresponds to the target webpage.
With reference to the first aspect, in some optional embodiments, the obtaining the routing information of the target webpage includes:
loading a component corresponding to the target webpage, wherein the component corresponds to a plurality of different target webpages;
and acquiring the routing information of the target webpage through the vue-router function integrated by the component.
With reference to the first aspect, in some optional implementations, the sending a corresponding request according to the routing information to request to obtain a preconfigured web page configuration parameter associated with the routing information includes:
and sending the http request to a database through an xmlHttpRequest object according to the url address in the routing information so as to request the database to obtain the webpage configuration parameters, wherein the webpage configuration parameters at least comprise corresponding amis configuration parameters and page menu information.
With reference to the previous embodiment, in some optional embodiments, the parsing the web page configuration parameters into grammatical contents conforming to an amis tool, so that the amis tool parses the grammatical contents to obtain web page contents conforming to a browser parsing rule, includes:
rendering the webpage configuration parameters to a specified page container through an amis.
With reference to the third embodiment, in some optional embodiments, after the parsing the webpage configuration parameters into syntactic content conforming to an amis tool, the method further includes:
altering web page configuration parameters stored in the database in association with the routing information, thereby modifying the web page content.
In a second aspect, a front-end web page developing apparatus includes: a routing information obtaining unit, a request sending unit and a webpage obtaining unit;
the routing information obtaining unit is used for obtaining the routing information of the target webpage;
the request sending unit is used for sending a corresponding request according to the routing information so as to request to obtain a preset webpage configuration parameter associated with the routing information;
the webpage obtaining unit is used for analyzing the webpage configuration parameters into grammatical content which accords with an amis tool, so that the amis tool can conveniently obtain webpage content which accords with a browser analysis rule according to the grammatical content, wherein the webpage content corresponds to the target webpage.
In some optional embodiments, in combination with the second side, the routing information obtaining unit includes: a component loading subunit and a routing information obtaining subunit;
the component loading subunit is configured to load a component corresponding to the target web page, where the component corresponds to a plurality of different target web pages;
and the routing information obtaining subunit is configured to obtain the routing information of the target web page through the vue-router function integrated by the component.
With reference to the second aspect, in some optional embodiments, the request sending unit includes: a request sending subunit;
and the request sending subunit is configured to send the http request to a database through an xmlHttpRequest object according to the url address in the routing information, so as to request the database for obtaining the webpage configuration parameters, where the webpage configuration parameters at least include corresponding amis configuration parameters and page menu information.
In a third aspect, a computer-readable storage medium stores thereon a program that realizes any one of the front-end web development methods described above when executed by a processor.
In a fourth aspect, an electronic device includes at least one processor, and at least one memory, a bus, connected to the processor; the processor and the memory complete mutual communication through the bus; the processor is configured to call program instructions in the memory to perform any of the front-end web page development methods described above.
By means of the technical scheme, the front-end webpage development method, the front-end webpage development device, the storage medium and the electronic equipment can obtain the routing information of the target webpage; sending a corresponding request according to the routing information to request to obtain a preset webpage configuration parameter associated with the routing information; and analyzing the webpage configuration parameters into grammatical contents conforming to an amis tool so that the amis tool can analyze the grammatical contents to obtain webpage contents conforming to browser analysis rules, wherein the webpage contents correspond to the target webpage. Therefore, the method and the device can obtain the corresponding webpage content based on the amis tool analysis, do not need technicians to develop corresponding functions one by one, and are high in efficiency.
The above description is only an overview of the technical solutions of the present invention, and the present invention can be implemented in accordance with the content of the description so as to make the technical means of the present invention more clearly understood, and the above and other objects, features, and advantages of the present invention will be more clearly understood.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart illustrating a front end web page development method provided by the present invention;
FIG. 2 is a schematic structural diagram of a front-end web page development apparatus provided in the present invention;
fig. 3 shows a schematic structural diagram of an electronic device provided by the present invention.
Detailed Description
The existing front-end projects are packaged and constructed by tools such as webpack after professional front-end personnel are developed, and then online is completed by multi-party approval, construction, gray level test verification and the like of an online release process. The method has the advantages that the repeated development work is more, the efficiency is low, and the steps are needed to be repeated for little simple modification and maintenance; according to the invention, json configuration of a corresponding page can be modified on line, and especially, pages such as lists and forms do not need professional front-end maintenance, and maintenance work such as examination, approval, operation and maintenance does not need to be issued for developed and modified front-end service codes, and the json configuration only needs to be stored in a database to be directly on line, so that the page development work is reduced, and the efficiency is greatly improved.
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As shown in fig. 1, the present invention provides a front-end webpage developing method, including: s100, S200 and S300;
s100, obtaining routing information of a target webpage;
optionally, the target web page mentioned in the present invention may be a web page that a target needs to be established, or may be a web page that has been developed, needs to be modified, or needs to be maintained, which is not limited in this respect.
Optionally, each web page has a unique corresponding url address, that is, the routing information in the present invention at least includes the url address. The url address and the corresponding webpage configuration parameters can be stored in advance in an associated manner, so that the corresponding webpage configuration parameters can be obtained through querying the url address when needed, and the method is not limited in this respect.
Optionally, the present invention does not specifically limit the manner of obtaining the routing information of the target web page, and any feasible manner falls within the scope of the present invention. For example, in connection with the embodiment shown in fig. 1, in some alternative embodiments, the S100 includes: step 1.1 and step 1.2;
step 1.1, loading components corresponding to the target webpage, wherein the components correspond to a plurality of different target webpages;
and step 1.2, acquiring the routing information of the target webpage through the vue-router function integrated by the component.
Optionally, the present invention may develop corresponding components in advance, and one component may correspond to a plurality of different target web pages. When a corresponding web page needs to be developed or maintained, the execution subject of the present invention may obtain the routing information of the target web page by loading the component and obtaining the routing information of the target web page by using a router-path provided by vue-router, which is not limited in the present invention.
Alternatively, vue-router and router-path are known concepts in the art, and the invention will not be described in detail herein, specifically referring to the relevant description in the art.
S200, sending a corresponding request according to the routing information to request to obtain a preset webpage configuration parameter associated with the routing information;
optionally, as described above, the web page configuration parameters associated with the routing information may be pre-stored in the database, so that a corresponding request may be sent to the database according to the routing information to obtain the corresponding web page configuration parameters, which is not limited in the present invention.
For example, in connection with the embodiment shown in fig. 1, in some alternative embodiments, the S200 includes:
and sending the http request to a database through an xmlHttpRequest object according to the url address in the routing information so as to request the database to obtain the webpage configuration parameters, wherein the webpage configuration parameters at least comprise corresponding amis configuration parameters and page menu information.
Optionally, the xmlHttpRequest object is a well-known concept in the field of browsers, and the invention does not make much description on the concept, and please refer to the related description specifically. It should be noted that: the amis configuration parameters comprise request interception, container rendering, request and response component parameters and the like, and are used for defining the whole interaction process of the webpage; the page menu information comprises a route, a menu name, a menu id and the like, and is used for displaying and associating the unique webpage.
S300, analyzing the webpage configuration parameters into grammatical contents conforming to an amis tool so that the amis tool can analyze the grammatical contents to obtain webpage contents conforming to browser analysis rules, wherein the webpage contents correspond to the target webpage.
Optionally, the amis tool has specific grammatical content, and in order to enable the amis tool to accurately analyze and obtain corresponding webpage content, the web page configuration parameters can be analyzed into grammatical content which can be identified by the amis tool through a pre-developed renderami public function, which is not limited by the invention.
Optionally, the components associated with the renderami common function may be used to parse the amis configuration parameters and render configuration.
Alternatively, the amis tool is a well-known concept in the art, and its function and use can be referred to in the relevant description in the art, which is not described in more detail herein. It should be noted that: after the amis tool analyzes the webpage configuration parameters into webpage contents, the html codes can be created and updated through files, createlement and other api provided by the browser, so that the browser can automatically render the html codes into a visible front-end webpage, and the method is not limited to this.
Summary element belongs to the known concept in the field, and the present invention does not describe this much, and refer to the related description in the field specifically.
The invention does not limit the process of analyzing the webpage configuration parameters into the grammatical content, and any feasible mode belongs to the protection scope of the invention. For example, in combination with the previous embodiment, in certain alternative embodiments, the S300 includes:
rendering the webpage configuration parameters to a specified page container through an amis.
The object is a concept well known in the art, and the present invention does not make much description, and refer to the related description in the art.
Optionally, in some optional embodiments, after parsing the webpage configuration parameters into syntax content conforming to an amis tool in S300, the method further includes:
altering web page configuration parameters stored in the database in association with the routing information, thereby modifying the web page content.
Optionally, the invention can perform custom form configuration, and developers who do not know the front end can generate the corresponding amis character string according to the prepared template only by configuring the main variable, namely, the corresponding amis configuration parameter is generated.
Optionally, the developer may change the amis configuration parameters by changing the main variable, or may directly change the corresponding amis configuration parameters in the database table list of the database, so as to change the web page configuration parameters, which is not limited in the present invention.
Optionally, as described above, the web page content corresponds to the web page configuration parameter, and after the web page configuration parameter is changed, the web page content naturally changes correspondingly, so that development, change, and maintenance of the web page are implemented, which is not limited in the present invention.
Optionally, in order to further clearly describe the scheme of the present invention, the present example takes an initial file list page of the material library system as a detailed scene example:
and (4) the developer enters a specified configuration page, selects a superior menu of the page, fills in a page menu name and a route name, and then carries out the detailed parameters of the next configuration page.
Clicking the configuration of the addition list, and filling the detailed parameter information of the query form in the popped drawer form, such as: the label name of the form item, the corresponding key-value, the form item type (input box, selection drop-down, time box, check box, etc.), and even the regular form of the form item can be filled to satisfy the logic of personalization.
After the contents of the search form are filled in, the button operation logic of the middle part of the page can be configured next. The corresponding amis configuration parameter is 'bulkActions', here we can configure attributes of the button such as 'type', 'action', 'actionType', 'label' and 'name', even can configure the api of the button to directly send the ajax request. The buttons in the 'bulkActions' can be automatically associated with the 'columns' of the form, for example, if the form is not loaded with data, the buttons cannot be displayed or the 'disable' state is realized;
next, the parameter of table "columns" can be configured, for example, the basic values of "name", "label", and "name" are automatically matched to the corresponding field names of the loaded data. The default "key" of a form line is id, and we can also configure to designate other "names" as id.
amis also provides a tableclassName to let us define the specific style of the form by self, and the diversified UI picture requirements are met;
more humanized, amis provides the ability to store states across pages, such as how many table data we want to select across pages, the table row that allows the maximum selection, the logic that the table row cannot be selected, etc.; this is an inability of many UI frameworks to do so, often requiring developers to implement these logic themselves.
And the page after the online is maintained and adjusted again in the follow-up process, and the secondary edition can be carried out by requesting to load the specific amis parameters of the page. Therefore, any code at the front end does not need to be submitted, and some conventional business iterations can be carried out without upgrading and releasing the application.
As shown in fig. 2, the present invention provides a front-end web page developing apparatus, including: a route information obtaining unit 100, a request transmitting unit 200, and a web page obtaining unit 300;
the routing information obtaining unit 100 is configured to obtain routing information of a target webpage;
the request sending unit 200 is configured to send a corresponding request according to the routing information to request to obtain a pre-configured web page configuration parameter associated with the routing information;
the web page obtaining unit 300 is configured to parse the web page configuration parameters into syntax content meeting an amis tool, so that the amis tool obtains web page content meeting a browser parsing rule according to the syntax content, where the web page content corresponds to the target web page.
In some optional embodiments, in combination with the embodiment shown in fig. 2, the routing information obtaining unit 100 includes: the component loading subunit and the routing information obtaining subunit;
the component loading subunit is configured to load a component corresponding to the target web page, where the component corresponds to a plurality of different target web pages;
and the routing information obtaining subunit is configured to obtain the routing information of the target web page through the vue-router function integrated by the component.
In some optional embodiments, in combination with the embodiment shown in fig. 2, the request sending unit 200 includes: a request sending subunit;
and the request sending subunit is configured to send the http request to a database through an xmlHttpRequest object according to the url address in the routing information, so as to request the database for obtaining the webpage configuration parameters, where the webpage configuration parameters at least include corresponding amis configuration parameters and page menu information.
In combination with the previous embodiment, in some optional embodiments, the web page obtaining unit 300 includes: a web page obtaining subunit;
the web page obtaining subunit is configured to render the web page configuration parameters to a specified page container through an amis.
Optionally, in some optional embodiments, the apparatus further comprises: a parameter changing unit;
the parameter changing unit is configured to change the web page configuration parameters associated with the routing information stored in the database after the web page configuration parameters are parsed into grammatical content conforming to an amis tool, so as to modify the web page content.
The present invention provides a computer-readable storage medium having stored thereon a program which, when executed by a processor, implements any of the front-end webpage developing methods described above.
As shown in fig. 3, the present invention provides an electronic device 70, wherein the electronic device 70 includes at least one processor 701, at least one memory 702 connected to the processor 701, and a bus 703; the processor 701 and the memory 702 complete communication with each other through the bus 703; the processor 701 is configured to call the program instructions in the memory 702 to execute any of the front-end web page development methods described above.
In this application, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A front-end webpage developing method is characterized by comprising the following steps:
obtaining the routing information of a target webpage;
sending a corresponding request according to the routing information to request to obtain a preset webpage configuration parameter associated with the routing information;
and analyzing the webpage configuration parameters into grammatical content conforming to an amis tool so that the amis tool can analyze the grammatical content to obtain webpage content conforming to browser analysis rules, wherein the webpage content corresponds to the target webpage.
2. The method of claim 1, wherein obtaining routing information for the target web page comprises:
loading a component corresponding to the target webpage, wherein the component corresponds to a plurality of different target webpages;
and acquiring the routing information of the target webpage through the vue-router function integrated by the component.
3. The method according to claim 1, wherein said sending a corresponding request according to the routing information to request obtaining a pre-configured web page configuration parameter associated with the routing information comprises:
and sending the http request to a database through an xmlHttpRequest object according to the url address in the routing information so as to request the database to obtain the webpage configuration parameters, wherein the webpage configuration parameters at least comprise corresponding amis configuration parameters and page menu information.
4. The method of claim 3, wherein parsing the web page configuration parameters into grammatical content according to an amis tool, such that the amis tool parses the grammatical content to obtain web page content according to browser parsing rules, comprises:
rendering the webpage configuration parameters to a specified page container through an amis.
5. The method of claim 3, wherein after parsing the web page configuration parameters into grammatical content conforming to an amis tool, the method further comprises:
altering web page configuration parameters stored in the database in association with the routing information, thereby modifying the web page content.
6. A front-end web page developing apparatus, comprising: a routing information obtaining unit, a request sending unit and a webpage obtaining unit;
the routing information obtaining unit is used for obtaining the routing information of the target webpage;
the request sending unit is used for sending a corresponding request according to the routing information so as to request to obtain a preset webpage configuration parameter associated with the routing information;
the webpage obtaining unit is used for analyzing the webpage configuration parameters into grammatical content which accords with an amis tool, so that the amis tool can conveniently obtain webpage content which accords with a browser analysis rule according to the grammatical content, wherein the webpage content corresponds to the target webpage.
7. The apparatus of claim 6, wherein the routing information obtaining unit comprises: the component loading subunit and the routing information obtaining subunit;
the component loading subunit is configured to load a component corresponding to the target web page, where the component corresponds to a plurality of different target web pages;
and the routing information obtaining subunit is configured to obtain the routing information of the target web page through the vue-router function integrated by the component.
8. The apparatus of claim 6, wherein the request sending unit comprises: a request sending subunit;
and the request sending subunit is configured to send the http request to a database through an xmlHttpRequest object according to the url address in the routing information, so as to request the database for obtaining the webpage configuration parameters, where the webpage configuration parameters at least include corresponding amis configuration parameters and page menu information.
9. A computer-readable storage medium on which a program is stored, the program realizing the front-end web development method according to any one of claims 1 to 5 when executed by a processor.
10. An electronic device comprising at least one processor, and at least one memory, bus connected to the processor; the processor and the memory complete mutual communication through the bus; the processor is configured to call program instructions in the memory to perform the front-end web page development method of any one of claims 1 to 5.
CN202210324833.8A 2022-03-30 2022-03-30 Front-end webpage development method and device, storage medium and electronic equipment Pending CN114706580A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210324833.8A CN114706580A (en) 2022-03-30 2022-03-30 Front-end webpage development method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210324833.8A CN114706580A (en) 2022-03-30 2022-03-30 Front-end webpage development method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN114706580A true CN114706580A (en) 2022-07-05

Family

ID=82171111

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210324833.8A Pending CN114706580A (en) 2022-03-30 2022-03-30 Front-end webpage development method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN114706580A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117608568A (en) * 2023-10-18 2024-02-27 广州致远电子股份有限公司 Configuration interface generation method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117608568A (en) * 2023-10-18 2024-02-27 广州致远电子股份有限公司 Configuration interface generation method, device, equipment and storage medium
CN117608568B (en) * 2023-10-18 2024-04-26 广州致远电子股份有限公司 Configuration interface generation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110806863A (en) Interface document generation method and device, electronic equipment and storage medium
CN111104635B (en) Method and device for generating form webpage
CN109614424B (en) Page layout generation method, device, computing equipment and medium
US10095381B2 (en) Task flow pin for a portal web site
CN109062567B (en) B/S structure-based information management system rapid development platform
US11093242B2 (en) Automatically mapping data while designing process flows
CN109408764B (en) Page area dividing method, device, computing equipment and medium
US20050257210A1 (en) Upgrading pattern configurations
US9514115B2 (en) Method for creating form validation program and corresponding form interface according to result set metadata
CN111708537A (en) Page rendering method and device based on component template and readable storage medium
CA2720548A1 (en) Web portal application customization method and system using profiles
CN107832052B (en) Method and device for displaying preview page, storage medium and electronic equipment
CN106354483B (en) Data processing method and device and electronic equipment
CN111475161B (en) Method, device and equipment for accessing component
CN111444696A (en) Report display and editing method and device
CN110209378A (en) Page generation method, device, terminal and storage medium
CN109840303A (en) Original list method for customizing, device, equipment and computer readable storage medium
US20180321831A1 (en) Smart controls for user interface design and implementation
CN112764736B (en) Web end flow chart modeling method, device and system
CN109284488B (en) Method, device and medium for modifying front-end table column data based on local storage
US20110302483A1 (en) Forms integration toolkit
US20050257190A1 (en) Developing and executing applications with configurable patterns
CN117389562A (en) Front-end code visual configuration and intelligent generation method and system based on Vue
CN112825038A (en) Visual page making method based on general component language specification and related product
CN114706580A (en) Front-end webpage development method and device, storage medium and electronic equipment

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