CN111338819A - Method, system, equipment and readable storage medium for processing business object - Google Patents

Method, system, equipment and readable storage medium for processing business object Download PDF

Info

Publication number
CN111338819A
CN111338819A CN202010112836.6A CN202010112836A CN111338819A CN 111338819 A CN111338819 A CN 111338819A CN 202010112836 A CN202010112836 A CN 202010112836A CN 111338819 A CN111338819 A CN 111338819A
Authority
CN
China
Prior art keywords
processed
data
business object
requirement
new
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
CN202010112836.6A
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.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN202010112836.6A priority Critical patent/CN111338819A/en
Publication of CN111338819A publication Critical patent/CN111338819A/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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications

Abstract

The application discloses a method for processing a service object, which comprises the following steps: receiving a business object processing request; determining an object to be processed according to the service object processing request, and judging whether the object to be processed meets the requirement of a preset format; if not, establishing a new service object meeting the requirement of a preset format according to the object to be processed; and executing the business object processing request to process the new business object. According to the method and the device, the to-be-processed object is determined according to the business object processing request, whether the to-be-processed object meets the requirement of the preset format is judged, and the new business object meeting the requirement of the preset format is established according to the to-be-processed object when the to-be-processed object does not meet the requirement of the preset format, so that the business objects circulating in the application keep uniform in structure, the complex situation of a data structure is avoided, and the code reuse rate is improved. The application also provides a system, equipment and a readable storage medium for processing the business object, and the system, the equipment and the readable storage medium have the beneficial effects.

Description

Method, system, equipment and readable storage medium for processing business object
Technical Field
The present application relates to the field of business object processing, and in particular, to a method, a system, a device, and a readable storage medium for business object processing.
Background
With the rise of Single Page Application (SPA), a development mode with separated front and back ends is the way, so that the front and back ends respectively perform their own functions, and the communication and cooperation cost is greatly reduced. In most cases, the front end only needs to call the interface of the back end to directly display the data in a proper mode, or receives user input to directly call the interface and transmit the data to the back end. The mode has no problem in small and medium-sized projects with few participators, but as the projects are larger and larger, the modules are more and more complex, the participators are more and more, and the mode also has more and more disadvantages:
the anonymous service object is an object which is used for describing service attributes in SPA application and is not defined with a specific name, the anonymous service object needs to be redefined on different pages, and the standards are not uniform, so that the structure is complex, and the code reuse rate is low.
Therefore, how to specify the business object of the front end is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
The application aims to provide a method, a system, equipment and a readable storage medium for processing business objects, which are used for standardizing the business objects of a front end.
In order to solve the above technical problem, the present application provides a method for processing a service object, including:
receiving a business object processing request;
determining an object to be processed according to the service object processing request, and judging whether the object to be processed meets the requirement of a preset format;
if not, establishing a new service object meeting the preset format requirement according to the object to be processed;
and executing the service object processing request to process the new service object.
Optionally, establishing a new service object meeting the requirement of the preset format according to the object to be processed includes:
creating the new business object;
acquiring source data from the object to be processed, and filling the source data to a corresponding position of the new business object; wherein the source data does not include unassigned variables and null pointers;
and when the idle position of the unfilled data exists in the new service object, acquiring corresponding default data from a preset data model and filling the default data into the idle position.
Optionally, establishing a new service object meeting the requirement of the preset format according to the object to be processed includes:
creating the new business object, and filling all default data in a preset data model into the new business object;
mapping the source data in the object to be processed to the corresponding position in the new business object through an adapter; wherein the source data does not include unassigned variables and null pointers.
Optionally, the method further includes:
receiving an input default data updating request;
and executing the default data updating request to update the default data in the preset data model.
Optionally, after establishing a new service object meeting the requirement of the preset format according to the object to be processed, the method further includes:
and determining a data conversion mode according to the service object processing request, and performing data conversion on the data in the new service object.
Optionally, when the object to be processed meets the preset format requirement, the method further includes:
and executing the service object processing request to process the object to be processed.
The present application further provides a system for processing a business object, the system comprising:
the receiving module is used for receiving a business object processing request;
the determining module is used for determining the object to be processed according to the service object processing request and judging whether the object to be processed meets the requirement of a preset format;
the establishing module is used for establishing a new business object which meets the requirement of the preset format according to the object to be processed when the object to be processed does not meet the requirement of the preset format;
and the first execution module is used for executing the service object processing request to process the new service object.
Optionally, the establishing module includes:
the first creating submodule is used for creating the new business object;
the first obtaining submodule is used for obtaining source data from the object to be processed and filling the source data to a corresponding position of the new business object; wherein the source data does not include unassigned variables and null pointers;
and the second obtaining submodule is used for obtaining corresponding default data from a preset data model and filling the default data into the idle position when the idle position without the data is existed in the new service object.
The present application further provides a service object processing device, including:
a memory for storing a computer program;
a processor for implementing the steps of the method of business object processing as claimed in any one of the above when executing the computer program.
The present application also provides a readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of business object processing according to any one of the preceding claims.
The method for processing the business object provided by the application comprises the following steps: receiving a business object processing request; determining an object to be processed according to the service object processing request, and judging whether the object to be processed meets the requirement of a preset format; if not, establishing a new service object meeting the requirement of a preset format according to the object to be processed; and executing the business object processing request to process the new business object.
According to the technical scheme provided by the application, the object to be processed is determined according to the service object processing request, whether the object to be processed meets the requirement of the preset format is judged, a new service object meeting the requirement of the preset format is established according to the object to be processed when the object to be processed does not meet the requirement of the preset format, and finally the new service object is processed by executing the service object processing request; the business objects circulated in the application keep unified structure, the complex situation of the data structure is avoided, and the code reuse rate is improved. The present application also provides a system, a device and a readable storage medium for processing a business object, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for processing a business object according to an embodiment of the present application;
FIG. 2 is a flow chart of an actual representation of S103 in the method of business object processing provided in FIG. 1;
fig. 3 is a block diagram of a system for processing a business object according to an embodiment of the present disclosure;
fig. 4 is a block diagram of another system for processing business objects according to an embodiment of the present application;
fig. 5 is a structural diagram of a business object processing device according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a method, a system, equipment and a readable storage medium for processing business objects, which are used for standardizing the business objects at the front end.
In order to make the objects, 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 is obvious that the described embodiments are some embodiments of the present application, but not all 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 application.
Referring to fig. 1, fig. 1 is a flowchart of a method for processing a business object according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s101: receiving a business object processing request;
the anonymous service object needs to be redefined on different pages, and the standards are not uniform, so that the structure is complex, and the code reuse rate is low. The coupling of the front end and the back end on the interface layer also causes the influence range of the change of the interface on the front end to be more and more uncontrollable, and causes new cooperation cost; meanwhile, the front end needs to write more defensive codes at the place where the interface data are used to ensure the robustness of the program, which results in complex codes. Therefore, the present application provides a method for processing a business object, which is used to solve the above problems.
S102: determining an object to be processed according to the service object processing request, and judging whether the object to be processed meets the requirement of a preset format;
if not, the step S103 is executed;
the preset format requirement mentioned here is a format requirement that can be met by the service object that can be processed in the whole service object processing flow, and in a specific embodiment, the preset format requirement may be configured in advance according to an input specification parameter; when a modification command is received, the preset format requirement can be modified;
when the object to be processed does not meet the requirement of the preset format, it is proved that the object to be processed cannot be processed, and at this time, step S103 can be executed, a new business object meeting the requirement of the preset format is generated, and then the new business object is processed;
optionally, when the object to be processed meets the requirement of the preset format, it is proved that the object to be processed can be processed, and at this time, the service object processing request can be directly executed to process the object to be processed.
S103: establishing a new business object meeting the requirements of a preset format according to the object to be processed;
preferably, the establishing of the new service object meeting the requirement of the preset format according to the object to be processed mentioned herein may be specifically implemented by executing the steps shown in fig. 2, and referring to fig. 2, fig. 2 is a flowchart of an actual representation manner of S103 in the method for processing a service object provided in fig. 1, and specifically includes the following steps:
s201: creating a new business object;
s202: acquiring source data from the object to be processed, and filling the source data to the corresponding position of the new business object;
wherein, the source data does not include unassigned variables and null pointers;
s203: and when the idle position of the unfilled data exists in the new service object, acquiring corresponding default data from the preset data model and filling the default data into the idle position.
For example, when the object to be processed is:
Figure BDA0002390610440000051
the preset data model (which must meet the preset format requirement) is:
Figure BDA0002390610440000061
and then, establishing new business objects meeting the preset format requirements according to the objects to be processed, wherein the new business objects are as follows:
Figure BDA0002390610440000062
namely, replacing a of the object to be processed whose median is null pointer with a of the default value, and supplementing c which does not exist in the object to be processed, thereby completing the creation of the new business object.
Preferably, the establishing of the new service object meeting the requirement of the preset format according to the object to be processed mentioned herein may specifically be:
creating a new business object, and filling all default data in a preset data model into the new business object;
mapping source data in the object to be processed to a corresponding position in the new business object through an adapter; wherein the source data does not include unassigned variables and null pointers.
Preferably, the method may further comprise:
receiving an input default data updating request;
and executing the default data updating request to update the default data in the preset data model.
When an input default data updating request is received, the default data updating request is executed to update default data in a preset data model, so that the default data can be updated in time when external processing logic changes are faced, and the established new business object can be processed.
S104: and executing the business object processing request to process the new business object.
Preferably, after the new business object meeting the requirement of the preset format is established according to the object to be processed, the method further includes:
and determining a data conversion mode according to the business object processing request, and performing data conversion on the data in the new business object.
For example, for the date format, the present application may define a commonly used date conversion function (date-time stamp conversion, date calculation, date formatted display, etc.) in advance, and perform data conversion on data in the new service object when necessary.
Optionally, the method may further include defining corresponding conversion logic for some special types returned by the back end in daily development, and implementing the conversion logic by means of plug-in injection, for example, purchasing plan information common in government purchasing. Thereby improving the maintainability of the project.
Based on the technical scheme, the method for processing the service object determines the object to be processed according to the service object processing request, judges whether the object to be processed meets the requirement of the preset format, establishes a new service object meeting the requirement of the preset format according to the object to be processed when the object to be processed does not meet the requirement of the preset format, and finally executes the service object processing request to process the new service object; the business objects circulated in the application keep unified structure, the complex situation of the data structure is avoided, and the code reuse rate is improved.
Referring to fig. 3, fig. 3 is a structural diagram of a system for processing a business object according to an embodiment of the present disclosure.
The system may include:
a receiving module 100, configured to receive a service object processing request;
the determining module 200 is configured to determine the object to be processed according to the service object processing request, and determine whether the object to be processed meets a preset format requirement;
the establishing module 300 is configured to establish a new service object meeting the requirement of the preset format according to the object to be processed when the object to be processed does not meet the requirement of the preset format;
the first executing module 400 is configured to execute the service object processing request to process the new service object.
Referring to fig. 4, fig. 4 is a block diagram of another business object processing system according to an embodiment of the present disclosure.
The establishing module 300 may include:
the first creating submodule is used for creating a new business object;
the first acquisition submodule is used for acquiring source data from the object to be processed and filling the source data to the corresponding position of the new business object; wherein, the source data does not include unassigned variables and null pointers;
and the second obtaining submodule is used for obtaining corresponding default data from the preset data model and filling the default data into the idle position when the idle position without the data is existed in the new service object.
The establishing module 300 may include:
the second creating submodule is used for creating a new business object and filling all default data in the preset data model into the new business object;
the mapping submodule is used for mapping the source data in the object to be processed to the corresponding position in the new business object through the adapter; wherein the source data does not include unassigned variables and null pointers.
The establishing module 300 may further include:
the receiving submodule is used for receiving an input default data updating request;
and the updating submodule is used for executing the default data updating request to update the default data in the preset data model.
The system may further comprise:
and the data conversion module is used for determining a data conversion mode according to the service object processing request and performing data conversion on the data in the new service object.
The system may further comprise:
and the second execution module is used for executing the service object processing request to process the object to be processed when the object to be processed meets the preset format requirement.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
Referring to fig. 5, fig. 5 is a structural diagram of a business object processing device according to an embodiment of the present application.
The business object processing apparatus 500 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 522 (e.g., one or more processors) and a memory 532, one or more storage media 530 (e.g., one or more mass storage devices) storing applications 542 or data 544. Memory 532 and storage media 530 may be, among other things, transient storage or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a sequence of instruction operations for the device. Further, the processor 522 may be configured to communicate with the storage medium 530 to execute a series of instruction operations in the storage medium 530 on the business object processing apparatus 500.
Business object processing apparatus 500 may also include one or more power supplies 525, one or more wired or wireless network interfaces 550, one or more input-output interfaces 558, and/or one or more operating systems 541, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps in the method for processing the business object described in fig. 1 to 2 are implemented by the business object processing device based on the structure shown in fig. 5.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The method, system, device and readable storage medium for processing a business object provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for business object processing, comprising:
receiving a business object processing request;
determining an object to be processed according to the service object processing request, and judging whether the object to be processed meets the requirement of a preset format;
if not, establishing a new service object meeting the preset format requirement according to the object to be processed;
and executing the service object processing request to process the new service object.
2. The method according to claim 1, wherein establishing a new business object meeting the preset format requirement according to the object to be processed comprises:
creating the new business object;
acquiring source data from the object to be processed, and filling the source data to a corresponding position of the new business object; wherein the source data does not include unassigned variables and null pointers;
and when the idle position of the unfilled data exists in the new service object, acquiring corresponding default data from a preset data model and filling the default data into the idle position.
3. The method according to claim 1, wherein establishing a new business object meeting the preset format requirement according to the object to be processed comprises:
creating the new business object, and filling all default data in a preset data model into the new business object;
mapping the source data in the object to be processed to the corresponding position in the new business object through an adapter; wherein the source data does not include unassigned variables and null pointers.
4. The method of claim 2 or 3, further comprising:
receiving an input default data updating request;
and executing the default data updating request to update the default data in the preset data model.
5. The method according to claim 1, after establishing a new business object meeting the preset format requirement according to the object to be processed, further comprising:
and determining a data conversion mode according to the service object processing request, and performing data conversion on the data in the new service object.
6. The method according to claim 1, when the object to be processed meets the preset format requirement, further comprising:
and executing the service object processing request to process the object to be processed.
7. A system for business object processing, comprising:
the receiving module is used for receiving a business object processing request;
the determining module is used for determining the object to be processed according to the service object processing request and judging whether the object to be processed meets the requirement of a preset format;
the establishing module is used for establishing a new business object which meets the requirement of the preset format according to the object to be processed when the object to be processed does not meet the requirement of the preset format;
and the first execution module is used for executing the service object processing request to process the new service object.
8. The system of claim 7, wherein the setup module comprises:
the first creating submodule is used for creating the new business object;
the first obtaining submodule is used for obtaining source data from the object to be processed and filling the source data to a corresponding position of the new business object; wherein the source data does not include unassigned variables and null pointers;
and the second obtaining submodule is used for obtaining corresponding default data from a preset data model and filling the default data into the idle position when the idle position without the data is existed in the new service object.
9. A business object processing apparatus, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method of business object processing according to any one of claims 1 to 6 when executing said computer program.
10. A readable storage medium, characterized in that it has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of business object processing according to any one of claims 1 to 6.
CN202010112836.6A 2020-02-24 2020-02-24 Method, system, equipment and readable storage medium for processing business object Pending CN111338819A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010112836.6A CN111338819A (en) 2020-02-24 2020-02-24 Method, system, equipment and readable storage medium for processing business object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010112836.6A CN111338819A (en) 2020-02-24 2020-02-24 Method, system, equipment and readable storage medium for processing business object

Publications (1)

Publication Number Publication Date
CN111338819A true CN111338819A (en) 2020-06-26

Family

ID=71183655

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010112836.6A Pending CN111338819A (en) 2020-02-24 2020-02-24 Method, system, equipment and readable storage medium for processing business object

Country Status (1)

Country Link
CN (1) CN111338819A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (en) * 2006-10-13 2008-04-16 华为技术有限公司 Method and system of cooperating services provided by different service providers
EP2706458A1 (en) * 2012-09-10 2014-03-12 Canon Kabushiki Kaisha Method and device for controlling communication between applications in a web runtime environment
CN106909596A (en) * 2016-06-23 2017-06-30 阿里巴巴集团控股有限公司 Method for processing business, apparatus and system
CN107861713A (en) * 2017-07-25 2018-03-30 平安普惠企业管理有限公司 Data calling method, device and computer-readable recording medium
CN109802957A (en) * 2019-01-03 2019-05-24 深圳壹账通智能科技有限公司 Interface butt joint method, device, computer equipment and storage medium
CN110825488A (en) * 2019-09-29 2020-02-21 山东中创软件工程股份有限公司 Business processing method and device, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (en) * 2006-10-13 2008-04-16 华为技术有限公司 Method and system of cooperating services provided by different service providers
EP2706458A1 (en) * 2012-09-10 2014-03-12 Canon Kabushiki Kaisha Method and device for controlling communication between applications in a web runtime environment
CN106909596A (en) * 2016-06-23 2017-06-30 阿里巴巴集团控股有限公司 Method for processing business, apparatus and system
CN107861713A (en) * 2017-07-25 2018-03-30 平安普惠企业管理有限公司 Data calling method, device and computer-readable recording medium
CN109802957A (en) * 2019-01-03 2019-05-24 深圳壹账通智能科技有限公司 Interface butt joint method, device, computer equipment and storage medium
CN110825488A (en) * 2019-09-29 2020-02-21 山东中创软件工程股份有限公司 Business processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN112783506B (en) Model operation method and related device
CN110162344B (en) Isolation current limiting method and device, computer equipment and readable storage medium
CN111414391A (en) Method and system for accessing multiple data sources
CN111158715A (en) Gray scale release control method and system
CN110427213B (en) Method, device, equipment and storage medium for realizing intelligent configuration software
CN106603125B (en) Method and device for data interaction with Bluetooth equipment
CN110825499A (en) Method and device for realizing security isolation based on unified container cloud platform
CN109766319B (en) Compression task processing method and device, storage medium and electronic equipment
CN112433713A (en) Application program design graph processing method and device
CN109657317B (en) CPLD pin allocation method, system and equipment
CN111338819A (en) Method, system, equipment and readable storage medium for processing business object
CN109542419B (en) Method, system and equipment for developing CAN information processing software
CN109840078B (en) Method and device for collaboratively editing hierarchical metadata
CN116226921A (en) Desensitization processing method and device
CN111125064A (en) Method and device for generating database mode definition statement
CN110764768A (en) Method and device for mutual conversion between model object and JSON object
CN116302218A (en) Function information adding method, device, equipment and storage medium
CN111475148A (en) Third-party dependent library isolation method and device, electronic equipment and storage medium
US11726818B1 (en) System for executing tasks in different programming languages
CN109460397B (en) Data output control method and device, storage medium and electronic equipment
CN111610908B (en) Method for generating frame diagram, computer equipment and readable storage medium
CN108984318B (en) Message delivery method and device based on driving model and readable storage medium
CN113259480A (en) Twin synchronization method based on configuration, Internet of things, equipment and storage medium
CN109561146A (en) Document down loading method, device, terminal device
CN111782282B (en) Start program loading method and device, electronic equipment 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