CN112579081A - Information processing method, information processing apparatus, server, and storage medium - Google Patents

Information processing method, information processing apparatus, server, and storage medium Download PDF

Info

Publication number
CN112579081A
CN112579081A CN201910943989.2A CN201910943989A CN112579081A CN 112579081 A CN112579081 A CN 112579081A CN 201910943989 A CN201910943989 A CN 201910943989A CN 112579081 A CN112579081 A CN 112579081A
Authority
CN
China
Prior art keywords
information
data
information processing
unit
webpage
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
CN201910943989.2A
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.)
BYD Co Ltd
Original Assignee
BYD 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 BYD Co Ltd filed Critical BYD Co Ltd
Priority to CN201910943989.2A priority Critical patent/CN112579081A/en
Publication of CN112579081A publication Critical patent/CN112579081A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses an information processing method, an information processing device, a server and a storage medium, wherein the information comprises data information and webpage information, and the information processing method comprises the step of independently processing at least one of the data information and the webpage information, so that the processed data information and the processed webpage information are bound to generate a configuration file. According to the embodiment of the application, the data information and the webpage information are separated, when the service function of the passenger information system is changed, only the changed webpage information or data information needs to be modified, the operation is convenient, the processing efficiency is improved, and meanwhile the stable operation of the whole system is not influenced.

Description

Information processing method, information processing apparatus, server, and storage medium
Technical Field
The present application relates generally to the field of rail transit technologies, and in particular, to an information processing method, an information processing apparatus, a server, and a storage medium.
Background
With the rapid development of urban construction, transportation means such as subways, light rails and high-speed rails play more and more important roles in the life of people, and great convenience is brought to daily travel of people.
Passenger Information Systems (PIS) rely on a multimedia network technology, take a computer System as a core and take station and vehicle display terminals as media, and are used for providing real-time and various Information services for passengers. The passenger information system can provide information such as train arrival time, weather forecast, media news and subway service, and dynamic guidance information in case of fire, congestion, emergency and the like, so that the system is widely popularized and applied in rail transit. Currently, as shown in fig. 1, in the prior art, a Message Queue Telemetry Transport (MQTT) and a User Datagram Protocol (UDP) are used to transmit information between a client and a PIS display screen in a PIS system to complete the release of multimedia information.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art: when the service function of the passenger information system is changed, a control subsystem needs to be changed greatly, the whole system is easy to operate unstably, and the processing progress is influenced and the efficiency is low because the page and the data are completely coupled.
Disclosure of Invention
In view of the above-mentioned defects or shortcomings in the prior art, it is desirable to provide an information processing method, apparatus, server and storage medium, which can modify only changed pages or data when the service function of the passenger information system is changed due to the complete separation of page creation and data creation, and are convenient to operate, improve the processing efficiency, and simultaneously do not affect the stable operation of the whole system.
In a first aspect, the present application provides an information processing method, where the information includes data information and web page information, the information processing method including:
independently processing at least one of the data information and the webpage information;
and binding the processed data information and the processed webpage information to generate a configuration file.
In a second aspect, the present application provides an information processing apparatus, the information including data information and web page information, the information processing apparatus comprising:
the data information processing module is used for independently processing the data information;
the webpage information processing module is used for independently processing the webpage information;
and the binding module is used for binding the processed data information and the processed webpage information to generate a configuration file.
In a third aspect, the present application provides a server, including a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the information processing method according to the first aspect when executing the program.
In a fourth aspect, the present application provides a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement the steps of the information processing method according to the first aspect.
According to the technical scheme, the embodiment of the application has the following advantages:
the embodiment of the application provides an information processing method, wherein information comprises data information and webpage information, and the information processing method comprises the step of independently processing at least one of the data information and the webpage information, so that the processed data information and the processed webpage information are bound to generate a configuration file. According to the embodiment of the application, the data information and the webpage information are separated, when the service function of the passenger information system is changed, only the changed webpage information or data information needs to be modified, the operation is convenient, the processing efficiency is improved, and meanwhile the stable operation of the whole system is not influenced.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is a schematic view of a prior art passenger information system;
fig. 2 is a schematic view of an application scenario provided in an embodiment of the present application;
fig. 3 is a schematic basic flow chart of an information processing method according to an embodiment of the present application;
FIG. 4 is a diagram illustrating a data unit template according to an embodiment of the present application;
FIG. 5 is a diagram illustrating another data unit template provided by an embodiment of the present application;
FIG. 6 is a diagram illustrating another data unit template provided by an embodiment of the present application;
fig. 7 is an example of an information processing method provided in an embodiment of the present application;
fig. 8 is an example of another information processing method provided in an embodiment of the present application;
fig. 9 is an example of still another information processing method provided in an embodiment of the present application;
fig. 10 is a schematic diagram of an information processing apparatus according to an embodiment of the present application;
fig. 11 is a schematic view of another information processing apparatus according to an embodiment of the present application;
fig. 12 is a schematic diagram of another information processing apparatus according to an embodiment of the present application;
fig. 13 is a schematic diagram of another information processing apparatus according to an embodiment of the present application;
fig. 14 is a schematic diagram of an information processing apparatus according to another embodiment of the present application;
fig. 15 is a block diagram of a server according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood, 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 only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described are capable of operation in sequences other than those illustrated or otherwise described herein.
Moreover, the terms "comprises," "comprising," and any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or modules is not necessarily limited to those steps or modules explicitly listed, but may include other steps or modules not expressly listed or inherent to such process, method, article, or apparatus.
The technical terms involved in the present application are as follows:
object Linking and Embedding (OLE): not only is desktop application integration, but a mechanism is also defined and implemented that allows applications to "connect" to each other as software "objects," referred to as Component Object Models (COMs), where "objects" refer to data sets and functions that manipulate data. The COM standard enables two applications to communicate through an objectified interface without knowing how the other was created.
OLE (OLE for Process Control, OPC) for Process Control: the OLE/COM mechanism is used as a communication standard of an application program, and comprises a whole set of standard sets of interfaces, attributes and methods for process control and a manufacturing automation system.
OPC Unified Architecture (UA): the next generation of OPC standards acquire real-time data, historical data, and time by providing a complete, secure, and reliable cross-platform architecture. OPC UA is a complement to the OPC industry standard that is currently in use, providing some important features, including such things as platform independence, scalability, high reliability and the ability to connect to the internet.
Front End Processor (FEP): also commonly referred to as a communication controller, whose main function is to release the host to run the application. In this way, the host is not constantly disturbed by the external device, so that it can handle applications more efficiently. It can be a complex foreground mainframe computer interface or simple devices such as multiplexers, bridges, routers, etc. that convert the parallel data of the computer into serial data for transmission over the communication line and perform all necessary control functions, error detection and synchronization.
In order to facilitate understanding of the information processing method provided in the embodiment of the present application, the information processing method is described below with reference to an actual application scenario.
The Passenger Information System (PIS) is a comprehensive service System integrating computer network technology and electronic multimedia technology, and is a platform for publishing, broadcasting, controlling and managing multimedia Information.
Please refer to fig. 2, which is a schematic view of an application scenario provided in the embodiment of the present application. The passenger information system comprises a control device 11, a server 12 and at least one display device 13. The control device 11 is, for example, a station subsystem, and has functions of receiving and synchronizing data from the server 12, issuing or releasing operation information, and controlling playback of the playback controller; the server 12 is, for example, an Operation Control Center (OCC), and has functions of multimedia design, multimedia editing and broadcasting management, ground device playing monitoring, external interface, and the like; the display device 13 is, for example, an in-vehicle subsystem, and has functions of receiving, displaying, and playing data, in-vehicle video monitoring, and in-vehicle broadcasting.
For convenience of understanding and explanation, the information processing method, apparatus, server and storage medium provided in the embodiments of the present application are described in detail below with reference to fig. 3 to 15.
Please refer to fig. 3, which is a basic flowchart illustrating an information processing method according to an embodiment of the present application, where the information includes data information and web page information. The information processing method is applied to a server and comprises the following steps:
s301, independently processing at least one of the data information and the web page information.
It should be noted that, in the embodiment of the present application, data information and web page information are separately processed, and there is no sequence between independently processing the data information and independently processing the web page information. For example, the data information can be customized and developed by a special data maker to ensure the specialty and accuracy of data processing, and the page maker can develop on the basis of interface optimization without considering the difficulty of data making. When the service function of the passenger information system is changed, because the data making and the page making are not interfered with each other, the data can be modified simultaneously according to the two directions of the data and the page, and the data processing efficiency is improved.
Optionally, the data unit template is constructed to independently process the data information, and when the templated definition is adopted, many non-professional problems can be reduced, that is, the data unit required by development can be obtained and operated only by inheriting the data unit template, so that the complexity and complexity of data production are reduced.
Specifically, the data unit template includes at least one data component, and the data component is used for collecting data information. For example, the data information may include, but is not limited to, stop announcement information, clock information, live video stream information, and the like, of the real-time operation of the train. For example, as shown in fig. 4, the data unit template is a vehicle-mounted/station predefined information model, and the predefined information model includes predefined information content and predefined information description, and custom information content and custom information description, for example, the predefined information content is station reporting information for real-time train operation. For another example, referring to fig. 5, the data unit template is a vehicle-mounted/station release information control model, and the release information control model is used for writing in an audited configuration file, where ID represents a control device number for sending a control instruction, a manual audit flag represents a name of an auditor, an audit state includes audit pass, audit fail, and the like, an audit window flag represents that the auditor is prompted to perform audit through a window, a release mode includes a normal state, an emergency state, and the like, release contents include a notification, stop announcement information of real-time train operation, live video stream information, and the like, a release area represents position information of the release contents in a page, an audit machine represents a machine code for audit, and a release person represents a user name of the release information. For another example, referring to fig. 6, the data unit template is a vehicle/station distribution information list model in which contents are configuration data of distribution information, where the distribution information ID indicates a control device number and a distribution date indicates a time of distribution information.
Optionally, in the embodiment of the present application, a graphic unit is obtained by calling at least one basic object in a basic object library and combining the basic objects; and loading the graphic unit to obtain the webpage information based on the attribute corresponding to the graphic unit and the event processing script. The basic objects comprise basic vector graphics and control components, for example, the basic vector graphics are straight lines, broken lines and curved lines of line classes, triangles, rectangles, ellipses, crosses and rounded rectangles of rectangle classes, bitmaps, characters and the like, and the control components are buttons, text boxes, list boxes, check boxes, chart controls and the like.
For example, a page maker makes web page information in a graphical configuration manner, that is, first, one or more basic objects in a basic object library are called, where the basic objects include, for example, geometric figures, images, buttons, texts, timers, and intelligent input/output domains; and then selecting one or more of the added basic objects to combine, creating a graphic unit, configuring attributes and an event processing script for the graphic unit, and displaying the shape of the graphic unit when the webpage information is loaded, wherein the attributes of the graphic unit are such as line type, line width, color, rotation angle, position information and the like of a geometric figure.
S302, binding the processed data information and the webpage information to generate a configuration file.
Specifically, in the embodiment of the application, the processed data information is acquired, and a data unit corresponding to the data information is created; and then, according to the data item attribute of the data unit, the data unit is associated with the graphic unit in the webpage information to obtain a configuration file, so that the continuity from the data to the page and the traceability from the page to the data are ensured, and the processing efficiency and the quality are improved to the maximum extent.
For example, as shown in fig. 7, after the processed data information is acquired, an OPC UA data unit corresponding to the data information is created in the real-time database, and a graphic unit matching the data item attribute is searched for in the web page information and associated with the data item attribute with reference to the data item attribute in the OPC UA data unit, so as to obtain a configuration file.
It should be noted that, the OPC UA has advantages including standardization of access interface, that is, providing a uniform service interface to the outside, and realizing uniformity of data access; compatible with various communication protocols, such as UA TCP and SOAP/HTTP, used for network-level connection between OPC UA client and server, and providing a firewall-friendly mechanism; the method uses a service-oriented technology, is not limited to a specific operating platform, can adapt to hardware platforms such as a PLC, an ARM, a traditional PC and the like and software platforms such as Windows, Linux, android, OSX and the like, so that the modes of data making and page making can be the same or different, for example, the mode of data making can be used in the data making process, the mode of drawing can be selected to use a C language or directly on a page in the page drawing process, namely, an adept development mode can be selected to develop in the development process, development barriers caused by technical shortcuts are reduced, the modification progress is accelerated, and the processing efficiency is improved.
Optionally, the embodiment of the application can also respond to the received control instruction, and analyze the control instruction to obtain an address space; and then, searching a configuration file corresponding to the address space, and after the configuration file is converted, issuing the configuration file to the display equipment.
For example, as shown in fig. 8, it is an example of another information processing method provided in the embodiment of the present application. The control equipment provides an operating environment for the PIS page, and the PIS page is configured with functions of publishing area selection, publishing template list, publishing mode selection, publishing time, auditor setting and the like. The distribution area selection can acquire distribution area configuration data from control equipment data, the distribution template list acquires data from a vehicle/station predefined information model, the distribution mode selection can be set according to requirements, such as a normal state and an emergency state, and the distribution time can be set in a user-defined mode. Therefore, the control equipment sends a control instruction to the server, and the server analyzes the control instruction to obtain the address space. After the configuration file corresponding to the address space is found, the content in the configuration file is respectively written into the corresponding data units in the real-time database, that is, the information to be released is obtained by performing data filling on the release information control model shown in fig. 5. And the corresponding manual work of the auditing machine in the published information control model audits the published information, when the auditing flag bit changes, the information to be published passes the audit, and at this time, the published information control model filled with data is converted into the published information list model shown in fig. 6. And then, the server transcodes the information to be issued and then issues the information to the display equipment.
It should be noted that the display device in the embodiment of the present application may include a Front End Processor (FEP) and a PIS device, and since the main function of the Front End Processor is to release the host to run the application, the host is not disturbed by the external device continuously, so that it can process the application more efficiently. Of course, the display device in the embodiment of the present application may only include the PIS device.
Optionally, the embodiment of the application can also receive a return code fed back by the display device, and verify the return code; and then, when the code reply is the same as the code reply in the configuration file, sending the configuration file to the control equipment.
It should be noted that the return code may include, but is not limited to, a distribution time stamp of the configuration file, a random verification code, and a secret key. The display device in the embodiment of the application indicates that the information to be issued is successfully issued and successfully received by the display device through the feedback code, and then feeds the state of the display device back to the PIS page through the opposite data processing flow, so that the control device can conveniently know the running state of the display device in time, the safety of data transmission and the forward and reverse fluency of the data processing flow are ensured, and the display device has good reusability and processing efficiency.
For example, as shown in fig. 9, the control device sends a control instruction for playing or stopping to the server, and the server analyzes the control instruction to obtain an address space and searches for a corresponding configuration file according to the address space. And after the configuration file is converted, the configuration file is issued to the display equipment. The display device in the embodiment of the application comprises a front-end processor and a PIS device. Specifically, the front-end processor issues the converted configuration file, i.e., the information to be issued, to the PIS device based on the TCP/IP link and the Modbus protocol, writes the received return code fed back by the PIS device into the flag bit, and sends the return code to the server. And the server verifies the return code, sends the information to be issued to the control equipment, and displays the information to be played on the PIS page of the control equipment. The data has different data processing processes under different processes, namely the data is transmitted to the real-time database, the data is processed by the real-time database, then transmitted to the front-end processor and transmitted to the PIS equipment through the front-end processor, and then the feedback result of the PIS equipment returns to the PIS page of the control equipment through the opposite processing process, so that the process is clear, and the different data processing processes can be applied to the development of other systems by the same framework, thereby well realizing the separation of the data and the processing process.
In addition, the embodiment of the present application also provides a server, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor can implement the information processing method when executing the computer program.
The embodiment of the application provides an information processing method, wherein information comprises data information and webpage information, and the information processing method comprises the step of independently processing at least one of the data information and the webpage information, so that the processed data information and the processed webpage information are bound to generate a configuration file. According to the embodiment of the application, the data information and the webpage information are separated, when the service function of the passenger information system is changed, only the changed webpage information or data information needs to be modified, the operation is convenient, the processing efficiency is improved, and meanwhile the stable operation of the whole system is not influenced.
Based on the foregoing embodiments, the present application provides an information processing apparatus, which can be applied to the information processing method provided in the embodiment corresponding to fig. 3. Referring to fig. 10, the information processing apparatus 10 includes:
a data information processing module 101, configured to independently process data information;
the webpage information processing module 102 is used for independently processing webpage information;
and the binding module 103 is configured to bind the processed data information and the processed web page information to generate a configuration file.
In other embodiments of the present application, as shown in fig. 11, the binding module 103 includes:
a creation unit 1031 configured to acquire the processed data information and create a data unit corresponding to the data information;
and the association unit 1032 is configured to associate the data unit with the graphic unit in the webpage information according to the data item attribute of the data unit, so as to obtain a configuration file.
In other embodiments of the present application, the data information processing module 101 is specifically configured to construct a data unit template, where the data unit template includes at least one data component, and the data component is used to collect data information.
In other embodiments of the present application, as shown in fig. 12, the web page information processing module 102 includes:
a graph drawing unit 1021, configured to call at least one basic object in the basic object library, and combine the basic objects to obtain a graph unit;
the web page configuration unit 1022 is configured to load the graphic unit to obtain the web page information based on the attribute and the event processing script corresponding to the graphic unit.
In other embodiments of the present application, as shown in fig. 13, the information processing apparatus 10 further includes:
the analysis module 104 is configured to respond to the received control instruction and analyze the control instruction to obtain an address space;
the issuing module 105 is configured to search for a configuration file corresponding to the address space, and issue the configuration file to the display device after the configuration file is converted.
In other embodiments of the present application, as shown in fig. 14, the information processing apparatus 10 further includes:
the verification module 106 is configured to receive the return code fed back by the display device, and verify the return code;
a sending module 107, configured to send the configuration file to the control device when the reply code is the same as the reply code in the configuration file.
It should be noted that, for the descriptions of the same steps and the same contents in this embodiment as those in other embodiments, reference may be made to the descriptions in other embodiments, which are not described herein again.
The embodiment of the application provides an information processing device, which comprises a data information processing module, a data processing module and a data processing module, wherein the data information processing module is used for independently processing data information; the webpage information processing module is used for independently processing the webpage information; and the binding module is used for binding the processed data information and the webpage information to generate a configuration file. According to the embodiment of the application, the data information and the webpage information are separated, when the service function of the passenger information system is changed, only the changed webpage information or data information needs to be modified, the operation is convenient, the processing efficiency is improved, and meanwhile the stable operation of the whole system is not influenced.
Based on the foregoing embodiments, the embodiments of the present application provide a structural block diagram of a server. Referring to fig. 15, the server 12 may have a relatively large difference due to different configurations or performances, and may include one or more Central Processing Units (CPUs) 1221 (e.g., one or more processors) and a memory 1222, one or more storage media 1225 (e.g., one or more mass storage devices) storing applications 1223 or data 1224. The memory 1222 and the storage medium 1225 may be, among other things, transient or persistent storage. The program stored in the storage medium 1225 may include one or more modules (not shown), each of which may include a sequence of instructions for operating on the computer system. Further, the central processor 1221 may be configured to communicate with the storage medium 1225, and execute a series of instruction operations in the storage medium 1225 on the server 12.
The Server 12 may also include one or more power supplies 1226, one or more wired or wireless network interfaces 1227, one or more input-output interfaces 1228, and/or one or more operating systems 1229, such as Windows Server (TM), Mac OS XTM, Unix (TM), Linux (TM), FreeBSDTM (TM), etc.
As another aspect, an embodiment of the present application provides a computer-readable storage medium for storing program code for executing any one implementation of the foregoing information processing method of each embodiment.
As a further aspect, the present application provides a computer program product including instructions, which when run on a computer, cause the computer to execute any one implementation of the foregoing information processing method of each embodiment.
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 system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is merely a logical division, and in actual implementation, there may be other divisions, for example, multiple modules or components may be combined or integrated into another system, or some features may be omitted, or not implemented. 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 units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing unit, or each module may exist alone physically, or two or more units are integrated into one module. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit. The integrated unit, if implemented as a software functional unit 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 the form of 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 server, or a network device) to execute all or part of the steps of the information reporting 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.
It should be noted that the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (12)

1. An information processing method, wherein the information includes data information and web page information, the information processing method comprising:
independently processing at least one of the data information and the webpage information;
and binding the processed data information and the processed webpage information to generate a configuration file.
2. The information processing method of claim 1, wherein the binding the processed data information and the web page information to generate a configuration file comprises:
acquiring the processed data information, and creating a data unit corresponding to the data information;
and associating the data unit with the graphic unit in the webpage information according to the data item attribute of the data unit to obtain the configuration file.
3. The information processing method according to any one of claims 1 or 2, wherein the independently processing the data information includes:
and constructing a data unit template, wherein the data unit template comprises at least one data component, and the data component is used for acquiring the data information.
4. The information processing method according to any one of claims 1 or 2, wherein the independently processing the web page information includes:
calling at least one basic object in a basic object library, and combining the basic objects to obtain the graphic unit;
and loading the graphic unit to obtain the webpage information based on the attribute corresponding to the graphic unit and the event processing script.
5. The information processing method according to claim 1, characterized by further comprising:
responding to a received control instruction, and analyzing the control instruction to obtain an address space;
and searching a configuration file corresponding to the address space, and after the configuration file is converted, transmitting the configuration file to display equipment.
6. The information processing method according to claim 5, characterized by further comprising:
receiving a return code fed back by the display equipment, and verifying the return code;
and when the code reply is the same as the code reply in the configuration file, sending the configuration file to the control equipment.
7. An information processing apparatus characterized in that the information includes data information and web page information, the information processing apparatus comprising:
the data information processing module is used for independently processing the data information;
the webpage information processing module is used for independently processing the webpage information;
and the binding module is used for binding the processed data information and the processed webpage information to generate a configuration file.
8. The information processing apparatus according to claim 7, wherein the binding module includes:
the creating unit is used for acquiring the processed data information and creating a data unit corresponding to the data information;
and the association unit is used for associating the data unit with the graphic unit in the webpage information according to the data item attribute of the data unit to obtain the configuration file.
9. The information processing apparatus according to claim 7, wherein the data information processing module is specifically configured to construct a data unit template, the data unit template including at least one data component, the data component being configured to collect the data information.
10. The information processing apparatus according to claim 7, wherein the web page information processing module includes:
the graph drawing unit is used for calling at least one basic object in a basic object library and combining the basic objects to obtain the graph unit;
and the webpage configuration unit is used for loading the graphic unit to obtain the webpage information based on the attribute corresponding to the graphic unit and the event processing script.
11. A server 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 information processing method according to any one of claims 1 to 6 when executing the program.
12. A computer-readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps of the information processing method according to any one of claims 1 to 6.
CN201910943989.2A 2019-09-30 2019-09-30 Information processing method, information processing apparatus, server, and storage medium Pending CN112579081A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910943989.2A CN112579081A (en) 2019-09-30 2019-09-30 Information processing method, information processing apparatus, server, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910943989.2A CN112579081A (en) 2019-09-30 2019-09-30 Information processing method, information processing apparatus, server, and storage medium

Publications (1)

Publication Number Publication Date
CN112579081A true CN112579081A (en) 2021-03-30

Family

ID=75116609

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910943989.2A Pending CN112579081A (en) 2019-09-30 2019-09-30 Information processing method, information processing apparatus, server, and storage medium

Country Status (1)

Country Link
CN (1) CN112579081A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040148565A1 (en) * 2003-01-24 2004-07-29 Davis Lee M Method and apparatus for processing a dynamic webpage
CN103488770A (en) * 2013-09-26 2014-01-01 杭州意能软件有限公司 System and method for electric configuration graph display
CN109460232A (en) * 2018-09-27 2019-03-12 深圳新基点智能股份有限公司 A kind of production and monitoring method of the configuration page
CN109542879A (en) * 2018-11-21 2019-03-29 成都材智科技有限公司 A kind of method and apparatus based on dynamic data Template Manager data
CN109918070A (en) * 2019-03-30 2019-06-21 佛山点度物联科技有限公司 A kind of system and method for customized monitoring and control configuration of the platform based on browser

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040148565A1 (en) * 2003-01-24 2004-07-29 Davis Lee M Method and apparatus for processing a dynamic webpage
CN103488770A (en) * 2013-09-26 2014-01-01 杭州意能软件有限公司 System and method for electric configuration graph display
CN109460232A (en) * 2018-09-27 2019-03-12 深圳新基点智能股份有限公司 A kind of production and monitoring method of the configuration page
CN109542879A (en) * 2018-11-21 2019-03-29 成都材智科技有限公司 A kind of method and apparatus based on dynamic data Template Manager data
CN109918070A (en) * 2019-03-30 2019-06-21 佛山点度物联科技有限公司 A kind of system and method for customized monitoring and control configuration of the platform based on browser

Similar Documents

Publication Publication Date Title
CN103593173B (en) A kind of integrated development system of application program, method and device
US20170329565A1 (en) Information processing method, client, server, and computer-readable storage medium
CN112527528A (en) Data transmission method, device and storage medium based on message queue
EP3684033A1 (en) Systems and methods for collecting, monitoring, and analyzing vehicle data from a plurality of vehicles using edge computing
CN111726456B (en) Data processing method and related device
US20190278590A1 (en) Automated generation of service definitions for message queue application clients
CN112667585A (en) Synchronous management method, device and equipment for online documents
CN111435937A (en) Refreshing method and device for monitoring platform
US9614900B1 (en) Multi-process architecture for a split browser
CN115167972A (en) Cloud native platform integration method and system
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
Grimstead et al. RAVE: the resource‐aware visualization environment
CN112579081A (en) Information processing method, information processing apparatus, server, and storage medium
Chakraborty et al. Virtual IoT Device in C# WPF Using Sinric Pro
CN110855562A (en) Internet of things data distribution management method and system, storage medium and management terminal
CN116432624A (en) Micro-service API document generation method, device, equipment and storage medium
CN102364909A (en) Message synchronization system and method based on mobile equipment and local server
US20220148422A1 (en) Annunciator control method, electronic device and system
CN107122359A (en) Data real-time tracking visible processing method and device
CN114637531A (en) Method and device for dynamically generating application program interface
CN104780148B (en) Server, terminal, the system and method for document on-line operation
CN113727187A (en) Animation video processing method and device based on skeleton migration and related equipment
CN113268693A (en) Style configuration method and device, storage medium and electronic equipment
CN113743055A (en) Text information processing method and device, electronic equipment, server and storage medium
CN112100187A (en) Student learning data storage method and device based on VueJS

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