CN105446740A - MVVM (Model-View-View Model) architecture based Web front-end presentation system - Google Patents

MVVM (Model-View-View Model) architecture based Web front-end presentation system Download PDF

Info

Publication number
CN105446740A
CN105446740A CN201510893791.XA CN201510893791A CN105446740A CN 105446740 A CN105446740 A CN 105446740A CN 201510893791 A CN201510893791 A CN 201510893791A CN 105446740 A CN105446740 A CN 105446740A
Authority
CN
China
Prior art keywords
view
framework
component
represent
core framework
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510893791.XA
Other languages
Chinese (zh)
Inventor
王亚玲
李晓珍
王胜
杨超
李春阳
王宝令
刘彬
程华沈
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201510893791.XA priority Critical patent/CN105446740A/en
Publication of CN105446740A publication Critical patent/CN105446740A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computing Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention discloses an MVVM (Model-View-View Model) architecture based Web front-end presentation system. The system comprises a basic core framework, an HTML custom tag public component library and a presentation interactive module. The basic core framework is used for encapsulating an API (Application Programming Interface) of a Knockout and providing a basic function of the Knockout, so as to implement a basic core function of an MVVM architecture mode. The HTML custom tag public component library is based on the basic core framework, and implements a general-purpose component in manner of a custom front-end HTML tag by combining a Bootstrap ui framework and a Highcharts ui framework. The presentation interactive module comprises a presentation view unit and a user-defined presentation interactive unit. Thus according to the MVVM architecture based Web front-end presentation system disclosed by the present invention, by means of the basic core framework, the HTML custom tag public component library and the presentation interactive module, richness of interface display is improved, and development efficiency is improved.

Description

A kind of web front end based on MVVM framework represents system
Technical field
The present invention relates to web front end technology for revealing field, more particularly, relate to a kind of web front end based on MVVM framework and represent system.
Background technology
Traditional JS framework is as frameworks such as JQuery, ExtJS, JS codes implement is used dynamically to generate the dom element on html page, revise, delete, this mode has greatly played the control ability that JS code represents front end, but write often by html tag and css pattern for the skill grasped due to the design and development personnel of UI, lack the understanding to JS, and JS code writers is more clear for service logic, but the interface of exploitation lacks aesthetic feeling, and the two is difficult to coordinate.The UI exhibit framework that KendoUI, JQueryEasyUI, JQueryUI, Bootstrap etc. are ripe, user carries out page operation, when causing the content of certain assembly to change, developer needs follow the tracks of in code and judge this change, and performs background logic Update Table content according to change; Meanwhile, the data content when backstage changes, and the assembly that developer needs to judge that this content is corresponding and parameter are also revised, thus cause the synchronized update of webpage representation content.This development scheme, when service logic and data content are comparatively complicated, when being associated with multiple page assembly, often easily causes confusion.
Therefore, how to improve the rich of interface display, improving development efficiency is the problem needing now to solve.
Summary of the invention
The object of the present invention is to provide a kind of web front end based on MVVM framework to represent system, to improve the rich of interface display, improve development efficiency.
For achieving the above object, following technical scheme is embodiments provided:
Web front end based on MVVM framework represents a system, comprising:
Basal core framework, HTML customized label common component storehouse and represent interactive module;
Described basal core framework, for encapsulating KnockoutAPI, externally provides Knockout basic function, to realize the basal core function of MVVM architecture mode; Wherein, described basal core framework is based on Knockout, JQuery and Require tri-frameworks;
Described HTML customized label common component storehouse, based on described basal core framework, in conjunction with Bootstrapui framework and Highchartsui framework, realizes general purpose module in the mode of self-defined front end html tag;
The described interactive module that represents comprises: represent view unit and self-definedly represent interactive unit; Describedly represent view unit, comprise the view model that view represents content, and Batch Processing data and business logic processing data; Describedly self-definedly represent interactive unit, for represent the page cut after independently represent interactive portion, each module repeatedly can be called at the different page, realizes the integration of page logic.
Preferably, described basal core framework is used for the common component in described HTML customized label common component storehouse and the described interactive module that represents to carry out unified management and maintenance.
Preferably, in described HTML customized label common component storehouse, each common component comprises:
Component view and component view model;
Wherein, described component view and described component view model carry out two-way binding by described basal core framework, and by being registered as the assembly in described basal core framework.
Preferably, represent view unit described in comprise:
View and view model; Wherein, described view and described view model carry out two-way binding by described core frame, and by being registered as the module in described basal core framework.
Preferably, the message subscribing mechanism that inter-module is provided by described basal core framework carries out event of calling and Transfer Parameters.
Preferably, described basal core framework is used for the parsing in path and the process to js browser compatibility.
Preferably, described HTML customized label common component storehouse adopts the component mechanism of Knockout, with each component Name name label, comes parameter and the event of definitions component in the mode of the params attribute of each customized label.
Preferably, described HTML customized label common component storehouse comprises:
Container class assembly, data capsule class component, dialog class assembly, editing machine class component, HTML5 assembly, interactive class assembly, navigation type assembly and typesetting class component.
Known by above scheme, a kind of web front end based on MVVM framework that the embodiment of the present invention provides represents system, comprising: basal core framework, HTML customized label common component storehouse and represent interactive module; Basal core framework, for encapsulating KnockoutAPI, externally provides Knockout basic function, to realize the basal core function of MVVM architecture mode; Wherein, described basal core framework is based on Knockout and JQuery, Require tri-frameworks; HTML customized label common component storehouse, based on basal core framework, in conjunction with Bootstrapui framework and Highchartsui framework, realizes general purpose module in the mode of self-defined front end html tag; Represent interactive module to comprise: represent view unit and self-definedly represent interactive unit; Represent view unit, comprise view and represent the view model of content and Batch Processing data and business logic processing data; Self-definedly represent interactive unit, for represent the page cut after independently represent interactive portion, each module repeatedly can be called at the different page, realizes the integration of page logic.
Visible, the present invention, on the basis of MVVM framework, uses Knockout to develop basal core framework, merges and the content such as integrated response type layout, route, notice/subscription, AMD specification, utilize the characteristic of knockoutJS, complete the lifting experienced UI; By realizing customized label formula common component storehouse in conjunction with Bootstrap, make exploitation more convenient, more intuitively, for user provides the organizational form representing page view and view model in interactive module, rapid build single-page, gently to apply; And it is auxiliary for present invention achieves JSAPI, front end html tag resolves to main front end ways of presentation, more be conducive to UI personnel to play its advantage and carry out interface layout's design, make JS developer more pay close attention to service logic and user operation to the impact of business datum simultaneously, and carry out dynamically updating of business datum and interface view and synchronously by adopting view model, the association between business datum and interface need not be concerned about, effectively raise development efficiency.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 a kind of web front end based on MVVM framework disclosed in the embodiment of the present invention represents system architecture schematic diagram.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The embodiment of the invention discloses a kind of web front end based on MVVM framework and represent system, to improve the rich of interface display, improve development efficiency.
See Fig. 1, a kind of web front end based on MVVM framework that the embodiment of the present invention provides represents system, comprising:
Basal core framework 100, HTML customized label common component storehouse 200 and represent interactive module 300;
Described basal core framework 100, for encapsulating KnockoutAPI, externally provides Knockout basic function, to realize the basal core function of MVVM architecture mode; Wherein, described basal core framework 100 is based on Knockout, JQuery and Require tri-frameworks;
Concrete, the path of the responsible parsing application of basal core framework 100, loading basic resource, registration also Management Unit, parameter initialization, encapsulation KnockoutAPI method.
Preferably, described basal core framework is used for the common component in described HTML customized label common component storehouse and the described interactive module that represents to carry out unified management and maintenance.
Concrete, basal core framework 100 couples of KnockoutAPI encapsulate, and use more to meet the mode that developer understands thinking and rename API, and are encapsulated as general API to representing some public functions in interactive module and common component exploitation.Basal core framework 100 depends on Knockout, by encapsulation KnockoutAPI, Knockout basic function is externally provided, represents interactive module function to realize to the unified management in common tag storehouse 200 and the unified management representing interactive module by registering and managing.
Preferably, described basal core framework is used for the parsing in path and the process to js browser compatibility.
Preferably, the message subscribing mechanism that inter-module is provided by described basal core framework carries out event of calling and Transfer Parameters.
Concrete, basal core framework 100 provides message subscribing mechanism, inter-module carries out Parameter transfer except the params attribute by customized label, can also be undertaken by message subscribing mechanism, this mode is that component communication provides new solution, inter-module event is called no longer to be needed successively to transmit, but directly calls event and Transfer Parameters by message subscribing, substantially increases development efficiency.
Described HTML customized label common component storehouse 200, based on described basal core framework 100, in conjunction with Bootstrapui framework and Highchartsui framework, realizes general purpose module in the mode of self-defined front end html tag;
Preferably, described HTML customized label common component storehouse comprises:
Container class assembly, data capsule class component, dialog class assembly, editing machine class component, HTML5 assembly, interactive class assembly, navigation type assembly and typesetting class component.
Concrete, HTML customized label common component storehouse 200 is based on basal core framework, and in conjunction with Bootstrap, the ui frameworks such as Highcharts, realize general ui assembly, comprise: container class assembly (folding panel assembly, Shipping Options Page assembly), data capsule class component (form component, form component, diagrammatic representation assembly), dialog class assembly (modal dialog box assembly, message box assembly, eject dialog box assembly), editing machine class component (calendar component, conventional editing component, combobox assembly, date selects assembly), HTML5 assembly (editor assembly), interactive class assembly (progress bar assembly, toolbar assembly), navigation type assembly (crumbs navigation arrangement, menu bar assembly, navigation bar assembly, paging navigation arrangement, tree assembly), typesetting class component (slide component, article title assembly).These assemblies are all externally provided by the mode of customized label, and user uses assembly the same convenient with the primary html tag of use.As
<tabcontainerparams="
tabContents:params.data.tabContents.value,
selectedTabRoute:params.data.selectedTabRoute.value,
isHrefRoute:params.option.isHrefRoute.value,
isContentType:params.option.isContentType.value">
</tabcontainer>
Preferably, described HTML customized label common component storehouse 200 adopts the component mechanism of Knockout, with each component Name name label, comes parameter and the event of definitions component in the mode of the params attribute of each customized label.
Preferably, in described HTML customized label common component storehouse, each common component comprises:
Component view and component view model;
Wherein, described component view and described component view model carry out two-way binding by described basal core framework, and by being registered as the assembly in described basal core framework.
The described interactive module 300 that represents comprises: represent view unit and self-definedly represent interactive unit; Describedly represent view unit, comprise the view model that view represents content, and Batch Processing data and business logic processing data; Describedly self-definedly represent interactive unit, for represent the page cut after independently represent interactive portion, each module repeatedly can be called at the different page, realizes the integration of page logic.
Concrete, represent interactive module 300, comprise and represent view unit and self-definedly represent interactive unit, whole interactive module 300 part that represents completes based on basal core framework 100.Wherein each equal correspondence of view unit that represents comprises view and represents the view model of content and Batch Processing data and business logic processing.Self-definedly represent interactive unit, for each represent the page cut after independently represent interactive portion, each module repeatedly, repeatedly can be called at the different page, easily realizes the integration of the page and reduces code development quantity.
Preferably, represent view unit described in comprise:
View and view model; Wherein, described view and described view model carry out two-way binding by described core frame, and by being registered as the module in described basal core framework.
Concrete, the self-defined interactive unit that represents realizes based on the component mechanism of Knockout, and the implementation in HTML customized label common component storehouse is similar, represents layer and realizes this function, bring great convenience to developer in application.By representing interbedded formation in application, by arranging and management the self-defined on-demand loading representing interactive unit and common component, realize the mutual of application.
Concrete, the web front end in the present invention based on MVVM framework represents terminal, i.e. Web client, and can support the equipment such as mobile phone, flat board, PC, this web front end represents system, can unify to represent process to the carrying out of above-mentioned distinct device.
Concrete, in the present embodiment, adopt based on MVVM framework, realize representing mutual core frame and common component storehouse, which effectively can improve development efficiency.Representing mutual core frame, represent the two-way binding with assembly by application, making developer not need certain property value by revising view in JS to realize the mutual change with representing content.Because background logic or data change, to the change of view model, page view is automatically caused to represent the change of content; On the other hand, due to the change that user interactions causes in view, also can be synchronized in view model.The consistance that this characteristic ensure that service logic, business datum and represents, front end represents developer can put into represent rich by more energy, and need not be concerned about the change process of background logic and data.
Concrete, the web front end based on MVVM framework described in the present embodiment represents system, also comprise third party and rely on storehouse, for being achieved on-demand loading third party being relied on to storehouse by AMD specification, comprise the third parties such as Bootstrap, Sammy, Highcharts and rely on storehouse, developer also self-defined interpolation can rely on storehouse.
And described third party relies on storehouse to be comprised: storehouse and optional dependence storehouse must be relied on;
Storehouse must be relied on, Knockout and JQuery, the Require that load with the loading of described basal core framework before being included in load application;
Optional dependence storehouse, is comprised the third party loaded by AMD specification and relies on storehouse; Wherein, described third party relies on storehouse and comprises Bootstrap and Sammy.
The present invention is except carrying out abstract, extraction by function, can also the view model of view and association be carried out abstract, the content that multiple page common need in application can represent by developer is safeguarded so that the mode representing interactive module is unified, exploitation is needed when there being the new page, and when including this page function, directly in the page, this module can be loaded in the mode of html tag.The rapid build applied can be realized.
A kind of web front end based on MVVM framework that the embodiment of the present invention provides represents system, comprising: basal core framework, HTML customized label common component storehouse and represent interactive module; Basal core framework, for encapsulating KnockoutAPI, externally provides Knockout basic function, to realize the basal core function of MVVM architecture mode; Wherein, described basal core framework is based on Knockout and JQuery, Require tri-frameworks; HTML customized label common component storehouse, based on basal core framework, in conjunction with Bootstrapui framework and Highchartsui framework, realizes general purpose module in the mode of self-defined front end html tag; Represent interactive module to comprise: represent view unit and self-definedly represent interactive unit; Represent view unit, comprise view and represent the view model of content and Batch Processing data and business logic processing data; Self-definedly represent interactive unit, for represent the page cut after independently represent interactive portion, each module repeatedly can be called at the different page, realizes the integration of page logic.
Visible, the present invention, on the basis of MVVM framework, uses Knockout to develop basal core framework, merges and the content such as integrated response type layout, route, notice/subscription, AMD specification, utilize the characteristic of knockoutJS, complete the lifting experienced UI; By realizing customized label formula common component storehouse in conjunction with Bootstrap, make exploitation more convenient, more intuitively, for user provides the organizational form representing page view and view model in interactive module, rapid build single-page, gently to apply; And it is auxiliary for present invention achieves JSAPI, front end html tag resolves to main front end ways of presentation, more be conducive to UI personnel to play its advantage and carry out interface layout's design, make JS developer more pay close attention to service logic and user operation to the impact of business datum simultaneously, and carry out dynamically updating of business datum and interface view and synchronously by adopting view model, the association between business datum and interface need not be concerned about, effectively raise development efficiency.
In this instructions, each embodiment adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar portion mutually see.
To the above-mentioned explanation of the disclosed embodiments, professional and technical personnel in the field are realized or uses the present invention.To be apparent for those skilled in the art to the multiple amendment of these embodiments, General Principle as defined herein can without departing from the spirit or scope of the present invention, realize in other embodiments.Therefore, the present invention can not be restricted to these embodiments shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (8)

1. the web front end based on MVVM framework represents a system, it is characterized in that, comprising:
Basal core framework, HTML customized label common component storehouse and represent interactive module;
Described basal core framework, for encapsulating KnockoutAPI, externally provides Knockout basic function, to realize the basal core function of MVVM architecture mode; Wherein, described basal core framework is based on Knockout, JQuery and Require tri-frameworks;
Described HTML customized label common component storehouse, based on described basal core framework, in conjunction with Bootstrapui framework and Highchartsui framework, realizes general purpose module in the mode of self-defined front end html tag;
The described interactive module that represents comprises: represent view unit and self-definedly represent interactive unit; Describedly represent view unit, comprise the view model that view represents content, and Batch Processing data and business logic processing data; Describedly self-definedly represent interactive unit, for represent the page cut after independently represent interactive portion, each module repeatedly can be called at the different page, realizes the integration of page logic.
2. web front end according to claim 1 represents system, it is characterized in that, described basal core framework is used for the common component in described HTML customized label common component storehouse and the described interactive module that represents to carry out unified management and maintenance.
3. web front end according to claim 2 represents system, it is characterized in that, in described HTML customized label common component storehouse, each common component comprises:
Component view and component view model;
Wherein, described component view and described component view model carry out two-way binding by described basal core framework, and by being registered as the assembly in described basal core framework.
4. web front end according to claim 3 represents system, it is characterized in that, described in represent view unit and comprise:
View and view model; Wherein, described view and described view model carry out two-way binding by described core frame, and by being registered as the module in described basal core framework.
5. web front end according to claim 2 represents system, it is characterized in that, the message subscribing mechanism that inter-module is provided by described basal core framework carries out event of calling and Transfer Parameters.
6. web front end according to claim 5 represents system, it is characterized in that, described basal core framework is used for the parsing in path and the process to js browser compatibility.
7. web front end according to claim 1 represents system, it is characterized in that, described HTML customized label common component storehouse adopts the component mechanism of Knockout, with each component Name name label, come parameter and the event of definitions component in the mode of the params attribute of each customized label.
8. web front end according to claim 7 represents system, it is characterized in that, described HTML customized label common component storehouse comprises:
Container class assembly, data capsule class component, dialog class assembly, editing machine class component, HTML5 assembly, interactive class assembly, navigation type assembly and typesetting class component.
CN201510893791.XA 2015-11-27 2015-11-27 MVVM (Model-View-View Model) architecture based Web front-end presentation system Pending CN105446740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510893791.XA CN105446740A (en) 2015-11-27 2015-11-27 MVVM (Model-View-View Model) architecture based Web front-end presentation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510893791.XA CN105446740A (en) 2015-11-27 2015-11-27 MVVM (Model-View-View Model) architecture based Web front-end presentation system

Publications (1)

Publication Number Publication Date
CN105446740A true CN105446740A (en) 2016-03-30

Family

ID=55556987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510893791.XA Pending CN105446740A (en) 2015-11-27 2015-11-27 MVVM (Model-View-View Model) architecture based Web front-end presentation system

Country Status (1)

Country Link
CN (1) CN105446740A (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020996A (en) * 2016-05-11 2016-10-12 腾讯科技(深圳)有限公司 Data updating method and data updating apparatus
CN106302747A (en) * 2016-08-17 2017-01-04 北京乐美无限科技有限公司 A kind of business cloud platform of Internet WEB front-end exploitation
CN106445559A (en) * 2016-10-21 2017-02-22 用友网络科技股份有限公司 Device and method for solving page differentiation through view template
CN106560787A (en) * 2016-12-29 2017-04-12 武汉斗鱼网络科技有限公司 MVVM-framework-based view page displaying method and apparatus
CN106843846A (en) * 2016-12-26 2017-06-13 国网信息通信产业集团有限公司 A kind of MX frame pages designer and method for designing
CN107391118A (en) * 2017-06-29 2017-11-24 国家计算机网络与信息安全管理中心 A kind of Web applications Consumer's Experience plateform system
CN107832350A (en) * 2017-10-20 2018-03-23 金蝶软件(中国)有限公司 A kind of method, apparatus, terminal and the storage medium of the two-way binding of web data
CN108052365A (en) * 2017-12-19 2018-05-18 深圳市四格互联信息技术有限公司 The component generation method and device of user interface
CN108197257A (en) * 2017-12-29 2018-06-22 深圳乐信软件技术有限公司 Html page generation method, device, equipment and storage medium
CN108228188A (en) * 2018-01-08 2018-06-29 武汉斗鱼网络科技有限公司 A kind of view component processing method, electronic equipment and readable storage medium storing program for executing
CN108874389A (en) * 2018-06-27 2018-11-23 中国建设银行股份有限公司 front end page development framework
CN109101225A (en) * 2017-06-20 2018-12-28 腾讯科技(深圳)有限公司 Component building method and device, Component Gallery framework and computer readable storage medium
CN109445764A (en) * 2018-10-30 2019-03-08 国网江苏省电力有限公司南通供电分公司 A kind of web page dynamic loading method
CN109814858A (en) * 2018-12-20 2019-05-28 广东建采网科技有限公司 The general UI Component Gallery of WEB front-end based on Vue framework
CN109901893A (en) * 2017-12-07 2019-06-18 腾讯科技(武汉)有限公司 The method for managing data flow of applet
CN109948873A (en) * 2017-12-20 2019-06-28 北京子夫科技发展有限公司 A kind of double random selective examination system and its application methods of enforcing the law
CN110321464A (en) * 2019-05-30 2019-10-11 苏宁云计算有限公司 A kind of update method and device of the page view based on unidirectional traffic
CN110362312A (en) * 2019-06-27 2019-10-22 绿漫科技有限公司 A kind of syntax conversion compiling system and method suitable for a variety of frames
CN110995565A (en) * 2019-10-25 2020-04-10 陈奕博 Page display method based on MVVM (multifunction vehicle virtual machine) architecture
CN111381899A (en) * 2020-02-21 2020-07-07 泰康保险集团股份有限公司 Method and apparatus for developing target system
CN111796577A (en) * 2020-06-29 2020-10-20 中国第一汽车股份有限公司 Data instruction processing method and device, vehicle and storage medium
CN112328225A (en) * 2021-01-07 2021-02-05 北京安泰伟奥信息技术有限公司 Page operation method and operation system thereof
CN112445871A (en) * 2020-11-13 2021-03-05 航天精一(广东)信息科技有限公司 Data visualization method and system based on data model
CN112686731A (en) * 2021-01-04 2021-04-20 浪潮云信息技术股份公司 Service product shopping cart implementation method applied to government affair cloud scene
CN112817740A (en) * 2020-12-28 2021-05-18 江苏赛西科技发展有限公司 Cloud platform architecture facing industrial app field
US11520811B1 (en) * 2021-01-04 2022-12-06 Bae Systems Information And Electronic Systems Integration Inc. Mission data file generator architecture and interface

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605516A (en) * 2013-11-12 2014-02-26 国家电网公司 Flexible Web display frame model architecture designing method
CN104731594A (en) * 2015-03-26 2015-06-24 浪潮集团有限公司 Method for displaying runtime customized page based on Bootstrap
US20150205602A1 (en) * 2014-01-17 2015-07-23 Joshua Prismon Cloud-Based Decision Management Platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103605516A (en) * 2013-11-12 2014-02-26 国家电网公司 Flexible Web display frame model architecture designing method
US20150205602A1 (en) * 2014-01-17 2015-07-23 Joshua Prismon Cloud-Based Decision Management Platform
CN104731594A (en) * 2015-03-26 2015-06-24 浪潮集团有限公司 Method for displaying runtime customized page based on Bootstrap

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KIDNEYBALL: "《Knockout.js与Primefaces整合日志4》", 《HTTP://KIDNEYBALL.ITEYE.COM/BLOG/2146731》 *
NICK BANFORD: "《Building a component to simplify using tabs with KnockoutJS》", 《HTTP://PURPLEBRICKS.IO/PROGRAMMING/2015/08/06/BUILDING-A-COMPONENT-TO-SIMPLIFY-USING-TABS-WITH-KNOCKOUTJS》 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020996A (en) * 2016-05-11 2016-10-12 腾讯科技(深圳)有限公司 Data updating method and data updating apparatus
CN106302747A (en) * 2016-08-17 2017-01-04 北京乐美无限科技有限公司 A kind of business cloud platform of Internet WEB front-end exploitation
CN106445559A (en) * 2016-10-21 2017-02-22 用友网络科技股份有限公司 Device and method for solving page differentiation through view template
CN106843846A (en) * 2016-12-26 2017-06-13 国网信息通信产业集团有限公司 A kind of MX frame pages designer and method for designing
CN106560787A (en) * 2016-12-29 2017-04-12 武汉斗鱼网络科技有限公司 MVVM-framework-based view page displaying method and apparatus
CN109101225A (en) * 2017-06-20 2018-12-28 腾讯科技(深圳)有限公司 Component building method and device, Component Gallery framework and computer readable storage medium
CN107391118A (en) * 2017-06-29 2017-11-24 国家计算机网络与信息安全管理中心 A kind of Web applications Consumer's Experience plateform system
CN107832350A (en) * 2017-10-20 2018-03-23 金蝶软件(中国)有限公司 A kind of method, apparatus, terminal and the storage medium of the two-way binding of web data
CN107832350B (en) * 2017-10-20 2021-02-02 金蝶软件(中国)有限公司 Method, device, terminal and storage medium for web data bidirectional binding
CN109901893A (en) * 2017-12-07 2019-06-18 腾讯科技(武汉)有限公司 The method for managing data flow of applet
CN108052365A (en) * 2017-12-19 2018-05-18 深圳市四格互联信息技术有限公司 The component generation method and device of user interface
CN108052365B (en) * 2017-12-19 2021-04-27 深圳市四格互联信息技术有限公司 User interface component generation method and device
CN109948873A (en) * 2017-12-20 2019-06-28 北京子夫科技发展有限公司 A kind of double random selective examination system and its application methods of enforcing the law
CN108197257A (en) * 2017-12-29 2018-06-22 深圳乐信软件技术有限公司 Html page generation method, device, equipment and storage medium
CN108228188A (en) * 2018-01-08 2018-06-29 武汉斗鱼网络科技有限公司 A kind of view component processing method, electronic equipment and readable storage medium storing program for executing
CN108228188B (en) * 2018-01-08 2021-04-27 武汉斗鱼网络科技有限公司 View component processing method, electronic device and readable storage medium
CN108874389A (en) * 2018-06-27 2018-11-23 中国建设银行股份有限公司 front end page development framework
CN109445764A (en) * 2018-10-30 2019-03-08 国网江苏省电力有限公司南通供电分公司 A kind of web page dynamic loading method
CN109814858A (en) * 2018-12-20 2019-05-28 广东建采网科技有限公司 The general UI Component Gallery of WEB front-end based on Vue framework
CN110321464A (en) * 2019-05-30 2019-10-11 苏宁云计算有限公司 A kind of update method and device of the page view based on unidirectional traffic
CN110321464B (en) * 2019-05-30 2022-03-18 南京苏宁加电子商务有限公司 Method and device for updating page view based on unidirectional data flow
CN110362312A (en) * 2019-06-27 2019-10-22 绿漫科技有限公司 A kind of syntax conversion compiling system and method suitable for a variety of frames
CN110995565A (en) * 2019-10-25 2020-04-10 陈奕博 Page display method based on MVVM (multifunction vehicle virtual machine) architecture
CN111381899A (en) * 2020-02-21 2020-07-07 泰康保险集团股份有限公司 Method and apparatus for developing target system
CN111796577A (en) * 2020-06-29 2020-10-20 中国第一汽车股份有限公司 Data instruction processing method and device, vehicle and storage medium
CN112445871A (en) * 2020-11-13 2021-03-05 航天精一(广东)信息科技有限公司 Data visualization method and system based on data model
CN112817740A (en) * 2020-12-28 2021-05-18 江苏赛西科技发展有限公司 Cloud platform architecture facing industrial app field
CN112686731A (en) * 2021-01-04 2021-04-20 浪潮云信息技术股份公司 Service product shopping cart implementation method applied to government affair cloud scene
US11520811B1 (en) * 2021-01-04 2022-12-06 Bae Systems Information And Electronic Systems Integration Inc. Mission data file generator architecture and interface
CN112328225A (en) * 2021-01-07 2021-02-05 北京安泰伟奥信息技术有限公司 Page operation method and operation system thereof

Similar Documents

Publication Publication Date Title
CN105446740A (en) MVVM (Model-View-View Model) architecture based Web front-end presentation system
CN104731584B (en) A kind of customized configuration design method of Open Architecture CNC System of Display Interface
CN102541541B (en) Interface creating method and device
CN104685466B (en) For providing the browser level background pages of multiple views
KR101416089B1 (en) An integrated platform for authoring web applications and the authoring method thereof
CN102194003A (en) Web page popup window method and device
US20130238982A1 (en) Methods and apparatus for editing an application webpage
CN105302578A (en) Comprehensive portal management system of dragging type layout configuration
CN102207872A (en) Method and system for customizing Web UI (User Interface) control according to user requirements
CN102495735A (en) Web end UI (user interface) component application frame system
CN105930467A (en) Information processing method and electronic device
CN103473068A (en) Customizing system and customizing method for graph real-time monitoring interface based on SVG (Scalable Vector Graphics)
CN103677789A (en) Table data displaying method and system based on GRID assembly
CN202177892U (en) Web UI control customization system
CN102637406B (en) LED (light emitting diode) display design system and method
CN103019682A (en) Method for displaying date by combining user-defined graphics into SVG (Scalable Vector Graphics)
CN101226479A (en) Method for implementing dynamic collocation of mobile phone menu
CN114089958A (en) Form visual configuration method and device
CN110297636A (en) A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device
CN105242931A (en) Method and system for editing and generating codes for game interface
CN103927185A (en) Network topology modeling device based on energy management and guiding method thereof
CN108052548A (en) Method, system and the terminal device that a kind of webpage creates
CN103927209A (en) FEEBLESS website building engine
CN103412748A (en) Display control method, device and system for user interface of embedded platform
CN102375738B (en) A kind of apparatus and method of mobile terminal data management

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160330

RJ01 Rejection of invention patent application after publication