CN108920148A - Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface - Google Patents

Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface Download PDF

Info

Publication number
CN108920148A
CN108920148A CN201810642176.5A CN201810642176A CN108920148A CN 108920148 A CN108920148 A CN 108920148A CN 201810642176 A CN201810642176 A CN 201810642176A CN 108920148 A CN108920148 A CN 108920148A
Authority
CN
China
Prior art keywords
user interface
control element
controls region
associated data
defined class
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
CN201810642176.5A
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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network Technology 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 Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810642176.5A priority Critical patent/CN108920148A/en
Publication of CN108920148A publication Critical patent/CN108920148A/en
Pending legal-status Critical Current

Links

Classifications

    • 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
    • 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
    • G06F8/315Object-oriented languages

Abstract

The present invention provides a kind of dynamic adjusting method of user interface, the user interface includes controls region, be the described method comprises the following steps:S1 creates the self defined class for generating required controls region;S2 obtains the parameter for generating the required controls region by the self defined class;And S3 generates the required controls region by the self defined class, and be updated to the user interface using the controls region of generation according to the parameter.The invention further relates to relevant computer readable storage medium and relevant electronic equipments.

Description

Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface
Technical field
The present invention relates to the field of interface control of electronic terminal product, and in particular to a kind of dynamic adjustment side of user interface Method, relevant computer readable storage medium and electronic equipment.
Background technique
In the development process of the operating system (such as android system) of electronic terminal product, often it is related to user The exploitation at interface, but with the frequent change of business demand, will lead to user interface and frequently change.
In the prior art, if necessary to be changed to the control in original user interface, need to modify a large amount of code The adjustment at interface is carried out, such as modifies a large amount of service code and page code to be adjusted to function, and to original The service code at interface carries out larger amount of modification can generate high invasive, the design of this high invasive to business function The stability of system can largely be reduced.It is this that the design for modifying and writing a large amount of code is needed to will lead to heavy workload The increase of amplitude, therefore this design method of traditional scheme not only reduces development efficiency and increases and the general of mistake occurs Rate.
Therefore, it is necessary to propose a kind of method of adjustment of new user interface.
Summary of the invention
In view of this, at least one aspect in order to overcome the above problem, the embodiment of the present invention provide a kind of user circle The method of adjustment in face, the user interface include controls region, and this approach includes the following steps:
S1 creates the self defined class for generating required controls region;
S2 obtains the parameter for generating the required controls region by the self defined class;And
S3 generates the required controls region by the self defined class, and utilize the control generated according to the parameter Area is updated the user interface.
Further, before step S1, the method also includes:Create interface protocol.
Further, the self defined class is by inheriting and being multiplexed the interface protocol, obtain the parameter and generate institute State required controls region.
Further, the self defined class obtains the parameter from data source, and the data source includes network, file or magnetic At least one of disk.
Further, the required controls region includes at least one control element, according to the type of the data source, wound Build the self defined class.
Further, the parameter includes the style sheet and title name of each of at least one described control element Claim.
Further, each of at least one described control element corresponds to an associated data unit, described every One control element is corresponding with the associated data unit by mapping relations.
Further, the method also includes steps:
S4 updates the control in the controls region with the generation by updating mapping relations according to the controls region of the generation The corresponding associated data unit of part unit.
According to another aspect of the present invention, a kind of computer readable storage medium is provided, executable instruction is stored thereon with, The executable instruction when executed by the processor, realizes the dynamic adjustment side of described in any item user interfaces as described above The step of method.
According to another aspect of the present invention, a kind of electronic equipment is provided, including:
Memory, for storing executable instruction;And
Processor is realized described in any one as described above for executing the executable instruction stored in the memory User interface dynamic adjusting method the step of.
Compared with prior art, the present invention has one of the following advantages:
(1) it can guarantee under the premise of not invading original service function logic, without modifying original program, only need root According to required control element, can rapidly and efficiently user interface be changed by creating new self defined class, reduce workload, Development efficiency is greatly improved, and the probability of mistake generation can be effectively reduced.
(2) by the way that control element and associated data list can be decoupled by control element and associated data Re division Unit Coupled relation between member has carried out the page from logic level to repartition processing, therefore by changing mapping relations, just It can dynamically update and associated data unit corresponding to control element.
(3) it can go to get parms and generate required control element by self defined class according to specific business demand, It is no any coupled relation between multiple control elements, when carrying out the switching of multiple control elements, avoids control element Between influence each other, also avoid the modification to related Original program code.
Detailed description of the invention
By the description made for the present invention of below with reference to attached drawing, other objects and advantages of the present invention will be aobvious and easy See, and can help that complete understanding of the invention will be obtained.
Fig. 1 is the flow chart of the implementation steps of the dynamic adjusting method of user interface provided in an embodiment of the present invention;
Fig. 2 is a kind of schematic diagram of user interface provided in an embodiment of the present invention;
Fig. 3 is the schematic diagram of another user interface provided in an embodiment of the present invention;
Fig. 4 is the structural schematic diagram of computer readable storage medium provided in an embodiment of the present invention;
Fig. 5 is the structural schematic diagram of electronic equipment provided in an embodiment of the present invention.
Specific embodiment
To make the object, technical solutions and advantages of the present invention clearer, below in conjunction with the attached drawing of the embodiment of the present invention, Technical solution of the present invention is clearly and completely described.Obviously, described embodiment is an implementation of the invention Example, instead of all the embodiments.Based on described the embodiment of the present invention, those of ordinary skill in the art are without creating Property labour under the premise of every other embodiment obtained, shall fall within the protection scope of the present invention.
Unless otherwise defined, the technical term or scientific term that the present invention uses should be tool in fields of the present invention The ordinary meaning for thering is the personage of general technical ability to be understood.
According to an aspect of the invention, there is provided a kind of dynamic adjusting method of user interface, user interface can wrap At least one control element is included, each of at least one control element corresponds to an associated data unit.
User interface can be divided into controls region and associated data area, a user interface may include multiple controls regions and Multiple associated data areas can also have multiple controls regions and an associated data area, can also be with only one controls region and multiple Associated data area can not also have data correlation area or only one associated data area, not control with only one controls region Part area.
One controls region may include one or more control elements, and control element is shown in controls region, such as control Unit can be Tab control, and certain control element is also possible to other kinds of control, such as can be drop down list control.
One associated data area may include one or more associations data cell, each control element can correspond to One associated data unit.One associated data area can show associated data unit corresponding to multiple control elements, for example, As control A in choosing, an associated data area shows associated data unit corresponding with control A, as control B in choosing, the pass Connection data field can also show associated data unit corresponding with control B.One associated data area can also only one control of display Associated data unit corresponding to part unit, for example, corresponding associated data area only shows corresponding with control A when choosing control A Associated data unit.
Specifically, as shown in Figure 1, this method may comprise steps of:
S1 creates the self defined class for generating required controls region;
S2 obtains the parameter for generating required control element by self defined class;
S3 generates required controls region by self defined class according to parameter, and using the controls region generated to user interface It is updated.
In the present embodiment, as long as the controls region of more new user interface, the control list of controls region is either increased or decreased The quantity of member, or the attribute information of change control element require creation one self defined class for being used to generate the controls region, Then the parameter for obtaining required controls region is gone to replace finally using controls region needed for parameter generation by the self defined class The corresponding controls region of original user interface, in this process, without any modification, more it is not necessary to modify source codes, can User interface is changed rapidly and efficiently.
It further include creation interface protocol before step S1 in further preferred embodiment.It is inherited by self defined class And it is multiplexed the interface protocol of creation, can get parms and generates required controls region.
In the present embodiment, self defined class can obtain required parameter from different data sources, such as obtain from file Required parameter is taken, alternatively it is also possible to the parameter needed for being obtained by other approach, such as can also be from network or disk etc. Required parameter is obtained in data source.
It should be noted that needing to consider the type of data source when creating self defined class.That is the difference of data source needs The self defined class to be created is not also identical.For example, in file self defined class getparms with from disk it is getparms from It is different to define class.
In the present embodiment, parameter may include in required controls region, the style sheet of each control element and Title.
In further preferred embodiment, the corresponding association of each of at least one control element control element Data cell, each control element are corresponding by mapping relations and corresponding associated data unit.
Existing control element and associated data unit are one and are bound together object, that is to say, that existing control Part unit and the interrelated logic code of associated data unit are to be bound together, can not dynamically change with associated by control element Associated data unit, in the present embodiment through the above scheme, that is, by a mapping relations, by each control element Corresponding associated data unit is mapped, and can make in this way by existing integrated control element and associated data list Member carries out decoupling setting in logic level.
Further, the dynamic adjusting method of user interface can also include:
S4 is updated and the control element phase in the controls region of generation according to the controls region of generation by updating mapping relations Corresponding associated data unit.
By the way that by the division of teaching contents of user interface, at controls region and associated data area, controls region may include one or more Control element, an associated data area may include one or more associations data cell, control element and associated data unit Two parts are interrelated by mapping relations, in this way, can be by changing mapping relations, so that it may so that control element is corresponding Associated data unit change, realize associated data unit dynamic be switched fast.
In the specific implementation process, can be by designing a data structure object, which may include two data Information, one is the name information for indicating control element, the other is indicate the content information of data associating unit, it can be to this Two data informations assign different value informations, so that it may construct one it is dynamic between control element and data associating unit Relationship.For example, can then construct a control element A and number when needing control element A and data associating unit a interrelated According to the mapping relations between associative cell a, so that it may so that control element A is associated with data associating unit a, if desired control list First A and data associating unit b are interrelated, then can change the mapping relations between control element A and data associating unit a, Rebuild the mapping relations between control element A and data associating unit b, so that it may so that control element A and data correlation Unit b association.
In this way, being associated with control element with data associating unit by mapping relations, can dynamically adjust and control list The associated data associating unit of member improves development efficiency without largely removing modification code.
After establishing the mapping relations of controls region and data associating unit, it can be disappeared by building message channel, building It ceases queue or by modes such as monitorings, implements Dynamically Announce data associating unit.
Below in a manner of through monitoring, the process for realizing Dynamically Announce data associating unit is illustrated.
By way of monitoring, become to control after the control element for listening to display changes, such as from control element A At this moment part unit B just changes following corresponding data associating unit.This variation can be monitored by two ways.
The first is polling mode, and the realization of polling mode is very simple, passes through system in bottom data association area Timer class constructs a cycle timer, and the time-out of cycle timer when goes inquiry status information, if changing Carry out corresponding data associating unit displaying.
Second is monitor mode, needs to design a monitor object, and the method for designing monitor object is as follows:
Public mterface ICallbackListener{
Void onDataChanged (Object info) //info is exactly tab title bar to the specific of details page Content information
}
A setICallbackListener function is designed in title bar code, the design of function is as follows:
Public void setICallbackListener(ICallbackListener listener)
The variable lis of an ICallbackListener type is defined in data correlation area and the lis is carried out initial Change operation, particularly
ICallbackListener lis=new ICallbackListener ()
Void onDataChanged(Object info){
The place of // monitoring information variation
}
}
Then the application of lis is passed to by setICallbackListener (lis) function in data correlation area Controls region, such controls region have just got the monitor object list in data correlation area, controls region can by lis come The content of notification data association area information change.
Below with reference to the example for taking control element as Tab control element, the dynamic of user interface of the invention is adjusted Method is described in detail.
In one embodiment, as shown in Fig. 2, user interface 1 is divided into the area Tab 11 and an associated data area 12nd, Tab area may include multiple Tab control elements 111, associated data area 12 can with only one associated data unit 121, when When switching Tab control element 111, such as it is switched to Tab control element B from Tab control element A, it can be in same associated data Area 12 will and the corresponding associated data unit A of Tab control element A be switched to associated data unit corresponding with Tab control element B B。
When needing dynamic adjustment user interface 1, an interface protocol need to be first only created, then according to the kind of data source Class, such as file create a self defined class, and the area Tab 11 needed for being obtained by self defined class needs Tab control list to be shown The attribute information, such as style sheet, coordinate and the title panel information of Tab control element 111 etc. of member 111, then by certainly The required area Tab 11 can be generated by defining class, and the original area Tab 11 is covered or refreshed, new so as to obtain The area Tab 11 of required user interface 1.
In the present embodiment, stencil function can be:
The name definition of the interface protocol is IFetchData, devises three letters in this interface protocol of IFetchData Number, what wherein getTabCounts was indicated is the quantity information for obtaining Tab control element.GetTabLayout indicate obtain be The style sheet information of Tab control element, namely for the information of description appearance.GetTabTitles is for describing Tab control The title panel information of part unit, each label have a specific title panel information, so the function returns when design A structure of arrays is returned.
In the present embodiment, self defined class can be:
Class FileFetchData implements IFetchData{
String fetchData(){
}
}
It defines class NetFetchData and realizes IFetchData interface, then make carbon copies tetchData method, is i.e. manifolding interface Three functions in agreement are realized from file acquisition data and return to data with the data of String format, then Generate controls region.
In other embodiments, such as from network data are obtained, then self defined class can be:
Class NetFetchData implements IFetchData{
String fetchData(){
}
}
It defines class NetFetchData and realizes IFetchData interface, then make carbon copies fetchData method, is i.e. manifolding interface Three functions in agreement are realized and obtain data from network and return to data with the data of String format, then Generate controls region.
It, can be according to mapping relations, by 111 phase of Tab control element with generation for the switching of associated data unit 121 Associated associated data unit 121 is shown in associated data area 12, to realize the dynamic adjustment in associated data area.Certainly, it controls Part unit is not restricted to Tab control element, can also change other controls into.
In the present embodiment, mapping relations can be with flowering structure:
The custom function name definition is ConnectTab, it comprises two relevant data informations, What tabIndexName was indicated is the information of title in Tab control element, and what infoPage was indicated is an associated data unit Details.Can according in the custom function tabIndexName field information and infoPage page info execute Dynamic mapping relations, it is possible thereby to perfectly be associated the dynamic replacement of data cell.
By assigning tabIndexName and infoPage different value informations, can thus to construct a dynamic Tab control element and associated data unit between relationship.It is needed when needing to show some associated data unit therein An above-mentioned object information is constructed, needs to reconfigure when showing another associated data unit if necessary above-mentioned Object information.
In this way, being associated with control element with data associating unit by mapping relations, can dynamically adjust and control list The associated data associating unit of member improves the development efficiency of program without largely being modified original code.
In other embodiments, as shown in figure 3, user interface 2 can be divided into the area Tab 21, the area Tab 21 be can wrap Multiple Tab control elements 211 are included, and associated data area 22 can be in new user interface 3, that is, associated data area 22 and Tab Area 21 is shown in different user interfaces, for example, user interface M only shows Tab control element m, with m pairs of Tab control element The associated data unit n answered is then shown on another user interface W.When needing dynamic adjustment user interface 2, need to only create certainly Defining the area Tab 21 needed for class obtains needs the attribute information of Tab control element 211 to be shown, such as Tab control element 211 Quantity, style sheet, coordinate and title panel information etc., the required area Tab then can be generated by the self defined class 21, and the original area Tab 21 is covered or refreshed, so that it may the area Tab 21 of new required user interface 2 is obtained, for The switching of associated data unit 221, can be according to mapping relations, by incidence number associated with the Tab control element 211 of generation New user interface is shown according to unit 221, to realize the dynamic adjustment in associated data area 22.Certainly, control element and not only It is only limitted to Tab control element, other controls can also be changed into.Specific implementation process is same with the above-mentioned embodiment, herein no longer It repeats.
It, can be according to mapping relations, by 211 phase of Tab control element with generation for the switching of associated data unit 221 Associated associated data unit 221 is shown in associated data area 22, to realize the dynamic adjustment in associated data area.Certainly, it controls Part unit is not restricted to Tab control element, can also change other controls into.Specific implementation process and phase in above-described embodiment Together, details are not described herein again.
Certainly, user interface is not limited to the division in above-described embodiment, can also divide otherwise.For example, with Family interface includes multiple areas Tab and multiple associated data areas etc., and control element is not restricted to Tab control element, It is also possible to other control elements.
In this way, the method provided through this embodiment, control list in user interface can be effectively solved in traditional scheme Member modification is at high cost, code invasive is high, is readily incorporated the problems such as mistake, can guarantee do not invading original service function logic Under the premise of, changing to user interface rapidly and efficiently reduces workload, greatly improves development efficiency, and energy Enough effectively reduce the generation of mistake;By the way that control element can be decoupled by control element and associated data Re division Unit With the coupled relation between associated data unit, the page is carried out from logic level to repartition processing;It can be according to tool The business demand of body is gone to get parms and generate required control element by self defined class, is not have between multiple control elements Have any coupled relation, when carrying out the switching of multiple control elements, do not have between control element it is any influence each other, Without substantially being modified related original program.
Based on the same inventive concept, refering to what is shown in Fig. 4, the embodiment of the present invention also provides a kind of computer-readable storage medium Matter 201, is stored thereon with executable instruction 202, and executable instruction 202 when executed by one or more processors, is realized such as On any user interface dynamic adjusting method the step of.
Based on the same inventive concept, refering to what is shown in Fig. 5, the embodiment of the invention also provides a kind of electronic equipment 301, the electricity Sub- equipment 301 may include:
Memory 310 is used to store executable instruction 311;And
Processor 320 is used to execute the executable instruction 311 stored in memory 310, realizes any use as above The step of dynamic adjusting method at family interface.
For the embodiment of the present invention, it is also necessary to explanation, in the absence of conflict, the embodiment of the present invention and reality Applying the feature in example can be combined with each other to obtain new embodiment.
Finally it should be noted that the above examples are only used to illustrate the technical scheme of the present invention and are not limiting, although reference Preferred embodiment describes the invention in detail, those skilled in the art should understand that, it can be to of the invention Technical solution is modified or equivalent replacement, without departing from the spirit and scope of the technical solution of the present invention.

Claims (10)

1. a kind of dynamic adjusting method of user interface, the user interface include controls region, the described method comprises the following steps:
S1 creates the self defined class for generating required controls region;
S2 obtains the parameter for generating the required controls region by the self defined class;And
S3 generates the required controls region by the self defined class, and utilize the controls region pair generated according to the parameter The user interface is updated.
2. the method as described in claim 1, which is characterized in that before step S1, the method also includes:Create interface association View.
3. method according to claim 2, which is characterized in that the self defined class is by inheriting and being multiplexed the interface association View, obtains the parameter and generates the required controls region.
4. method as claimed in any one of claims 1-3, which is characterized in that the self defined class is from described in data source acquisition Parameter, the data source include at least one of network, file or disk.
5. method as claimed in claim 4, which is characterized in that the required controls region includes at least one control element, According to the type of the data source, the self defined class is created.
6. method as claimed in claim 5, which is characterized in that the parameter includes every at least one described control element One style sheet and title.
7. method as claimed in claim 5, which is characterized in that each of at least one described control element corresponding one A associated data unit, each described control element are corresponding with the associated data unit by mapping relations.
8. the method for claim 7, which is characterized in that the method also includes steps:
S4 updates the control list in the controls region with the generation by updating mapping relations according to the controls region of the generation The corresponding associated data unit of member.
9. a kind of computer readable storage medium, is stored thereon with executable instruction, which is characterized in that described instruction is by handling When device executes, the step of realizing the dynamic adjusting method of user interface as described in any one of claim 1-8.
10. a kind of electronic equipment, including:
Memory, for storing executable instruction;And
Processor, for executing the executable instruction stored in the memory, to realize such as any one of claim 1-8 The step of dynamic adjusting method of the user interface.
CN201810642176.5A 2018-06-20 2018-06-20 Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface Pending CN108920148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810642176.5A CN108920148A (en) 2018-06-20 2018-06-20 Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810642176.5A CN108920148A (en) 2018-06-20 2018-06-20 Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface

Publications (1)

Publication Number Publication Date
CN108920148A true CN108920148A (en) 2018-11-30

Family

ID=64420042

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810642176.5A Pending CN108920148A (en) 2018-06-20 2018-06-20 Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface

Country Status (1)

Country Link
CN (1) CN108920148A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130263280A1 (en) * 2012-01-09 2013-10-03 Stephen W. Cote Secure Dynamic Page Content and Layouts Apparatuses, Methods and Systems
CN106021340A (en) * 2016-05-09 2016-10-12 统通信(苏州)有限公司 A method for realizing Android terminal dynamic table controls
CN106598556A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 User interface generation method and device
CN107092485A (en) * 2017-03-28 2017-08-25 武汉斗鱼网络科技有限公司 A kind of Tab labels dynamic updating method and device
CN107463366A (en) * 2017-06-16 2017-12-12 兴业数字金融服务(上海)股份有限公司 A kind of interface mobilism method based on mobile App

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130263280A1 (en) * 2012-01-09 2013-10-03 Stephen W. Cote Secure Dynamic Page Content and Layouts Apparatuses, Methods and Systems
CN106598556A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 User interface generation method and device
CN106021340A (en) * 2016-05-09 2016-10-12 统通信(苏州)有限公司 A method for realizing Android terminal dynamic table controls
CN107092485A (en) * 2017-03-28 2017-08-25 武汉斗鱼网络科技有限公司 A kind of Tab labels dynamic updating method and device
CN107463366A (en) * 2017-06-16 2017-12-12 兴业数字金融服务(上海)股份有限公司 A kind of interface mobilism method based on mobile App

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ZC0716: "android TabLayout使用小结", 《HTTPS://WWW.JIANSHU.COM/P/E324EBCFADD8》 *
天一方蓝: "Android UI 之 TabLayout动态添加tab实现筛选及自动偏移(全选,单选)", 《HTTPS://BLOG.CSDN.NET/DT235201314/ARTICLE/DETAILS/76528029》 *
巨浪滔天: "Android TabLayout与ViewPager实现动态Tab", 《HTTPS://BLOG.CSDN.NET/XDJ1234GHB/ARTICLE/DETAILS/51132511》 *

Similar Documents

Publication Publication Date Title
EP1388783B1 (en) Method and computer system for handling incremental data in client-server communication
CN111182025B (en) Message processing method, device, server and storage medium
CA2511912A1 (en) System and method for building and execution of platform-neutral generic services' client applications
CN109863527A (en) The method and system of the server side rendering of local content for showing
US10956667B2 (en) Operational transformations proxy for thin clients
MX2013014795A (en) Automated user interface object transformation and code generation.
CN106371825A (en) Dynamic form generation method and apparatus for mobile end application interface
CN103645908A (en) Full life circle development achievement system of intemetware
CN103677789A (en) Table data displaying method and system based on GRID assembly
US8745503B2 (en) Graphical interface for managing server environment
CN109213498A (en) A kind of configuration method and server of internet web front-end
CN104932941A (en) Distributed message processing system and device and method thereof
CN111399941A (en) Batch configuration method, device and equipment for BMC (baseboard management controller) functions
CN103870254A (en) Dynamic form achieving method, client and server
CN111881385A (en) Push content generation method, device, equipment and readable storage medium
CN107402766A (en) Page layout management method and device
CN108920148A (en) Dynamic adjusting method, readable storage medium storing program for executing and the equipment of user interface
CN103473106B (en) Method and system for generating page
US9418055B2 (en) Method for copying multiple content between applications
CN110764864A (en) Terraform-based visual resource arrangement method
CN105446710B (en) Interface providing system and interface providing method
KR20060031913A (en) Apparatus and method for performing an one to one name-based socket-communication
CN111813434A (en) Front-end development system and method based on micro-service
CN111124482B (en) Configuration method and device for document information
CN108287741A (en) A kind of method and apparatus of structure administration interface

Legal Events

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

Application publication date: 20181130

RJ01 Rejection of invention patent application after publication