CN110955604B - Information display method, device, server and storage medium - Google Patents

Information display method, device, server and storage medium Download PDF

Info

Publication number
CN110955604B
CN110955604B CN201911226841.3A CN201911226841A CN110955604B CN 110955604 B CN110955604 B CN 110955604B CN 201911226841 A CN201911226841 A CN 201911226841A CN 110955604 B CN110955604 B CN 110955604B
Authority
CN
China
Prior art keywords
attribute information
tree structure
current application
application interface
script
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
CN201911226841.3A
Other languages
Chinese (zh)
Other versions
CN110955604A (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.)
Mihoyo Technology Shanghai Co ltd
Original Assignee
Mihoyo Technology Shanghai Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mihoyo Technology Shanghai Co ltd filed Critical Mihoyo Technology Shanghai Co ltd
Priority to CN201911226841.3A priority Critical patent/CN110955604B/en
Publication of CN110955604A publication Critical patent/CN110955604A/en
Application granted granted Critical
Publication of CN110955604B publication Critical patent/CN110955604B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the invention discloses an information display method, an information display device, a server and a storage medium. The method comprises the following steps: when a triggering event of the debugging script is monitored, obtaining father-son relations of all objects in a current application interface corresponding to the triggering event, and constructing a tree structure according to the father-son relations; acquiring attribute information of each object, and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure; and displaying the tree structure on the current application interface. According to the technical scheme provided by the embodiment of the invention, the attribute information of each object is directly displayed through the tree structure on the current application interface, so that the object is obtained, and the quick positioning of error reasons by a tester in the code debugging process is facilitated, so that the debugging efficiency is improved.

Description

Information display method, device, server and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computer application, in particular to an information display method, an information display device, a server and a storage medium.
Background
In general, many applications applicable to mobile terminals implement script editing on a computer editor, and then transform the edited script into the mobile terminal. Because of the different performances of the computer terminal and the mobile terminal, in order to make the application program run smoothly on the mobile terminal, the transformation process may modify parameter information such as script logic and/or resolution. However, the above-described modification is likely to cause some problems in display effects, such as a red flower on a computer terminal becoming a green flower on a mobile terminal. When a problem occurs in the display effect of an application running on a mobile terminal, how to quickly locate the cause of the problem is important for a tester.
Disclosure of Invention
The embodiment of the invention provides an information display method, an information display device, a server and a storage medium, which are used for realizing the effect of displaying attribute information of each object in a current application interface.
In a first aspect, an embodiment of the present invention provides an information display method, which may include:
when a triggering event of the debugging script is monitored, obtaining father-son relations of all objects in a current application interface corresponding to the triggering event, and constructing a tree structure according to the father-son relations;
acquiring attribute information of each object, and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure;
and displaying the tree structure on the current application interface.
Optionally, obtaining the parent-child relationship of each object in the current application interface corresponding to the trigger event may include:
and acquiring role information of each object in the current application interface corresponding to the trigger event, and determining father-son relationship of each object according to the role information.
Optionally, obtaining attribute information of each object may include:
and respectively acquiring attribute information of each object through an attribute interface of each object.
Optionally, after displaying the tree structure on the current application interface, the method may further include:
and adjusting the attribute information of the object to be adjusted corresponding to the attribute information adjustment instruction according to the received attribute information adjustment instruction input by the user.
Optionally, when a trigger event of the debug script is monitored, it may include:
and in the running process of the script to be debugged, when a trigger event for debugging the script to be debugged is monitored.
Optionally, the script to be debugged is a published script applied to the mobile terminal.
Optionally, each object includes at least one of a visualization window, an application scene, and an entity object.
In a second aspect, an embodiment of the present invention further provides an information display apparatus, which may include:
the construction module is used for acquiring father-son relations of all objects in the current application interface corresponding to the triggering event when the triggering event of the debugging script is monitored, and constructing a tree structure according to the father-son relations;
the attribute information display module is used for acquiring attribute information of each object and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure;
and the tree structure display module is used for displaying the tree structure on the current application interface.
In a third aspect, an embodiment of the present invention further provides a server, where the server may include:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the information display method provided by any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the information display method provided by any embodiment of the present invention.
According to the technical scheme, when the triggering event of the debugging script is monitored, the tree structure with the corresponding relation with each object can be constructed by acquiring the father-son relation of each object in the current application interface corresponding to the triggering event; further, attribute information of each object is displayed on nodes of the corresponding tree structure, and the tree structure is displayed on the current application interface. According to the technical scheme, the attribute information of each object can be directly displayed through the tree structure on the current application interface, and the attribute information is obtained, so that a tester can be helped to quickly locate the error reason in the code debugging process, and the debugging efficiency is improved.
Drawings
Fig. 1 is a flowchart of an information display method according to a first embodiment of the present invention;
fig. 2 is a block diagram showing an information display device according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a server according to a third embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Before describing the embodiment of the present invention, an application scenario of the embodiment of the present invention is described in an exemplary manner: most of the application programs applicable to the mobile terminal are to implement script editing on a computer editor and then convert the edited script to the mobile terminal. When the release version of the edited script runs on the mobile terminal, if a problem occurs in terms of display effect, such as that an expected effect does not occur after ABC operation is performed, an alternative solution is that 1) ABC operation is performed again on the mobile terminal to determine whether the same error result occurs; 2) If yes, executing ABC operation again on the computer to determine whether the same error result occurs; 3a) If so, the error reason can be rapidly positioned according to the tree structure because the tree structure capable of displaying the attribute information of each object in the current application interface exists in the computer editor; 3b) If the two display results are different, the error of the attribute information of the object can be guessed through the parameter information such as the version number of the application program and the model of the mobile terminal.
It should be noted that, since the attribute information of all objects in the current application interface is stored in the computer editor, the attribute information can be directly displayed by using the tree structure, that is, the computer editor can directly check the existing tree structure; accordingly, running on the mobile terminal is a release version of the application program, not an edit version on the computer editor, which does not have a tree structure for displaying the attribute information of each object because it does not have the attribute information of all objects. Therefore, aiming at the release version running on the mobile terminal, the release version can only show the final display effect, but not the attribute information of each object, so that when the problem of the display effect occurs due to the conversion process, the tester can only guess the error reason through experience, and the work efficiency of the tester can be greatly influenced.
Example 1
Fig. 1 is a flowchart of an information display method according to a first embodiment of the present invention. The embodiment is applicable to the situation of displaying the attribute information of each object on the current application interface, and is especially applicable to the situation of displaying the attribute information of each object on the current application interface when the release version of the application program is operated on the mobile terminal. The method may be performed by an information display device provided by an embodiment of the present invention, which may be implemented in software and/or hardware, and which may be integrated on various user terminals or servers.
Referring to fig. 1, the method of the embodiment of the present invention specifically includes the following steps:
s110, when a trigger event of the debugging script is monitored, obtaining father-son relations of all objects in the current application interface corresponding to the trigger event, and constructing a tree structure according to the father-son relations.
Wherein, there may be a plurality of objects in the current application interface of each running application program, and there may be association relationships such as parent-child relationships, sibling relationships, etc. among the objects, or there may not be association relationships. The association relationship between the objects can be determined in different application scenarios in different ways, for example, the objects with inheritance relationship and/or reference relationship have parent-child relationship, and the objects inheriting and/or referring to the same object have brother relationship, namely parallel relationship; for another example, the parent-child relationships of the objects may be determined based on their role information and/or organization structure; etc.
On the basis, when the trigger event of the debugging script is monitored, the father-son relationship of each object in the current application interface of the script to be debugged corresponding to the trigger event can be obtained, or stated differently, the father-son relationship of each object in the current application interface of the script to be debugged which is running and corresponds to the trigger event is obtained. Optionally, the script to be debugged may be a published script applied to the mobile terminal, or may be an edited script applied to a computer editor, in other words, when there is a script debugging requirement, the information display method of the embodiment of the present invention may be applied to display attribute information of each object on the current application interface, whether a tree structure already exists or not. Alternatively, the objects may be at least one of a visualization window, an application scene, and an entity object, or may be the rest of the content, which is not specifically limited herein.
Further, a tree structure can be constructed according to the parent-child relationship of each object, and each node of the tree structure and each object in the current application interface can have a one-to-one correspondence. Illustratively, a root node object is selected from the objects according to the parent-child relationship of each object, where the root node object is an object without a parent node object, and further, a next level child node object of the root node object, a next level child node object … … of the next level child node object, and so on are sequentially selected from the objects until all objects in the current application interface are screened, and a tree structure is constructed according to the screening result.
It should be noted that, each tree structure only has one root node object, and the number of tree structures can be determined according to the number of root node objects. In this way, root node objects can be screened from the objects, and tree structures with corresponding numbers can be directly constructed according to the number of the root node objects; and then, obtaining the parent-child relationship among the objects through the attribute interfaces of the objects, thereby determining the corresponding relationship between the objects and the nodes of the tree structures.
S120, acquiring attribute information of each object, and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure.
Acquiring attribute information of each object, for example, acquiring attribute information of each object through an attribute interface of each object, wherein the attribute information is a key factor of a code debugging link; and respectively displaying attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure.
S130, displaying the tree structure on the current application interface.
The tree structure is displayed on the current application interface, so that the tree structure can be directly checked on the current application interface of the mobile terminal, the attribute information of each object can be rapidly determined according to the display content of the tree structure, and the tree structure is obtained, thereby facilitating the subsequent code debugging.
An optional technical solution, after displaying the tree structure on the current application interface, the information display method specifically further may include: and adjusting the attribute information of the object to be adjusted corresponding to the attribute information adjustment instruction according to the received attribute information adjustment instruction input by the user. That is, after the user or the tester locates the cause of the error display effect according to the tree structure displayed on the current application interface, the user or the tester may input the attribute information adjustment instruction, so that the information display device may adjust the attribute information of the object to be adjusted corresponding to the attribute information adjustment instruction after receiving the attribute information adjustment instruction, which is a possible operation procedure of the code debugging link.
According to the technical scheme, when the triggering event of the debugging script is monitored, the tree structure with the corresponding relation with each object can be constructed by acquiring the father-son relation of each object in the current application interface corresponding to the triggering event; further, attribute information of each object is displayed on nodes of the corresponding tree structure, and the tree structure is displayed on the current application interface. According to the technical scheme, the attribute information of each object can be directly displayed through the tree structure on the current application interface, and the attribute information is obtained, so that a tester can be helped to quickly locate the error reason in the code debugging process, and the debugging efficiency is improved.
In order to better understand the specific implementation procedure of the above steps, an exemplary description will be given below of the information display method of the present embodiment, taking an example in the background art as an example.
For example, for a game program of a release version running on a mobile terminal, after an information display device monitors a trigger event of a debug script, such as monitoring that a debug button on a test server is enabled, since a plurality of scenes may exist in the running process of the game program and one or more scenes of the scenes may be used at different time points, an active scene at the time point of monitoring the trigger event, which is a scene in use and is mostly a scene in display in a current application interface, may be obtained; determining father-son relations of all objects through attribute interfaces of all objects in an active scene, screening game entities of a root node of the active scene from all objects, and constructing a tree structure with corresponding quantity through the quantity of the game entities of the root node, wherein the father-son relations among all the game entities can be determined according to the organization structure of all the game entities, for example, large BOSS of all types is the game entity of the root node, and small BOSS is the game entity of the next level child node of the game entity of the root node; further, attribute information of each game entity may be acquired through an attribute interface of each game entity, and displayed on corresponding nodes of the tree structure, respectively. Thus, when the tester finds that the display effect of the game program running on the mobile terminal is problematic, the tester can enable the debug button on the test suite to display a tree structure on the mobile terminal, wherein the tree structure is the display of the collection result of the attribute information. And analyzing the occurrence reason of the current error display effect by observing the attribute information of each game entity on the tree structure and correspondingly debugging.
Example two
Fig. 2 is a block diagram of an information display device according to a second embodiment of the present invention, where the information display device is configured to execute the information display method according to any of the foregoing embodiments. The device and the information display method of each embodiment belong to the same invention conception, and the details of the information display device embodiment which are not described in detail can be referred to the embodiment of the information display method. Referring to fig. 2, the apparatus may specifically include: a building module 210, an attribute information display module 220, and a tree structure display module 230.
The building module 210 is configured to, when a trigger event of the debug script is monitored, obtain a parent-child relationship of each object in the current application interface corresponding to the trigger event, and build a tree structure according to the parent-child relationship;
the attribute information display module 220 is configured to obtain attribute information of each object, and display the attribute information of each object on each corresponding node according to a corresponding relationship between each object and each node in the tree structure;
the tree structure display module 230 is configured to display a tree structure on the current application interface.
Optionally, the building module 210 may specifically include:
and the father-son relationship determining unit is used for acquiring the role information of each object in the current application interface corresponding to the trigger event and determining the father-son relationship of each object according to the role information.
Optionally, the attribute information display module 220 may specifically include:
and the acquisition unit is used for respectively acquiring the attribute information of each object through the attribute interface of each object.
Optionally, on the basis of the above device, the device may further include:
and the adjusting module is used for adjusting the attribute information of the object to be adjusted corresponding to the attribute information adjusting instruction according to the received attribute information adjusting instruction input by the user.
Optionally, the building module 210 may specifically include:
the trigger event monitoring unit is used for monitoring a trigger event of the script to be debugged when the script to be debugged is monitored in the running process of the script to be debugged.
Optionally, the script to be debugged is a published script applied to the mobile terminal.
Optionally, each object includes at least one of a visualization window, an application scene, and an entity object.
According to the information display device provided by the embodiment II of the invention, when the triggering event of the debugging script is monitored by the construction module, the father-son relationship of each object in the current application interface corresponding to the triggering event is obtained, and a tree structure with a corresponding relationship with each object can be constructed; the attribute information display module and the tree structure display module are matched with each other, the attribute information of each object is respectively displayed on the nodes of the tree structure corresponding to the object, and the tree structure is displayed on the current application interface. The device can directly display the attribute information of each object through the tree structure on the current application interface, and the attribute information is obtained, so that a tester can be helped to quickly locate the error reason in the code debugging process, and the debugging efficiency is improved.
The information display device provided by the embodiment of the invention can execute the information display method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the information display apparatus described above, each unit and module included is only divided according to the functional logic, but is not limited to the above-described division, as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Example III
Fig. 3 is a schematic structural diagram of a server according to a third embodiment of the present invention, and as shown in fig. 3, the server includes a memory 310, a processor 320, an input device 330 and an output device 340. The number of processors 320 in the server may be one or more, one processor 320 being taken as an example in fig. 3; the memory 310, processor 320, input device 330, and output device 340 in the server may be connected by a bus or other means, as exemplified by bus 350 in fig. 3.
The memory 310 is a computer readable storage medium, and may be used to store software programs, computer executable programs, and modules, such as program instructions/modules (e.g., the building block 210, the attribute information display block 220, and the tree structure display block 230 in the information display device) corresponding to the information display method in the embodiment of the present invention. The processor 320 executes various functional applications of the server and data processing, i.e., implements the above-described information display method, by running software programs, instructions, and modules stored in the memory 310.
Memory 310 may include primarily a program storage area and a data storage area, wherein the program storage area may store an operating system, at least one application program required for functionality; the storage data area may store data created according to the use of the server, etc. In addition, memory 310 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 310 may further include memory located remotely from processor 320, which may be connected to the device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 330 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the device. The output device 340 may include a display device such as a display screen.
Example IV
A fourth embodiment of the present invention provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing an information display method, the method comprising:
when a triggering event of the debugging script is monitored, obtaining father-son relations of all objects in a current application interface corresponding to the triggering event, and constructing a tree structure according to the father-son relations;
acquiring attribute information of each object, and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure;
and displaying the tree structure on the current application interface.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the information display method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. In light of such understanding, the technical solution of the present invention may be embodied essentially or in part in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, read-Only Memory (ROM), random-access Memory (Random Access Memory, RAM), FLASH Memory (FLASH), hard disk, optical disk, etc., of a computer, which may be a personal computer, a server, a network device, etc., and which includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in the embodiments of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (8)

1. An information display method, comprising:
when a trigger event of a debugging script is monitored, obtaining father-son relations of all objects in a current application interface corresponding to the trigger event, and constructing a tree structure according to the father-son relations;
acquiring attribute information of each object, and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure;
displaying the tree structure on the current application interface;
the obtaining the attribute information of each object includes:
respectively acquiring attribute information of each object through an attribute interface of each object;
after the tree structure is displayed on the current application interface, the method further comprises:
and adjusting the attribute information of the object to be adjusted corresponding to the attribute information adjustment instruction according to the received attribute information adjustment instruction input by the user.
2. The method according to claim 1, wherein the obtaining the parent-child relationship of each object in the current application interface corresponding to the trigger event comprises:
and acquiring role information of each object in the current application interface corresponding to the trigger event, and determining father-son relationship of each object according to the role information.
3. The method of claim 1, wherein when a trigger event of a debug script is detected, comprising:
and in the running process of the script to be debugged, when a trigger event for debugging the script to be debugged is monitored.
4. A method according to claim 3, characterized in that the script to be debugged is a published script applied to a mobile terminal.
5. The method of claim 1, wherein the objects comprise at least one of a visualization window, an application scene, and an entity object.
6. An information display device, comprising:
the construction module is used for acquiring father-son relations of all objects in the current application interface corresponding to the triggering event when the triggering event of the debugging script is monitored, and constructing a tree structure according to the father-son relations;
the attribute information display module is used for acquiring attribute information of each object and respectively displaying the attribute information of each object on each corresponding node according to the corresponding relation between each object and each node in the tree structure;
the tree structure display module is used for displaying the tree structure on the current application interface;
the attribute information display module specifically includes:
the acquisition unit is used for respectively acquiring attribute information of each object through an attribute interface of each object;
the apparatus further comprises:
and the adjusting module is used for adjusting the attribute information of the object to be adjusted corresponding to the attribute information adjusting instruction according to the received attribute information adjusting instruction input by the user.
7. A server, the server comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, causes the one or more processors to implement the information display method of any of claims 1-5.
8. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the information display method according to any one of claims 1-5.
CN201911226841.3A 2019-12-04 2019-12-04 Information display method, device, server and storage medium Active CN110955604B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911226841.3A CN110955604B (en) 2019-12-04 2019-12-04 Information display method, device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911226841.3A CN110955604B (en) 2019-12-04 2019-12-04 Information display method, device, server and storage medium

Publications (2)

Publication Number Publication Date
CN110955604A CN110955604A (en) 2020-04-03
CN110955604B true CN110955604B (en) 2023-07-25

Family

ID=69979756

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911226841.3A Active CN110955604B (en) 2019-12-04 2019-12-04 Information display method, device, server and storage medium

Country Status (1)

Country Link
CN (1) CN110955604B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111857692A (en) * 2020-07-30 2020-10-30 中国民航信息网络股份有限公司 Code generation method and device and electronic equipment
CN111782549A (en) * 2020-07-31 2020-10-16 北京字节跳动网络技术有限公司 Test method and device and electronic equipment
CN115550561A (en) * 2021-06-29 2022-12-30 北京字跳网络技术有限公司 Method and device for outputting special-effect operation data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001125925A (en) * 1999-10-29 2001-05-11 Jisedai Joho Hoso System Kenkyusho:Kk Method for displaying structure and computer readable recording medium recording program for allowing computer to execute the method
CN101231644A (en) * 2007-01-25 2008-07-30 富士施乐株式会社 Information processing device, information processing system and method
CN107608864A (en) * 2017-09-07 2018-01-19 锐嘉科集团有限公司 Application management method and terminal device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056303A (en) * 2007-05-31 2007-10-17 威盛电子股份有限公司 Configurable network interface with horizontal tree structure, its display method and node processing method
US9239887B2 (en) * 2012-12-18 2016-01-19 Cisco Technology, Inc. Automatic correlation of dynamic system events within computing devices
CN106202490A (en) * 2016-07-19 2016-12-07 浪潮电子信息产业股份有限公司 A kind of SolrCloud configuration file amending method, Apparatus and system
CN107977307B (en) * 2016-10-25 2021-02-09 腾讯科技(深圳)有限公司 Application debugging method and device
CN109324861B (en) * 2018-09-27 2020-02-21 北京三快在线科技有限公司 Message display processing method, device, medium and electronic equipment
CN109582579B (en) * 2018-11-30 2022-04-15 腾讯音乐娱乐科技(深圳)有限公司 Application program testing method and device, electronic equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001125925A (en) * 1999-10-29 2001-05-11 Jisedai Joho Hoso System Kenkyusho:Kk Method for displaying structure and computer readable recording medium recording program for allowing computer to execute the method
CN101231644A (en) * 2007-01-25 2008-07-30 富士施乐株式会社 Information processing device, information processing system and method
CN107608864A (en) * 2017-09-07 2018-01-19 锐嘉科集团有限公司 Application management method and terminal device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于WebGL的动车部件模型三维可视化技术的研究与应用;王川;牟琳;张珍文;安帅;;电脑知识与技术(第31期);全文 *

Also Published As

Publication number Publication date
CN110955604A (en) 2020-04-03

Similar Documents

Publication Publication Date Title
CN110955604B (en) Information display method, device, server and storage medium
CN111159049B (en) Automatic interface testing method and system
CN108521353B (en) Processing method and device for positioning performance bottleneck and readable storage medium
WO2015113450A1 (en) Method and apparatus for visualized operation and maintenance of network
US20130042222A1 (en) Automating functionality test cases
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
US10241847B2 (en) Anomaly detection using sequences of system calls
US11736365B2 (en) System and method for network management automation
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN110119350A (en) Software Development Kit test method, device and equipment and computer storage medium
CN110647471A (en) Interface test case generation method, electronic device and storage medium
CN107113199B (en) Analysis device for analyzing and processing communication sequences
CN115480746A (en) Method, device, equipment and medium for generating execution file of data processing task
CN114003451B (en) Interface testing method, device, system and medium
CN107872363B (en) Data packet loss processing method and system, readable storage medium and electronic device
US9329960B2 (en) Methods, systems, and computer readable media for utilizing abstracted user-defined data to conduct network protocol testing
CN111585830A (en) User behavior analysis method, device, equipment and storage medium
CN116166536A (en) Test method, test device, electronic equipment and storage medium
CN116383025A (en) Performance test method, device, equipment and medium based on Jmeter
CN114063606B (en) PLC protocol fuzzy test method and device, electronic equipment and storage medium
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
US10176075B1 (en) Methods, systems, and computer readable mediums for generating key performance indicator metric test data
CN111240967B (en) Code generation method and device
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
US11036624B2 (en) Self healing software utilizing regression test fingerprints

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