CN111273906A - Page layout generation device and method, client and server - Google Patents

Page layout generation device and method, client and server Download PDF

Info

Publication number
CN111273906A
CN111273906A CN202010073776.1A CN202010073776A CN111273906A CN 111273906 A CN111273906 A CN 111273906A CN 202010073776 A CN202010073776 A CN 202010073776A CN 111273906 A CN111273906 A CN 111273906A
Authority
CN
China
Prior art keywords
page layout
layout template
minimum unit
template
client
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
CN202010073776.1A
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.)
China Sports Lottery Technology Development Co ltd
Original Assignee
China Sports Lottery Technology Development 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 China Sports Lottery Technology Development Co ltd filed Critical China Sports Lottery Technology Development Co ltd
Priority to CN202010073776.1A priority Critical patent/CN111273906A/en
Publication of CN111273906A publication Critical patent/CN111273906A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention provides a page layout generating device and method, a client and a server, wherein the device comprises: the client is used for sending page layout template request information to the server and determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout; the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client. The invention can generate the automatic generation page layout and has high efficiency.

Description

Page layout generation device and method, client and server
Technical Field
The invention relates to the field of internet, in particular to a page layout generating device and method, a client and a server.
Background
When developing an APP report application page, the Unity3D game engine needs to make resources into an AssetBundle file (hereinafter, abbreviated as an AB file), and then load, run and render the resource into a picture through the APP.
In order to achieve a dynamic layout display effect according to different display styles of different requirements, in the prior art, a software update package is generally required to be manufactured, that is, a page layout displayed at the front end is manufactured into an integral new AB file, the new layout AB file is downloaded again through a software update process, and then the new layout AB file is reloaded into a memory for rendering. The method has the defects of long development period and low efficiency, and a brand new AB file needs to be manufactured again every time a page layout is generated, and then a software testing link, a software implementation link and a software updating link are carried out to realize related requirements. It is not beneficial to rapid popularization of service and timely transmission of information.
Disclosure of Invention
The embodiment of the invention provides a page layout generating device, which is used for automatically generating a page layout and has high efficiency, and the device comprises:
the client is used for sending page layout template request information to the server and determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout;
the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client.
The embodiment of the invention provides a page layout generating client, which is used for automatically generating a page layout and has high efficiency, and comprises the following steps:
the request module is used for sending page layout template request information to the server, and page layout requirement information in the page layout template request information is used for determining a page layout template;
the minimum unit resource determining module is used for determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server, wherein the minimum unit resources are resources with minimum granularity required by page layout;
and the page layout generating module is used for recombining the plurality of minimum unit resources according to the page layout template to generate the target page layout.
The embodiment of the invention provides a page layout generation server, which is used for automatically generating a page layout and has high efficiency, and comprises the following steps:
the page layout template determining module is used for determining a page layout template according to page layout demand information in the page layout template request information after receiving the page layout template request information sent by the client;
and the sending module is used for sending the determined page layout template to a client, the client is used for determining a plurality of minimum unit resources required by the page layout template, and recombining the plurality of minimum unit resources according to the page layout template to generate a target page layout, and the minimum unit resources are resources with minimum granularity required by the page layout.
The embodiment of the invention provides a page layout generation method, which is used for automatically generating a page layout and has high efficiency and comprises the following steps:
sending page layout template request information to a server, wherein page layout requirement information in the page layout template request information is used for determining a page layout template;
after a page layout template fed back by a server is received, determining a plurality of minimum unit resources required by the page layout template, wherein the minimum unit resources are resources with minimum granularity required by page layout;
and recombining the plurality of minimum unit resources according to the page layout template to generate the target page layout.
The embodiment of the invention provides a page layout generation method, which is used for automatically generating a page layout and has high efficiency and comprises the following steps:
after receiving page layout template request information sent by a client, determining a page layout template according to page layout requirement information in the page layout template request information;
and sending the determined page layout template to a client, wherein the client is used for determining a plurality of minimum unit resources required by the page layout template, and recombining the plurality of minimum unit resources according to the page layout template to generate a target page layout, and the minimum unit resources are resources with minimum granularity required by the page layout.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the page layout generating method is implemented.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the above page layout generating method is stored in the computer-readable storage medium.
In the embodiment of the invention, the client is used for sending page layout template request information to the server, and determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout; the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client. In the process, when the target page layout is generated each time, the target page layout can be generated only by determining the page layout template and the minimum unit resources required by the page layout template and then recombining the minimum unit resources, without re-making a brand new AB file each time, and then performing software testing, software implementation and software updating, so that the efficiency of generating the target page layout is high.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic diagram of a page layout generating apparatus according to an embodiment of the present invention;
FIG. 2 is a diagram of a page layout generating client according to an embodiment of the present invention;
FIG. 3 is a diagram of a page layout generation server according to an embodiment of the present invention;
FIG. 4 is a flowchart of a page layout generating method according to an embodiment of the present invention;
fig. 5 is another flowchart of a page layout generating method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
Fig. 1 is a schematic diagram of a page layout generating apparatus in an embodiment of the present invention, and as shown in fig. 1, the apparatus includes:
the client is used for sending page layout template request information to the server and determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout;
the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client.
In the embodiment of the invention, when the target page layout is generated each time, the target page layout can be generated only by determining the page layout template and the plurality of minimum unit resources required by the page layout template and then recombining the plurality of minimum unit resources, without re-making a brand new AB file each time, and then performing software testing, software implementation and software update, the efficiency of generating the target page layout is high.
In the specific implementation, in order to satisfy the requirement of instantly publishing information and freely customize the page layout, the page layout needs to be dynamically generated rapidly, at this time, the page layout template is important, therefore, the client of the C/S structure first needs to send page layout template request information, which includes page layout requirement information, namely the characteristics of the page layout required by the client, the server determines a page layout template meeting the characteristics of the page layout required by the client after receiving the page layout template request information, and sending the page layout template to the client, which can quickly read out a plurality of required minimum unit resources according to the constraint description information in the page layout template, and recombining the minimum unit templates to generate a target page layout so as to render the picture. The page layout module is used in the process, the minimum unit resource is automatically recombined according to the page layout template, the user does not need to generate the file corresponding to the target page layout every time, the flexibility is high, the purpose of instantly refreshing the page layout is achieved, background layout self-definition is achieved, the dynamic layout function effect obtained by the front end seen by the back end is achieved, and the efficiency is greatly improved.
In an embodiment, the client is further configured to:
a plurality of minimum unit resources are created and stored.
In one embodiment, the minimum unit resource is a minimum unit AssetBundle file.
In the two embodiments, the client refines the elements required for page rendering to the minimum usable unit, i.e., the minimum unit AssetBundle file, which is beneficial to the reuse of the AssetBundle file, and the AssetBundle files can be stored discretely with the client.
In an embodiment, the server is further configured to:
and manufacturing a page layout template.
In an embodiment, the page layout template is a page layout style description protocol file.
In the above embodiment, a plurality of page layout templates are stored in the server, and a template making unit may also be provided to allow the user to customize the page layout template, so that the user may customize the page layout according to the preference of the user, thereby reducing the product maintenance cost.
In summary, in the apparatus provided in the embodiment of the present invention, the client is configured to send the page layout template request information to the server, and after receiving the page layout template fed back by the server, determine a plurality of minimum unit resources required by the page layout template; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout; the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client. In the process, when the target page layout is generated each time, the target page layout can be generated only by determining the page layout template and the minimum unit resources required by the page layout template and then recombining the minimum unit resources, without re-making a brand new AB file each time, and then performing software testing, software implementation and software updating, so that the efficiency of generating the target page layout is high.
An embodiment of the present invention further provides a page layout generating client, and fig. 2 is a schematic diagram of the page layout generating client in the embodiment of the present invention, as shown in fig. 2, including:
the request module 201 is configured to send page layout template request information to a server, where page layout requirement information in the page layout template request information is used to determine a page layout template;
a minimum unit resource determining module 202, configured to determine, after receiving a page layout template fed back by a server, a plurality of minimum unit resources required by the page layout template, where the minimum unit resources are resources with a minimum granularity required by page layout;
the page layout generating module 203 is configured to recombine the multiple minimum unit resources according to the page layout template to generate a target page layout.
In one embodiment, the client further includes a minimum unit resource making module, configured to:
a plurality of minimum unit resources are created and stored.
In one embodiment, the minimum unit resource is a minimum unit AssetBundle file.
In summary, in the page layout generating client proposed in the embodiment of the present invention, each time a target page layout is generated, only the page layout template and the minimum unit resources required by the page layout template need to be determined, and then the minimum unit resources are reassembled to generate the target page layout, instead of re-creating a completely new AB file each time, and then performing software testing, software implementation, and software update, so that the efficiency of generating the target page layout is high.
An embodiment of the present invention further provides a page layout generating server, and fig. 3 is a schematic diagram of the page layout generating server in the embodiment of the present invention, as shown in fig. 3, including:
the page layout template determining module 301 is configured to determine a page layout template according to page layout requirement information in page layout template request information after receiving the page layout template request information sent by the client;
a sending module 302, configured to send the determined page layout template to a client, where the client is configured to determine a plurality of minimum unit resources required by the page layout template, and recombine the plurality of minimum unit resources according to the page layout template to generate a target page layout, where the minimum unit resource is a resource with a minimum granularity required by the page layout.
In an embodiment, the server further includes:
and the page layout template manufacturing module is used for manufacturing the page layout template.
In an embodiment, the page layout template is a page layout style description protocol file.
In summary, in the page layout generating server provided in the embodiment of the present invention, each time a target page layout is generated, only the page layout template and the minimum unit resources required by the page layout template need to be determined, and then the minimum unit resources are reassembled to generate the target page layout, instead of re-creating a completely new AB file each time, and then performing software testing, software implementation, and software update, so that the efficiency of generating the target page layout is high.
The embodiment of the present invention further provides a page layout generating method, fig. 4 is a flowchart of the page layout generating method in the embodiment of the present invention, and as shown in fig. 4, the method includes:
step 401, sending page layout template request information to a server, where page layout requirement information in the page layout template request information is used to determine a page layout template;
step 402, after receiving a page layout template fed back by a server, determining a plurality of minimum unit resources required by the page layout template, wherein the minimum unit resources are resources with minimum granularity required by page layout;
step 403, according to the page layout template, reorganizing the multiple minimum unit resources to generate a target page layout.
In an embodiment, the method further comprises:
a plurality of minimum unit resources are created and stored.
In one embodiment, the minimum unit resource is a minimum unit AssetBundle file.
In summary, in the page layout generating method provided in the embodiment of the present invention, each time the target page layout is generated, only the page layout template and the minimum unit resources required by the page layout template need to be determined, and then the minimum unit resources are recombined to generate the target page layout, instead of re-creating a completely new AB file each time, and then performing software testing, software implementation, and software update, so that the efficiency of generating the target page layout is high.
The embodiment of the present invention further provides another page layout generating method, fig. 5 is another flowchart of the page layout generating method in the embodiment of the present invention, and as shown in fig. 5, the method includes:
step 501, after receiving page layout template request information sent by a client, determining a page layout template according to page layout requirement information in the page layout template request information;
step 502, sending the determined page layout template to a client, where the client is configured to determine a plurality of minimum unit resources required by the page layout template, and according to the page layout template, reorganizing the plurality of minimum unit resources to generate a target page layout, where the minimum unit resource is a resource with a minimum granularity required by the page layout.
In an embodiment, the method further comprises:
and manufacturing a page layout template.
In an embodiment, the page layout template is a page layout style description protocol file.
In summary, in the page layout generating method provided in the embodiment of the present invention, each time the target page layout is generated, only the page layout template and the minimum unit resources required by the page layout template need to be determined, and then the minimum unit resources are recombined to generate the target page layout, instead of re-creating a completely new AB file each time, and then performing software testing, software implementation, and software update, so that the efficiency of generating the target page layout is high.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A page layout generating apparatus, comprising:
the client is used for sending page layout template request information to the server and determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server; recombining a plurality of minimum unit resources according to a page layout template to generate a target page layout, wherein the minimum unit resources are resources with minimum granularity required by the page layout;
the server is used for determining the page layout template according to the page layout requirement information in the page layout template request information after receiving the page layout template request information sent by the client; and sending the determined page layout template to the client.
2. The page layout generating apparatus of claim 1, wherein the client is further configured to:
a plurality of minimum unit resources are created and stored.
3. The page layout generating apparatus according to claim 2, wherein the minimum unit resource is a minimum unit AssetBundle file.
4. The page layout generating apparatus of claim 1, wherein the server is further configured to:
and manufacturing a page layout template.
5. The page layout generating apparatus according to claim 4, wherein the page layout template is a page layout style description protocol file.
6. A page layout generating client, comprising:
the request module is used for sending page layout template request information to the server, and page layout requirement information in the page layout template request information is used for determining a page layout template;
the minimum unit resource determining module is used for determining a plurality of minimum unit resources required by the page layout template after receiving the page layout template fed back by the server, wherein the minimum unit resources are resources with minimum granularity required by page layout;
and the page layout generating module is used for recombining the plurality of minimum unit resources according to the page layout template to generate the target page layout.
7. A page layout generation server, comprising:
the page layout template determining module is used for determining a page layout template according to page layout demand information in the page layout template request information after receiving the page layout template request information sent by the client;
and the sending module is used for sending the determined page layout template to a client, the client is used for determining a plurality of minimum unit resources required by the page layout template, and recombining the plurality of minimum unit resources according to the page layout template to generate a target page layout, and the minimum unit resources are resources with minimum granularity required by the page layout.
8. A page layout generating method is characterized by comprising the following steps:
sending page layout template request information to a server, wherein page layout requirement information in the page layout template request information is used for determining a page layout template;
after a page layout template fed back by a server is received, determining a plurality of minimum unit resources required by the page layout template, wherein the minimum unit resources are resources with minimum granularity required by page layout;
and recombining the plurality of minimum unit resources according to the page layout template to generate the target page layout.
9. A page layout generating method is characterized by comprising the following steps:
after receiving page layout template request information sent by a client, determining a page layout template according to page layout requirement information in the page layout template request information;
and sending the determined page layout template to a client, wherein the client is used for determining a plurality of minimum unit resources required by the page layout template, and recombining the plurality of minimum unit resources according to the page layout template to generate a target page layout, and the minimum unit resources are resources with minimum granularity required by the page layout.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 8 to 9 when executing the computer program.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 8 to 9.
CN202010073776.1A 2020-01-22 2020-01-22 Page layout generation device and method, client and server Pending CN111273906A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010073776.1A CN111273906A (en) 2020-01-22 2020-01-22 Page layout generation device and method, client and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010073776.1A CN111273906A (en) 2020-01-22 2020-01-22 Page layout generation device and method, client and server

Publications (1)

Publication Number Publication Date
CN111273906A true CN111273906A (en) 2020-06-12

Family

ID=71003471

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010073776.1A Pending CN111273906A (en) 2020-01-22 2020-01-22 Page layout generation device and method, client and server

Country Status (1)

Country Link
CN (1) CN111273906A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648555A (en) * 2015-10-28 2017-05-10 阿里巴巴集团控股有限公司 Page generation method and device
CN107562467A (en) * 2017-07-26 2018-01-09 阿里巴巴集团控股有限公司 Page rendering method, apparatus and equipment
CN110020388A (en) * 2018-12-25 2019-07-16 阿里巴巴集团控股有限公司 A kind of page display method and system
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648555A (en) * 2015-10-28 2017-05-10 阿里巴巴集团控股有限公司 Page generation method and device
CN107562467A (en) * 2017-07-26 2018-01-09 阿里巴巴集团控股有限公司 Page rendering method, apparatus and equipment
CN110020388A (en) * 2018-12-25 2019-07-16 阿里巴巴集团控股有限公司 A kind of page display method and system
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment

Similar Documents

Publication Publication Date Title
CN106843828B (en) Interface display and loading method and device
US10007532B1 (en) Data infrastructure for cross-platform cross-device API inter-connectivity
WO2021057252A1 (en) Service processing flow configuration method and apparatus, and service request processing method and apparatus
CN112131504B (en) Webpage editing and displaying method, device, equipment and storage medium
CN113177062B (en) Data query method and device
US20130097595A1 (en) Update scanning
CN111064626A (en) Configuration updating method, device, server and readable storage medium
US10411896B2 (en) Mixed checksum injection for content verification on multiple platforms
CN111444309B (en) System for learning graph
CN110297945B (en) Data information processing method and system based on XBRL
CN111273906A (en) Page layout generation device and method, client and server
CN113495723B (en) Method, device and storage medium for calling functional component
CN109389271B (en) Application performance management method and system
CN114564207A (en) Software product processing method and device, computer equipment and storage medium
CN111459484B (en) Method for simulating back-end data during separate development of front end and back end of webpage
CN110545296A (en) Log data acquisition method, device and equipment
CN113268304A (en) Cross-platform application special effect production method
CN111160403A (en) Method and device for multiplexing and discovering API (application program interface)
CN111562982B (en) Method and device for processing request data, computer readable storage medium and electronic equipment
CN111563091B (en) Method and system for batch updating MongoDB in non-round-trip mode
CN111930718B (en) Node adjustment method and device for configuration management database
CN115129323B (en) Method, device and equipment for processing data resource packet and storage medium
CN113760836B (en) Wide table calculation method and device
CN111679980A (en) Background data simulation method and device
AU2024200289A1 (en) Skin changing method and apparatus for display interface, vehicle and storage medium

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200612

WD01 Invention patent application deemed withdrawn after publication