CN111402000A - Method, device and system for generating business page and computer system - Google Patents
Method, device and system for generating business page and computer system Download PDFInfo
- Publication number
- CN111402000A CN111402000A CN202010173690.6A CN202010173690A CN111402000A CN 111402000 A CN111402000 A CN 111402000A CN 202010173690 A CN202010173690 A CN 202010173690A CN 111402000 A CN111402000 A CN 111402000A
- Authority
- CN
- China
- Prior art keywords
- component
- priority
- components
- service
- configuration file
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0633—Lists, e.g. purchase orders, compilation or processing
- G06Q30/0635—Processing of requisition or of purchase orders
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Economics (AREA)
- General Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- Development Economics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The application discloses a method, a device, a system and a computer system for generating a service page, wherein the method comprises the following steps: receiving a service access request, wherein the request comprises a service state; reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component; sorting the components according to the priority; and generating a page according to the sorted components and carrying out visual display, so that separation of the sorting rules of the components from the implementation codes of the components and the page is realized, and only the corresponding configuration files are required to be modified for modifying the sorting of the components, thereby reducing risks brought by modifying the sequence of the components and reducing the required labor cost.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a system, and a computer system for generating a service page.
Background
With the development of internet technology, enterprises can develop various different services by using the internet. In order to attract the interest of the user and improve the use experience of the user, the enterprise often needs to adjust the sequencing mode of the components displayed on the page of the user according to different services and different states of the services. For example, in order to improve the payment conversion rate of the user, the e-commerce platform may arrange the payment button at the top on an order page of the order to be paid; for orders in transportation, the button for viewing logistics can be arranged at the top, so that a user can conveniently inquire the real-time logistics progress.
In the prior art, the order of adjusting the components such as the buttons and the like needs to be directly modified on the codes of the related buttons and pages, the risk of modification is high, the workload of development and testing is large, and a large amount of labor cost is required.
Disclosure of Invention
In order to solve the defects of the prior art, the main object of the present invention is to provide a method for generating a service page, where the method includes:
receiving a service access request, wherein the request comprises a service state;
reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
sorting the components according to the priority;
and generating a page according to the sorted components and performing visual display.
In some embodiments, the reading the configuration file, and the obtaining the component corresponding to the service status and the priority of the component includes:
reading a configuration file, and acquiring a component sequence corresponding to the service state;
determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component;
said sorting said components by said priority comprises:
and reading the key value pair corresponding to each component, and acquiring the priority of the component.
In some embodiments, ordering the components by the priority comprises:
and ranking the components without the corresponding key value pairs at the end.
In some embodiments, the method comprises:
when the condition is judged to be in accordance with the preset access condition, the access configuration platform acquires real-time configuration;
updating a local configuration file according to the real-time configuration;
the reading the configuration file and the obtaining of the component corresponding to the service state and the priority of the component comprise:
and reading the local configuration file, and acquiring the component corresponding to the service state and the priority of the component.
In some embodiments, the reading the local configuration file, and the obtaining the component corresponding to the service state and the priority of the component includes:
when the local configuration file does not have the components corresponding to the service states and the priorities of the components, accessing the configuration platform to obtain the real-time configuration;
and determining the components corresponding to the service states and the priorities of the components according to the real-time configuration.
In some embodiments, the business status comprises an order status and the component comprises a button.
In a second aspect, the present application provides an apparatus for generating a service page, where the apparatus includes:
a receiving module, configured to receive a service access request, where the request includes a service status;
the processing module is used for reading the configuration file and acquiring the components corresponding to the service states and the priorities of the components;
the sorting module is used for sorting the components according to the priority;
and the generating module is used for generating a page according to the sorted components and carrying out visual display.
In some embodiments, the processing module may be further configured to read a configuration file, and obtain a component ranking corresponding to the service status; determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component; the sorting module can also be used for reading the key-value pair corresponding to each component and acquiring the priority of the component.
In a third aspect, the present application provides a system for generating a service page, where the system includes:
the processing terminal is used for accessing the configuration platform to obtain real-time configuration when the condition is judged to be in accordance with the preset access condition;
updating a local configuration file according to the real-time configuration; receiving a service access request, wherein the request comprises a service state; reading the local configuration file, and acquiring a component corresponding to the service state and the priority of the component; sorting the components according to the priority; generating a page according to the sorted components and performing visual display;
and the configuration platform is used for storing the real-time configuration.
In a fourth aspect, the present application provides a computer system comprising:
one or more processors;
and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a service access request, wherein the request comprises a service state;
reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
sorting the components according to the priority;
and generating a page according to the sorted components and performing visual display.
In order to achieve the above object, the present invention provides in a first aspect
The invention has the following beneficial effects:
the application discloses a method for generating a service page, which comprises the following steps: receiving a service access request, wherein the request comprises a service state; reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component; sorting the components according to the priority; generating a page according to the sorted components and carrying out visual display, so that separation of the sorting rules of the components from the implementation codes of the components and the page is realized, and only corresponding configuration files need to be modified for modifying the sorting of the components, thereby reducing risks brought by modification and reducing required labor cost;
further, the application also discloses that when the preset access condition is judged to be met, the access configuration platform obtains real-time configuration; updating a local configuration file according to the real-time configuration; the reading the configuration file and the obtaining of the component corresponding to the service state and the priority of the component comprise: reading the local configuration file, and acquiring the component corresponding to the service state and the priority of the component, thereby realizing the pre-reading of the real-time configuration stored by the configuration platform, reducing the time required for reading the configuration file, and improving the response speed of the access request of the user.
All products of the present invention need not have all of the above-described effects.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a process flow diagram provided by an embodiment of the present application;
FIG. 2 is a flow chart of a method provided by an embodiment of the present application;
FIG. 3 is a block diagram of an apparatus according to an embodiment of the present disclosure;
fig. 4 is a computer system structure diagram provided in the embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As described in the background art, in order to solve the technical problem that in the prior art, the display ordering of the modification components in the page needs to be modified, which results in high risk and long time consumption for modification, the application proposes to store the ordering of the components corresponding to each service state into a configuration file, arrange the components according to the corresponding ordering when an access request of a user corresponding to the page is received, and visually display the ordered components on the page, thereby reducing the risk and the cost when the ordering needs to be modified.
The following embodiments of the present application take sorting of buttons in various order states as an example, and provide a button sorting method based on order states, as shown in fig. 1, including a processing end and a configuration platform.
The processing terminal may be a mobile terminal of a user, a computer, or other processing device.
The operation and maintenance personnel can publish or modify the sequencing of the button corresponding to each order state on the configuration platform. For example, the order status may include a status of payment to be made and a status of shipment, and the button number of the button includes A, B, C. The button ordering of the pending payment status and the pending delivery status should be A, B, C and B, A, C, respectively, depending on the actual business requirements. And the operation and maintenance personnel modify the configuration value corresponding to the state to be paid to waitPay as A, B and C and modify the configuration value corresponding to the state to be delivered to waitSend as B, A and C according to the service requirement.
And the processing terminal reads the configuration value corresponding to the state of each order from the configuration platform at regular time according to a preset time period. When the processing end finds that the configuration value of the configuration platform changes, the configuration value stored in the local configuration file is updated according to the configuration value of the configuration platform.
The local configuration file of the processing terminal stores the configuration value corresponding to the state of each order. And according to the read configuration value of the configuration platform, the local configuration file modifies the configuration value corresponding to the state to be paid to waitPay as A, B and C and modifies the configuration value corresponding to the state to be delivered to waitSend as B, A and C.
When a user triggers to access a certain order, the specific generation process of the page for displaying the order comprises the following steps:
step one, receiving an order access request sent by a user;
specifically, the request may include an order number of an order to be accessed by the user, and the processing end reads an order state corresponding to the order number according to the order number.
Reading a local configuration file, and acquiring a configuration value of button sequencing corresponding to the order state;
for example, when the order status of the order is the status to be paid, the processing end obtains the corresponding configuration value waitPay as a, B, and C.
After the configuration value is obtained, converting the configuration value into a corresponding array [ A, B, C ], circulating the array, and obtaining a circulating sequence value of each button number;
the button number and the corresponding round-robin order value are converted into a key-value pair, preferably having a Map data structure.
The keys of the key value pairs are button numbers, the values are circulation sequence values, the circulation sequence values are weight values of the corresponding buttons, the buttons with low weight values correspond to high priorities, and the buttons with low weight values correspond to low priorities.
The key-value pair of each button corresponding to the above-mentioned array [ A, B, C ] is respectively: a is 1, B is 2 and C is 3.
And when the button sequence corresponding to the order state does not exist in the local configuration file, the processing terminal accesses the configuration platform to obtain the corresponding configuration value. And when the configuration platform does not have corresponding button sequencing, the buttons are not sequenced, and a corresponding page is generated.
Step three, generating a button corresponding to the order state;
reading the key value pair of each button, and acquiring the weight value corresponding to each button; sorting the buttons according to the weight value corresponding to each button;
specifically, according to a preset sorting rule, according to the magnitude order of the weight value of each button, the sorting with the smaller weight value is performed before the sorting with the larger weight value is performed after the sorting.
For buttons that have not read the corresponding key-value pair, their weight value is set to 10000, so that they are ranked last in the ranking.
Generating a page according to the sorted buttons, and visually displaying the page to a user;
when the service requirement is adjusted, the order of the buttons needs to be adjusted or new buttons are added, the operation and maintenance personnel can modify the corresponding configuration values on the configuration platform. For example, when the state to be paid requires that the button with the button number C be adjusted to have the highest priority, the corresponding configuration value is modified to waitPay ═ C, a, B; and if a button with the button number D is required to be added and a button shown in the second position is required to be added, modifying the configuration values to A, D, B and C.
The scheme can directly adjust the priority of the button by modifying the configuration value aiming at the newly generated service requirement, thereby avoiding repeated development and saving the labor cost; the dynamic adjustment of the button sorting in different order states can help guide the user to click, and operation and maintenance personnel can adjust the button sorting strategies in different order states according to the statistical user requirements and other objective factors, so that the aims of improving the user experience and promoting the GMV sale are fulfilled finally.
Example two
Corresponding to the foregoing embodiment, the present application provides a method for generating a service page, as shown in fig. 2, where the method includes:
210. receiving a service access request, wherein the request comprises a service state;
220. reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
preferably, the method comprises:
221. when the condition is judged to be in accordance with the preset access condition, the access configuration platform acquires real-time configuration;
updating a local configuration file according to the real-time configuration;
the reading the configuration file and the obtaining of the component corresponding to the service state and the priority of the component comprise:
222. and reading the local configuration file, and acquiring the component corresponding to the service state and the priority of the component.
Preferably, the reading the local configuration file, and the obtaining the component corresponding to the service status and the priority of the component includes:
223. when the local configuration file does not have the components corresponding to the service states and the priorities of the components, accessing the configuration platform to obtain the real-time configuration;
and determining the components corresponding to the service states and the priorities of the components according to the real-time configuration.
230. Sorting the components according to the priority;
preferably, the reading the configuration file, and the obtaining the component corresponding to the service status and the priority of the component includes:
231. reading a configuration file, and acquiring a component sequence corresponding to the service state;
determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component;
said sorting said components by said priority comprises:
232. and reading the key value pair corresponding to each component, and acquiring the priority of the component.
Preferably, the sorting the components according to the priority includes:
233. and ranking the components without the corresponding key value pairs at the end.
240. And generating a page according to the sorted components and performing visual display.
Preferably, the business status comprises an order status, and the component comprises a button.
EXAMPLE III
Corresponding to the above method embodiment, the present application discloses a device for generating a service page, as shown in fig. 3, the device includes:
a receiving module 310, configured to receive a service access request, where the request includes a service status;
the processing module 320 is configured to read a configuration file, and obtain a component corresponding to the service state and a priority of the component;
a sorting module 330, configured to sort the components according to the priorities;
and the generating module 340 is configured to generate a page according to the sorted components and perform visual display.
Preferably, the processing module 320 is further configured to read a configuration file, and obtain a component sequence corresponding to the service status;
determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component;
the sorting module 330 is also configured to read the key-value pair corresponding to each of the components, and obtain the priority of the component.
Preferably, the sorting module 330 is further configured to sort the last component without the corresponding key-value pair.
Preferably, the processing module 320 is further configured to, when it is determined that the preset access condition is met, access the configuration platform to obtain real-time configuration; updating a local configuration file according to the real-time configuration; and reading the local configuration file, and acquiring the component corresponding to the service state and the priority of the component.
Preferably, the processing module 320 is further configured to access the configuration platform to obtain the real-time configuration when the local configuration file does not have the component corresponding to the service state and the priority of the component; and determining the components corresponding to the service states and the priorities of the components according to the real-time configuration.
Preferably, the business status comprises an order status, and the component comprises a button.
Example four
Corresponding to the above method embodiment, the present application provides a system for generating a service page, including:
the processing terminal is used for accessing the configuration platform to obtain real-time configuration when the condition is judged to be in accordance with the preset access condition;
updating a local configuration file according to the real-time configuration; receiving a service access request, wherein the request comprises a service state; reading the local configuration file, and acquiring a component corresponding to the service state and the priority of the component; sorting the components according to the priority; generating a page according to the sorted components and performing visual display;
and the configuration platform is used for storing the real-time configuration.
Preferably, the processing terminal may be a mobile terminal of a user, a computer, or the like, and the configuration platform may be installed in a cloud.
Preferably, the processing terminal may further be configured to access the configuration platform regularly to obtain the real-time configuration according to a preset time period.
Preferably, the processing end can be further configured to read a configuration file, and obtain a component sequence corresponding to the service state; determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component; and reading the key value pair corresponding to each component, and acquiring the priority of the component.
Preferably, the processing end is further configured to rank the last component without the corresponding key-value pair.
Preferably, the processing end is further configured to access the configuration platform to obtain the real-time configuration when the local configuration file does not have the component corresponding to the service state and the priority of the component; and determining the components corresponding to the service states and the priorities of the components according to the real-time configuration.
Preferably, the business status comprises an order status, and the component comprises a button.
EXAMPLE five
Corresponding to the above method, apparatus, and system, a fifth embodiment of the present application provides a computer system, including: one or more processors; and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a service access request, wherein the request comprises a service state;
reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
sorting the components according to the priority;
and generating a page according to the sorted components and performing visual display.
Fig. 4 illustrates an architecture of a computer system, which may include, in particular, a processor 1510, a video display adapter 1511, a disk drive 1512, an input/output interface 1513, a network interface 1514, and a memory 1520. The processor 1510, video display adapter 1511, disk drive 1512, input/output interface 1513, network interface 1514, and memory 1520 may be communicatively coupled via a communication bus 1530.
The processor 1510 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solution provided by the present Application.
The Memory 1520 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random access Memory), a static storage device, a dynamic storage device, or the like. The memory 1520 may store an operating system 1521 for controlling the operation of the computer system 1500, a Basic Input Output System (BIOS) for controlling low-level operations of the computer system 1500. In addition, a web browser 1523, a data storage management system 1524, an icon font processing system 1525, and the like can also be stored. The icon font processing system 1525 may be an application program that implements the operations of the foregoing steps in this embodiment of the application. In summary, when the technical solution provided by the present application is implemented by software or firmware, the relevant program codes are stored in the memory 1520 and called for execution by the processor 1510.
The input/output interface 1513 is used for connecting an input/output module to realize information input and output. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The network interface 1514 is used to connect a communication module (not shown) to enable the device to communicatively interact with other devices. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
The bus 1530 includes a path to transfer information between the various components of the device, such as the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, and the memory 1520.
In addition, the computer system 1500 may also obtain information of specific extraction conditions from the virtual resource object extraction condition information database 1541 for performing condition judgment, and the like.
It should be noted that although the above devices only show the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, the memory 1520, the bus 1530, etc., in a specific implementation, the devices may also include other components necessary for proper operation. Furthermore, it will be understood by those skilled in the art that the apparatus described above may also include only the components necessary to implement the solution of the present application, and not necessarily all of the components shown in the figures.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, or the like, and includes several instructions for enabling a computer device (which may be a personal computer, a cloud server, or a network device) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.
Claims (10)
1. A method for generating a service page is characterized in that the method comprises the following steps:
receiving a service access request, wherein the request comprises a service state;
reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
sorting the components according to the priority;
and generating a page according to the sorted components and performing visual display.
2. The method of claim 1,
the reading the configuration file and the obtaining of the component corresponding to the service state and the priority of the component comprise:
reading a configuration file, and acquiring a component sequence corresponding to the service state;
determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component;
said sorting said components by said priority comprises:
and reading the key value pair corresponding to each component, and acquiring the priority of the component.
3. The method of claim 2, wherein ordering the components according to the priority comprises:
and ranking the components without the corresponding key value pairs at the end.
4. A method according to any of claims 1-3, characterized in that the method comprises:
when the condition is judged to be in accordance with the preset access condition, the access configuration platform acquires real-time configuration;
updating a local configuration file according to the real-time configuration;
the reading the configuration file and the obtaining of the component corresponding to the service state and the priority of the component comprise:
and reading the local configuration file, and acquiring the component corresponding to the service state and the priority of the component.
5. The method according to claim 4, wherein the reading the local configuration file, and acquiring the component corresponding to the service status and the priority of the component comprises:
when the local configuration file does not have the components corresponding to the service states and the priorities of the components, accessing the configuration platform to obtain the real-time configuration;
and determining the components corresponding to the service states and the priorities of the components according to the real-time configuration.
6. The method of any of claims 1-3, wherein the business status comprises an order status and the component comprises a button.
7. An apparatus for generating a service page, the apparatus comprising:
a receiving module, configured to receive a service access request, where the request includes a service status;
the processing module is used for reading the configuration file and acquiring the components corresponding to the service states and the priorities of the components;
the sorting module is used for sorting the components according to the priority;
and the generating module is used for generating a page according to the sorted components and carrying out visual display.
8. The apparatus of claim 7, wherein the processing module is further configured to read a configuration file, and obtain a component ranking corresponding to the service status; determining the priority of each component according to the component sequencing and storing the priority of each component into a key value pair corresponding to the component; the sorting module can also be used for reading the key-value pair corresponding to each component and acquiring the priority of the component.
9. A system for generating a service page, the system comprising:
the processing terminal is used for accessing the configuration platform to obtain real-time configuration when the condition is judged to be in accordance with the preset access condition;
updating a local configuration file according to the real-time configuration; receiving a service access request, wherein the request comprises a service state; reading the local configuration file, and acquiring a component corresponding to the service state and the priority of the component; sorting the components according to the priority; generating a page according to the sorted components and performing visual display;
and the configuration platform is used for storing the real-time configuration.
10. A computer system, the system comprising:
one or more processors;
and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a service access request, wherein the request comprises a service state;
reading a configuration file, and acquiring a component corresponding to the service state and the priority of the component;
sorting the components according to the priority;
and generating a page according to the sorted components and performing visual display.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010173690.6A CN111402000B (en) | 2020-03-13 | 2020-03-13 | Service page generation method, device and system and computer system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010173690.6A CN111402000B (en) | 2020-03-13 | 2020-03-13 | Service page generation method, device and system and computer system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111402000A true CN111402000A (en) | 2020-07-10 |
CN111402000B CN111402000B (en) | 2023-05-23 |
Family
ID=71430744
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010173690.6A Active CN111402000B (en) | 2020-03-13 | 2020-03-13 | Service page generation method, device and system and computer system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111402000B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112328392A (en) * | 2020-10-27 | 2021-02-05 | 金蝶软件(中国)有限公司 | Data processing method and related equipment |
CN112463154A (en) * | 2021-02-01 | 2021-03-09 | 北京宇信科技集团股份有限公司 | Page generation method, device and system and electronic equipment |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2016101811A1 (en) * | 2014-12-23 | 2016-06-30 | 阿里巴巴集团控股有限公司 | Information arrangement method and apparatus |
CN108292383A (en) * | 2015-11-18 | 2018-07-17 | 微软技术许可有限责任公司 | Automatic extraction of tasks associated with communications |
-
2020
- 2020-03-13 CN CN202010173690.6A patent/CN111402000B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2016101811A1 (en) * | 2014-12-23 | 2016-06-30 | 阿里巴巴集团控股有限公司 | Information arrangement method and apparatus |
CN105786868A (en) * | 2014-12-23 | 2016-07-20 | 阿里巴巴集团控股有限公司 | Information sorting method and device |
CN108292383A (en) * | 2015-11-18 | 2018-07-17 | 微软技术许可有限责任公司 | Automatic extraction of tasks associated with communications |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112328392A (en) * | 2020-10-27 | 2021-02-05 | 金蝶软件(中国)有限公司 | Data processing method and related equipment |
CN112328392B (en) * | 2020-10-27 | 2024-05-28 | 金蝶软件(中国)有限公司 | Data processing method and related equipment |
CN112463154A (en) * | 2021-02-01 | 2021-03-09 | 北京宇信科技集团股份有限公司 | Page generation method, device and system and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN111402000B (en) | 2023-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20100332439A1 (en) | Apparatus and method for supporting cause analysis | |
EP1880286A1 (en) | Data processing network | |
CN112016796B (en) | Comprehensive risk score request processing method and device and electronic equipment | |
CN107274209A (en) | The method and apparatus for predicting advertising campaign sales data | |
RU2622850C2 (en) | Method and server for processing product identifiers and machine-readable storage medium | |
CN111402000B (en) | Service page generation method, device and system and computer system | |
CN110598183A (en) | Flow distribution method, device, equipment and storage medium | |
CN111612581A (en) | Method, device and equipment for recommending articles and storage medium | |
CN111125057A (en) | Service request processing method and device and computer system | |
JPWO2014061229A1 (en) | Information system construction support apparatus, information system construction support method, and information system construction support program | |
CN111010453A (en) | Service request processing method, system, electronic device and computer readable medium | |
CN111324634B (en) | Search ordering method and device, electronic equipment and storage medium | |
US10089674B1 (en) | Ordering a set of data associated with an item | |
CN113436003A (en) | Duration determination method, duration determination device, electronic device, medium, and program product | |
CN113326237A (en) | Log data processing method and device, terminal device and storage medium | |
CN112597760A (en) | Method and device for extracting domain words in document | |
RU2571577C2 (en) | Method of outputting web pages to user equipment and system therefor | |
CN115270710A (en) | Typesetting method and typesetting device | |
CN110764860A (en) | Project configuration method, device, server and storage medium in user interface | |
CN112214497A (en) | Label processing method and device and computer system | |
CN111222906A (en) | Activity data processing method, system, device, equipment and readable storage medium | |
CN112308074A (en) | Method and device for generating thumbnail | |
CN112035425B (en) | Log storage method and device and computer system | |
CN116739612B (en) | Method for displaying rights and interests information and electronic equipment | |
CN113572753B (en) | User equipment authentication method and device based on Newton's cooling law |
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 |