CN108572817B - Method, apparatus and medium for dynamic resource configuration based on business modeling - Google Patents

Method, apparatus and medium for dynamic resource configuration based on business modeling Download PDF

Info

Publication number
CN108572817B
CN108572817B CN201710131521.4A CN201710131521A CN108572817B CN 108572817 B CN108572817 B CN 108572817B CN 201710131521 A CN201710131521 A CN 201710131521A CN 108572817 B CN108572817 B CN 108572817B
Authority
CN
China
Prior art keywords
library
attribute
derived
business
attributes
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
CN201710131521.4A
Other languages
Chinese (zh)
Other versions
CN108572817A (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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201710131521.4A priority Critical patent/CN108572817B/en
Publication of CN108572817A publication Critical patent/CN108572817A/en
Application granted granted Critical
Publication of CN108572817B publication Critical patent/CN108572817B/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

Abstract

The invention provides a method, a device and a medium for dynamically configuring resources based on business modeling. The method comprises the steps of creating an attribute base library, wherein basic attributes are stored in the attribute configuration base library; creating a derived attribute library, the derived attributes stored in the derived attribute library being derived based on the corresponding base attributes; creating a business component logical library, associating business components consisting of one or more derived attributes with logic from the logical library; creating a business plate library, and logically combining one or more associated business components in a business plate; and creating a page plate library, and combining one or more combined service plates in the page plate. The method helps to reduce the risk caused by frequent code modification due to changes of business requirements, thereby improving the development efficiency of back-end technicians.

Description

Method, apparatus and medium for dynamic resource configuration based on business modeling
Technical Field
The present invention relates to the field of computer and software technologies, and in particular, to a method and an apparatus for dynamically configuring resources.
Background
In the field of electronic commerce at present, particularly in each large e-commerce website, there are various methods (pages) for building and managing resource allocation of various products, and the existing technology is to develop corresponding page functions based on these services, and some technologies only have the capability and effect of building simple pages.
Therefore, in the prior art, whenever a new requirement appears, a back-end developer needs to redevelop a complete page (i.e., establish requirement logic of each resource page according to the requirement and establish a corresponding database table structure), and the development efficiency of this conventional method is not very high.
Disclosure of Invention
In view of this, the present invention provides a method and a system for dynamically configuring resources based on business modeling, which are helpful to reduce the risk caused by frequent code modification due to the change of business requirements, thereby improving the development efficiency of backend technicians.
To achieve the above object, according to one aspect of the present invention, a method for dynamically configuring resources based on business modeling is provided.
The resource dynamic configuration method based on the business modeling comprises the following steps: creating an attribute base library, wherein basic attributes are stored in the attribute configuration base library; creating a derived attribute library, the derived attributes stored in the derived attribute library being derived based on the corresponding base attributes; creating a business component logical library, associating business components consisting of one or more derived attributes with logic from the logical library; creating a business plate library, and logically combining one or more associated business components in a business plate; and creating a page plate library, and combining one or more combined service plates in the page plate.
Optionally, the front-end WEB page searches all basic attributes and data in a reverse recursion manner according to the page blocks.
Optionally, the derived attributes stored in the derived attribute library are derived based on a combination of the corresponding base attribute and data in the base database.
Optionally, a switch is configured in the basic database.
Optionally, the service plate is predefined.
According to another aspect of the present invention, an apparatus for dynamic configuration of resources based on business modeling is provided.
The device for dynamically configuring resources based on business modeling comprises: the basic attribute module is used for creating an attribute base library, and basic attributes are stored in the attribute configuration base library; a derived attribute module for creating a derived attribute library, the derived attributes stored in the derived attribute library being derived based on corresponding base attributes; a business component logic module for creating a business component logic library, associating a business component comprised of one or more derived attributes with logic from the logic library; a service plate module for creating a service plate library, logically combining one or more associated service components in a service plate; and a page plate module for creating a page plate library, and combining one or more combined service plates in the page plate.
Optionally, the front-end WEB page searches all basic attributes and data in a reverse recursion manner according to the page blocks.
Optionally, the derived attributes stored in the derived attribute library are derived based on a combination of the corresponding base attribute and data in the base database.
Optionally, a switch is configured in the basic database.
Optionally, the service plate is predefined.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided an electronic apparatus including: one or more processors; and the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize the method for dynamically configuring the resources based on the business modeling provided by the embodiment of the invention.
According to another aspect of the invention, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements any of the methods provided by the present disclosure.
According to the technical scheme of the invention, a back-end technician does not need to redevelop the complete page according to the change of the demand, and supports the free configuration of the template and data in the background and the flexible and free analysis of the front-end according to the configuration, thereby greatly reducing the back-end development time and improving the development efficiency.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of the main steps of a method for dynamic configuration of resources based on business modeling according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an example of creation of a business plate of a method for dynamic configuration of resources based on business modeling according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of modules of an apparatus for dynamically configuring resources based on business modeling according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered exemplary only. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
A method for dynamic configuration of resources based on business modeling according to an embodiment is described with reference to fig. 1:
step S1: creating an attribute base library, wherein basic attributes are stored in the attribute configuration base library;
step S2: creating a derived attribute library, the derived attributes stored in the derived attribute library being derived based on the corresponding base attributes;
step S3: creating a business component logical library, associating business components consisting of one or more derived attributes with logic from the logical library;
step S4: creating a business plate library, and logically combining one or more associated business components in a business plate;
step S5: and creating a page plate library, and combining one or more combined service plates in the page plate.
The techniques described herein reduce the risk of frequent code modifications due to changes in business requirements. For example, a tab band connection needs to be added newly, only the tab attribute in the attribute base needs to be modified, and then the url address of the page is added to the tab derivative attribute base of the original page. When a new demand is added, if the new demand is an attribute worth adding into the base library, the attribute is added into the base library, so that the base library is convenient to reuse; if only occasionally changed, it can be directly considered as a business component.
The individual steps will be described in detail below on the basis of the above-described general embodiment, and the subjects of the following actions (i.e., action issuers) are all "backend" or "backend technicians":
step S1: and creating an attribute base library, wherein basic attributes are stored in the attribute configuration base library.
Examples of basic attributes may be: an input box attribute, a selection box attribute, and a time control attribute, each attribute object having an attribute value.
For example, the text box is an attribute configuration object, and the title and the value are attribute values of the text box.
For another example, a selection box having a mouse movement display prompt attribute, a select data source attribute, a length attribute, and the like; and the picture attribute comprises attributes of Src (picture address), Title, URL (click picture jump address) and the like.
Next, the list of attribute objects and the attributes of their attribute objects are read from the attribute base.
Step S2: a derived properties library is created in which the derived properties stored therein are derived based on the corresponding base properties.
The derivative attribute library stores derivative attributes, wherein the derivative attributes are corresponding derivative results, essence or attributes, of technical personnel at a back end (also called a management end) of web development according to requirements, and the derivative attribute library with redefined names is based on an attribute base library, and the relationship between the derivative attributes and the attribute base library is similar to class inheritance relationship in java code (namely, redefining names for the attributes, such as a text box, to be named as 'consignee names'), and each attribute can be redefined to form the derivative attributes with business meanings.
A business label with business meaning is created in the derived attribute library page based on the corresponding base attribute in the attribute base, along with the source attribute (i.e., the corresponding base attribute). For example, create a text label: the "receiver name" tag is derived from a "textbox attribute object" in the attribute base, the "age selection box" is created from a selection box in the attribute base, the "age selection box" is created with data source attributes (URL address link of asynchronous request or JSON of "resource configuration" as data source), the length attribute is 100px, tag name, and the like.
Optionally, the derived attributes stored in the derived attribute library may also be derived based on a combination of the corresponding base attributes and data in the base database. The basic database can adopt a KEY-VALUE pair mode of KEY-VALUE, and the VALUE supports JSON format. The underlying database may include public data (e.g., country names) or content of common sense.
In one embodiment, if only one text box is created, the derived business attributes can be created without using the underlying database, since the text box itself is the base attribute in the attribute base, and the text box after derivation is a text box called "search," for example.
In another embodiment, if a pull-down menu is created, the pull-down menu is the basic attribute in the attribute base, and if it is derived, a pull-down menu called "country" can be generated, and at this time, the pull-down menu needs to be filled with contents for the user to view and select, and the contents in the menu need to be filled with the basic database (for example, when the user clicks the pull-down menu called "country", a list of country names should appear, and the names of the series of countries are the basic data in the basic database), in which case, the two databases are needed to create derived service attributes together.
Further, a switch may be configured in the base database.
The switch is a function facing a back-end technician, and the main application scene is that if a certain block on a webpage displayed to a client has data errors, the back-end technician can close the switch of the block, so that the block can not be displayed on the webpage any more, and the blank part is supplemented by the block below the original block to deal with the emergency situation.
Step S3: a logical library of business components is created, and business components comprised of one or more derived attributes are associated with logic from the logical library.
The logical library has a logical representation of the meaning of an expression, such as "and" represented by & or "represented by" | ", and" parent-child relationship "represented by" - > ". For example, there is B and C under A, and it is represented as A- > (B, C).
Specifically, step S3 combines one or more "derived attributes" in the derived attribute library in step S2 together to form a "business component", in which the different logics in the logical library are added to form a "business component logic", so that the smallest unit in the business component logic library is a "business component logic". For example: the "start time" + "end time" is preceded by the logic "the former is smaller than the latter" because in this case the preceding time must be controlled to be earlier than the following time for the two date selection boxes. The business component logic library is generated based on the derived business attributes and has the meaning of the combined business logic, such as: text label + input box, forming a business component of type name XXXXX (XXXX is an input box).
Wherein, step S3 associates two components into an integral component according to the logical relationship of the business components, the logical relationship for associating the business components may be (and, or, greater than, less than, equal to, etc., the association is to bind two or more components with certain logic, the combinational relationship may be written in (the code is automatically written in the relationship according to the combinational relationship, the ID is only one main key relationship is recorded) expression according to the derived business component ID, for example, three control IDs are A, B, C respectively, it is necessary to mark that the three control relationships are that a and B belong to the existence of simultaneous existence after judgment C, then expressed as (a & B) | | C, after the user clicks the page link, the program can automatically resolve the expression relationship, i.e. the component relationship, the expression relationship stores the business component ID, i.e. after the derived attribute needs to be saved first, and establishing a component logic relationship, and configuring a data source for the service component logic, wherein the data source can read the resource configuration library or other tables of the database (if the other tables of the database are automatically analyzed into a JSON format).
Step S4: a business plate library is created, and one or more associated business components are logically combined in a business plate.
The service plate in the service plate library is a plurality of service plates defined in advance, and is similar to a template. Service components based on granules (here "granules mean the smallest units after layer-by-layer subdivision") are combined into service tiles with tile meaning.
Referring to fig. 2, a schematic diagram of an example of creating a service plate of a method for dynamically configuring resources based on service modeling according to an embodiment of the present invention is shown.
The creation of the service plate is logical, after the service plate is created, if the service component large-image carousel is selected, and then the carousel image 1 and the carousel image 2 are selected, the combination relationship is parallel (the combination relationship refers to that the module appears only if the condition is met, the relationship is parallel, or and the like, and the number of the display pieces is limited).
After the service plate in the service plate library is created, the service plate is stored in the service plate library for use, and when a back-end developer needs to logically fill a service component in the service plate, a suitable service plate can be selected according to needs. In one embodiment, data may be added according to business component logic after the business tile creation is complete.
The carousel map plate is based on the map component, and certainly, the business component can also form a 1+2 rule model, which is similar to the carousel, the carousel map is displayed by adopting a1 big map +2 small maps, otherwise, the carousel map is not displayed according to the business rule.
Since the invention is directed to the back end, even though the carousel graph is concerned, the invention only focuses on the data and the sequence on the page, and the effect display of the carousel graph is the responsibility of the front end and is out of the scope of the invention.
Step S5: and creating a page plate library, and combining one or more combined service plates in the page plate.
When the basic service component logic is created, the service plate and the page model need to be created, the service plate is created in step S4, and one or more combined service plates need to be combined in the page plate in step S5. The page plates in the page plate library are a plurality of page plates defined in advance, and the main task is to create rules for forming page composition based on the service plates, such as: and displaying the position, time and the like of the service plate to configure corresponding data.
The page plate and the service plate are in a parent-child relationship, for example, an A page is created with A1, A2, A3, A4 and A5 … plates, and the sequence of the plates and whether the display attribute exists are marked.
The techniques described herein reduce the risk of frequent code modifications due to changes in business requirements. For example, a tab band connection needs to be added newly, only the tab attribute in the attribute base needs to be modified, and then the url address of the page is added to the tab derivative attribute base of the original page. When a new demand is added, if the new demand is an attribute worth adding into the base library, the attribute is added into the base library, so that the base library is convenient to reuse; if only occasionally changed, it can be directly considered as a business component.
The above general embodiment is a process of subdividing elements in a web page layer by layer, in this way, reusability of elements in a library of a lower layer is greatly improved, that is, basic attributes in an attribute base library, derived attributes in a derived attribute library, service component logics in a service component logic library, and page plates in a page plate library can all be flexibly used by multiple pages, and reusability is well improved.
In one embodiment, the front-end WEB page searches all basic attributes and data in a reverse recursive manner according to the page blocks.
The dynamic configuration of resources is described in detail above, and the operation of the system is improved in the conventional way during the browsing of web pages by users.
The front-end WEB page can search all service logic and component data in a reverse recursion mode according to the page blocks. Parsing the page model based on business modeling logic, for example: the page model is X carousel pictures and M TABs, N commodities are arranged under the M TABs, the order of the page components is obtained according to the page model ID in the analyzing process, the order of the carousel pictures is 1 at this time, X carousel pictures are arranged under the order of the analyzing components, the order and configuration logic under each TAB under the TAB label are analyzed according to the order after the analyzing is completed, then the order of the N commodities under each TAB is analyzed, and the process is repeated until the analyzing is completed, because html of the variable style of the page, the variable style and the invariable data can be realized by directly obtaining the data in the order according to the mode of obtaining the number one.
In the traditional mode, after a user clicks a webpage link, a system can automatically analyze a previously developed webpage and display the webpage to the user, under the method of the invention, a back-end technician does not need to make a complete webpage every time, but subdivides elements on the webpage layer by layer as described in the method, during the analysis process of the webpage constructed by the method, the user firstly sends an action of clicking the webpage link, and the system only needs to respond to the action to automatically analyze and extract data layer by layer and then return to display the data to the user.
In the prior art, because the table structure is not easy to expand, a back-end technician is required to redevelop the complete page according to the change of the requirement, the increase and the decrease of the requirement and the attribute are frequent, and the development cost is high. Furthermore, the invention overcomes the defect that the prior art does not support self-definition and automatic analysis, and has higher flexibility. Furthermore, the invention supports the free configuration of the template and data in the background and the flexible and free analysis of the front end according to the configuration, thereby greatly reducing the development time of the back end and improving the development efficiency.
Referring to fig. 3, a schematic diagram of modules of an apparatus for dynamically configuring resources based on business modeling according to an embodiment of the present invention is shown.
The invention also provides a device 20 for dynamically configuring resources based on business modeling, which comprises:
a basic attribute module 21, configured to create an attribute base, where basic attributes are stored in the attribute configuration base;
a derived attribute module 22 for creating a derived attribute library, the derived attributes stored in the derived attribute library being derived based on the corresponding base attributes;
a business component logic module 23 for creating a business component logic library, associating business components comprised of one or more derived attributes with logic from the logic library;
a service plate module 24 for creating a service plate library, logically combining one or more associated service components in a service plate;
a page plate module 25, configured to create a page plate library, and combine one or more combined service plates in a page plate.
Optionally, the front-end WEB page searches all basic attributes and data in a reverse recursion manner according to the page blocks.
Optionally, the derived attributes stored in the derived attribute library are derived based on a combination of the corresponding base attribute and data in the base database.
Optionally, a switch is configured in the basic database.
Optionally, the service plate is predefined.
The present invention also provides a computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement any of the methods provided by the present disclosure.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A method for dynamically configuring resources based on business modeling is characterized by comprising the following steps:
creating an attribute base, wherein basic attributes are stored in the attribute base;
creating a derived attribute library, wherein derived attributes stored in the derived attribute library are derived based on corresponding basic attributes, and creating service tags with service meanings and source attributes in a derived attribute library page based on corresponding basic attributes in the attribute base library;
creating a business component logic library, and associating business components consisting of one or more derived attributes with logic from the logic library, wherein the minimum unit in the business component logic library is business component logic, and the logic library has logic representation with expression meaning;
creating a business plate library, and logically combining one or more associated business components in a business plate; and
creating a page plate library, and combining one or more combined service plates in a page plate, wherein the page plate is used for creating a rule for forming page composition based on the service plates.
2. The method of claim 1 wherein the front-end WEB page searches for all basic attributes and data in a reverse recursive manner according to the page tiles.
3. The method of claim 1, wherein the derived attributes stored in the derived attribute library are derived based on a combination of the corresponding base attributes and data in the base database.
4. The method of claim 3, wherein a switch is configured in the base database.
5. The method of claim 1, wherein the service plate is predefined.
6. An apparatus for dynamically configuring resources based on business modeling, comprising:
the basic attribute module is used for creating an attribute base library, and basic attributes are stored in the attribute base library;
a derived attribute module, configured to create a derived attribute library, where derived attributes stored in the derived attribute library are derived based on corresponding basic attributes, and a service tag having a service meaning and a source attribute are created in a derived attribute library page based on corresponding basic attributes in the attribute base;
the business component logic module is used for creating a business component logic library and associating business components consisting of one or more derived attributes with logic from the logic library, wherein the minimum unit in the business component logic library is the business component logic, and the logic library has logic representation with expression meaning;
a service plate module for creating a service plate library, logically combining one or more associated service components in a service plate; and
and the page plate module is used for creating a page plate library and combining one or more combined service plates in the page plate, and the page plate is used for creating a rule for forming page typesetting based on the service plates.
7. The apparatus of claim 6 wherein the front-end WEB page searches all basic attributes and data in a backward recursive manner according to the page tiles.
8. The apparatus of claim 6, wherein the derived attributes stored in the derived attribute library are derived based on a combination of the corresponding base attributes and data in the base database.
9. The apparatus of claim 8, wherein a switch is configured in the base database.
10. The apparatus of claim 6, wherein the service plate is predefined.
11. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-5.
12. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the method of any one of claims 1 to 5.
CN201710131521.4A 2017-03-07 2017-03-07 Method, apparatus and medium for dynamic resource configuration based on business modeling Active CN108572817B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710131521.4A CN108572817B (en) 2017-03-07 2017-03-07 Method, apparatus and medium for dynamic resource configuration based on business modeling

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710131521.4A CN108572817B (en) 2017-03-07 2017-03-07 Method, apparatus and medium for dynamic resource configuration based on business modeling

Publications (2)

Publication Number Publication Date
CN108572817A CN108572817A (en) 2018-09-25
CN108572817B true CN108572817B (en) 2021-12-31

Family

ID=63577634

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710131521.4A Active CN108572817B (en) 2017-03-07 2017-03-07 Method, apparatus and medium for dynamic resource configuration based on business modeling

Country Status (1)

Country Link
CN (1) CN108572817B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109614100B (en) * 2018-10-26 2022-02-01 创新先进技术有限公司 Page display method, device, server, front end and storage medium
CN111708519B (en) * 2020-06-12 2023-08-18 北京思特奇信息技术股份有限公司 Service component processing method, device, equipment and storage medium
CN111857676A (en) * 2020-08-03 2020-10-30 北京思特奇信息技术股份有限公司 Method and system for realizing service acceptance scene based on template configuration
CN112631571A (en) * 2020-11-25 2021-04-09 浙江蓝卓工业互联网信息技术有限公司 Linkage method and device for components in web editor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025738A (en) * 2006-02-21 2007-08-29 广州保税区天懋数码电子商务有限公司 Template-free dynamic website generating method
CN101477462A (en) * 2009-02-12 2009-07-08 山东浪潮齐鲁软件产业股份有限公司 Model-driven software development method used for dynamically changing system behavior
CN103019684A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Dynamic template-based business page configuring method
CN103197932A (en) * 2013-04-19 2013-07-10 济南大学 Component business model for developing application of modeless documental database

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20150092880A (en) * 2014-02-06 2015-08-17 한국전자통신연구원 Method and Apparatus for Re-Configuring Design Decisions after Developing Graphic User Interface

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025738A (en) * 2006-02-21 2007-08-29 广州保税区天懋数码电子商务有限公司 Template-free dynamic website generating method
CN101477462A (en) * 2009-02-12 2009-07-08 山东浪潮齐鲁软件产业股份有限公司 Model-driven software development method used for dynamically changing system behavior
CN103019684A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Dynamic template-based business page configuring method
CN103197932A (en) * 2013-04-19 2013-07-10 济南大学 Component business model for developing application of modeless documental database

Also Published As

Publication number Publication date
CN108572817A (en) 2018-09-25

Similar Documents

Publication Publication Date Title
CN105022615B (en) A kind of generation method and system at interface
CN106708480B (en) Management platform implementation method and device
CN108572817B (en) Method, apparatus and medium for dynamic resource configuration based on business modeling
US20160110190A1 (en) Web Client Command Infrastructure Integration into a Rich Client Application
US20200319995A1 (en) Customizable Enterprise Automation Test Framework
CN102129425B (en) The access method of big object set table and device in data warehouse
CN108268262A (en) Realize the method, apparatus and system that HTML is converted to wechat small routine
CN104809209A (en) Display method, display device and server of social network information flow
CN106055528A (en) Automatic generation method and apparatus of documents
CN106940721B (en) Data processing method and system for user-defined selection box
CN114461200A (en) Low-code development application and method based on cloud SaaS platform
CN106814998B (en) Form serialization method and device
CN109753596A (en) Information source management and configuration method and system for the acquisition of large scale network data
CN115934855A (en) Full-link field level blood margin analysis method, system, equipment and storage medium
CN105278961A (en) Method and system for generating database table structure document
CN113535165A (en) Interface generation method and device, electronic equipment and computer readable storage medium
CN114594927A (en) Low code development method, device, system, server and storage medium
CN107193549A (en) Webpage quick development method based on metadata
US10210001B2 (en) Automatic execution of objects in a user interface
CN111427760A (en) Page testing method, device, equipment and storage medium
CN107391175B (en) Control data configuration method and computer readable storage medium
CN108701153B (en) Method, system and computer readable storage medium for responding to natural language query
US20150046443A1 (en) Document-based search with facet information
CN114637499B (en) Visualization component processing method, device, equipment and medium
CN112947900A (en) Web application development method and device, server and development terminal

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