CN111159108A - Component management method and device, electronic equipment and storage medium - Google Patents

Component management method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111159108A
CN111159108A CN201911313100.9A CN201911313100A CN111159108A CN 111159108 A CN111159108 A CN 111159108A CN 201911313100 A CN201911313100 A CN 201911313100A CN 111159108 A CN111159108 A CN 111159108A
Authority
CN
China
Prior art keywords
component
publishing
client
classification information
components
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
CN201911313100.9A
Other languages
Chinese (zh)
Inventor
尹家露
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Reach Best Technology Co Ltd
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Reach Best Technology 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 Reach Best Technology Co Ltd filed Critical Reach Best Technology Co Ltd
Priority to CN201911313100.9A priority Critical patent/CN111159108A/en
Publication of CN111159108A publication Critical patent/CN111159108A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/144Query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The embodiment of the disclosure provides a component management method, a device, an electronic device and a storage medium, wherein the method is applied to a first client, the first client is in communication connection with a second client, and the method comprises the following steps: displaying a component publishing interface; receiving a component query request through the component publishing interface; obtaining at least one first component according to the component classification information, and displaying the first component; and under the condition that the selected operation aiming at one of the first components is received in a preset time period, issuing the first component corresponding to the selected operation. The components uploaded by the users are classified and stored according to the component classification information, and the corresponding components are inquired and distributed according to the component classification information input by the users, so that the components among the users are shared and quickly acquired, the repeated development of the components with the same function is avoided, and the efficiency of component design and development is improved.

Description

Component management method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and an apparatus for managing a component, an electronic device, and a storage medium.
Background
In the process of developing and designing the application program, developers can design components with different types and different functions, so that the components can be directly used for packaging when writing codes with the same function, and the purposes of reducing the number of the codes and enhancing the maintainability are achieved.
In the prior art, an independent component library is usually set for developers to use, and because the granularity of components in the independent component library is small, the functions that can be realized are limited, so the developers can perform secondary packaging or even tertiary packaging on the components with small granularity, thereby realizing the components for specific service functions.
However, due to different individual habits of developers, the specifications of the components obtained by re-packaging the components are different, and communication between the developers is lacked, so that the components developed by the developers are only used by the developers, which causes the components actually used for the same function to be developed for multiple times, not only wastes a large amount of resources, but also prevents a plurality of high-quality components from being popularized.
Disclosure of Invention
In view of the above, the present disclosure is proposed to provide a component management method, apparatus, electronic device and storage medium that solve the above problems, or at least partially solve the above problems.
According to a first aspect of the present disclosure, there is provided a component management method, which is applied to a first client, the first client being in communication connection with a second client, the method including:
displaying a component publishing interface;
receiving a component query request through the component publishing interface, the component query request at least comprising: component classification information;
obtaining at least one first component according to the component classification information, and displaying the first component, wherein the first component is uploaded by the second client in advance;
and under the condition that the selected operation aiming at one of the first components is received in a preset time period, issuing the first component corresponding to the selected operation.
Optionally, after the step of obtaining at least one first component according to the component classification information and displaying the first component, the method further includes:
displaying a component uploading and publishing interface under the condition that the selected operation aiming at the first component is not received within a preset time period;
receiving a second component through the component uploading publishing interface;
and issuing the second component.
Optionally, the step of issuing the first component corresponding to the selected operation includes:
displaying a component effect corresponding to the first component;
publishing the first component if a publish operation is received for the first component.
Optionally, the step of issuing the second component includes:
displaying the component effect corresponding to the second component;
publishing the second component if a publish operation is received for the second component.
Optionally, after the step of issuing the second component, the method further includes:
and establishing an incidence relation between the second component and the component classification information, and storing the second component and the incidence relation.
Optionally, the step of displaying the first component includes:
determining a number of references corresponding to the at least one first component;
sorting the at least one first component according to the number of references;
and displaying the at least one first assembly after the sorting.
Optionally, the step of displaying the first component includes:
determining component description information corresponding to the at least one first component, wherein the component description information at least comprises a dependence item, a configuration item and a use method;
and displaying the first component and the corresponding dependency item, configuration item and use method.
According to a second aspect of the present disclosure, there is provided a component management apparatus, which is applied to a first client, the first client being in communication connection with a second client, the apparatus including:
a first display module configured to display a component publishing interface;
a first receiving module configured to receive a component query request through the component publishing interface, the component query request including at least: component classification information;
the acquisition module is configured to acquire at least one first component according to the component classification information and display the first component, wherein the first component is uploaded by the second client in advance;
the first publishing module is configured to publish the first component corresponding to the selected operation when the selected operation for one of the first components is received within a preset time period.
Optionally, the apparatus further includes:
the second display module is configured to display a component to upload a publishing interface under the condition that the selected operation aiming at the first component is not received within a preset time period;
a second receiving module configured to receive a second component through the component upload publishing interface;
a second publishing module configured to publish the second component.
Optionally, the first publishing module includes:
a first display submodule configured to display a component effect corresponding to the first component;
a first publishing sub-module configured to publish the first component upon receiving a publishing operation for the first component.
Optionally, the second publishing module includes:
a second presentation submodule configured to present a component effect corresponding to the second component;
a second publishing submodule configured to publish the second component upon receiving a publishing operation for the second component.
Optionally, the apparatus further includes:
and the storage module is configured to establish an association relationship between the second component and the component classification information, and store the second component and the association relationship.
Optionally, the obtaining module includes:
a first determination submodule configured to determine a number of references corresponding to the at least one first component;
a processing submodule configured to sort the at least one first component according to the number of references;
a first presentation submodule configured to present the ordered at least one first component.
Optionally, the obtaining module includes:
a second determining submodule configured to determine component description information corresponding to the at least one first component, the component description information including at least a dependent item, a configuration item, a using apparatus;
and the second display submodule is configured to display the first component and the corresponding dependency item, configuration item and using device.
According to a third aspect of the embodiments of the present disclosure, there is provided an electronic device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the component management method according to any one of the first aspect when executing the computer program.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a computer-readable storage medium on which a computer program is stored, the computer program, when executed by a processor, implementing the component management method of any one of the above first aspects.
The embodiment of the disclosure has the following advantages:
the embodiment of the disclosure provides a component management method, a device, an electronic device and a storage medium, wherein the method is applied to a first client, the first client is in communication connection with a second client, and the method comprises the following steps: displaying a component publishing interface; receiving a component query request through the component publishing interface, the component query request at least comprising: component classification information; obtaining at least one first component according to the component classification information, and displaying the first component, wherein the first component is uploaded by the second client in advance; and under the condition that the selected operation aiming at one of the first components is received in a preset time period, issuing the first component corresponding to the selected operation. The components uploaded by the users are classified and stored according to the component classification information, and the corresponding components are inquired and distributed according to the component classification information input by the users, so that the components among the users are shared and quickly acquired, the repeated development of the components with the same function is avoided, and the efficiency of component design and development is improved.
The foregoing description is only an overview of the technical solutions of the present disclosure, and the embodiments of the present disclosure are described below in order to make the technical means of the present disclosure more clearly understood and to make the above and other objects, features, and advantages of the present disclosure more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the disclosure. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 illustrates a flow chart of steps of a first component management method according to the present disclosure;
FIG. 2 illustrates a flow chart of steps of a second component management method according to the present disclosure;
FIG. 3 illustrates a flow chart of steps of a first component display method according to the present disclosure;
FIG. 4 illustrates a flow chart of steps of a second component display method according to the present disclosure;
FIG. 5 illustrates a block diagram of a component management apparatus according to the present disclosure;
fig. 6 shows a block diagram of an electronic device according to the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Referring to fig. 1, a flowchart illustrating steps of a first component management method according to the present disclosure may specifically include the following steps:
step 101, displaying a component publishing interface.
In the embodiment of the present disclosure, when a user queries a component through a first client of a component management platform, the client displays a component publishing interface including a component classification information input field through a display interface of the first client, and various selectable component classification information may be preset in the component classification information input field for the user to select, and the user may also input the component classification information into the input field by himself or herself to perform the query.
102, receiving a component query request through the component publishing interface, wherein the component query request at least comprises: component classification information.
In the embodiment of the present disclosure, the component management platform may pre-store component classification information for selection by a user, and the user further creates new component classification information according to the actual function of the uploaded component. The component can be a basic function component which is developed and designed by a user and can expand the component management platform, or can be obtained by the user through carrying out secondary packaging on the existing component in the component management platform, and the component is an improvement on the existing component and can expand the application range of the component in the component management platform. It can be understood that the component classification information may include a multi-level functional classification item of the component, and each node functional classification may further include a plurality of sub-classification items, and specifically, the level and content of the component classification information may be set according to actual requirements, which is not limited herein.
Step 103, obtaining at least one first component according to the component classification information, and displaying the first component, wherein the first component is uploaded by the second client in advance.
In the embodiment of the present disclosure, the component management platform queries the first component conforming to the component classification information in the component library by extracting the component classification information in the component query request. It can be understood that the component classification information may correspond to one or more first components, and the component management platform may obtain configuration parameters of the first components by parsing the first components, for example: the interface, the attribute, the method and the like are published together in an appendix form when the first component is displayed, and the first component is displayed to a user through a user interface of a first client so that the user can know the conditions of different components conveniently. The first component may be uploaded in advance by a user other than the querying user through the second client and stored in a component library of the component management platform, that is, the user may upload the developed component to the component management platform for sharing. The first client and the second client are both clients of the component management platform and can be interchanged if necessary, namely, when a user queries a previously uploaded component through the component management platform, the first client and the second client are the same client.
104, under the condition that the selected operation aiming at one of the first components is received in a preset time period, issuing the first component corresponding to the selected operation.
In the embodiment of the disclosure, a user can check and compare the first component which meets the component classification information through a user interface within a preset time period, so that a required first component is selected in the user interface according to the actual requirement of the user, and a first client generates a component acquisition request for the first component to acquire the first component from a component management platform. In practical application, a user may use a first component to package data to be packaged after obtaining the first component, and may also upload target data to be packaged to the component management platform and input configuration information to be changed, for example: format, interface, etc. The component management platform can utilize the first component to package the input target data and then issue the packaged target data so as to return the packaged target data to the first client, wherein the packaged target data is obtained by packaging the data required to be packaged by the user by utilizing the first component, and therefore the component packaging efficiency is improved.
The embodiment of the disclosure provides a first component management method, which is implemented by constructing a component management platform capable of classifying and storing components uploaded by users according to component classification information, querying and publishing corresponding components according to the component classification information input by the users, so that component sharing and rapid acquisition among the users are realized, repeated development of components with the same function is avoided, and the efficiency of component design and development is improved.
Referring to fig. 2, a flowchart illustrating steps of a second component management method according to the present disclosure may specifically include the following steps:
step 201, displaying a component publishing interface.
This step can refer to the detailed description of step 101, which is not repeated herein.
Step 202, receiving a component query request through the component publishing interface, where the component query request at least includes: component classification information.
This step can refer to the detailed description of step 102, which is not repeated here.
Step 203, obtaining at least one first component according to the component classification information, and displaying the first component, wherein the first component is uploaded by the second client in advance.
This step can refer to the detailed description of step 103, which is not repeated herein.
Optionally, referring to fig. 3, the step 203 includes:
step 2031, determining a number of references corresponding to the at least one first component.
In this embodiment of the present disclosure, the component management platform may generate, when the second client uploads the first component for the first time, corresponding reference times for the first component, where an initial value of the reference times is zero, and add one to the reference times after other users reference the first component, so that the user may know the reference times of the component when querying the first component, thereby providing a better reference basis for selection of the first component. Furthermore, when the number of components corresponding to the classification information of a certain component in the component management platform is too large, the component can be removed according to the number of times of reference, so that the data storage pressure of the component management platform is reduced. For example: the component management platform can automatically remove the components with uploading time exceeding half a year and reference times lower than a preset number when the number of the components corresponding to certain component classification information exceeds a number threshold. The component culling rule specifically based on the number of times of reference may be set according to actual requirements, and is not limited herein.
Step 2032, sorting the at least one first component according to the number of references.
In the disclosed embodiment, the component management platform will sort in ascending or descending order according to the number of references of the first component.
Step 2033, displaying the sorted at least one first component.
In the embodiment of the disclosure, the sorted first components are displayed to the user for viewing through the user interface, and the user can more quickly determine the required first components according to the reference times corresponding to the first components.
Optionally, referring to fig. 4, the step 203 includes:
step 2034, determining component description information corresponding to the at least one first component, where the component description information at least includes dependent items, configuration items, and usage methods.
In this disclosure, the dependent item refers to a functional component that is dependent on implementing the first component, and specifically may be identified by identifying a key field of the dependent item in the component, for example: prb; the configuration item refers to information of content format, appearance and the like contained in the first component, and can be specifically identified by identifying a key field of the configuration item in the component, such as an import; the use method is information such as input interface functions, output interface functions, configuration modes, configuration formats and the like required by using the component, and can be specifically identified by identifying key fields related to the use method in the component.
Step 2035, showing the first component and the corresponding dependent item, configuration item, and usage method.
In the embodiment of the disclosure, when the first component is displayed, the component tags corresponding to the first component can be generated by splicing according to the corresponding dependency, usage, reference times and component effect views, and by displaying the component tags, a user can clearly know the actual effect and the related configuration information of the first component in the application, and can clearly know the condition of the first component without reading the first coded data, thereby more conveniently determining the required component.
And 204, displaying the component effect corresponding to the first component under the condition that the selected operation aiming at one of the first components is received within a preset time period.
In the embodiment of the disclosure, if the selection operation of the first component is received through the user interface of the first component within the preset time period, the component management platform displays the component effect of the first component to the user through the user interface for the user to view. The component effect refers to an effect view obtained after the second client encapsulates the sample data by using the first component when uploading the first component.
And step 205, in the case of receiving the publishing operation aiming at the first component, publishing the first component.
In the disclosed embodiment, if the user confirms that the first component can be published after checking the component effect of the first component, the component management platform encapsulates the target data which needs to be encapsulated by the first component through publishing the first component, and the target data is output from the first client, so that the workload of the user for encapsulating the first component by himself is reduced.
And step 206, displaying a component uploading and publishing interface under the condition that the selected operation aiming at the first component is not received within a preset time period.
In the embodiment of the disclosure, if the user checks the first component and finds that there is no component meeting the actual requirement of the user, the user does not select the first component within a preset time period, the component management platform uploads a publishing interface to the user display component, the user can make a second component through the component uploading publishing interface, and the made second component is uploaded to the component management platform through the component uploading publishing interface.
And step 207, receiving a second component through the component uploading publishing interface.
In the embodiment of the disclosure, the user inputs the second component manufactured by the user through the upload and publish interface of the first client, and inputs the corresponding component classification information.
And 208, displaying the component effect corresponding to the second component.
In the embodiment of the disclosure, the component management platform encapsulates the target data that the user needs to encapsulate by using the second component, and displays the effect of the encapsulated component.
And step 209, in the case of receiving the publishing operation aiming at the second component, publishing the second component.
In the embodiment of the present disclosure, after confirming that the encapsulated target data meets the requirements of the user, the user can make the component management platform return to the first client of the user and output the target data encapsulated by the second component by issuing the second component, thereby reducing the workload required by the user to encapsulate himself.
Step 210, establishing an association relationship between the second component and the component classification information, and storing the second component and the association relationship.
In the embodiment of the present disclosure, the component management platform classifies the second component into a category of the component classification information for classified storage according to the component classification information in the component query request sent by the user before. Certainly, when the user uploads the second component, if the existing component classification information is considered to be unable to accurately classify the second component, the user can create the corresponding component classification information by himself, and generate a component publishing request together with the second component, and send the component publishing request to the component management platform.
The embodiment of the disclosure provides a second component management method, which constructs a component management platform capable of classifying and storing components uploaded by users according to component classification information, queries corresponding components according to the component classification information input by the users and then distributes the components, so that component sharing and rapid acquisition among the users are realized, repeated development of components with the same function is avoided, the efficiency of component design and development is improved, the components are displayed according to component description information and reference times of the components, and the convenience and efficiency of component query are improved.
EXAMPLE III
Referring to fig. 5, there is shown a component management apparatus 30 according to the present disclosure, the apparatus being applied to a first client, the first client being communicatively connected to a second client, the apparatus comprising:
a first display module 301 configured to display a component publishing interface.
A first receiving module 302 configured to receive a component query request through the component publishing interface, the component query request including at least: component classification information.
An obtaining module 303, configured to obtain at least one first component according to the component classification information, and display the first component, where the first component is uploaded by the second client in advance.
The first issuing module 304 is configured to issue the first component corresponding to the selected operation when the selected operation for one of the first components is received within a preset time period.
Optionally, the apparatus further includes:
the second display module 305 is configured to display the component uploading the publishing interface in the case that the selected operation for the first component is not received within a preset time period.
A second receiving module 306 configured to receive a second component through the component upload publication interface.
A second publishing module 307 configured to publish the second component.
Optionally, the first distribution module 304 includes:
a first display submodule 3041 configured to display a component effect corresponding to the first component.
A first publishing sub-module 3042 configured to publish the first component if a publishing operation is received for the first component.
Optionally, the second publishing module 307 includes:
a second display submodule 3071 configured to display a component effect corresponding to the second component.
A second publishing submodule 3072 configured to publish the second component if a publishing operation is received for the second component.
Optionally, the apparatus further includes:
a storage module 308 configured to establish an association relationship between the second component and the component classification information, and store the second component and the association relationship.
Optionally, the obtaining module 303 includes:
a first determining submodule 3031 configured to determine a number of references corresponding to the at least one first component.
A processing submodule 3032 configured to rank the at least one first component according to the number of references.
A first presentation submodule 3033 configured to present the ordered at least one first component.
Optionally, the obtaining module 303 includes:
a second determining submodule 3034, configured to determine component description information corresponding to the at least one first component, where the component description information at least includes dependency items, configuration items, and usage devices;
and the second display submodule 3035 is configured to display the first component and the corresponding dependency item, configuration item and using device.
The embodiment of the disclosure provides a component management device, which constructs a component management platform capable of classifying and storing components uploaded by users according to component classification information, queries corresponding components according to the component classification information input by the users and then distributes the corresponding components, so that component sharing and rapid acquisition among the users are realized, repeated development of components with the same function is avoided, and the efficiency of component design and development is improved.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
The embodiment of the present disclosure further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the above-mentioned interaction method for multimedia resources, and can achieve the same technical effect, and in order to avoid repetition, the details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
Fig. 5 is a block diagram illustrating an electronic device 500 in accordance with an example embodiment. The electronic device may be a mobile terminal or a server, and in the embodiment of the present disclosure, the electronic device is taken as an example for description. For example, the electronic device 500 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 6, electronic device 400 may include one or more of the following components: a processing component 402, a memory 404, a power component 406, a multimedia component 408, an audio component 510, an interface for input/output (I/O) 412, a sensor component 414, and a communication component 416.
The processing component 402 generally controls overall operation of the electronic device 400, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 402 may include one or more processors 420 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 402 can include one or more modules that facilitate interaction between the processing component 402 and other components. For example, the processing component 402 can include a multimedia module to facilitate interaction between the multimedia component 408 and the processing component 402.
The memory 404 is configured to store various types of data to support operations at the electronic device 400. Examples of such data include instructions for any application or method operating on the electronic device 400, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 404 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 406 provides power to the various components of the electronic device 400. Power components 406 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for electronic device 400.
The multimedia component 408 comprises a screen providing an output interface between the electronic device 400 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 408 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the electronic device 400 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 410 is configured to output and/or input audio signals. For example, the audio component 410 includes a Microphone (MIC) configured to receive external audio signals when the electronic device 400 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 404 or transmitted via the communication component 416. In some embodiments, audio component 410 also includes a speaker for outputting audio signals.
The I/O interface 412 provides an interface between the processing component 402 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 414 includes one or more sensors for providing various aspects of status assessment for the electronic device 400. For example, the sensor assembly 414 may detect an open/closed state of the electronic device 400, the relative positioning of components, such as a display and keypad of the electronic device 400, the sensor assembly 414 may also detect a change in the position of the electronic device 400 or a component of the electronic device 400, the presence or absence of user contact with the electronic device 400, orientation or acceleration/deceleration of the electronic device 400, and a change in the temperature of the electronic device 400. The sensor assembly 414 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 414 may also include a light sensor, such as a CMOS or CCD spectrum sensor, for use in imaging applications. In some embodiments, the sensor assembly 414 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 416 is configured to facilitate wired or wireless communication between the electronic device 400 and other devices. The electronic device 400 may access a wireless network based on a communication standard, such as WiFi, a carrier network (such as 2G, 5G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 416 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 416 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the electronic device 400 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described interactive method of multimedia resources illustrated in fig. 1 to 2.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 404 comprising instructions, executable by the processor 420 of the electronic device 400 to perform the method of interacting with multimedia assets described above and illustrated in fig. 1-3 is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, a computer program product is also provided, in which instructions, when executed by the processor 420 of the electronic device 400, cause the electronic device 400 to perform the above-mentioned method of interacting with multimedia assets illustrated in fig. 1 to 3.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As is readily imaginable to the person skilled in the art: any combination of the above embodiments is possible, and thus any combination between the above embodiments is an embodiment of the disclosure, but the disclosure is not necessarily detailed herein for reasons of brevity.
The method of interaction of multimedia assets provided herein is not inherently related to any particular computer, virtual system, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing a system incorporating aspects of the present disclosure will be apparent from the foregoing description. Moreover, this disclosure is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the present disclosure as described herein, and any descriptions above of specific languages are provided for disclosure of enablement and best mode of the present disclosure.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the disclosure may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the disclosure, various features of the disclosure are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various disclosed aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that is, the claimed disclosure requires more features than are expressly recited in each claim. Rather, as the following claims reflect, disclosed aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this disclosure.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Moreover, those skilled in the art will appreciate that while some embodiments described herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the disclosure and form different embodiments. For example, in the claims, any of the claimed embodiments may be used in any combination.
Various component embodiments of the disclosure may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. It will be understood by those skilled in the art that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functions of some or all of the components of the method of interaction of multimedia resources according to the embodiments of the present disclosure. The present disclosure may also be embodied as device or apparatus programs (e.g., computer programs and computer program products) configured to perform a portion or all of the methods described herein. Such programs implementing the present disclosure may be stored on a computer-readable medium or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the disclosure, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The disclosure may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.

Claims (10)

1. A component management method is applied to a first client which is in communication connection with a second client, and comprises the following steps:
displaying a component publishing interface;
receiving a component query request through the component publishing interface, the component query request at least comprising: component classification information;
obtaining at least one first component according to the component classification information, and displaying the first component, wherein the first component is uploaded by the second client in advance;
and under the condition that the selected operation aiming at one of the first components is received in a preset time period, issuing the first component corresponding to the selected operation.
2. The method of claim 1, further comprising, after the step of obtaining at least one first component according to the component classification information and presenting the first component:
displaying a component uploading and publishing interface under the condition that the selected operation aiming at the first component is not received within a preset time period;
receiving a second component through the component uploading publishing interface;
and issuing the second component.
3. The method according to claim 1, wherein the step of issuing the first component corresponding to the selected operation comprises:
displaying a component effect corresponding to the first component;
publishing the first component if a publish operation is received for the first component.
4. The method of claim 2, wherein the step of publishing the second component comprises:
displaying the component effect corresponding to the second component;
publishing the second component if a publish operation is received for the second component.
5. The method of claim 4, further comprising, after the step of publishing the second component:
and establishing an incidence relation between the second component and the component classification information, and storing the second component and the incidence relation.
6. The method of claim 1, wherein the step of presenting the first component comprises:
determining a number of references corresponding to the at least one first component;
sorting the at least one first component according to the number of references;
and displaying the at least one first assembly after the sorting.
7. The method of claim 1, wherein the step of presenting the first component comprises:
determining component description information corresponding to the at least one first component, wherein the component description information at least comprises a dependence item, a configuration item and a use method;
and displaying the first component and the corresponding dependency item, configuration item and use method.
8. A component management apparatus, the apparatus being applied to a first client, the first client being communicatively connected to a second client, the apparatus comprising:
a first display module configured to display a component publishing interface;
a first receiving module configured to receive a component query request through the component publishing interface, the component query request including at least: component classification information;
the acquisition module is configured to acquire at least one first component according to the component classification information and display the first component, wherein the first component is uploaded by the second client in advance;
the first publishing module is configured to publish the first component corresponding to the selected operation when the selected operation for one of the first components is received within a preset time period.
9. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the component management method of any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, implements the component management method of any of claims 1 to 7.
CN201911313100.9A 2019-12-18 2019-12-18 Component management method and device, electronic equipment and storage medium Pending CN111159108A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911313100.9A CN111159108A (en) 2019-12-18 2019-12-18 Component management method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911313100.9A CN111159108A (en) 2019-12-18 2019-12-18 Component management method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111159108A true CN111159108A (en) 2020-05-15

Family

ID=70557331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911313100.9A Pending CN111159108A (en) 2019-12-18 2019-12-18 Component management method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111159108A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111724649A (en) * 2020-07-22 2020-09-29 湖南中昱智云物联科技有限公司 Automatic component identification system of Internet of things teaching and training platform and application thereof
CN112130826A (en) * 2020-10-12 2020-12-25 中国农业银行股份有限公司 Component generation method and device, cloud platform and computer storage medium
CN113238795A (en) * 2021-05-14 2021-08-10 北京达佳互联信息技术有限公司 Component distribution method, device, electronic equipment, storage medium and program product

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520922A (en) * 2011-11-14 2012-06-27 上海交通大学 Remote development method and system under coordination environment
CN107665134A (en) * 2017-09-29 2018-02-06 北京金山安全软件有限公司 Page component loading method, device, medium and terminal equipment
CN108419089A (en) * 2018-02-08 2018-08-17 广州虎牙信息科技有限公司 Module data processing method, device, equipment and storage medium
CN109358851A (en) * 2018-07-19 2019-02-19 平安科技(深圳)有限公司 Creation method, device and the computer readable storage medium of chart components
CN109491653A (en) * 2018-11-21 2019-03-19 泰康保险集团股份有限公司 Component sharing method under micro services framework, device, electronic equipment
CN109710152A (en) * 2018-12-28 2019-05-03 北京小米移动软件有限公司 A kind of event-handling method, device and storage medium
CN109725901A (en) * 2018-05-31 2019-05-07 中国平安人寿保险股份有限公司 Development approach, device, equipment and the computer storage medium of front-end code
CN109901838A (en) * 2019-01-17 2019-06-18 平安证券股份有限公司 Front end development approach, device, equipment and storage medium based on modularization
CN109960773A (en) * 2019-03-29 2019-07-02 上海中商网络股份有限公司 Page animation method, apparatus, equipment and storage medium based on HTML5
CN110209392A (en) * 2019-06-12 2019-09-06 苏州思必驰信息科技有限公司 Technical ability shares development approach and device
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110489120A (en) * 2019-07-03 2019-11-22 平安证券股份有限公司 Page development method component-based and server

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520922A (en) * 2011-11-14 2012-06-27 上海交通大学 Remote development method and system under coordination environment
CN107665134A (en) * 2017-09-29 2018-02-06 北京金山安全软件有限公司 Page component loading method, device, medium and terminal equipment
CN108419089A (en) * 2018-02-08 2018-08-17 广州虎牙信息科技有限公司 Module data processing method, device, equipment and storage medium
CN109725901A (en) * 2018-05-31 2019-05-07 中国平安人寿保险股份有限公司 Development approach, device, equipment and the computer storage medium of front-end code
CN109358851A (en) * 2018-07-19 2019-02-19 平安科技(深圳)有限公司 Creation method, device and the computer readable storage medium of chart components
CN109491653A (en) * 2018-11-21 2019-03-19 泰康保险集团股份有限公司 Component sharing method under micro services framework, device, electronic equipment
CN109710152A (en) * 2018-12-28 2019-05-03 北京小米移动软件有限公司 A kind of event-handling method, device and storage medium
CN109901838A (en) * 2019-01-17 2019-06-18 平安证券股份有限公司 Front end development approach, device, equipment and storage medium based on modularization
CN109960773A (en) * 2019-03-29 2019-07-02 上海中商网络股份有限公司 Page animation method, apparatus, equipment and storage medium based on HTML5
CN110209392A (en) * 2019-06-12 2019-09-06 苏州思必驰信息科技有限公司 Technical ability shares development approach and device
CN110400196A (en) * 2019-06-20 2019-11-01 北京奇艺世纪科技有限公司 A kind of page processing method, device and computer readable storage medium
CN110489120A (en) * 2019-07-03 2019-11-22 平安证券股份有限公司 Page development method component-based and server

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111724649A (en) * 2020-07-22 2020-09-29 湖南中昱智云物联科技有限公司 Automatic component identification system of Internet of things teaching and training platform and application thereof
CN112130826A (en) * 2020-10-12 2020-12-25 中国农业银行股份有限公司 Component generation method and device, cloud platform and computer storage medium
CN113238795A (en) * 2021-05-14 2021-08-10 北京达佳互联信息技术有限公司 Component distribution method, device, electronic equipment, storage medium and program product

Similar Documents

Publication Publication Date Title
CN107943547B (en) Multi-service integration method and device, intelligent terminal, server and operating system
KR102555750B1 (en) Media item attachment system
RU2640632C2 (en) Method and device for delivery of information
CN105068976B (en) Ticket information display method and device
CN106547904B (en) Cross-account information sharing method and device
CN107203398B (en) Application distribution method and device
CN107193606B (en) Application distribution method and device
CN111159108A (en) Component management method and device, electronic equipment and storage medium
CN111198956A (en) Multimedia resource interaction method and device, electronic equipment and storage medium
CN107622074B (en) Data processing method and device and computing equipment
CN107402767B (en) Method and device for displaying push message
CN112131466A (en) Group display method, device, system and storage medium
WO2018049515A1 (en) System and method for the efficient generation and exchange of descriptive information with media data
CN106960026B (en) Search method, search engine and electronic equipment
CN106447747B (en) Image processing method and device
CN114666643A (en) Information display method and device, electronic equipment and storage medium
CN112000840B (en) Business object display method and device
CN111325567B (en) User rights and interests information display method and device and electronic equipment
CN111325595B (en) User rights and interests information display method and device and electronic equipment
CN111885139A (en) Content sharing method, device and system, mobile terminal and server
CN114647774A (en) Pushing method and device, electronic equipment and storage medium
CN116456162B (en) Live broadcasting room object display method and device, electronic equipment and storage medium
CN114125530B (en) Information display method and device, electronic equipment and storage medium
CN115002536B (en) Resource processing method and device, electronic equipment and storage medium
CN114115524B (en) Interaction method of intelligent water cup, storage medium and electronic device

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