CN109542754B - Access method of mobile equipment, debugging method, device and system of application program - Google Patents

Access method of mobile equipment, debugging method, device and system of application program Download PDF

Info

Publication number
CN109542754B
CN109542754B CN201710868686.XA CN201710868686A CN109542754B CN 109542754 B CN109542754 B CN 109542754B CN 201710868686 A CN201710868686 A CN 201710868686A CN 109542754 B CN109542754 B CN 109542754B
Authority
CN
China
Prior art keywords
equipment
service object
interface service
target server
access
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
CN201710868686.XA
Other languages
Chinese (zh)
Other versions
CN109542754A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201710868686.XA priority Critical patent/CN109542754B/en
Publication of CN109542754A publication Critical patent/CN109542754A/en
Application granted granted Critical
Publication of CN109542754B publication Critical patent/CN109542754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software

Abstract

The embodiment of the application provides an access method of mobile equipment, and a debugging method, device and system of an application program, wherein the access method of the mobile equipment comprises the following steps: an interface service object detects whether a mobile device is connected with an access device, wherein the interface service object runs in the access device; when the mobile equipment is successfully connected with the access equipment, the interface service object acquires equipment information of the mobile equipment; and the interface service object sends the equipment information to a target server so as to access the mobile equipment to the target server. According to the embodiment, all mobile devices needing to be connected into the cloud server are not required to be placed in the same place, distributed deployment of real computers and laboratories can be conveniently achieved through the interface service objects, the mobile devices of different brands and different hardware types can be conveniently and quickly connected into the cloud server, the connection speed is increased, and the connection process is simplified.

Description

Access method of mobile equipment, debugging method, device and system of application program
Technical Field
The present application relates to the field of communications technologies, and in particular, to an access method for a mobile device, an access apparatus for a mobile device, a debugging method for an application program, a debugging apparatus for an application program, and a debugging system for an application program.
Background
With the advancement of technology, more and more traditional PC (personal computer) services are beginning to migrate to mobile devices such as mobile phones on a large scale, and only one mobile phone is needed, so that a user can complete the work that the user has to complete on the computer before. Therefore, the development of software based on mobile devices is becoming more and more important.
When software development based on mobile devices is performed, developers often need to use a plurality of mobile devices of different brands and different hardware types for debugging and verification. Taking a mobile phone with an Android operating system as an example, due to the operating system and the mobile phone manufacturer, different debugging environments, debugging tools, and even different mobile phones themselves become factors affecting development and debugging.
At present, a development and debugging scheme commonly adopted in the industry is to build a real-machine laboratory, connect a plurality of mobile devices to a PC through a Universal Serial Bus (USB), and then access a cloud server through the PC, so that the mobile devices in the real-machine laboratory are accessed to the cloud, and the mobile devices can be used by developers. However, the above solutions require that all mobile devices must be placed in the same place, which is very inconvenient to manage; moreover, when a real machine laboratory has a fault, all mobile devices in the laboratory are also unavailable, and effective disaster recovery cannot be realized.
Disclosure of Invention
In view of the above problems, embodiments of the present application are provided to provide an access method for a mobile device, an access apparatus for a mobile device, a debugging method for an application program, a debugging apparatus for an application program, and a corresponding debugging system for an application program, which overcome the above problems or at least partially solve the above problems.
In order to solve the above problem, the present application discloses an access method for a mobile device, including:
an interface service object detects whether a mobile device is connected with an access device, wherein the interface service object runs in the access device;
when the mobile equipment is successfully connected with the access equipment, the interface service object acquires equipment information of the mobile equipment;
and the interface service object sends the equipment information to a target server so as to access the mobile equipment to the target server.
In order to solve the above problem, the present application discloses an access method for a mobile device, including:
the target server establishes network connection with access equipment, an interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the target server receives the equipment information of the mobile equipment sent by the interface service object;
and the target server writes the equipment information into a database.
In order to solve the above problem, the present application discloses an access method for a mobile device, including:
the method comprises the steps that an interface service object establishes network connection between access equipment and a target server, the interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the interface service object acquires equipment information of the mobile equipment;
the interface service object sends the equipment information to the server cluster;
and the target server writes the equipment information into a database.
In order to solve the above problem, the present application discloses an access method for a mobile device, where an interface service object runs in the mobile device, the method includes:
the interface service object establishes network connection between the mobile equipment and the target server;
the interface service object acquires equipment information of the mobile equipment;
and the interface service object sends the equipment information to the target server, and the target server is used for writing the equipment information into a database.
In order to solve the above problem, the present application discloses a method for debugging an application program, where the application program runs in a mobile device, the mobile device is connected with an access device, and an interface service object runs in the access device, and the method includes:
when an interface service object detects that the mobile equipment and the access equipment are successfully connected, acquiring equipment information of the mobile equipment;
the interface service object sends the equipment information to a target server, and the target server is used for writing the equipment information into a database;
and when the target server receives a debugging instruction aiming at the application program, calling the equipment information in the database according to the debugging instruction to debug the application program.
In order to solve the above problem, the present application discloses an access apparatus for a mobile device, including:
the detection module is used for detecting whether a mobile device is connected with an access device or not by adopting an interface service object, wherein the interface service object operates in the access device;
an obtaining module, configured to obtain device information of the mobile device by using the interface service object when the mobile device and the access device successfully establish a connection;
and the sending module is used for sending the equipment information to a target server by adopting the interface service object so as to access the mobile equipment to the target server.
In order to solve the above problem, the present application discloses an access apparatus for a mobile device, including:
the system comprises an establishing module, a receiving module and a processing module, wherein the establishing module is used for establishing network connection between a target server and access equipment, an interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the receiving module is used for receiving the equipment information of the mobile equipment sent by the interface service object by adopting the target server;
and the writing module is used for writing the equipment information into a database by adopting the target server.
In order to solve the above problem, the present application discloses an access apparatus for a mobile device, including:
the system comprises an establishing module, a network connection module and a service module, wherein the establishing module is used for adopting an interface service object to establish network connection between access equipment and a target server, the interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the acquisition module is used for acquiring the equipment information of the mobile equipment by adopting the interface service object;
the sending module is used for sending the equipment information to the server cluster by adopting the interface service object;
and the writing module is used for writing the equipment information into a database by adopting the target server.
In order to solve the above problem, the present application discloses an access apparatus for a mobile device, where an interface service object runs in the mobile device, the apparatus includes:
the establishing module is used for adopting the interface service object to establish network connection between the mobile equipment and the target server;
the acquisition module is used for acquiring the equipment information of the mobile equipment by adopting the interface service object;
and the sending module is used for sending the equipment information to the target server by adopting the interface service object, and the target server is used for writing the equipment information into a database.
In order to solve the above problem, the present application discloses an apparatus for debugging an application program, where the application program runs in a mobile device, the mobile device is connected with an access device, and an interface service object runs in the access device, and the apparatus includes:
the access device comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring the device information of the mobile device when the interface service object detects that the mobile device is successfully connected with the access device;
the sending module is used for sending the equipment information to a target server by adopting the interface service object, and the target server is used for writing the equipment information into a database;
and the debugging module is used for calling the equipment information in the database according to the debugging instruction to debug the application program when the target server receives the debugging instruction aiming at the application program.
In order to solve the above problems, the present application discloses a debugging system of an application program, including a target server, at least one mobile device, and at least one access device, where the mobile device is connected to the access device through a Universal Serial Bus (USB), and an interface service object is run in the access device;
the interface service object is used for acquiring the equipment information of the mobile equipment and sending the equipment information to the target server when detecting that the mobile equipment and the access equipment are successfully connected;
and the target server is used for writing the equipment information into a database and calling the equipment information in the database according to the debugging instruction to debug the application program when receiving the debugging instruction aiming at the application program.
Compared with the background art, the embodiment of the application has the following advantages:
according to the embodiment of the application, when the interface service object running in the access device detects that the mobile device is successfully connected with the access device, the device information of the mobile device can be acquired and sent to the target server, and therefore the mobile device can be accessed to the cloud server platform after the target server writes the device information into the database. According to the embodiment, all mobile devices needing to be accessed to the cloud server do not need to be placed in the same place, distributed deployment of a real computer laboratory can be conveniently achieved through interface service objects such as MDS Hub and the like, the mobile devices of different brands and different hardware types can be conveniently and quickly accessed to the cloud server, the access speed is improved, and the access process is simplified.
On the other hand, in the embodiment, all the mobile terminals do not need to be placed in the same place, so that when a certain simulated real machine laboratory breaks down, other real machine laboratories can still normally operate, the problem that all real machines cannot be used when the real machines break down is solved, the safety and the stability of the real machine laboratory are effectively guaranteed, and effective disaster tolerance is realized.
Drawings
FIG. 1 is an architecture diagram of development and debugging of a mobile device in the prior art;
fig. 2 is a flowchart illustrating a first step of an access method of a mobile device according to a first embodiment of the present application;
fig. 3 is a flowchart illustrating steps of a second embodiment of an access method of a mobile device according to the present application;
fig. 4 is a flowchart illustrating a third step of an access method of a mobile device according to a third embodiment of the present application;
fig. 5 is a flowchart illustrating a fourth step of an access method of a mobile device according to the present application;
FIG. 6 is a system architecture diagram of a mobile terminal accessing a target server according to the present application;
FIG. 7 is a flowchart illustrating the steps of one embodiment of a method for debugging an application program according to the present application;
fig. 8 is a block diagram of a first embodiment of an access apparatus of a mobile device according to the present application;
fig. 9 is a block diagram of a second embodiment of an access apparatus of a mobile device according to the present application;
fig. 10 is a block diagram of a third embodiment of an access apparatus of a mobile device according to the present application;
fig. 11 is a block diagram illustrating a fourth embodiment of an access apparatus of a mobile device according to the present application;
FIG. 12 is a block diagram of an embodiment of a debugging apparatus for an application program according to the present application;
FIG. 13 is a block diagram of an embodiment of a debugging system for an application program according to the present application.
Detailed Description
In order to verify the running condition of the application software on the mobile device, developers need to use a plurality of mobile devices with different brands and different hardware types for debugging. During debugging, different debugging environments and debugging tools can be factors influencing the debugging result.
Take a mobile phone as an example. Firstly, for a debugged mobile phone, the mobile phone needs to be connected with a PC host through a USB cable. However, the use of the USB cable inevitably involves the problem of driving the device, and when the debugging environment changes, the problem that the mobile phone cannot be recognized by the PC host often occurs, and thus the software cannot be continuously debugged. Secondly, during debugging, the used debugging tools are often discrete, and developers are required to combine a plurality of debugging tools for use, so that the debugging cost is increased. Third, the number of devices for an individual or a team is often limited, but for software developers, different brands of mobile phones are often required for verification, and the requirement for development and debugging cannot be met due to the limited number of mobile phones available for the individual or the team. It is even more inconvenient if a cross-regional team is involved. For example, when a user or a tester is in beijing and a developer is in hangzhou, when the tester in beijing finds a problem on a certain mobile phone and needs the developer in hangzhou to debug and position the problem, if the developer in hangzhou lacks a mobile phone with the same configuration as the tester in beijing, the problem cannot be reproduced, and the problem is difficult to position and solve.
In order to solve the above problems, a development and debugging scheme generally adopted in the industry is to set up a real machine laboratory, and perform all development and debugging operations in the real machine laboratory. Fig. 1 is a schematic diagram of an architecture for developing and debugging a mobile device in the prior art. In fig. 1, a plurality of mobile phones with different brands and different hardware types are reserved in a live-machine laboratory, each mobile phone is connected to a PC host through a USB cable, and then the PC host is connected to a cloud server, so that the mobile phones in the laboratory can be connected to a cloud, and can be used by developers.
However, the solution of connecting the PC host to the mobile phone to the cloud has still a few drawbacks in practical applications.
For example, the above solution must place all the mobile phones in the same place, which is inconvenient for accessing and managing the mobile phones, and is more troublesome when the problem of accessing the mobile phones across regions is involved. Secondly, for mobile phones, the brand coverage and model of mobile phones in real-time laboratories can never completely meet the requirements of all users. If the first user wants to use the mobile phone, the cloud does not have the model or the brand, but the second user has the device in hand or in a team, the scheme does not support the user to access the own device into the cloud, and if the second user wants to access the own device into the cloud to enjoy the cloud real-time online service, the implementation cannot be achieved at all according to the scheme. Thirdly, according to the scheme, all the mobile phones are deployed on the single server, so that the performance is low, and when a real computer laboratory breaks down, all the mobile phones in the laboratory cannot be used.
Therefore, in view of the above problems, one of the core ideas of the embodiments of the present application is to provide an access scheme supporting distributed deployment of a mobile phone room, so that a mobile phone can be deployed in multiple rooms, even in different places, and thus, unified management of a large number of mobile phones is facilitated; meanwhile, the scheme also supports the user to access the own mobile phone to the cloud so as to expand the number of real mobile phones in the cloud and improve the efficiency of developing and debugging the mobile phone.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description.
Referring to fig. 2, a flowchart illustrating a first step of an access method of a mobile device according to the present application is shown, which may specifically include the following steps:
step 201, an interface service object detects whether a mobile device is connected with an access device, wherein the interface service object operates in the access device;
in the embodiment of the present application, the mobile device may be an electronic device such as a mobile phone and a tablet computer. Taking a mobile Phone as an example, mobile phones of different brands and different hardware types may carry different operating system software, for example, an Android operating system, a Windows Phone operating system, or an iOS operating system. The embodiment of the application does not limit the mobile device and the specific type of the operating system carried by the mobile device.
For convenience in understanding, the embodiment of the application is introduced by taking a mobile phone with an Android operating system as an example.
Android is a Linux-based operating system with free and open source codes, which is mainly applied to mobile devices such as smart phones and tablet computers, and is gradually expanded to other fields such as televisions, digital cameras, game machines and the like.
It should be noted that the access device in the embodiment of the present application may be an intermediate device, and through the intermediate device, the connection between the mobile device and the server can be implemented. The access device may be a PC host, for example.
For ease of understanding, the present embodiment is described with a PC host as the access device.
In this embodiment, an interface service object MDS Hub may be run in the access device, and the MDS Hub may access the access device to a network of a target server. For example, a PC host is connected to a network of a cloud server.
MDS (Mobile pages development & Debug Solution) is a Solution for Mobile page development and debugging. Hub is a multi-port repeater, which is a hardware device capable of expanding the number of interfaces of an access device. The MDS Hub in the embodiment of the present application is a program running on an access device connected to the Hub device, and is mainly responsible for reporting various data of a mobile phone accessing the access device, and implementing functions such as remote control of the mobile phone.
In this embodiment of the present application, when the access device is accessed to the target server by the interface service object MDS Hub, the target server in the server cluster may be determined first, and then the network connection between the access device and the target server is established through the MDS Hub.
In a specific implementation, a server cluster may include multiple servers, and the MDS Hub may determine a target server that can be connected to the current access device according to requirements such as load balancing.
In the embodiment of the application, whether the mobile phone is connected with the access device or not can be detected through the interface service object.
Generally, a mobile device such as a mobile phone can establish a connection with an access device through a Universal Serial Bus (USB) line. For example, two ends of the USB cable are connected to the PC host and the mobile phone, respectively, so as to achieve communication between the mobile phone and the PC host.
When the mobile equipment is accessed into the access equipment running with the interface service object, the interface service object can acquire the connection state information of the mobile equipment in time. For example, when a mobile phone is accessed to a PC host running an MDS Hub, the MDS Hub can timely know that the mobile phone is connected to the PC host.
Step 202, when the mobile device and the access device successfully establish a connection, the interface service object obtains device information of the mobile device;
in this embodiment of the present application, after detecting and determining that the mobile phone has been successfully connected to the PC host, the MDS Hub may acquire device information of the mobile phone, where the device information may include device attribute information and device state information. The device attribute information may be information such as a mobile phone serial number, a screen size, and a system version of the mobile phone, and the device status information may be information on whether the mobile phone is currently used. Of course, for different mobile devices, the corresponding device attribute information may be different, and the device attribute information of the mobile device is not limited in this embodiment.
In the embodiment of the present application, a debugging bridge program object may also be run in the access device. For example, taking the Android operating system as an example, the Debug Bridge program object may be ADB (Android Debug Bridge).
Therefore, the device information of the mobile device can be read through the debugging bridge program object, and the device information is sent to the interface service object, so that the interface service object can acquire the device information.
Of course, the device driver may also acquire the device information of the mobile device and send the device information to the interface service object, and the specific manner of acquiring the device information of the mobile device is not limited in this embodiment.
The MDS Hub may acquire the host name and IP address information of the PC host, in addition to the device information of the mobile device connected to the PC host.
Step 203, the interface service object sends the device information to a target server, so as to access the mobile device to the target server.
In this embodiment of the present application, after acquiring device attribute information and device state information of a connected mobile device such as a mobile phone, the MDS Hub may send the device attribute information and the device state information of the mobile device to a target server according to a preset time interval. For example, transmission may be set once every 6 seconds.
Of course, those skilled in the art may specifically determine the time interval for sending the device information according to actual needs, which is not limited in the embodiment of the present application.
Of course, the MDS Hub may also send the host name and the IP address information of the current PC host to the target server at the same time according to the time interval.
After receiving the host name and IP address information of the PC host, the device attribute information and the device status information of the mobile device connected to the PC host, the target server may write the above information into the database together, thereby implementing the access of the mobile device to the target server.
It should be noted that, because the MDS Hub continuously scans the device information of the connected mobile phone and sends the device information to the target server, when the target server writes the information into the database, the device information received in real time can be analyzed and deduplicated, and only the device information of the devices that are not present in the database is written, so as to improve the writing speed.
After the target server writes the device information of mobile devices such as mobile phones into the database, the mobile devices connected to the access device complete the process of accessing the cloud platform, so that the user can use the accessed mobile devices through the browser page.
It should be noted that any one access device may be connected to a plurality of mobile devices. For example, a Universal Serial Bus (USB) may be used to connect the mobile device with the access device. After the plurality of mobile devices are connected with the access device by adopting the USB, the target server can be accessed through the interface service object running in the access device, so that the plurality of mobile devices are accessed to the cloud server platform.
In the embodiment of the application, when the interface service object running in the access device detects that the mobile device and the access device are successfully connected, the device information of the mobile device can be acquired and sent to the target server, so that the mobile device is accessed to the cloud server platform after the target server writes the device information into the database. According to the embodiment, all mobile devices needing to be accessed to the cloud server do not need to be placed in the same place, distributed deployment of a real computer laboratory can be conveniently achieved through interface service objects such as MDS Hub and the like, the mobile devices of different brands and different hardware types can be conveniently and quickly accessed to the cloud server, the access speed is improved, and the access process is simplified.
On the other hand, all mobile terminals do not need to be placed in the same place, so when a certain simulated real machine laboratory breaks down, other real machine laboratories can still normally operate, the problem that all real machines cannot be used when the failure occurs is solved, the safety and the stability of the real machine laboratory are effectively guaranteed, and effective disaster tolerance is realized.
Referring to fig. 3, a flowchart illustrating steps of a second embodiment of an access method of a mobile device according to the present application is shown, which may specifically include the following steps:
step 301, a target server establishes a network connection with an access device, an interface service object runs in the access device, and the access device is connected with a mobile device;
step 302, the target server receives the device information of the mobile device sent by the interface service object;
step 303, the target server writes the device information into a database.
The present embodiment is a server-side embodiment corresponding to the first embodiment of the access method of the mobile device, and the specific process may refer to the records of step 201 to step 203 in the foregoing embodiment, which is not described again in this embodiment.
It should be noted that, because the interface service object is to continuously scan the device information of the connected mobile phone and send the device information to the target server according to the preset time interval, when the target server writes the information into the database, it may first determine whether the device attribute information and the device status information of the mobile device exist in the database, and if the information does not exist in the database, it may write the device attribute information and the device status information into the database; if the information is stored in the database, the information does not need to be written into the database again, so that the writing speed can be improved.
Referring to fig. 4, a flowchart illustrating a third step of an access method embodiment of a mobile device in the present application is shown, which may specifically include the following steps:
step 401, an interface service object establishes a network connection between an access device and a target server, the interface service object runs in the access device, and the access device is connected with a mobile device;
step 402, the interface service object obtains the device information of the mobile device;
step 403, the interface service object sends the device information to the server cluster;
step 404, the target server writes the device information into a database.
The present embodiment is an embodiment corresponding to the first embodiment and the second embodiment of the access method of the mobile device, and the specific process may refer to the records of step 201 to step 203 in the first embodiment, which is not described in detail in this embodiment.
Referring to fig. 5, a flowchart illustrating a fourth step of an access method embodiment of a mobile device according to the present application is shown, where the mobile device may run an interface service object, and the method specifically may include the following steps:
step 501, the interface service object establishes network connection between the mobile device and the target server;
in an embodiment of the present application, the interface service object may be an application installed in the mobile device, for example, an MDS SDK. The MDS SDK can provide functions of reporting and debugging of equipment information and the like. MDS SDK can be considered a simplified version of MDS Hub.
In a specific implementation, the interface service object may establish a network connection between the mobile device and the target server through wifi and/or a mobile network of the mobile device itself.
Step 502, the interface service object obtains the device information of the mobile device;
step 503, the interface service object sends the device information to the target server, and the target server is configured to write the device information into a database.
In this embodiment, a process of acquiring the device information of the mobile device by the interface service object MDS SDK and sending the device information to the target server is similar to steps 202 to 203 in the first embodiment of the access method of the mobile device, which may be referred to mutually, and details of this embodiment are not repeated.
In this embodiment, the interface service object is arranged in the mobile device, so that the connection between the mobile device and the cloud server can be established by operating the interface service object in the mobile device, the device information of the mobile device is sent to the cloud server, the mobile device owned by the user can be accessed to the cloud server, the number of the mobile devices accessed in the cloud server is increased, and the operation convenience in the mobile device accessing process is improved.
For the convenience of understanding, the following describes a mobile terminal access method according to the present application with a specific example.
Referring to fig. 6, a system architecture diagram of the mobile terminal accessing the target server of the present application is shown. In fig. 6, a plurality of genuine labs (for example, the genuine labs a and B shown in fig. 6) may be included, each of the genuine labs may include a PC host, each of the PC hosts may be connected to a plurality of mobile phones, and the interface service object MDS Hub may send the device information of each of the mobile phones and the information of the PC host in the genuine labs to a certain Server MDS Server of the Server cluster, where any one MDS Server may serve as an independent operating unit. After receiving the information, the MDS Server can write the information into the database through analysis and duplicate removal, so that the mobile equipment in the real computer laboratory can be accessed into the cloud Server platform.
For the user's own device, for example, the user mobile phone in fig. 6, the device information of the user's own device may be obtained through the MDS SDK program that runs in the own device and has functions of reporting the device information, and the device information is sent to the MDS Server, and the MDS Server writes the device information into the database, so that the user's own device accesses to the cloud Server platform.
Referring to fig. 7, a flowchart illustrating steps of an embodiment of a method for debugging an application program according to the present application is shown, where the application program runs in a mobile device, the mobile device is connected to an access device, and an interface service object runs in the access device, and the method specifically includes the following steps:
step 701, when an interface service object detects that a mobile device and an access device are successfully connected, acquiring device information of the mobile device;
step 702, the interface service object sends the device information to a target server, and the target server is used for writing the device information into a database;
steps 701 to 702 in this embodiment are similar to steps 201 to 203 in the first embodiment of the access method of the mobile device, and may refer to each other, which is not described again in this embodiment.
Step 703, when the target server receives a debugging instruction for an application program, invoking the device information in the database according to the debugging instruction to debug the application program.
In the embodiment of the application, after a plurality of mobile devices are accessed to the cloud server platform, the accessed mobile devices can be used for developing and debugging the mobile software.
In the embodiment of the application, when the target server receives a debugging instruction for an application program, the device information of the mobile device can be extracted from the database, and the device information is sent to a preset browser page, wherein the browser page can be used for simulating the mobile device according to the device information; therefore, after receiving the instruction input by the user on the browser page, the application program can be debugged according to the instruction.
In specific implementation, a data channel can be established between a browser page and a cloud server, data connection among the browser page for operating a real machine screen, the cloud server and a debugging port of an application program running in the mobile device is communicated through the data channel, and the screen of the mobile device such as a mobile phone is informed to the browser page through Canvas technology. And then, operating a built-in debugging frame in a browser page, and directly initiating a debugging instruction to the application program needing debugging by the page through acquiring operation instructions of sliding, clicking and the like of a user, thereby achieving the aim of debugging the application program.
In the embodiment, the mobile device accessed to the cloud server platform is called to develop and debug the mobile software, so that the problem that the mobile device is lack in the developing and debugging process is solved, developers can reproduce the existing problems in time, and the problems can be accurately positioned and solved.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the embodiments are not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the embodiments. Further, those skilled in the art will also appreciate that the embodiments described in the specification are presently preferred and that no particular act is required of the embodiments of the application.
Referring to fig. 8, a block diagram of a first structure of an embodiment of an access apparatus of a mobile device according to the present application is shown, which may specifically include the following modules:
a detecting module 801, configured to detect whether a mobile device is connected to an access device by using an interface service object, where the interface service object operates in the access device;
an obtaining module 802, configured to obtain device information of the mobile device by using the interface service object when the mobile device and the access device successfully establish a connection;
a sending module 803, configured to send the device information to a target server by using the interface service object, so as to access the mobile device to the target server.
In this embodiment, the apparatus may further include the following modules:
and the access module is used for accessing the access equipment to the network of the target server by adopting the interface service object.
In this embodiment, the access module may specifically include the following sub-modules:
the determining submodule is used for determining a target server in the server cluster by adopting the interface service object;
and the establishing submodule is used for adopting the interface service object to establish network connection between the access equipment and the target server.
In this embodiment of the present application, a debugging bridge program object may also be run in the access device, and the obtaining module 802 may specifically include the following sub-modules:
and the reading and sending submodule is used for reading the equipment information of the mobile equipment by adopting the debugging bridge program object and sending the equipment information to the interface service object.
In this embodiment, the mobile device may include a plurality of mobile devices, and after the plurality of mobile devices establish a connection with the access device by using a universal serial bus USB, the target server may be accessed through the interface service object.
In this embodiment of the present application, the device information may include device attribute information and device status information, and the sending module 803 may specifically include the following sub-modules:
and the sending submodule is used for sending the equipment attribute information and the equipment state information of the mobile equipment to the target server by adopting the interface service object according to a preset time interval.
In this embodiment of the present application, the access device may be a PC host, and the apparatus may further include the following sub-modules:
the second acquisition module is used for acquiring the host name and the IP address information of the PC host by adopting the interface service object;
and the second sending module is used for sending the host name and the IP address information to the target server by adopting the interface service object.
Referring to fig. 9, a block diagram of a second embodiment of an access apparatus of a mobile device according to the present application is shown, which may specifically include the following modules:
an establishing module 901, configured to establish a network connection between a target server and an access device, where an interface service object runs in the access device, and the access device is connected to a mobile device;
a receiving module 902, configured to receive, by using the target server, device information of the mobile device sent by the interface service object;
a writing module 903, configured to write the device information into a database by using the target server.
In this embodiment, the writing module 903 may specifically include the following sub-modules:
the judging submodule is used for judging whether the equipment attribute information and the equipment state information of the mobile equipment exist in a database or not by adopting the target server;
and the writing sub-module is used for writing the equipment attribute information and the equipment state information into the database when the equipment attribute information and the equipment state information of the mobile equipment do not exist in the database.
Referring to fig. 10, a block diagram of a third embodiment of an access apparatus of a mobile device according to the present application is shown, which may specifically include the following modules:
an establishing module 1001, configured to establish a network connection between an access device and a target server by using an interface service object, where the interface service object runs in the access device, and the access device is connected to a mobile device;
an obtaining module 1002, configured to obtain device information of a mobile device by using the interface service object;
a sending module 1003, configured to send the device information to the server cluster by using the interface service object;
a writing module 1004, configured to write the device information into a database by using the target server.
Referring to fig. 11, a block diagram of a fourth embodiment of an access apparatus of a mobile device according to the present application is shown, where the mobile device may run an interface service object, and the apparatus may specifically include the following modules:
an establishing module 1101, configured to establish a network connection between the mobile device and the target server by using the interface service object;
an obtaining module 1102, configured to obtain device information of the mobile device by using the interface service object;
a sending module 1103, configured to send the device information to the target server by using the interface service object, where the target server is configured to write the device information into a database.
In this embodiment of the present application, the establishing module 1101 may specifically include the following sub-modules:
and the establishing submodule is used for establishing network connection between the mobile equipment and the target server by adopting the interface service object through wireless fidelity wifi and/or a mobile network.
Referring to fig. 12, a block diagram of an embodiment of an apparatus for debugging an application program according to the present application is shown, where the application program runs in a mobile device, the mobile device is connected to an access device, and an interface service object runs in the access device, and the apparatus may specifically include the following modules:
an obtaining module 1201, configured to obtain device information of a mobile device when an interface service object detects that the mobile device and an access device successfully establish a connection;
a sending module 1202, configured to send the device information to a target server by using the interface service object, where the target server is configured to write the device information into a database;
a debugging module 1203, configured to, when the target server receives a debugging instruction for an application program, call, according to the debugging instruction, device information in the database to debug the application program.
In this embodiment, the apparatus may further include the following modules:
and the access module is used for accessing the access equipment to the network of the target server by adopting the interface service object.
In this embodiment, the access module may specifically include the following sub-modules:
the determining submodule is used for determining a target server in the server cluster by adopting the interface service object;
and the establishing submodule is used for adopting the interface service object to establish network connection between the access equipment and the target server.
In this embodiment of the present application, a debug bridge program object may also be run in the access device, and the obtaining module 1201 may specifically include the following sub-modules:
and the reading and sending submodule is used for reading the equipment information of the mobile equipment by adopting the debugging bridge program object and sending the equipment information to the interface service object.
In this embodiment, the mobile device may include a plurality of mobile devices, and after the plurality of mobile devices establish a connection with the access device by using a universal serial bus USB, the target server may be accessed through the interface service object.
In this embodiment of the present application, the device information may include device attribute information and device status information, and the sending module 1202 may specifically include the following sub-modules:
and the sending submodule is used for sending the equipment attribute information and the equipment state information of the mobile equipment to the target server by adopting the interface service object according to a preset time interval.
In this embodiment of the present application, the access device may be a PC host, and the apparatus may further include the following modules:
the second acquisition module is used for acquiring the host name and the IP address information of the PC host by adopting the interface service object;
and the second sending module is used for sending the host name and the IP address information to the target server by adopting the interface service object.
In this embodiment, the debugging module 1203 may specifically include the following sub-modules:
the device information extraction submodule is used for extracting the device information of the mobile device from the database when the target server receives a debugging instruction aiming at an application program;
the device information sending submodule is used for sending the device information to a preset browser page by adopting the target server, and the browser page is used for simulating the mobile device according to the device information;
the instruction receiving submodule is used for receiving an instruction input by a user on the browser page by adopting the target server;
and the application program debugging submodule is used for debugging the application program by adopting the target server according to the instruction.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
Referring to fig. 13, a block diagram of an embodiment of an application debugging system according to the present application is shown, where the system may specifically include at least one target server 1301, at least one mobile device 1302, and at least one access device 1303, where the mobile device 1302 may be connected to the access device 1303 through a universal serial bus USB, and an interface service object 1304 may be run in the access device 1303.
The interface service object 1304 may be configured to, when it is detected that the mobile device 1302 and the access device 1303 are successfully connected, obtain device information of the mobile device 1303, and send the device information to the target server 1301.
The target server 1301 may be configured to write the device information into a database, and when a debugging instruction for an application program is received, call the device information in the database according to the debugging instruction to debug the application program.
For the system embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one of skill in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of 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, embodiments of 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.
In a typical configuration, the computer device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory. The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium. Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (fransitory media), such as modulated data signals and carrier waves.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of 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 terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, 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 terminal 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 terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The detailed description is given above to an access method of a mobile device, an access apparatus of a mobile device, a debugging method of an application program, a debugging apparatus of an application program, and a debugging system of an application program, which are provided by the present application, and a specific example is applied in the present application to explain the principle and the implementation manner of the present application, and the description of the above embodiment is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (26)

1. An access method of a mobile device, comprising:
an interface service object detects whether a mobile device is connected with an access device, wherein the interface service object runs in the access device;
when the mobile equipment is successfully connected with the access equipment, the interface service object acquires equipment information of the mobile equipment;
and the interface service object sends the equipment information to a target server so as to access the mobile equipment to the target server.
2. The method of claim 1, further comprising:
the interface service object accesses the access device to the network of the target server.
3. The method of claim 2, wherein the step of the interface service object accessing the access device to the network of the target server comprises:
the interface service object determines a target server in a server cluster;
the interface service object establishes a network connection between the access device and the target server.
4. The method of claim 1, wherein a debug bridge object is further run in the access device, and the step of the interface service object obtaining the device information of the mobile device comprises:
and the debugging bridge program object reads the equipment information of the mobile equipment and sends the equipment information to the interface service object.
5. The method of claim 1, wherein the mobile devices comprise a plurality of mobile devices, and the plurality of mobile devices access the target server through the interface service object after establishing a connection with the access device using a Universal Serial Bus (USB).
6. The method according to any one of claims 1 to 5, wherein the device information includes device attribute information and device status information, and the step of the interface service object sending the device information to the server includes:
and the interface service object sends the equipment attribute information and the equipment state information of the mobile equipment to the target server according to a preset time interval.
7. The method of claim 6, wherein the access device is a PC host, the method further comprising:
the interface service object acquires the host name and IP address information of the PC host;
and the interface service object sends the host name and the IP address information to the target server.
8. An access method of a mobile device, comprising:
the target server establishes network connection with access equipment, an interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the target server receives the equipment information of the mobile equipment sent by the interface service object;
and the target server writes the equipment information into a database.
9. The method of claim 8, wherein the step of the target server writing the device information to a database comprises:
the target server judges whether the device attribute information and the device state information of the mobile device exist in a database or not;
and if not, writing the equipment attribute information and the equipment state information into the database.
10. An access method of a mobile device, comprising:
the method comprises the steps that an interface service object establishes network connection between access equipment and a target server, the interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the interface service object acquires equipment information of the mobile equipment;
the interface service object sends the equipment information to the server cluster;
and the target server writes the equipment information into a database.
11. An access method for a mobile device, wherein an interface service object is run in the mobile device, the method comprising:
the interface service object establishes network connection between the mobile equipment and the target server;
the interface service object acquires equipment information of the mobile equipment;
and the interface service object sends the equipment information to the target server, and the target server is used for writing the equipment information into a database.
12. The method of claim 11, wherein the step of the interface service object establishing the network connection of the mobile device with the target server comprises:
the interface service object establishes network connection between the mobile device and the target server through wireless fidelity wifi and/or a mobile network.
13. A debugging method of an application program is characterized in that the application program runs in a mobile device, the mobile device is connected with an access device, and an interface service object runs in the access device, and the method comprises the following steps:
when an interface service object detects that the mobile equipment and the access equipment are successfully connected, acquiring equipment information of the mobile equipment;
the interface service object sends the equipment information to a target server, and the target server is used for writing the equipment information into a database;
and when the target server receives a debugging instruction aiming at the application program, calling the equipment information in the database according to the debugging instruction to debug the application program.
14. The method of claim 13, further comprising:
the interface service object accesses the access device to the network of the target server.
15. The method of claim 14, wherein the step of the interface service object accessing the access device to the network of the target server comprises:
the interface service object determines a target server in a server cluster;
the interface service object establishes a network connection between the access device and the target server.
16. The method of claim 13, wherein a debug bridge object is further run in the access device, and the step of the interface service object obtaining the device information of the mobile device comprises:
and the debugging bridge program object reads the equipment information of the mobile equipment and sends the equipment information to the interface service object.
17. The method of claim 13, wherein the mobile devices comprise a plurality of mobile devices, and the plurality of mobile devices access the target server through the interface service object after establishing a connection with the access device using a Universal Serial Bus (USB).
18. The method according to any one of claims 13-17, wherein the device information includes device attribute information and device status information, and the step of the interface service object sending the device information to the target server includes:
and the interface service object sends the equipment attribute information and the equipment state information of the mobile equipment to the target server according to a preset time interval.
19. The method of claim 18, wherein the access device is a PC host, the method further comprising:
the interface service object acquires the host name and IP address information of the PC host;
and the interface service object sends the host name and the IP address information to the target server.
20. The method of claim 13, wherein when the target server receives a debugging instruction for an application program, the step of invoking the device information in the database according to the debugging instruction to debug the application program comprises:
when the target server receives a debugging instruction for an application program, extracting the equipment information of the mobile equipment from the database;
the target server sends the equipment information to a preset browser page, and the browser page is used for simulating the mobile equipment according to the equipment information;
the target server receives an instruction input by a user on the browser page;
and the target server debugs the application program according to the instruction.
21. An access apparatus of a mobile device, comprising:
the detection module is used for detecting whether a mobile device is connected with an access device or not by adopting an interface service object, wherein the interface service object operates in the access device;
an obtaining module, configured to obtain device information of the mobile device by using the interface service object when the mobile device and the access device successfully establish a connection;
and the sending module is used for sending the equipment information to a target server by adopting the interface service object so as to access the mobile equipment to the target server.
22. An access apparatus of a mobile device, comprising:
the system comprises an establishing module, a receiving module and a processing module, wherein the establishing module is used for establishing network connection between a target server and access equipment, an interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the receiving module is used for receiving the equipment information of the mobile equipment sent by the interface service object by adopting the target server;
and the writing module is used for writing the equipment information into a database by adopting the target server.
23. An access apparatus of a mobile device, comprising:
the system comprises an establishing module, a network connection module and a service module, wherein the establishing module is used for adopting an interface service object to establish network connection between access equipment and a target server, the interface service object runs in the access equipment, and the access equipment is connected with mobile equipment;
the acquisition module is used for acquiring the equipment information of the mobile equipment by adopting the interface service object;
the sending module is used for sending the equipment information to a server cluster by adopting the interface service object;
and the writing module is used for writing the equipment information into a database by adopting the target server.
24. An access apparatus for a mobile device, wherein an interface service object runs in the mobile device, the apparatus comprising:
the establishing module is used for adopting the interface service object to establish network connection between the mobile equipment and the target server;
the acquisition module is used for acquiring the equipment information of the mobile equipment by adopting the interface service object;
and the sending module is used for sending the equipment information to the target server by adopting the interface service object, and the target server is used for writing the equipment information into a database.
25. An apparatus for debugging an application, wherein the application runs in a mobile device, the mobile device is connected to an access device, and an interface service object runs in the access device, the apparatus comprising:
the access device comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring the device information of the mobile device when the interface service object detects that the mobile device is successfully connected with the access device;
the sending module is used for sending the equipment information to a target server by adopting the interface service object, and the target server is used for writing the equipment information into a database;
and the debugging module is used for calling the equipment information in the database according to the debugging instruction to debug the application program when the target server receives the debugging instruction aiming at the application program.
26. The debugging system of an application program is characterized by comprising a target server, at least one mobile device and at least one access device, wherein the mobile device is connected with the access device through a Universal Serial Bus (USB), and an interface service object runs in the access device;
the interface service object is used for acquiring the equipment information of the mobile equipment and sending the equipment information to the target server when detecting that the mobile equipment and the access equipment are successfully connected;
and the target server is used for writing the equipment information into a database and calling the equipment information in the database according to the debugging instruction to debug the application program when receiving the debugging instruction aiming at the application program.
CN201710868686.XA 2017-09-22 2017-09-22 Access method of mobile equipment, debugging method, device and system of application program Active CN109542754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710868686.XA CN109542754B (en) 2017-09-22 2017-09-22 Access method of mobile equipment, debugging method, device and system of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710868686.XA CN109542754B (en) 2017-09-22 2017-09-22 Access method of mobile equipment, debugging method, device and system of application program

Publications (2)

Publication Number Publication Date
CN109542754A CN109542754A (en) 2019-03-29
CN109542754B true CN109542754B (en) 2021-08-13

Family

ID=65830676

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710868686.XA Active CN109542754B (en) 2017-09-22 2017-09-22 Access method of mobile equipment, debugging method, device and system of application program

Country Status (1)

Country Link
CN (1) CN109542754B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112260882B (en) * 2019-07-02 2022-06-24 北京融核科技有限公司 Mobile application and network service integrated test device capable of being deployed rapidly and method thereof
CN112559437A (en) * 2019-09-25 2021-03-26 阿里巴巴集团控股有限公司 Debugging unit and processor
CN111049912A (en) * 2019-12-17 2020-04-21 用友网络科技股份有限公司 Debugging method, test development device, and computer-readable storage medium
WO2021179180A1 (en) * 2020-03-10 2021-09-16 深圳市大疆创新科技有限公司 Device control system, apparatus and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536900A (en) * 2015-01-21 2015-04-22 小米科技有限责任公司 Method and device for controlling mobile terminal
CN106033381A (en) * 2015-03-16 2016-10-19 阿里巴巴集团控股有限公司 Method, device, and system for managing wireless terminal based on Wi-Fi
CN106293734A (en) * 2016-08-05 2017-01-04 佛山绿怡信息科技有限公司 The method and device of detection android terminal information
EP3139316A1 (en) * 2015-09-03 2017-03-08 Veesto Ltd. Assessment of hardware item value and condition through guided diagnostics

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536900A (en) * 2015-01-21 2015-04-22 小米科技有限责任公司 Method and device for controlling mobile terminal
CN106033381A (en) * 2015-03-16 2016-10-19 阿里巴巴集团控股有限公司 Method, device, and system for managing wireless terminal based on Wi-Fi
EP3139316A1 (en) * 2015-09-03 2017-03-08 Veesto Ltd. Assessment of hardware item value and condition through guided diagnostics
CN106293734A (en) * 2016-08-05 2017-01-04 佛山绿怡信息科技有限公司 The method and device of detection android terminal information

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"在iOS模拟器中调试Web页面";lovenjoe;《https://blog.csdn.net/lovenjoe/article/details/53929479》;20161229;第1-6页 *

Also Published As

Publication number Publication date
CN109542754A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN107368405B (en) Test system, test method, mock platform, interceptor and client
CN109542754B (en) Access method of mobile equipment, debugging method, device and system of application program
US9652364B1 (en) Cloud service for mobile testing and debugging
CN106294113B (en) creation method and device based on programmable test service
CN107229559B (en) Detection method and device for testing integrity of service system
CN108984389B (en) Application program testing method and terminal equipment
CN106648556B (en) Method and device for front-end and back-end integrated development test
US10705946B2 (en) Techniques for real time server testing in a production environment
CN104765678A (en) Method and device for testing applications on mobile terminal
CN113190464B (en) mock testing method and device, electronic equipment and medium
CN107085549B (en) Method and device for generating fault information
CN105607986A (en) Acquisition method and device of user behavior log data
CN109831351B (en) Link tracking method, device, terminal and storage medium
CN111930703A (en) Automatic log file capturing method and device and computer equipment
CN109710474B (en) Hard disk fault detection method and device, terminal and readable storage medium
CN111651232A (en) One-machine multi-control method, device and system and electronic equipment
CN106875765B (en) Electronic classroom implementation method and device based on VDI
CN110865931B (en) Simulation method, simulation device, electronic equipment and storage medium
CN109995931B (en) Method and device for realizing automatic calling
CN105339974B (en) Analog sensor
CN106790521B (en) System and method for distributed networking by using node equipment based on FTP
KR20170044320A (en) Method of analyzing application objects based on distributed computing, method of providing item executable by computer, server performing the same and storage media storing the same
CN109039770B (en) Server CMC refreshing method and device and related equipment
CN109561121B (en) Method and device for monitoring deployment
CN107370785B (en) Method and equipment for processing user service state information

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