CN110007987A - A kind of hierarchy management method and system of view object - Google Patents

A kind of hierarchy management method and system of view object Download PDF

Info

Publication number
CN110007987A
CN110007987A CN201810011672.0A CN201810011672A CN110007987A CN 110007987 A CN110007987 A CN 110007987A CN 201810011672 A CN201810011672 A CN 201810011672A CN 110007987 A CN110007987 A CN 110007987A
Authority
CN
China
Prior art keywords
view object
frame manager
added
view
level
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201810011672.0A
Other languages
Chinese (zh)
Other versions
CN110007987B (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 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 CN201810011672.0A priority Critical patent/CN110007987B/en
Publication of CN110007987A publication Critical patent/CN110007987A/en
Application granted granted Critical
Publication of CN110007987B publication Critical patent/CN110007987B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention provides a kind of hierarchy management method and system of view object, and the method includes: to receive to index based on interface function to the level for playing the incoming need view object to be added of frame manager and the view object;Obtain the level index of the view object of current top in the bullet frame manager;The level index for playing the view object in frame manager and the size relation in the bullet frame manager between the level index of the view object of current top is added as needed, view object to be added is needed to be added in bullet frame manager.The present invention plays frame manager by design, is managed to the hierarchical relationship of multiple view objects, according to the relationship between the level of each view object index, each view object is effectively added and is managed.

Description

A kind of hierarchy management method and system of view object
Technical field
The present invention relates to view management technical fields, a kind of hierarchy management method more particularly, to view object and System.
Background technique
With the fast development of mobile phone mobile terminal, a page will pop up many view objects, and multiple view objects can fold Be added together, between multiple view objects have hierarchical relationship, by the hierarchical relationship between view object to view object into Row layout and display.
It at present can only be real due to not managed effectively multiple view objects for newly added view object Now newly added view object is added on the view object of current current top, is not have for other hierarchical relationships There is method to realize, cannot achieve and each view object is flexibly inserted into and is removed.
Summary of the invention
The present invention provides a kind of a kind of view object for overcoming the above problem or at least being partially solved the above problem Hierarchy management method and system.
According to an aspect of the present invention, a kind of hierarchy management method of view object is provided, comprising:
Receive the layer based on interface function to bullet frame manager incoming need view object to be added and the view object Grade index;
Obtain the level index of the view object of current top in the bullet frame manager;
It is added as needed current in the level index and the bullet frame manager for play the view object in frame manager The view object of top level index between size relation, need view object to be added be added to bullet frame manager In.
Based on the above technical solution, the present invention can also improve as follows.
Further, further includes:
Pre-defined one plays frame manager, and an array is defined in the bullet frame manager, and the array is for storing The level of view object and view object index.
Further, described that the level index and the bullet frame for playing the view object in frame manager is added as needed Size relation in manager between the level index of the view object of current top, need to view object addition to be added It is specifically included to playing in frame manager:
If desired the level index for the view object being added in bullet frame manager is greater than current in the bullet frame manager The level of the view object of top indexes, then call addObject () method need to view object to be added be added to institute It states in the array played in frame manager, wherein the view object of addition is located at the top of the array;
If desired it is added to the level index for playing the view object in frame manager less than or equal in the bullet frame manager The level index of the view object of current top, then be added as needed the level rope for playing the view object in frame manager Draw, which is inserted into the corresponding position in the array by the insertObject () method of calling.
Further, it is described using corresponding method need view object to be added be added to bullet frame manager in after Further include:
Need to view object to be added be added to play frame manager in after further include:
The view object of current top in the bullet frame manager is transferred to control by the functional based method of controller It is shown in device.
Further, the view object by current top in the bullet frame manager passes through the function side of controller Method be transferred in controller carry out display specifically include:
The level rope of current top view object in the bullet frame manager is obtained by getTopIndex () method Draw;
It is indexed according to the level of the current top view object, corresponding view object is found from the array, And the view object is passed into respondsToSelector () method defined in controller, so that the view pair As being shown in the controller.
Further, the view object by current top in the bullet frame manager, which is transferred in controller, carries out After display further include:
It is indexed according to the level of the view object shown in the controller, corresponding view pair is found in the array As, and the view object is removed from the array, the view object in the array is updated.It is according to the present invention On the other hand, a kind of hierarchy management system of view object is provided, comprising:
Receiving module needs view object to be added and the view for being passed to based on interface function into bullet frame manager The level of object indexes;
Module is obtained, for obtaining the level index of the view object of current top in the bullet frame manager;
Adding module, for the level index and the bullet frame that play the view object in frame manager to be added as needed Size relation in manager between the level index of the view object of current top, will need to add using corresponding method View object be added to play frame manager in.
Further, further includes:
Definition module defines an array for pre-defining a bullet frame manager, and in the bullet frame manager, described Array is used to store the level index of view object and view object.
Further, further includes:
Transfer module, for the view object of current top in the bullet frame manager to be passed through to the function side of controller Method is transferred in controller and is shown.
According to another aspect of the invention, a kind of non-transient computer readable storage medium is additionally provided, which is characterized in that The non-transient computer readable storage medium stores computer instruction, and the computer instruction makes the computer execute one kind The hierarchy management method of view object.
The present invention provides a kind of hierarchy management method and system of view object, frame manager are played by design, to more The hierarchical relationship of a view object is managed, according to the relationship between the level of each view object index, to each view Object is effectively added and is managed.
Detailed description of the invention
Fig. 1 is the hierarchy management method flow diagram of the view object of one embodiment of the invention;
Fig. 2 is the hierarchy management method flow diagram of the view object of another embodiment of the present invention;
Fig. 3 is that the hierarchy management system of the view object of one embodiment of the invention connects block diagram;
Fig. 4 is that the hierarchy management system of the view object of another embodiment of the present invention connects block diagram;
Fig. 5 is that the electronic equipment of another embodiment of the invention connects block diagram.
Specific embodiment
With reference to the accompanying drawings and examples, specific embodiments of the present invention will be described in further detail.Implement below Example is not intended to limit the scope of the invention for illustrating the present invention.
Referring to Fig. 1, the hierarchy management method of the view object of one embodiment of the invention is provided, can be realized to multiple The hierarchy management of view object, this method comprises: receiving the need to be added view incoming to bullet frame manager based on interface function The level of figure object and the view object indexes;Obtain the level rope of the view object of current top in the bullet frame manager Draw;Current top in the level index and the bullet frame manager for play the view object in frame manager is added as needed View object level index between size relation, need view object to be added be added to bullet frame manager in.
Due to having hierarchical relationship, i.e., when showing to view object, a view pair between multiple view objects As in the upper surface of another view object or a view object, below another view object, therefore, each is regarded Figure object all has the level index of itself, and usual level, which indexes big view object and is located at level, indexes small view object Above.
Therefore, when to addition view object in frame manager is played, need to indicate the level index of the view object.At this It is by calling addAlertTo () function to bullet frame when needing to add view object into bullet frame manager in embodiment Parameter is passed in manager, wherein include two parameters in addAlertTo (), one plays frame manager to need to be added to In view object, another for the view object level index.
To before playing the incoming parameter of frame manager, playing in frame manager is usually to have existed view object, because This obtains the level rope for playing the view object of current top in frame manager when bullet frame manager receives incoming parameter Draw, and by incoming second parameter, that is, needs to be added to the level index and bullet frame pipe for playing the view object in frame manager The level index of the view object of current top is compared in existing multiple view object itself in reason device, according to comparing As a result, using different methods need to view object to be added be added to play frame manager in.
On the basis of the above embodiments, in one embodiment of the present of invention, further includes: pre-defined one plays frame management Device, and an array is defined in the bullet frame manager, the array is used to store the level of view object and view object Index.
Wherein, in traditional method, can not the level to multiple views effectively managed, therefore, in this implementation A bullet frame manager is defined in example, is managed for the level to multiple view objects.It defines after playing frame manager, also An array is defined in playing frame manager, each view object is deposited in the array for playing frame manager in fact, number Each view object is not only stored in group, the also corresponding level index for being stored with each view object facilitates to each view The management of figure object.
It is described that bullet is added as needed in another embodiment of the invention on the basis of above-mentioned each embodiment The level rope of the view object of current top in the level index of view object in frame manager and the bullet frame manager Size relation between drawing, using corresponding method need to view object to be added be added to play frame manager in specifically wrap It includes: being if desired added to the level index for playing the view object in frame manager greater than current top in the bullet frame manager View object level index, then call addObject () method need to view object to be added be added to the bullet frame In the array in manager;If desired it is added to the level index for playing the view object in frame manager less than or equal to described The level index for playing the view object of current top in frame manager, then be added as needed the view played in frame manager The level of object indexes, which is inserted into the corresponding position in the array by the insertObject () method of calling.
Wherein, the above embodiments have been described that the level for being added as needed and playing the view object in frame manager It indexes and is compared with the level index for playing the view object of current top in frame manager, to take corresponding method need to View object to be added, which is added to, to be played in frame manager.Frame management is played specifically, obtaining by getTopIndex () method The level index of the view object of current top in device will play the view of current top in frame manager for convenience of description The level index of object is denoted as ShowIndex, and the level index for the view object that needs are added in bullet frame manager is denoted as InsertIndex。
If ShowIndex is 0, show to play in frame manager currently without view object, then can call directly AddObject () method will need view object to be added to be added in the array for playing frame manager, at this point, newly added view Figure object is located on the view object of current top, i.e., after the view object in array updates, newly added view Figure object becomes the view object of new current top.
If ShowIndex is greater than 0, the size of InsertIndex is compared with the size of ShowIndex, if InsertIndex is greater than ShowIndex, then the level index for demonstrating the need for the view object of addition is greater than the view of current top The level of figure object indexes, that is, needs the level of view object to be added in the layer of the view object of current top Grade on, therefore, can call directly addObject () method need view object to be added be added to bullet frame manager Array in, at this point, being newly added to view object in array becomes the view object of current top.
If InsertIndex be less than or equal to ShowIndex, demonstrate the need for addition view object level index be less than etc. In the level index of the view object of current top, that is to say, that need the level of view object to be added current Under the level of the view object of current top, that is, needs view object to be added to be inserted into and play all views in frame manager The middle position of figure object, for example, InsertIndex is 5, and ShowIndex is 6, then view object to be added is needed to be located at Under the view object of current top, then needing for view object to be added to be added to level index in bullet frame manager is On 4 view object, at this point, the level for the view object being added as needed indexes, call InsertObject () this Method need to view object to be added be inserted on corresponding position.It wherein, include two in InsertObject () method Parameter, one is the view object for needing to be inserted into, another is indexed for the level of the view object, according to the level rope of the view Draw, which is inserted into the corresponding position in the array for playing frame manager.So far, for needing view object to be added Level index different situations, using corresponding method be added to play frame manager array suffer.
It is described to use corresponding method in one embodiment of the present of invention on the basis of above-mentioned each embodiment After view object to be added is added in bullet frame manager further include: by the view of current top in the bullet frame manager Figure object is transferred in controller by the functional based method of controller and is shown.
Above-described embodiment will need view object to be added to be added in the array for playing frame manager, it is also necessary to in array The view object of current top shown, in the present embodiment, referring to fig. 2, devise a controller, be used to view Object is shown.The view object of current top is passed to controller and shown by bullet frame manager.
On the basis of the various embodiments described above, in another embodiment of the invention, it is described will be in the bullet frame manager The view object of current top, which is transferred in controller, to be carried out display and specifically includes: being obtained by getTopIndex () method The level index for playing current top view object in frame manager;According to the level of the current top view object Index, finds corresponding view object, and the view object is passed to defined in controller from the array RespondsToSelector () method, so that the view object is shown in the controller.
The level index for playing the view object of current top in frame manager is obtained by getTopIndex () method ShowIndex shows that there is no view objects in the array of bullet frame manager, i.e. array is empty if ShowIndex is 0.If ShowInde is greater than 0, then is indexed according to the level of the view object of the current top of acquisition, find from array and currently most push up The view object of layer, and the view object of the current top is passed into controller and is shown.
During the view object played in frame manager is passed to the realization of controller, define in the controller RespondsToSelector () method, for receiving from the view object that passes over of frame manager is played, in the controller into Row display.
On the basis of the various embodiments described above, in one embodiment of the present of invention, it is described by the bullet frame manager when The view object of preceding top is transferred to shown in controller after further include: according to the view pair shown in the controller The level of elephant indexes, and corresponding view object is found in the array, and the view object is removed from the array, right View object in the array is updated.
The view object of the current top played in frame manager is passed to after controller shown, shows that this is current The view object of top, which has shown that, to be finished, then is removed the corresponding view object in the array for playing frame manager, so as to The view object of current top in updated array is shown.
Referring to Fig. 3, the hierarchy management system of the view object of one embodiment of the invention, including receiving module are provided 31, module 32 and adding module 33 are obtained.
Receiving module 31, for receive based on interface function to play be passed in frame manager need view object to be added and The level of the view object indexes.
Module 32 is obtained, for obtaining the level index of the view object of current top in the bullet frame manager.
Adding module 33, for the level index and the bullet that play the view object in frame manager to be added as needed In frame manager the view object of current top level index between size relation, need to view object to be added add It is added to and plays in frame manager.
Referring to fig. 4, the hierarchy management system of the view object of another embodiment of the present invention, including receiving module are provided 31, module 32, adding module 33, definition module 34, transfer module 35 and remove module 36 are obtained.
Receiving module 31, for receive based on interface function to play be passed in frame manager need view object to be added and The level of the view object indexes.
Module 32 is obtained, for obtaining the level index of the view object of current top in the bullet frame manager.
Adding module 33, for the level index and the bullet that play the view object in frame manager to be added as needed In frame manager the view object of current top level index between size relation, need to view object to be added add It is added to and plays in frame manager.
Definition module 24 defines an array, institute for pre-defining a bullet frame manager, and in the bullet frame manager Array is stated for storing view object and the corresponding level index of view object.
Adding module 33, for being if desired added to the level index for playing the view object in frame manager greater than the bullet The level index of the view object of current top, then call addObject () method that will need view to be added in frame manager Figure object is added in the array in the bullet frame manager;It is also used to if desired be added to the view played in frame manager The level index of object is less than or equal to the level index of the view object of current top in the bullet frame manager, then calls InsertObject () method will need view object to be added to be inserted into the corresponding position in the array.Transfer module 35, It is shown for the view object of current top in the bullet frame manager to be transferred in controller.
Wherein, transfer module 35 are specifically used for obtaining by getTopIndex () method current in the bullet frame manager The level of top view object indexes;It is indexed according to the level of the current top view object, is looked for from the array The side respondsToSelector () defined in controller is passed to corresponding view object, and by the view object Method, so that the view object is shown in the controller.
Remove module 36, for after the view object of current top is shown in the controller, according in controller The level of the view object of middle display indexes, and finds corresponding view object in the array, and by the view object from institute It states in array and removes, the view object in the array is updated.
Referring to Fig. 5, the electronic equipment of one embodiment of the invention is provided, including includes: processor (processor) 501, memory (memory) 502 and bus 503;Wherein, the processor 501 and memory 502 are complete by the bus 503 At mutual communication.
The processor 501 is used to call the program instruction in the memory 502, to execute above-mentioned each method embodiment Provided method, for example, receive based on interface function to play the incoming need view object to be added of frame manager and The level of the view object indexes;Obtain the level index of the view object of current top in the bullet frame manager;According to Need to be added to the level index for playing the view object in frame manager and the view for playing current top described in frame manager Object level index between size relation, need view object to be added be added to bullet frame manager in.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can It realizes by means of software and necessary general hardware platform, naturally it is also possible to pass through hardware.Based on this understanding, on Stating technical solution, substantially the part that contributes to existing technology can be embodied in the form of software products in other words, should Computer software product may be stored in a computer readable storage medium, such as ROM/RAM, magnetic disk, CD, including several fingers It enables and using so that a computer equipment (can be personal computer, server or the network equipment etc.) executes each implementation Certain Part Methods of example or embodiment.
A kind of hierarchy management method and system of view object provided by the invention, the management to view object level are logical It crosses for view object to be added to and play in frame manager, rather than work as newly added view object is directly added to by traditional scheme On the view object of preceding top, the present invention records the level index of each view object, the view being added as needed The level of object indexes, can need to view object to be added be inserted into suitable position, after being inserted into suitable position, then It will play in frame manager, and be similar to maintain a stack in this way, this stack allows to be inserted into the different position of stack, eventually by stack The page on top shows that display, which finishes, just destroys.
Finally, the present processes are only preferable embodiment, it is not intended to limit the scope of the present invention.It is all Within the spirit and principles in the present invention, any modification, equivalent replacement, improvement and so on should be included in protection of the invention Within the scope of.

Claims (10)

1. a kind of hierarchy management method of view object characterized by comprising
Receive the level rope based on interface function to bullet frame manager incoming need view object to be added and the view object Draw;
Obtain the level index of the view object of current top in the bullet frame manager;
It is added as needed in the level index and the bullet frame manager for play the view object in frame manager and currently most pushes up Layer view object level index between size relation, need view object to be added be added to bullet frame manager in.
2. the hierarchy management method of view object as described in claim 1, which is characterized in that further include:
Pre-defined one plays frame manager, and an array is defined in the bullet frame manager, and the array is for storing view The level of object and view object index.
3. the hierarchy management method of view object as claimed in claim 2, which is characterized in that described that bullet is added as needed The level rope of the view object of current top in the level index of view object in frame manager and the bullet frame manager Size relation between drawing, need to view object to be added be added to play frame manager in specifically include:
If desired the level index for the view object being added in bullet frame manager, which is greater than in the bullet frame manager, currently most to be pushed up Layer view object level index, then call addObject () method need to view object to be added be added to the bullet In the array in frame manager, wherein the view object of addition is located at the top of the array;
If desired the level index for the view object being added in bullet frame manager is less than or equal to current in the bullet frame manager The level of the view object of top indexes, then the level index for playing the view object in frame manager is added as needed, The view object is inserted into the corresponding position in the array by the insertObject () method of calling.
4. the hierarchy management method of view object as described in any one of claims 1-3, which is characterized in that will need to be added After view object is added in bullet frame manager further include:
The view object of current top in the bullet frame manager is transferred in controller by the functional based method of controller It is shown.
5. the hierarchy management method of view object as claimed in claim 4, which is characterized in that described by the bullet frame manager In the view object of current top be transferred in controller by the functional based method of controller and show and specifically include:
The level index of current top view object in the bullet frame manager is obtained by getTopIndex () method;
It is indexed according to the level of the current top view object, corresponding view object is found from the array, and will The view object passes to respondsToSelector () method defined in controller, so that the view object exists It is shown in controller.
6. the hierarchy management method of view object as claimed in claim 4, which is characterized in that described by the bullet frame manager In the view object of current top be transferred in controller and shown by the functional based method of controller further include:
It is indexed according to the level of the view object shown in the controller, corresponding view object is found in the array, and The view object is removed from the array.
7. a kind of hierarchy management system of view object characterized by comprising
Receiving module needs view object and the view object to be added for being passed to based on interface function into bullet frame manager Level index;
Module is obtained, for obtaining the level index of the view object of current top in the bullet frame manager;
Adding module, for the level index for playing the view object in frame manager and the bullet frame management to be added as needed In device the view object of current top level index between size relation, need to view object to be added be added to bullet In frame manager.
8. the hierarchy management system of view object as claimed in claim 7, which is characterized in that further include:
Definition module defines an array, the array for pre-defining a bullet frame manager, and in the bullet frame manager Level for storing view object and view object indexes.
9. the hierarchy management system of view object as claimed in claim 7, which is characterized in that further include:
Transfer module, for passing the view object of current top in the bullet frame manager by the functional based method of controller It is handed in controller and is shown.
10. a kind of non-transient computer readable storage medium, which is characterized in that the non-transient computer readable storage medium is deposited Computer instruction is stored up, the computer instruction makes the computer execute the method as described in claim 1-6 is any.
CN201810011672.0A 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object Active CN110007987B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810011672.0A CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810011672.0A CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Publications (2)

Publication Number Publication Date
CN110007987A true CN110007987A (en) 2019-07-12
CN110007987B CN110007987B (en) 2022-03-25

Family

ID=67164635

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810011672.0A Active CN110007987B (en) 2018-01-05 2018-01-05 Method and system for managing hierarchy of view object

Country Status (1)

Country Link
CN (1) CN110007987B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112231026A (en) * 2020-09-15 2021-01-15 北京值得买科技股份有限公司 APP bullet frame management method

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120110515A1 (en) * 2010-10-28 2012-05-03 Cary Scott Abramoff User interface for a digital content management system
US20130198627A1 (en) * 2012-01-30 2013-08-01 Microsoft Corporation Dynamic Extension View with Multiple Levels of Expansion
CN103699648A (en) * 2013-12-26 2014-04-02 成都市卓睿科技有限公司 Tree-form data structure used for quick retrieval and implementation method of tree-form data structure
CN104268243A (en) * 2014-09-29 2015-01-07 华为技术有限公司 Position data processing method and device
US20150019944A1 (en) * 2011-07-05 2015-01-15 Visa International Service Association Hybrid applications utilizing distributed models and views apparatuses, methods and systems
US20150227268A1 (en) * 2005-07-22 2015-08-13 Yogesh Chunilal Rathod Method and system for dynamic application management
CN105122817A (en) * 2013-04-06 2015-12-02 米兰达技术合伙公司 Systems and methods for media distribution and management
EP2994837A1 (en) * 2013-05-06 2016-03-16 Qualcomm Incorporated Multi-core page table sets of attribute fields
CN105404529A (en) * 2015-10-19 2016-03-16 北京奇虎科技有限公司 Popup method, device and system of operation system popup for reinstallation
CN105867915A (en) * 2016-03-25 2016-08-17 广州阿里巴巴文学信息技术有限公司 Application interface display method and device
US20160342313A1 (en) * 2015-05-20 2016-11-24 Vmware, Inc. Optimizing window move actions for remoted applications
CN106325875A (en) * 2016-08-29 2017-01-11 浪潮软件集团有限公司 Method for comparing webpage UI interface with webpage design drawing
CN106445559A (en) * 2016-10-21 2017-02-22 用友网络科技股份有限公司 Device and method for solving page differentiation through view template
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN106648642A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Infinite page scrolling method of slide view in IOS client end and system
WO2017143263A1 (en) * 2016-02-17 2017-08-24 Silverthread, Inc. Computer-implemented methods and systems for measuring, estimating, and managing economic outcomes and technical debt in software systems and projects
CN107479892A (en) * 2017-08-18 2017-12-15 武汉斗鱼网络科技有限公司 Play frame view creation method, device and electronic equipment

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150227268A1 (en) * 2005-07-22 2015-08-13 Yogesh Chunilal Rathod Method and system for dynamic application management
US20120110515A1 (en) * 2010-10-28 2012-05-03 Cary Scott Abramoff User interface for a digital content management system
US20150019944A1 (en) * 2011-07-05 2015-01-15 Visa International Service Association Hybrid applications utilizing distributed models and views apparatuses, methods and systems
US20130198627A1 (en) * 2012-01-30 2013-08-01 Microsoft Corporation Dynamic Extension View with Multiple Levels of Expansion
CN105122817A (en) * 2013-04-06 2015-12-02 米兰达技术合伙公司 Systems and methods for media distribution and management
EP2994837A1 (en) * 2013-05-06 2016-03-16 Qualcomm Incorporated Multi-core page table sets of attribute fields
CN103699648A (en) * 2013-12-26 2014-04-02 成都市卓睿科技有限公司 Tree-form data structure used for quick retrieval and implementation method of tree-form data structure
CN104268243A (en) * 2014-09-29 2015-01-07 华为技术有限公司 Position data processing method and device
US20160342313A1 (en) * 2015-05-20 2016-11-24 Vmware, Inc. Optimizing window move actions for remoted applications
CN105404529A (en) * 2015-10-19 2016-03-16 北京奇虎科技有限公司 Popup method, device and system of operation system popup for reinstallation
WO2017143263A1 (en) * 2016-02-17 2017-08-24 Silverthread, Inc. Computer-implemented methods and systems for measuring, estimating, and managing economic outcomes and technical debt in software systems and projects
CN105867915A (en) * 2016-03-25 2016-08-17 广州阿里巴巴文学信息技术有限公司 Application interface display method and device
CN106325875A (en) * 2016-08-29 2017-01-11 浪潮软件集团有限公司 Method for comparing webpage UI interface with webpage design drawing
CN106445559A (en) * 2016-10-21 2017-02-22 用友网络科技股份有限公司 Device and method for solving page differentiation through view template
CN106648641A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Automatic management method and system for multi-level pop-up boxes on iOS system device
CN106648642A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Infinite page scrolling method of slide view in IOS client end and system
CN107479892A (en) * 2017-08-18 2017-12-15 武汉斗鱼网络科技有限公司 Play frame view creation method, device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DWYANE_CODING: "谈谈addSubview和insertSubview", 《HTTPS://WWW.JIANSHU.COM/P/2A620870D8A6》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112231026A (en) * 2020-09-15 2021-01-15 北京值得买科技股份有限公司 APP bullet frame management method

Also Published As

Publication number Publication date
CN110007987B (en) 2022-03-25

Similar Documents

Publication Publication Date Title
CN105760199B (en) A kind of application resource loading method and its equipment
CN106294352B (en) A kind of document handling method, device and file system
CN110333889B (en) Method and system for upgrading container service user cluster
CN107169083A (en) Public security bayonet socket magnanimity vehicle data storage and retrieval method and device, electronic equipment
CN109063027A (en) A kind of method and device for business processing
US9280370B2 (en) System structure management device, system structure management method, and program
CN104866339B (en) Distributed persistence management method, system and the device of FOTA data
CN105095313B (en) A kind of data access method and equipment
CN106302632A (en) The method for down loading of a kind of foundation image and management node
CN105956123A (en) Local updating software-based data processing method and apparatus
CN105653425A (en) Complicated event processing engine based monitoring system
CN106209989A (en) Spatial data concurrent computational system based on spark platform and method thereof
CN106569898A (en) Resource distribution method and mobile terminal
CN106155789A (en) A kind of application freezing method and mobile terminal
CN111797173B (en) Alliance chain sharing system, method and device, electronic equipment and storage medium
JP6975153B2 (en) Data storage service processing method and equipment
CN107729570A (en) Data migration method and device for server
CN103701653B (en) The processing method of a kind of interface hot plug configuration data and network configuration server
CN103259869B (en) A kind of concentration approaches to IM based on Distributed Storage
CN107943423A (en) The management method and computer-readable recording medium of storage resource in cloud system
CN110007987A (en) A kind of hierarchy management method and system of view object
CN106796588B (en) The update method and equipment of concordance list
CN106384292A (en) System and method for collecting relation among social network users
CN110399600A (en) Generate the method and device of wide table
CN103077127A (en) Method and device for determining data migration target

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant