CN105630504B - Multilist application code multiplexing method and system based on extjs - Google Patents

Multilist application code multiplexing method and system based on extjs Download PDF

Info

Publication number
CN105630504B
CN105630504B CN201511004919.9A CN201511004919A CN105630504B CN 105630504 B CN105630504 B CN 105630504B CN 201511004919 A CN201511004919 A CN 201511004919A CN 105630504 B CN105630504 B CN 105630504B
Authority
CN
China
Prior art keywords
control
configuration item
extjs
configuration
data source
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.)
Active
Application number
CN201511004919.9A
Other languages
Chinese (zh)
Other versions
CN105630504A (en
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.)
WUHAN OS-EASY CLOUD COMPUTING Co Ltd
Original Assignee
WUHAN OS-EASY CLOUD COMPUTING 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 WUHAN OS-EASY CLOUD COMPUTING Co Ltd filed Critical WUHAN OS-EASY CLOUD COMPUTING Co Ltd
Priority to CN201511004919.9A priority Critical patent/CN105630504B/en
Publication of CN105630504A publication Critical patent/CN105630504A/en
Application granted granted Critical
Publication of CN105630504B publication Critical patent/CN105630504B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Abstract

The invention discloses a kind of multilist application code multiplexing method and system based on extjs, is related to the web development field towards browser end.This approach includes the following steps:According to the form of expression of grid control, a customized configuration items list of customization;All child controls in statistical tool column set prepare a control pond for these child controls, and all child controls are all registered in the control pond;It encapsulates control and obtains function, simplify the object of each toolbar in toolbar set;Configuration item is extracted, keeps column head object constant;Encapsulated object format transfer function.The present invention can effectively improve the reusability of code, and solving the problems, such as that application function is huge leads to that size of code is big, is difficult to safeguard, and can effectively improve upgrading efficiency, significantly reduce the probability that mistake occurs.

Description

Multilist application code multiplexing method and system based on extjs
Technical field
The present invention relates to the web development field towards browser end, it is specifically related to a kind of multilist based on extjs and answers With code reuse method and system.
Background technique
Nineteen ninety-five Netscape company's invention JavaScript language, JavaScript are the scripts built in a kind of browser Language, for generating various effects to page elements programming.Object is a syntactic element in JavaScript, each object It is made of a series of key-value pairs, such as:{key1:Value1, key2:value2}.
Since JavaScript language is applied to browser, the function of browser has obtained unprecedented enhancing, web page Content becomes more and more, and function becomes increasingly complex;At the same time, JavaScript language has also obtained great development, and And in order to solve the problems, such as that web page content complexity causes development progress slow, emerges and permitted around JavaScript language The frame more to increase productivity, extjs are exactly wherein a using simple, the outstanding frame of complete function.
In extjs frame, all controls have a configuration items list, each configuration item (i.e. object in list In key) determine some appearance of control or function.In the more operation system of data, grid control is often to be used , for showing the details of one group of data.
Grid control includes title bar, toolbar, table body and paging column, and toolbar is for storing button, combobox, defeated Enter a series of control of control table bodies such as frame, table body is used to show the details of data.
In the operation system of function complexity, if there is a large amount of functions need to be shown with grid control, done according to traditional Method needs to create a grid control, a series of toolbar set and table body for each function, and result caused in this way is exactly Final JavaScript code is bulky, and there are many duplicated code, this either still safeguards continual exploitation, all It is bad dream.
It is shown in Figure 1, although at present in code create grid control process than more visible, when table number Amount is excessive, needs to be repeated several times this process, results in many duplicated codes, and the reusability of code is very low, and works as these It when code needs to upgrade, needs to do for code as each section and upgrades, upgrading efficiency is extremely low, moreover, programmer is slightly not Pay attention to, it is possible to malfunction.
Summary of the invention
The purpose of the invention is to overcome the shortcomings of above-mentioned background technique, a kind of multilist based on extjs is provided and is answered With code reuse method and system, the reusability of code can be effectively improved, solve application function it is huge cause size of code it is big, It is difficult to the problem of safeguarding, and upgrading efficiency can be effectively improved, significantly reduces the probability that mistake occurs.
The present invention provides a kind of multilist application code multiplexing method based on extjs, includes the following steps:
S1, the form of expression according to grid control, a customized configuration items list of customization, including data source, column head, Toolbar set;
All child controls in S2, statistical tool column set prepare a control pond, all son controls for these child controls Part is all registered in the control pond, after registration, when using identical control, is obtained by control pond, is guaranteed the multiplexing of code;
S3, encapsulation control obtain function, which receives the list of one group of self-defined control title, and one group of return is initial Control object after change further increases the reusability of code;
S4, the object for simplifying each toolbar in toolbar set;
S5, according to data source the characteristics of, extract a data source and need customized configuration item, keep column head object not Become;
S6, encapsulated object format transfer function, what Format Object transfer function receiving one was simplified according to step S4 Object is configured, is handled according to the following steps:
The configuration item of S6a, scanning tools column neutron control set, and by the configuration item after simplifying, be converted to extjs original Raw configuration item;
Column head data field attributes in column head configuration item are collected into interim field and arranged by S6b, scan columns head configuration item Table;
S6c, newdata source, and by interim field list application to data source list of fields configuration item;It is made by oneself other Adopted generic configuration item is applied equally to data source;
Step S6a, is matched the configuration item of the toolbar set postponed, is applied to the grid control by S6d, newly-built grid control Toolbar set configuration item;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration item of the grid control; Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;It will be other customized Grid control general-purpose attribute is applied in the grid control and corresponds to configuration item;Return to the grid control.
Based on the above technical solution, the form registered described in step S2 as:P [CN]=CF, wherein P is control Part pond, CN indicate the self-defined title of child control to be registered, and CF indicates the initialization function of child control to be registered.
Based on the above technical solution, step S4 specifically includes following steps:By toolbar neutron control set Configuration item simplify for:[CN1, CN2 ...], CN1, CN2 indicate customized control title.
Based on the above technical solution, the configuration item [CN1, CN2 ...] after simplifying step S4 in step S6a, Be converted to the primary configuration item of extjs.
Based on the above technical solution, the configuration item extracted in step S5 includes data resource interface address.
The present invention also provides a kind of multilist application code multiplex system based on extjs, the system include configuration item column Table customization units, statistics registering unit, control obtain function encapsulation unit, configuration item and simplify unit, configuration item extraction unit, right As format conversion unit, wherein:
Configuration items list customization units are used for:According to the form of expression of grid control, a customized configuration item of customization List, including data source, column head, toolbar set;
Statistics registering unit is used for:All child controls in statistical tool column set prepare a control for these child controls Part pond, all child controls are all registered in the control pond, after registration, when using identical control, are obtained by control pond, are guaranteed The multiplexing of code;
Control obtains function encapsulation unit and is used for:It encapsulates control and obtains function, which receives one group of self-defined control name The list of title, and the control object after one group of initialization is returned, further increase the reusability of code;
Configuration item is simplified unit and is used for:Simplify the object of each toolbar in toolbar set;
Configuration item extraction unit is used for:The characteristics of according to data source, extracts a data source and needs customized configuration item, Keep column head object constant;
Format Object converting unit is used for:Encapsulated object format transfer function, the Format Object transfer function receive one The configuration object simplified, is handled according to the following steps:
The configuration item of S6a, scanning tools column neutron control set, and by the configuration item after simplifying, be converted to extjs original Raw configuration item;
Column head data field attributes in column head configuration item are collected into interim field and arranged by S6b, scan columns head configuration item Table;
S6c, newdata source, and by interim field list application to data source list of fields configuration item;It is made by oneself other Adopted generic configuration item is applied equally to data source;
Step S6a, is matched the configuration item of the toolbar set postponed, is applied to the grid control by S6d, newly-built grid control Toolbar set configuration item;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration item of the grid control; Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;It will be other customized Grid control general-purpose attribute is applied in the grid control and corresponds to configuration item;Return to the grid control.
Based on the above technical solution, the form registered of statistics registering unit as:P [CN]=CF, wherein P For control pond, CN indicates the self-defined title of child control to be registered, and CF indicates the initialization function of child control to be registered.
Based on the above technical solution, the configuration item simplifies unit for the configuration item of toolbar neutron control set Simplify for:[CN1, CN2 ...], CN1, CN2 indicate customized control title.
Based on the above technical solution, the Format Object converting unit by the configuration item after simplifying [CN1, CN2 ...], be converted to the primary configuration item of extjs.
Based on the above technical solution, the configuration item extraction unit extracts configuration item includes data resource interface Location.
Compared with prior art, advantages of the present invention is as follows:
The present invention creates the process of table in code, is transmitted to the configuration object of Format Object transfer function by essence Letter, repeated data is few, can effectively improve the reusability of code, solves that application function is huge to lead to that size of code is big, is difficult to The problem of maintenance;When code needs to upgrade, it is only necessary to primary upgrading is done in Format Object transfer function, it can Upgrading efficiency is effectively improved, the probability that mistake occurs is significantly reduced.
Detailed description of the invention
Fig. 1 is the process schematic for creating grid control in code at present.
Fig. 2 is the process schematic that the embodiment of the present invention creates grid control in code.
Specific embodiment
With reference to the accompanying drawing and specific embodiment the present invention is described in further detail.
The embodiment of the present invention provides a kind of multilist application code multiplexing method based on extjs, includes the following steps:
S1, the form of expression according to grid control, a customized configuration items list of customization, usual store (data Source), columns (column head), dockedItems (toolbar set) be necessary.
All child controls in S2, statistical tool column set, i.e., items (child control set) in statistical tool column set Attribute, and prepare a control pond for these child controls, all child controls are all registered in the control pond, and the form of registration can Think:P [CN]=CF, wherein P is control pond, and CN indicates the self-defined title of child control to be registered, and CF indicates sub- control to be registered The initialization function of part.The purpose of registration is:After registration, when using identical control, can quickly it be obtained by control pond It gets, ensure that the multiplexing of code.
S3, encapsulation control obtain function, and control obtains the list that function receives one group of self-defined control title, and returns to one Control object after group initialization.The purpose that encapsulation control obtains function is, when needing one group of control, transmits one group of control Part title obtains function to control, can obtain the corresponding one group of control object of control title, further improve answering for code With rate.
S4, the object for simplifying each toolbar in toolbar set:By the configuration of items in toolbar (child control set) Item simplify for:[CN1, CN2 ...], CN1, CN2 indicate customized control title.
S5, according to store (data source) the characteristics of, extract a data source and need customized configuration item, usually Proxy.url (data resource interface address) is necessary;Keep columns (column head) object constant.
S6, encapsulated object format transfer function, what Format Object transfer function receiving one was simplified according to step S4 Object is configured, is handled according to the following steps:
The configuration item of items (child control set) in S6a, scanning tools column, and by the configuration after being simplified in step S4 [CN1, CN2 ...], be converted to the primary configuration item of extjs;
S6b, scanning columns (column head) configuration item, by dataIndex (the column head number in columns (column head) configuration item According to field) attribute collection is to fieldlist (interim list of fields);
S6c, newly-built store (data source), and fieldlist (interim list of fields) is applied to store.fields (data source list of fields) configuration item;Other customized generic configuration items are applied equally to store (data source);
Step S6a, is matched the configuration item of the toolbar set postponed, is applied to the grid control by S6d, newly-built grid control Toolbar set configuration item;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration item of the grid control; Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;It will be other customized Grid control general-purpose attribute is applied in the grid control and corresponds to configuration item;Return to the grid control.
Shown in Figure 2, the embodiment of the present invention creates the process of table in code, is transmitted to Format Object transfer function Configuration object by simplifying, repeated data is few, can effectively improve the reusability of code, solves that application function is huge to lead Cause size of code is big, is difficult to the problem of safeguarding;When code needs to upgrade, it is only necessary to do one in Format Object transfer function Secondary upgrading can effectively improve upgrading efficiency, significantly reduce the probability that mistake occurs.
The embodiment of the present invention also provides a kind of multilist application code multiplex system based on extjs, including configuration item column Table customization units, statistics registering unit, control obtain function encapsulation unit, configuration item and simplify unit, configuration item extraction unit, right As format conversion unit, wherein:
Configuration items list customization units are used for:According to the form of expression of grid control, a customized configuration item of customization List, usual store (data source), columns (column head), dockedItems (toolbar set) are necessary.
Statistics registering unit is used for:All child controls in statistical tool column set, i.e. items in statistical tool column set The attribute of (child control set), and prepare a control pond for these child controls, all child controls are all infused in the control pond Volume, the form registered can be as:P [CN]=CF, wherein P is control pond, and CN indicates the self-defined title of child control to be registered, CF indicates the initialization function of child control to be registered.The purpose of registration is:After registration, when using identical control, pass through control Part pond can quick obtaining arrive, ensure that the multiplexing of code.
Control obtains function encapsulation unit and is used for:It encapsulates control and obtains function, it is customized that control obtains one group of function receiving The list of control title, and return to the control object after one group of initialization.The purpose that encapsulation control obtains function is, needs one When group control, one group of control title of transmitting obtains function to control, can obtain the corresponding one group of control pair of control title As further improving the reusability of code.
Configuration item is simplified unit and is used for:Simplify the object of each toolbar in toolbar set:By items in toolbar The configuration item of (child control set) simplify for:[CN1, CN2 ...], CN1, CN2 indicate customized control title.
Configuration item extraction unit is used for:The characteristics of according to store (data source), it is customized to extract a data source needs Configuration item, usual proxy.url (data resource interface address) is necessary;Keep columns (column head) object constant.
Format Object converting unit is used for:Encapsulated object format transfer function, the Format Object transfer function receive one The configuration item simplified, is handled according to the following steps:
The configuration item of items (child control set) in S6a, scanning tools column, and by the configuration item after simplifying [CN1, CN2 ...], be converted to the primary configuration item of extjs;
S6b, scanning columns (column head) configuration item, by dataIndex (the column head number in columns (column head) configuration item According to field) attribute collection is to fieldlist (interim list of fields);
S6c, newly-built store (data source), and fieldlist (interim list of fields) is applied to store.fields (data source list of fields) configuration item;Other customized generic configuration items are applied equally to store (data source);
Step S6a, is matched the configuration item of the toolbar set postponed, is applied to the grid control by S6d, newly-built grid control Toolbar set configuration item;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration item of the grid control; Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;It will be other customized Grid control general-purpose attribute is applied in the grid control and corresponds to configuration item;Return to the grid control.
Those skilled in the art can carry out various modifications to the embodiment of the present invention and modification, if these modifications and change For type within the scope of the claims in the present invention and its equivalent technologies, then these modifications and variations are also in protection scope of the present invention Within.
The prior art that the content being not described in detail in specification is known to the skilled person.

Claims (10)

1. a kind of multilist application code multiplexing method based on extjs, which is characterized in that include the following steps:
S1, the form of expression according to grid control, a customized configuration items list of customization, including data source, column head, tool Column set;
All child controls in S2, statistical tool column set prepare a control pond for these child controls, and all child controls are all It is registered in the control pond, after registration, when using identical control, is obtained by control pond, guarantee the multiplexing of code;
S3, encapsulation control obtain function, which receives the list of one group of self-defined control title, and after one group of initialization of return Control object, further increase the reusability of code;
S4, the object for simplifying each toolbar in toolbar set;
S5, according to data source the characteristics of, extract a data source and need customized configuration item, keep column head object constant;
S6, encapsulated object format transfer function, the Format Object transfer function receive a configuration simplified according to step S4 Object is handled according to the following steps:
The configuration item of S6a, scanning tools column neutron control set, and by the configuration item after simplifying, is converted to that extjs is primary to be matched Set item;
Column head data field attributes in column head configuration item are collected into interim list of fields by S6b, scan columns head configuration item;
S6c, newdata source, and by interim field list application to data source list of fields configuration item;It will be other customized logical Data source is applied equally to configuration item;
Step S6a, is matched the configuration item of the toolbar neutron control set postponed, is applied to the table by S6d, newly-built grid control The toolbar set configuration item of control;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration of the grid control ?;Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;By it is other from Definition tables control general-purpose attribute, which is applied in the grid control, corresponds to configuration item;Return to the grid control.
2. the multilist application code multiplexing method based on extjs as described in claim 1, it is characterised in that:In step S2 The form registered as:P [CN]=CF, wherein P is control pond, and CN indicates the self-defined title of child control to be registered, CF table Show the initialization function of child control to be registered.
3. the multilist application code multiplexing method based on extjs as claimed in claim 2, it is characterised in that:Step S4 tool Body includes the following steps:By the configuration item of toolbar neutron control set simplify for:[CN1, CN2 ...], CN1, CN2 are indicated certainly The control title of definition.
4. the multilist application code multiplexing method based on extjs as claimed in claim 3, it is characterised in that:In step S6a Configuration item [CN1, CN2 ...] after step S4 is simplified, is converted to the primary configuration item of extjs.
5. the multilist application code multiplexing method based on extjs as described in claim 1, it is characterised in that:In step S5 The configuration item of extraction includes data resource interface address.
6. a kind of multilist application code multiplex system based on extjs, it is characterised in that:The system includes that configuration items list is fixed Unit processed, statistics registering unit, control obtains function encapsulation unit, configuration item simplifies unit, configuration item extraction unit, object lattice Formula converting unit, wherein:
Configuration items list customization units are used for:According to the form of expression of grid control, a customized configuration items list of customization, Including data source, column head, toolbar set;
Statistics registering unit is used for:All child controls in statistical tool column set prepare a control pond for these child controls, All child controls are all registered in the control pond, after registration, when using identical control, are obtained by control pond, guarantee code Multiplexing;
Control obtains function encapsulation unit and is used for:It encapsulates control and obtains function, which receives one group of self-defined control title List, and the control object after one group of initialization is returned, further increase the reusability of code;
Configuration item is simplified unit and is used for:Simplify the object of each toolbar in toolbar set;
Configuration item extraction unit is used for:The characteristics of according to data source, extracts a data source and needs customized configuration item, keeps Column head object is constant;
Format Object converting unit is used for:Encapsulated object format transfer function, the Format Object transfer function receive one and simplify The configuration object crossed, is handled according to the following steps:
The configuration item of S6a, scanning tools column neutron control set, and by the configuration item after simplifying, is converted to that extjs is primary to be matched Set item;
Column head data field attributes in column head configuration item are collected into interim list of fields by S6b, scan columns head configuration item;
S6c, newdata source, and by interim field list application to data source list of fields configuration item;It will be other customized logical Data source is applied equally to configuration item;
Step S6a, is matched the configuration item of the toolbar neutron control set postponed, is applied to the table by S6d, newly-built grid control The toolbar set configuration item of control;Step S6b is matched to the column head configuration item postponed, is applied to the column head configuration of the grid control ?;Step S6c is matched to the configuration item of the data source postponed, the data source configuration item being applied in the grid control;By it is other from Definition tables control general-purpose attribute, which is applied in the grid control, corresponds to configuration item;Return to the grid control.
7. the multilist application code multiplex system based on extjs as claimed in claim 6, it is characterised in that:The statistics The form that registering unit is registered as:P [CN]=CF, wherein P is control pond, and CN indicates the self-defined title of child control to be registered, CF indicates the initialization function of child control to be registered.
8. the multilist application code multiplex system based on extjs as claimed in claim 7, it is characterised in that:The configuration Item simplify unit by the configuration item of toolbar neutron control set simplify for:[CN1, CN2 ...], CN1, CN2 indicate customized Control title.
9. the multilist application code multiplex system based on extjs as claimed in claim 8, it is characterised in that:The object Configuration item after simplifying [CN1, CN2 ...] is converted to the primary configuration item of extjs by format conversion unit.
10. the multilist application code multiplex system based on extjs as claimed in claim 6, it is characterised in that:The configuration The configuration item that item extraction unit extracts includes data resource interface address.
CN201511004919.9A 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs Active CN105630504B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511004919.9A CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511004919.9A CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Publications (2)

Publication Number Publication Date
CN105630504A CN105630504A (en) 2016-06-01
CN105630504B true CN105630504B (en) 2018-11-23

Family

ID=56045494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511004919.9A Active CN105630504B (en) 2015-12-28 2015-12-28 Multilist application code multiplexing method and system based on extjs

Country Status (1)

Country Link
CN (1) CN105630504B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062339B (en) * 2016-11-09 2020-09-15 北京国双科技有限公司 Processing method and device of visual chart
CN108228292A (en) * 2017-12-29 2018-06-29 武汉船舶通信研究所(中国船舶重工集团公司第七二二研究所) A kind of generation method and device at ExtJS interfaces
CN110442406B (en) * 2018-05-02 2022-08-12 北京京东乾石科技有限公司 Paging control data processing method, paging control and electronic equipment
CN112527517A (en) * 2019-09-18 2021-03-19 北京广利核系统工程有限公司 Instrument control system special for nuclear power

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043626A (en) * 2010-12-23 2011-05-04 中国农业银行股份有限公司 Method and device for encapsulating extjs component, and method and system for generating user interface
CN103345387A (en) * 2013-06-05 2013-10-09 中国电子科技集团公司第十五研究所 Module reuse achievement method based on module packaging
CN105183489A (en) * 2015-10-10 2015-12-23 南京国电南自轨道交通工程有限公司 Extjs frame based intelligent data analysis system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8706979B2 (en) * 2007-12-30 2014-04-22 Intel Corporation Code reuse and locality hinting

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043626A (en) * 2010-12-23 2011-05-04 中国农业银行股份有限公司 Method and device for encapsulating extjs component, and method and system for generating user interface
CN103345387A (en) * 2013-06-05 2013-10-09 中国电子科技集团公司第十五研究所 Module reuse achievement method based on module packaging
CN105183489A (en) * 2015-10-10 2015-12-23 南京国电南自轨道交通工程有限公司 Extjs frame based intelligent data analysis system and method

Also Published As

Publication number Publication date
CN105630504A (en) 2016-06-01

Similar Documents

Publication Publication Date Title
CN105630504B (en) Multilist application code multiplexing method and system based on extjs
CN108304172B (en) Web development method and web development engine
CN101815093A (en) Method for adapting webpage to mobile terminal and mobile terminal page adaptation device
US20130238982A1 (en) Methods and apparatus for editing an application webpage
CN105354237A (en) Business data display method
CN101382893B (en) On-line assembling method for component based on Web service
CN102467378A (en) HTML (Hypertext Markup Language) form processing method based on two-dimensional matrix and computer
CN104410667A (en) Method and system for conversion from XML message to JSON message
CN103389895A (en) Method and system for generating front end page
CN103279345B (en) Method and device for locking page element
CN105204860A (en) Method and device for rapidly generating user-defined static Web page
CN106325703B (en) Webpage human-computer interface control equipment and its operation method
CN106648662A (en) Engineering cost calculation description language BCL-based report generation device and generation method
CN107678740A (en) A kind of method for packing and computer equipment of UI Service Component
CN107450929A (en) Page development method and device
CN104657554B (en) A kind of rocket threedimensional model design information quick extraction system
CN108009252A (en) The method and device of data synchronization
CN114398138A (en) Interface generation method and device, computer equipment and storage medium
CN104331288B (en) A kind of configurationization shows the method and system of dynamic page
CN109979551A (en) A kind of editing machine of web-based electronic medical record document
CN103400050A (en) Multiple-user cooperative nuclear reactor risk determining method and system
CN109213776A (en) A kind of report form showing method and device
CN106528175A (en) Generation method of data interface oriented to BS frame
CN104361121B (en) A kind of batch analytic method of WEB reporting systems formula
CN102651023A (en) Method and device for controlling input data

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