CN112751836A - Vehicle data display method, device, storage medium and system - Google Patents

Vehicle data display method, device, storage medium and system Download PDF

Info

Publication number
CN112751836A
CN112751836A CN202011557622.6A CN202011557622A CN112751836A CN 112751836 A CN112751836 A CN 112751836A CN 202011557622 A CN202011557622 A CN 202011557622A CN 112751836 A CN112751836 A CN 112751836A
Authority
CN
China
Prior art keywords
screen
data
service
vehicle
displayed
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
CN202011557622.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.)
Human Horizons Shanghai Internet Technology Co Ltd
Original Assignee
Human Horizons Shanghai Internet 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 Human Horizons Shanghai Internet Technology Co Ltd filed Critical Human Horizons Shanghai Internet Technology Co Ltd
Priority to CN202011557622.6A priority Critical patent/CN112751836A/en
Publication of CN112751836A publication Critical patent/CN112751836A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a vehicle data display method, a device, a computer readable storage medium and a system, wherein the method comprises the following steps: acquiring service data to be displayed of a vehicle and a service type of the service data to be displayed; acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template; and displaying the service data to be displayed according to the target screen display template. By adopting the technical scheme of the invention, a universal data display scheme can be defined, so that the data display has a uniform technical standard, the screen development process is standardized, and the user experience is improved.

Description

Vehicle data display method, device, storage medium and system
Technical Field
The invention relates to the technical field of data display, in particular to a vehicle data display method, a vehicle data display device, a computer readable storage medium and a vehicle data display system.
Background
At present, a vehicle operation center has various display schemes for a large monitoring screen, and from the technical implementation perspective, different monitoring screens may be implemented through different programming languages respectively, and accordingly have different technical standards, which results in different interaction logics among the monitoring screens being different, that is, there is no large monitoring screen display scheme with unified standards, thereby affecting the development process of the large screen, and the user experience is poor.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a vehicle data display method, device, computer-readable storage medium and system, which can define a general data display scheme, so that data display has a uniform technical standard, thereby standardizing a screen development process and improving user experience.
In order to solve the above technical problem, an embodiment of the present invention provides a vehicle data display method, including:
acquiring service data to be displayed of a vehicle and a service type of the service data to be displayed;
acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and displaying the service data to be displayed according to the target screen display template.
Further, the service data to be displayed at least comprises monitoring data; the monitoring data includes at least vehicle monitoring data and charge monitoring data.
Further, the acquiring the service data to be displayed of the vehicle and the service type of the service data to be displayed specifically includes:
receiving a protocol packet through an MQTT protocol, and acquiring the service data to be displayed according to the protocol packet; wherein, the protocol packet carries a service identifier;
and acquiring the service type of the service data to be displayed according to the service identifier.
Further, the method creates any screen presentation template in advance by the following steps:
establishing a screen element component library; the screen element component library comprises a plurality of screen element components;
selecting at least one screen element component corresponding to the screen presentation template from the screen element component library;
creating the screen presentation template from the at least one screen element component.
Further, the creating the screen display template according to the at least one screen element component specifically includes:
and splicing the at least one screen element assembly to correspondingly obtain the screen display template.
Further, the method further comprises:
when a screen switching instruction is received, determining a screen display template to be switched according to the screen switching instruction;
and executing corresponding screen switching operation on the screen display template to be switched according to the screen switching instruction.
In order to solve the above technical problem, an embodiment of the present invention further provides a vehicle data display device, including:
the system comprises a service data acquisition module, a service data display module and a service data display module, wherein the service data acquisition module is used for acquiring service data to be displayed of a vehicle and a service type of the service data to be displayed;
the screen display template selection module is used for acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and the service data display module is used for displaying the service data to be displayed according to the target screen display template.
An embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program; wherein the computer program, when running, controls an apparatus in which the computer-readable storage medium is located to perform any one of the above-described vehicle data display methods.
The embodiment of the invention also provides a vehicle data display device, which comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor realizes the vehicle data display method in any one of the above items when executing the computer program.
The embodiment of the invention also provides a vehicle data display system, which comprises a business data service platform, a screen service platform and a screen display platform; wherein,
the business data service platform is used for pushing the business data of the vehicle to the screen service platform;
the screen service platform is used for classifying the business data and pushing the classified business data to the screen display platform;
the screen display platform is used for realizing the vehicle data display method.
Compared with the prior art, the embodiment of the invention provides a vehicle data display method, a device, a computer readable storage medium and a system, firstly, service data to be displayed of a vehicle and a service type of the service data to be displayed are obtained, then, a target screen display template matched with the service type is obtained according to a preset screen display template library, so that the service data to be displayed are displayed according to the target screen display template, a universal data display scheme can be defined through the use of the screen display template, various types of service data can be displayed by using the matched screen display template, and the data display has a uniform technical standard, so that a screen development process is normalized, the development speed is high, and the user experience is improved.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a vehicle data display method provided by the present invention;
FIG. 2 is a block diagram of a preferred embodiment of a vehicle data display device according to the present invention;
FIG. 3 is a block diagram of another preferred embodiment of a vehicle data display device according to the present invention;
fig. 4 is a block diagram of a preferred embodiment of a vehicle data display system according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without any inventive step, are within the scope of the present invention.
An embodiment of the present invention provides a vehicle data display method, which is a flowchart of a preferred embodiment of the vehicle data display method provided by the present invention, and is shown in fig. 1, where the method includes steps S11 to S13:
step S11, acquiring service data to be displayed of a vehicle and the service type of the service data to be displayed;
step S12, acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and step S13, displaying the service data to be displayed according to the target screen display template.
Specifically, the technical solution provided in the embodiment of the present invention is to preset a screen display template library, where the screen display template library includes at least one screen display template created in advance, each screen display template corresponds to a service type, and when an actual data display scheme is implemented, first obtain service data to be displayed of a vehicle and a service type corresponding to the service data to be displayed, then query the preset screen display template library, find out a target screen display template matched with the service type corresponding to the service data to be displayed from the screen display template library, and finally push the service data to be displayed to the target screen display template for display.
Preferably, the service data to be displayed at least comprises monitoring data; the monitoring data includes at least vehicle monitoring data and charge monitoring data.
It should be noted that the service data to be displayed of the vehicle may be service data corresponding to various service types, for example, the service data to be displayed includes, but is not limited to, monitoring data, and the monitoring data includes, but is not limited to, vehicle monitoring data and charging monitoring data.
It can be understood that, when the service data to be displayed is the monitoring data, the monitoring data can be displayed through the monitoring large screen, wherein the monitoring large screen can be functionally divided into different groups, for example, the monitoring data includes vehicle monitoring data and charging monitoring data, the vehicle monitoring data corresponds to the screen display template 1, the charging monitoring data corresponds to the screen display template 2, the monitoring large screen is correspondingly divided into a vehicle monitoring large screen group and a charging monitoring large screen group, the vehicle monitoring large screen group includes at least one display area, each display area corresponds to one screen display template 1 for displaying corresponding vehicle monitoring data, and similarly, the charging monitoring large screen group includes at least one display area, and each display area corresponds to one screen display template 2 for displaying corresponding charging monitoring data.
In another preferred embodiment, the acquiring the service data to be displayed of the vehicle and the service type of the service data to be displayed specifically includes:
receiving a protocol packet through an MQTT protocol, and acquiring the service data to be displayed according to the protocol packet; wherein, the protocol packet carries a service identifier;
and acquiring the service type of the service data to be displayed according to the service identifier.
Specifically, in combination with the above embodiments, when obtaining the service data to be displayed of the vehicle, the data of different service types have a uniform data transmission format, in the embodiments of the present invention, an MQTT protocol is used for data transmission, and an MQTT protocol packet is correspondingly transmitted, where the MQTT protocol packet carries the service data to be displayed and a corresponding service identifier, so that the service data to be displayed and the service identifier can be correspondingly obtained according to the received MQTT protocol packet, and the service type corresponding to the service data to be displayed is determined according to the service identifier.
For example, the service ID may be a service ID, data of different service types have different service IDs, and each service ID corresponds to one screen presentation template, that is, the service ID matches with the screen presentation template.
In yet another preferred embodiment, the method pre-creates any one of the screen presentation templates by:
establishing a screen element component library; the screen element component library comprises a plurality of screen element components;
selecting at least one screen element component corresponding to the screen presentation template from the screen element component library;
creating the screen presentation template from the at least one screen element component.
Specifically, with reference to the foregoing embodiment, the preset screen display template library includes at least one preset screen display template, and each screen display template is created in the same method, when any screen display template is actually created, a general screen element component library is pre-established, where the screen element component library includes a plurality of screen element components, then the preset screen element component library is queried, and at least one screen element component corresponding to the screen display template to be created is selected from the screen element component library, so that a corresponding screen display template is created according to the determined at least one screen element component, and at least one created screen display template is integrated together, so as to form the screen display template library correspondingly.
It should be noted that each screen presentation template is composed of at least one corresponding screen element component, and the screen element components included in the screen element component library can be shared, for example, the screen presentation template 1 uses the screen element component 1 and the screen element component 2 when being created, the screen presentation template 2 uses the screen element component 1 and the screen element component 3 when being created, and the screen presentation template 1 and the screen presentation template 2 share the screen element component 1 when being created.
It can be understood that after the service data to be displayed is pushed to the matched target screen display template, the service data to be displayed is correspondingly displayed on all screen element assemblies corresponding to the target screen display template.
As an improvement of the above scheme, the creating the screen presentation template according to the at least one screen element component specifically includes:
and splicing the at least one screen element assembly to correspondingly obtain the screen display template.
It can be understood that, after at least one screen element component corresponding to the screen display template to be created is found from the preset screen element component library, the found at least one screen element component may be subjected to splicing processing, and accordingly, one screen display template is obtained.
In yet another preferred embodiment, the method further comprises:
when a screen switching instruction is received, determining a screen display template to be switched according to the screen switching instruction;
and executing corresponding screen switching operation on the screen display template to be switched according to the screen switching instruction.
Specifically, with reference to the foregoing embodiment, when a screen switching instruction is received through the MQTT protocol, the screen display templates to be switched are determined according to the received screen switching instruction, all the currently used screen display templates to be switched respond to the screen switching instruction, and the screen switching instruction is analyzed to execute the corresponding screen switching operation.
For example, the screen switching instruction is to perform screen switching for a vehicle monitoring large screen, the vehicle monitoring large screen corresponds to the screen display template 1, the vehicle monitoring large screen group currently includes three display areas, and there are three screen display templates 1 currently in use, and the three screen display templates 1 are screen display templates to be switched, and the three screen display templates 1 all respond to the received screen switching instruction, and perform corresponding screen switching operation after analyzing the received screen switching instruction.
According to the vehicle data display method provided by the embodiment of the invention, the service data to be displayed of the vehicle and the service type of the service data to be displayed are firstly obtained, the target screen display template matched with the service type is obtained according to the preset screen display template library, so that the service data to be displayed is displayed according to the target screen display template, a universal data display scheme can be defined through the use of the screen display template, various types of service data can be displayed by using the matched screen display template, the data display has a uniform technical standard, the screen development process is normalized, the development speed is high, and the user experience is improved.
An embodiment of the present invention further provides a vehicle data display device, which is shown in fig. 2 and is a block diagram of a preferred embodiment of the vehicle data display device provided by the present invention, and the device includes:
the service data acquisition module 11 is configured to acquire service data to be displayed of a vehicle and a service type of the service data to be displayed;
the screen display template selection module 12 is used for acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and the service data display module 13 is configured to display the service data to be displayed according to the target screen display template.
Preferably, the service data to be displayed at least comprises monitoring data; the monitoring data includes at least vehicle monitoring data and charge monitoring data.
Preferably, the service data obtaining module 11 specifically includes:
the service data acquisition unit is used for receiving a protocol packet through an MQTT protocol and acquiring the service data to be displayed according to the protocol packet; wherein, the protocol packet carries a service identifier;
and the service type acquisition unit is used for acquiring the service type of the service data to be displayed according to the service identifier.
Preferably, the apparatus further comprises a screen presentation template creation module, the screen presentation template creation module comprising:
the screen element component library creating unit is used for creating a screen element component library; the screen element component library comprises a plurality of screen element components;
a screen element component selection unit for selecting at least one screen element component corresponding to the screen presentation template from the screen element component library;
and the screen display template creating unit is used for creating the screen display template according to the at least one screen element component.
Preferably, the screen presentation template creating unit is specifically configured to:
and splicing the at least one screen element assembly to correspondingly obtain the screen display template.
Preferably, the apparatus further comprises a screen switching module, the screen switching module is configured to:
when a screen switching instruction is received, determining a screen display template to be switched according to the screen switching instruction;
and executing corresponding screen switching operation on the screen display template to be switched according to the screen switching instruction.
It should be noted that, the vehicle data display device provided in the embodiment of the present invention can implement all the processes of the vehicle data display method described in any one of the embodiments, and the functions and technical effects of each module and unit in the device are respectively the same as those of the vehicle data display method described in the embodiment and technical effects implemented in the embodiment, and are not described herein again.
An embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program; wherein the computer program, when running, controls the device on which the computer-readable storage medium is located to execute the vehicle data display method according to any of the above embodiments.
An embodiment of the present invention further provides a vehicle data display device, as shown in fig. 3, which is a block diagram of another preferred embodiment of the vehicle data display device provided by the present invention, the device includes a processor 10, a memory 20, and a computer program stored in the memory 20 and configured to be executed by the processor 10, and the processor 10 implements the vehicle data display method according to any one of the embodiments when executing the computer program.
Preferably, the computer program can be divided into one or more modules/units (e.g. computer program 1, computer program 2,) which are stored in the memory 20 and executed by the processor 10 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program in the apparatus.
The Processor 10 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc., the general purpose Processor may be a microprocessor, or the Processor 10 may be any conventional Processor, the Processor 10 is a control center of the apparatus, and various interfaces and lines are used to connect various parts of the apparatus.
The memory 20 mainly includes a program storage area that may store an operating system, an application program required for at least one function, and the like, and a data storage area that may store related data and the like. In addition, the memory 20 may be a high speed random access memory, may also be a non-volatile memory, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card), and the like, or the memory 20 may also be other volatile solid state memory devices.
It should be noted that the above-mentioned apparatus may include, but is not limited to, a processor and a memory, and those skilled in the art will understand that the structural block diagram in fig. 3 is only an example of the above-mentioned apparatus, and does not constitute a limitation of the apparatus, and may include more or less components than those shown, or combine some components, or different components.
An embodiment of the present invention further provides a vehicle data display system, which is shown in fig. 4 and is a block diagram of a preferred embodiment of the vehicle data display system provided by the present invention, where the system includes a service data platform 100, a screen service platform 200, and a screen display platform 300; wherein,
the business data service platform 100 is used for pushing the business data of the vehicle to the screen service platform 200;
the screen service platform 200 is configured to classify the service data and push the classified service data to the screen display platform 300;
the screen display platform 300 is used for implementing the vehicle data display method according to any one of the embodiments.
Specifically, the service data service platform 100 pushes the service data of the vehicle to the screen service platform 200; after receiving the service data pushed by the service data service platform 100, the screen service platform 200 classifies the received service data and transmits the classified service data to the screen display platform 300 through the MQTT protocol, and in addition, the screen service platform 200 stores the received service data in a preset database; after receiving the service data pushed by the screen service platform 200, the screen display platform 300 executes any one of the above-described vehicle data display methods, that is, the screen display platform 300 takes the received service data pushed by the screen service platform 200 as the current service data to be displayed of the vehicle, obtains the service type corresponding to the service data to be displayed, then queries a preset screen display template library, finds out a target screen display template matched with the service type corresponding to the service data to be displayed from the screen display template library, and finally pushes the service data to be displayed to the target screen display template for display.
It should be noted that, the vehicle data display system provided in the embodiment of the present invention can implement all processes of the vehicle data display method described in any one of the embodiments, a screen display platform in the system is equivalent to an execution main body of the vehicle data display method described in any one of the embodiments, and a working process and an implemented technical effect of the system are respectively the same as a working process and an implemented technical effect of the vehicle data display method described in the embodiment, and are not described herein again.
To sum up, according to the vehicle data display method, the device, the computer-readable storage medium and the system provided by the embodiments of the present invention, the service data to be displayed of the vehicle and the service type of the service data to be displayed are first obtained, and then the target screen display template matched with the service type is obtained according to the preset screen display template library, so that the service data to be displayed is displayed according to the target screen display template, a general data display scheme can be defined through the use of the screen display template, and various types of service data can be displayed by using the matched screen display template, so that the data display has a uniform technical standard, thereby standardizing the screen development process, achieving a high development speed, and improving the user experience.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A vehicle data display method, characterized by comprising:
acquiring service data to be displayed of a vehicle and a service type of the service data to be displayed;
acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and displaying the service data to be displayed according to the target screen display template.
2. The vehicle data display method according to claim 1, wherein the service data to be displayed includes at least monitoring data; the monitoring data includes at least vehicle monitoring data and charge monitoring data.
3. The vehicle data display method according to claim 1, wherein the acquiring of the service data to be displayed of the vehicle and the service type of the service data to be displayed specifically includes:
receiving a protocol packet through an MQTT protocol, and acquiring the service data to be displayed according to the protocol packet; wherein, the protocol packet carries a service identifier;
and acquiring the service type of the service data to be displayed according to the service identifier.
4. The vehicle data display method according to claim 1, characterized in that the method creates any one of the screen presentation templates in advance by:
establishing a screen element component library; the screen element component library comprises a plurality of screen element components;
selecting at least one screen element component corresponding to the screen presentation template from the screen element component library;
creating the screen presentation template from the at least one screen element component.
5. The vehicle data display method of claim 4, wherein the creating the screen presentation template from the at least one screen element component specifically comprises:
and splicing the at least one screen element assembly to correspondingly obtain the screen display template.
6. The vehicle data display method according to any one of claims 1 to 5, characterized by further comprising:
when a screen switching instruction is received, determining a screen display template to be switched according to the screen switching instruction;
and executing corresponding screen switching operation on the screen display template to be switched according to the screen switching instruction.
7. A vehicle data display device, characterized by comprising:
the system comprises a service data acquisition module, a service data display module and a service data display module, wherein the service data acquisition module is used for acquiring service data to be displayed of a vehicle and a service type of the service data to be displayed;
the screen display template selection module is used for acquiring a target screen display template matched with the service type according to a preset screen display template library; the screen display template library comprises at least one pre-created screen display template;
and the service data display module is used for displaying the service data to be displayed according to the target screen display template.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored computer program; wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the vehicle data display method according to any one of claims 1 to 6.
9. A vehicle data display apparatus comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the vehicle data display method of any one of claims 1 to 6 when executing the computer program.
10. A vehicle data display system is characterized by comprising a business data service platform, a screen service platform and a screen display platform; wherein,
the business data service platform is used for pushing the business data of the vehicle to the screen service platform;
the screen service platform is used for classifying the business data and pushing the classified business data to the screen display platform;
the screen display platform is used for realizing the vehicle data display method according to any one of claims 1 to 6.
CN202011557622.6A 2020-12-24 2020-12-24 Vehicle data display method, device, storage medium and system Pending CN112751836A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011557622.6A CN112751836A (en) 2020-12-24 2020-12-24 Vehicle data display method, device, storage medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011557622.6A CN112751836A (en) 2020-12-24 2020-12-24 Vehicle data display method, device, storage medium and system

Publications (1)

Publication Number Publication Date
CN112751836A true CN112751836A (en) 2021-05-04

Family

ID=75647532

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011557622.6A Pending CN112751836A (en) 2020-12-24 2020-12-24 Vehicle data display method, device, storage medium and system

Country Status (1)

Country Link
CN (1) CN112751836A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335119A (en) * 2014-08-11 2016-02-17 国家电网公司 Data display method and apparatus
CN107124436A (en) * 2016-02-24 2017-09-01 中移物联网有限公司 A kind of internet of things service hatching method and system
CN109656549A (en) * 2018-11-30 2019-04-19 广州净松软件科技有限公司 Construction method, device, computer equipment and the storage medium of observation system
CN109739730A (en) * 2019-01-14 2019-05-10 平安科技(深圳)有限公司 Monitoring method, device, equipment and the readable storage medium storing program for executing of multisystem daily record data
CN110874217A (en) * 2019-11-18 2020-03-10 北京小米移动软件有限公司 Interface display method and device for fast application and storage medium
CN111694632A (en) * 2020-06-15 2020-09-22 深圳前海微众银行股份有限公司 Service data display method, device, equipment and storage medium
CN111726456A (en) * 2019-03-22 2020-09-29 腾讯科技(深圳)有限公司 Data processing method and related device
CN111752557A (en) * 2019-03-27 2020-10-09 阿里巴巴集团控股有限公司 Display method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335119A (en) * 2014-08-11 2016-02-17 国家电网公司 Data display method and apparatus
CN107124436A (en) * 2016-02-24 2017-09-01 中移物联网有限公司 A kind of internet of things service hatching method and system
CN109656549A (en) * 2018-11-30 2019-04-19 广州净松软件科技有限公司 Construction method, device, computer equipment and the storage medium of observation system
CN109739730A (en) * 2019-01-14 2019-05-10 平安科技(深圳)有限公司 Monitoring method, device, equipment and the readable storage medium storing program for executing of multisystem daily record data
CN111726456A (en) * 2019-03-22 2020-09-29 腾讯科技(深圳)有限公司 Data processing method and related device
CN111752557A (en) * 2019-03-27 2020-10-09 阿里巴巴集团控股有限公司 Display method and device
CN110874217A (en) * 2019-11-18 2020-03-10 北京小米移动软件有限公司 Interface display method and device for fast application and storage medium
CN111694632A (en) * 2020-06-15 2020-09-22 深圳前海微众银行股份有限公司 Service data display method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110569298B (en) Data docking and visualization method and system
CN109672888B (en) Picture compression method, equipment and computer readable storage medium
CN107729137B (en) Server, block chain signature verification decryption method and storage medium
CN110290166B (en) Cross-cluster data interaction method, system and device and readable storage medium
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN112136306A (en) Central control system of multimedia exhibition hall and control method and device thereof
CN111581208A (en) Data visualization display method and device
CN111488088A (en) Equipment state identification method and device and intelligent terminal
CN110716866A (en) Code quality scanning method and device, computer equipment and storage medium
CN107193465B (en) Touch page display method and system
CN113835729A (en) Upgrading method and device, terminal equipment and computer readable storage medium
CN112751836A (en) Vehicle data display method, device, storage medium and system
CN115167728A (en) Menu bar merging and displaying method, device and computer readable storage medium
CN115617555A (en) Information processing system and method
CN111339380B (en) Interface time-consuming data processing method and related device
CN112333040A (en) Flow separation method and device, storage medium and computer equipment
CN116204670B (en) Management method and system of vehicle target detection data and electronic equipment
CN113342430A (en) Fault code processing method and device, terminal equipment and readable storage medium
CN111679885A (en) Method, device, medium and electronic equipment for determining virtual machine drift
CN110825477A (en) Method, device and equipment for loading graphical interface and storage medium
CN115904572B (en) Template creation method, calling method, program product, system and device
CN107766233B (en) Management method for test authentication, intelligent terminal and device with storage function
CN110674119A (en) Data processing method, system and computer readable storage medium
WO2023082994A1 (en) Page rendering method and apparatus, and terminal device and computer storage medium
CN111722870B (en) Driving configuration method, device and equipment of electronic control unit 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210504