CN117369804A - Component management method, system and medium for improving user experience - Google Patents

Component management method, system and medium for improving user experience Download PDF

Info

Publication number
CN117369804A
CN117369804A CN202311440883.3A CN202311440883A CN117369804A CN 117369804 A CN117369804 A CN 117369804A CN 202311440883 A CN202311440883 A CN 202311440883A CN 117369804 A CN117369804 A CN 117369804A
Authority
CN
China
Prior art keywords
component
loading
target
components
user experience
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
CN202311440883.3A
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.)
China Southern Power Grid Digital Platform Technology Guangdong Co ltd
Original Assignee
China Southern Power Grid Digital Platform Technology Guangdong 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 China Southern Power Grid Digital Platform Technology Guangdong Co ltd filed Critical China Southern Power Grid Digital Platform Technology Guangdong Co ltd
Priority to CN202311440883.3A priority Critical patent/CN117369804A/en
Publication of CN117369804A publication Critical patent/CN117369804A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Abstract

The embodiment of the application provides a component management method, a system and a medium for improving user experience, wherein the method comprises the following steps: establishing a component library through a plurality of components, and acquiring component function information; acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data; loading a target component according to a specified program, and extracting a source file in the target component; judging whether the target assembly is loaded successfully or not; if the loading is successful, the source file in the target component is operated, and a component identifier is generated; if the loading fails, adjusting the component function information, matching and adjusting the component function information with the corresponding component, and reloading the target component; the accurate matching target component in the program running process is realized by constructing the component library, and the component loading efficiency and the user experience are improved.

Description

Component management method, system and medium for improving user experience
Technical Field
The present application relates to the field of component management, and in particular, to a method, a system, and a medium for managing components to improve user experience.
Background
The method is characterized in that loading selection of a plurality of components is involved in the operation process of a financial system, and accurate matching of target components is needed in the loading process of the components, so that the target components are quickly acquired, the loading efficiency of the components is improved, no component library is established according to historical preference in the existing component loading process, component screening and matching time is long, component selection matching degree is low, loading failure or loading time length is long easily caused, user experience is affected, and an effective technical solution is needed at present.
Disclosure of Invention
An object of the embodiment of the application is to provide a component management method, a system and a medium for improving user experience, which are used for realizing accurate matching of target components in a program running process by constructing a component library, so that component loading efficiency and user experience are improved.
The embodiment of the application also provides a component management method for improving user experience, which comprises the following steps:
establishing a component library through a plurality of components, and acquiring component function information;
acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data;
loading a target component according to a specified program, and extracting a source file in the target component;
judging whether the target assembly is loaded successfully or not;
if the loading is successful, the source file in the target component is operated, and a component identifier is generated;
if the loading fails, the component function information is adjusted, the component function information and the corresponding component are matched and adjusted, and the target component is reloaded.
Optionally, in the method for managing components for improving user experience according to the embodiment of the present application, a component library is built through a plurality of components, and component function information is obtained, including:
acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
sorting the plurality of components according to the historical selection preference value;
sequentially selecting a corresponding number of components according to the sequence through the preset number of the components to form a component library;
and acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
Optionally, in the component management method for improving user experience according to the embodiment of the present application, determining whether loading of the target component is successful further includes:
generating a loading progress and loading time according to the designated program loading target component;
generating a relation curve according to the loading progress and the loading time;
carrying out sectional processing on the loading progress to obtain a multi-section loading progress bar;
carrying out difference calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
if the time difference is larger than the preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
if the time difference is smaller than the preset difference value, the normal loading is judged.
Optionally, in the component management method for improving user experience according to the embodiment of the present application, loading a target component according to a specified program, and extracting a source file in the target component specifically includes:
acquiring a target component and generating target data;
comparing the target data with the data in the component library, and screening out matched components;
acquiring component function information, and generating a preset loading mode according to the component function information;
and loading the source file in the component according to a preset loading mode to obtain source file data.
Optionally, in the component management method for improving user experience according to the embodiment of the present application, after loading a target component according to a specified program and extracting a source file in the target component, the method further includes:
matching the source file in the target component with the component function information to obtain matching degree;
judging whether the matching degree is larger than or equal to a preset matching degree threshold value;
if the component identification is greater than or equal to the display area, displaying the component identification in the display area;
and if the parameter is smaller than the parameter, adjusting the parameter of the component identification.
Optionally, in the method for managing a component for improving user experience according to the embodiment of the present application, if loading is successful, running a source file in a target component and generating a component identifier, including:
acquiring a source file in a target assembly, and extracting data characteristics in the source file;
performing field decomposition according to the data characteristics in the source file to obtain semantic characteristics;
generating a characterizer according to the semantic features, and inputting the characterizer into an identification generation model;
and recombining and analyzing the characterization characters through the identification generation model to obtain the component identification.
In a second aspect, an embodiment of the present application provides a component management system for improving a user experience, where the system includes: the device comprises a memory and a processor, wherein the memory comprises a program of a component management method for improving user experience, and the program of the component management method for improving user experience realizes the following steps when being executed by the processor:
establishing a component library through a plurality of components, and acquiring component function information;
acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data;
loading a target component according to a specified program, and extracting a source file in the target component;
judging whether the target assembly is loaded successfully or not;
if the loading is successful, the source file in the target component is operated, and a component identifier is generated;
if the loading fails, the component function information is adjusted, the component function information and the corresponding component are matched and adjusted, and the target component is reloaded.
Optionally, in the component management system for improving user experience according to the embodiment of the present application, a component library is established through a plurality of components, and component function information is obtained, including:
acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
sorting the plurality of components according to the historical selection preference value;
sequentially selecting a corresponding number of components according to the sequence through the preset number of the components to form a component library;
and acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
Optionally, in the component management system for improving user experience according to the embodiment of the present application, determining whether the target component is loaded successfully further includes:
generating a loading progress and loading time according to the designated program loading target component;
generating a relation curve according to the loading progress and the loading time;
carrying out sectional processing on the loading progress to obtain a multi-section loading progress bar;
carrying out difference calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
if the time difference is larger than the preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
if the time difference is smaller than the preset difference value, the normal loading is judged.
In a third aspect, an embodiment of the present application further provides a computer readable storage medium, where a component management method program for improving a user experience is included in the computer readable storage medium, where the component management method program for improving a user experience is executed by a processor, to implement the steps of the component management method for improving a user experience according to any one of the foregoing embodiments.
As can be seen from the above, the method, the system and the medium for managing components for improving user experience provided by the embodiments of the present application, build a component library through a plurality of components, and obtain component function information; acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data; loading a target component according to a specified program, and extracting a source file in the target component; judging whether the target assembly is loaded successfully or not; if the loading is successful, the source file in the target component is operated, and a component identifier is generated; if the loading fails, adjusting the component function information, matching and adjusting the component function information with the corresponding component, and reloading the target component; the accurate matching target component in the program running process is realized by constructing the component library, and the component loading efficiency and the user experience are improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a method for managing components for improving user experience according to an embodiment of the present application;
FIG. 2 is a flowchart of obtaining component function information in a component management method for improving user experience according to an embodiment of the present application;
fig. 3 is a flowchart of a method for judging whether a target component is successfully loaded in the component management method for improving user experience according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present application without making any inventive effort, are intended to be within the scope of the present application.
It should be noted that like reference numerals and letters refer to like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only to distinguish the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a component management method for improving user experience in some embodiments of the present application. The component management method for improving the user experience is used in the terminal equipment and comprises the following steps:
s101, building a component library through a plurality of components, and acquiring component function information;
s102, acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a designated program according to the operation data;
s103, loading a target component according to a specified program, and extracting a source file in the target component;
s104, judging whether the target component is loaded successfully or not;
s105, if the loading is successful, running the source file in the target component and generating a component identifier;
and S106, if the loading fails, adjusting the component function information, matching and adjusting the component function information with the corresponding component, and reloading the target component.
The component function information comprises component attribute information, component display information and component index target information, wherein the component index target is an index interface generated after clicking the component, namely a next-level catalog or sub-component generated by clicking the component; and (3) performing configuration program operation on the target component according to the data attribute of the operation instruction, so as to extract the source file in the target component, and selecting different components for display according to the category of the source file in the loading process, thereby improving the user experience.
Referring to fig. 2, fig. 2 is a component function information obtaining flowchart of a component management method for improving user experience in some embodiments of the present application. According to the embodiment of the invention, a component library is established through a plurality of components, and component function information is acquired, and the method specifically comprises the following steps:
s201, acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
s202, sorting a plurality of components according to historical selection preference values;
s203, sequentially selecting a corresponding number of components according to the sequence through the preset number of components to form a component library;
s204, acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
It should be noted that, the historical selection times of the components are analyzed according to the component characterization information (the component characterization information includes the shape of the components, the color of the components, the display brightness of the components or the display dynamic change information of the components) so as to obtain the historical selection preference value, that is, the component mode that the user likes to select is obtained, so that when the component library is established, the components with higher frequency of user selection can be integrated into the component library, and the precision of component selection is improved.
Referring to fig. 3, fig. 3 is a flowchart of a method for determining whether a target component is loaded successfully according to a component management method for improving user experience in some embodiments of the present application. According to the embodiment of the invention, judging whether the target component is loaded successfully or not further comprises:
s301, generating a loading progress and loading time according to a designated program loading target component;
s302, generating a relation curve according to the loading progress and the loading time;
s303, carrying out segmentation processing on the loading progress to obtain a multi-segment loading progress bar;
s304, carrying out difference value calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
s305, if the time difference is larger than a preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
s306, if the time difference is smaller than the preset difference value, judging that the loading is normal.
It should be noted that, by analyzing the relationship curve of the loading progress and the loading time, the change of the loading time is analyzed according to the relationship curve, so as to determine whether the loading time and the loading progress are abnormal, and dynamically adjust the loading mode according to the abnormal loading time, so as to improve the loading efficiency of the target component.
According to the embodiment of the invention, a target component is loaded according to a specified program, and a source file in the target component is extracted, which specifically comprises the following steps:
acquiring a target component and generating target data;
comparing the target data with the data in the component library, and screening out matched components;
acquiring component function information, and generating a preset loading mode according to the component function information;
and loading the source file in the component according to a preset loading mode to obtain source file data.
It should be noted that, target data is extracted according to the target component, and the target data is analyzed, so that matched components are screened, the loading progress is improved, in addition, different components have different functions, corresponding loading modes are also different, the matching loading modes are performed by analyzing the functional information of the components, and then the data in the target component is rapidly analyzed, and the loading efficiency of the components is improved.
According to the embodiment of the invention, after loading the target component according to the specified program and extracting the source file in the target component, the method further comprises the following steps:
matching the source file in the target component with the component function information to obtain matching degree;
judging whether the matching degree is larger than or equal to a preset matching degree threshold value;
if the component identification is greater than or equal to the display area, displaying the component identification in the display area;
and if the parameter is smaller than the parameter, adjusting the parameter of the component identification.
It should be noted that each component has a matched identifier, and the identifier can quickly acquire the source file data type in the component and the functional information of the component, so that in the process of screening the target component, the screening matching efficiency is improved, the target component is quickly loaded, and the user experience is improved.
According to the embodiment of the invention, if the loading is successful, the source file in the target component is operated, and the component identifier is generated, which specifically comprises the following steps:
acquiring a source file in a target assembly, and extracting data characteristics in the source file;
performing field decomposition according to the data characteristics in the source file to obtain semantic characteristics;
generating a characterizer according to the semantic features, and inputting the characterizer into an identification generation model;
and recombining and analyzing the characterization characters through the identification generation model to obtain the component identification.
It should be noted that, the data features in the source file are disassembled and subjected to semantic analysis to obtain the data information of the source file, and the data information is repeated according to the semantic information to generate the characterization symbol, so as to obtain the best component reflection data, form the component identifier, and realize the complete recording and loading of the component.
According to an embodiment of the present invention, further comprising: acquiring display area parameters, and analyzing the area, the display area and the brightness of the display area according to the display area parameters;
loading the target assembly according to the display area parameters, and acquiring parameter information of the target assembly;
matching the parameter information of the target assembly with the display area parameter to obtain display matching degree;
judging whether the display matching degree is larger than a matching degree threshold value or not;
if the matching is larger than the preset value, the matching is successful;
if the display brightness difference is smaller than the display brightness difference, analyzing the display resolution by combining the background image of the display area;
and dynamically adjusting the loading parameters of the target component according to the display resolution.
In order to improve the experience of the user, the display effect of the target component is ensured to meet the requirement of the display area, and the loading parameter and the display resolution are analyzed in real time in the loading process of the target component, so that the loading parameter of the target component is dynamically adjusted, the target component is matched with the display area, and the target component is clearly displayed.
In a second aspect, an embodiment of the present application provides a component management system for improving a user experience, where the system includes: the device comprises a memory and a processor, wherein the memory comprises a program of a component management method for improving user experience, and the program of the component management method for improving the user experience realizes the following steps when being executed by the processor:
establishing a component library through a plurality of components, and acquiring component function information;
acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data;
loading a target component according to a specified program, and extracting a source file in the target component;
judging whether the target assembly is loaded successfully or not;
if the loading is successful, the source file in the target component is operated, and a component identifier is generated;
if the loading fails, the component function information is adjusted, the component function information and the corresponding component are matched and adjusted, and the target component is reloaded.
The component function information comprises component attribute information, component display information and component index target information, wherein the component index target is an index interface generated after clicking the component, namely a next-level catalog or sub-component generated by clicking the component; and (3) performing configuration program operation on the target component according to the data attribute of the operation instruction, so as to extract the source file in the target component, and selecting different components for display according to the category of the source file in the loading process, thereby improving the user experience.
According to the embodiment of the invention, a component library is established through a plurality of components, and component function information is acquired, and the method specifically comprises the following steps:
acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
sorting the plurality of components according to the historical selection preference value;
sequentially selecting a corresponding number of components according to the sequence through the preset number of the components to form a component library;
and acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
It should be noted that, the historical selection times of the components are analyzed according to the component characterization information (the component characterization information includes the shape of the components, the color of the components, the display brightness of the components or the display dynamic change information of the components) so as to obtain the historical selection preference value, that is, the component mode that the user likes to select is obtained, so that when the component library is established, the components with higher frequency of user selection can be integrated into the component library, and the precision of component selection is improved.
According to the embodiment of the invention, judging whether the target component is loaded successfully or not further comprises:
generating a loading progress and loading time according to the designated program loading target component;
generating a relation curve according to the loading progress and the loading time;
carrying out sectional processing on the loading progress to obtain a multi-section loading progress bar;
carrying out difference calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
if the time difference is larger than the preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
if the time difference is smaller than the preset difference value, the normal loading is judged.
It should be noted that, by analyzing the relationship curve of the loading progress and the loading time, the change of the loading time is analyzed according to the relationship curve, so as to determine whether the loading time and the loading progress are abnormal, and dynamically adjust the loading mode according to the abnormal loading time, so as to improve the loading efficiency of the target component.
According to the embodiment of the invention, a target component is loaded according to a specified program, and a source file in the target component is extracted, which specifically comprises the following steps:
acquiring a target component and generating target data;
comparing the target data with the data in the component library, and screening out matched components;
acquiring component function information, and generating a preset loading mode according to the component function information;
and loading the source file in the component according to a preset loading mode to obtain source file data.
It should be noted that, target data is extracted according to the target component, and the target data is analyzed, so that matched components are screened, the loading progress is improved, in addition, different components have different functions, corresponding loading modes are also different, the matching loading modes are performed by analyzing the functional information of the components, and then the data in the target component is rapidly analyzed, and the loading efficiency of the components is improved.
According to the embodiment of the invention, after loading the target component according to the specified program and extracting the source file in the target component, the method further comprises the following steps:
matching the source file in the target component with the component function information to obtain matching degree;
judging whether the matching degree is larger than or equal to a preset matching degree threshold value;
if the component identification is greater than or equal to the display area, displaying the component identification in the display area;
and if the parameter is smaller than the parameter, adjusting the parameter of the component identification.
It should be noted that each component has a matched identifier, and the identifier can quickly acquire the source file data type in the component and the functional information of the component, so that in the process of screening the target component, the screening matching efficiency is improved, the target component is quickly loaded, and the user experience is improved.
According to the embodiment of the invention, if the loading is successful, the source file in the target component is operated, and the component identifier is generated, which specifically comprises the following steps:
acquiring a source file in a target assembly, and extracting data characteristics in the source file;
performing field decomposition according to the data characteristics in the source file to obtain semantic characteristics;
generating a characterizer according to the semantic features, and inputting the characterizer into an identification generation model;
and recombining and analyzing the characterization characters through the identification generation model to obtain the component identification.
It should be noted that, the data features in the source file are disassembled and subjected to semantic analysis to obtain the data information of the source file, and the data information is repeated according to the semantic information to generate the characterization symbol, so as to obtain the best component reflection data, form the component identifier, and realize the complete recording and loading of the component.
According to an embodiment of the present invention, further comprising: acquiring display area parameters, and analyzing the area, the display area and the brightness of the display area according to the display area parameters;
loading the target assembly according to the display area parameters, and acquiring parameter information of the target assembly;
matching the parameter information of the target assembly with the display area parameter to obtain display matching degree;
judging whether the display matching degree is larger than a matching degree threshold value or not;
if the matching is larger than the preset value, the matching is successful;
if the display brightness difference is smaller than the display brightness difference, analyzing the display resolution by combining the background image of the display area;
and dynamically adjusting the loading parameters of the target component according to the display resolution.
In order to improve the experience of the user, the display effect of the target component is ensured to meet the requirement of the display area, and the loading parameter and the display resolution are analyzed in real time in the loading process of the target component, so that the loading parameter of the target component is dynamically adjusted, the target component is matched with the display area, and the target component is clearly displayed.
A third aspect of the present invention provides a computer readable storage medium having embodied therein a component management method program for improving user experience, the component management method program for improving user experience, when executed by a processor, implementing the steps of the component management method for improving user experience as in any one of the above.
According to the component management method, system and medium for improving user experience, a component library is built through a plurality of components, and component function information is acquired; acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data; loading a target component according to a specified program, and extracting a source file in the target component; judging whether the target assembly is loaded successfully or not; if the loading is successful, the source file in the target component is operated, and a component identifier is generated; if the loading fails, adjusting the component function information, matching and adjusting the component function information with the corresponding component, and reloading the target component; the accurate matching target component in the program running process is realized by constructing the component library, and the component loading efficiency and the user experience are improved.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above described device embodiments are only illustrative, e.g. the division of units is only one logical function division, and there may be other divisions in actual implementation, such as: multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. In addition, the various components shown or discussed may be coupled or directly coupled or communicatively coupled to each other via some interface, whether indirectly coupled or communicatively coupled to devices or units, whether electrically, mechanically, or otherwise.
The units described above as separate components may or may not be physically separate, and components shown as units may or may not be physical units; can be located in one place or distributed to a plurality of network units; some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present invention may be integrated in one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated in one unit; the integrated units may be implemented in hardware or in hardware plus software functional units.
Those of ordinary skill in the art will appreciate that: all or part of the steps for implementing the above method embodiments may be implemented by hardware related to program instructions, and the foregoing program may be stored in a readable storage medium, where the program, when executed, performs steps including the above method embodiments; and the aforementioned storage medium includes: a mobile storage device, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk or an optical disk, or the like, which can store program codes.
Alternatively, the above-described integrated units of the present invention may be stored in a readable storage medium if implemented in the form of software functional modules and sold or used as separate products. Based on such understanding, the technical solution of the embodiments of the present invention may be embodied in essence or a part contributing to the prior art in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the methods described in the embodiments of the present invention. And the aforementioned storage medium includes: a removable storage device, ROM, RAM, magnetic or optical disk, or other medium capable of storing program code.

Claims (10)

1. A component management method for improving user experience, comprising:
establishing a component library through a plurality of components, and acquiring component function information;
acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data;
loading a target component according to a specified program, and extracting a source file in the target component;
judging whether the target assembly is loaded successfully or not;
if the loading is successful, the source file in the target component is operated, and a component identifier is generated;
if the loading fails, the component function information is adjusted, the component function information and the corresponding component are matched and adjusted, and the target component is reloaded.
2. The component management method for improving user experience according to claim 1, wherein a component library is built through a plurality of components, and component function information is obtained, specifically comprising:
acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
sorting the plurality of components according to the historical selection preference value;
sequentially selecting a corresponding number of components according to the sequence through the preset number of the components to form a component library;
and acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
3. The component management method for improving user experience according to claim 2, wherein determining whether the target component is loaded successfully, further comprises:
generating a loading progress and loading time according to the designated program loading target component;
generating a relation curve according to the loading progress and the loading time;
carrying out sectional processing on the loading progress to obtain a multi-section loading progress bar;
carrying out difference calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
if the time difference is larger than the preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
if the time difference is smaller than the preset difference value, the normal loading is judged.
4. The component management method for improving user experience according to claim 3, wherein loading the target component according to the specified program and extracting the source file in the target component specifically comprises:
acquiring a target component and generating target data;
comparing the target data with the data in the component library, and screening out matched components;
acquiring component function information, and generating a preset loading mode according to the component function information;
and loading the source file in the component according to a preset loading mode to obtain source file data.
5. The component management method for improving user experience according to claim 4, wherein after loading the target component according to the specified program and extracting the source file in the target component, further comprising:
matching the source file in the target component with the component function information to obtain matching degree;
judging whether the matching degree is larger than or equal to a preset matching degree threshold value;
if the component identification is greater than or equal to the display area, displaying the component identification in the display area;
and if the parameter is smaller than the parameter, adjusting the parameter of the component identification.
6. The method for managing components for improving user experience according to claim 5, wherein if loading is successful, running a source file in a target component and generating a component identifier, specifically comprising:
acquiring a source file in a target assembly, and extracting data characteristics in the source file;
performing field decomposition according to the data characteristics in the source file to obtain semantic characteristics;
generating a characterizer according to the semantic features, and inputting the characterizer into an identification generation model;
and recombining and analyzing the characterization characters through the identification generation model to obtain the component identification.
7. A component management system for enhancing a user experience, the system comprising: the device comprises a memory and a processor, wherein the memory comprises a program of a component management method for improving user experience, and the program of the component management method for improving user experience realizes the following steps when being executed by the processor:
establishing a component library through a plurality of components, and acquiring component function information;
acquiring an operation instruction, generating corresponding operation data according to the operation instruction, and running a specified program according to the operation data;
loading a target component according to a specified program, and extracting a source file in the target component;
judging whether the target assembly is loaded successfully or not;
if the loading is successful, the source file in the target component is operated, and a component identifier is generated;
if the loading fails, the component function information is adjusted, the component function information and the corresponding component are matched and adjusted, and the target component is reloaded.
8. The component management system for improving user experience according to claim 7, wherein the component library is built by a plurality of components, and the component function information is obtained, specifically comprising:
acquiring components in a data source, generating characterization information, and calculating historical selection preference values of the components according to the characterization information;
sorting the plurality of components according to the historical selection preference value;
sequentially selecting a corresponding number of components according to the sequence through the preset number of the components to form a component library;
and acquiring a historical usage record of the component, and generating component function information according to the historical usage record.
9. The component management system for improving a user experience according to claim 8, wherein determining whether the target component is loaded successfully further comprises:
generating a loading progress and loading time according to the designated program loading target component;
generating a relation curve according to the loading progress and the loading time;
carrying out sectional processing on the loading progress to obtain a multi-section loading progress bar;
carrying out difference calculation on the loading time of the adjacent section loading progress bar to obtain a time difference;
if the time difference is larger than the preset difference value, judging that the loading is abnormal, and recording a loading progress section of the loading abnormality;
if the time difference is smaller than the preset difference value, the normal loading is judged.
10. A computer readable storage medium, wherein a component management method program for improving user experience is included in the computer readable storage medium, and when the component management method program for improving user experience is executed by a processor, the steps of the component management method for improving user experience according to any one of claims 1 to 6 are implemented.
CN202311440883.3A 2023-11-01 2023-11-01 Component management method, system and medium for improving user experience Pending CN117369804A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311440883.3A CN117369804A (en) 2023-11-01 2023-11-01 Component management method, system and medium for improving user experience

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311440883.3A CN117369804A (en) 2023-11-01 2023-11-01 Component management method, system and medium for improving user experience

Publications (1)

Publication Number Publication Date
CN117369804A true CN117369804A (en) 2024-01-09

Family

ID=89407585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311440883.3A Pending CN117369804A (en) 2023-11-01 2023-11-01 Component management method, system and medium for improving user experience

Country Status (1)

Country Link
CN (1) CN117369804A (en)

Similar Documents

Publication Publication Date Title
US11436617B2 (en) Behavior pattern search system and behavior pattern search method
CN111773732B (en) Target game user detection method, device and equipment
CN109242013B (en) Data labeling method and device, electronic equipment and storage medium
Barla et al. Machine learning methods for predictive proteomics
CN109597974B (en) Report generation method and device
Benomar et al. Visualizing software dynamicities with heat maps
CN112364014B (en) Data query method, device, server and storage medium
CN116882520A (en) Prediction method and system for predetermined prediction problem
CN112148607A (en) Interface testing method and device for service scene
EP3624017A1 (en) Time series data analysis apparatus, time series data analysis method and time series data analysis program
CN116610821B (en) Knowledge graph-based enterprise risk analysis method, system and storage medium
CN117369804A (en) Component management method, system and medium for improving user experience
CN117150138A (en) Scientific and technological resource organization method and system based on high-dimensional space mapping
JP6622938B1 (en) Correlation extraction method and correlation extraction program
CN109753648B (en) Word chain model generation method, device, equipment and computer readable storage medium
CN110544166A (en) Sample generation method, device and storage medium
CN110413926A (en) A kind of questionnaire method and device
CN111724009A (en) Risk assessment method, wind control system and risk assessment equipment
CN110730342B (en) Video quality analysis method and device, server and terminal
CN112529319A (en) Grading method and device based on multi-dimensional features, computer equipment and storage medium
CN112598521A (en) Stock investment stock selection method and device, electronic equipment and storage medium
CN110837464A (en) Test case processing method and device
WO2023144967A1 (en) Processing device, processing method, and program
US20230004557A1 (en) Systems and Methods for Network Explainability
CN113962328A (en) Data comparison analysis method, device and equipment

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