CN115114050B - Event interaction method and system between elements in visual platform - Google Patents

Event interaction method and system between elements in visual platform Download PDF

Info

Publication number
CN115114050B
CN115114050B CN202210896056.4A CN202210896056A CN115114050B CN 115114050 B CN115114050 B CN 115114050B CN 202210896056 A CN202210896056 A CN 202210896056A CN 115114050 B CN115114050 B CN 115114050B
Authority
CN
China
Prior art keywords
event
interaction
elements
subscription
broadcast
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.)
Active
Application number
CN202210896056.4A
Other languages
Chinese (zh)
Other versions
CN115114050A (en
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.)
Shandong Youren Networking Co ltd
Original Assignee
Shandong Youren Networking 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 Shandong Youren Networking Co ltd filed Critical Shandong Youren Networking Co ltd
Priority to CN202210896056.4A priority Critical patent/CN115114050B/en
Publication of CN115114050A publication Critical patent/CN115114050A/en
Application granted granted Critical
Publication of CN115114050B publication Critical patent/CN115114050B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention belongs to the field of computer page development, and provides a method and a system for event interaction among elements in a visual platform, wherein the method comprises the steps of broadcasting an element starting interaction event to generate a broadcast list so as to subscribe other elements; the broadcast element triggers an on interaction event, the broadcast element broadcasting this event globally to cause other elements to respond to the content of the broadcast element; the subscription process of other elements is specifically as follows: the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements; the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and responds to the interaction event of the broadcast element if required. The invention provides an event interaction scheme between mutually independent elements, so that the elements can be associated with each other on events, data and the like.

Description

Event interaction method and system between elements in visual platform
Technical Field
The invention belongs to the technical field of computer page development, and particularly relates to an event interaction method and system between elements in a visual platform.
Background
The statements in this section merely provide background information related to the present disclosure and may not necessarily constitute prior art.
With the expansion of the visualization platform, the number of elements is increased, and the elements are not limited to various specified functions, so that the elements become diversified in configuration, and become more independent and more individualized. However, more usage scenarios require one element to drive or respond to another element, or require data results attached to other elements, which requires a kind of interaction manner to achieve the relationship between the elements of the independent individuals and form the linkage and response.
The existing element interaction method in the visualization platform does not realize the interaction process that one element drives or responds to another element.
Disclosure of Invention
In order to solve the problems, the invention provides an event interaction method and an event interaction system between elements in a visual platform, and the invention provides an event interaction scheme between the elements which are mutually independent, so that the elements are associated with each other, and the association on events, the association on data and the like are realized.
According to some embodiments, a first aspect of the present invention provides a method for event interaction between elements in a visualization platform, which adopts the following technical scheme:
a method of event interaction between elements in a visualization platform, comprising:
the broadcasting element starts an interaction event and generates a broadcasting list so that other elements subscribe;
the broadcast element triggers an on interaction event, the broadcast element broadcasting this event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and responds to the interaction event of the broadcast element if required.
Further, the broadcast list includes the detailed content of the interactive event, the current canvas page number, the unique identification of the element, and the combined character of the event name.
Further, the generation process of the broadcasting element specifically includes:
the element receives the instruction of the interaction event at the front end of the visualization platform and becomes a broadcasting element.
Further, the element is to perform life cycle initialization before becoming a broadcaster of the interaction event, specifically:
the element opens a lifecycle event, becoming a lifecycle broadcast element;
the life cycle broadcasting element starts the life cycle event, generates a life cycle event list and distributes the life cycle event of the life cycle broadcasting element outwards, so that the life cycle subscribing element triggers the life cycle event of the life cycle broadcasting element when the event is processed;
when the life cycle is triggered, if no life cycle subscription element exists, storing the trigger into a waiting execution queue;
when the lifecycle broadcaster performs before the next occurrence of a lifecycle event subscription.
Further, the data structure of the subscription element is composed of an element alias, an element unique identifier, an event name and an array set of subscription topics in the event subscription system;
the subscription element is used for checking the broadcasting information in the broadcasting list, and acquiring the event name and the event topic of the broadcasting element to form a data structure.
Further, the subscription topic in the event subscription system is composed of 'system interaction mode of broadcasting element/broadcasting element name_broadcasting element unique identification/event alias'.
Further, the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and if so, responds to the interaction event of the broadcast element, specifically:
the subscription element matches the data in the broadcasting list of the broadcaster through the event name and the topic field in the data structure of the subscription element, and if the matching is successful, the subscription element responds to the interaction event of the broadcasting element.
According to some embodiments, a second aspect of the present invention provides an event interaction system between elements in a visualization platform, which adopts the following technical scheme:
a system for event interaction between elements in a visualization platform, comprising:
the broadcast interaction event generation module is configured to enable the broadcast element to start interaction events, and generate a broadcast list so that other elements subscribe;
an event interaction module configured to trigger an initiated interaction event by the broadcast element, the broadcast element broadcasting the event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and responds to the interaction event of the broadcast element if required.
According to some embodiments, a third aspect of the present invention provides a computer-readable storage medium.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs steps in a method of event interaction between elements in a visualization platform as described in the first aspect above.
According to some embodiments, a fourth aspect of the invention provides a computer device.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps in a method of event interaction between elements in a visualization platform as described in the first aspect above when the program is executed.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides an event interaction scheme between mutually independent elements in a visual platform, which is used for realizing the association on events, the association on data and the like between the elements. There are mainly two modules, an interaction event module and a life cycle event. The interactive event module responds and triggers another element by means of various events through an individual of the element, so that the responding result and the displaying mode process of the interactive event module are changed. The components which are independent of each other generate linkage and response through interaction events, so that the components are independent and data are linked. A lifecycle event module is a process by which one element triggers a response to another element upon lifecycle initialization. Unlike the interactivity event module, the lifecycle event module is not manually triggered, and belongs to the behavior of the element itself. This addresses the need for some components to adhere to the data response results of other components to present the default displayed content.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention.
FIG. 1 is a flow chart of a method for event interaction between elements in a visualization platform according to an embodiment of the present invention;
FIG. 2 is a flowchart of lifecycle event processing according to an embodiment of the present invention.
Detailed Description
The invention will be further described with reference to the drawings and examples.
It should be noted that the following detailed description is illustrative and is intended to provide further explanation of the invention. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the present invention. As used herein, the singular is also intended to include the plural unless the context clearly indicates otherwise, and furthermore, it is to be understood that the terms "comprises" and/or "comprising" when used in this specification are taken to specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof.
Embodiments of the invention and features of the embodiments may be combined with each other without conflict.
Term interpretation:
visualization platform: and quickly generating a building tool for enriching the visual application through a graphical interface and action configuration. Based on the design principle of low threshold and high expansibility, the service and scene of data visual display are realized.
Element: and the independent individuals present the data and the content in the form of graphic charts or characters, so that the visualized operation is realized.
Interaction event: the behavior between the independent elements causes one element to change data or change the system of the presentation form and mode.
Lifecycle events: in the process of initializing the element, the data content of the element is broadcasted outwards independently, so that other elements participating in subscription respond to realize the change of data and presentation.
Example 1
As shown in fig. 1, the present embodiment provides a method for event interaction between elements in a visualization platform, which includes the following steps:
the broadcasting element starts an interaction event and generates a broadcasting list so that other elements subscribe;
the broadcast element triggers an on interaction event, the broadcast element broadcasting this event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and responds to the interaction event of the broadcast element if required.
The broadcasting list comprises the detail content of the interaction event, the current canvas page number, the unique identification of the element and the combined character of the event name.
Specifically, the generation process of the broadcasting element specifically includes:
the element receives the instruction of the interaction event at the front end of the visualization platform and becomes a broadcasting element.
It should be noted that, before becoming a broadcaster of the interaction event, the element performs life cycle initialization, specifically:
the element opens a lifecycle event, becoming a lifecycle broadcast element;
the life cycle broadcasting element starts the life cycle event, generates a life cycle event list and distributes the life cycle event of the life cycle broadcasting element outwards, so that the life cycle subscribing element triggers the life cycle event of the life cycle broadcasting element when the event is processed;
when the life cycle is triggered, if no life cycle subscription element exists, storing the trigger into a waiting execution queue;
when the lifecycle broadcaster performs before the next occurrence of a lifecycle event subscription.
The data structure of the subscription element consists of an element alias, an element unique identifier, an event name and an array set of subscription topics in the event subscription system;
the subscription element is used for checking the broadcasting information in the broadcasting list, and acquiring the event name and the event topic of the broadcasting element to form a data structure.
The subscription topic in the event subscription system is composed of 'system interaction mode of broadcasting element/broadcasting element name_broadcasting element unique identification/event alias'.
The subscription element confirms whether the content is the content required by the subscription element according to the content information of the interaction event in the broadcast list, and if the content is required, the subscription element responds to the interaction event of the broadcast element, specifically:
the subscription element matches the data in the broadcasting list of the broadcaster through the event name and the topic field in the data structure of the subscription element, and if the matching is successful, the subscription element responds to the interaction event of the broadcasting element.
Event interaction modes through component opening, such as: clicking a certain place, double clicking a certain row to form a broadcasting element, broadcasting an event to the outside, and checking a designated event on the element needing to be linked to form a subscribing element, and responding to the content of the broadcasting element.
Interactivity event as shown in fig. 1, the interactivity event from element to element, first determines the broadcast element and the subscription element.
1. After one element is selected, any one configured interaction event of the elements is opened, at the moment, the currently selected element becomes a broadcasting element of the opening event, and broadcast event information is generated in a broadcasting list at the same time for other elements to select. When other elements select interaction events, they need to choose which interaction mode the specific subscription responds to in the existing broadcast list, and the front end presents the opened broadcast list for the elements to select.
2. After the broadcaster opens the event, the content of this interaction event is stored on a list of the current canvas, the detail content of each interaction event is a combined character of the unique identifier of the current canvas page number/element/event name, and also is a unique identifier field, after the list is maintained, when other elements are checked as subscribers, the data structure of the subscribers is generated through the broadcast list and the checked item content.
The subscriber's data structure consists of an element alias, an element unique identifier, and an event name and an array set of subscription topics in the event subscription system. The subscriber selects the broadcast information in the broadcast list, and the event name and the event topic of the broadcast element form a data structure.
Event subscription system: i.e. an interactive system, which takes the form of broadcasting and subscription.
3. When other elements select linkage configuration, the element for starting interaction event is checked, at this time, the current element becomes a subscriber, namely, the subscribing element, and the element can become the subscriber after checking the event of broadcasting element. The subscriber needs to select the broadcast element event requiring linkage before proceeding with the subsequent operation.
At this time, based on the subscription element, a data structure is generated in which the subscriber stores event content information, and by identifying the combination character and the value of the specific content therein, the type of the event and the unique identifier of the element can be clearly found, so as to point to the unique broadcast element.
The association between the subscriber and the broadcaster is realized through a specific identification, wherein the event name stored in the subscriber is an event triggering mode performed by the broadcaster, and the subscription topic in the event subscription system is composed of a 'system interaction mode/broadcaster element name_broadcaster element unique identification/event alias' of the broadcaster.
4. After the event to which the subscriber subscribes is triggered, the broadcaster broadcasts the event to the global, and the subscriber confirms whether the event is required by itself by combining event content information generated when the event is checked, an identification field and the like, so that a response triggered by the event is received, callback processing is performed, and triggering and execution of the interaction event are completed.
The condition of the validation, namely the event name in the subscriber data and the topic field in the data structure, is matched with the data in the broadcaster's broadcast list. Here, because the broadcaster is global broadcast, subscribers are required to incorporate fields to confirm whether it is a desired event. Because the same event is allowed to be subscribed to by multiple elements.
Lifecycle as shown in fig. 2, the lifecycle events, according to the above-mentioned interaction event flow, are events that one element needs to respond to another element after its lifecycle is completed.
1. The open lifecycle event is performed in a list of lifecycle events for the element, at which point the current element becomes the broadcaster.
2. In the linkage configuration, other elements select the life cycle event opened by the above element, at this time, the current element becomes a subscriber, and when the broadcasting element is initialized, the life cycle event of the current element is sent out, and when the event is processed, the subscriber triggers the life cycle event of the broadcaster.
3. At the same time of triggering the life cycle, if no subscriber is found currently, it is indicated that the subscriber element is not loaded, which is required to push the trigger to a queue waiting for execution, and the trigger is executed before each time the element has life cycle subscription, so that the correct and normal execution of life cycle events is ensured.
Example two
The embodiment provides an event interaction system between elements in a visualization platform, which comprises the following steps:
the broadcast interaction event generation module is configured to enable the broadcast element to start interaction events, and generate a broadcast list so that other elements subscribe;
an event interaction module configured to trigger an initiated interaction event by the broadcast element, the broadcast element broadcasting the event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and responds to the interaction event of the broadcast element if required.
The above modules are the same as examples and application scenarios implemented by the corresponding steps, but are not limited to what is disclosed in the first embodiment. It should be noted that the modules described above may be implemented as part of a system in a computer system, such as a set of computer-executable instructions.
The foregoing embodiments are directed to various embodiments, and details of one embodiment may be found in the related description of another embodiment.
The proposed system may be implemented in other ways. For example, the system embodiments described above are merely illustrative, such as the division of the modules described above, are merely a logical function division, and may be implemented in other manners, such as multiple modules may be combined or integrated into another system, or some features may be omitted, or not performed.
Example III
The present embodiment provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of a method for event interaction between elements in a visualization platform as described in the above embodiment.
Example IV
The present embodiment provides a computer device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor executes the program to implement the steps in the method for event interaction between elements in a visualization platform according to the foregoing embodiment.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, magnetic disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like.
While the foregoing description of the embodiments of the present invention has been presented in conjunction with the drawings, it should be understood that it is not intended to limit the scope of the invention, but rather, it is intended to cover all modifications or variations within the scope of the invention as defined by the claims of the present invention.

Claims (9)

1. A method of event interaction between elements in a visualization platform, comprising:
the broadcasting element starts an interaction event and generates a broadcasting list so that other elements subscribe;
the broadcast element triggers an on interaction event, the broadcast element broadcasting this event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is the content required by the subscription element according to the content information of the interaction event in the broadcast list, and if the content is required, the subscription element responds to the interaction event of the broadcast element;
the elements are subjected to life cycle initialization before becoming broadcasters of the interaction events, specifically:
the element opens a lifecycle event, becoming a lifecycle broadcast element;
the life cycle broadcasting element starts the life cycle event, generates a life cycle event list and distributes the life cycle event of the life cycle broadcasting element outwards, so that the life cycle subscribing element triggers the life cycle event of the life cycle broadcasting element when the event is processed;
when the life cycle is triggered, if no life cycle subscription element exists, storing the trigger into a waiting execution queue;
when the lifecycle broadcaster performs before the next occurrence of a lifecycle event subscription.
2. The method of event interaction between elements in a visualization platform of claim 1, wherein the broadcast list comprises a combination of details of the interaction event, a current canvas page number, an element unique identification, and an event name.
3. The method for event interaction between elements in a visualization platform according to claim 1, wherein the generating process of the broadcasting element is specifically:
the element receives the instruction of the interaction event at the front end of the visualization platform and becomes a broadcasting element.
4. The method for event interaction between elements in a visualization platform according to claim 1, wherein the data structure of the subscription element is composed of an element alias, an element unique identifier, and an event name and an array set of subscription topics in an event subscription system;
the subscription element is used for checking the broadcasting information in the broadcasting list, and acquiring the event name and the event topic of the broadcasting element to form a data structure.
5. The method of claim 4, wherein the subscription to the tpic in the event subscription system is comprised of a broadcast element's system interaction means/broadcast element name_broadcast element unique identifier/event alias'.
6. The method for event interaction between elements in a visualization platform according to claim 1, wherein the subscribing element confirms whether the content is required by itself according to the content information of the interaction event in the broadcast list, and if so, responds to the interaction event of the broadcast element, specifically:
the subscription element matches the data in the broadcasting list of the broadcaster through the event name and the topic field in the data structure of the subscription element, and if the matching is successful, the subscription element responds to the interaction event of the broadcasting element.
7. A system for event interaction between elements in a visualization platform, comprising:
the broadcast interaction event generation module is configured to enable the broadcast element to start interaction events, and generate a broadcast list so that other elements subscribe;
an event interaction module configured to trigger an initiated interaction event by the broadcast element, the broadcast element broadcasting the event globally to cause other elements to respond to the content of the broadcast element;
the subscription process of other elements is specifically as follows:
the other elements select interaction events in the broadcast list to become subscription elements and generate a data structure of the subscription elements;
the subscription element confirms whether the content is the content required by the subscription element according to the content information of the interaction event in the broadcast list, and if the content is required, the subscription element responds to the interaction event of the broadcast element;
the elements are subjected to life cycle initialization before becoming broadcasters of the interaction events, specifically:
the element opens a lifecycle event, becoming a lifecycle broadcast element;
the life cycle broadcasting element starts the life cycle event, generates a life cycle event list and distributes the life cycle event of the life cycle broadcasting element outwards, so that the life cycle subscribing element triggers the life cycle event of the life cycle broadcasting element when the event is processed;
when the life cycle is triggered, if no life cycle subscription element exists, storing the trigger into a waiting execution queue;
when the lifecycle broadcaster performs before the next occurrence of a lifecycle event subscription.
8. A computer readable storage medium, on which a computer program is stored, which program, when being executed by a processor, implements the steps of a method of event interaction between elements in a visualization platform as claimed in any of claims 1-6.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor performs the steps in the method of event interaction between elements in a visualization platform as claimed in any of claims 1-6.
CN202210896056.4A 2022-07-27 2022-07-27 Event interaction method and system between elements in visual platform Active CN115114050B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210896056.4A CN115114050B (en) 2022-07-27 2022-07-27 Event interaction method and system between elements in visual platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210896056.4A CN115114050B (en) 2022-07-27 2022-07-27 Event interaction method and system between elements in visual platform

Publications (2)

Publication Number Publication Date
CN115114050A CN115114050A (en) 2022-09-27
CN115114050B true CN115114050B (en) 2024-03-19

Family

ID=83334642

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210896056.4A Active CN115114050B (en) 2022-07-27 2022-07-27 Event interaction method and system between elements in visual platform

Country Status (1)

Country Link
CN (1) CN115114050B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110110174A (en) * 2017-12-15 2019-08-09 阿里巴巴集团控股有限公司 Generation, monitoring and the methods of exhibiting of the data visualization page, browser and server
CN111813402A (en) * 2020-07-07 2020-10-23 北京亚鸿世纪科技发展有限公司 Dragging development component and event interaction definer for data visualization development
CN112579686A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Interaction method, interaction device, storage medium and electronic equipment
CN113296758A (en) * 2021-03-15 2021-08-24 上海爱数信息技术股份有限公司 Front-end component library construction method and device and storage medium
CN114296722A (en) * 2021-12-10 2022-04-08 浙江嘉兴数字城市实验室有限公司 Visual rapid development method and system applied to digital reform

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080007568A1 (en) * 2006-07-06 2008-01-10 International Business Machines Corporation System and method for visualization and interaction with spatial objects
US9171282B2 (en) * 2007-10-22 2015-10-27 Oracle International Corporation Interactive complex event pattern builder and visualizer

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110110174A (en) * 2017-12-15 2019-08-09 阿里巴巴集团控股有限公司 Generation, monitoring and the methods of exhibiting of the data visualization page, browser and server
CN112579686A (en) * 2019-09-30 2021-03-30 北京国双科技有限公司 Interaction method, interaction device, storage medium and electronic equipment
CN111813402A (en) * 2020-07-07 2020-10-23 北京亚鸿世纪科技发展有限公司 Dragging development component and event interaction definer for data visualization development
CN113296758A (en) * 2021-03-15 2021-08-24 上海爱数信息技术股份有限公司 Front-end component library construction method and device and storage medium
CN114296722A (en) * 2021-12-10 2022-04-08 浙江嘉兴数字城市实验室有限公司 Visual rapid development method and system applied to digital reform

Also Published As

Publication number Publication date
CN115114050A (en) 2022-09-27

Similar Documents

Publication Publication Date Title
WO2021238913A1 (en) Method and apparatus for displaying live broadcast data, and device and storage medium
CN104023271B (en) Transmitting advertisement information method and user equipment
CN106303731A (en) The display packing of barrage and device
CN113825031A (en) Live content generation method and device
US20110004892A1 (en) Method and apparatus for operating a micro-splicer to insert alternate content while viewing multimedia content on a handheld device
CN105740010B (en) A kind of starting-up method and terminal device
CN109462769A (en) Direct broadcasting room pendant display methods, device, terminal and computer-readable medium
CN107172501B (en) Live broadcast room recommendation display method and system
CN109151541B (en) Method, storage medium, device and system for realizing cue bullet box for leaving anchor
JP2008504764A (en) Method for displaying an audiovisual sequence at the receiver level and a receiver for displaying the sequence
CN114066406B (en) Schedule-based information processing method and device
CN113596596B (en) Gift viewing system, method, apparatus, and medium for live applications
CN106713953A (en) Boot advertising method and system
CN109218817B (en) Method and device for displaying virtual gift prompting message
CN110545458A (en) barrage display method, device and equipment and computer readable storage medium
CN111797343A (en) Operation activity management method, configuration server and display terminal
CN110674040A (en) Application testing method, device, equipment and storage medium
CN114286122A (en) Page display method, device, equipment and storage medium for live broadcast room
CN106331876A (en) Method and device for playing web video
CN115114050B (en) Event interaction method and system between elements in visual platform
CN105094576A (en) Switching method and device for application scenarios
CN104615432A (en) Splash screen information handling method and customer terminal
CN108966034B (en) Virtual article display method, device and storage medium
CN103702168A (en) Method of displaying video list and video client
CN109309859A (en) Direct broadcasting room method for showing interface, framework and correlation technique, device and equipment

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
GR01 Patent grant
GR01 Patent grant