CN110018813A - A kind of Toast design method, storage medium, electronic equipment and system - Google Patents

A kind of Toast design method, storage medium, electronic equipment and system Download PDF

Info

Publication number
CN110018813A
CN110018813A CN201810023297.1A CN201810023297A CN110018813A CN 110018813 A CN110018813 A CN 110018813A CN 201810023297 A CN201810023297 A CN 201810023297A CN 110018813 A CN110018813 A CN 110018813A
Authority
CN
China
Prior art keywords
toast
thread
class
definition
main thread
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
CN201810023297.1A
Other languages
Chinese (zh)
Other versions
CN110018813B (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 CN201810023297.1A priority Critical patent/CN110018813B/en
Publication of CN110018813A publication Critical patent/CN110018813A/en
Application granted granted Critical
Publication of CN110018813B publication Critical patent/CN110018813B/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/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

The invention discloses a kind of Toast design method, storage medium, electronic equipment and system, it is related to mobile interchange field, including defines a class, and definition obtains object method, the class for obtaining object method and obtaining definition for current thread in the class of definition;A context object is defined in the constructed fuction of the class of definition;When needing to carry out Toast display, the class of definition is obtained by current thread, then judge that current thread is main thread or sub thread, if main thread, then Toast content is shown based on the one system Toast object of context object formation in the constructed fuction for defining class;If sub thread, then sub thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message and main thread is called to show that the mode of Toast shows Toast content.The present invention being capable of the compatibility that shows for Toast of expansion system host process and subprocess.

Description

A kind of Toast design method, storage medium, electronic equipment and system
Technical field
The present invention relates to mobile interchange fields, and in particular to a kind of Toast design method, storage medium, electronic equipment and System.
Background technique
In Android development process, Toast is a kind of common prompt control, for carrying out the suggesting effect of information. But in actual application process, the defect that the display of Toast uses must exactly carry out using in main thread, if in sub-line It is carried out in journey using the exception that then will lead to system operation, so that the use of Toast just has significant limitation.
Summary of the invention
In view of the deficiencies in the prior art, the purpose of the present invention is to provide a kind of Toast design method, extension systems The compatibility that system host process and subprocess show Toast.
To achieve the above objectives, the technical solution adopted by the present invention is that, comprising:
A class is defined, and definition obtains object method in the class of definition, the acquisition object method is for working as front Journey obtains the class of definition;
A context object is defined in the constructed fuction of the class of definition;
When needing to carry out Toast display, the class of definition is obtained by current thread, then judges that current thread is main thread Or sub thread, if main thread, then based on Toast pairs of one system of context object formation in the constructed fuction for defining class As showing Toast content;If sub thread, then
Sub thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives Message simultaneously calls main thread to show that the mode of Toast shows Toast content.
Based on the above technical solution,
The acquisition object method is publicly-owned method, and takes object method statement at static method this.
The context object is application layer.
Based on the above technical solution, when current thread be sub thread when, sub thread by tool-class Handler to A null message is sent in the message loop of main thread, main thread receives message, is then based in the constructed fuction for defining class Context object formation one system Toast object shows Toast content.
It based on the above technical solution, is the judgement of main thread or sub thread for current thread, specific:
Define an exception catching code block;
It is empty and background transparent Toast that a content is popped up in exception catching code block;
If content is empty and the Toast of background transparent pop-up successful execution, current thread is main thread, if content is Empty and the Toast of background transparent pop-up executes failure, then current thread is sub thread.
Based on the above technical solution, it there is also defined display methods in the class of the definition, when based on definition class After the completion of one system Toast object of context object formation in constructed fuction, by display methods come the system of display structure The Toast content of Toast object.
The present invention also provides a kind of storage medium, computer program, the computer program are stored on the storage medium Method described above is realized when being executed by processor.
The present invention also provides a kind of electronic equipment, including memory and processor, stored on a processor on memory The computer program of operation, the processor realize method described above when executing the computer program.
The present invention also provides a kind of Toast designing systems, comprising:
Definition module is used to define a class, and definition obtains object method in the class of definition, while in definition A context object, the class for obtaining object method and obtaining definition for current thread are defined in the constructed fuction of class;
Judgment module is used for when needing to carry out Toast display, and the class of definition is obtained by current thread, is then judged Current thread is main thread or sub thread;
Execution module, if being used for current thread is main thread, based on context pairs in the constructed fuction for defining class Toast content is shown as one system Toast object of construction;If sub thread, then sub thread passes through tool-class Handler to master A null message is sent in the message loop of thread, main thread receives message and main thread is called to show that the mode of Toast is shown Toast content.
Based on the above technical solution, the acquisition object method is publicly-owned method, and this is taken object method sound It is bright at static method, the context object is application layer.
Based on the above technical solution, when current thread be sub thread when, sub thread by tool-class Handler to A null message is sent in the message loop of main thread, main thread receives message, is then based in the constructed fuction for defining class Context object formation one system Toast object shows Toast content.
Compared with the prior art, the advantages of the present invention are as follows: by defining a class, and defines and obtain in the class of definition Object method, when needing to carry out Toast display, the class of definition is obtained by current thread, then judges that current thread is main line Journey or sub thread, if main thread, then based on the one system Toast of context object formation in the constructed fuction for defining class Object shows Toast content;If sub thread, then sub thread is by tool-class Handler into the message loop of main thread A null message is sent, main thread receives message and main thread is called to show that the mode of Toast shows Toast content, Jin Ershi The existing display of main thread and sub thread for Toast, the compatibility that expansion system shows Toast greatly promote exploitation Efficiency.
Detailed description of the invention
Fig. 1 is a kind of flow chart of Toast design method in the embodiment of the present invention;
Fig. 2 is the structural schematic diagram of a kind of electronic equipment in the embodiment of the present invention.
Specific embodiment
Invention is further described in detail with reference to the accompanying drawings and embodiments.
Shown in Figure 1, the embodiment of the present invention provides a kind of Toast design method, is applicable in Android platform, solves system The compatibility issue that system Toast is shown, enables Toast to use in any thread.The design side Toast of the embodiment of the present invention Method specifically includes:
S1: defining a class, and definition obtains object method in the class of definition, obtains object method and is used for current thread Obtain the class of definition.The entitled DYToast for the class that the embodiment of the present invention defines.Acquisition object method is publicly-owned method, and will This takes object method statement at static method, obtains object method specifically:
public static DYToast getDYToastInstance()
It obtains object method mainly to facilitate other classes or obtain DYToast when being called, obtains object method It is public type for publicly-owned method, publicly-owned method can be called by other classes, and secondly this method is declared into one The method of static (static state), static method are can be directly called by class, without carrying out instantiation operation to class. Wherein DYToast getDYToastInstance () representative function title is getDYToastInstance, which does not have The input of any parameter, the function will return to DYToast object when use.
S2: a context object is defined in the constructed fuction of the class of definition, and context object is application layer. Constructed fuction for the class DYToast, DYToast of definition is
public void DYToast();
Building method is a return void (empty return value), printenv, and is function name and the identical letter of class name Number.The display of Toast needs to get context (context) object, and in Android, context has two classes, Middle one kind is the context of page-level, and the context object in usually Activity, Activity is in Android component Most basic is also most commonly seen one of four big components;The second is the context of application layer, usually Application (are answered With) in context object.A context object is needed when showing toast, if using the context of page-level Object shows require to obtain the page relevant information when toast every time, obtains page info than relatively time-consuming and will lead to DYToast class holds the element information of the page, the risk for causing the page that can not discharge., therefore context pairs of selection application layer As, due to being the context of application layer, even if so the context, which does not discharge, will not cause memory overflow, and application layer It is more efficient in the acquisition efficiency of context.
It is then right in the constructed fuction of DYToast after defining context object in the constructed fuction in the class of definition The context object is initialized, and specific initial method is by calling in Application GetApplicationContext method to carry out assignment to the context object, will hold one in such DYToast class A context object, the Context object will use when showing toast in the later period.
S3: when needing to carry out Toast display, the class of definition is obtained by current thread, then judges that current thread is main Thread or sub thread, if main thread, then based on one system of context object formation in the constructed fuction for defining class Toast object shows Toast content;If sub thread then goes to S4.
It is the judgement of main thread or sub thread for current thread, specific:
S301: an exception catching code block is defined;
S302: it is empty and background transparent Toast that a content is popped up in exception catching code block;
S303: if content is empty and the Toast of background transparent pop-up successful execution, current thread is main thread, if Content is that empty and the Toast of background transparent pop-up executes failure, then current thread is sub thread.
It is the judgement of main thread or sub thread for thread in Android, relevant class is Thread class, such In have a static method currentThread method, this method can return to the name name of current thread, which is one The character string information of String type if the information main of the name then indicates to be main thread under regular situation, but also has It is main thread that the platform of some differentiation, which can return to the expression of the information such as main1 or main-1, so only by the method for title Determine being a possibility that there is compatible hidden danger, also result in misjudgment in this way.
Therefore the embodiment of the present invention is direct using the mode for defining exception catching code block, and in exception catching code block Popping up a content is empty, background transparent toast content.Since the content of pop-up is that background that is empty and popping up toast is All-transparent, it ensures that user can not view the toast content in this way, also ensures that the noninductive intellectual of user. If the Toast normally runs succeeded, current thread is main thread certainly, if Toast pop-up executes failure, that Exception catching code block can be gone to, abnormality has been captured in the code block, then illustrates that current thread is sub thread.
It there is also defined display methods in the class of definition, when based on the context object formation in the constructed fuction for defining class After the completion of one system Toast object, by display methods come the Toast content of the system Toast object of display structure, for aobvious Show method, specifically:
public void show(String msg)
This method is mainly used for showing a toast content, without doing initially to toast etc. when showing toast Change operation, is sub thread or main thread without concern current thread, it is only necessary to pay close attention to the content information of display, in this way The property easy to use for just improving display toast, further increases development efficiency.
Display for main thread Toast content, because having held one context pairs in the constructed fuction of DYToast As, therefore the Toast object an of system can be constructed by the context object to carry out display toast content.System Toast object in have a static method makeText (Context context, CharSequence text), this method Need to transmit two parameters to be called, one is contex object, which is above-mentioned in DYToast The context object initialized in constructed fuction, CharSequence text indicates to need content to be shown, defined above Having a parameter in display methods is the msg parameter of String type, String class be it is immutable, String is programming language Character string, msg be a kind of structural body, since String class is the subclass of CharSequence, charSequence is one Interface indicates a readable sequences of char value, can be directly by String type according to the polymorphism of object oriented language Msg parameter thus can be directly transmitted in makeText method by object value to the object of CharSequence type. Thus construct the Toast object an of system, then by call the system object method in show () method come Toast is shown on the screen of Android device.
S4: sub thread sends a null message into the message loop of main thread by tool-class Handler, and main thread connects It receives message and main thread is called to show that the mode of Toast shows Toast content.Specifically, when current thread is sub thread, son Thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message, then base Context object formation one system Toast object in the constructed fuction for defining class shows Toast content.
In the tool-class Handler that android system provides a sub thread and main thread is communicated, pass through such Handler can send a piece of news in sub thread into main thread.It is aobvious in sub thread when needing based on the functional characteristic When showing a toast, the display of toast content is just realized by handler.
If it is sub thread, at this time by postEmptyMessage (SHOW_TOAST) method in handler come to A null message is sent in the message loop of main thread, null message does not carry additional data content, but carries some message knots Some information in structure, will receive the message request of SHOW_TOAST, due to connecing in the message queue of main thread in this way Place by message is main thread, therefore can call directly main thread in main thread and show the method for toast to show Toast content, this completes the purposes that message content is shown in sub thread.
The Toast design method of the embodiment of the present invention, by defining a class, and in the class of definition, definition obtains object Method, while a context object is defined in the constructed fuction of the class of definition, when needing to carry out Toast display, definition Class obtained by current thread, then judge that current thread is main thread or sub thread, if main thread, then based on define class Constructed fuction in context object formation one system Toast object show Toast content;If sub thread, then sub-line Journey sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message and calls master The mode of thread display Toast shows Toast content, and then realizes the display of main thread and sub thread for Toast, extension system The compatibility that system shows Toast, greatly promotion development efficiency, while the Toast of the embodiment of the present invention shows that use makes Convenience also much larger than the Toast display methods that system provides.
In addition, corresponding above-mentioned Toast design method is stored on storage medium the present invention also provides a kind of storage medium Computer program, when computer program is executed by processor the step of Toast design method described in realization the various embodiments described above. It should be noted that the storage medium include USB flash disk, mobile hard disk, ROM (Read-Only Memory, read-only memory), RAM (Random Access Memory, random access memory), magnetic or disk etc. be various to can store program code Medium.
Shown in Figure 2, corresponding above-mentioned Toast design method, the present invention also provides a kind of electronic equipment, including memory And processor, the computer program run on a processor is stored on memory, processor is realized when executing computer program The Toast design method of the various embodiments described above.
The embodiment of the present invention also provides a kind of Toast designing system based on above-mentioned Toast design method, including defines mould Block, judgment module and execution module.
For defining a class, and in the class of definition, definition obtains object method to definition module, while in the class of definition Constructed fuction in define a context object, it is described obtain object method for current thread obtain definition class;Judgement Module is used for when needing to carry out Toast display, and the class of definition is obtained by current thread, then judges that current thread is main thread Or sub thread;If execution module is main thread for current thread, based on context pairs in the constructed fuction for defining class Toast content is shown as one system Toast object of construction;If sub thread, then sub thread passes through tool-class Handler to master A null message is sent in the message loop of thread, main thread receives message and main thread is called to show that the mode of Toast is shown Toast content.
Acquisition object method is publicly-owned method, and takes object method statement at static method this, and context object is to answer With grade.When current thread is sub thread, sub thread sends one into the message loop of main thread by tool-class Handler Null message, main thread receive message, one system of context object formation being then based in the constructed fuction for defining class Toast object shows Toast content.
The Toast designing system of the embodiment of the present invention, definition module define a class, and define and obtain in the class of definition Object method, while a context object is defined in the constructed fuction of the class of definition, when needing to carry out Toast display, The class of definition is obtained by current thread, and then judgment module judges that current thread is main thread or sub thread, if main thread, Toast content is then shown based on the one system Toast object of context object formation in the constructed fuction for defining class;If Sub thread, then sub thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives Message simultaneously calls main thread to show that the mode of Toast shows Toast content, and then realizes main thread and sub thread for Toast Display, the compatibility that expansion system shows Toast, greatly promotion development efficiency.
The present invention is not limited to the above-described embodiments, for those skilled in the art, is not departing from Under the premise of the principle of the invention, several improvements and modifications can also be made, these improvements and modifications are also considered as protection of the invention Within the scope of.The content being not described in detail in this specification belongs to the prior art well known to professional and technical personnel in the field.

Claims (10)

1. a kind of Toast design method is applicable in Android platform characterized by comprising
A class is defined, and definition obtains object method in the class of definition, the acquisition object method is obtained for current thread Take the class of definition;
A context object is defined in the constructed fuction of the class of definition;
When needing to carry out Toast display, the class of definition is obtained by current thread, then judge current thread be main thread or Sub thread, if main thread, then based on define class constructed fuction in one system Toast object of context object formation come Show Toast content;If sub thread, then
Sub thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message And main thread is called to show that the mode of Toast shows Toast content.
2. a kind of Toast design method as described in claim 1, it is characterised in that:
The acquisition object method is publicly-owned method, and takes object method statement at static method this.
The context object is application layer.
3. a kind of Toast design method as described in claim 1, it is characterised in that: when current thread is sub thread, sub-line Journey sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message, is then based on The one system Toast object of context object formation in the constructed fuction of class is defined to show Toast content.
4. a kind of Toast design method as described in claim 1, which is characterized in that for current thread be main thread or The judgement of sub thread, specific:
Define an exception catching code block;
It is empty and background transparent Toast that a content is popped up in exception catching code block;
If content is empty and the Toast of background transparent pop-up successful execution, current thread is main thread, if content be it is empty and The pop-up of the Toast of background transparent executes failure, then current thread is sub thread.
5. a kind of Toast design method as described in claim 1, it is characterised in that: there is also defined in the class of the definition aobvious Show method, after the completion of based on the one system Toast object of context object formation in the constructed fuction for defining class, by aobvious Show that method carrys out the Toast content of the system Toast object of display structure.
6. a kind of storage medium, computer program is stored on the storage medium, it is characterised in that: the computer program is located Reason device realizes method described in any one of claim 1 to 5 when executing.
7. a kind of electronic equipment, including memory and processor, the computer journey run on a processor is stored on memory Sequence, it is characterised in that: the processor realizes method described in any one of claim 1 to 5 when executing the computer program.
8. a kind of Toast designing system characterized by comprising
Definition module is used to define a class, and definition obtains object method in the class of definition, while in the class of definition A context object, the class for obtaining object method and obtaining definition for current thread are defined in constructed fuction;
Judgment module is used for when needing to carry out Toast display, and the class of definition is obtained by current thread, and then judgement is current Thread is main thread or sub thread;
Execution module, if being used for current thread is main thread, based on the context object structure in the constructed fuction for defining class A system Toast object is made to show Toast content;If sub thread, then sub thread passes through tool-class Handler to main thread Message loop in send a null message, main thread receive message simultaneously call main thread show Toast mode show Toast Content.
9. a kind of Toast designing system as claimed in claim 8, it is characterised in that: the acquisition object method is publicly-owned side Method, and take object method statement at static method this, the context object is application layer.
10. a kind of Toast designing system as claimed in claim 8, it is characterised in that: when current thread is sub thread, son Thread sends a null message into the message loop of main thread by tool-class Handler, and main thread receives message, then base Context object formation one system Toast object in the constructed fuction for defining class shows Toast content.
CN201810023297.1A 2018-01-10 2018-01-10 Toast design method, storage medium, electronic device and system Active CN110018813B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810023297.1A CN110018813B (en) 2018-01-10 2018-01-10 Toast design method, storage medium, electronic device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810023297.1A CN110018813B (en) 2018-01-10 2018-01-10 Toast design method, storage medium, electronic device and system

Publications (2)

Publication Number Publication Date
CN110018813A true CN110018813A (en) 2019-07-16
CN110018813B CN110018813B (en) 2022-12-02

Family

ID=67188101

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810023297.1A Active CN110018813B (en) 2018-01-10 2018-01-10 Toast design method, storage medium, electronic device and system

Country Status (1)

Country Link
CN (1) CN110018813B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199078A (en) * 2020-11-10 2021-01-08 平安普惠企业管理有限公司 Toast message pushing method and device based on android fragment component and computer equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091674A1 (en) * 2003-10-24 2005-04-28 Holly Knight System and method for extending application preferences classes
CN104572110A (en) * 2015-01-19 2015-04-29 山东大学 Optimizing method of Toast activeX in android system
US20160234563A1 (en) * 2015-02-06 2016-08-11 Jamdeo Canada Ltd. Methods and devices for display device notifications and key handling
CN106383712A (en) * 2016-09-21 2017-02-08 武汉斗鱼网络科技有限公司 Toast component realization method and system
CN106569798A (en) * 2016-10-13 2017-04-19 上海斐讯数据通信技术有限公司 Android system Toast information control method and system
CN107168688A (en) * 2017-03-23 2017-09-15 武汉斗鱼网络科技有限公司 Toast display methods and device
CN107517188A (en) * 2016-06-16 2017-12-26 大唐软件技术股份有限公司 A kind of data processing method and device based on Android system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091674A1 (en) * 2003-10-24 2005-04-28 Holly Knight System and method for extending application preferences classes
CN104572110A (en) * 2015-01-19 2015-04-29 山东大学 Optimizing method of Toast activeX in android system
US20160234563A1 (en) * 2015-02-06 2016-08-11 Jamdeo Canada Ltd. Methods and devices for display device notifications and key handling
CN107517188A (en) * 2016-06-16 2017-12-26 大唐软件技术股份有限公司 A kind of data processing method and device based on Android system
CN106383712A (en) * 2016-09-21 2017-02-08 武汉斗鱼网络科技有限公司 Toast component realization method and system
CN106569798A (en) * 2016-10-13 2017-04-19 上海斐讯数据通信技术有限公司 Android system Toast information control method and system
CN107168688A (en) * 2017-03-23 2017-09-15 武汉斗鱼网络科技有限公司 Toast display methods and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
FINALOBJECT: "Toast执行流程分析与复用", 《HTTPS://BLOG.CSDN.NET/S402178946/ARTICLE/DETAILS/50596406》 *
独毒火: "自定义一个可以即时显示的Toast的工具类库", 《HTTPS://WWW.CNBLOGS.COM/DUDUHUO/P/6107661.HTML》 *
赵鹏等: "一种基于JSON的Android终端远程获取解析数据的方法", 《微型机与应用》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199078A (en) * 2020-11-10 2021-01-08 平安普惠企业管理有限公司 Toast message pushing method and device based on android fragment component and computer equipment

Also Published As

Publication number Publication date
CN110018813B (en) 2022-12-02

Similar Documents

Publication Publication Date Title
CN101689112B (en) Late bound programmatic assistance
CN101840352B (en) Method and device for monitoring database connection pool
US20160004574A1 (en) Method and apparatus for accelerating system running
CN102591777B (en) A kind of unit test code generation method and device
CN103577201B (en) The update method and system of Embedded Double system
CN106201642A (en) A kind of template automatization based on NODEJS compiling loading method and system
WO2017049893A1 (en) Application program testing method, testing apparatus, and mobile terminal
CN107045475B (en) Test method and device
CN102262555B (en) Method and device for loading different versions of JAVA three-party library
CN106502770A (en) A kind of HMI state transfer methods based on finite state machine
CN110045956A (en) Configuration method, device, equipment and the readable storage medium storing program for executing of component
CN105739992B (en) The method and system of software control memory partition and mapping based on GCC compiler
CN104142881B (en) The adaptation defect inspection method and detection device of application programming interface
CN110018813A (en) A kind of Toast design method, storage medium, electronic equipment and system
CN114006885A (en) Data acquisition method and device based on intelligent equipment and electronic equipment
CN112181388A (en) SDK component initialization method, device, storage medium and control terminal
CN104778087B (en) A kind of information processing method and information processing unit
CN112241373A (en) Automatic test method, test device, processor and test system
CN109614094B (en) Drawing method of GPU glCallList view model based on UML
CN109522174B (en) Method, device, terminal and storage medium for controlling adb enabling
CN111880804A (en) Application program code processing method and device
CN114911541B (en) Processing method and device of configuration information, electronic equipment and storage medium
CN108536429B (en) Method and device for developing software, storage medium and electronic equipment
CN117215661A (en) Event processing method, device and storage medium
CN110222315A (en) A kind of data statistical approach, system and electronic equipment and storage medium

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