CN113157331A - Page label entry loading display method and device - Google Patents

Page label entry loading display method and device Download PDF

Info

Publication number
CN113157331A
CN113157331A CN202110303049.4A CN202110303049A CN113157331A CN 113157331 A CN113157331 A CN 113157331A CN 202110303049 A CN202110303049 A CN 202110303049A CN 113157331 A CN113157331 A CN 113157331A
Authority
CN
China
Prior art keywords
entry
dynamic
page
fixed
displaying
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110303049.4A
Other languages
Chinese (zh)
Inventor
温闻泰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Chenqi Travel Technology Co Ltd
Original Assignee
Guangzhou Chenqi Travel 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 Guangzhou Chenqi Travel Technology Co Ltd filed Critical Guangzhou Chenqi Travel Technology Co Ltd
Priority to CN202110303049.4A priority Critical patent/CN113157331A/en
Publication of CN113157331A publication Critical patent/CN113157331A/en
Pending legal-status Critical Current

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • 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

Landscapes

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

Abstract

The invention discloses a loading display method of a page tag entry, which is applied to a client, and comprises the following steps: loading a fixed entry according to the page loading request; simultaneously acquiring a dynamic entrance; when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page; and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page. The method loads a fixed entry according to a page loading request; simultaneously acquiring a dynamic entrance; when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page; and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page. According to the invention, on the basis of the fixed entry, a dynamic entry combination mode is newly added, when an entry is newly added, corresponding page display data is configured at the server side and is issued to the client side, and the client side does not need to be upgraded by a user.

Description

Page label entry loading display method and device
Technical Field
The invention belongs to the technical field of terminals, and particularly relates to a loading display method and device for a page tag entry.
Background
To meet user demands, software developers are gradually adding various functions to Application programs (APPs). Accordingly, a new function entry needs to be added to the application.
In the prior art, an entry of an application program is a fixed entry, and version updating is required for changing the entry if an additional entry is added. On the other hand, the entrance often needs to be distinguished for different user role groups, such as passengers and drivers. Once a portal conflict occurs due to a problem with the user role, there is also a problem with the updated version and the portal cannot be exposed.
Disclosure of Invention
The present invention is directed to solve the foregoing technical problems, and provides a method and an apparatus for displaying a page tag entry.
In order to solve the problems, the invention is realized according to the following technical scheme:
in a first aspect, the present invention provides a method for loading and displaying a page tag entry, which is applied to a client, and the method for loading and displaying includes the following steps:
loading a fixed entry according to the page loading request;
simultaneously acquiring a dynamic entrance;
when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page;
and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page.
With reference to the first aspect, the present invention further provides a first implementation manner of the first aspect, where the dynamic portal is configured with a tag, and the tag is used to pair a user group where the client is located; the dynamic entry obtaining method specifically comprises the step of obtaining a corresponding dynamic entry according to user grouping of a client.
With reference to the first aspect, the present invention further provides a second implementation manner of the first aspect, where, when obtaining a dynamic entry succeeds, the combining and displaying the dynamic entry and the fixed entry in a page specifically includes:
when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry;
and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
With reference to the first aspect, the present invention further provides a third implementation manner of the first aspect, where the combining and displaying the dynamic entry and the fixed entry in the page specifically includes:
when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
With reference to the first aspect, the present invention further provides a 4 th implementation manner of the first aspect, where the dynamic portal is configured by the server, and the dynamic portal is dynamically issued to the client based on the server.
In a second aspect, the present invention further provides a loading and displaying apparatus for a page tag entry, which is applied to a client, and the loading and displaying apparatus includes:
the loading module loads the fixed entry according to the page loading request;
the acquisition module is used for acquiring the dynamic entrance when the loading module loads the fixed entrance;
the display module is used for combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page when the dynamic entry is successfully acquired; when the dynamic entry is failed to be acquired, displaying the fixed entry in a page;
a storage module for storing the fixed portal and the dynamic portal.
In a second aspect, the present invention further provides a 1 st implementation manner of the second aspect, where the dynamic portal is configured with a tag, and the tag is used to pair a user group in which a client is located; the acquiring module acquires the dynamic entries, specifically, acquires the corresponding dynamic entries according to the user groups where the clients are located.
In a second aspect, the present invention further provides a 2 nd implementation manner of the second aspect, where the displaying module combines and displays the dynamic entry and the fixed entry in the page when the dynamic entry is successfully acquired, specifically including:
when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry;
and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
In a second aspect, the present invention further provides a 3 rd implementation manner of the second aspect, where the presentation module combines and presents the dynamic portal and the fixed portal in a page, and specifically includes:
when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
In a second aspect, the present invention further provides a 4 th implementation manner of the second aspect, where the dynamic portal is configured by the server, and the dynamic portal is dynamically issued to the client based on the server.
Compared with the prior art, the invention has the beneficial effects that:
the method loads a fixed entry according to a page loading request; simultaneously acquiring a dynamic entrance; when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page; and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page. According to the invention, on the basis of the fixed entrance, a dynamic entrance combination mode is newly added, and the client can flexibly realize the display of the entrance so as to meet various activities of operators, greatly reduce the development cost of subsequent operation activities and improve the activity exposure rate. When an entry is newly added, corresponding page display data is configured at the server side and is issued to the client side, and a user does not need to upgrade the client side. Meanwhile, by configuring the page entry data, the diversification of entry styles can be realized, and the flexibility is very high.
Drawings
Embodiments of the invention are described in further detail below with reference to the attached drawing figures, wherein:
FIG. 1 is a flow chart of a method for loading and displaying a page tag entry according to the present invention;
fig. 2 is a composition diagram of a loading exhibition device of the page tag portal of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
In order to make the purpose, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it should be understood that the drawings in the present application are for illustrative and descriptive purposes only and are not used to limit the scope of protection of the present application. Additionally, it should be understood that the schematic drawings are not necessarily drawn to scale. The flowcharts used in this application illustrate operations implemented according to some embodiments of the present application. It should be understood that the operations of the flow diagrams may be performed out of order, and steps without logical context may be performed in reverse order or simultaneously. One skilled in the art, under the guidance of this application, may add one or more other operations to, or remove one or more operations from, the flowchart.
The described embodiments are only some embodiments of the present application and not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that in the embodiments of the present application, the term "comprising" is used to indicate the presence of the features stated hereinafter, but does not exclude the addition of further features.
In order to solve at least one technical problem described in the background of the present application, an embodiment of the present application provides a method for displaying a page tag entry, which is applied to a client, and loads a fixed entry according to a page loading request; simultaneously acquiring a dynamic entrance; when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page; and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page.
The method loads a fixed entry according to a page loading request; simultaneously acquiring a dynamic entrance; when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page; and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page. According to the invention, on the basis of the fixed entrance, a dynamic entrance combination mode is newly added, and the client can flexibly realize the display of the entrance so as to meet various activities of operators, greatly reduce the development cost of subsequent operation activities and improve the activity exposure rate. When an inlet is newly added, corresponding page display data is configured at the server side, and a user does not need to upgrade the client side. Meanwhile, by configuring the page entry data, the diversification of entry styles can be realized, and the flexibility is very high.
All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
The application provides an architecture schematic diagram of a loading display method and a loading display system of a page tag entry. The loading display method system of the page tag entry can comprise a server, a network, a client (a passenger end, a driver end and the like), wherein the server can comprise a processor for executing instruction operation and the like.
In some embodiments, the server may be a single server or a server group. The server may access the client via a network. In some embodiments, the server may be implemented on a cloud platform; by way of example only, the cloud platform may include a private cloud, a public cloud, a hybrid cloud, a community cloud (community cloud), a distributed cloud, an inter-cloud, a multi-cloud, and the like, or any combination thereof.
The server is used for configuring the dynamic entrance and the label, and the server remotely and dynamically issues the dynamic entrance to the client for storage based on the network. The dynamic portal is stored in the local memory of the client due to the high frequency refresh of the dynamic portal.
In order to enable those skilled in the art to use the present disclosure, the method for loading a temporary page tag entry of the present invention is applied to a client, which is typically an application program loaded in an intelligent terminal, where the intelligent terminal may include: a mobile phone, a tablet computer, a PC, etc., which are not limited in this specification.
Fig. 1 illustrates a flowchart of a method for load presentation of a page tag entry according to some embodiments of the present application. The loading display method of the page tag entrance is applied to a client and comprises the following steps:
s100: and loading the fixed entry according to the page loading request.
In this embodiment, for example, when receiving a page display request for opening a page by a user, a client loads page display data of a new page, where the page display data includes a fixed entry. The fixed entry is one of normal page display data of the client, and when a certain page is loaded, the fixed entry is necessarily displayed in the page of the client.
S200: while obtaining dynamic entries.
In the invention, the dynamic entrance is configured by the server side, and the dynamic entrance is dynamically issued to the client side based on the server side. In the prior art, the entrances of the pages are all fixed entrances, if new entrances are added, the entrances need to be distinguished by users of clients, such as car owners and passengers in online booking cars. All the modified entries need to be updated through version sending, and once entry conflicts caused by the user role problem occur, the updated version also has a problem and the entries cannot be displayed.
The invention can update the entrance of the page without releasing version update through the issuing of the dynamic entrance, and the dynamic entrance can be adjusted by self and displayed in the page. When an entry is newly added, corresponding page display data is configured at the server side and is issued to the client side, and a user does not need to upgrade the client side. Meanwhile, by configuring the page entry data, the diversification of entry styles can be realized, and the flexibility is very high. Meanwhile, a quick entrance can be provided, the linkage with the dynamic routing is realized, the development cost is reduced, and the activity operation efficiency is improved.
On the other hand, operators often group different user groups and adjust page entries for different user groups. For example, in the field of network appointment vehicles, various types of users may be user-grouped based on user data, such as new user passenger groups, old user passenger groups, new user owner groups, old owner groups … …, and other groups. Under the technology of the invention, the dynamic entrance can be self-defined and adjusted according to the user grouping, so that the dynamic entrance is added in special festivals or other scenes, the operation of operators on various complex grouping activities of the users is adapted, and the development cost of subsequent operation activities is greatly reduced.
The dynamic entrance is configured with a label, and the label is used for grouping the users where the paired clients are located; the dynamic entry obtaining method specifically comprises the step of obtaining a corresponding dynamic entry according to user grouping of a client.
In one embodiment, the user account of the client has a corresponding user group identifier, such as a new user, an old user. The corresponding dynamic entry data is obtained by matching the user grouping identification with the label.
In one example, the dynamic entries include a grouping entry and a special scene entry. The grouping entry is a dynamic entry configured based on user grouping, and is configured according to user grouping. The special scene portal may be a holiday page portal to push different activities.
S300: when the dynamic entry is successfully obtained, the dynamic entry is combined with the fixed entry and is shown in the page.
Wherein, when acquiring the dynamic entry succeeds, the dynamic entry and the fixed entry are combined and displayed in a page, which specifically includes:
s310: and when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry.
Based on the technology of the invention, the dynamic entrance is dynamically issued to the client through the server, thereby realizing high-frequency and real-time dynamic issuing, being suitable for the activity operation of various complex groups of users, and effectively improving the activity exposure rate. On the other hand, in order to update the dynamic entry, the cached dynamic entry is updated by the acquired dynamic entry.
S320: and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
Preferably, the users at the same client can group a plurality of users, and in order to realize directional pushing of the activity entry and reasonable display of the entry in the page, the dynamic entry is selected for display based on the height of the priority. The combining and displaying the dynamic entry and the fixed entry in the page specifically includes:
s330: when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
s340: and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
S400: and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page.
And when the dynamic entry is failed to be acquired, that is, the dynamic entry data is not acquired successfully or no corresponding dynamic entry data exists, the client only displays the fixed entry in the page, and the page is ensured to keep corresponding functions.
As shown in fig. 2, the present application further provides a loading and displaying apparatus for a page tag entry, so as to implement the above loading and displaying method for a page tag entry, where the loading and displaying apparatus includes:
the loading module loads the fixed entry according to the page loading request;
the acquisition module is used for acquiring the dynamic entrance when the loading module loads the fixed entrance;
the display module is used for combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page when the dynamic entry is successfully acquired; when the dynamic entry is failed to be acquired, displaying the fixed entry in a page;
a storage module for storing the fixed portal and the dynamic portal.
The dynamic entrance is configured with a label, and the label is used for grouping the users where the paired clients are located; the acquiring module acquires the dynamic entries, specifically, acquires the corresponding dynamic entries according to the user groups where the clients are located. The dynamic entrance is configured by the server side, and the dynamic entrance is dynamically issued to the client side based on the server side.
When the dynamic entry is successfully acquired, the display module combines the dynamic entry and the fixed entry and displays the combination in a page, and specifically includes:
when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry;
and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
The display module combines the dynamic entry and the fixed entry and displays the combination in a page, and specifically includes:
when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, so that any modification, equivalent change and modification made to the above embodiment according to the technical spirit of the present invention are within the scope of the technical solution of the present invention.

Claims (10)

1. A loading display method of a page tag entrance is applied to a client, and is characterized by comprising the following steps:
loading a fixed entry according to the page loading request;
simultaneously acquiring a dynamic entrance;
when the dynamic entry is successfully acquired, combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page;
and when the dynamic entry is failed to be acquired, displaying the fixed entry in the page.
2. The method for loading and displaying the page tag entry according to claim 1, wherein:
the dynamic entrance is configured with a label, and the label is used for grouping the users where the clients are located;
the dynamic entry obtaining method specifically comprises the step of obtaining a corresponding dynamic entry according to user grouping of a client.
3. The method for loading and displaying a page tag entry according to claim 2, wherein when the dynamic entry is successfully obtained, the dynamic entry and the fixed entry are combined and displayed in the page, specifically comprising:
when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry;
and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
4. The method for loading and displaying a page tag entry according to claim 2 or 3, wherein the step of combining the dynamic entry with the fixed entry and displaying the combined entry in the page specifically comprises:
when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
5. The method for loading and displaying the page tag entry according to claim 1, wherein:
the dynamic entrance is configured by the server side, and the dynamic entrance is dynamically issued to the client side based on the server side.
6. A loading display device of a page tag entrance is applied to a client, and is characterized in that the loading display device comprises:
the loading module loads the fixed entry according to the page loading request;
the acquisition module is used for acquiring the dynamic entrance when the loading module loads the fixed entrance;
the display module is used for combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in a page when the dynamic entry is successfully acquired; when the dynamic entry is failed to be acquired, displaying the fixed entry in a page;
a storage module for storing the fixed portal and the dynamic portal.
7. The loading and displaying device of page tag entrance of claim 6, wherein:
the dynamic entrance is configured with a label, and the label is used for grouping the users where the clients are located;
the acquiring module acquires the dynamic entries, specifically, acquires the corresponding dynamic entries according to the user groups where the clients are located.
8. The device for loading and displaying a page tag entry according to claim 7, wherein the display module combines the dynamic entry and the fixed entry and displays them in the page when the dynamic entry is successfully obtained, specifically comprising:
when the dynamic entry is successfully acquired, updating the cached dynamic entry by the acquired dynamic entry;
and dynamically refreshing the page, and combining the dynamic entry and the fixed entry and displaying the dynamic entry and the fixed entry in the page.
9. The loading and displaying device of a page tag entry according to claim 7 or 8, wherein the displaying module combines the dynamic entry and the fixed entry and displays them in a page, specifically comprising:
when the client corresponds to a plurality of user clusters, identifying the priority of the label corresponding to the user cluster;
and combining the dynamic entries corresponding to the tags with high priority with the fixed entries and displaying the dynamic entries in the page.
10. The loading and displaying device of page tag entrance of claim 6, wherein:
the dynamic entrance is configured by the server side, and the dynamic entrance is dynamically issued to the client side based on the server side.
CN202110303049.4A 2021-03-22 2021-03-22 Page label entry loading display method and device Pending CN113157331A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110303049.4A CN113157331A (en) 2021-03-22 2021-03-22 Page label entry loading display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110303049.4A CN113157331A (en) 2021-03-22 2021-03-22 Page label entry loading display method and device

Publications (1)

Publication Number Publication Date
CN113157331A true CN113157331A (en) 2021-07-23

Family

ID=76888169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110303049.4A Pending CN113157331A (en) 2021-03-22 2021-03-22 Page label entry loading display method and device

Country Status (1)

Country Link
CN (1) CN113157331A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110795163A (en) * 2019-09-28 2020-02-14 同程网络科技股份有限公司 Home page visual configuration system and configuration method
CN110851757A (en) * 2019-10-12 2020-02-28 平安普惠企业管理有限公司 Page resource loading method and terminal
CN112035769A (en) * 2020-09-09 2020-12-04 Oppo(重庆)智能科技有限公司 Application page dynamic display method, device, system, terminal equipment and medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110795163A (en) * 2019-09-28 2020-02-14 同程网络科技股份有限公司 Home page visual configuration system and configuration method
CN110851757A (en) * 2019-10-12 2020-02-28 平安普惠企业管理有限公司 Page resource loading method and terminal
CN112035769A (en) * 2020-09-09 2020-12-04 Oppo(重庆)智能科技有限公司 Application page dynamic display method, device, system, terminal equipment and medium

Similar Documents

Publication Publication Date Title
CN112118565B (en) Multi-tenant service gray level publishing method, device, computer equipment and storage medium
CN111352649B (en) Code processing method, device, server and readable storage medium
CN109309693B (en) Multi-service system based on docker, deployment method, device, equipment and storage medium
CN109634764A (en) Work-flow control method, apparatus, equipment, storage medium and system
AU2013213683A1 (en) A method and system of application development for multiple device client platforms
CN112822232A (en) Batch recording system cooperative configuration realization method, device, equipment and storage medium
CN111367518B (en) Page layout method, page layout device, computing equipment and computer storage medium
CN112988394B (en) Business service publishing method, device, medium and equipment based on cloud native container
CN113766042A (en) Container address configuration method, system, device, equipment and medium
CN114398060A (en) Vehicle-mounted controller software upgrading method and device, electronic equipment and storage medium
CN114971786A (en) Order information management method, device and system, electronic equipment and storage medium
CN112817562A (en) Service processing method and device
CN114064172A (en) Data rendering method and device
CN113157331A (en) Page label entry loading display method and device
CN102333148A (en) Method and system for displaying security data information of mobile terminal
CN115442420A (en) Block chain cross-chain service management method and device
CN115390897A (en) Method and device for micro front-end management, electronic equipment and storage medium
CN105554398B (en) Video shooting method and device and electronic equipment
CN111552740B (en) Data processing method and device
US20100257200A1 (en) A common architecture for administration of client side property settings in a distributed and heterogeneous environment
CN113599811B (en) Animation role display method, device, equipment and medium
CN110377722A (en) Response method and device, electronic equipment and readable storage medium storing program for executing
CN112068871B (en) Electronic device and application management method
JP2002189622A (en) System and method for distributing updated data, and recording medium
CN114363172B (en) Decoupling management method, device, equipment and medium for container group

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