CN111324226A - Touch message processing method and device and electronic equipment - Google Patents

Touch message processing method and device and electronic equipment Download PDF

Info

Publication number
CN111324226A
CN111324226A CN201811526343.6A CN201811526343A CN111324226A CN 111324226 A CN111324226 A CN 111324226A CN 201811526343 A CN201811526343 A CN 201811526343A CN 111324226 A CN111324226 A CN 111324226A
Authority
CN
China
Prior art keywords
touch
message data
data
touch message
application program
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.)
Granted
Application number
CN201811526343.6A
Other languages
Chinese (zh)
Other versions
CN111324226B (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.)
Hitevision Co Ltd
Original Assignee
Hitevision 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 Hitevision Co Ltd filed Critical Hitevision Co Ltd
Priority to CN201811526343.6A priority Critical patent/CN111324226B/en
Publication of CN111324226A publication Critical patent/CN111324226A/en
Application granted granted Critical
Publication of CN111324226B publication Critical patent/CN111324226B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • G06F3/0418Control or interface arrangements specially adapted for digitisers for error correction or compensation, e.g. based on parallax, calibration or alignment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a touch message processing method and device and electronic equipment, wherein the touch message processing method comprises the following steps: acquiring touch message data of the touch screen from the driving layer; transmitting the touch message data to an application program of an application layer; and analyzing and converting the touch message data to obtain touch information suitable for processing by the application program. According to the method and the device, the touch message data can be directly acquired from the driving layer, the acquisition speed of the touch message is increased, the processing speed of the touch message is increased, and the user experience is improved.

Description

Touch message processing method and device and electronic equipment
Technical Field
The present invention relates to the field of touch information processing technologies, and in particular, to a touch message processing method and apparatus, and an electronic device.
Background
In the normal use process of the existing touch screen device with the USB interface, a driver of a windows operating system generally obtains a touch message of the touch screen through a system API, or an application obtains the touch message through a window event. In the process of acquiring the touch message by using the method, the acquired touch message is delayed due to the influence of factors such as the scheduling sequence of system events or the response speed of an application program, so that the problem of delayed display of the touch message is caused, and the user experience is reduced.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for processing a touch message, and an electronic device, which can improve the speed of acquiring the touch message and improve the user experience.
Based on the above object, the present invention provides a method for processing a touch message, comprising:
acquiring touch message data of the touch screen from the driving layer;
transmitting the touch message data to an application program of an application layer;
and analyzing and converting the touch message data to obtain touch information suitable for processing by the application program.
Optionally, the touch message data of the touch screen is acquired from the driving layer according to the device information of the touch screen.
Optionally, the touch message data is analyzed to obtain various touch parameters in the touch message data, and data conversion is performed according to data formats defined by the application program according to the various touch parameters and data contents required by the application program, where the various touch parameters include position coordinate parameters of touch points, and width and height parameters of a screen.
An embodiment of the present invention further provides a touch message processing apparatus, including:
the USB driving module is used for acquiring touch message data of the touch screen from the driving layer and transmitting the touch message data to the analysis module;
and the analysis module is used for receiving the touch message data, analyzing and converting the touch message data and obtaining touch information suitable for processing of an application program.
Optionally, the USB driver module obtains touch message data of the touch screen from the driver layer according to the device information of the touch screen.
Optionally, the parsing module parses the touch message data to obtain various touch parameters in the touch message data, and performs data conversion according to a data format defined by the application program according to the various touch parameters and data content required by the application program, where the various touch parameters include a position coordinate parameter of a touch point, a width of a screen, and a height parameter of the screen.
An embodiment of the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
As can be seen from the above, the touch message processing method and apparatus, and the electronic device provided by the invention acquire touch message data of the touch screen from the driving layer; transmitting the touch message data to an application program of an application layer; the application program analyzes and converts the touch message data by using the analysis module to obtain the touch information suitable for processing by the application program. According to the method and the device, the touch message data can be directly acquired from the driving layer, the acquisition speed of the touch message is increased, the processing speed of the touch message is increased, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to specific embodiments and the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention. As shown in the figure, the touch message processing method disclosed in the embodiment of the present invention includes:
s10: acquiring touch message data of the touch screen from the driving layer;
s11: transmitting the touch message data to an application program of an application layer;
s11: and analyzing and converting the touch message data to obtain touch information suitable for processing of the application program.
In the embodiment of the invention, the driver layer can acquire the device information (including VID of a manufacturer and PID) of all USB access devices and the message data of all USB access devices, and filter the touch message data of the touch screen from the message data of all USB access devices according to the device information of the touch screen. And sending the touch message data of the touch screen obtained by filtering to an application program of an application layer, and converting and processing the touch message data into processable touch information by the application program according to the required data content and data format.
The USB access device is an external device connected to the host through a USB interface, such as a mouse, a touch screen, a mobile storage device and the like. Different USB access devices have different device information, and different USB access devices have different interaction data with the access host, for example, a mouse interacts with the host to generate click message data, a touch screen interacts with the host to generate touch message data, and a mobile storage device interacts with the host to generate read/write operation message data. And the driving layer filters the touch message data of the touch screen from the message data of each USB access device by using the USB driving module according to the device information of the touch screen, and transmits the touch message data to the analysis module of the application program.
The analysis module receives the touch message data, analyzes the touch message data to obtain various touch parameters in the touch message data, including position coordinate parameters of touch points, width parameters and height parameters of a screen and the like; and then, according to the touch parameters and the data content required by the application program, performing data conversion according to the data format defined by the application program.
In one embodiment, the touch message data of the touch screen directly obtained from the driver layer is "010707562 b bc 375800 f 800", and the data structure of the application program for the touch message is defined as:
Figure BDA0001904550850000031
and analyzing the touch message data according to the received touch message data and the data structure definition of the touch information by the application program, and converting the touch message data into the touch information conforming to the data structure definition. In this embodiment, the first byte "01" is used as the device start identifier, and conversion is not required; the second byte "07" is converted into a field value of a status field according to the data type uint32, the third byte "07" is converted into a field value of a pen field according to the data type uint32, the fourth and fifth bytes "56" and "2 b" are converted into field values corresponding to a pos _ x field according to the data type uint16, the sixth and seventh bytes "bc" and "37" are converted into field values corresponding to a pos _ y field according to the data type uint16, the eighth and ninth bytes "58" and "00" are converted into field values of a width field according to the data type uint16, the tenth and eleventh bytes "f 8" and "00" are converted into field values of a height field according to the data type uint16, and after data conversion, the application program can perform subsequent processing on the touch information after data conversion.
The conversion relation of the position coordinate information of the touch point is as follows:
X=W*SX÷2M
Y=H*SY÷2N
in the programming implementation process, the operation speed is improved by utilizing right shift operation, namely:
X=W*SX>>N
Y=H*SY>>N
x, Y are respectively coordinate values of X axis and Y axis of the screen required by the application program processing, SX and SY are respectively coordinate values of X axis and Y axis analyzed from the touch message data, and N is right shift number.
Fig. 2 is a schematic structural diagram of an apparatus according to an embodiment of the present invention. As shown in the drawings, a touch message processing apparatus provided in an embodiment of the present invention includes:
the USB driving module is used for acquiring touch message data of the touch screen from the driving layer and transmitting the touch message data to the analysis module;
and the analysis module is used for receiving the touch message data, analyzing and converting the touch message data and obtaining touch information suitable for processing of the application program.
The USB drive module can acquire the device information of all the USB access devices and the message data of all the USB access devices from the drive layer, and filter the touch message data of the touch screen from the message data of all the USB access devices according to the device information of the touch screen. And sending the touch message data of the touch screen obtained by filtering to an application program of an application layer, and analyzing and converting the touch message data into processable touch information by an analysis module of the application program according to the required data content and data format.
The analysis module analyzes the touch message data to obtain various touch parameters in the touch message data, including position coordinate parameters of touch points, width and height parameters of a screen and the like; and then, according to the touch parameters and the data content required by the application program, performing data conversion according to the data format defined by the application program.
Based on the above object, an embodiment of an apparatus for executing the touch message processing method is also provided in the embodiments of the present invention. The device comprises:
one or more processors, and a memory.
The apparatus for performing the touch message processing method may further include: an input device and an output device.
The processor, memory, input device, and output device may be connected by a bus or other means.
The memory, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the touch message processing method in the embodiments of the present invention. The processor executes various functional applications and data processing of the server by running the nonvolatile software program, instructions and modules stored in the memory, that is, the touch message processing method of the above method embodiment is implemented.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of a device that performs the touch message processing method, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the memory optionally includes memory remotely located from the processor, and these remote memories may be connected to the member user behavior monitoring device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device may receive input numeric or character information and generate key signal inputs related to user settings and function control of the device performing the touch message processing method. The output device may include a display device such as a display screen.
The one or more modules are stored in the memory and, when executed by the one or more processors, perform the touch message processing method in any of the above method embodiments. The technical effect of the embodiment of the device for executing the touch message processing method is the same as or similar to that of any method embodiment.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the processing method of the list item operation in any method embodiment. Embodiments of the non-transitory computer storage medium may be the same or similar in technical effect to any of the method embodiments described above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by a computer program that can be stored in a computer-readable storage medium and that, 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. The technical effect of the embodiment of the computer program is the same as or similar to that of any of the method embodiments described above.
Furthermore, the apparatuses, devices, etc. described in the present disclosure may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television, etc., and may also be large terminal devices, such as a server, etc., and therefore the scope of protection of the present disclosure should not be limited to a specific type of apparatus, device. The client disclosed by the present disclosure may be applied to any one of the above electronic terminal devices in the form of electronic hardware, computer software, or a combination of both.
Furthermore, the method according to the present disclosure may also be implemented as a computer program executed by a CPU, which may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method of the present disclosure.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) described herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions described herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
Disclosed exemplary embodiments should be noted, however, that various changes and modifications could be made herein without departing from the scope of the disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosure may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a," "an," "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The above-mentioned serial numbers of the embodiments of the present disclosure are merely for description and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of an embodiment of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (7)

1. A touch message processing method is characterized by comprising the following steps:
acquiring touch message data of the touch screen from the driving layer;
transmitting the touch message data to an application program of an application layer;
and analyzing and converting the touch message data to obtain touch information suitable for processing by the application program.
2. The method according to claim 1, wherein touch message data of the touch screen is acquired from the driver layer according to device information of the touch screen.
3. The method according to claim 2, wherein the touch message data is analyzed to obtain touch parameters in the touch message data, and data conversion is performed according to the touch parameters and data content required by the application program according to a data format defined by the application program, wherein the touch parameters include a position coordinate parameter of a touch point, a width of a screen, and a height parameter of the screen.
4. A touch message processing apparatus, comprising:
the USB driving module is used for acquiring touch message data of the touch screen from the driving layer and transmitting the touch message data to the analysis module;
and the analysis module is used for receiving the touch message data, analyzing and converting the touch message data and obtaining touch information suitable for processing of an application program.
5. The apparatus according to claim 4, wherein the USB driver module obtains touch message data of the touch screen from the driver layer according to the device information of the touch screen.
6. The apparatus according to claim 5, wherein the parsing module parses the touch message data to obtain touch parameters in the touch message data, and performs data conversion according to data formats defined by the application program according to the touch parameters and data content required by the application program, where the touch parameters include position coordinate parameters of touch points, width and height parameters of a screen.
7. An electronic device 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 method according to any of claims 1 to 3 when executing the program.
CN201811526343.6A 2018-12-13 2018-12-13 Touch message processing method and device and electronic equipment Active CN111324226B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811526343.6A CN111324226B (en) 2018-12-13 2018-12-13 Touch message processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811526343.6A CN111324226B (en) 2018-12-13 2018-12-13 Touch message processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN111324226A true CN111324226A (en) 2020-06-23
CN111324226B CN111324226B (en) 2024-05-03

Family

ID=71166550

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811526343.6A Active CN111324226B (en) 2018-12-13 2018-12-13 Touch message processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111324226B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000374A (en) * 2020-07-13 2020-11-27 深圳市智微智能软件开发有限公司 USB touch screen replacing method, device, equipment and medium applied to android system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650635A (en) * 2009-08-31 2010-02-17 深圳华为通信技术有限公司 Method for controlling remote display by terminal equipment and terminal equipment
WO2016155431A1 (en) * 2015-03-31 2016-10-06 努比亚技术有限公司 Terminal, touch operation method therefor and device thereof, and storage medium
US20170199642A1 (en) * 2014-05-30 2017-07-13 Huawei Technologies Co., Ltd. Display method of terminal device and terminal device
CN107357620A (en) * 2017-07-14 2017-11-17 广东欧珀移动通信有限公司 A kind of method of adjustment of application program, device, mobile terminal and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650635A (en) * 2009-08-31 2010-02-17 深圳华为通信技术有限公司 Method for controlling remote display by terminal equipment and terminal equipment
US20170199642A1 (en) * 2014-05-30 2017-07-13 Huawei Technologies Co., Ltd. Display method of terminal device and terminal device
WO2016155431A1 (en) * 2015-03-31 2016-10-06 努比亚技术有限公司 Terminal, touch operation method therefor and device thereof, and storage medium
CN107357620A (en) * 2017-07-14 2017-11-17 广东欧珀移动通信有限公司 A kind of method of adjustment of application program, device, mobile terminal and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000374A (en) * 2020-07-13 2020-11-27 深圳市智微智能软件开发有限公司 USB touch screen replacing method, device, equipment and medium applied to android system
CN112000374B (en) * 2020-07-13 2024-01-02 深圳市智微智能软件开发有限公司 USB touch screen replacement method, device, equipment and medium applied to android system

Also Published As

Publication number Publication date
CN111324226B (en) 2024-05-03

Similar Documents

Publication Publication Date Title
US10565293B2 (en) Synchronizing DOM element references
US11880413B2 (en) Transforming datasets for visualization within widgets across multiple platforms and software applications
CN104112002B (en) A kind of methods, devices and systems of list adaptation
US20170083495A1 (en) Method for Modifying Webpage and Apparatus for Modifying Webpage
CN107390983B (en) Service instruction execution method, client and storage medium
US20210250244A1 (en) Internet of things system topology generation
US11616860B2 (en) Information display method, terminal, and server
CN110659165A (en) Multi-node server automatic testing method and device
US20140157104A1 (en) Dynamic sharing and updating of a web page
CN111324226A (en) Touch message processing method and device and electronic equipment
CN113157480A (en) Error information processing method, device, storage medium and terminal
CN117076811A (en) Webpage export method, device, equipment and storage medium
CN117093798A (en) Rendering abnormality detection method and device, electronic equipment and storage medium
CN107562790B (en) Method and system for realizing batch warehousing of data processing
CN110929471A (en) Method and terminal for displaying rich text and electronic equipment
KR102506155B1 (en) Electronic device, application executing system and control methods thereof
CN111061571A (en) Event processing method and device and electronic equipment
CN108734149B (en) Text data scanning method and device
CN111581438B (en) File analysis method and terminal
CN111090432A (en) Interface processing method and device and electronic equipment
CN109977364B (en) Method and device for obtaining robot wake-up word
CN111246276A (en) Remote courseware playing method and device and electronic equipment
CN111625372A (en) Text pasting method, device, PC (personal computer) terminal, mobile terminal and system
WO2014084771A1 (en) Dynamic sharing and updating of a web page
CN110601905A (en) Fault detection method and device

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