CN114553976A - Information acquisition result acquisition method, device, equipment and medium - Google Patents

Information acquisition result acquisition method, device, equipment and medium Download PDF

Info

Publication number
CN114553976A
CN114553976A CN202111542910.9A CN202111542910A CN114553976A CN 114553976 A CN114553976 A CN 114553976A CN 202111542910 A CN202111542910 A CN 202111542910A CN 114553976 A CN114553976 A CN 114553976A
Authority
CN
China
Prior art keywords
information acquisition
browser
external equipment
information
identification information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111542910.9A
Other languages
Chinese (zh)
Inventor
王凌青
宋旭东
唐庆
牟强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202111542910.9A priority Critical patent/CN114553976A/en
Publication of CN114553976A publication Critical patent/CN114553976A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

According to the method, aiming at the information acquisition result sent by the external equipment, the electronic equipment can actively push the information acquisition result to the browser based on the websocket protocol, so that the browser with various kernels, especially the browser which does not support the ActiveX control, can also acquire the information acquisition result acquired by the external equipment, and the universality of various kernel browsers is met. And the websocket protocol supports the two-way communication between the browser and the external equipment, so that the timeliness of acquiring the information acquisition result can be improved.

Description

Information acquisition result acquisition method, device, equipment and medium
Technical Field
The present application relates to the field of information interaction technologies, and in particular, to a method, an apparatus, a device, and a medium for acquiring an information acquisition result.
Background
When the information acquisition requirement exists, the information acquisition personnel can access the external information acquisition equipment through the ActiveX control on the browser and control the external information acquisition equipment.
However, in the current browsers in the market, only the browser of the Internet Explorer (IE) kernel supports the ActiveX control, and the browsers such as the new google kernel do not support the ActiveX control, and the external information acquisition device cannot be controlled by the ActiveX control, so that how to acquire the information acquired by the external information acquisition device on the page of the browser which does not support the ActiveX control becomes a technical problem to be solved urgently.
Disclosure of Invention
The application provides an information acquisition result acquisition method, device, equipment and medium, which are used for solving the problem that information acquired by external information acquisition equipment cannot be acquired on a page of a browser which does not support an ActiveX control in the prior art.
The application provides an information acquisition result acquisition method, which comprises the following steps:
receiving an information acquisition result sent by the external equipment;
and sending the information acquisition result to the browser based on a websocket protocol.
Further, before determining an interface corresponding to the identification information according to the identification information of the external device, the method further includes:
receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment;
according to the identification information of the external equipment, determining an interface corresponding to the identification information;
and calling the interface to control the external equipment to acquire information.
Further, before determining an interface corresponding to the identification information according to the identification information of the external device, the method further includes:
and establishing websocket connection with the browser.
Furthermore, different types of external equipment correspond to different types of information acquisition results.
Correspondingly, the application provides an information acquisition device, the device includes:
the receiving unit is used for receiving an information acquisition result sent by the external equipment;
and the sending unit is used for sending the information acquisition result to the browser based on a websocket protocol.
Further, the apparatus further comprises:
the control unit is used for receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment; determining an interface corresponding to the identification information according to the identification information of the external equipment; and calling the interface to control the external equipment to acquire information.
Further, the apparatus further comprises:
and the establishing unit is used for establishing websocket connection with the browser.
Furthermore, different types of external equipment correspond to different types of information acquisition results.
Accordingly, the present application provides an electronic device, which includes a processor and a memory, where the memory is used to store program instructions, and the processor is used to implement the steps of any one of the above information acquisition result acquisition methods when executing a computer program stored in the memory.
Accordingly, the present application provides a computer-readable storage medium storing a computer program, which when executed by a processor implements the steps of any one of the above-mentioned information collection result acquisition methods.
According to the method, the electronic equipment can actively push the information acquisition result to the browser based on the websocket protocol aiming at the information acquisition result sent by the external equipment, so that the browser with various kernels, particularly the browser which does not support an ActiveX control, can also obtain the information acquisition result acquired by the external equipment, and the universality of various kernel browsers is met. And the websocket protocol supports the two-way communication between the browser and the external equipment, so that the timeliness of acquiring the information acquisition result can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic process diagram of an information acquisition result obtaining method according to an embodiment of the present application;
fig. 2 is a schematic process diagram of an information acquisition result obtaining method according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an information acquisition device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application clearer, the present application will be described in further detail with reference to the accompanying drawings, and it is obvious that the described embodiments are only a part of the 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.
In order to obtain information collected by an external information collection device on a page of a browser which does not support an ActiveX control, the embodiment of the application provides an information collection result obtaining method, an information collection result obtaining device, information collection result obtaining equipment and an information collection result obtaining medium.
Example 1:
fig. 1 is a schematic process diagram of an information acquisition result obtaining method provided in an embodiment of the present application, where the process includes the following steps:
s101: and receiving an information acquisition result sent by the external equipment.
The method for acquiring the information acquisition result provided by the embodiment of the application is applied to the electronic equipment, and particularly, the electronic equipment is provided with application software which can realize the method for acquiring the information acquisition result provided by the embodiment of the application. The electronic device may be a Personal Computer (PC), a tablet computer, an intelligent terminal, a server, and the like, wherein the server may be a local server or a cloud server.
The electronic equipment can communicate with the external equipment and receive the information acquisition result sent by the external equipment. Specifically, the application software installed in the electronic device can communicate with the external device. The external equipment is used for information acquisition and is externally connected with the electronic equipment. Different types of external equipment can correspond to the same type of information acquisition results, that is, different types of external equipment can be used for acquiring the same type of information acquisition results. Or different types of external equipment can correspond to different types of information acquisition results, that is, different types of external equipment can be used for acquiring different types of information acquisition results. For example, the types of the external device include a card reading device and a scanning device, the card reading device can read card information (such as card information of an identity document, an entrance guard card, an attendance card, and the like), and the scanning device can scan information such as identity information or document information, and the like. Specifically, the external device may be a scanner, an id card reader, an IC card reader, a fingerprint device, a camera, or the like.
The electronic equipment can receive the information acquisition equipment through an interface of the external equipment. For example, the interface of the external device may be an Application Programming Interface (API) provided by the external device, or may be a hardware interface such as a Universal Serial Bus (USB) or a High Definition Multimedia Interface (HDMI).
In S101, the external device may actively or passively send an information acquisition result to the electronic device. Under the condition that the external equipment actively sends the information acquisition result to the electronic equipment, the external equipment can actively acquire the information and actively send the information acquisition result to the electronic equipment. Under the condition that the external equipment passively sends the information acquisition result to the electronic equipment, the electronic equipment can call an interface corresponding to the external equipment, control the external equipment to acquire information, and then the external equipment sends the information acquisition result to the electronic equipment.
S102: and sending the information acquisition result to the browser based on a websocket protocol.
The websocket protocol is a full-duplex communication protocol defined by hypertext markup language 5.0 (HTML 5), allows application software to actively push data (i.e., information acquisition results) to a browser, does not limit a browser kernel, and supports browser kernels such as IE, google, and firefox (firefox), so that communication between various kernel browsers and external devices can be realized. The hypertext Transfer Protocol (HTTP) Protocol is a unidirectional communication Protocol, and can only achieve acquisition of an information acquisition result according to a request sent by a browser, so that compared with the HTTP Protocol, the websocket Protocol can achieve bidirectional communication between the browser and an external device, and acquire the information acquisition result of the external device in real time.
The websocket connection is established between application software installed in the electronic equipment and the browser, and the application software and the browser can be in two-way communication, so that the browser can obtain an information acquisition result actively pushed by the external equipment through the application software.
According to the information acquisition result sent by the external device, the electronic device can actively push the information acquisition result to the browser based on the websocket protocol, so that the browsers of various kernels, especially the browsers which do not support ActiveX controls, can also obtain the information acquisition result acquired by the external device, and the universality of various kernel browsers is met. And the websocket protocol supports the two-way communication between the browser and the external equipment, so that the timeliness of acquiring the information acquisition result can be improved.
Example 2:
in order to improve flexibility of acquiring an information acquisition result, on the basis of the above embodiment, in this embodiment of the application, before determining an interface corresponding to identification information according to the identification information of an external device, the method further includes:
receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment;
determining an interface corresponding to the identification information according to the identification information of the external equipment;
and calling the interface to control the external equipment to acquire information.
Except for the implementation mode that the external device can actively push the information acquisition result to the browser, as shown in this embodiment, the electronic device can passively send the information acquisition result to the browser under the request of the browser, that is, by configuring various information acquisition result acquisition modes, the flexibility of information acquisition result acquisition can be improved.
Because the websocket connection is established between the application software installed in the electronic equipment and the browser, the browser can perform two-way communication, and therefore the browser can also send an information acquisition request based on a websocket protocol. The method comprises the steps that a user specifies an information acquisition result of a required type when using a page of a browser, so that the user can select an external device needing information acquisition in the page of the browser, and for the browser, after the browser acquires an operation of the user, an information acquisition request can be generated and identification information of the external device (namely the external device selected by the user) is carried in the information acquisition request.
The corresponding relation between the identification information of the external equipment and the interface is stored in the electronic equipment (or application software installed in the electronic equipment), so that the interface corresponding to the identification information can be determined according to the identification information of the external equipment carried in the information acquisition request. In one possible implementation, when each external device is installed, the identification information of the external device and the interface of the external device may be stored in the electronic device (or application software).
The electronic device (or application software) may call the interface corresponding to the identification information to control the external device to perform information acquisition, for example, the electronic device may schedule the interface to send a control instruction to the external device, and the external device performs a corresponding information acquisition operation (such as a scanning operation or a card reading operation) according to the received control instruction (such as a scanning instruction or a card reading instruction).
Taking the process of acquiring the information acquisition result shown in fig. 2 as an example, the embodiment of the present application is described, which includes the following steps:
s201: the browser sends an information acquisition request to the application software based on a websocket protocol.
For example, the information collection request may be a card reading request or a scanning request. The information acquisition request carries identification information of the external device.
S202: and calling the API of the external equipment by the application software to control the external equipment to acquire information.
The application software can determine the API corresponding to the identification information, i.e. the API of the external device, based on the identification information of the external device.
And when the information acquisition request is a card reading request, the application software controls the external equipment to read the card. And when the information acquisition request is a scanning request, the application software controls the external equipment to carry out scanning operation.
S203: and the application software acquires the information acquisition result of the external equipment.
S204: and the application software returns an information acquisition result to the browser based on the websocket protocol.
In the embodiment, the electronic device only needs to install one corresponding application software at most, and does not need to additionally develop and maintain the browser and the external device, so that the complexity of acquiring the information acquisition result is reduced, and the workload of developing and maintaining the browser and the external device can be reduced.
Example 3:
in order to improve timeliness of acquiring an information acquisition result, on the basis of the foregoing embodiments, in an embodiment of the present application, before determining an interface corresponding to identification information according to the identification information of an external device, the method further includes:
and establishing websocket connection with the browser.
In the websocket protocol, the application software and the browser can establish persistent connection and perform two-way communication only by completing handshaking once, and the application software can actively push the acquired information acquisition result to the browser, so that the timeliness of acquiring the information acquisition result is improved.
In one example, the browser may send a websocket connection establishment request to the application software, and the application software returns a websocket connection establishment response to the browser to complete a handshake, that is, complete establishment of the websocket connection between the application software and the browser.
On the basis of the above embodiments, the present application also provides an information acquisition result acquisition device based on the same technical concept as the method embodiment, in order to acquire information acquired by an external information acquisition device on a page of a browser that does not support an ActiveX control. Fig. 3 is a schematic structural diagram of an information acquisition result obtaining apparatus 300 provided in the present application, and as shown in fig. 3, the information acquisition result obtaining apparatus 300 includes:
a receiving unit 301, configured to receive an information collection unit sent by an external device;
the sending unit 302 is configured to send the information acquisition result to the browser based on a websocket protocol.
In a possible embodiment, the apparatus further comprises:
the control unit is used for receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment; determining an interface corresponding to the identification information according to the identification information of the external equipment; and calling the interface to control the external equipment to acquire information.
In a possible embodiment, the apparatus further comprises:
and the establishing unit is used for establishing websocket connection with the browser.
In one possible implementation, different types of external devices correspond to different types of information acquisition results.
Fig. 4 is a schematic structural diagram of an electronic device provided in the present application, and on the basis of the foregoing embodiments, an embodiment of the present application further provides an electronic device, as shown in fig. 4, including: the system comprises a processor 401, a communication interface 402, a memory 403 and a communication bus 404, wherein the processor 401, the communication interface 402 and the memory 403 complete mutual communication through the communication bus 404;
the memory 403 has stored therein a computer program which, when executed by the processor 401, causes the processor 401 to perform the steps of:
receiving an information acquisition result sent by the external equipment;
and sending the information acquisition result to the browser based on a websocket protocol.
Further, the processor 401 is further configured to receive an information acquisition request sent by the browser based on the websocket protocol, where the information acquisition request carries identification information of the external device; determining an interface corresponding to the identification information according to the identification information of the external equipment; and calling the interface to control the external equipment to acquire information.
Further, the processor 401 is further configured to establish a websocket connection with the browser.
Furthermore, different types of external devices correspond to different types of information acquisition results.
The communication interface 402 is used for communication between the above-described electronic apparatus and other apparatuses.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Alternatively, the memory may be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a central processing unit, a Network Processor (NP), and the like; but may also be a Digital instruction processor (DSP), an application specific integrated circuit, a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or the like.
On the basis of the foregoing embodiments, the present application provides a computer-readable storage medium, in which a computer program executable by a processor is stored, and when the program runs on the processor, the processor is caused to execute the following steps:
receiving an information acquisition result sent by the external equipment;
and sending the information acquisition result to the browser based on the websocket protocol.
In a possible implementation manner, before determining, according to identification information of an external device, an interface corresponding to the identification information, the method further includes:
receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment;
determining an interface corresponding to the identification information according to the identification information of the external equipment;
and calling the interface to control the external equipment to acquire information.
In a possible implementation manner, before determining, according to identification information of an external device, an interface corresponding to the identification information, the method further includes:
and establishing websocket connection with the browser.
In one possible implementation, different types of external devices correspond to different types of information acquisition results.
Because the principle of solving the problems of the computer-readable medium is similar to the information acquisition result obtaining method, after the processor executes the computer program in the computer-readable medium, the steps implemented may refer to the other embodiments, and repeated parts are not described again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. An information acquisition result acquisition method, characterized in that the method comprises:
receiving an information acquisition result sent by the external equipment;
and sending the information acquisition result to the browser based on a websocket protocol.
2. The method of claim 1, before determining the interface corresponding to the identification information according to the identification information of the external device, the method further comprising:
receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment;
determining an interface corresponding to the identification information according to the identification information of the external equipment;
and calling the interface to control the external equipment to acquire information.
3. The method according to claim 1 or 2, wherein before determining the interface corresponding to the identification information according to the identification information of the external device, the method further comprises:
and establishing websocket connection with the browser.
4. The method of claim 1, wherein different types of external devices correspond to different types of information acquisition results.
5. An information acquisition result acquisition apparatus, characterized in that the apparatus comprises:
the receiving unit is used for receiving an information acquisition result sent by the external equipment;
and the sending unit is used for sending the information acquisition result to the browser based on a websocket protocol.
6. The apparatus of claim 5, wherein the apparatus further comprises:
the control unit is used for receiving an information acquisition request sent by the browser based on the websocket protocol, wherein the information acquisition request carries identification information of the external equipment; determining an interface corresponding to the identification information according to the identification information of the external equipment; and calling the interface to control the external equipment to acquire information.
7. The apparatus of claim 5 or 6, wherein the apparatus further comprises:
and the establishing unit is used for establishing websocket connection with the browser.
8. The apparatus of claim 5, wherein different types of external devices correspond to different types of information acquisition results.
9. An electronic device, characterized in that the electronic device comprises a processor and a memory for storing a computer program, the processor being adapted to carry out the steps of the method according to any of claims 1-4 when executing the computer program stored in the memory.
10. A computer-readable storage medium, characterized in that it stores a computer program executable by a processor, which program, when run on the processor, causes the processor to carry out the method of any one of claims 1-4.
CN202111542910.9A 2021-12-16 2021-12-16 Information acquisition result acquisition method, device, equipment and medium Pending CN114553976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111542910.9A CN114553976A (en) 2021-12-16 2021-12-16 Information acquisition result acquisition method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111542910.9A CN114553976A (en) 2021-12-16 2021-12-16 Information acquisition result acquisition method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN114553976A true CN114553976A (en) 2022-05-27

Family

ID=81668896

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111542910.9A Pending CN114553976A (en) 2021-12-16 2021-12-16 Information acquisition result acquisition method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114553976A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013056564A1 (en) * 2011-10-20 2013-04-25 腾讯科技(深圳)有限公司 Browser core adaptation method and browser
CN106060128A (en) * 2016-05-25 2016-10-26 飞天诚信科技股份有限公司 Method and device for browser to access smart key equipment
US20170193221A1 (en) * 2016-01-04 2017-07-06 Oracle International Corporation Implementing a websocket server to circumvent access controls, by a web browser, on a web application
US20190052710A1 (en) * 2017-08-14 2019-02-14 Foundry Health System for Integrating a Detectable Medical Module
CN111698319A (en) * 2020-06-11 2020-09-22 上海乾臻信息科技有限公司 Method, device and system for automatically popping screen when incoming call
CN112399025A (en) * 2020-11-20 2021-02-23 深圳市远行科技股份有限公司 Communication method and device for scanning equipment
CN112860336A (en) * 2021-01-26 2021-05-28 重庆广播电视大学重庆工商职业学院 File scanning preview and file uploading method for Web application
CN113691531A (en) * 2021-08-24 2021-11-23 深圳市思迪信息技术股份有限公司 Data transmission method, system, equipment and storage medium based on WebSocket protocol

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013056564A1 (en) * 2011-10-20 2013-04-25 腾讯科技(深圳)有限公司 Browser core adaptation method and browser
US20170193221A1 (en) * 2016-01-04 2017-07-06 Oracle International Corporation Implementing a websocket server to circumvent access controls, by a web browser, on a web application
CN106060128A (en) * 2016-05-25 2016-10-26 飞天诚信科技股份有限公司 Method and device for browser to access smart key equipment
US20190052710A1 (en) * 2017-08-14 2019-02-14 Foundry Health System for Integrating a Detectable Medical Module
CN111698319A (en) * 2020-06-11 2020-09-22 上海乾臻信息科技有限公司 Method, device and system for automatically popping screen when incoming call
CN112399025A (en) * 2020-11-20 2021-02-23 深圳市远行科技股份有限公司 Communication method and device for scanning equipment
CN112860336A (en) * 2021-01-26 2021-05-28 重庆广播电视大学重庆工商职业学院 File scanning preview and file uploading method for Web application
CN113691531A (en) * 2021-08-24 2021-11-23 深圳市思迪信息技术股份有限公司 Data transmission method, system, equipment and storage medium based on WebSocket protocol

Similar Documents

Publication Publication Date Title
CN108900776B (en) Method and apparatus for determining response time
KR101219228B1 (en) System and method for delivering informaiton using image code
US10496696B2 (en) Search method and apparatus
CN110808868B (en) Test data acquisition method and device, computer equipment and storage medium
CN110598135A (en) Network request processing method and device, computer readable medium and electronic equipment
CN105786476B (en) Data processing method and system between mobile client and server
CN107305528B (en) Application testing method and device
CN108491890B (en) Image method and device
US9571557B2 (en) Script caching method and information processing device utilizing the same
CN113076294A (en) Information sharing method and device
US10423472B2 (en) System and method for providing extended javascript object notation (JSON) remote procedure call (RPC) with mediator
CN109862074B (en) Data acquisition method and device, readable medium and electronic equipment
CN110677447B (en) User stay time length determining method, device, equipment and storage medium
CN104954363A (en) Method and device for generating interface document
CN112818270B (en) Data cross-domain transfer method and device and computer equipment
CN108037989B (en) SDK component identification method and device
CN114553976A (en) Information acquisition result acquisition method, device, equipment and medium
US20190172263A1 (en) Method and apparatus for augmenting reality
CN116662193A (en) Page testing method and device
CN111045934A (en) Page analysis method, device, client, storage medium and electronic equipment
CN112672187B (en) Page generation method and device, computer equipment and readable storage medium
US20210035324A1 (en) Method and apparatus for identifying item
CN110618934A (en) Front-end automatic test debugging method and device and computer readable storage medium
CN107220543B (en) Method and device for processing service request of mobile terminal
CN106598553B (en) Information card generation method, device and system

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