CN109358943B - Page configuration method and device, electronic equipment and storage medium - Google Patents

Page configuration method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN109358943B
CN109358943B CN201811334414.2A CN201811334414A CN109358943B CN 109358943 B CN109358943 B CN 109358943B CN 201811334414 A CN201811334414 A CN 201811334414A CN 109358943 B CN109358943 B CN 109358943B
Authority
CN
China
Prior art keywords
field
preset
page
special
configuration
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
CN201811334414.2A
Other languages
Chinese (zh)
Other versions
CN109358943A (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.)
Golden Panda Ltd
Original Assignee
Golden Panda 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 Golden Panda Ltd filed Critical Golden Panda Ltd
Priority to CN201811334414.2A priority Critical patent/CN109358943B/en
Publication of CN109358943A publication Critical patent/CN109358943A/en
Application granted granted Critical
Publication of CN109358943B publication Critical patent/CN109358943B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Abstract

The disclosure provides a page configuration method and device, electronic equipment and a computer readable storage medium, and belongs to the technical field of computers. The method comprises the following steps: providing a field configuration page, wherein the field configuration page comprises a preset field and function options of the preset field; and configuring the field attribute of the target page according to the selection instruction aiming at the preset field and the function option. The invention provides a visual page configuration method, which is simple in configuration process and easy to update the fields of the page.

Description

Page configuration method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a page configuration method and apparatus, an electronic device, and a computer-readable storage medium.
Background
In Application (App) or Web product development, front-end pages containing different field indexes and display styles are often required to be developed and configured according to different Application scenes so as to meet the requirements of users for browsing and using.
Most of the existing page configuration methods are that developers write codes specially for field attributes, function options and the like of specific pages, and multiple sets of codes need to be written for multiple pages of the same product. Therefore, the process of page configuration is complex, the workload of developers is large, attribute configuration conflicts easily occur to different fields of a page, and when the fields change, all related pages need to be modified, so that the field updating process is very complex.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The present disclosure is directed to a page configuring method and apparatus, an electronic device, and a computer-readable storage medium, which overcome, at least to some extent, the problems of complex page configuring process due to the limitations and disadvantages of the related art.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the disclosure.
According to an aspect of the present disclosure, there is provided a page configuration method, including: providing a field configuration page, wherein the field configuration page comprises a preset field and function options of the preset field; and configuring the field attribute of the target page according to the selection instruction aiming at the preset field and the function option.
In an exemplary embodiment of the present disclosure, the field configuration page includes a dedicated field and a general field; according to the selection instruction aiming at the preset field and the function option, configuring the field attribute of the target page comprises the following steps: splicing the special field and the general field into a target preset field according to a selection instruction aiming at the special field and the general field; and configuring the field attribute of the target page according to the selection instruction of the function option aiming at the target preset field.
In an exemplary embodiment of the present disclosure, the target page further includes at least one sub page, and the function options include function options of the sub page; the method further comprises the following steps: and configuring the field attribute of the sub-page according to the selection instruction aiming at the preset field and the function option of the sub-page.
In an exemplary embodiment of the present disclosure, further comprising: acquiring a preset field from an attribute name of a preset database; detecting whether each preset field contains a special field or not according to a preset special field set; if the preset field contains a special field, splitting the preset field into the special field and a general field, and respectively writing the special field and the general field into the field configuration page; and if the preset field does not contain a special field, writing the whole preset field into the field configuration page as a general field.
In an exemplary embodiment of the present disclosure, further comprising: and establishing the association between the field configuration page and the preset database according to the preset field.
In an exemplary embodiment of the present disclosure, further comprising: providing a field editing control on the field configuration page; and adding a new field according to the editing instruction aiming at the field editing control, and establishing the association between the new field and the preset field.
In an exemplary embodiment of the present disclosure, the field configuration page further includes a page function option; the method further comprises the following steps: and configuring the basic operation function of the target page according to the selection instruction aiming at the page function option.
According to an aspect of the present disclosure, there is provided a page configuring apparatus including: the field configuration page providing module is used for providing a field configuration page, and the field configuration page comprises preset fields and function options of the preset fields; and the selection instruction response module is used for configuring the field attribute of the target page according to the selection instruction aiming at the preset field and the function option.
According to an aspect of the present disclosure, there is provided an electronic device including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the method of any one of the above via execution of the executable instructions.
According to an aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
Exemplary embodiments of the present disclosure have the following advantageous effects:
in the method and the device provided by the exemplary embodiment of the disclosure, by presenting a standardized field configuration page, a developer or a user selects preset fields and corresponding function options therein to complete field attribute configuration of a target page. On one hand, the preset fields in the field configuration page have standardized names and attributes, and can be directly selected and called when the target page is configured, special code writing is not needed, the page configuration process is simplified, and the labor cost is saved. On the other hand, the fields in different pages are associated with the preset fields of the field configuration page, when the fields are updated, the bottom codes of the preset fields in the field configuration page are modified, so that unified updating of all related pages can be realized, the updating process is simple, and the stability of the system is improved. On the other hand, the page configuration method of the embodiment realizes visual configuration operation, and the whole process does not need to contact codes, so that the page configuration method is particularly convenient for users to use, provides the functions of customizing personalized pages for the users, and improves user experience.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty.
FIG. 1 is a schematic diagram of a system architecture to which a page configuration method according to the present exemplary embodiment is applied;
FIG. 2 shows a flowchart of a page configuration method in the present exemplary embodiment;
FIG. 3 is a diagram illustrating a field configuration page of one page configuration in the exemplary embodiment;
FIG. 4 illustrates a sub-flow diagram of a page configuration method in the exemplary embodiment;
fig. 5 is a block diagram showing the structure of a page configuring apparatus in the present exemplary embodiment;
fig. 6 shows an electronic device for implementing the above method in the present exemplary embodiment;
fig. 7 illustrates a computer-readable storage medium for implementing the above-described method in the present exemplary embodiment.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
An exemplary embodiment of the present disclosure first provides a page configuration method. The page refers to a client page that a user can browse or use, such as an App page, a Web page, and the like.
Fig. 1 shows a schematic diagram of a system architecture to which the method of the present embodiment can be applied. The system architecture 100 may include terminal devices 101, 102, 103, a network 104, a server 105, and a database 106. Network 104 is used to provide communication connections between terminal devices 101, 102, 103 and server 105 and may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others. The user may use the terminal devices 101, 102, 103 to interact with the server 105 through the network 104 to send or receive information, the server 105 may obtain data or information from the database 106 when necessary, for example, the terminal devices 101, 102, 103 send a data query request to the server 105, and the server 105 obtains relevant data from the database 106 and feeds the relevant data back to the terminal devices 101, 102, 103.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen, including but not limited to smart phones, tablet computers, personal computers, etc., and may be installed with various client applications, such as a web browser application, an instant messaging tool, a shopping application, etc.
The server 105 may be a server that provides various supports to the terminal devices 101, 102, 103, and the database 106 may be a database that stores various service data, and in some cases, the database 106 may also be installed in the server 105.
It should be noted that the present exemplary embodiment may be applied to the server 105, and the App or Web product developer executes the method of the present embodiment on the server 105, implements page configuration, provides a configured page to the terminal devices 101, 102, and 103, and displays the configured page on the terminal devices 101, 102, and 103; the present exemplary embodiment may also be applied to the terminal devices 101, 102, and 103, and the method of the present embodiment is executed by the user on the terminal devices 101, 102, and 103, so as to customize the configuration page according to the requirements of the user.
It should be understood that the number of terminal devices, networks, servers and databases in fig. 1 is only illustrative, and any number of terminal devices, networks, servers and databases may be provided according to actual needs.
As shown in fig. 2, the page configuration method may include the steps of:
step S210, a field configuration page is provided, where the field configuration page includes a preset field and function options of the preset field.
The preset fields are usually common fields collected according to the service, and fields with the same or similar meanings may have slight differences in names or attributes in different scenes, and may be unified into standardized fields in the field configuration page, for example, determining standard names for the preset fields, establishing associations with a preset database, or writing standard codes for the preset fields, and the like. The function options refer to options for configuring specific function details of preset fields in a page, such as whether the preset fields can be edited or not, a display style and the like, customized function options can be set according to different scenes, and each function option can be realized through a specific script in the background.
Step S220, configuring the field attribute of the target page according to the selection instruction for the preset field and the function option.
The selection instruction is an instruction input by a user or a developer, and the field attribute of the target page refers to all information related to the field in the target page, for example, which fields are included in the target page, in what style to display, the specific function of each field, and the like. Referring to fig. 3, for example, the page configuration of the medical research App, the field configuration page 300 provides preset fields 310 in a list form, each preset field 310 further includes a corresponding function option 320, the preset fields 310 and the function options 320 are selectable, the checked preset fields 310 are fields appearing in the target page, the function options 320 generally include two types, one type is a check form, for example, "editable", "newly added", and the like, the check represents "yes" and the non-check represents "no", and the other type is a multiple-choice form, for example, a plurality of selectable options are included under "type", and one of the selectable options can be selected as a specific type.
After the user or the developer selects the preset fields and the function options and confirms the preset fields and the function options, a target page containing the selected preset fields can be generated, wherein each selected preset field has a function corresponding to the selected function option. This completes the basic configuration of the target page.
In the exemplary embodiment, a standardized field configuration page is presented, so that a developer or a user selects preset fields and corresponding function options in the standardized field configuration page to complete field attribute configuration of a target page. On one hand, the preset fields in the field configuration page have standardized names and attributes, and can be directly selected and called when the target page is configured, special code writing is not needed, the page configuration process is simplified, and the labor cost is saved. On the other hand, the fields in different pages are associated with the preset fields of the field configuration page, when the fields are updated, the bottom codes of the preset fields in the field configuration page are modified, so that unified updating of all related pages can be realized, the updating process is simple, and the stability of the system is improved. On the other hand, the page configuration method of the embodiment realizes visual configuration operation, and the whole process does not need to contact codes, so that the page configuration method is particularly convenient for users to use, provides the functions of customizing personalized pages for the users, and improves user experience.
In an exemplary embodiment, the field configuration page may include a dedicated field and a general field, and the step S220 may be implemented by: splicing the special field and the general field into a target preset field according to a selection instruction aiming at the special field and the general field; and configuring the field attribute of the target page according to the selection instruction of the function option aiming at the target preset field. Wherein, the special field refers to the key field related to the service scene, and the general field refers to the field which can be related in all or most pages of the product. Table 1 shows a portion of the field configuration page in the medical research App, with specific fields such as "fasting glucose", "diastolic pressure", "systolic pressure", etc. in table 1, e.g., "fasting glucose" related fields that need to be involved in the page for diabetes studies, and may not be involved in the page for other disease studies; general fields such as "detection value", "detection number", "superstandard", etc. in table 1 may be involved in the pages of various disease studies. The dedicated field plus the general field may form a preset field of the target page, for example, "fasting blood glucose" + "detection value" ═ fasting blood glucose detection value ", then" fasting blood glucose detection value "is a preset field.
Detection value Number of detections Degree of exceeding standard …… Age (age) Height of a person Body weight …… null
Fasting blood sugar N/A N/A N/A
Diastolic blood pressure N/A N/A N/A
Systolic pressure N/A N/A N/A
White blood cell N/A N/A N/A
Urine protein N/A N/A N/A
…… N/A N/A N/A
null
TABLE 1
In practical applications, the target page may include one or more sub-pages, and the function options in the field configuration page may include function options of the sub-pages; the method may further comprise: and configuring the field attribute of the sub-page according to the selection instruction aiming at the preset field and the function option of the sub-page. For example, as shown in fig. 3, the detail page, the search page, the baseline page, and the project baseline page are sub-pages in the target page, where each sub-page has a corresponding function option, and the function options of different sub-pages may be different, so that after the function option of a sub-page is selected, the configuration of the nested page can be implemented.
In an exemplary embodiment, referring to FIG. 4, the preset fields of the field configuration page can be obtained through steps S410-440: in step S410, a preset field is obtained from an attribute name of a preset database; in step S420, detecting whether each preset field includes a special field according to a preset special field set; in step S430, if the preset field includes a special field, splitting the preset field into the special field and a general field, and writing the special field and the general field into the field configuration page respectively; in step S440, if the preset field does not include the dedicated field, the whole preset field is written into the field configuration page as a general field. The preset database refers to a database storing data related to apps or Web products, such as the database 106 in fig. 1. All attribute names may be extracted from the preset database to form a preset field set. The special field set is a field set according to the application scene and the use habit of the page, for example, when a medical scientific research App is developed, the special field can be names of various diseases and scientific research projects, and when a financial management type App is developed, the special field can be names of various financial services and names of various financial management products. And detecting whether each preset field in the preset field set contains the special field one by one according to the special field in the special field set, and splitting if the preset field contains the special field. For example, if there is a list of data in the preset database with an attribute name "diastolic blood pressure detection value", where "diastolic blood pressure" is a dedicated field, the preset field is split into "diastolic blood pressure" and "detection value", and the "diastolic blood pressure" and the "detection value" are written into the field configuration page as a dedicated field and a general field, respectively. If the default field does not contain the special field, the data is completely written, for example, if there is a list of data in the default database with the attribute name "age", where if there is no special field, the "age" can be a general field as a whole.
In an exemplary embodiment, the method may further include: and establishing the association between the field configuration page and the preset database according to the preset field. In the field configuration page, the background code of each preset field may point to data in the preset database, for example, a mapping from the preset field to an attribute of the preset database is established, and after the field attribute of the target page is configured, a user may obtain related data in the preset database by operating the field of the target page. The association between the field configuration page and the preset database may also be embodied as mapping between the preset field and an index key in the database, and the like, which is not particularly limited in this embodiment.
The preset fields in the field configuration page are from statistics of common fields, and sometimes the requirements of the page configuration for the fields, such as the need to use less popular fields, may not be satisfied. For this case, in an exemplary embodiment, the method may further include: providing a field editing control on a field configuration page; and adding a new field according to the editing instruction aiming at the field editing control, and establishing the association between the new field and the preset field. The field editing control can be in the form of a formula editor, so that a developer or a user can define a new field through formula operation based on an original preset field, and the new field and the preset field have determined association; the field editing control can also be in the form of text input, and the new field is associated with the preset field through natural language processing or semantic recognition so as to define the new field. The embodiment does not particularly limit the specific form of the field editing control. After the new field is edited, the new field can be written into the preset field of the field configuration page, so that the new field can be conveniently used later.
In the above embodiments, the function options are options set for specific preset fields, and the field configuration page may further include a page function option, which may be used to configure a basic operation function of the entire page; the method may further comprise: and configuring the basic operation function of the target page according to the selection instruction aiming at the page function option. Basic operation functions are directed to the entire page, rather than specific fields, and may include closing the page, refreshing the page, undoing operations, and so forth.
In addition to configuring the field attribute to complete the basic configuration of the page, the page configuration method of the present exemplary embodiment may further include steps of UI (user interface) beautification, such as layout of preset fields, page font setting, and background setting, and the present embodiment does not limit a specific UI design manner.
The exemplary embodiment of the present disclosure also provides a page configuration apparatus, which may be applied to the server 105 or the terminal devices 101, 102, 103 in the system architecture shown in fig. 1. Referring to fig. 5, the page configuring apparatus 500 may include: a field configuration page providing module 510, configured to provide a field configuration page, where the field configuration page includes preset fields and function options of the preset fields; a selection instruction response module 520, configured to configure the field attribute of the target page according to the selection instruction for the preset field and the function option.
In an exemplary embodiment, the field configuration page may include a dedicated field and a general field; the selection instruction response module may further include: the field processing unit is used for splicing the special field and the general field into a target preset field according to the selection instruction aiming at the special field and the general field; and the function processing unit is used for configuring the field attribute of the target page according to the selection instruction of the function option aiming at the target preset field.
In an exemplary embodiment, the target page may further include at least one sub page, and the function options may further include function options of the sub page; the selection instruction response module can be further used for configuring the field attribute of the sub-page according to the selection instruction aiming at the preset field and the function option of the sub-page.
In an exemplary embodiment, the field configuration page providing module may further include: the preset field acquiring unit is used for acquiring a preset field from the attribute name of the preset database; the special field detection unit is used for detecting whether each preset field contains a special field or not according to a preset special field set; and the field writing unit is used for splitting the preset field into the special field and the general field and respectively writing the special field and the general field into the field configuration page if the preset field contains the special field, and writing the whole preset field into the field configuration page as the general field if the preset field does not contain the special field.
In an exemplary embodiment, the field configuration page providing module may be further configured to establish an association between the field configuration page and the preset database according to the preset field.
In an exemplary embodiment, the field configuration page providing module may be further configured to provide a field editing control in the field configuration page, add a new field according to an editing instruction for the field editing control, and establish an association between the new field and the preset field.
In an exemplary embodiment, the field configuration page further includes page function options; the method further comprises the following steps:
and configuring the basic operation function of the target page according to the selection instruction aiming at the page function option.
The specific details of each module/unit have been described in detail in the embodiments of the method section, and thus are not described again.
Exemplary embodiments of the present disclosure also provide an electronic device capable of implementing the above method.
As will be appreciated by one skilled in the art, aspects of the present disclosure may be embodied as a system, method or program product. Accordingly, various aspects of the present disclosure may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 600 according to such an exemplary embodiment of the present disclosure is described below with reference to fig. 6. The electronic device 600 shown in fig. 6 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present disclosure.
As shown in fig. 6, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: the at least one processing unit 610, the at least one memory unit 620, a bus 630 connecting the various system components (including the memory unit 620 and the processing unit 66), and a display unit 640.
Wherein the storage unit stores program code that is executable by the processing unit 610 to cause the processing unit 610 to perform steps according to various exemplary embodiments of the present disclosure as described in the above section "exemplary methods" of this specification. For example, the processing unit 610 may perform the steps as shown in fig. 2: step S210, providing a field configuration page, wherein the field configuration page comprises a preset field and function options of the preset field; step S220, configuring the field attribute of the target page according to the selection instruction for the preset field and the function option.
The storage unit 620 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)621 and/or a cache memory unit 622, and may further include a read only memory unit (ROM) 623.
The storage unit 620 may also include a program/utility 624 having a set (at least one) of program modules 625, such program modules 625 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 800 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. As shown, the network adapter 660 communicates with the other modules of the electronic device 600 over the bus 630. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the exemplary embodiments of the present disclosure.
Exemplary embodiments of the present disclosure also provide a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, various aspects of the disclosure may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the disclosure described in the "exemplary methods" section above of this specification, when the program product is run on the terminal device.
Referring to fig. 7, a program product 700 for implementing the above method according to an exemplary embodiment of the present disclosure is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present disclosure is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
A computer readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes included in methods according to exemplary embodiments of the present disclosure, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functions of two or more modules or units described above may be embodied in one module or unit according to an exemplary embodiment of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is to be limited only by the terms of the appended claims.

Claims (8)

1. A page configuration method is characterized by comprising the following steps:
providing a field configuration page, wherein the field configuration page comprises a preset field and function options of the preset field;
configuring field attributes of a target page according to the selection instruction aiming at the preset field and the function option;
the offer field configuration page includes:
acquiring a preset field from an attribute name of a preset database;
detecting whether each preset field contains a special field or not according to a preset special field set;
if the preset field contains a special field, splitting the preset field into the special field and a general field, and respectively writing the special field and the general field into the field configuration page;
if the preset field does not contain a special field, writing the whole preset field into the field configuration page as a general field;
wherein, according to the selection instruction aiming at the preset field and the function option, configuring the field attribute of the target page comprises:
splicing the special field and the general field into a target preset field according to a selection instruction aiming at the special field and the general field;
and configuring the field attribute of the target page according to the selection instruction of the function option aiming at the target preset field.
2. The method of claim 1, wherein the target page further comprises at least one sub-page, and wherein the functional options comprise functional options of the sub-page; the method further comprises the following steps:
and configuring the field attribute of the sub-page according to a selection instruction aiming at the preset field and the function option of the sub-page, wherein the preset field comprises the special field and the general field.
3. The method of claim 1, further comprising:
and establishing the association between the field configuration page and the preset database according to the preset field, wherein the preset field comprises the special field and the general field.
4. The method of claim 1, further comprising:
providing a field editing control on the field configuration page;
adding a new field according to an editing instruction aiming at the field editing control, and establishing the association between the new field and the preset field, wherein the preset field comprises the special field and the general field.
5. The method of claim 1, wherein the field configuration page further comprises a page function option; the method further comprises the following steps:
and configuring the basic operation function of the target page according to the selection instruction aiming at the page function option.
6. A page configuring apparatus, comprising:
the field configuration page providing module is used for providing a field configuration page, and the field configuration page comprises preset fields and function options of the preset fields;
the selection instruction response module is used for configuring the field attribute of the target page according to the selection instruction aiming at the preset field and the function option;
the field configuration page providing module is configured to:
acquiring a preset field from an attribute name of a preset database;
detecting whether each preset field contains a special field or not according to a preset special field set;
if the preset field contains a special field, splitting the preset field into the special field and a general field, and respectively writing the special field and the general field into the field configuration page;
if the preset field does not contain a special field, writing the whole preset field into the field configuration page as a general field;
the selection instruction response module is used for splicing the special field and the general field into a target preset field according to the selection instruction aiming at the special field and the general field;
and configuring the field attribute of the target page according to the selection instruction of the function option aiming at the target preset field.
7. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of any of claims 1-5 via execution of the executable instructions.
8. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of any one of claims 1-5.
CN201811334414.2A 2018-11-09 2018-11-09 Page configuration method and device, electronic equipment and storage medium Active CN109358943B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811334414.2A CN109358943B (en) 2018-11-09 2018-11-09 Page configuration method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811334414.2A CN109358943B (en) 2018-11-09 2018-11-09 Page configuration method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109358943A CN109358943A (en) 2019-02-19
CN109358943B true CN109358943B (en) 2022-03-22

Family

ID=65344766

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811334414.2A Active CN109358943B (en) 2018-11-09 2018-11-09 Page configuration method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109358943B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111752536A (en) * 2019-09-24 2020-10-09 北京京东尚科信息技术有限公司 Page development method, device, equipment and storage medium
CN110968367A (en) * 2019-12-20 2020-04-07 深圳市华宇讯科技有限公司 E-commerce commodity field configuration method, device, server and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819547A (en) * 2012-01-13 2012-12-12 金蝶软件(中国)有限公司 Method and device for configuring field attribute
CN106294389A (en) * 2015-05-20 2017-01-04 上海纳鑫信息科技有限公司 A kind of method and system realizing customizing form
CN106776644A (en) * 2015-11-24 2017-05-31 大唐软件技术股份有限公司 A kind of reporting system collocation method and device
CN107423051A (en) * 2017-05-05 2017-12-01 腾讯科技(深圳)有限公司 The collocation method and device of data
CN107861926A (en) * 2016-12-28 2018-03-30 平安科技(深圳)有限公司 Document template configuration method and device
CN107886439A (en) * 2017-12-21 2018-04-06 中国平安财产保险股份有限公司 Insurance products development approach, device, equipment and computer-readable recording medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9390132B1 (en) * 2009-10-16 2016-07-12 Iqor Holdings, Inc. Apparatuses, methods and systems for a universal data librarian
WO2011097599A1 (en) * 2010-02-05 2011-08-11 Medversant Technologies, Llc System and method for peer referencing in an online computer system
CN106919602A (en) * 2015-12-25 2017-07-04 阿里巴巴集团控股有限公司 A kind of data monitoring management method, data monitoring method and system
CN106648679B (en) * 2016-12-29 2020-04-07 南威软件股份有限公司 Version management method for structured data
CN108717429A (en) * 2018-05-11 2018-10-30 平安科技(深圳)有限公司 Financial data accreditation method, apparatus, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819547A (en) * 2012-01-13 2012-12-12 金蝶软件(中国)有限公司 Method and device for configuring field attribute
CN106294389A (en) * 2015-05-20 2017-01-04 上海纳鑫信息科技有限公司 A kind of method and system realizing customizing form
CN106776644A (en) * 2015-11-24 2017-05-31 大唐软件技术股份有限公司 A kind of reporting system collocation method and device
CN107861926A (en) * 2016-12-28 2018-03-30 平安科技(深圳)有限公司 Document template configuration method and device
CN107423051A (en) * 2017-05-05 2017-12-01 腾讯科技(深圳)有限公司 The collocation method and device of data
CN107886439A (en) * 2017-12-21 2018-04-06 中国平安财产保险股份有限公司 Insurance products development approach, device, equipment and computer-readable recording medium

Also Published As

Publication number Publication date
CN109358943A (en) 2019-02-19

Similar Documents

Publication Publication Date Title
US11656859B2 (en) Data model API for live applications in a cloud collaboration platform
US10048948B2 (en) Optimized retrieval of custom string resources
AU2012271774B2 (en) Automated user interface object transformation and code generation
CA2684822C (en) Data transformation based on a technical design document
WO2019072201A1 (en) Webpage content extraction method and terminal device
US9967370B2 (en) OData enabled mobile software applications
US20130054812A1 (en) System and method for dynamically assembling an application on a client device
US9043750B2 (en) Automated generation of two-tier mobile applications
US10162605B2 (en) Code snippet content recommendation to define an object literal
RU2595524C2 (en) Device and method for processing content of web resource in browser
US10838744B2 (en) Web component design and integration system
CN107092589B (en) Web server system, screen control display method, and presentation application generation method
CN111158795A (en) Report generation method, device, medium and electronic equipment
KR20170067260A (en) Method of Operating web page and electronic device supporting the same
CN110647322B (en) List rendering method and device, electronic equipment and computer readable medium
JP2023541186A (en) Visualization page rendering method, device, equipment and storage medium
US20220021578A1 (en) Method for configuring modeling parameters, electronic device and computer storage medium thereof
US11930096B2 (en) Systems and methods for rendering interactive web pages
CN109358943B (en) Page configuration method and device, electronic equipment and storage medium
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN115629763A (en) Target code generation method and NPU instruction display method and device
CN111666068B (en) Platform development framework, construction method, equipment and medium
CN111767111B (en) Page data processing method and device, electronic equipment and storage medium
JP6664536B1 (en) Web form input support system
CN112988139A (en) Method and device for developing event processing file

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