CN109656729B - Multi-control interaction method and device for webpage and terminal equipment - Google Patents

Multi-control interaction method and device for webpage and terminal equipment Download PDF

Info

Publication number
CN109656729B
CN109656729B CN201811551492.8A CN201811551492A CN109656729B CN 109656729 B CN109656729 B CN 109656729B CN 201811551492 A CN201811551492 A CN 201811551492A CN 109656729 B CN109656729 B CN 109656729B
Authority
CN
China
Prior art keywords
control
data
linkage
loaded
interaction
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
CN201811551492.8A
Other languages
Chinese (zh)
Other versions
CN109656729A (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.)
Haoyun Technologies Co Ltd
Original Assignee
Haoyun Technologies 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 Haoyun Technologies Co Ltd filed Critical Haoyun Technologies Co Ltd
Priority to CN201811551492.8A priority Critical patent/CN109656729B/en
Publication of CN109656729A publication Critical patent/CN109656729A/en
Application granted granted Critical
Publication of CN109656729B publication Critical patent/CN109656729B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The application discloses a multi-control interaction method, a multi-control interaction device and terminal equipment of a webpage, wherein the method comprises the following steps: the method comprises the steps of acquiring linkage attributes of control data of a newly loaded control and control attribute data of a loaded control of a webpage page, generating linkage data for interaction between the newly loaded control and the loaded control, and then transmitting the linkage data in an event transmission mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data. Compared with the prior art, the method adopts a mode of judging whether the control data of one control and the control attribute data of the other control have the relevance attribute, judges whether data interaction is required to be realized between the two controls, and enables the controls to carry out the data interaction through an event propagation mode when the data interaction is judged to be required to be realized, so that the problem that the data interaction channel of the controls needs to be set repeatedly is solved, the extended controls of the controls can be added rapidly, and the business function requirements of the webpage are met.

Description

Multi-control interaction method and device for webpage and terminal equipment
Technical Field
The application relates to the technical field of internet application, in particular to a multi-control-piece interaction method and device for a webpage and a terminal device.
Background
With the development of information technology, the requirements of users on the webpage are not only reflected on content, but also gradually improved on the requirements of the display effect and style of the webpage. In order to meet the user requirements, in the prior art, a plurality of controls are generally configured for each page, and a data channel for direct interaction is preset between the controls requiring data interaction, so that a plurality of service functions of a webpage are realized through data interaction of the plurality of controls.
However, when the prior art is adopted to perform the related business operation of the web page, it is found that because the data interaction channel between the controls is preset, when the extended controls are required to be added according to the business function requirement of the web page, if the data interaction between the extended controls and other controls is to be realized, the data interaction channel between the controls needs to be reset, which results in a great deal of time waste, and the data interaction channel between every two controls needs to be realized through codes, so that when the number of the controls is large, the number of the codes is relatively increased, and therefore, a great deal of time is also wasted for code maintenance.
Disclosure of Invention
The technical problem to be solved by the embodiment of the application is how to meet the business function requirement of the webpage without repeatedly setting the data interaction channel of the control.
In order to solve the foregoing problem, an embodiment of the present application provides a multi-control interaction method for a web page, which is suitable for being executed in a computing device, and at least includes the following steps:
acquiring control data of a newly loaded control of a webpage page, and judging whether the control data and control attribute data of the loaded control in the webpage page have linkage attributes or not;
after the linkage attribute of the new loading control and the loaded control is judged, linkage condition data are obtained according to the linkage attribute, and linkage data used for enabling the new loading control and the loaded control to be interacted are obtained according to the linkage condition data;
and transmitting the linkage data between the new loading control and the loaded control in an event transmission mode so as to enable the new loading control and the loaded control to interact according to the linkage data.
Further, the method also comprises the following steps:
initializing a built-in object of a control, analyzing authority data of the control, judging whether the control has a loading authority on the webpage, and loading the control on the webpage as the new loading control after judging that the control has the loading authority.
Further, the acquiring linkage condition data according to the linkage attribute specifically includes:
and according to the linkage attribute, changing the control service data of the loaded control, and according to the changed control service data, executing state management service to analyze the linkage attribute to obtain linkage condition data.
Further, the generating linkage data of the newly loaded control and the loaded control according to the linkage condition data specifically includes:
and judging whether the linkage condition data meets a preset linkage condition for triggering the new loading control and the loaded control, and generating the linkage data according to the linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the preset linkage condition.
Further, the propagating the linkage data between the new loading control and the loaded control in an event propagation manner so that the new loading control and the loaded control interact with each other according to the linkage data specifically includes:
monitoring whether the linkage data are generated or not in real time, and after the linkage data are monitored to be generated, calling event transmission according to control data registration when the new loading control is loaded to transmit the linkage data so as to enable the new loading control and the loaded control to carry out data interaction according to the linkage data. Further, a multi-control interaction device for a web page is provided, which includes:
the data acquisition module is used for acquiring control data of a newly loaded control of a webpage page and judging whether the control data and the control attribute data of the loaded control in the webpage page have linkage attributes or not;
the data acquisition module is used for acquiring linkage condition data according to the linkage attribute after judging that the new loading control and the loaded control have the linkage attribute, and acquiring linkage data for enabling the new loading control and the loaded control to be interacted according to the linkage condition data;
and the data interaction module is used for transmitting the linkage data between the new loading control and the loaded control in an event transmission mode so as to enable the new loading control and the loaded control to interact according to the linkage data.
Further, the method also comprises the following steps:
and the data initialization module is used for initializing a built-in object of the control, analyzing the authority data of the control, judging whether the control has a loading authority on the webpage, and loading the control on the webpage as the new loading control after judging that the control has the loading authority.
Further, the data obtaining module is specifically configured to:
after the linkage attribute of the newly loaded control and the loaded control is judged, the control service data of the loaded control is changed according to the linkage attribute, and state management service is executed according to the changed control service data so as to analyze the linkage attribute and obtain linkage condition data;
and judging whether the linkage condition data meets a preset linkage condition for triggering the new loading control and the loaded control, and generating the linkage data according to a linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the preset linkage condition.
Further, the data interaction module is specifically configured to:
monitoring whether the linkage data are generated or not in real time, and calling event transmission registered according to the control data when the new loading control is loaded after the linkage data are generated, so that the new loading control and the loaded control carry out data interaction according to the linkage data.
Further, a multi-controller interaction terminal device of a web page is also provided, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the multi-controller interaction method of the web page according to the embodiment is implemented.
The embodiment of the application has the following beneficial effects:
the embodiment of the application provides a multi-control interaction method, a multi-control interaction device and a terminal device for a webpage, wherein the method comprises the following steps: the method comprises the steps of acquiring linkage attributes of control data of a newly loaded control and control attribute data of a loaded control of a webpage page, generating linkage data for interaction between the newly loaded control and the loaded control, and then transmitting the linkage data in an event transmission mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data. Compared with the prior art, the method adopts a mode of judging whether the control data of one control and the control attribute data of the other control have the relevance attribute, judges whether data interaction is required to be realized between the two controls, and enables the controls to carry out the data interaction through an event propagation mode when the data interaction is judged to be required to be realized, so that the problem that the data interaction channel of the controls needs to be set repeatedly is solved, the extended controls of the controls can be added rapidly, and the business function requirements of the webpage are met.
Drawings
FIG. 1 is a flowchart illustrating a multi-control interaction method for a web page according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating a multi-control interaction method for a web page according to another embodiment of the present application;
fig. 3 is a schematic flowchart of a multi-control interaction device for a web page according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Please refer to fig. 1 to 2.
Referring to fig. 1, which is a schematic flowchart of a multi-control interaction method for a web page according to an embodiment of the present application, as shown in fig. 1, the multi-control interaction method includes steps S11 to S13. The method comprises the following steps:
and S11, collecting control data of a newly loaded control of the webpage, and judging whether the control data and the control attribute data of the loaded control in the webpage have linkage attributes.
And S12, after judging that the newly loaded control and the loaded control have linkage attributes, acquiring linkage condition data according to the linkage attributes, and acquiring linkage data for enabling the newly loaded control and the loaded control to be interacted according to the linkage condition data.
And S13, propagating the linkage data between the newly loaded control and the loaded control in an event propagation mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data.
For step S11, in this embodiment, the state management service is invoked to register and monitor, add control data monitoring on the newly loaded control, and register corresponding event propagation when monitoring the control data of the newly loaded control. And judging whether the control data of the newly loaded control and the control attribute data of the loaded control have an association relationship or not through the association relationship between the control data and the control attribute data configured in the background.
The incidence relation between the control data and the control attribute data is formed by binding the control data and the control attribute data when the user terminal carries out webpage configuration.
In this embodiment, whether the control data of the newly loaded control and the control attribute data of the loaded control have the linkage attribute is determined by determining whether the control data of the newly loaded control and the control attribute data of the loaded control have the binding attribute, and if the control data of the newly loaded control and the control attribute data of the loaded control have the binding attribute, the linkage attribute is determined.
For step S12, specifically, after determining that the newly loaded control and the loaded control have the linkage attribute, the control service data of the loaded control is modified according to the linkage attribute, and the state management service is executed according to the modified control service data to analyze the linkage attribute and obtain the linkage condition data. And judging whether the linkage condition data meets a preset linkage condition between the triggering newly-loaded control and the loaded control, and generating linkage data according to the linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the preset linkage condition.
In this embodiment, whether the service data of the widget is changed is monitored through the widget service change listener.
In this embodiment, after the linkage condition is determined to be satisfied, if the linkage type corresponding to the linkage condition data is the background data linkage type, the corresponding linkage data is queried in a background database, and if the linkage type corresponding to the linkage condition data is the component data propagation type, linkage data for performing component data propagation is generated, and the linkage data is sent through event propagation.
In step S13, specifically, whether the linkage data is generated is monitored in real time, and after the linkage data is monitored to be generated, linkage data is transmitted according to event propagation registered by the control data when the new loading control is loaded, so that the new loading control and the loaded control perform data interaction according to the linkage data.
In this embodiment, monitoring of the linkage data is performed by calling a state management service, and after the linkage data is monitored, the linkage data is sent to the newly loaded control and the loaded control in an event propagation manner, so that data interaction between the control data of the newly loaded control and the control data of the loaded control is triggered.
Referring to fig. 2, which is a schematic flowchart of a multi-control interaction method for a web page according to another embodiment of the present application, in addition to the flowchart shown in fig. 1, the method further includes:
s10, initializing a built-in object of the control, analyzing the authority data of the control, judging whether the control has a loading authority on the webpage, and loading the control on the webpage as a new loading control after judging that the control has the loading authority.
In this embodiment, whether the control has a loading authority on a webpage is judged according to the authority data of the control, if so, the control is loaded on the webpage as a new loading control, and the control attribute data and the control data are analyzed; if the control does not have the loading authority, the control cannot be analyzed, and therefore the control is hidden.
The embodiment of the application provides a multi-control interaction method for a webpage, which comprises the steps of generating linkage data for interaction between a newly loaded control and a loaded control by acquiring linkage attributes of control data of the newly loaded control and control attribute data of the loaded control of the webpage, and then propagating the linkage data in an event propagation mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data. Compared with the prior art, the method and the device adopt a mode of judging whether the control data of one control and the control attribute data of the other control have the relevance attribute, judge whether the data interaction is required to be realized between the two controls, and perform the data interaction between the controls in an event propagation mode when judging that the data interaction is required to be realized, so that the problem that the data interaction channel of the controls needs to be repeatedly set is solved, the extended controls of the controls can be rapidly added, and the service function requirements of the webpage are met.
Please refer to fig. 3.
Referring to fig. 3, which is a schematic structural diagram of a multi-control interaction device for a web page according to an embodiment of the present application, including:
the data acquisition module 101 is configured to acquire control data of a newly loaded control on a webpage page, and determine whether the control data and control attribute data of the loaded control in the webpage page have a linkage attribute.
In this embodiment, the data acquisition module 101 is specifically configured to register and monitor by invoking a state management service, add control data monitoring on a newly loaded control, and register corresponding event propagation when monitoring control data of the newly loaded control. And judging whether the control data of the newly loaded control and the control attribute data of the loaded control have an association relationship or not through the association relationship between the control data and the control attribute data configured in the background.
The incidence relation between the control data and the control attribute data is formed by binding the control data and the control attribute data when the user terminal conducts webpage configuration.
In this embodiment, the data acquisition module 101 determines whether the control data of the newly loaded control and the control attribute data of the loaded control have a binding attribute, and if the control data of the newly loaded control and the control attribute data of the loaded control have the binding attribute, determines that the control data of the newly loaded control and the control attribute data of the loaded control have the binding attribute.
And the data acquisition module 102 is configured to, after determining that the newly loaded control and the loaded control have the linkage attribute, acquire linkage condition data according to the linkage attribute, and acquire linkage data for enabling interaction between the newly loaded control and the loaded control according to the linkage condition data.
In this embodiment, the data obtaining module 102 is specifically configured to, after determining that the newly loaded control and the loaded control have the linkage attribute, change the control service data of the loaded control according to the linkage attribute, and execute the state management service according to the changed control service data, so as to analyze the linkage attribute, and obtain the linkage condition data. And judging whether the linkage condition data meets a preset linkage condition between the triggering new loading control and the loaded control, and generating linkage data according to the linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the linkage condition.
In this embodiment, whether the service data of the widget is changed is monitored through the widget service change listener.
In this embodiment, after the data obtaining module 102 determines that the linkage condition is satisfied, if the linkage type corresponding to the linkage condition data is the background data linkage type, the data obtaining module queries the corresponding linkage data in a background database, and if the linkage type corresponding to the linkage condition data is the component data propagation type, the data obtaining module generates linkage data for propagating the component data, and transmits the linkage data through event propagation.
And the data interaction module 103 is used for propagating the linkage data between the newly loaded control and the loaded control in an event propagation manner, so that the newly loaded control and the loaded control interact according to the linkage data.
In this embodiment, the data interaction module 103 is specifically configured to monitor whether linkage data is generated in real time, and after the linkage data is monitored to be generated, invoke event propagation registered according to the control data when a new loading control is loaded to send the linkage data, so that the new loading control and the loaded control perform data interaction according to the linkage data.
In this embodiment, the data interaction module 103 monitors the linkage data by calling the state management service, and after monitoring the linkage data, sends the linkage data to the newly loaded control and the loaded control in an event propagation manner, so as to trigger the control data of the newly loaded control and the control data of the loaded control to perform data interaction.
In this embodiment, the data initialization module 100 is further included, configured to initialize a built-in object of the control, analyze permission data of the control, determine whether the control has a loading permission on the web page, and load the control on the web page as a new loading control after determining that the control has the loading permission.
In this embodiment, the data initialization module 100 determines whether the control has a loading right on the web page according to the right data of the control, and if so, loads the control on the web page as a new loading control, and analyzes the control attribute data and the control data; if the control does not have the loading authority, the control cannot be analyzed, and therefore the control is hidden.
The embodiment of the application provides a multi-control interaction method and device for a webpage, wherein the method comprises the following steps: the method comprises the steps of acquiring linkage attributes of control data of a newly loaded control and control attribute data of a loaded control of a webpage page, generating linkage data for interaction between the newly loaded control and the loaded control, and then transmitting the linkage data in an event transmission mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data. Compared with the prior art, the method and the device adopt a mode of judging whether the control data of one control and the control attribute data of the other control have the relevance attribute, judge whether the data interaction is required to be realized between the two controls, and perform the data interaction between the controls in an event propagation mode when judging that the data interaction is required to be realized, so that the problem that the data interaction channel of the controls needs to be repeatedly set is solved, the extended controls of the controls can be rapidly added, and the service function requirements of the webpage are met.
Still another embodiment of the present application further provides a multi-controller interaction terminal device for a web page, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the multi-controller interaction method for a web page according to the foregoing embodiment is implemented.
The foregoing is a preferred embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations are also regarded as the protection scope of the present application.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes 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 (RAM), or the like.

Claims (10)

1. A multi-control interaction method for a webpage is characterized by at least comprising the following steps:
acquiring control data of a newly loaded control of a webpage page, and judging whether the control data and control attribute data of the loaded control in the webpage page have linkage attributes or not;
after the linkage attribute of the new loading control and the loaded control is judged, linkage condition data are obtained according to the linkage attribute, and linkage data used for enabling the new loading control and the loaded control to be interacted are obtained according to the linkage condition data;
and transmitting the linkage data between the new loading control and the loaded control in an event transmission mode so as to enable the new loading control and the loaded control to interact according to the linkage data.
2. The multi-control interaction method for a web page according to claim 1, further comprising:
initializing a built-in object of a control, analyzing authority data of the control, judging whether the control has a loading authority on the webpage, and loading the control on the webpage as the new loading control after judging that the control has the loading authority.
3. The method for multi-control interaction of a web page according to claim 1, wherein the obtaining of linkage condition data according to the linkage attributes specifically comprises:
and according to the linkage attribute, changing the control service data of the loaded control, and according to the changed control service data, executing state management service to analyze the linkage attribute to obtain linkage condition data.
4. The method for multi-control interaction of a web page according to claim 1, wherein the generating linkage data of the newly loaded control and the loaded control according to the linkage condition data specifically comprises:
and judging whether the linkage condition data meets a preset linkage condition for triggering the new loading control and the loaded control, and generating the linkage data according to a linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the preset linkage condition.
5. A method for multi-control interaction of a web page according to claim 1, wherein the linkage data is propagated between the newly loaded control and the loaded control in an event propagation manner, so that the newly loaded control and the loaded control interact with each other according to the linkage data, specifically:
monitoring whether the linkage data are generated or not in real time, and calling event transmission registered according to the control data when the new loading control is loaded after the linkage data are generated, so that the new loading control and the loaded control carry out data interaction according to the linkage data.
6. A multi-control interaction device for a web page, comprising:
the data acquisition module is used for acquiring control data of a newly loaded control of a webpage page and judging whether the control data and the control attribute data of the loaded control in the webpage page have linkage attributes or not;
the data acquisition module is used for acquiring linkage condition data according to the linkage attribute after judging that the new loading control and the loaded control have the linkage attribute, and acquiring linkage data for enabling the new loading control and the loaded control to be interacted according to the linkage condition data;
and the data interaction module is used for transmitting the linkage data between the newly loaded control and the loaded control in an event transmission mode so as to enable the newly loaded control and the loaded control to interact according to the linkage data.
7. The device for multi-control interaction of a web page of claim 6, further comprising:
and the data initialization module is used for initializing a built-in object of the control, analyzing the authority data of the control, judging whether the control has a loading authority on the webpage, and loading the control on the webpage as the new loading control after judging that the control has the loading authority.
8. The multi-control interaction device for the web page according to claim 6, wherein the data acquisition module is specifically configured to:
after the linkage attribute of the newly loaded control and the loaded control is judged, the control service data of the loaded control is changed according to the linkage attribute, and state management service is executed according to the changed control service data so as to analyze the linkage attribute and obtain linkage condition data;
and judging whether the linkage condition data meets a preset linkage condition for triggering the new loading control and the loaded control, and generating the linkage data according to the linkage type corresponding to the linkage condition data after judging that the linkage condition data meets the preset linkage condition.
9. The multi-control interaction device for the web page according to claim 6, wherein the data interaction module is specifically configured to:
monitoring whether the linkage data are generated or not in real time, and after the linkage data are monitored to be generated, calling event transmission according to control data registration when the new loading control is loaded to transmit the linkage data so as to enable the new loading control and the loaded control to carry out data interaction according to the linkage data.
10. A multi-controller interactive terminal device of a netpage, characterized in that it comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, and the processor implements the multi-controller interactive method of a netpage according to any one of claims 1 to 5 when executing the computer program.
CN201811551492.8A 2018-12-17 2018-12-17 Multi-control interaction method and device for webpage and terminal equipment Active CN109656729B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811551492.8A CN109656729B (en) 2018-12-17 2018-12-17 Multi-control interaction method and device for webpage and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811551492.8A CN109656729B (en) 2018-12-17 2018-12-17 Multi-control interaction method and device for webpage and terminal equipment

Publications (2)

Publication Number Publication Date
CN109656729A CN109656729A (en) 2019-04-19
CN109656729B true CN109656729B (en) 2022-12-13

Family

ID=66113342

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811551492.8A Active CN109656729B (en) 2018-12-17 2018-12-17 Multi-control interaction method and device for webpage and terminal equipment

Country Status (1)

Country Link
CN (1) CN109656729B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461346A (en) * 2014-10-20 2015-03-25 天闻数媒科技(北京)有限公司 Method and device for visually impaired people to touch screen and intelligent touch screen mobile terminal
CN107991895A (en) * 2017-11-28 2018-05-04 深圳市东微智能科技股份有限公司 Multi-systematic control method, apparatus, computer equipment and storage medium
CN107992301A (en) * 2017-11-27 2018-05-04 腾讯科技(上海)有限公司 User interface implementation method, client and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080104571A1 (en) * 2001-02-15 2008-05-01 Denny Jaeger Graphical object programming methods using graphical directional indicators
GB0610946D0 (en) * 2006-06-02 2006-07-12 Vida Software S L User interfaces for electronic devices
US8407598B2 (en) * 2009-12-09 2013-03-26 Ralph Lee Burton Dynamic web control generation facilitator
US20110214092A1 (en) * 2010-02-26 2011-09-01 Siemens Product Lifecycle Management Software Inc. System and Method for Management of User Interactions Using Configurable Listeners in a Data Processing System

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461346A (en) * 2014-10-20 2015-03-25 天闻数媒科技(北京)有限公司 Method and device for visually impaired people to touch screen and intelligent touch screen mobile terminal
CN107992301A (en) * 2017-11-27 2018-05-04 腾讯科技(上海)有限公司 User interface implementation method, client and storage medium
CN107991895A (en) * 2017-11-28 2018-05-04 深圳市东微智能科技股份有限公司 Multi-systematic control method, apparatus, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Implementation of a network control system for a Robotic Manipulator as cloud service;Carlos Pillajo 等;《2015 CHILEAN Conference on Electrical, Electronics Engineering, Information and Communication Technologies (CHILECON)》;20160215;791-795 *
基于ActiveX技术实现C/S应用的B/S"部署";韩潇影;《办公自动化》;20181101;28-31、43 *

Also Published As

Publication number Publication date
CN109656729A (en) 2019-04-19

Similar Documents

Publication Publication Date Title
US9459995B2 (en) Compliance testing engine for integrated computing system
US10216527B2 (en) Automated software configuration management
CN107390983B (en) Service instruction execution method, client and storage medium
CN108415804B (en) Method for acquiring information, terminal device and computer readable storage medium
WO2005043315A3 (en) System, method and computer program product for network resource processing
US9535666B2 (en) Dynamic agent delivery
CN109542718B (en) Service call monitoring method and device, storage medium and server
KR102161137B1 (en) Method and system for game data collection
CN106713011B (en) Method and system for obtaining test data
CN109491733B (en) Interface display method based on visualization and related equipment
CN111258847B (en) File handle monitoring and analyzing method, device, medium and equipment
US8572553B2 (en) Systems and methods for providing feedback for software components
CN112087455B (en) WAF site protection rule generation method, system, equipment and medium
CN109656729B (en) Multi-control interaction method and device for webpage and terminal equipment
US20150334159A1 (en) Method, System and Browser for Executing Active Object of Browser
EP3832985B1 (en) Method and apparatus for processing local hot spot, electronic device and storage medium
CN110838929A (en) System error checking method and system error checking device
CN111338609B (en) Information acquisition method, device, storage medium and terminal
US9497253B2 (en) Authorization review system
CN113935847A (en) Online process risk processing method, device, server and medium
US9838488B2 (en) Agent asynchronous transaction monitor
US20180007152A1 (en) Asynchronous custom exit points
US9811323B2 (en) Methods, apparatus, systems and computer readable media for use in association with partitioning and/or rendering
US20090313628A1 (en) Dynamically batching remote object model commands
CN110362464A (en) Software analysis method 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