CN111324347A - Component construction method, device and system, page generation method, equipment and medium - Google Patents
Component construction method, device and system, page generation method, equipment and medium Download PDFInfo
- Publication number
- CN111324347A CN111324347A CN202010081403.9A CN202010081403A CN111324347A CN 111324347 A CN111324347 A CN 111324347A CN 202010081403 A CN202010081403 A CN 202010081403A CN 111324347 A CN111324347 A CN 111324347A
- Authority
- CN
- China
- Prior art keywords
- component
- functional component
- new functional
- file
- container
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Stored Programmes (AREA)
Abstract
The embodiment of the disclosure discloses a component construction method, a device, a system, a page generation method, a device and a medium, wherein the method comprises the following steps: acquiring an element file of a target function component, wherein the element file at least comprises a behavior logic file and a style file; newly building a component container with a preset name, and filling elements of a floating window type in the component container, wherein the transparency attribute value of the elements of the floating window type is 0; and according to the element file of the target functional component, wrapping the target functional component in the floating window type element to obtain a new functional component, and establishing an external communication pipeline of the new functional component. The technical scheme of the embodiment of the disclosure can effectively improve the encapsulation performance and the independence of the assembly and avoid the interference of the assembly style.
Description
Technical Field
The embodiment of the disclosure relates to the field of computer network application, in particular to a component construction method, a device, a system, a page generation method, equipment and a medium.
Background
The component can encapsulate reusable code, and the reuse of the component is realized through the difference of the transmitted objects. When the component is packaged, the internal functions of the functional component are required to be packaged, and then specific function calling interfaces are provided for the outside at the same time, but the implementation process and the intermediate interfaces inside the component are not open to the outside of the component, so that the outside cannot operate and call the contents outside the interfaces of the component.
As is known, a component includes content about behavioral logic and content about styles. The behavioral logic of a component is typically implemented by a script program. For a script program, its encapsulation function is better, and it has the ability to meet the requirement of component independence. The styles of the components are generally realized by the CSS, but the CSS is difficult to realize an absolute encapsulation function, which is mainly shown in that the CSS also has various hierarchical relationships like father and son, but each hierarchy of the CSS can affect each other. For example, if the parent class sets the characters in bold uniformly, if the thickness of the characters is not reset in the child class, the characters in the child class have one more attribute in bold, the effect of bold is shown, and it is seen that the CSS affects each other in different levels, which has the disadvantage. Therefore, the styles of the entire page, and the styles of the upper-level elements of the component interfere with the styles of the component.
Disclosure of Invention
In view of this, the embodiments of the present disclosure provide a component construction method, device, system, page generation method, device, and medium, so as to improve the encapsulation and independence of components and avoid the component style from being interfered.
Additional features and advantages of the disclosed embodiments will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the disclosed embodiments.
In a first aspect, an embodiment of the present disclosure provides an assembly construction method, including:
acquiring an element file of a target function component, wherein the element file at least comprises a behavior logic file and a style file;
newly building a component container with a preset name, and filling elements of a floating window type in the component container, wherein the transparency attribute value of the elements of the floating window type is 0;
and according to the element file of the target functional component, wrapping the target functional component in the floating window type element to obtain a new functional component, and establishing an external communication pipeline of the new functional component.
In a second aspect, embodiments of the present disclosure also provide an assembly configuration apparatus, including:
an element acquiring unit, configured to acquire an element file of a target functional component, where the element file includes at least a behavior logic file and a style file;
the component container building unit is used for building a component container with a preset name, and filling elements of a floating window type into the component container, wherein the transparency attribute value of the elements of the floating window type is 0;
and the component content creating unit is used for wrapping the target function component in the floating window type element according to the element file of the target function component to obtain a new function component and establishing an external communication pipeline of the new function component.
In a third aspect, the disclosed embodiments also provide an assembly system, including at least one new functional assembly provided by any one of the assembly construction methods described in the first aspect.
In a fourth aspect, an embodiment of the present disclosure further provides a page generating method, where at least one new functional component is dynamically generated by using any one of the component constructing methods described in the first aspect, and each new functional component communicates with the page through a communication pipe established by the new functional component.
In a fifth aspect, an embodiment of the present disclosure further provides an electronic device, including:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method as claimed in any one of the first aspects.
In a sixth aspect, the disclosed embodiments also provide a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the method according to any one of the first aspect.
According to the method and the device, a newly-built component container with a preset name is filled with a floating window type element, wherein the transparency attribute value of the floating window type element is 0; and according to the element file of the target functional component, the target functional component is wrapped in the floating window type element to obtain a new functional component, and an external communication pipeline of the new functional component is established, so that the encapsulation performance and the independence of the component are improved, and the component style is prevented from being interfered.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present disclosure, the drawings needed to be used in the description of the embodiments of the present disclosure will be briefly described below, and it is obvious that the drawings in the following description are only a part of the embodiments of the present disclosure, and for those skilled in the art, other drawings can be obtained according to the contents of the embodiments of the present disclosure and the drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram of a component construction method provided by an embodiment of the present disclosure;
fig. 2 is a schematic effect diagram of a page generated by a page generation method according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a component construction apparatus provided in accordance with an embodiment of the present disclosure;
FIG. 4 shows a schematic structural diagram of an electronic device suitable for use in implementing embodiments of the present disclosure.
Detailed Description
In order to make the technical problems solved, technical solutions adopted and technical effects achieved by the embodiments of the present disclosure clearer, the technical solutions of the embodiments of the present disclosure will be described in further detail below with reference to the accompanying drawings, and it is obvious that the described embodiments are only some embodiments, but not all embodiments, of the embodiments of the present disclosure. All other embodiments, which can be obtained by a person skilled in the art without making creative efforts based on the embodiments of the present disclosure, belong to the protection scope of the embodiments of the present disclosure.
It should be noted that the terms "system" and "network" are often used interchangeably in the embodiments of the present disclosure. Reference to "and/or" in embodiments of the present disclosure is meant to include any and all combinations of one or more of the associated listed items. The terms "first", "second", and the like in the description and claims of the present disclosure and in the drawings are used for distinguishing between different objects and not for limiting a particular order.
It should also be noted that, in the embodiments of the present disclosure, each of the following embodiments may be executed alone, or may be executed in combination with each other, and the embodiments of the present disclosure are not limited specifically.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The technical solutions of the embodiments of the present disclosure are further described by the following detailed description in conjunction with the accompanying drawings.
Fig. 1 shows a flow chart of a component construction method provided by an embodiment of the present disclosure, which may be applied to a case where a new functional component is constructed from an element file of the functional component, and the method may be executed by a component construction apparatus configured in an electronic device, as shown in fig. 1, where the component construction method according to the embodiment includes:
in step S110, an element file of the target functional component is obtained, where the element file at least includes a behavior logic file and a style file.
The type of the target function component is not limited in this embodiment, and the target function component may include any type of function component, and this embodiment is mainly used to improve the encapsulation and the independence of the component and avoid the component style from being interfered, so the target function component mainly includes an interface type function component having a style attribute, for example, including a date selection component, a form, a popup window, a custom function component, and the like.
In step S120, a component container with a preset name is newly created, and a floating window type element is filled in the component container, where a transparency attribute value of the floating window type element is 0.
In step S130, the target function component is wrapped in the floating window type element according to the element file of the target function component to obtain a new function component, and an external communication pipe of the new function component is established.
A communication pipe between the new functional component and the cross-source object may be established, for example, by the window.
According to the technical scheme, a newly-built component container with a preset name is filled with elements of a floating window type, wherein the transparency attribute value of each element of the floating window type is 0; and according to the element file of the target functional component, the target functional component is wrapped in the floating window type element to obtain a new functional component, and an external communication pipeline of the new functional component is established, so that the encapsulation performance and the independence of the component are improved, and the component style is prevented from being interfered.
In an embodiment, an out-of-line communication pipe of the new functional component is established for enabling direct invocation of the new functional component through a page.
A communication pipe between the new functional component and the cross-source object may be established, for example, by the window.
In general, for scripts of two different pages, two scripts can communicate with each other only if the pages on which they are executed are located with the same protocol (usually https), port number (443 is the default value for https), and host (modulo document. domain of the two pages is set to the same value). The window.
Broadly speaking, one window may obtain a reference to another window (e.g., targetWindow. operator), and then call the targetWindow. postmessage () method on the window to distribute a MessageEvent message. The window receiving the message can freely handle this event as needed. A parameter (such as a message) passed to window.
Wherein the cross-source object comprises a parent container of the new functional component and/or a child element inside the parent container.
In one embodiment, the size of the floating window type element may also be initialized to the size of the browser visible window. In this way, the new functional component can easily obtain the size and the border position of the browser visual window by obtaining the attribute of the parent element (the floating window), for example, calling the new functional component from the bottom or side of the browser visual window, setting the scroll bar of the new functional component to scroll within the browser visual window, and the like.
Further, in order to continue the call-out mode of the target function component, on the premise that the size of the element of the floating window type is initialized to the size of the browser visual window, the external interface of the new function component includes a call-out method which can include the target function component, for example, an interface which includes calling out the new function component from the bottom or the side of the browser visual window.
For example, the date control pushes up and out from the bottom of the page, and the method of constructing a new date control according to the date control may also include calling out the interface of the new date control from the bottom or side of the visual window of the browser.
In order to facilitate the user to use the constructed new function component, the component container with the newly created preset name can create a component container with the same name as the target function component, so that the user can use the new function component with the same component name as the original component name without changing the tag name of the component.
Furthermore, in order to facilitate the user to use the constructed method of the new functional component, the external interface of the new functional component can be made to be the same as the interface name and the parameters of the target functional component, so that the user can use the new functional component completely according to the original mode without modifying codes, and the code reuse rate can be improved.
Further, according to the method of this embodiment, a plurality of functional components may be constructed to obtain a plurality of new functional components corresponding to the plurality of functional components, so as to construct a new functional component library, where each new functional component in the new functional component library has not only code independence but also style encapsulation and independence, and can avoid the style of the component from being interfered.
Further, according to the method of this embodiment, a page generating method may be provided, where at least one new functional component is dynamically generated by using the component constructing method of this embodiment, and each new functional component communicates with the page through a communication pipe established by the new functional component.
Fig. 2 is a schematic diagram illustrating an effect of a page generated by a page generation method according to an embodiment of the present disclosure, and as shown in fig. 2, the page generated by the page generation method may include a new form, a new date control, and a new popup window.
As an implementation of the methods shown in the above figures, the present disclosure provides an embodiment of a component construction apparatus, and fig. 3 shows a schematic structural diagram of a component construction apparatus provided in this embodiment, where the embodiment of the apparatus corresponds to the embodiment of the method shown in fig. 1 and fig. 2, and the apparatus may be applied to various electronic devices. As shown in fig. 3, the component configuration apparatus according to the present embodiment includes an element acquisition unit 310, a component container creation unit 320, and a component content creation unit 330.
The element acquiring unit 310 is configured to acquire an element file of a target function component, the element file including at least a behavioral logic file and a style file.
The target function component can be any type of function component, such as a date selection component, a form, a popup window, a customized function component and the like.
The component container building unit 320 is configured to create a component container with a new preset name, and fill the component container with an element of a floating window type, where a transparency attribute value of the element of the floating window type is 0.
The component content creating unit 330 is configured to wrap the target function component in the floating window type element according to the element file of the target function component to obtain a new function component, and establish an external communication pipe of the new function component.
In one embodiment, the component content creation unit 330 is configured to further establish a communication pipe between the new functional component and the cross-source object through a window.
In one embodiment, the cross-source object includes a parent container of the new functional component and/or a child element inside the parent container.
In an embodiment, the element of the floating window type is an IFRAME type element, and the component container building unit 320 is further configured to initialize the size of the element of the floating window type to the size of the browser visible window.
Further, the external interface of the new functional component comprises an interface for calling out the new functional component from the bottom or the side of the visual window of the browser.
In an embodiment, when a component container with a preset name is created, a component container with the same name as the target function component can be created, so that a user can use a new function component by referring to the same component name.
Furthermore, in order to further facilitate the user to use the generated new functional component indiscriminately, the external interface of the new functional component and the interface name and parameters of the target functional component can be the same, so that the user can continue to use the new functional component in the original way, the code modification is avoided, and the adaptability of the program code can be increased.
The component construction device provided by the embodiment can execute the component construction method provided by the embodiment of the method disclosed by the invention, and has corresponding functional modules and beneficial effects of the execution method.
Referring now to FIG. 4, a block diagram of an electronic device 400 suitable for use in implementing embodiments of the present disclosure is shown. The electronic devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., car navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 4, electronic device 400 may include a processing device (e.g., central processing unit, graphics processor, etc.) 401 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)402 or a program loaded from a storage device 408 into a Random Access Memory (RAM) 403. In the RAM 403, various programs and data necessary for the operation of the electronic apparatus 400 are also stored. The processing device 401, the ROM 402, and the RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
Generally, the following devices may be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 407 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 408 including, for example, tape, hard disk, etc.; and a communication device 409. The communication means 409 may allow the electronic device 400 to communicate wirelessly or by wire with other devices to exchange data. While fig. 4 illustrates an electronic device 400 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication device 409, or from the storage device 408, or from the ROM 402. The computer program performs the above-described functions defined in the methods of the embodiments of the present disclosure when executed by the processing device 401.
It should be noted that the computer readable medium described above in the embodiments of the present disclosure may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the disclosed embodiments, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the disclosed embodiments, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to:
acquiring an element file of a target function component, wherein the element file at least comprises a behavior logic file and a style file;
newly building a component container with a preset name, and filling elements of a floating window type in the component container, wherein the transparency attribute value of the elements of the floating window type is 0;
and according to the element file of the target functional component, wrapping the target functional component in the floating window type element to obtain a new functional component, and establishing an external communication pipeline of the new functional component.
Computer program code for carrying out operations for embodiments of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
According to one or more embodiments of the present disclosure, in the component constructing method, the establishing an out-of-line communication pipe of the new functional component includes:
a communication pipe between the new functional component and the cross-source object is established by a window.
According to one or more embodiments of the present disclosure, in the component construction method, the cross-source object includes a parent container of the new functional component and/or a child element inside the parent container.
According to one or more embodiments of the present disclosure, in the component construction method, the element of the floating window type is an IFRAME type element, and the method further includes initializing a size of the element of the floating window type to a size of a browser visible window.
According to one or more embodiments of the present disclosure, in the component construction method, the external interface of the new functional component includes an interface for calling out the new functional component from the bottom or the side of the visual window of the browser.
According to one or more embodiments of the present disclosure, in the component constructing method, the newly creating a component container with a preset name includes creating a component container with the same name as the target function component.
According to one or more embodiments of the present disclosure, in the component construction method, the target function component includes a date selection component, a form, a popup window, and a custom function component.
According to one or more embodiments of the present disclosure, in the component construction method, the external interface of the new functional component is the same as the interface name and the parameters of the target functional component.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the component content creation unit for creating an out-of-communication pipe of the new functional component includes:
a communication pipe between the new functional component and the cross-source object is established by a window.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the cross-source object includes a parent container of the new functional component and/or a child element inside the parent container.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the element of the floating window type is an IFRAME type element, and the component container building unit is further configured to initialize the size of the element of the floating window type to the size of the browser visual window.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the external interface of the new functional component includes an interface for calling out the new functional component from the bottom or the side of the visual window of the browser.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the newly creating a component container of a preset name includes creating a component container of the same name as the target function component.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the target function component includes a date selection component, a form, a popup window, and a custom function component.
According to one or more embodiments of the present disclosure, in the component construction apparatus, the external interface of the new functional component is identical to the interface name and parameters of the target functional component.
The foregoing description is only a preferred embodiment of the disclosed embodiments and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure in the embodiments of the present disclosure is not limited to the particular combination of the above-described features, but also encompasses other embodiments in which any combination of the above-described features or their equivalents is possible without departing from the scope of the present disclosure. For example, the above features and (but not limited to) the features with similar functions disclosed in the embodiments of the present disclosure are mutually replaced to form the technical solution.
Claims (13)
1. A method of component construction, the method comprising:
acquiring an element file of a target function component, wherein the element file at least comprises a behavior logic file and a style file;
newly building a component container with a preset name, and filling elements of a floating window type in the component container, wherein the transparency attribute value of the elements of the floating window type is 0;
and according to the element file of the target functional component, wrapping the target functional component in the floating window type element to obtain a new functional component, and establishing an external communication pipeline of the new functional component.
2. The method of claim 1, wherein the establishing the out-of-line communication pipe for the new functional component comprises:
a communication pipe between the new functional component and the cross-source object is established by a window.
3. The method of claim 2, wherein the cross-source object comprises a parent container of the new functional component and/or a child element inside the parent container.
4. The method of claim 1, wherein the element of the floating window type is an IFRAME type element, the method further comprising: initializing a size of the element of the floating window type to a size of a browser visible window.
5. The method of claim 4, wherein the external interface of the new functional component comprises an interface for calling the new functional component from the bottom or side of a visual window of a browser.
6. The method of claim 1, wherein the creating of the component container with the preset name comprises: and newly building a component container with the same name as the target function component.
7. The method of claim 1, wherein the target function components include a date selection component, a form, a popup, and a custom function component.
8. The method of claim 1, wherein the external interface of the new functional component is the same as the interface name and parameters of the target functional component.
9. A page generation method, characterized in that at least one new functional component is dynamically generated by using the component construction method according to any one of claims 1 to 8, and each new functional component communicates with the page through the communication pipeline established by the new functional component.
10. A component system comprising at least one new functional component provided by the component construction method according to any of claims 1-8.
11. An assembly construction device, comprising:
an element acquiring unit, configured to acquire an element file of a target functional component, where the element file includes at least a behavior logic file and a style file;
the component container building unit is used for building a component container with a preset name, and filling elements of a floating window type into the component container, wherein the transparency attribute value of the elements of the floating window type is 0;
and the component content creating unit is used for wrapping the target function component in the floating window type element according to the element file of the target function component to obtain a new function component and establishing an external communication pipeline of the new function component.
12. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-9.
13. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-9.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010081403.9A CN111324347B (en) | 2020-02-06 | 2020-02-06 | Component construction method, device and system, page generation method, device and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010081403.9A CN111324347B (en) | 2020-02-06 | 2020-02-06 | Component construction method, device and system, page generation method, device and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111324347A true CN111324347A (en) | 2020-06-23 |
CN111324347B CN111324347B (en) | 2023-08-18 |
Family
ID=71172596
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010081403.9A Active CN111324347B (en) | 2020-02-06 | 2020-02-06 | Component construction method, device and system, page generation method, device and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111324347B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112540803A (en) * | 2020-12-18 | 2021-03-23 | 深圳赛安特技术服务有限公司 | Form design adaptation method, device, equipment and storage medium |
CN114489896A (en) * | 2022-01-20 | 2022-05-13 | 北京有竹居网络技术有限公司 | Content display method, content display device, storage medium and electronic equipment |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101084474A (en) * | 2005-12-13 | 2007-12-05 | 松下电工株式会社 | Systems and methods for controlling embedded devices using device style sheets |
CN103699369A (en) * | 2012-09-27 | 2014-04-02 | 腾讯科技(深圳)有限公司 | Message display method and device for mobile terminal |
US20140282398A1 (en) * | 2013-03-15 | 2014-09-18 | Wolters Kluwer U.S. Corporation | Platform for developing and distributing mobile applications |
US20150261506A1 (en) * | 2014-03-11 | 2015-09-17 | Telefonaktiebolaget L M Ericsson (Publ) | Methods and systems for dynamic runtime generation of customized applications |
CN107193542A (en) * | 2017-03-30 | 2017-09-22 | 腾讯科技(深圳)有限公司 | Method for information display and device |
CN107943478A (en) * | 2017-11-29 | 2018-04-20 | 厦门市美亚柏科信息股份有限公司 | A kind of exploitation of Web page application program and loading method, device, terminal and medium |
CN108121539A (en) * | 2016-11-28 | 2018-06-05 | 北京国双科技有限公司 | Component processing method and device |
CN108491205A (en) * | 2018-03-22 | 2018-09-04 | 北京焦点新干线信息技术有限公司 | A kind of front end web development methods and system based on component tree |
CN109101225A (en) * | 2017-06-20 | 2018-12-28 | 腾讯科技(深圳)有限公司 | Component building method and device, Component Gallery framework and computer readable storage medium |
CN109683890A (en) * | 2018-11-16 | 2019-04-26 | 东软集团股份有限公司 | The modular method, apparatus of cascading style sheets, storage medium and equipment |
CN110633443A (en) * | 2019-08-30 | 2019-12-31 | 腾讯科技(深圳)有限公司 | Method, device, equipment and medium for in-page data communication |
-
2020
- 2020-02-06 CN CN202010081403.9A patent/CN111324347B/en active Active
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101084474A (en) * | 2005-12-13 | 2007-12-05 | 松下电工株式会社 | Systems and methods for controlling embedded devices using device style sheets |
CN103699369A (en) * | 2012-09-27 | 2014-04-02 | 腾讯科技(深圳)有限公司 | Message display method and device for mobile terminal |
US20140282398A1 (en) * | 2013-03-15 | 2014-09-18 | Wolters Kluwer U.S. Corporation | Platform for developing and distributing mobile applications |
US20150261506A1 (en) * | 2014-03-11 | 2015-09-17 | Telefonaktiebolaget L M Ericsson (Publ) | Methods and systems for dynamic runtime generation of customized applications |
CN108121539A (en) * | 2016-11-28 | 2018-06-05 | 北京国双科技有限公司 | Component processing method and device |
CN107193542A (en) * | 2017-03-30 | 2017-09-22 | 腾讯科技(深圳)有限公司 | Method for information display and device |
CN109101225A (en) * | 2017-06-20 | 2018-12-28 | 腾讯科技(深圳)有限公司 | Component building method and device, Component Gallery framework and computer readable storage medium |
CN107943478A (en) * | 2017-11-29 | 2018-04-20 | 厦门市美亚柏科信息股份有限公司 | A kind of exploitation of Web page application program and loading method, device, terminal and medium |
CN108491205A (en) * | 2018-03-22 | 2018-09-04 | 北京焦点新干线信息技术有限公司 | A kind of front end web development methods and system based on component tree |
CN109683890A (en) * | 2018-11-16 | 2019-04-26 | 东软集团股份有限公司 | The modular method, apparatus of cascading style sheets, storage medium and equipment |
CN110633443A (en) * | 2019-08-30 | 2019-12-31 | 腾讯科技(深圳)有限公司 | Method, device, equipment and medium for in-page data communication |
Non-Patent Citations (1)
Title |
---|
车元媛;: "CSS技术在网页设计中的应用研究", 科技信息, no. 05, pages 520 - 521 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112540803A (en) * | 2020-12-18 | 2021-03-23 | 深圳赛安特技术服务有限公司 | Form design adaptation method, device, equipment and storage medium |
CN112540803B (en) * | 2020-12-18 | 2023-08-11 | 深圳赛安特技术服务有限公司 | Form design adaptation method, device, equipment and storage medium |
CN114489896A (en) * | 2022-01-20 | 2022-05-13 | 北京有竹居网络技术有限公司 | Content display method, content display device, storage medium and electronic equipment |
CN114489896B (en) * | 2022-01-20 | 2024-04-30 | 北京有竹居网络技术有限公司 | Content display method and device, storage medium and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN111324347B (en) | 2023-08-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110489101B (en) | Interface simulation method, system, medium and electronic equipment | |
CN109460233B (en) | Method, device, terminal equipment and medium for updating native interface display of page | |
CN111796820B (en) | Method and device for constructing front-end page based on integrated assembly and electronic equipment | |
CN110070593B (en) | Method, device, equipment and medium for displaying picture preview information | |
CN105072461A (en) | Data processing method and device | |
CN111258998A (en) | Data verification method, device, medium and electronic equipment | |
CN111177634A (en) | Multi-language supporting file content loading method, device, equipment and medium | |
CN111324347B (en) | Component construction method, device and system, page generation method, device and medium | |
CN111008047A (en) | Page element conflict processing method and device and electronic equipment | |
CN110825365B (en) | Method, device, equipment and medium for customizing webview characteristics | |
CN111324835A (en) | Method and device for rendering user interface component, electronic equipment and storage medium | |
CN109669720B (en) | Chain type asynchronous request processing method and device based on Promise and electronic equipment | |
CN109491687B (en) | Hot updating method and device of application software, terminal and readable medium | |
CN111209739A (en) | Electronic form, electronic device, storage medium, and electronic form verification method | |
CN111209503A (en) | Method and device for processing popup in webpage, electronic equipment and storage medium | |
CN113676677B (en) | Dynamic picture synthesis method and device, electronic equipment and readable storage medium | |
CN112445478B (en) | Graphic file processing method, device, equipment and medium | |
CN110618811A (en) | Information presentation method and device | |
CN111274513B (en) | Window display method, device, terminal and storage medium | |
CN111382381B (en) | User data sharing method and device, mobile terminal and storage medium | |
CN114185516A (en) | Method, device, equipment and medium for adapting list item view in Android system | |
CN113778566A (en) | Native application calling method and device, electronic equipment and computer readable medium | |
CN113835790A (en) | Paging page display method and device based on Android | |
CN111310175A (en) | iOS application safety monitoring and protecting method and device based on plug-in | |
CN112688863B (en) | Gateway data processing method and device and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |