CN114168369A - Log display method, device, equipment and storage medium - Google Patents

Log display method, device, equipment and storage medium Download PDF

Info

Publication number
CN114168369A
CN114168369A CN202010949336.8A CN202010949336A CN114168369A CN 114168369 A CN114168369 A CN 114168369A CN 202010949336 A CN202010949336 A CN 202010949336A CN 114168369 A CN114168369 A CN 114168369A
Authority
CN
China
Prior art keywords
log
scene
option
user interface
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010949336.8A
Other languages
Chinese (zh)
Inventor
王浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202010949336.8A priority Critical patent/CN114168369A/en
Publication of CN114168369A publication Critical patent/CN114168369A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/079Root cause analysis, i.e. error or fault diagnosis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0766Error or fault reporting or storing

Abstract

The application discloses a log display method, a log display device, log display equipment and a log display storage medium, and belongs to the technical field of computers. The method comprises the following steps: acquiring a log; displaying a user interface, wherein at least one log scene option is displayed in the user interface, and the log scene option is used for screening information of a service process corresponding to a log; responding to the selection operation of the log scene options, and acquiring target log scene options from the log scene options; analyzing the logs through the target log scene options to obtain a log analysis result; and displaying the log analysis result in a user interface. In the process of displaying the log analysis result, the log is not required to be analyzed manually, and the log analysis result can be displayed only by selecting the log scene option corresponding to the log. Namely, the log can be analyzed only by selecting the log scene option corresponding to the log, and the efficiency of analyzing the log is improved.

Description

Log display method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for displaying a log.
Background
When a computer device and an application program in the computer device run, a log generation process in the computer device usually generates a log. By analyzing the log, information on the operation of the computer device and the application program by the user, and the like can be acquired.
The log is opened in text format using a text editor, typically manually. And then searching key words of the log in the text information of the opened log, combing the historical running process of the computer equipment and the application program reflected by the log according to the time corresponding to the key words, and finally outputting the analysis result of the log. For example, it is analyzed that the application program operates normally before one to three points where it operates abnormally due to a network problem.
However, when the log is analyzed by adopting the above method, the log analysis result can be quickly and effectively determined only by the log analyst who needs to master abundant log analysis experience and business capability, the analysis process depends on manual experience, and the efficiency of analyzing the log is low.
Disclosure of Invention
The application provides a log display method, a log display device, log display equipment and a log display storage medium, which can improve the efficiency of log analysis. The technical scheme is as follows:
according to an aspect of the present application, there is provided a log display method, the method including:
acquiring a log;
displaying a user interface, wherein at least one log scene option is displayed in the user interface, and the log scene option is used for screening information of a service process corresponding to the log;
responding to the selection operation of the log scene options, and acquiring target log scene options from the log scene options;
analyzing the log through the target log scene option to obtain a log analysis result;
displaying the log analysis result in the user interface.
According to another aspect of the present application, there is provided a log display apparatus, the apparatus including:
the first acquisition module is used for acquiring the log;
the display module is used for displaying a user interface, at least one log scene option is displayed in the user interface, and the log scene option is used for screening information of a service process corresponding to the log;
the second acquisition module is used for responding to the selection operation of the log scene options and acquiring target log scene options from the log scene options;
the analysis module is used for analyzing the logs through the target log scene options to obtain a log analysis result;
the display module is used for displaying the log analysis result in the user interface.
Optionally, the target log scene option includes at least one keyword, and a scene regular expression and a macro corresponding to the keyword; the analysis module is configured to:
filtering the log through the scene regular expression to obtain a scene field;
and replacing the value of the scene field into the keyword through the macro to obtain a service flow description, wherein the service flow description is used for reflecting the state change time and the state change information of the service flow corresponding to the log.
Optionally, the display module is configured to:
displaying the type of the keyword, the number of the keywords in the log, the state change time and the state change information in the user interface.
Optionally, the display module is configured to:
displaying the types of the keywords, the number of the keywords in the log, the state change time and the state change information in the user interface in a timeline mode;
wherein the timeline is determined in accordance with the state change time.
Optionally, the apparatus further comprises:
the display module is used for displaying a log scene configuration interface, and the log scene configuration interface comprises a scene configuration option, a keyword configuration option corresponding to the scene configuration option and a scene regular type configuration option corresponding to the keyword configuration option;
and the determining module is used for responding to the configuration operation in the log scene configuration interface and determining the log scene option according to the configuration result of at least one configuration option of the scene configuration option, the keyword configuration option and the scene regular type configuration option.
Optionally, the apparatus further comprises:
the loading module is used for loading the basic information configuration of the log, and the basic information configuration of the log comprises a basic information regular form;
the filtering module is used for filtering the log through the basic information regular expression to obtain a basic information field;
and the display module is used for displaying the value of the basic information field in the user interface, and the value of the basic information field can reflect the information of the computer equipment for generating the log.
Optionally, the apparatus further comprises:
the sending module is used for sending the log analysis result to a server;
and the receiving module is used for receiving the log analysis link sent by the server, and the log analysis link is used for acquiring the log analysis result.
Optionally, the display module is configured to:
displaying the log in the user interface.
According to another aspect of the present application, there is provided a computer device comprising a processor and a memory having stored therein at least one instruction, at least one program, set of codes, or set of instructions that is loaded and executed by the processor to implement a log display method as described above.
According to another aspect of the present application, there is provided a computer readable storage medium having stored therein at least one instruction, at least one program, set of codes, or set of instructions that is loaded and executed by a processor to implement a log display method as described above.
According to another aspect of the application, a computer program product or computer program is provided, comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the log display method provided in the various alternative implementations of the above aspects.
The beneficial effect that technical scheme that this application provided brought includes at least:
the log analysis result of the log can be obtained and displayed by analyzing the log according to the target log scene option. In the process of displaying the log analysis result, the log is not required to be analyzed manually, and the log analysis result can be displayed only by selecting the log scene option corresponding to the log. Namely, the log can be analyzed only by selecting the log scene option corresponding to the log, and the efficiency of analyzing the log is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic diagram of a log display system according to an exemplary embodiment of the present application;
FIG. 2 is a schematic diagram illustrating a principle of implementing a log display provided by an embodiment of the present application;
fig. 3 is a schematic flowchart of a log display method according to an embodiment of the present application;
FIG. 4 is a schematic flowchart of another log display method provided in an embodiment of the present application;
FIG. 5 is a schematic diagram of a display log scenario option provided by an embodiment of the present application;
FIG. 6 is a schematic diagram of an implementation process for resolving a log according to an embodiment of the present application;
FIG. 7 is a schematic diagram of a log scene configuration interface provided by an embodiment of the present application;
FIG. 8 is a diagram illustrating a value of a basic information field provided in an embodiment of the present application;
FIG. 9 is a schematic diagram of an interface for configuring log base information according to an embodiment of the present disclosure;
FIG. 10 is a schematic diagram of a flow of analyzing a log provided by an embodiment of the application;
fig. 11 is a structural diagram of a log display device according to an embodiment of the present application;
fig. 12 is a structural diagram of another log display device according to an embodiment of the present application;
fig. 13 is a structural diagram of another log display device according to an embodiment of the present application;
fig. 14 is a structural diagram of a still another log display device according to an embodiment of the present application;
fig. 15 is a schematic structural diagram of a terminal according to an embodiment of the present application.
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
For the sake of understanding, the terms related to the method provided in the embodiments of the present application are explained first:
log keywords: the key information words in the log file can search the log to the key flow points through the key words.
Scene analysis: some log keywords are combined into one scene and then analyzed based on the log keywords. The analysis results are presented in an online manner (remotely accessible) for user interface ratings.
And (3) keyword configuration: and configuring keywords of the log scene options in the log analysis service so as to form a log flow analysis.
Fig. 1 is a schematic structural diagram of a log display system according to an exemplary embodiment of the present application, as shown in fig. 1, the system includes: a server 110 and at least one terminal 120.
The server 110 may be a server, a server cluster composed of a plurality of servers, or a virtual server in a cloud computing service center, and the like, which is not limited herein. The terminal 120 may be a smart phone, a computer, a television, a multimedia player, an e-reader, and the like. The connection between the server 110 and the terminal 120 may be established through a wired network or a wireless network.
Note that, a log analysis client is installed on the terminal 120, the terminal 120 is connected to the server 110 through the log analysis client, and the server 110 corresponds to the log analysis client. Alternatively, the terminal is installed with a browser, and the terminal 120 accesses a Uniform Resource Locator (URL) link corresponding to the server 110 through the browser to implement communication with the server 110.
The terminal 120 is configured to obtain the log, and load the log scene option from the server 110 to analyze the log, thereby obtaining a log analysis result. Alternatively, the method can also be executed by the server 110, that is, the terminal 120 acquires the log and sends the log to the server, and the server parses the log based on the log scene option, obtains the log analysis result, and sends the log analysis result to the terminal 120. The embodiment of the present application is mainly described in terms of a method for the terminal 120 to analyze the log.
Fig. 2 is a schematic diagram illustrating a principle of implementing log display according to an embodiment of the present application. As shown in fig. 2, the computer device 201 obtains the log by analyzing the log uploaded by the user in the client by the log, or by accessing the log uploaded by the user in the user interface displayed by the link of the log analysis service provided by the server 202 by the browser. When the computer device 202 obtains the log through the log analysis client, the computer device 202 implements analysis of the log through the log analysis client. When the computer device 202 obtains the log through the browser, the computer device analyzes the log through a log analysis service provided by a server called by the browser. The computer device may be a terminal in a system as shown in fig. 1. Then, the computer device 201 selects a target log scene option from the log scene options sent by the server 202 according to the selection operation of the user. And filtering the logs according to a scene regular form corresponding to the keywords in the target log scene options to obtain a scene field. And replacing the value of the scene field into the keyword through the macro to obtain a log analysis result. Illustratively, the keyword is "join meeting result $ 1", the corresponding scene regular expression is "/on join meeting ret \ [ (. Wherein "0" indicates that the result is failure, and "join conference result 0" indicates that the result of joining the conference is failure. The computer device 201 then displays the log analysis result in a user interface.
In the process of displaying the log analysis result, the log is not required to be analyzed manually, and the log analysis result can be displayed only by selecting the log scene option corresponding to the log. Namely, the log can be analyzed only by selecting the log scene option corresponding to the log, and the efficiency of analyzing the log is improved.
Fig. 3 is a schematic flowchart of a log display method according to an embodiment of the present application. The method may be used for a computer device, which may be a terminal in a system as shown in fig. 1, or a log analysis client on a computer device. As shown in fig. 3, the method includes:
step 301, obtaining a log.
When the computer device obtains the log through the log analysis client, the log is uploaded in the log analysis client by the user. When the computer device obtains the log through the browser, the log is uploaded by a user in a user interface displayed by a log analysis service provided by the access server. Optionally, the log is a log generated by a conference program, a log generated by a financial program, a log generated by an instant messaging program, and a log generated by a game.
Step 302, displaying a user interface, wherein at least one log scene option is displayed in the user interface.
When the computer device obtains the log through the log analysis client, the user interface is a log analysis interface in the log analysis client. When the computer device obtains the log through the browser, the user interface is a log analysis interface of a log analysis service provided by the server. Optionally, the computer device can also display the acquired log in the user interface.
The log scene option is used for screening the information of the service process corresponding to the log. The log scenario option displayed is obtained by the computer device from a server or log analysis client. Optionally, the log scene option is set by the user according to the service type corresponding to the log. Such as a log generated by a meeting program, user-configured log scene options include initiating a meeting scene, joining a meeting scene, and ending a meeting scene.
And 303, responding to the selection operation of the log scene options, and acquiring target log scene options from the log scene options.
The selection operation includes a user touch operation on at least one log scene option displayed in the user interface, for example, a single click operation on the log scene option. After the user performs a touch operation on at least one log scene option displayed in the user interface, a confirmation operation is performed on the touch operation, for example, a selection box corresponding to the displayed log scene option is selected, and then the selection is confirmed. And, further capable of being a voice instruction indicating a selection of a target log scene option from the at least one log scene option.
And step 304, analyzing the log through the target log scene option to obtain a log analysis result.
Optionally, the log scene option includes at least one keyword and a scene regular and a macro corresponding to the keyword. The scene regular expression is used for screening scene fields in the log, and the macro is used for replacing the values of the screened scene fields with key words to obtain the log analysis result. The keywords are set by the user according to the service types corresponding to the logs, the scene regular expression is set by the user according to the fields corresponding to the keywords in the logs, and the macros are provided by the server or the computer equipment.
Illustratively, the log is a log generated by a conference program, and the keywords of the target log scene option include "create conference time" and "create conference result", and the computer device can obtain "create conference time 19: 37" and "create conference result 0 (indicating failure)" through the target log scene option.
Step 305, displaying the log analysis result in a user interface.
The computer device can also display the obtained log, and the user interface for displaying the log is the same as or different from the user interface. When the user interface is the same as the interface for displaying the log, the computer device can simultaneously display the log and the log analysis result corresponding to the log in the same user interface. For example, the log is displayed on the left side of the user interface, and the log analysis result corresponding to the log is displayed on the right side of the user interface.
The computer equipment analyzes the log through the target log scene option, and the obtained log analysis result can reflect the state change time and the state change information of the business process corresponding to the log. For example, "create a meeting" is the state change information of the meeting service. And the computer equipment can display the log analysis result in a time line mode according to the state change time corresponding to the state change information of the service process.
In summary, the log display method provided in the embodiment of the present application analyzes the log according to the target log scene option, and can obtain a log analysis result of the log and display the log analysis result. In the process of displaying the log analysis result, the log is not required to be analyzed manually, and the log analysis result can be displayed only by selecting the log scene option corresponding to the log. Namely, the log can be analyzed only by selecting the log scene option corresponding to the log, and the efficiency of analyzing the log is improved.
Fig. 4 is a schematic flowchart of another log display method according to an embodiment of the present application. The method may be used for a computer device, which may be a terminal in a system as shown in fig. 1, or a log analysis client on a computer device. As shown in fig. 4, the method includes:
step 401, obtaining a log.
The computer device can obtain the log through the log analysis client or the browser, and when the computer device obtains the log through the browser, the log is uploaded by a user in a user interface displayed by the computer device by using a log analysis service provided by the server. Optionally, the log analysis service provided by the server is a cloud service, and the cloud service is based on cloud computing. Cloud computing (cloud computing) refers to a mode of delivery and use of IT infrastructure, and refers to obtaining required resources in an on-demand, easily scalable manner over a network. That is, the computer device can use the computing resource provided by the server for analyzing the log by accessing the URL link corresponding to the log analysis service, and the server is a cloud server.
Step 402, displaying a user interface, wherein at least one log scene option is displayed in the user interface.
When the computer device obtains the log through the log analysis client, the user interface is a log analysis interface in the log analysis client. When the computer device obtains the log through the browser, the user interface is a log analysis interface of a log analysis service provided by the server.
The log scene option is used for screening the information of the service process corresponding to the log. Optionally, the log scene option is set by the user according to the service type corresponding to the log.
Illustratively, fig. 5 is a schematic diagram of a display log scene option provided in an embodiment of the present application. As shown in fig. 5, the user interface 501 is a log analysis interface of a log analysis service provided by a server, and a computer device can access a URL link corresponding to the log analysis service through a browser to display the user interface 501. A log scene option 502 is displayed in the user interface 501. Through the drop down list, a plurality of log scene options can be displayed. Optionally, a log 503 obtained by the computer device is also displayed in the user interface 501, and the log 503 is uploaded by the user in the user interface. A log management control 504 is also displayed in the user interface 501, and the log management control can filter characters in the log, filter information in the log according to the generated time, and can also continue to upload a new log.
And step 403, responding to the selection operation of the log scene options, and acquiring target log scene options from the log scene options.
The computer device can acquire one as a target scene option or a plurality of as target log scene options from the displayed log scene options according to the selection operation.
The selection operation includes a user touch operation on at least one log scene option displayed in the user interface, for example, a single click operation on the log scene option. After the user performs a touch operation on at least one log scene option displayed in the user interface, a confirmation operation is performed on the touch operation, for example, a selection box corresponding to the displayed log scene option is selected, and then the selection is confirmed. And, further capable of being a voice instruction indicating a selection of a target log scene option from the at least one log scene option. For example, the voice instructions are "select first scene", "select all scenes", and "select join conference scene".
Illustratively, with continued reference to fig. 5, when the computer device detects that the user selects at least one log scene option from the drop-down list corresponding to the scene type through a single-click operation and detects a click operation for the determination button, the selected at least one log scene option is determined as a target log scene option. For example, a topic switch is obtained as a target log scene option.
And step 404, analyzing the log through the target log scene option to obtain a log analysis result.
The computer equipment analyzes the log through a log scene option, and can obtain a log analysis result. The computer equipment analyzes the logs through the plurality of log scene options, and can obtain the log analysis results with the same number as the log scene options.
Optionally, the target log scene option includes at least one keyword, and a scene regular and a macro corresponding to the keyword. As shown in fig. 6, the implementation of step 404 includes the following steps 4041 and 4042:
in step 4041, the log is filtered by the scene regular expression to obtain a scene field.
The computer equipment can screen out the information associated with the keyword from the log through the scene regular expression. The scene regular expression is a regular expression which can be used for retrieving characters which accord with a specified rule. And the computer equipment can screen the character strings in the log according to the scene regular expression and the rule. That is, the computer device forms a "rule character string", i.e. scene field, according to some defined designated characters and the combination of the designated characters. Whether the scene field is included in the log or not can be determined through the scene field, and a value corresponding to the scene field is determined.
Illustratively, the keyword is "join meeting result $ 1", the corresponding scene regular expression is "/on join complete ret \ [ (.
In step 4042, the value of the scene field is replaced with a keyword by the macro to obtain a service flow description, where the service flow description is used to reflect the state change time and the state change information of the service flow corresponding to the log.
Macros are abstract concepts that refer to instructions organized together as a single instruction to perform a specified task, such as replacing characters according to a specified set of rules. The computer equipment can replace the designated characters in the keywords by using the values of the scene fields determined by the scene regular expression through the macro, so that the state change information in the service flow description is obtained. The computer device can determine the state change time according to the generation time of the scene field in the log.
Illustratively, the keyword is "join meeting result $ 1", the value of the scene field determined by the computer device through the scene regular expression "/on join complete ret \ [ (.
It should be noted that the keywords are set by the user according to the service types corresponding to the logs, the scene regular expression is set by the user according to the fields corresponding to the keywords in the logs, and the macro is provided by the server or the computer device. When a user configures the log scene options, the computer device can display a log scene configuration interface, where the log scene configuration interface includes scene configuration options, keyword configuration options corresponding to the scene configuration options, and scene regular configuration options corresponding to the keyword configuration options. The user can configure the log scene options through the scene configuration options, the keyword configuration options and the scene regular formula configuration options. In response to configuration operations in the log scene configuration interface, the computer device determines a log scene option according to a configuration result of at least one of the scene configuration option, the keyword configuration option and the scene regular configuration option. Illustratively, the configuration operation refers to that the user configures the scene configuration option, the keyword configuration option and the scene regular type configuration option, and then confirms the configuration.
Exemplarily, fig. 7 is a schematic diagram of a log scene configuration interface provided in an embodiment of the present application. As shown in fig. 7, a log scene configuration interface 701 includes a scene configuration option 702, where the scene configuration option 702 includes an input box for a name of the log scene option, an input box for a type, and an input box for a description of the log scene option, and enables configuration of information of the log scene option. The log scene configuration interface 701 further includes a keyword configuration option 703 corresponding to the scene configuration option 702. The keyword configuration option 703 can display names of established keywords, delete established keywords, and add new keywords. When a certain keyword is selected, the display frame of the keyword is displayed in a bold manner. Also, the computer device may display an input box for the name of the keyword, a selection box for the type of keyword, and a scene canonical configuration option 704, the scene canonical configuration option 704 including the input box for the scene canonical formula. Optionally, the type of the keyword includes general information, core information, error information, and operation paralysis information.
Step 405, display the log in a user interface.
After the log is obtained, the computer device can also display the log in a user interface displaying log scene options. Illustratively, with continued reference to FIG. 5, the computer device displays the retrieved log 503 in the user interface 501.
Step 406, displaying the log analysis result in the user interface.
And log analysis results displayed in the user interface by the computing device comprise types of the keywords, the number of the keywords in the log, state change time and state change information. Illustratively, with continued reference to FIG. 5, the computer device displays log analysis results 505 that include 4 types of keywords, Info, Core, Error, and Fatal, respectively. The type of the keyword is configured by the user in a user interface 701 that configures the log scenario option as shown in FIG. 7. The type of Info is a keyword reflecting common information, the type of Core is a keyword reflecting Core information, the type of Error is a keyword reflecting Error information, and the type of fat is a keyword reflecting operation paralysis information. The number of Info type keywords in the log displayed by the computer device is 3 and the number of Core type keywords is 2. The computer device can display the type of the keyword and the state change information corresponding to the type of the keyword in the same color. For example, the keyword "topic switching result: $1 ← End "type is Core, the computer device displays this type in blue, and the computer device also displays the state change information" theme switching result in blue: true ← End ". The computer device can switch the result according to the state change information' theme: true ← End "records the time of scene field corresponding to the log, determines the state change time corresponding to the state change information, and displays the state change time. State change information "topic switching result: true ← End "represents the successful switching of the display theme of the instant messaging program for the log analysis result corresponding to the log generated by the instant messaging program, and the corresponding state change time represents the time point of the successful switching of the display theme of the instant messaging program. Optionally, the computer device may not replace the value of the scene field with the keyword, only determine whether the scene field is included in the log, and when the scene field is included, display the keyword corresponding to the scene field as the state change information. For example, the displayed state change information is "query subject information", and the state change information is displayed in a corresponding scene field in the log by the computer device according to whether the log includes a keyword corresponding to the state change information.
The computer device can also display the type of the keyword, the number of keywords in the log, the state change time, and the state change information in the user interface in a timeline manner. Wherein the time line is determined according to the state change time. Illustratively, with continued reference to fig. 5, the computer device displays the state change information and the state change time corresponding to the state change information in chronological order from top to bottom according to the state change time corresponding to the state change information.
Step 407, loading the log basic information configuration.
The log base information configuration includes a base information regular. The log basic information configuration is built in a log analysis service provided by a log analysis client or a server, and can also be configured by a user. The user can configure the log basic information configuration through the interface for configuring the log basic information displayed by the computer equipment.
Exemplarily, fig. 9 is a schematic diagram of an interface for configuring basic information of a log provided in an embodiment of the present application, and as shown in fig. 9, an interface 901 for configuring basic information of a log includes prompt information 902, basic information regular configuration options 903, and a determination button 904. The prompt information 902 is used to prompt a user about information to be noticed when configuring the basic information of the log, and the basic information regular formula configuration option 903 is used to configure the basic information regular formula. When the user completes configuration on the interface 901 for configuring the log basic information and clicks the determination button 904, the computer device can acquire the log basic information configuration configured by the user.
And step 408, filtering the log through the regular formula of the basic information to obtain a basic information field.
The implementation process of filtering the log by the computer device through the base information regular formula is the same as the implementation process of filtering the log by the computer device through the scene regular formula, and is not repeated herein.
Step 409, displaying the value of the basic information field in the user interface, wherein the value of the basic information field can reflect the information of the computer equipment for generating the log.
The computer device displays the value of the basic information field in the user interface and also displays the name field corresponding to the basic information field. For example, the basic information field is device name, and the name field corresponding to the basic information field is device name.
Illustratively, the basic information regular expression includes "/device name \ [ (.
Illustratively, fig. 8 is a schematic diagram for displaying values of basic information fields provided in an embodiment of the present application. As shown in fig. 8, after the user clicks the basic information button in the log analysis result 505 of the user interface 501 shown in fig. 5, the computer device can display the log basic information 506 corresponding to the log. The log base information 506 displayed is determined by the computer device according to a base information regular formula configured by the user. The log base information 506 that is displayed includes the version, manufacturer, model, size of operating memory, size of built-in storage, and version of the underlying operating system of the computer device that generated the log.
And step 410, sending the log analysis result to a server.
Step 411, receiving a log analysis link sent by the server, where the log analysis link is used to obtain a log analysis result.
After the computer device sends the log analysis result to the server, the server can generate a log analysis link for the log analysis result. Other users can acquire the log analysis result and check the log analysis result according to the log analysis link. And sharing the log analysis result is realized. Optionally, the log analysis link is in URL format, short URL format, and Internet Protocol Address (Internet Protocol Address) format.
In summary, the log display method provided in the embodiment of the present application analyzes the log according to the target log scene option, and can obtain a log analysis result of the log and display the log analysis result. In the process of displaying the log analysis result, the log is not required to be analyzed manually, and the log analysis result can be displayed only by selecting the log scene option corresponding to the log. Namely, the log can be analyzed only by selecting the log scene option corresponding to the log, and the efficiency of analyzing the log is improved.
In addition, by configuring the log scene options, the log analysis result can be generated according to the requirements of the user, and the log can be flexibly analyzed. The state change information is displayed in a time line mode, the information of the service reflected by the log can be simply and directly displayed, and a user can conveniently and quickly know the information. The type and the number of the keywords are displayed, so that a user can conveniently and quickly know the core information in the service reflected by the log. By the scene regular expression and the macro, the log can be analyzed efficiently. The value of the displayed basic information field can facilitate the user to know the information of the computer equipment generating the log, and the user experience is improved. The log analysis link generated by the server can facilitate other users to look up the log analysis result, and the users can share the log analysis result.
In a specific example, fig. 10 is a schematic diagram of a flow of analyzing a log provided in an embodiment of the present application. As shown in fig. 10, when a user accesses a log analysis service (i.e., a background service) provided by a server through a browser of a computer device, the computer device sends a page request to the server and receives front-end information sent by the server according to the page request, so as to display a user interface. At least one log scene option is displayed in the user interface. And then the computer equipment analyzes the acquired log according to the target log scene option selected by the user so as to obtain a log analysis result, and can display the log analysis result. And then when the user needs to share the log analysis result, the computer equipment sends a log analysis request to the server, wherein the log sharing request comprises the log and the log analysis result of the log. And then the computer equipment can acquire the sharing link sent by the server, and can acquire the log and the log analysis result of the log through the sharing link. And sharing the log analysis result with other users by the user.
It should be noted that, the order of the steps of the method provided in the embodiments of the present application may be appropriately adjusted, and the steps may also be increased or decreased according to the circumstances, and any method that can be easily conceived by those skilled in the art within the technical scope disclosed in the present application shall be covered by the protection scope of the present application, and therefore, the detailed description thereof is omitted.
Fig. 11 is a structural diagram of a log display device according to an embodiment of the present application. The apparatus may be used for a computer device or a log analysis client on a computer device, and the computer device may be a terminal in a system as shown in fig. 1. As shown in fig. 11, the apparatus 110 includes:
a first obtaining module 1101, configured to obtain a log.
A display module 1102 for displaying a user interface. At least one log scene option is displayed in the user interface, and the log scene option is used for screening the information of the service process corresponding to the log.
A second obtaining module 1103, configured to, in response to a selection operation on the log scene option, obtain a target log scene option from the log scene options.
And the analysis module 1104 is used for analyzing the log according to the target log scene option to obtain a log analysis result.
A display module 1102, configured to display the log analysis result in a user interface.
Optionally, the target log scene option includes at least one keyword, and a scene regular and a macro corresponding to the keyword. A parsing module 1104 for:
and filtering the log through a scene regular expression to obtain a scene field.
And replacing the value of the scene field into a key word through the macro to obtain the service flow description. The service process description is used for reflecting the state change time and the state change information of the service process corresponding to the log.
Optionally, a display module 1102, configured to:
the type of the keyword, the number of keywords in the log, the state change time, and the state change information are displayed in the user interface.
Optionally, a display module 1102, configured to:
and displaying the types of the keywords, the number of the keywords in the log, the state change time and the state change information in a user interface in a time line mode. Wherein the time line is determined according to the state change time.
Optionally, as shown in fig. 12, the apparatus 110 further includes:
and a display module 1102, configured to display a log scene configuration interface. The log scene configuration interface comprises a scene configuration option, a keyword configuration option corresponding to the scene configuration option and a scene regular type configuration option corresponding to the keyword configuration option.
A determining module 1105, configured to determine, in response to a configuration operation in the log scene configuration interface, a log scene option according to a configuration result of at least one configuration option of the scene configuration option, the keyword configuration option, and the scene regular configuration option.
Optionally, as shown in fig. 13, the apparatus 110 further includes:
a loading module 1106, configured to load the log base information configuration. The log base information configuration includes a base information regular expression.
And the filtering module 1107 is configured to filter the log through the base information regular expression to obtain a base information field.
A display module 1102 for displaying the value of the basic information field in the user interface, the value of the basic information field being capable of reflecting the information of the computer device generating the log.
Optionally, as shown in fig. 14, the apparatus 110 further includes:
a sending module 1108, configured to send the log analysis result to the server.
A receiving module 1109, configured to receive the log analysis link sent by the server. The log analysis link is used for obtaining a log analysis result.
Optionally, a display module 1102, configured to:
the log is displayed in a user interface.
It should be noted that: the log display apparatus provided in the foregoing embodiment is only illustrated by dividing the functional modules, and in practical applications, the functions may be distributed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules, so as to complete all or part of the functions described above. In addition, the log display device and the log display method provided by the above embodiments belong to the same concept, and specific implementation processes thereof are detailed in the method embodiments and are not described herein again.
Embodiments of the present application further provide a computer device, including: the log display system comprises a processor and a memory, wherein at least one instruction, at least one program, a code set or an instruction set is stored in the memory, and the at least one instruction, the at least one program, the code set or the instruction set is loaded and executed by the processor to realize the log display method provided by the method embodiments.
Optionally, the computer device is a terminal. Illustratively, fig. 15 is a schematic structural diagram of a terminal provided in an embodiment of the present application.
In general, terminal 1500 includes: a processor 1501 and memory 1502.
Processor 1501 may include one or more processing cores, such as a 4-core processor, an 8-core processor, or the like. The processor 1501 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). Processor 1501 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also referred to as a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 1501 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing the content required to be displayed on the display screen. In some embodiments, processor 1501 may also include an AI (Artificial Intelligence) processor for processing computational operations related to machine learning.
The memory 1502 may include one or more computer-readable storage media, which may be non-transitory. The memory 1502 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1502 is used to store at least one instruction for execution by processor 1501 to implement the journal display method provided by method embodiments herein.
In some embodiments, the terminal 1500 may further include: a peripheral interface 1503 and at least one peripheral. The processor 1501, memory 1502, and peripheral interface 1503 may be connected by buses or signal lines. Various peripheral devices may be connected to peripheral interface 1503 via buses, signal lines, or circuit boards. Specifically, the peripheral device includes: at least one of a radio frequency circuit 1504, a display 1505, a camera assembly 1506, an audio circuit 1507, a positioning assembly 1508, and a power supply 1509.
The peripheral interface 1503 may be used to connect at least one peripheral related to I/O (Input/Output) to the processor 1501 and the memory 1502. In some embodiments, the processor 1501, memory 1502, and peripheral interface 1503 are integrated on the same chip or circuit board; in some other embodiments, any one or two of the processor 1501, the memory 1502, and the peripheral device interface 1503 may be implemented on separate chips or circuit boards, which are not limited in this application.
The Radio Frequency circuit 1504 is used to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. The radio frequency circuitry 1504 communicates with communication networks and other communication devices via electromagnetic signals. The radio frequency circuit 1504 converts an electrical signal into an electromagnetic signal to transmit, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 1504 includes: an antenna system, an RF transceiver, one or more amplifiers, a tuner, an oscillator, a digital signal processor, a codec chipset, a subscriber identity module card, and so forth. The radio frequency circuit 1504 can communicate with other terminals via at least one wireless communication protocol. The wireless communication protocols include, but are not limited to: the world wide web, metropolitan area networks, intranets, generations of mobile communication networks (2G, 3G, 4G, and 5G), Wireless local area networks, and/or WiFi (Wireless Fidelity) networks. In some embodiments, the radio frequency circuit 1504 may also include NFC (Near Field Communication) related circuits, which are not limited in this application.
The display screen 1505 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. When the display screen 1505 is a touch display screen, the display screen 1505 also has the ability to capture touch signals on or over the surface of the display screen 1505. The touch signal may be input to the processor 1501 as a control signal for processing. In this case, the display screen 1505 may also be used to provide virtual buttons and/or a virtual keyboard, also referred to as soft buttons and/or a soft keyboard. In some embodiments, display 1505 may be one, providing the front panel of terminal 1500; in other embodiments, display 1505 may be at least two, each disposed on a different surface of terminal 1500 or in a folded design; in still other embodiments, display 1505 may be a flexible display disposed on a curved surface or a folded surface of terminal 1500. Even further, the display 1505 may be configured in a non-rectangular irregular pattern, i.e., a shaped screen. The Display 1505 can be made of LCD (Liquid Crystal Display), OLED (Organic Light-Emitting Diode), and other materials.
The camera assembly 1506 is used to capture images or video. Optionally, the camera assembly 1506 includes a front camera and a rear camera. Typically, the front camera is disposed on the front panel of the terminal 1500 and the rear camera is disposed on the back of the terminal. In some embodiments, the number of the rear cameras is at least two, and each rear camera is any one of a main camera, a depth-of-field camera, a wide-angle camera and a telephoto camera, so that the main camera and the depth-of-field camera are fused to realize a background blurring function, and the main camera and the wide-angle camera are fused to realize panoramic shooting and VR (Virtual Reality) shooting functions or other fusion shooting functions. In some embodiments, camera assembly 1506 may also include a flash. The flash lamp can be a monochrome temperature flash lamp or a bicolor temperature flash lamp. The double-color-temperature flash lamp is a combination of a warm-light flash lamp and a cold-light flash lamp, and can be used for light compensation at different color temperatures.
The audio circuitry 1507 may include a microphone and speaker. The microphone is used for collecting sound waves of a user and the environment, converting the sound waves into electric signals, and inputting the electric signals to the processor 1501 for processing or inputting the electric signals to the radio frequency circuit 1504 to realize voice communication. For stereo capture or noise reduction purposes, multiple microphones may be provided, each at a different location of the terminal 1500. The microphone may also be an array microphone or an omni-directional pick-up microphone. The speaker is used to convert electrical signals from the processor 1501 or the radio frequency circuit 1504 into sound waves. The loudspeaker can be a traditional film loudspeaker or a piezoelectric ceramic loudspeaker. When the speaker is a piezoelectric ceramic speaker, the speaker can be used for purposes such as converting an electric signal into a sound wave audible to a human being, or converting an electric signal into a sound wave inaudible to a human being to measure a distance. In some embodiments, the audio circuitry 1507 may also include a headphone jack.
The positioning component 1508 is used to locate the current geographic position of the terminal 1500 for navigation or LBS (Location Based Service). The Positioning component 1508 may be a Positioning component based on the united states GPS (Global Positioning System), the chinese beidou System, or the russian galileo System.
Power supply 1509 is used to power the various components in terminal 1500. The power supply 1509 may be alternating current, direct current, disposable or rechargeable. When the power supply 1509 includes a rechargeable battery, the rechargeable battery may be a wired rechargeable battery or a wireless rechargeable battery. The wired rechargeable battery is a battery charged through a wired line, and the wireless rechargeable battery is a battery charged through a wireless coil. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, the terminal 1500 also includes one or more sensors 1510. The one or more sensors 1510 include, but are not limited to: acceleration sensor 1511, gyro sensor 1512, pressure sensor 1513, fingerprint sensor 1514, optical sensor 1515, and proximity sensor 1516.
The acceleration sensor 1511 may detect the magnitude of acceleration on three coordinate axes of the coordinate system established with the terminal 1500. For example, the acceleration sensor 1511 may be used to detect components of the gravitational acceleration in three coordinate axes. The processor 1501 may control the touch screen display 1505 to display the user interface in a landscape view or a portrait view according to the gravitational acceleration signal collected by the acceleration sensor 1511. The acceleration sensor 1511 may also be used for acquisition of motion data of a game or a user.
The gyroscope sensor 1512 can detect the body direction and the rotation angle of the terminal 1500, and the gyroscope sensor 1512 and the acceleration sensor 1511 cooperate to collect the 3D motion of the user on the terminal 1500. The processor 1501 may implement the following functions according to the data collected by the gyro sensor 1512: motion sensing (such as changing the UI according to a user's tilting operation), image stabilization at the time of photographing, game control, and inertial navigation.
Pressure sensor 1513 may be disposed on a side bezel of terminal 1500 and/or underneath touch display 1505. When the pressure sensor 1513 is disposed on the side frame of the terminal 1500, the holding signal of the user to the terminal 1500 may be detected, and the processor 1501 performs left-right hand recognition or shortcut operation according to the holding signal collected by the pressure sensor 1513. When the pressure sensor 1513 is disposed at a lower layer of the touch display 1505, the processor 1501 controls the operability control on the UI interface according to the pressure operation of the user on the touch display 1505. The operability control comprises at least one of a button control, a scroll bar control, an icon control and a menu control.
The fingerprint sensor 1514 is configured to capture a fingerprint of the user, and the processor 1501 identifies the user based on the fingerprint captured by the fingerprint sensor 1514, or the fingerprint sensor 1514 identifies the user based on the captured fingerprint. Upon recognizing that the user's identity is a trusted identity, the processor 1501 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying, and changing settings, etc. The fingerprint sensor 1514 may be disposed on the front, back, or side of the terminal 1500. When a physical key or vendor Logo is provided on the terminal 1500, the fingerprint sensor 1514 may be integrated with the physical key or vendor Logo.
The optical sensor 1515 is used to collect ambient light intensity. In one embodiment, processor 1501 may control the brightness of the display on touch screen 1505 based on the intensity of ambient light collected by optical sensor 1515. Specifically, when the ambient light intensity is high, the display brightness of the touch display screen 1505 is increased; when the ambient light intensity is low, the display brightness of the touch display screen 1505 is turned down. In another embodiment, the processor 1501 may also dynamically adjust the shooting parameters of the camera assembly 1506 based on the ambient light intensity collected by the optical sensor 1515.
A proximity sensor 1516, also known as a distance sensor, is typically provided on the front panel of the terminal 1500. The proximity sensor 1516 is used to collect the distance between the user and the front surface of the terminal 1500. In one embodiment, when the proximity sensor 1516 detects that the distance between the user and the front surface of the terminal 1500 gradually decreases, the processor 1501 controls the touch display 1505 to switch from the bright screen state to the dark screen state; when the proximity sensor 1516 detects that the distance between the user and the front surface of the terminal 1500 gradually becomes larger, the processor 1501 controls the touch display 1505 to switch from the breath screen state to the bright screen state.
Those skilled in the art will appreciate that the configuration shown in fig. 15 does not constitute a limitation of terminal 1500, and may include more or fewer components than shown, or some components may be combined, or a different arrangement of components may be employed.
The embodiment of the present application further provides a computer-readable storage medium, where at least one instruction, at least one program, a code set, or a set of instructions is stored in the computer-readable storage medium, and when the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by a processor of a computer device, the log display method provided by the foregoing method embodiments is implemented.
The present application also provides a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer readable storage medium, and the processor executes the computer instructions, so that the computer device executes the log display method provided by the method embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer readable storage medium, and the above readable storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only an example of the present application and should not be taken as limiting, and any modifications, equivalent switches, improvements, etc. made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (10)

1. A method for displaying a log, the method comprising:
acquiring a log;
displaying a user interface, wherein at least one log scene option is displayed in the user interface, and the log scene option is used for screening information of a service process corresponding to the log;
responding to the selection operation of the log scene options, and acquiring target log scene options from the log scene options;
analyzing the log through the target log scene option to obtain a log analysis result;
displaying the log analysis result in the user interface.
2. The method of claim 1, wherein the target log scene options include at least one keyword, and a scene regular and macro corresponding to the keyword;
analyzing the log through the target log scene option to obtain a log analysis result, wherein the log analysis result comprises:
filtering the log through the scene regular expression to obtain a scene field;
and replacing the value of the scene field into the keyword through the macro to obtain a service flow description, wherein the service flow description is used for reflecting the state change time and the state change information of the service flow corresponding to the log.
3. The method of claim 2, wherein displaying the log analysis results in the user interface comprises:
displaying the type of the keyword, the number of the keywords in the log, the state change time and the state change information in the user interface.
4. The method of claim 3, wherein displaying the type of the keyword, the number of the keywords in the log, the state change time, and the state change information in the user interface comprises:
displaying the types of the keywords, the number of the keywords in the log, the state change time and the state change information in the user interface in a timeline mode;
wherein the timeline is determined in accordance with the state change time.
5. The method of any of claims 1 to 4, further comprising:
displaying a log scene configuration interface, wherein the log scene configuration interface comprises a scene configuration option, a keyword configuration option corresponding to the scene configuration option and a scene regular type configuration option corresponding to the keyword configuration option;
responding to the configuration operation in the log scene configuration interface, and determining the log scene option according to the configuration result of at least one configuration option of the scene configuration option, the keyword configuration option and the scene regular type configuration option.
6. The method of any of claims 1 to 4, further comprising:
loading a log basic information configuration, wherein the log basic information configuration comprises a basic information regular form;
filtering the log through the basic information regular expression to obtain a basic information field;
displaying in the user interface a value of the base information field, the value of the base information field capable of reflecting information of a computer device that generated the log.
7. The method of any of claims 1 to 4, further comprising:
sending the log analysis result to a server;
and receiving a log analysis link sent by the server, wherein the log analysis link is used for acquiring the log analysis result.
8. A log display apparatus, characterized in that the apparatus comprises:
the first acquisition module is used for acquiring the log;
the display module is used for displaying a user interface, at least one log scene option is displayed in the user interface, and the log scene option is used for screening information of a service process corresponding to the log;
the second acquisition module is used for responding to the selection operation of the log scene options and acquiring target log scene options from the log scene options;
the analysis module is used for analyzing the logs through the target log scene options to obtain a log analysis result;
the display module is used for displaying the log analysis result in the user interface.
9. A computer device comprising a processor and a memory, the memory having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, the at least one instruction, the at least one program, the set of codes, or the set of instructions being loaded and executed by the processor to implement a log display method as claimed in any one of claims 1 to 7.
10. A computer readable storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which is loaded and executed by a processor to implement the log display method of any of claims 1 to 7.
CN202010949336.8A 2020-09-10 2020-09-10 Log display method, device, equipment and storage medium Pending CN114168369A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010949336.8A CN114168369A (en) 2020-09-10 2020-09-10 Log display method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010949336.8A CN114168369A (en) 2020-09-10 2020-09-10 Log display method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114168369A true CN114168369A (en) 2022-03-11

Family

ID=80475725

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010949336.8A Pending CN114168369A (en) 2020-09-10 2020-09-10 Log display method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114168369A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115102930A (en) * 2022-06-28 2022-09-23 海南乾唐视联信息技术有限公司 Conference map generation method and device, electronic equipment and readable storage medium
CN115277383A (en) * 2022-07-28 2022-11-01 北京天融信网络安全技术有限公司 Log generation method and device, electronic equipment and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115102930A (en) * 2022-06-28 2022-09-23 海南乾唐视联信息技术有限公司 Conference map generation method and device, electronic equipment and readable storage medium
CN115277383A (en) * 2022-07-28 2022-11-01 北京天融信网络安全技术有限公司 Log generation method and device, electronic equipment and computer readable storage medium
CN115277383B (en) * 2022-07-28 2024-03-12 北京天融信网络安全技术有限公司 Log generation method, device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN107885533B (en) Method and device for managing component codes
CN110674022B (en) Behavior data acquisition method and device and storage medium
CN109327608B (en) Song sharing method, terminal, server and system
CN108717432B (en) Resource query method and device
CN110932963B (en) Multimedia resource sharing method, system, device, terminal, server and medium
CN109068160B (en) Method, device and system for linking videos
CN109618192B (en) Method, device, system and storage medium for playing video
CN111836069A (en) Virtual gift presenting method, device, terminal, server and storage medium
CN111459466B (en) Code generation method, device, equipment and storage medium
CN111858382A (en) Application program testing method, device, server, system and storage medium
CN114168369A (en) Log display method, device, equipment and storage medium
CN109547847B (en) Method and device for adding video information and computer readable storage medium
JP7236551B2 (en) CHARACTER RECOMMENDATION METHOD, CHARACTER RECOMMENDATION DEVICE, COMPUTER AND PROGRAM
CN113609358A (en) Content sharing method and device, electronic equipment and storage medium
CN113190307A (en) Control adding method, device, equipment and storage medium
CN111782950A (en) Sample data set acquisition method, device, equipment and storage medium
CN114816600B (en) Session message display method, device, terminal and storage medium
CN111641853B (en) Multimedia resource loading method and device, computer equipment and storage medium
CN110717110B (en) Multimedia resource filtering method and device, electronic equipment and storage medium
CN112364244A (en) Multimedia data recommendation method, device, server and storage medium
CN113051015A (en) Page rendering method and device, electronic equipment and storage medium
CN109618018B (en) User head portrait display method, device, terminal, server and storage medium
CN113064981A (en) Group head portrait generation method, device, equipment and storage medium
CN113268234A (en) Page generation method, device, terminal and storage medium
CN112311652A (en) Message sending method, device, terminal and storage medium

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