CN103955364A - Front end assembly method suitable for mobile phone - Google Patents
Front end assembly method suitable for mobile phone Download PDFInfo
- Publication number
- CN103955364A CN103955364A CN201410150277.2A CN201410150277A CN103955364A CN 103955364 A CN103955364 A CN 103955364A CN 201410150277 A CN201410150277 A CN 201410150277A CN 103955364 A CN103955364 A CN 103955364A
- Authority
- CN
- China
- Prior art keywords
- assembly
- file
- page
- component
- mobile phone
- 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
Landscapes
- Stored Programmes (AREA)
- Telephone Function (AREA)
Abstract
The invention provides a front end assembly method suitable for a mobile phone. The front end assembly method comprises a resource folder used for defining an assembly, wherein the folder comprises pattern information of the assembly, layout information, a main logic method and a resource file; in a configuration file, the required assembly is registered; the assembly is identified according to the configuration information and a label in a page; label rendering and addition are carried out by calling a related method in the assembly; a user is allowed to define own assembly and adds the assembly into an assembly package, and the user-defined assembly can be a brand new assembly which is developed by the user, and can also be obtained by amending and processing an old assembly; after the assembly is normally produced, an interface and an event are externally provided and interaction with external resources is realized. Since assemblies are increased, application items are increased, and the reuse frequencies of the assemblies are also increased; when the technology is adopted in the development process, the development cost is gradually reduced, and the development efficiency is gradually increased.
Description
Technical field
The present invention relates to a kind of front end assemblies method that is applicable to mobile phone.
Background technology
At mobile phone terminal, realize the application of cross-system, most convenient efficiently method is exactly to adopt the mode of web app to carry out applied software development.In the exploitation of web app, we often need to use a lot of various html element elements (multiplexing code).Along with increasing of mobile phone application item, we can find that there is many similar functions demand (for example many application software all need to use logical select frame or check box object) in a plurality of mobile phone projects, if developer repeats to write similar code for each project, so both can cause the work of repetition, increase cost of development, be also unfavorable for the maintenance in later stage.In order to overcome the above problems, the present invention proposes a kind of front end assemblies method that is applicable to mobile phone, by the functional module of mobile phone front end, facilitated user's recycling and secondary development, saved cost of development, improved work efficiency.
Summary of the invention
The technical problem to be solved in the present invention, is to provide a kind of front end assemblies method that is applicable to mobile phone, and the various elements of commonly using (multiplexing code) are formed to front end assemblies, multiplexing for developer.Developer can, according to the demand of oneself, to modifying when front assembly, form the new assembly that is applicable to this application field; Also assembly can be classified, on demand assembly be loaded, thereby avoid the disposable too many element of quoting.
The present invention is achieved in that a kind of front end assemblies method that is applicable to mobile phone, comprises the steps:
Step 10, loading base page framework, and configuration component Resource TOC, comprise a component resources file of definition, in file, comprise the resource file of assembly and the configuration file of assembly, and the principle that the resource file of assembly is placed on same file folder according to all resources in same assembly arranges;
Step 20, the assembly select needing, read corresponding page info according to being configured in component file;
Step 30, the support that utilizes bottom parsing storehouse to provide, resolve the initial method of invocation component automatically to assembly according to the label in configuration information and the page;
Step 40, user be self-defined oneself assembly according to demand;
The rendering intent of step 50, invocation component object, the function completing according to initialization is played up page-tag;
Step 60, while also having the assembly of no initializtion in assembly, will automatically jump to step 30, and realize nested between assembly by the html topology file in assembly;
Step 70, assembly are normal generate after, developer is by calling corresponding interface assembly is operated or the corresponding event of capture component processing.
Further, in described step 10, the Resource TOC that configuration file is corresponding comprises Style catalogue, for preserving the resource that assembly is relevant; Html catalogue, for preserving the topology file of assembly; JS catalogue, for preserving the logic that assembly is relevant.
Further, in described step 20, while reading page info, need first in the label of the page, write the component type that will use, after judgement configuration is correct, by formation component object, and be saved in the target cache of the page.
Further, described step 40 User Defined assembly step is mainly as follows:
Step 401, according to component resources structure category, write or revise the assembly needing, and in assembly, provide and allow the rendering intent of page invocation;
Step 402, according to actual service needed, provide corresponding calling interface and corresponding event, and add corresponding resource;
Step 403, the title of assembly and catalogue are registered in configuration file for use.
Further, in described step 60, the html topology file in assembly is not necessary, but when having assembly nested, the rendering intent in assembly carrys out the layout of formation component with regard to calling the topology file of html; When assembly is nested, the topology file of html is just written to the label of other assemblies in the topology file of upper level assembly, to realize the nested of assembly; In assembly nested procedure, will first play up nested assembly content, then by nested content as a whole a part for assembly be rendered on the final page.
Further, in described step 50, the process that label is played up is as follows:
The pattern file of step 501, charging assembly object and relevant resource;
Step 502, according to the configuration information of assembly, generate corresponding DOM object;
Step 503, the DOM object of generation is added on the respective labels on the page.
The present invention has following beneficial effect:
1. the modularization of the conventional interface function of mobile phone front end, is convenient to user's recycling and secondary development, saves cost of development, increases work efficiency.
2. the project of using along with user increases, and the assembly of use also will increase, and the cost that user saves is more, safeguards that Vietnamese side just.
3. when self-defined, user can, according to the business demand of oneself, create one's own assembly; Also can in the assembly of oneself, quote other original assemblies, the expansion of practical function and enhancing.
4. owing to having stipulated unified component interface, between assembly, can call simply mutually, still can not interfere with the execution of the sub-component in assembly.
Accompanying drawing explanation
The present invention is further illustrated in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is FB(flow block) of the present invention.
Fig. 2 is assembly catalogue logical organization schematic diagram in the present invention.
Embodiment
Please refer to shown in Fig. 1, a kind of front end assemblies method that is applicable to mobile phone, comprises the steps:
Step 10, loading base page framework, and configuration component file, comprise a component resources file of definition, include the resource file of assembly and the configuration file of assembly, and the principle that the resource file of assembly is placed on identical file folder according to all resources in same assembly arranges.As shown in Figure 2, in configuration file, the Resource TOC that configuration component is corresponding comprises Style catalogue, Html catalogue and three catalogues of JS catalogue.Wherein: under Style catalogue, preserve the resource that assembly is relevant, comprise the pattern file (CSS file) of the page and picture resource etc.; Under Html catalogue, preserve the topology file (html file) of assembly; Under JS catalogue, preserve the logic that assembly is relevant.
Step 20, select the assembly that need to use, according to being configured in, in component file, read corresponding page info.When user need to use assembly in the page, elder generation writes the component type that will use in the label of the page, when reading page-tag, if certain label, with component property, is incited somebody to action first formation component object, and is saved in the target cache of the page.
Step 30, the support that utilizes bottom parsing storehouse to provide, resolve the initial method of invocation component automatically to assembly according to the information of configuration and the label in the page.
Step 40, user be self-defined oneself assembly according to demand.If the insufficiency of function of assembly is enough supported user's business demand, user can be self-defined oneself assembly.User can simply copy out by assembly, revises some component detail, to adapt to the demand of own industry, then by assembly Reseal, as a new assembly, is integrated in Component Gallery, so that next time is multiplexing; User also can start anew to develop a brand-new assembly completely, gives the function oneself needing.Self-defined assembly step is mainly as follows:
Step 401, according to component resources structure category, write or revise the assembly needing, and in assembly, provide and allow the rendering intent of page invocation;
Step 402, according to actual service needed, provide corresponding calling interface and corresponding event, and add corresponding resource;
Step 403, the title of assembly and catalogue are registered in configuration file for use.
The rendering intent of step 50, invocation component object, the function completing according to initialization is played up page-tag, and the process that label is played up is as follows:
The pattern file of step 501, charging assembly object and relevant resource;
Step 502, according to the configuration information of assembly, generate corresponding DOM object;
Step 503, the DOM object of generation is added on the respective labels on the page.
Described module configuration information is by asking the information of remote server or needed configuration data being obtained among object is directly transferred to assembly.If configured the data source information of assembly, assembly will be automatically according to information request remote server resource, if resource format does not meet the needs of assembly, or remote server can not normally access, and assembly cannot normally be played up out so.
Step 60, while also having the assembly of no initializtion in assembly, will automatically jump to step 30, and realize nested between assembly by the html topology file in assembly.
Html topology file in described assembly is not necessary, but when assembly is nested, html topology file is by being written to other labelled components in the topology file of upper level assembly, to realize the nested of assembly.In assembly nested procedure, will first play up nested assembly content, then by nested content as a whole a part for assembly be rendered on the final page.
Step 70, assembly are normal generate after, developer is by calling corresponding interface assembly is operated or the corresponding event of capture component processing.Front end assemblies has encapsulated the function that a series of common business demands will be used, and such as data list, menu etc., has also comprised the interaction logic in element structure, pattern, assembly, for outside provides corresponding component interface and event in assembly.
In sum, the present invention has the following advantages:
1. by the conventional interface function modularization of mobile phone front end, facilitate user's recycling and secondary development, saved cost of development, improved work efficiency.
2. the project of using along with user increases, and the assembly of use also will increase, and the cost that user saves is more, safeguards that Vietnamese side just.
3. in performance history, user can, according to the business demand of oneself, create one's own assembly; Also can in the assembly of oneself, quote other original assemblies, the expansion of practical function and enhancing.
4. owing to having stipulated unified component interface, between assembly, can simply mutually call, but can not interfere with the execution of the sub-component in assembly, for operation has brought a lot of convenience.
The foregoing is only the specific embodiment of the present invention, our described specific embodiment is also just illustrative, and all equalizations of doing according to the present patent application the scope of the claims change and modify, and all should belong to covering scope of the present invention.
Claims (7)
1. a front end assemblies method that is applicable to mobile phone, is characterized in that: comprise the steps:
Step 10, loading base page framework, and configuration component Resource TOC, comprise a component resources file of definition, in file, comprise the resource file of assembly and the configuration file of assembly, and the principle that the resource file of assembly is placed on same file folder according to all resources in same assembly arranges;
Step 20, the assembly select needing, read corresponding page info according to being configured in component file;
Step 30, the support that utilizes bottom parsing storehouse to provide, resolve the initial method of invocation component automatically to assembly according to the label in configuration information and the page;
Step 40, user be self-defined oneself assembly according to demand;
The rendering intent of step 50, invocation component object, the function completing according to initialization is played up page-tag;
Step 60, while also having the assembly of no initializtion in assembly, will automatically jump to step 30, and realize nested between assembly by the html topology file in assembly;
Step 70, assembly are normal generate after, developer is by calling corresponding interface assembly is operated or the corresponding event of capture component processing.
2. a kind of front end assemblies method that is applicable to mobile phone according to claim 1, is characterized in that: in described step 10, the Resource TOC that configuration file is corresponding comprises:
Style catalogue, for preserving the resource that assembly is relevant;
Html catalogue, for preserving the topology file of assembly;
JS catalogue, for preserving the logic that assembly is relevant.
3. a kind of front end assemblies method that is applicable to mobile phone according to claim 1, it is characterized in that: in described step 20, while reading page info, need first in the label of the page, to write the component type that will use, after judgement configuration is correct, by formation component object, and be saved in the target cache of the page.
4. a kind of front end assemblies method that is applicable to mobile phone according to claim 1, is characterized in that: described step 40 User Defined assembly step is mainly as follows:
Step 401, according to component resources structure category, write or revise the assembly needing, and in assembly, provide and allow the rendering intent of page invocation;
Step 402, according to actual service needed, provide corresponding calling interface and corresponding event, and add corresponding resource;
Step 403, the title of assembly and catalogue are registered in configuration file for use.
5. a kind of front end assemblies method that is applicable to mobile phone according to claim 1, it is characterized in that: in described step 60, html topology file in assembly is not necessary, but when having assembly nested, the rendering intent in assembly carrys out the layout of formation component with regard to calling the topology file of html; When assembly is nested, the topology file of html is written to the label of other assemblies in the topology file of upper level assembly, to realize the nested of assembly; In assembly nested procedure, will first play up nested assembly content, then by nested content as a whole a part for assembly be rendered on the final page.
6. a kind of front end assemblies method that is applicable to mobile phone according to claim 1, is characterized in that: in described step 50, the process that label is played up is as follows:
The pattern file of step 501, charging assembly object and relevant resource;
Step 502, according to the configuration information of assembly, generate corresponding DOM object;
Step 503, the DOM object of generation is added on the respective labels on the page.
7. a kind of front end assemblies method that is applicable to mobile phone according to claim 6, is characterized in that: described module configuration information is by the information of request remote server, or needed configuration data is obtained among object is directly transferred to assembly.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410150277.2A CN103955364B (en) | 2014-04-15 | 2014-04-15 | A kind of front end assemblies method suitable for mobile phone |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410150277.2A CN103955364B (en) | 2014-04-15 | 2014-04-15 | A kind of front end assemblies method suitable for mobile phone |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103955364A true CN103955364A (en) | 2014-07-30 |
CN103955364B CN103955364B (en) | 2017-06-20 |
Family
ID=51332640
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410150277.2A Active CN103955364B (en) | 2014-04-15 | 2014-04-15 | A kind of front end assemblies method suitable for mobile phone |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103955364B (en) |
Cited By (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104731588A (en) * | 2015-03-12 | 2015-06-24 | 用友网络科技股份有限公司 | Page layout file generation method and device |
CN105404502A (en) * | 2015-10-20 | 2016-03-16 | 浪潮软件集团有限公司 | Js component convenient for mobile phone app Sudoku and list development |
CN105808239A (en) * | 2016-02-29 | 2016-07-27 | 浪潮通信信息系统有限公司 | IT network management system construction method based on components and IT network management system |
CN105893014A (en) * | 2015-12-08 | 2016-08-24 | 乐视云计算有限公司 | Project development method and system for front end |
WO2016177250A1 (en) * | 2015-05-05 | 2016-11-10 | 阿里巴巴集团控股有限公司 | Client page rendering method and apparatus |
CN106250128A (en) * | 2016-07-26 | 2016-12-21 | 网易(杭州)网络有限公司 | The display processing method of user interface and device |
CN106294816A (en) * | 2016-08-16 | 2017-01-04 | 腾讯科技(深圳)有限公司 | The treating method and apparatus of page info |
CN106445559A (en) * | 2016-10-21 | 2017-02-22 | 用友网络科技股份有限公司 | Device and method for solving page differentiation through view template |
CN106775751A (en) * | 2016-12-30 | 2017-05-31 | 深圳中顺易金融服务有限公司 | A kind of web front-end frame system and framework method |
CN107315646A (en) * | 2016-04-27 | 2017-11-03 | 北京京东尚科信息技术有限公司 | Data flow control method and device between page assembly |
WO2017193574A1 (en) * | 2016-05-13 | 2017-11-16 | 北京金山安全软件有限公司 | Screen-lock method, apparatus, and electronic device |
CN108021359A (en) * | 2016-11-02 | 2018-05-11 | 腾讯科技(北京)有限公司 | Platform and method, the offer method of application and acquisition methods of application service are provided |
CN108037923A (en) * | 2018-01-02 | 2018-05-15 | 武汉斗鱼网络科技有限公司 | Service implementation method of drawing a lottery and component |
CN108121539A (en) * | 2016-11-28 | 2018-06-05 | 北京国双科技有限公司 | Component processing method and device |
CN108196900A (en) * | 2017-12-08 | 2018-06-22 | 五八有限公司 | The register method and device of component |
CN108614693A (en) * | 2018-03-21 | 2018-10-02 | 阿里巴巴集团控股有限公司 | It is a kind of for the processing method of page assembly, device and equipment |
CN108846087A (en) * | 2018-06-12 | 2018-11-20 | 恒生电子股份有限公司 | A kind of page rendering method, apparatus, terminal and server |
CN108874389A (en) * | 2018-06-27 | 2018-11-23 | 中国建设银行股份有限公司 | front end page development framework |
CN108897541A (en) * | 2018-07-03 | 2018-11-27 | 腾讯科技(深圳)有限公司 | Vision restoring method, device, storage medium and the terminal of application program |
CN109086114A (en) * | 2018-07-26 | 2018-12-25 | 郑州云海信息技术有限公司 | A kind of method, apparatus and terminal generating web front-end interactive interface |
CN109725901A (en) * | 2018-05-31 | 2019-05-07 | 中国平安人寿保险股份有限公司 | Development approach, device, equipment and the computer storage medium of front-end code |
CN109857392A (en) * | 2019-01-03 | 2019-06-07 | 深圳壹账通智能科技有限公司 | A kind of intelligent developed method, apparatus and electronic equipment of HTML5 component |
CN110045956A (en) * | 2019-04-16 | 2019-07-23 | 北京字节跳动网络技术有限公司 | Configuration method, device, equipment and the readable storage medium storing program for executing of component |
CN111258569A (en) * | 2020-01-09 | 2020-06-09 | 卓望数码技术(深圳)有限公司 | Webpage component editing method, device, equipment and computer readable storage medium |
CN112307402A (en) * | 2020-11-11 | 2021-02-02 | 北京指掌易科技有限公司 | Webpage component creating method and device, electronic equipment and readable storage medium |
CN112306461A (en) * | 2019-07-30 | 2021-02-02 | 中科云谷科技有限公司 | Universal front-end component implementation method, device and storage medium |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020069399A1 (en) * | 1999-08-16 | 2002-06-06 | Z-Force Corporation | System of reusable software parts and methods of use |
CN101286120A (en) * | 2008-05-28 | 2008-10-15 | 北京中企开源信息技术有限公司 | Website page manufacture method and system |
CN101996073A (en) * | 2009-08-31 | 2011-03-30 | 阿里巴巴集团控股有限公司 | Component rendering method and device |
CN102096588A (en) * | 2011-03-24 | 2011-06-15 | 南京朗睿软件科技有限公司 | Control-containing page establishing method |
CN102306163A (en) * | 2011-08-01 | 2012-01-04 | 烟台杰瑞网络商贸有限公司 | Dynamic integration technology based on B2B (business to business) platform |
CN102495735A (en) * | 2011-12-14 | 2012-06-13 | 方正国际软件有限公司 | Web end UI (user interface) component application frame system |
CN102880708A (en) * | 2012-09-28 | 2013-01-16 | 用友软件股份有限公司 | Visual design system and method for implementing hypertext markup language (HTML) page |
CN103019684A (en) * | 2012-11-20 | 2013-04-03 | 北京思特奇信息技术股份有限公司 | Dynamic template-based business page configuring method |
CN103034731A (en) * | 2012-12-20 | 2013-04-10 | 北京思特奇信息技术股份有限公司 | Method for generating Web front-end interactive page |
-
2014
- 2014-04-15 CN CN201410150277.2A patent/CN103955364B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020069399A1 (en) * | 1999-08-16 | 2002-06-06 | Z-Force Corporation | System of reusable software parts and methods of use |
CN101286120A (en) * | 2008-05-28 | 2008-10-15 | 北京中企开源信息技术有限公司 | Website page manufacture method and system |
CN101996073A (en) * | 2009-08-31 | 2011-03-30 | 阿里巴巴集团控股有限公司 | Component rendering method and device |
CN102096588A (en) * | 2011-03-24 | 2011-06-15 | 南京朗睿软件科技有限公司 | Control-containing page establishing method |
CN102306163A (en) * | 2011-08-01 | 2012-01-04 | 烟台杰瑞网络商贸有限公司 | Dynamic integration technology based on B2B (business to business) platform |
CN102495735A (en) * | 2011-12-14 | 2012-06-13 | 方正国际软件有限公司 | Web end UI (user interface) component application frame system |
CN102880708A (en) * | 2012-09-28 | 2013-01-16 | 用友软件股份有限公司 | Visual design system and method for implementing hypertext markup language (HTML) page |
CN103019684A (en) * | 2012-11-20 | 2013-04-03 | 北京思特奇信息技术股份有限公司 | Dynamic template-based business page configuring method |
CN103034731A (en) * | 2012-12-20 | 2013-04-10 | 北京思特奇信息技术股份有限公司 | Method for generating Web front-end interactive page |
Cited By (33)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104731588A (en) * | 2015-03-12 | 2015-06-24 | 用友网络科技股份有限公司 | Page layout file generation method and device |
CN104731588B (en) * | 2015-03-12 | 2018-11-20 | 用友网络科技股份有限公司 | Page layout document generating method and page layout file creating apparatus |
WO2016177250A1 (en) * | 2015-05-05 | 2016-11-10 | 阿里巴巴集团控股有限公司 | Client page rendering method and apparatus |
CN105404502A (en) * | 2015-10-20 | 2016-03-16 | 浪潮软件集团有限公司 | Js component convenient for mobile phone app Sudoku and list development |
CN105893014A (en) * | 2015-12-08 | 2016-08-24 | 乐视云计算有限公司 | Project development method and system for front end |
CN105808239A (en) * | 2016-02-29 | 2016-07-27 | 浪潮通信信息系统有限公司 | IT network management system construction method based on components and IT network management system |
CN107315646A (en) * | 2016-04-27 | 2017-11-03 | 北京京东尚科信息技术有限公司 | Data flow control method and device between page assembly |
WO2017193574A1 (en) * | 2016-05-13 | 2017-11-16 | 北京金山安全软件有限公司 | Screen-lock method, apparatus, and electronic device |
CN106250128A (en) * | 2016-07-26 | 2016-12-21 | 网易(杭州)网络有限公司 | The display processing method of user interface and device |
CN106294816A (en) * | 2016-08-16 | 2017-01-04 | 腾讯科技(深圳)有限公司 | The treating method and apparatus of page info |
CN106294816B (en) * | 2016-08-16 | 2022-03-25 | 腾讯科技(深圳)有限公司 | Page information processing method and device |
CN106445559A (en) * | 2016-10-21 | 2017-02-22 | 用友网络科技股份有限公司 | Device and method for solving page differentiation through view template |
CN108021359A (en) * | 2016-11-02 | 2018-05-11 | 腾讯科技(北京)有限公司 | Platform and method, the offer method of application and acquisition methods of application service are provided |
CN108121539A (en) * | 2016-11-28 | 2018-06-05 | 北京国双科技有限公司 | Component processing method and device |
CN106775751A (en) * | 2016-12-30 | 2017-05-31 | 深圳中顺易金融服务有限公司 | A kind of web front-end frame system and framework method |
CN108196900A (en) * | 2017-12-08 | 2018-06-22 | 五八有限公司 | The register method and device of component |
CN108037923B (en) * | 2018-01-02 | 2022-02-08 | 武汉斗鱼网络科技有限公司 | Lottery service implementation method and component |
CN108037923A (en) * | 2018-01-02 | 2018-05-15 | 武汉斗鱼网络科技有限公司 | Service implementation method of drawing a lottery and component |
CN108614693A (en) * | 2018-03-21 | 2018-10-02 | 阿里巴巴集团控股有限公司 | It is a kind of for the processing method of page assembly, device and equipment |
CN108614693B (en) * | 2018-03-21 | 2022-06-24 | 创新先进技术有限公司 | Processing method, device and equipment for page component |
CN109725901B (en) * | 2018-05-31 | 2024-03-29 | 中国平安人寿保险股份有限公司 | Front-end code development method, device, equipment and computer storage medium |
CN109725901A (en) * | 2018-05-31 | 2019-05-07 | 中国平安人寿保险股份有限公司 | Development approach, device, equipment and the computer storage medium of front-end code |
CN108846087A (en) * | 2018-06-12 | 2018-11-20 | 恒生电子股份有限公司 | A kind of page rendering method, apparatus, terminal and server |
CN108874389A (en) * | 2018-06-27 | 2018-11-23 | 中国建设银行股份有限公司 | front end page development framework |
CN108897541A (en) * | 2018-07-03 | 2018-11-27 | 腾讯科技(深圳)有限公司 | Vision restoring method, device, storage medium and the terminal of application program |
CN108897541B (en) * | 2018-07-03 | 2022-02-11 | 腾讯科技(深圳)有限公司 | Visual restoration method and device of application program, storage medium and terminal |
CN109086114A (en) * | 2018-07-26 | 2018-12-25 | 郑州云海信息技术有限公司 | A kind of method, apparatus and terminal generating web front-end interactive interface |
CN109857392A (en) * | 2019-01-03 | 2019-06-07 | 深圳壹账通智能科技有限公司 | A kind of intelligent developed method, apparatus and electronic equipment of HTML5 component |
CN110045956A (en) * | 2019-04-16 | 2019-07-23 | 北京字节跳动网络技术有限公司 | Configuration method, device, equipment and the readable storage medium storing program for executing of component |
CN112306461A (en) * | 2019-07-30 | 2021-02-02 | 中科云谷科技有限公司 | Universal front-end component implementation method, device and storage medium |
CN111258569A (en) * | 2020-01-09 | 2020-06-09 | 卓望数码技术(深圳)有限公司 | Webpage component editing method, device, equipment and computer readable storage medium |
CN112307402A (en) * | 2020-11-11 | 2021-02-02 | 北京指掌易科技有限公司 | Webpage component creating method and device, electronic equipment and readable storage medium |
CN112307402B (en) * | 2020-11-11 | 2024-01-26 | 北京指掌易科技有限公司 | Webpage component creation method and device, electronic equipment and readable storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN103955364B (en) | 2017-06-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103955364A (en) | Front end assembly method suitable for mobile phone | |
US11853820B2 (en) | Cross-process communication method, apparatus, and device | |
CN102971688B (en) | Cross-platform program frame | |
CN104951326B (en) | Webpage access method and device | |
CN102087594B (en) | Management method and device for extension point and plugins | |
CN102637184A (en) | Method and system for customizing webpages | |
CN104798036A (en) | User interface control framework for stamping out controls using a declarative template | |
CN103049320A (en) | Method and device for starting external application program in browser | |
CN105069132A (en) | Webpage implementation method based on static shell | |
CN104704468A (en) | Cross system installation of WEB applications | |
CN111767499A (en) | Page configuration method and device | |
CN109933381A (en) | A kind of loading method and device of kernel | |
CN102253986A (en) | Method and device for improving webpage displaying effect in multiple terminals | |
CN111158777B (en) | Component calling method, device and computer readable storage medium | |
CN114035786A (en) | Dependency-based micro-front-end compatible migration method and system | |
CN103226475B (en) | Method and the device of control replacement is realized during transcoding | |
CN112764836A (en) | Method and device for running fast application and electronic equipment | |
US10229093B2 (en) | Method and system for implementing a common data interface to web services | |
CN112631563A (en) | System development method and device based on framework, computer equipment and storage medium | |
CN108804236B (en) | AIDL file sharing method and system | |
CN116541035A (en) | Method, system, equipment and medium for upgrading container orchestration engine | |
CN115857934A (en) | Method for generating form page according to configuration variable file | |
CN106778270B (en) | Malicious application detection method and system | |
CN104156209A (en) | Cross-platform application interface modeling method and device | |
CN111708519B (en) | Service component processing method, device, equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |