CN112667307A - Extension method and extension device based on el-tabs - Google Patents
Extension method and extension device based on el-tabs Download PDFInfo
- Publication number
- CN112667307A CN112667307A CN202011343049.9A CN202011343049A CN112667307A CN 112667307 A CN112667307 A CN 112667307A CN 202011343049 A CN202011343049 A CN 202011343049A CN 112667307 A CN112667307 A CN 112667307A
- Authority
- CN
- China
- Prior art keywords
- sub
- item
- component
- tabs
- tab
- 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
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention provides an extension method and an extension device based on el-tabs, wherein the method comprises the following steps: creating a sub-component; acquiring the name of the child item instance transferred by the parent component in hook of the calculation attribute of vue; dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, determining whether to render the current sub-item tab page content, and setting that only one sub-item tab page is rendered during default initialization; and triggering the corresponding data request in each sub item again according to the unique ID value set in the assembly creation initial stage of the current sub item during the sub item switching. Therefore, the method can make calling more concise, improve the performance of the page during high-frequency large-data-volume rendering, reduce the consumption of network resources and performance for all rendering of the content of the sub-item tab page during the first rendering of the el-tabs, and avoid the phenomenon of page blocking during the first opening.
Description
Technical Field
The invention relates to the technical field of data processing, in particular to an extension method based on el-tabs (a component of an element UI, which realizes the function of a label page), an extension device based on the el-tabs, a non-transitory computer readable storage medium and computer equipment.
Background
The ELementUI is used as a set of desktop end component library, is widely applied to actual development project scenes in the field of web (global wide area network), and has the defect that the requirements of each business application scene cannot be met.
When a page is opened for the first time, only the content of the current tab page can be seen, vue (a set of progressive JavaScript framework for constructing a user interface) can render the content of all tab pages written by a user, only other content is hidden, js (JavaScript is a lightweight, interpreted or just-in-time compiled high-level programming language with function priority) of other tabs is also processed, and when a user clicks on a tab, the user cannot request the background, and the mechanism can cause the following problems:
if the data of each sub-entry tab page is too large, when the sub-entry page needs to send a data request and the sub-pages are too many, the network resources are excessively occupied, and the phenomenon of page turning on for the first time is caused;
if the database data changes in real time, for example, the page opened one minute before you see the content of the sub-item tab1, and the content of tab2 is switched after 1 minute, the content background database of tab2 has changed in real time, and what can be seen at present is only the data 1 minute before, because the data content of the sub-page item is not re-rendered when the tab is switched.
Disclosure of Invention
The invention provides an extension method based on el-tabs for solving the technical problems, and the method packages and extends el-tabs components again, so that calling is simpler, the performance of a page during high-frequency large-data-volume rendering is improved, network resources and performance consumption of all rendering of sub-item tab page contents during first rendering of the el-tabs are reduced by adopting vue calculation attribute characteristics and data cache, and the phenomenon of first page opening pause is avoided.
The invention also provides an extension device based on the el-tabs.
The invention also proposes a non-transitory computer-readable storage medium.
The invention also provides computer equipment.
The technical scheme adopted by the invention is as follows:
an embodiment of a first aspect of the present invention provides an extension method based on el-tabs, including the following steps: creating sub-components, defining attribute content values exposed outside of said sub-components of parent-child component communication mechanisms (attributes); acquiring names of child item instances transferred by a parent component in hook (hook function) of a calculation attribute of vue, defining a data cache object with a name of tabsCahe by a current child component, and storing the page contents of current child item tabs in current parent component tabs into tabsCahe when the child component is initialized; dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, determining whether to render the current sub-item tab page content, and setting that only one sub-item tab page is rendered during default initialization; and triggering the corresponding data request in each sub item again according to the unique ID (identity identification number) value set in the initial establishment of the component by the current sub item during the switching of the sub items.
According to one embodiment of the invention, the sub-components are introduced in the web front end project through npm (JavaScript world package management tool).
According to one embodiment of the invention, the attribute content values comprise: and the name set of the sub item tabs and the tab style transmitted by the parent component.
According to an embodiment of the present invention, the above method for extending based on el-tabs further includes: and if the child item instance name is not transmitted in the parent component, the first-bit child item name in the default value name set is the display content item.
An embodiment of a second aspect of the present invention provides an extension apparatus based on el-tabs, including: a creation module for creating sub-components, defining attribute content values exposed outside by the sub-components of parent-child component communication mechanisms props; the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the name of a child item instance transferred by a parent component in hook of a calculation attribute of vue, the storage module is used for defining a data cache object with a current child component name as tabsCahe, and storing the current page content of the child item tab in the current parent component tab into the tabsCahe when the child component is initialized; the rendering module is used for dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, determining whether to render the current sub-item tab page content, and setting that only one and only one sub-item tab page is rendered during default initialization; and the triggering module is used for triggering the corresponding data request in each sub item again according to the unique ID value set in the initial stage of component creation of the current sub item when the sub items are switched.
According to an embodiment of the present invention, the above-mentioned expansion apparatus further includes: an import module to import the sub-component in a web front end project via npm.
According to one embodiment of the invention, the attribute content values comprise: name set of sub item tabs and tab style transmitted by parent component
According to an embodiment of the present invention, the obtaining module is further configured to: and if the child item instance name is not transmitted in the parent component, the first-bit child item name in the default value name set is the display content item.
A third embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the el-tabs based extension method described in the first embodiment of the present invention.
A fourth aspect of the present invention provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the el-tabs based extension method according to the first aspect of the present invention.
The invention has the beneficial effects that:
according to the invention, the el-tab component is packaged and expanded again, so that calling is more concise, the performance of a page during high-frequency large-data-volume rendering is improved, the combination of vue calculation attribute characteristics and data cache is adopted, the network resource and performance consumption of all rendering of sub-item tab page contents during the first rendering of the el-tabs are reduced, and the phenomenon of page blocking during the first opening is avoided.
Drawings
FIG. 1 is a flow diagram of an el-tabs based extension method according to one embodiment of the present invention;
FIG. 2 is a diagram illustrating an implementation of an el-tabs based extension method according to an embodiment of the present invention;
FIG. 3 is a block diagram of an el-tabs based expansion device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
FIG. 1 is a flow diagram of an el-tabs based extension method according to one embodiment of the invention. As shown in fig. 1, the method comprises the steps of:
s1, creating sub-components, and defining attribute content values exposed outside by the sub-components of the parent-sub-component communication mechanism props.
The name of a subcomponent may be self-defined, for example, as a wylabs module.
According to one embodiment of the invention, the attribute content values may include: name set titles of the sub item tabs passed by the parent component, tab style type.
titles support Function and Array type data.
S2, the name of the child item instance passed by the parent component is obtained in hook of the computation attribute of vue.
According to an embodiment of the present invention, if the child instance name is not passed in the parent component, the first child name in the value name set is the presentation content item by default.
S3, the current sub-component defines a data cache object with the name of tabsCahe, and the current sub-item tab page content in the current parent component eltabs is stored into the tabsCahe when the sub-component is initialized.
S4, dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, deciding whether to render the current sub-item tab page content, and setting that only one and only one sub-item tab page is rendered during default initialization.
S5, when switching the sub item, according to the current sub item to create the initial set unique ID value in the component, triggering the corresponding data request in each sub item again, to solve the problem that the data can not be reloaded when switching in the el-tabs.
Wherein the ID value uniqueness can be ensured by the data ID combined with the random number by the time stamp at the time of creation.
According to one embodiment of the invention, sub-components are introduced in the web front end project through npm.
Specifically, the parameters of el-tabs are divided into: and the model parameters, the data parameters, the function parameters and other three types of parameters are processed by simplification, mapping, module packaging, parameter curing and the like, and various parameters are processed correspondingly and the like, so that the calling of the el-tabs is more concise. By adopting vue to calculate the combination of attribute characteristics and data cache, the network resource and performance consumption of the whole rendering of the sub item tab page content when the el-tabs are rendered for the first time is reduced.
The sub-components can be introduced into the web front-end project through npm (package management tool), the service modules required to be used in the project are introduced according to the requirements, and the extension method can be called through the labels of the sub-components.
The specific implementation manner can be seen from fig. 2, webpack, nodejs and vueCLi are installed, a vueCLi scaffold is applied to create a basic project, an ELEMENTUI component library is introduced into the basic project, attribute and method class addition and improvement are performed on el-tabs, a subcomponent wytbas module is issued to npm, wytbas is introduced through a npm package manager and is globally registered, and a wytbas plug-in is called in an actual service scene. Therefore, the requirements of frequent operation and real-time data viewing of the el-tabs in actual development scene application are met, the existing el-tabs are packaged and expanded again, calling is simple and convenient, and the performance of a high-frequency page during large-data-volume rendering is improved.
In summary, according to the extension method based on el-tabs of the embodiment of the present invention, a sub-component is created, a property content value exposed outside by the sub-component of the parent-sub-component communication mechanism pps is defined, a name of a sub-item instance transferred by the parent component is obtained in hook of a computation property of vue, a data cache object with a current sub-component definition name of tabsCahe is defined, a content of a current sub-item tab page in the current parent-component eltabs is stored into tabsCahe at the time of sub-component initialization, a slot mechanism of vue is used to dynamically set a content of the sub-item tab page in the el-tab, it is determined whether to render a content of the current sub-item tab page, only one and only one sub-item tab page is rendered at the time of initialization, and a corresponding data request in each sub-item is triggered again according to a unique ID value set at the component creation initial stage by the current sub-item at the time of sub-item switching. Therefore, the method can make calling more concise, improve the performance of the page during high-frequency large-data-volume rendering, reduce the consumption of network resources and performance for all rendering of the content of the sub-item tab page during the first rendering of the el-tabs, and avoid the phenomenon of page blocking during the first opening.
Compared with the extension method based on the el-tabs, the invention also provides an extension device based on the el-tabs. Since the device embodiment of the present invention corresponds to the method embodiment described above, details that are not disclosed in the device embodiment may refer to the method embodiment described above, and are not described again in the present invention.
FIG. 3 is a block diagram of an el-tabs based expansion device according to an embodiment of the present invention. As shown in fig. 3, the apparatus includes: the device comprises a creating module 1, an obtaining module 2, a storage module 3, a rendering module 4 and a triggering module 5.
The creating module 1 is used for creating sub-components and defining attribute content values exposed outside by the sub-components of the parent-child component communication mechanisms props; the acquisition module 2 is used for acquiring the name of the child item instance transferred by the parent component in hook of the calculation attribute of vue, the storage module 3 is used for storing the data cache object with the current child component definition name of tabsCahe, and storing the page content of the current child item tab in the current parent component tab into tabsCahe when the child component is initialized; the rendering module 4 is configured to dynamically set the sub-entry tab page content in the el-tab by using a slot mechanism of vue, determine whether to render the current sub-entry tab page content, and set that only one and only one sub-entry tab page is rendered when default initialization is performed; the triggering module 5 is configured to trigger the corresponding data request in each sub-item again according to the unique ID value initially set in the component creation by the current sub-item when the sub-item is switched.
According to an embodiment of the present invention, the above-mentioned el-tabs-based extension apparatus further includes: an import module for importing a sub-component in the web front end project via npm.
According to one embodiment of the invention, the attribute content values include: name set of parent component passed sub item tabs, tab style
According to an embodiment of the invention, the obtaining module is further configured to: and if the name of the sub-item instance is not transferred in the parent component, the name of the sub-item with the first bit in the default value-taking name set is the display content item.
In summary, according to the extension device based on the el-tabs of the embodiment of the present invention, creating sub-components through a creating module, defining attribute content values exposed outside by the sub-components of the communication mechanism props of the parent-sub-components, acquiring the names of the sub-item instances transmitted by the parent-components in hooks of the calculation attributes of vue through an acquiring module, defining the current sub-components as data cache objects with names of tabsCahe through a storage module, the current sub-item tab page contents in the current parent component eltabs are stored into tabsCahe at sub-component initialization, the rendering module dynamically sets the sub-entry tab page content in the el-tab by using a slot mechanism of vue, decides whether to render the current sub-entry tab page content, and only one sub-item tab page is rendered during default initialization, and the triggering module triggers the corresponding data request in each sub-item again according to the unique ID value set in the initial stage of component creation by the current sub-item during sub-item switching.
Furthermore, the present invention also proposes a non-transitory computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the above-mentioned extension method based on el-tabs.
A non-transitory computer readable storage medium according to an embodiment of the present invention, having stored thereon a computer program, which when executed by a processor, creates a sub-component, defines values of attribute contents exposed outside by sub-components of a parent-sub-component communication mechanism pps, obtains names of sub-item instances passed by the parent component in hook of a computation attribute of vue, defines a data cache object with a current sub-component name of tabsCahe, stores contents of sub-item tabs currently in parent-component tabs into tabsCahe at the time of initialization of the sub-component, dynamically sets contents of sub-item tabs in el-tabs using slot mechanism of vue, decides whether to render contents of sub-item tabs currently, and sets only one and only one sub-item tab page at the time of initialization, creates an initial set unique ID value at the component according to the current sub-item at the time of switching of the sub-item, triggers a corresponding data request again in each sub-item, therefore, calling is more concise, the performance of the page during high-frequency large-data-volume rendering is improved, the consumption of network resources and performance of all rendering of sub-item tab page contents during the first rendering of the el-tabs is reduced, and the phenomenon of page blocking during the first opening is avoided.
The invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the program, the method for extending based on the el-tabs is implemented.
According to the computer device of the embodiment of the invention, when the processor executes the computer program stored on the memory, the sub-components are created, the attribute content values exposed outside by the sub-components of the communication mechanism props of the parent-sub-components are defined, the name of the sub-item instance passed by the parent component is obtained in hook of the calculation attribute of vue, the current sub-component defines the data cache object with the name of tabsCahe, the content of the sub-item tab page in the current parent component tab is stored into tabsCahe when the sub-component is initialized, the content of the sub-item tab page in the el-tab is dynamically set by using slot mechanism of vue, whether the content of the current sub-item tab page is rendered or not is determined, only one sub-item tab page is rendered when default initialization is set, the corresponding data request in each sub-item is triggered again according to the unique ID value set by the current sub-item in the component creation initial period when the sub-item is switched, therefore, the calling is more concise, the performance of the page during high-frequency large-data-volume rendering is improved, the network resource and performance consumption of all rendering of sub-item tab page contents during the first rendering of the el-tabs is reduced, and the phenomenon of page blocking during the first opening is avoided.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. If implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.
Claims (10)
1. An el-tabs-based extension method is characterized by comprising the following steps:
creating sub-components, defining attribute content values exposed outside by the sub-components of the parent-sub-component communication mechanisms props;
acquiring the name of the child item instance transferred by the parent component in hook of the calculation attribute of vue;
defining a data cache object with the name of tabsCahe by a current sub-component, and storing the page content of a current sub-item tab in a current parent component eltabs into the tabsCahe when the sub-component is initialized;
dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, determining whether to render the current sub-item tab page content, and setting that only one sub-item tab page is rendered during default initialization;
and triggering the corresponding data request in each sub item again according to the unique ID value set in the initial establishment of the current sub item in the component during the switching of the sub items.
2. The el-tabs based expansion method according to claim 1,
the sub-components are introduced in the web front end item through npm.
3. The method of claim 1, wherein the attribute content values comprise: and the name set of the sub item tabs and the tab style transmitted by the parent component.
4. The el-tabs based extension method of claim 3, further comprising: and if the child item instance name is not transmitted in the parent component, the first-bit child item name in the default value name set is the display content item.
5. An el-tabs based expansion device, comprising:
a creation module for creating sub-components, defining attribute content values exposed outside by the sub-components of parent-child component communication mechanisms props;
the acquisition module is used for acquiring the name of the child item instance transferred by the parent component in hook of the calculation attribute of vue;
the storage module is used for defining a data cache object with a name of a current sub-component as tabsCahe, and storing the page content of a current sub-item tab in a current parent component eltabs into the tabsCahe when the sub-component is initialized;
the rendering module is used for dynamically setting the sub-item tab page content in the el-tab by using a slot mechanism of vue, determining whether to render the current sub-item tab page content, and setting that only one and only one sub-item tab page is rendered during default initialization;
and the triggering module is used for triggering the corresponding data request in each sub item again according to the unique ID value set in the initial stage of component creation of the current sub item when the sub items are switched.
6. The el-tabs based expansion device of claim 5, further comprising:
an import module to import the sub-component in a web front end project via npm.
7. The el-tabs based expansion apparatus of claim 5, wherein the attribute content values comprise: and the name set of the sub item tabs and the tab style transmitted by the parent component.
8. The el-tabs based expansion device of claim 7, wherein the obtaining module is further configured to: and if the child item instance name is not transmitted in the parent component, the first-bit child item name in the default value name set is the display content item.
9. A non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the el-tabs based extension method according to any of claims 1-4.
10. Computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method for extending an el-tab based according to any of claims 1-4 when executing the program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011343049.9A CN112667307A (en) | 2020-11-26 | 2020-11-26 | Extension method and extension device based on el-tabs |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011343049.9A CN112667307A (en) | 2020-11-26 | 2020-11-26 | Extension method and extension device based on el-tabs |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112667307A true CN112667307A (en) | 2021-04-16 |
Family
ID=75403613
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011343049.9A Pending CN112667307A (en) | 2020-11-26 | 2020-11-26 | Extension method and extension device based on el-tabs |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112667307A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113778385A (en) * | 2021-08-18 | 2021-12-10 | 北京达佳互联信息技术有限公司 | Component registration method, device, terminal and storage medium |
CN114461960A (en) * | 2021-12-28 | 2022-05-10 | 马上消费金融股份有限公司 | Page generation method, page display method and device |
CN115658046A (en) * | 2022-12-13 | 2023-01-31 | 中国人民解放军国防科技大学 | Method and device for developing modularized UI (user interface) interaction component based on Web technology |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108664245A (en) * | 2018-04-27 | 2018-10-16 | 厦门南讯软件科技有限公司 | A kind of web interface generation method and device based on JSON self-described structures |
CN110688531A (en) * | 2019-08-26 | 2020-01-14 | 北京旷视科技有限公司 | Tree component rendering method and device, data processing equipment and medium |
CN111581563A (en) * | 2020-04-30 | 2020-08-25 | 北京字节跳动网络技术有限公司 | Page response method and device, storage medium and electronic equipment |
-
2020
- 2020-11-26 CN CN202011343049.9A patent/CN112667307A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108664245A (en) * | 2018-04-27 | 2018-10-16 | 厦门南讯软件科技有限公司 | A kind of web interface generation method and device based on JSON self-described structures |
CN110688531A (en) * | 2019-08-26 | 2020-01-14 | 北京旷视科技有限公司 | Tree component rendering method and device, data processing equipment and medium |
CN111581563A (en) * | 2020-04-30 | 2020-08-25 | 北京字节跳动网络技术有限公司 | Page response method and device, storage medium and electronic equipment |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113778385A (en) * | 2021-08-18 | 2021-12-10 | 北京达佳互联信息技术有限公司 | Component registration method, device, terminal and storage medium |
CN113778385B (en) * | 2021-08-18 | 2024-03-19 | 北京达佳互联信息技术有限公司 | Component registration method, device, terminal and storage medium |
CN114461960A (en) * | 2021-12-28 | 2022-05-10 | 马上消费金融股份有限公司 | Page generation method, page display method and device |
CN115658046A (en) * | 2022-12-13 | 2023-01-31 | 中国人民解放军国防科技大学 | Method and device for developing modularized UI (user interface) interaction component based on Web technology |
CN115658046B (en) * | 2022-12-13 | 2023-03-21 | 中国人民解放军国防科技大学 | Method and device for developing modularized UI (user interface) interaction component based on Web technology |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112667307A (en) | Extension method and extension device based on el-tabs | |
US20220253588A1 (en) | Page processing method and related apparatus | |
CN102841780B (en) | A kind ofly create and call the method and apparatus of general purpose module | |
US11288301B2 (en) | YAML configuration modeling | |
CN111737618A (en) | Vector diagram display method and device for Web end and computer equipment | |
CN113641338B (en) | Method and device for dynamically generating view component | |
CN111667199A (en) | Workflow construction method and device, computer equipment and storage medium | |
CN111381920A (en) | Display method and device of pop-up window assembly and electronic terminal | |
CN111399941A (en) | Batch configuration method, device and equipment for BMC (baseboard management controller) functions | |
CN115309516A (en) | Application life cycle detection method and device and computer equipment | |
CN112256377A (en) | Popup window data processing method and device | |
CN114356516A (en) | Resource scheduling method, related device, equipment and storage medium | |
CN112446725A (en) | Information processing method, system, information server and information display client | |
CN107621951B (en) | View level optimization method and device | |
CN109213534A (en) | A kind of method and device of extension live streaming software function | |
CN115981822A (en) | Task processing method, medium, device and computing equipment | |
CN109684846A (en) | A kind of file extraction method and device | |
CN108021567B (en) | Method and device for self-adaptively customizing fonts of browser | |
CN111813566B (en) | Cross-process dragging method, device, equipment and computer readable storage medium | |
CN111221560B (en) | Resource management method and device and electronic equipment | |
CN111124386B (en) | Animation event processing method, device, equipment and storage medium based on Unity | |
CN114003220A (en) | Workflow model implementation method, system, readable storage medium and computer equipment | |
CN112734876A (en) | Graph drawing method, graph drawing device, electronic equipment and storage medium | |
CN110825477A (en) | Method, device and equipment for loading graphical interface and storage medium | |
CN110944047A (en) | Distributed application monitoring method and 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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210416 |