CN107491298A - A kind of button object automatic scanning method and system - Google Patents

A kind of button object automatic scanning method and system Download PDF

Info

Publication number
CN107491298A
CN107491298A CN201710552661.9A CN201710552661A CN107491298A CN 107491298 A CN107491298 A CN 107491298A CN 201710552661 A CN201710552661 A CN 201710552661A CN 107491298 A CN107491298 A CN 107491298A
Authority
CN
China
Prior art keywords
present panel
button
view
present
panel
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
CN201710552661.9A
Other languages
Chinese (zh)
Other versions
CN107491298B (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 CN201710552661.9A priority Critical patent/CN107491298B/en
Publication of CN107491298A publication Critical patent/CN107491298A/en
Application granted granted Critical
Publication of CN107491298B publication Critical patent/CN107491298B/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/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/478Supplemental services, e.g. displaying phone caller identification, shopping application

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention, which provides a kind of button object automatic scanning method and system, described method, to be included:S1, by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing obtains view object corresponding to present panel;S2, automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtains button object all in present panel.The present invention by the topology file of present panel by being loaded into internal memory, obtain the view object of present panel, then automatically scanning is carried out to view object using recursive scanning algorithm, obtain all button objects in present panel, it need not every time repeat to call same functional based method to obtain the button object in present panel manually, improve development efficiency and the terseness and maintainability of code structure.

Description

A kind of button object automatic scanning method and system
Technical field
The present invention relates to field of computer technology, more particularly, to a kind of button object automatic scanning method and system.
Background technology
In the development process of live software, it will usually be related to present panel, generally have many buttons on present panel For triggering different service logics.When carrying out business triggering using different buttons, it is necessary to find corresponding button.
Tradition is to find corresponding button by way of calling findViewById functions, typically by button ID number finds corresponding button.When the button quantity on present panel is increasing, gift is found in this way All button objects on object plane plate, it is necessary to repeatedly call findViewById functions.So identical code Repeatedly call, code structure redundancy can be caused, with increasing for button quantity, the redundancy of code structure is easily lead to more greatly Later stage, the code was difficult to maintenance and expansion.
The content of the invention
The present invention provides a kind of button object for overcoming above mentioned problem or solving the above problems at least in part and swept automatically Method and system are retouched, are overcome using code when all button objects in calling identical method acquisition present panel are repeated several times Redundancy.
According to the first aspect of the invention, there is provided a kind of button object automatic scanning method, including:
S1, by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing obtains present face View object corresponding to plate;
S2, automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtains present panel In all button object.
Beneficial effects of the present invention are:By the way that the topology file of present panel is loaded into internal memory, present panel is obtained View object, automatically scanning is then carried out to view object using recursive scanning algorithm, it becomes possible to which automatically scanning obtains present face All button objects in plate, without repeating to call identical functional based method every time to the button object in present panel Obtained manually, improve development efficiency and the terseness and maintainability of code structure.
On the basis of above-mentioned technical proposal, the present invention can also improve as follows.
Further, the step S1 further comprises:
The XML layout file of present panel is loaded using the layout loader built in android system, and to institute State XML layout document analysis and obtain view object corresponding to present panel.
Further, the step S1 further comprises:
The inflate methods in layout loader are called to be passed to the view ID of present panel;
The XML layout file of present panel according to corresponding to being found the view ID of present panel;
File is described to the XML layout of the present panel to parse, and obtains the view object of present panel.
Further, the view object of the present panel is view elements or ViewGrop container objects, described ViewGrop container objects include at least one view object.
Further, the step S2 further comprises:
S21, judge whether view object corresponding to present panel is button object or ViewGrop container objects, its In, the button object belongs to view elements;
S22, if view object corresponding to present panel is button object, the button object is stored in set of buttons In;
S23, if view object corresponding to present panel is ViewGrop container objects, ViewGrop containers are taken out successively Each view object in object, and step S21 is repeated to each view object, until getting in present panel All button objects, and all button objects are stored in set of buttons.
Further, judge in the step S21 view object corresponding to present panel whether be button object or ViewGrop container objects further comprise:
By calling keyword instanceof to judge the type of view object, with determine view object whether be Button object or ViewGrop container objects.
According to the second aspect of the invention, there is provided a kind of button object automatic scanning system, including:
Load-on module, for by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing Obtain view object corresponding to present panel;
Scan module, for carrying out automatically scanning to view object corresponding to present panel using recursive scanning algorithm, obtain Take button object all in present panel.
Further, the scan module further comprises:
Judging unit, for judging whether view object corresponding to present panel is button object or ViewGrop containers Object;
Memory cell, if being button object for view object corresponding to present panel, the button object is stored in In set of buttons;
Extraction unit, if being ViewGrop container objects for view object corresponding to present panel, extract successively Each view object in ViewGrop container objects, and call the judge module to each view object at Reason.
According to the third aspect of the invention we, there is provided a kind of equipment of button object automatic scanning method, including processor (processor), memory (memory) and bus;
The processor and memory complete mutual communication by the bus;
The memory storage has and by the programmed instruction of the computing device, the processor described program can be called to refer to Order is able to carry out as above each implementation.
According to the fourth aspect of the present invention, there is provided a kind of non-transient computer readable storage medium storing program for executing, it is described non-transient Computer-readable recording medium storage computer instruction, the computer instruction make the computer perform as above each embodiment party Method.
Brief description of the drawings
Fig. 1 is the button object automatic scanning method flow chart of one embodiment of the invention;
Fig. 2 is that the button object automatic scanning system of another embodiment of the present invention connects block diagram;
Fig. 3 is connection block diagram inside the load-on module of another embodiment of the invention;
Fig. 4 is connection block diagram inside the scan module of further embodiment of the present invention;
Fig. 5 is the equipment of the button object automatic scanning method of another embodiment of the invention.
Embodiment
With reference to the accompanying drawings and examples, the embodiment of the present invention is described in further detail.Implement below Example is used to illustrate the present invention, but is not limited to the scope of the present invention.
Referring to Fig. 1, there is provided the button object automatic scanning method of one embodiment of the invention, including:S1, by by gift The expandable mark language XML topology file of object plane plate loads on internal memory, and parsing obtains view object corresponding to present panel; S2, automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtained all in present panel Button object.
Present panel would generally be related in net cast field, live software, present panel is mainly used to live During gifts.There are multiple buttons to be used for triggering different service logics on usual present panel.Needing to realize difference Service logic when, it is necessary to find corresponding button, traditional mode is to call corresponding functional based method, and is pressed by each The ID number of button is come button corresponding to finding.In this way, when the quantity of the button on present panel is very big, will lead Cause code structure redundancy.
Therefore, the method that the present embodiment proposes a set of all button objects that can be in automatically scanning present panel, tool Body is embodied as, and the topology file of present panel is loaded into internal memory, and generally, the topology file of present panel is XML (Extensible Markup Language, extensible markup language) form.The topology file of XML format is loaded on interior In depositing, parsing obtains view object corresponding to present panel.Then using recursive scanning algorithm to view corresponding to present panel Object carries out automatic recursive scanning, obtains button object all in present panel, is stored in set of buttons.Wherein, recurrence Scanning algorithm can be realized using a function, when needing to use button object, it is only necessary to directly obtained from set of buttons Take.
The present embodiment only need to use a recursive function energy automatically scanning to be obtained to all buttons pair in present panel As, the call function method without repeating obtains, and avoids the redundancy of code, improve code development efficiency and The maintainability of code.
On the basis of above-described embodiment, in one embodiment of the present of invention, the step S1 further comprises:Using Layout loader built in android system is loaded to the XML layout file of present panel, and XML layout file is entered Row parsing obtains view object corresponding to present panel.
The main purpose that the XML layout file of present panel is loaded into internal memory is to be able to the XML of present panel Topology file be converted into a view object, so subsequently can be by being scanned to obtain to the view object of present panel All button objects in present panel.In order to load the XML layout file of present panel, it is necessary to using Andriod Layout loader LayoutInflater built in system, layout loader are one that Andriod systems are supplied to developer It is specifically used to load the instrument of XML layout file.The present embodiment is using the layout loader built in Andriod systems by present face The XML layout file of plate loads into internal memory.
On the basis of the various embodiments described above, in an alternative embodiment of the invention, using the cloth built in android system Office's loader carries out loading to the XML layout file of present panel and further comprised:Call the inflate side in layout loader Method is passed to the view ID of present panel;The XML layout file of present panel according to corresponding to being found the view ID of present panel;It is right The XML layout file of the present panel is parsed, and obtains the view object of present panel.
During specifically being loaded using layout loader to the XML layout file of present panel, it is necessary first to Get the layout loader built in Andriod systems.Particular by the getSystemService functions of calling system, Parameter Context.LAYOUT_INFLATER_SERVICE is passed in getSystemService functions, system offer is provided Layout loader LayoutInflater.Wherein parameter Context.LAYOUT_INFLATER_SERVICE is a constant, System can navigate to LayoutInflater layout loaders, and the layout loader that will be got according to the constant LayoutInflater is returned.
After getting the layout loader built in Andriod systems, the layout text using layout loader to present panel Part is loaded, specifically by the view ID for calling the inflate methods being laid out in loader to be passed to present panel.Wherein, Inflate methods are the function that system provides, for the loading and parsing to XML file.According to the view of present panel ID finds the XML layout file corresponding to the present panel in XML file.Then the XML layout file of present panel is entered Row parsing, obtains the view object of present panel, and obtained view object is loaded in internal memory.
The present embodiment essentially describes the load mode of the topology file of present panel, by built in Andriod systems Loader is laid out, and the XML layout file of present panel is loaded into internal memory by the view ID by transmitting present panel, is obtained To example views object of the present panel in internal memory, namely View objects, the View objects are that follow-up needs are scanned Object.
On the basis of the various embodiments described above, in one embodiment of the present of invention, the step S2 further comprises:S21, Judge whether view object corresponding to present panel is button object or ViewGrop container objects;S22, if present panel pair The view object answered is button object, then the button object is stored in set of buttons;S23, if being regarded corresponding to present panel Figure object is ViewGrop container objects, then takes out each view object in ViewGrop container objects successively, and to every One view object repeats step S21, until getting all button objects in present panel, and is stored in button collection In conjunction.
Above-described embodiment obtains view object corresponding to present panel, the present embodiment pair by the loading to present panel All buttons in View objects carry out automatically scanning.Before all buttons in View objects carry out automatically scanning, first Some concepts being related to simply are introduced.
In Andriod systems, a ViewGrop container object can be included in View objects, View objects can also It is a view elements;One ViewGrop is a view container, can include multiple View objects, that is to say, that View pairs As being mutually nested to include with ViewGrop objects.One ViewGrop object is a view container, and one View objects both can be a ViewGrop object or a view elements.Such as the button pair in the present embodiment As being exactly a view elements rather than a ViewGrop container.
Above-mentioned View objects for having obtained present panel, introduce below by recursive scanning algorithm to institute in View objects Comprising all button objects be scanned.In order to which all button objects in the present panel to acquisition store, definition One button object set stores to scanning the button object come.
In the present embodiment, by recursive scanning algorithm packaging into a function, the definition of function is collectButtons (View view), function collectButtons is described in detail below button object all in View objects is scanned Specific implementation.
It should be noted that because the element species in present panel are very more, such as, not only button object, yet Including other view elements.Therefore, it is first during button object is obtained from view object corresponding to present panel First, judge whether View objects corresponding to present panel are a button object, judge that View objects are corresponding to present panel No is the method for a button object, is to carry out type decision to View objects by calling keyword instanceof, i.e., Judged by way of writing if (View instanof Button).If View objects are a button objects, By button object storage into button object set, if the View objects are not a button objects, it can make further Judgement work.
If View objects are not a button objects, it next can judge whether View objects are one ViewGrop pairs As when judging, also judging the type of View objects.If View objects are ViewGrop objects, Then need the coercion of type of the View objects being converted into the type of a ViewGrop object, and by way of for circulations Each View object in ViewGrop objects is extracted successively.Then it is every for being extracted from ViewGrop objects One View object, the call relation of a winding is formed, is performed repeatedly in function intrinsic call collectButtons in itself Said process, after circulation is called in itself of certain number, it becomes possible to which all button objects in present panel are all extracted Out, and store into button object set.
It when needing to use the button object in present panel, can directly obtain, and not have to from button object set Identical functional based method is called, to the manual acquisition of button object, to avoid the redundancy of code, improve development efficiency every time With the terseness and maintainability of code structure.
Referring to Fig. 2, there is provided the button object automatic scanning system of another embodiment of the present invention, including load-on module 21 With scan module 22.
Load-on module 21, for by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, solving Analysis obtains view object corresponding to present panel.Scan module 22, for using recursive scanning algorithm to corresponding to present panel View object carries out automatically scanning, obtains button object all in present panel.
Wherein, load-on module 21, specifically for using the layout loader built in android system to present panel XML layout file is loaded.
Referring to Fig. 3, in one embodiment of the present of invention, load-on module 21 includes call unit 211, the and of searching unit 212 Resolution unit 213.
Call unit 211, for calling the inflate methods being laid out in loader to be passed to the view ID of present panel.
Searching unit 212, the XML layout file for present panel corresponding to being found according to the view ID of present panel.
Resolution unit 213, parsed for describing file to the XML layout of the present panel, obtain present panel View object.
Referring to Fig. 4, in another embodiment of the present invention, scan module 23 includes judging unit 231, the and of memory cell 232 Extraction unit 233.
Judging unit 231, for judging whether view object corresponding to present panel is button object or ViewGrop Container object.
Memory cell 232, if being button object for view object corresponding to present panel, the button object is stored In set of buttons.
Extraction unit 233, if being ViewGrop container objects for view object corresponding to present panel, extract successively Each view object gone out in ViewGrop container objects, and call the judging unit 232 to enter each view object Row processing.
Fig. 5 shows the structured flowchart of the equipment of the button object automatic scanning method of the embodiment of the present application.
Reference picture 5, the equipment of button object automatic scanning method include:Processor (processor) 501, memory (memory) 502 and bus 503;Wherein, the processor 501 and memory 502 are completed mutual by the bus 503 Communication.
The processor 501 is used to call the programmed instruction in the memory 502, to perform above-mentioned each method embodiment The method provided, such as including:By the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, solution Analysis obtains view object corresponding to present panel;View object corresponding to present panel is carried out using recursive scanning algorithm automatic Scanning, obtain button object all in present panel.The present invention discloses a kind of computer program product, computer program production Product include the computer program being stored on non-transient computer readable storage medium storing program for executing, and the computer program includes programmed instruction, When programmed instruction is computer-executed, computer is able to carry out the button object automatically scanning that above-mentioned corresponding embodiment is provided Method, such as including:By the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing obtains gift View object corresponding to object plane plate;Automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtained Take button object all in present panel.
The present invention also provides a kind of non-transient computer readable storage medium storing program for executing, and the non-transient computer readable storage medium storing program for executing is deposited Computer instruction is stored up, the computer instruction makes computer perform the button object automatically scanning side that above-mentioned corresponding embodiment is provided Method, such as including:By the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing obtains present View object corresponding to panel;Automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtained All button objects in present panel.
One of ordinary skill in the art will appreciate that:Realizing all or part of step of above method embodiment can pass through Programmed instruction related hardware is completed, and foregoing program can be stored in a computer read/write memory medium, the program Upon execution, the step of execution includes above method embodiment;And foregoing storage medium includes:ROM, RAM, magnetic disc or light Disk etc. is various can be with the medium of store program codes.
The embodiments such as the equipment of button object automatic scanning method described above are only schematical, wherein conduct The unit that separating component illustrates can be or may not be it is physically separate, can be as the part that unit is shown or Person may not be physical location, you can with positioned at a place, or can also be distributed on multiple NEs.Can root Factually border needs to select some or all of module therein realize the purpose of this embodiment scheme.Ordinary skill Personnel are not in the case where paying performing creative labour, you can to understand and implement.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can Realized by the mode of software plus required general hardware platform, naturally it is also possible to pass through hardware.Based on such understanding, on The part that technical scheme substantially in other words contributes to prior art is stated to embody in the form of software product, should Computer software product can store in a computer-readable storage medium, such as ROM/RAM, magnetic disc, CD, including some fingers Make to cause a computer equipment (can be personal computer, server, or network equipment etc.) to perform each implementation Some Part Methods of example or embodiment.
The invention provides a kind of button object automatic scanning method and system, by the way that the topology file of present panel is added Internal memory is downloaded to, obtains the view object of present panel, automatically scanning is carried out to view object using recursive scanning algorithm, so as to All button objects into present panel, recursive scanning algorithm therein only need a recursive function to realize, i.e. this hair Bright needs a recursive function can to come out all button object automatically scannings in present panel, without multiple Repetition calls same functional based method to be obtained manually to the button object in present panel to realize, avoids development process The redundancy of middle code, improve development efficiency and the terseness and maintainability of code structure.
Finally, the present processes are only preferable embodiment, are 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 substitution and improvements made etc., the protection of the present invention should be included in Within the scope of.

Claims (10)

  1. A kind of 1. button object automatic scanning method, it is characterised in that including:
    S1, by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing obtains present panel pair The view object answered;
    S2, automatically scanning is carried out to view object corresponding to present panel using recursive scanning algorithm, obtains institute in present panel Some button objects.
  2. 2. button object automatic scanning method as claimed in claim 1, it is characterised in that the step S1 further comprises:
    The XML layout file of present panel is loaded using the layout loader built in android system, and to described XML layout document analysis obtains view object corresponding to present panel.
  3. 3. button object automatic scanning method as claimed in claim 2, it is characterised in that the step S1 further comprises:
    The inflate methods in layout loader are called to be passed to the view ID of present panel;
    The XML layout file of present panel according to corresponding to being found the view ID of present panel;
    The XML layout file of the present panel is parsed, obtains the view object of present panel.
  4. 4. button object automatic scanning method as claimed in claim 3, it is characterised in that the view object of the present panel For view elements or ViewGrop container objects, the ViewGrop container objects include at least one view object.
  5. 5. button object automatic scanning method as claimed in claim 4, it is characterised in that the step S2 further comprises:
    S21, judge whether view object corresponding to present panel is button object or ViewGrop container objects, wherein, institute State button object and belong to view elements;
    S22, if view object corresponding to present panel is button object, the button object is stored in set of buttons;
    S23, if view object corresponding to present panel is ViewGrop container objects, ViewGrop containers pair are extracted successively Each view object as in, and step S21 is repeated to each view object, until getting in present panel All button objects, and all button objects are stored in set of buttons.
  6. 6. button object automatic scanning method as claimed in claim 5, it is characterised in that judge present in the step S21 Whether view object corresponding to panel is that button object or ViewGrop container objects further comprise:
    By calling keyword instanceof to judge the type of view object, to determine whether view object is button Object or ViewGrop container objects.
  7. A kind of 7. button object automatic scanning system, it is characterised in that including:
    Load-on module, for by the way that the expandable mark language XML topology file of present panel is loaded on into internal memory, parsing to obtain View object corresponding to present panel;
    Scan module, for carrying out automatically scanning to view object corresponding to present panel using recursive scanning algorithm, obtain gift All button objects in object plane plate.
  8. 8. button object automatic scanning system as claimed in claim 7, it is characterised in that the scan module further wraps Include:
    Judging unit, for judging whether view object corresponding to present panel is button object or ViewGrop containers pair As;
    Memory cell, if being button object for view object corresponding to present panel, the button object is stored in button In set;;
    Extraction unit, if being ViewGrop container objects for view object corresponding to present panel, extract successively Each view object in ViewGrop container objects, and call the judge module to each view object at Reason.
  9. 9. a kind of equipment of button object automatic scanning method, it is characterised in that including processor (processor), memory And bus (memory);
    The processor and memory complete mutual communication by the bus;
    The memory storage has can be by the programmed instruction of the computing device, and the processor calls described program instruction energy Enough perform the method as described in claim any one of 1-6.
  10. 10. a kind of non-transient computer readable storage medium storing program for executing, it is characterised in that the non-transient computer readable storage medium storing program for executing is deposited Computer instruction is stored up, the computer instruction makes the computer perform the method as described in claim 1 to 6 is any.
CN201710552661.9A 2017-07-07 2017-07-07 Automatic button object scanning method and system Active CN107491298B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710552661.9A CN107491298B (en) 2017-07-07 2017-07-07 Automatic button object scanning method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710552661.9A CN107491298B (en) 2017-07-07 2017-07-07 Automatic button object scanning method and system

Publications (2)

Publication Number Publication Date
CN107491298A true CN107491298A (en) 2017-12-19
CN107491298B CN107491298B (en) 2022-09-09

Family

ID=60644435

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710552661.9A Active CN107491298B (en) 2017-07-07 2017-07-07 Automatic button object scanning method and system

Country Status (1)

Country Link
CN (1) CN107491298B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108021403A (en) * 2017-12-28 2018-05-11 平安科技(深圳)有限公司 A kind of view creation method, device, computer equipment and storage medium
CN110032406A (en) * 2019-04-16 2019-07-19 武汉斗鱼鱼乐网络科技有限公司 Message based view loading method, device, equipment and storage medium
CN111246307A (en) * 2020-01-16 2020-06-05 腾讯科技(深圳)有限公司 Virtual gift generation method, related device, equipment and storage medium
CN112463017A (en) * 2020-12-17 2021-03-09 中国农业银行股份有限公司 Interactive element synthesis method and related device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655489A (en) * 2009-09-08 2010-02-24 吉林大学 Method for determining adhesive force and rust area of coating by Photoshop
CN103176698A (en) * 2013-03-12 2013-06-26 东莞宇龙通信科技有限公司 Method and system for dynamically displaying implementation operation buttons on input method panel
US20160170748A1 (en) * 2014-12-11 2016-06-16 Jie Zhang Generic annotation seeker
US20160188580A1 (en) * 2014-12-31 2016-06-30 Konica Minolta Laboratory U.S.A., Inc. Document discovery strategy to find original electronic file from hardcopy version
CN106911968A (en) * 2017-03-17 2017-06-30 武汉斗鱼网络科技有限公司 A kind of live middle realization method and system for obtaining privilege information

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655489A (en) * 2009-09-08 2010-02-24 吉林大学 Method for determining adhesive force and rust area of coating by Photoshop
CN103176698A (en) * 2013-03-12 2013-06-26 东莞宇龙通信科技有限公司 Method and system for dynamically displaying implementation operation buttons on input method panel
US20160170748A1 (en) * 2014-12-11 2016-06-16 Jie Zhang Generic annotation seeker
US20160188580A1 (en) * 2014-12-31 2016-06-30 Konica Minolta Laboratory U.S.A., Inc. Document discovery strategy to find original electronic file from hardcopy version
CN106911968A (en) * 2017-03-17 2017-06-30 武汉斗鱼网络科技有限公司 A kind of live middle realization method and system for obtaining privilege information

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KY_WANG: "JAVA.SWT/JFace: 面板容器类/SWT布局管理器", 《CSDN博客》 *
MRSIMPLE: "Android布局优化之ViewStub、include、merge使用与源码分析", 《CSDN博客》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108021403A (en) * 2017-12-28 2018-05-11 平安科技(深圳)有限公司 A kind of view creation method, device, computer equipment and storage medium
CN110032406A (en) * 2019-04-16 2019-07-19 武汉斗鱼鱼乐网络科技有限公司 Message based view loading method, device, equipment and storage medium
CN110032406B (en) * 2019-04-16 2022-07-05 武汉斗鱼鱼乐网络科技有限公司 Message-based view loading method, device, equipment and storage medium
CN111246307A (en) * 2020-01-16 2020-06-05 腾讯科技(深圳)有限公司 Virtual gift generation method, related device, equipment and storage medium
CN111246307B (en) * 2020-01-16 2021-01-22 腾讯科技(深圳)有限公司 Virtual gift generation method, related device, equipment and storage medium
CN112463017A (en) * 2020-12-17 2021-03-09 中国农业银行股份有限公司 Interactive element synthesis method and related device
CN112463017B (en) * 2020-12-17 2021-12-14 中国农业银行股份有限公司 Interactive element synthesis method and related device

Also Published As

Publication number Publication date
CN107491298B (en) 2022-09-09

Similar Documents

Publication Publication Date Title
CN102236672B (en) A kind of data lead-in method and device
CN107491298A (en) A kind of button object automatic scanning method and system
CN108197114B (en) Method and device for detecting table data, storage medium and electronic device
CN102508919B (en) Data processing method and system
CN110046091B (en) Automatic test method and device
CN107479878B (en) Lua modularization development method and development framework based on openness
CN112148278A (en) Visual block chain intelligent contract framework and intelligent contract development and deployment method
CN105045602A (en) Method and device for constructing Hadoop application development framework and electronic device
CN108536723A (en) Distribution power network GIS electric wire figure multiplexing list cooperates with drafting method and device
CN107704331A (en) Electrical equipment fault analyzes and processes householder method and device
CN102982217B (en) The treating method and apparatus of silk-screen
US20230394330A1 (en) A method and system for designing ai modeling processes based on graph algorithms
CN111752841A (en) Single test simulation method, device, equipment and computer readable storage medium
CN113364515A (en) Satellite remote control method, device, equipment and storage medium based on Xstate
CN108897551A (en) A kind of generation method and device of quoting resource relational tree
CN103049374A (en) Automatic testing method and device
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN114816170A (en) Rule scheme generation method, device, medium and electronic equipment
CN116599881A (en) Cloud platform tenant modeling test method, device, equipment and storage medium
CN109800077A (en) The processing method and processing device of the preferential detection ordering of the file of Whole Process static detection
CN114416305A (en) Robot engine implementation method and system and electronic equipment
CN110221952B (en) Service data processing method and device and service data processing system
CN114020604A (en) Workflow-based automatic testing method and device
CN105843742A (en) Regression testing method and system
CN112083952A (en) Spring architecture-based exception handling method and system

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