CN108829388A - A kind of processing method and system of showing interface - Google Patents

A kind of processing method and system of showing interface Download PDF

Info

Publication number
CN108829388A
CN108829388A CN201710317205.6A CN201710317205A CN108829388A CN 108829388 A CN108829388 A CN 108829388A CN 201710317205 A CN201710317205 A CN 201710317205A CN 108829388 A CN108829388 A CN 108829388A
Authority
CN
China
Prior art keywords
interface
presented
type
showing
view
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201710317205.6A
Other languages
Chinese (zh)
Inventor
张磊
陈少杰
张文明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710317205.6A priority Critical patent/CN108829388A/en
Publication of CN108829388A publication Critical patent/CN108829388A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a kind of processing method of showing interface and systems, are related to technical field of software development.The implementation method includes:The type at interface to be presented is determined using switch-case sentence according to the type field information at incoming interface to be presented by the type field information that the display view functions of the good basic views interface of call definition are passed to interface to be presented;Operation is all hidden to all types of interfaces, so that all elements in current interface are all hidden;According to the type at determining interface to be presented, corresponding showing interface to be presented is come out.The present invention can effectively avoid the occurrence of the problem of showing interface exception, and the switch logic of showing interface is made to be apparent from, is readily understood.

Description

A kind of processing method and system of showing interface
Technical field
The present invention relates to technical field of software development, are specifically the processing method and system of a kind of showing interface.
Background technique
When user carries out various operations in the client, FTP client FTP can show different types of boundary as needed Face, such as:Do not have to need to show abnormal interface, data when needing to show empty interface, data access exception when data If needing to show load interface when load, when search without permission needing to show the interface of lack of competence, have number According to when need display data interface etc..Usually when carrying out showing interface, therefore, to assure that one and only one interface is place In display state, display state cannot be in two interfaces simultaneously, if two interfaces are simultaneously that display state is possible to Occur showing abnormal problem.
Currently, developer is when to showing that interface carries out control processing, what is generallyd use is individually to a upper interface It carries out first hiding the mode shown again.For example, must know what class a upper interface is first when needing to show load interface The displaying interface of type shows load interface again after being then hidden according to interface type to a upper interface.And upper one Interface may be a variety of situations such as sky interface type, lack of competence interface type or load failure interface type, for each feelings Condition needs to carry out manual maintenance, and artificial mode is shown.
But in practical application, existing processing mode is had the following defects:When switching shows interface, need to develop Personnel oneself judge a upper interface is what kind of and then after being hidden again by next interface exhibition for needing to show It shows and.Since the type at a upper interface may be there are many situation so the manual maintenance code that gets up is caused to become complex And the logic that can seem is difficult to understand for, code structure is unintelligible.The code that developed under this development mode is very easy to The problem of existing various showing interface exceptions.
Summary of the invention
The purpose of the invention is to overcome the shortcomings of above-mentioned background technique, provide a kind of showing interface processing method and System can effectively avoid the occurrence of the problem of showing interface exception, and the switch logic of showing interface is apparent from, easily Understand.
To achieve the above objectives, the technical solution adopted by the present invention is that:A kind of processing method of showing interface is provided, at this Reason method includes the following steps:
Step S1, the type at interface to be presented is passed to by the display view functions of the good basic views interface of call definition Field information;According to the type field information at incoming interface to be presented, interface to be presented is determined using switch-case sentence Type;
Step S2, operation is all hidden to all types of interfaces so that all elements in current interface all by It hides;
Step S3, according to the type at determining interface to be presented, corresponding showing interface to be presented is come out.
Based on the above technical solution, step S2 specifically includes following operation:Successively to each type of displaying circle The object in face is obtained and is judged, judges that the object at all types of displaying interfaces whether not for sky, if not empty, then calls Corresponding view class is set invisible mode by the existing setVisibility of Android (View.GONE) method.
Based on the above technical solution, step S3 specifically includes following operation:
Step S301, according to the type at determining interface to be presented, whether not to judge the object at corresponding interface to be presented For sky, if so, being transferred to step S302;If it is not, being transferred to step S303;
Step S302, using the existing setVisibility of Android (View.VISIBLE) method by interface to be presented Object in view class be set as visible state, realize the displaying at interface to be presented;
Step S303, the abnormal prompt information of presentation program display.
Based on the above technical solution, the type for showing interface includes:Load interface, load failure interface, empty number According in interface, the neighbouring page empty data interface, without positioning permission interface and access request data interface;The interface to be presented Type be one of above-mentioned six kinds.
Based on the above technical solution, in step S1, the type field information is shape data.
The present invention also provides a kind of processing system of showing interface, which includes the type decision mould being sequentially connected Block, element hidden module and showing interface module;The type decision module is used for:It is connect by the good basic views of call definition The display view functions of mouth are passed to the type field information at interface to be presented;Believed according to the type field at incoming interface to be presented Breath, the type at interface to be presented is determined using switch-case sentence, is sent to element hidden module and is hidden signal;The member Plain hidden module is used for:After receiving hiding signal, operation is all hidden to all types of interfaces, so that in current interface All elements are all hidden;It is sent to showing interface module and shows signal;The showing interface module is used for:Receive displaying letter After number, according to the type at determining interface to be presented, corresponding showing interface to be presented is come out.
Based on the above technical solution, the detailed process that the element hidden module is hidden operation is:It receives After hiding signal, successively each type of object for showing interface is obtained and judged, judges all types of displaying interfaces Object whether for sky, if not empty, then call Android existing setVisibility (View.GONE) method will be right The view class answered is set as invisible mode.
Based on the above technical solution, the detailed process that the showing interface module comes out showing interface to be presented For:It receives after showing signal, according to the type at determining interface to be presented, whether not to judge the object at corresponding interface to be presented For sky, if so, using the existing setVisibility of Android (View.VISIBLE) method by the object at interface to be presented In view class be set as visible state, realize the displaying at interface to be presented;If it is not, the prompt letter that presentation program display is abnormal Breath.
Based on the above technical solution, the type for showing interface includes:Load interface, load failure interface, empty number According in interface, the neighbouring page empty data interface, without positioning permission interface and access request data interface;The interface to be presented Type be one of above-mentioned six kinds.
Based on the above technical solution, the type field information is shape data.
The beneficial effects of the present invention are:
(1) in the present invention, after the type for determining interface to be presented, before showing interface to be presented, meeting first will be current All view elements Hide Alls on interface get up, i.e., all types of interfaces are all carried out with one and hides operation.Due to head First all view elements Hide Alls in current interface are got up, no matter are before so what kind of interface, Wo Mendou Effectively interface before can be hidden.After the completion of Hide All, further according to the type at determining interface to be presented, Corresponding showing interface to be presented is come out, it is no matter any this makes it possible to effectively showing interface be avoided to malfunction In the case of our views that effectively can need to show by us be shown.
(2) in the present invention, the basic views interface defined by one is believed to complete the type field at interface to be presented Being passed to for breath, enables developer to be passed to different parameters using the interface, to realize the switching at any interface, operates It is easy.Also, the present invention, which only passes through an interface function, to be effectively packaged all displaying interface types, drop The low quantity of interface function greatly improves the maintainability in code later period so that entire code structure becomes more succinct, Facilitate the later period to the maintenance and management of interface function.
(3) type at interface to be presented is determined in the present invention using switch-case sentence.If condition is utilized with traditional Sentence is compared to carry out judgement, and the type at interface to be presented is determined using switch-case sentence, may make and entirely determined Journey is clearly understandable, and developer only needs to carry out the displaying logical process at different type interface according to the different type in case ?.So that code becomes clear, if the subsequent showing interface for increasing new type, developer only need to increase Add a new case statement to be capable of the displaying at perfect compatible new interface, greatly improves the scalability of program and can safeguard Property.
Detailed description of the invention
Fig. 1 is the flow chart for the processing method that median surface of the embodiment of the present invention is shown;
Fig. 2 is the structural block diagram for the processing system that median surface of the embodiment of the present invention is shown.
Specific embodiment
With reference to the accompanying drawing and specific embodiment the present invention is described in further detail.
Shown in Figure 1, the embodiment of the present invention provides a kind of processing method of showing interface, includes the following steps:
Step S1, according to the type field information at incoming interface to be presented, the type at interface to be presented is determined.This implementation In example, by taking the application scenarios that client is broadcast live as an example, show that the type at interface includes but is not limited to following several:
1, interface is loaded, SHOW_LOADING_VIEW is labeled as;
2, load failure interface, is labeled as SHOW_LOAD_FAIL_VIEW;
3, empty data interface, is labeled as SHOW_EMPTY_VIEW;
4, (page nearby, which refers to, is used to show neighbouring direct broadcasting room or nearby users in live streaming client for the neighbouring page The page) in empty data interface, be labeled as SHOW_NEAR_EMPTY_VIEW;
5, without positioning permission (the positioning permission refers to positioning permission when carrying out search nearby in live streaming client) boundary Face is labeled as SHOW_NO_PERMISSION_VIEW;
6, access request data interface is labeled as SHOW_RECYCLE_VIEW.It is understood that interface to be presented Type is one of above-mentioned six kinds.
In practical operation, step S1 specifically includes following below scheme:
Step S101, pass through the showView function of the good MZBaseView interface of call definition (basic views interface) (display view functions) are passed to the type field information at interface to be presented, and the type field information is shape data.Specific implementation For:
public interface MZBaseView{
void showView(int type,Object...objects);
}
Wherein, two parameters are transmitted in showView function, first parameter is type field information type, and type is one The data of a integer (int) are mainly used for marking the type (being what kind of interface) at interface to be presented.For this implementation The type at interface to be presented, corresponding type field information is defined as follows in example:
The corresponding type field information of SHOW_LOADING_VIEW is defined as 1;
The corresponding type field information of SHOW_LOAD_FAIL_VIEW is defined as 2;
The corresponding type field information of SHOW_EMPTY_VIEW is defined as 3;
The corresponding type field information of SHOW_NEAR_EMPTY_VIEW is defined as 4;
The corresponding type field information of SHOW_NO_PERMISSION_VIEW is defined as 5;
The corresponding type field information of SHOW_RECYCLE_VIEW is defined as 6.
Second parameter is a variable element, we use Object...objects to indicate variable element, The type of parameter is Object type, and the data of Object type are the abstract class of a bottom, Object in Java The parameter of type can be used for receiving any kind of data type.This design allows us when Transfer Parameters Any type of data of any number can be transmitted.
In the present embodiment, by the showView function void showView that defines (int type, Object...objects the type field in) can effectively distinguish the type information at interface to be presented, and pass through Object...objects variable element type can transmit any type of parameter of any number to the showView defined Function, so that developer can be effectively by all displaying interface requirements only by an interface function It is packaged, reduces the quantity of interface function, facilitate the later period to the maintenance and management of interface function.
Step S102, it according to the type field information at incoming interface to be presented, is determined using switch-case sentence The type at interface to be presented.It is implemented as:
Wherein, showLoading (), showFailView () etc. are the subsequent interfaces to be presented for showing corresponding types Implementation method function.For example, showLoading () is to show that the corresponding of load interface SHOW_LOADING_VIEW type is realized Method function;ShowFailView () is the corresponding realization side for showing load failure interface SHOW_LOAD_FAIL_VIEW type Method function.
In the present embodiment, interface to be presented is determined according to incoming type field information using switch-case sentence Type, judged without using the mode of traditional if (type==SHOW_LOADING_VIEW).Why this Sample design, be because if using if conditional statement to carry out judgement meeting so that entire deterministic process has many if conditions judgements, So that code becomes too fat to move indigestion.And the type at interface to be presented is determined by using switch-case sentence, It may make entire decision process clearly understandable, developer only needs to carry out different type circle according to the different type in case The displaying logical process in face.So that code becomes clear, if the subsequent showing interface for increasing new type, we It only needs to increase the displaying that a new case statement is capable of perfect compatible new interface, greatly improves expanding for program Malleability and maintainability.
Step S2, all types of interfaces are all carried out with one and hides operation, so that all elements in current interface All it is hidden.
In practical operation, step S2 specifically includes following below scheme:Successively each type of object for showing interface is carried out It obtains and judges, judge that the object at all types of displaying interfaces whether not for sky, if not empty, then calls Android existing Corresponding view class is set invisible mode by setVisibility (View.GONE) method.
In the present embodiment, for aforementioned six kinds of displayings interface type:Load interface SHOW_LOADING_VIEW, load is lost Lose interface SHOW_LOAD_FAIL_VIEW, empty data interface SHOW_EMPTY_VIEW, the empty data interface in the neighbouring page SHOW_NEAR_EMPTY_VIEW, without positioning permission interface SHOW_NO_PERMISSION_VIEW, access request data interface The object of SHOW_RECYCLE_VIEW, corresponding six displayings interface are expressed as:loadingView, LoadFailedView, loadEmptyView, loadNearEmptyView, noPermissionView and recyclerView.Also, when whether the object for judging all types of displaying interfaces is for sky, if can be used to judge sentence Determined, such as:if(loadFailedView!=null).
It is understood that passing through the operation of step S2, so that we can be to all types of before showing any interface Interface all carries out one and hides operation, then goes to show the interface information that we need to show in a blank interface again, this Sample we highly effective can avoid the generation of interface abnormal problem.
Step S3, according to the type at determining interface to be presented, corresponding showing interface to be presented is come out.
Specifically, step S3 includes following below scheme:
Step S301, according to the type at determining interface to be presented, whether not to judge the object at corresponding interface to be presented For sky, if so, being transferred to step S302;If it is not, being transferred to step S303.In the present embodiment, it can be used if sentence corresponding to judge Whether the object at interface to be presented is not sky, such as:if(loadingView!=null).
Step S302, using the existing setVisibility of Android (View.VISIBLE) method by interface to be presented Object (such as loadingView) in view class be set as visible state, realize the displaying at interface to be presented, such as: loadingView.setVisibility(View.VISIBLE)。
Step S303, the abnormal prompt information of presentation program display.
When carrying out the processing of showing interface using the method for the embodiment of the present invention, developer need to only pay close attention to interface to be presented Content and no longer to need to pay close attention to last time interface be what kind of interface because no matter last time is that kind of interface can It is enough to be hidden.The ratio raw mode for allowing for code logic change in this way is clear very much, but also entire code structure Become more succinct, greatly improves the maintainability in code later period.
Shown in Figure 2, the embodiment of the present invention also provides a kind of processing system of showing interface, which includes suitable Secondary connected type decision module, element hidden module and showing interface module.
Wherein, type decision module is used for:It is incoming by the display view functions of the good basic views interface of call definition The type field information at interface to be presented;According to the type field information at incoming interface to be presented, switch-case language is utilized Sentence determines the type at interface to be presented, sends to element hidden module and hides signal.
Element hidden module is used for:After receiving hiding signal, operation is all hidden to all types of interfaces, so that working as All elements on front interface are all hidden;It is sent to showing interface module and shows signal.Its specific implementation flow is:It receives After hiding signal, successively each type of object for showing interface is obtained and judged, judges all types of displaying interfaces Object whether for sky, if not empty, then call Android existing setVisibility (View.GONE) method will be right The view class answered is set as invisible mode.
Showing interface module is used for:Receive after showing signal, according to the type at determining interface to be presented, by it is corresponding to Show that showing interface comes out.Its detailed process is:It receives after showing signal, according to the type at determining interface to be presented, judgement Whether the object at corresponding interface to be presented is not sky, if so, utilizing the existing setVisibility of Android (View.VISIBLE) the view class in the object at interface to be presented is set visible state by method, realizes interface to be presented It shows;If it is not, the prompt information that presentation program display is abnormal.
It should be noted that:Processing system provided by the above embodiment is when carrying out practical operation, only with above-mentioned each function The division progress of module can according to need and for example, in practical application by above-mentioned function distribution by different function moulds Block is completed, i.e., the internal structure of system is divided into different functional modules, to complete all or part of function described above Energy.
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 processing method of showing interface, which is characterized in that the processing method includes the following steps:
Step S1, the type field at interface to be presented is passed to by the display view functions of the good basic views interface of call definition Information;According to the type field information at incoming interface to be presented, the class at interface to be presented is determined using switch-case sentence Type;
Step S2, operation is all hidden to all types of interfaces, so that all elements in current interface are all hidden;
Step S3, according to the type at determining interface to be presented, corresponding showing interface to be presented is come out.
2. the processing method of showing interface as described in claim 1, which is characterized in that step S2 specifically includes following operation: Successively each type of object for showing interface is obtained and judged, whether not to judge the object at all types of displaying interfaces The existing setVisibility of Android (View.GONE) method is then called to set corresponding view class if not empty for sky It is set to invisible mode.
3. the processing method of showing interface as described in claim 1, which is characterized in that step S3 specifically includes following operation:
Step S301, according to the type at determining interface to be presented, judge the object at corresponding interface to be presented whether not for sky, If so, being transferred to step S302;If it is not, being transferred to step S303;
Step S302, using the existing setVisibility of Android (View.VISIBLE) method by pair at interface to be presented View class as in is set as visible state, realizes the displaying at interface to be presented;
Step S303, the abnormal prompt information of presentation program display.
4. the processing method of showing interface as claimed any one in claims 1 to 3, it is characterised in that:Show the class at interface Type includes:Load interface, load failure interface, empty data interface, the empty data interface in the neighbouring page, without positioning permission interface With access request data interface;The type at the interface to be presented is one of above-mentioned six kinds.
5. the processing method of showing interface as claimed any one in claims 1 to 3, it is characterised in that:It is described in step S1 Type field information is shape data.
6. a kind of processing system of showing interface, it is characterised in that:The processing system include the type decision module being sequentially connected, Element hidden module and showing interface module;
The type decision module is used for:It is passed to by the display view functions of the good basic views interface of call definition to be presented The type field information at interface;According to the type field information at incoming interface to be presented, determined using switch-case sentence The type at interface to be presented sends to element hidden module and hides signal;
The element hidden module is used for:After receiving hiding signal, operation is all hidden to all types of interfaces, so that working as All elements on front interface are all hidden;It is sent to showing interface module and shows signal;
The showing interface module is used for:Receive after showing signal, according to the type at determining interface to be presented, by it is corresponding to Show that showing interface comes out.
7. the processing system of showing interface as claimed in claim 6, which is characterized in that the element hidden module is hidden The detailed process of operation is:After receiving hiding signal, successively each type of object for showing interface is obtained and is judged, Judge that the object at all types of displaying interfaces whether not for sky, if not empty, then calls Android existing Corresponding view class is set invisible mode by setVisibility (View.GONE) method.
8. the processing system of showing interface as claimed in claim 6, which is characterized in that the showing interface module will be to be presented Showing interface come out detailed process be:
Receive after showing signal, according to the type at determining interface to be presented, judge corresponding interface to be presented object whether It is not sky, if so, using the existing setVisibility of Android (View.VISIBLE) method by pair at interface to be presented View class as in is set as visible state, realizes the displaying at interface to be presented;If it is not, the prompt letter that presentation program display is abnormal Breath.
9. the processing system of the showing interface as described in any one of claim 6 to 8, it is characterised in that:Show the class at interface Type includes:Load interface, load failure interface, empty data interface, the empty data interface in the neighbouring page, without positioning permission interface With access request data interface;The type at the interface to be presented is one of above-mentioned six kinds.
10. the processing system of the showing interface as described in any one of claim 6 to 8, it is characterised in that:The type field Information is shape data.
CN201710317205.6A 2017-05-03 2017-05-03 A kind of processing method and system of showing interface Pending CN108829388A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710317205.6A CN108829388A (en) 2017-05-03 2017-05-03 A kind of processing method and system of showing interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710317205.6A CN108829388A (en) 2017-05-03 2017-05-03 A kind of processing method and system of showing interface

Publications (1)

Publication Number Publication Date
CN108829388A true CN108829388A (en) 2018-11-16

Family

ID=64154763

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710317205.6A Pending CN108829388A (en) 2017-05-03 2017-05-03 A kind of processing method and system of showing interface

Country Status (1)

Country Link
CN (1) CN108829388A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111580730A (en) * 2020-04-29 2020-08-25 掌阅科技股份有限公司 Background display method of application program, electronic device and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104007991A (en) * 2014-06-06 2014-08-27 百度在线网络技术(北京)有限公司 Method and device for adjusting application program interface layout

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104007991A (en) * 2014-06-06 2014-08-27 百度在线网络技术(北京)有限公司 Method and device for adjusting application program interface layout

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
_小河马: "Android简单的LoadingLayout", 《CSDN:HTTPS://WWW.JIANSHU.COM/P/B366F72857E8》 *
CZY1121: "czy1121/loadinglayout", 《GITHUB:HTTPS://GITHUB.COM/CZY1121/LOADINGLAYOUT》 *
LANY192: "lany192/StateLayout", 《GITHUB:HTTPS://GITHUB.COM/LANY192/STATELAYOUT/COMMIT/780D6C48274CD61DAF0E8FEF57CA21F44F906234》 *
朱晓龙: "《Java语言程序设计》", 30 April 2011, 北京邮电大学出版社 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111580730A (en) * 2020-04-29 2020-08-25 掌阅科技股份有限公司 Background display method of application program, electronic device and storage medium
CN111580730B (en) * 2020-04-29 2021-04-02 掌阅科技股份有限公司 Background display method of application program, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN108681436A (en) Image quality parameter adjusting method, device, terminal and storage medium
CN115169587B (en) Federal learning system and method and equipment for realizing multi-party combined processing task
CN110113381A (en) The method and device of theme is subscribed in a kind of block chain
CN102664954A (en) HLA-based (High Level Architecture-based) distributed simulation support platform and implementation method thereof
CN106383706A (en) Virtual desktop and virtual operation system-based adaptive cloud desktop service system
CN111222647A (en) Federal learning system optimization method, device, equipment and storage medium
CN109614093B (en) Visual intelligent contract system and intelligent contract processing method
CN106209974B (en) A kind of method of data synchronization, equipment and system
CN114500623B (en) Network target range interconnection and intercommunication method, device, equipment and readable storage medium
CN106295326A (en) A kind of inline hook method and system for obtaining video card content
CN112698942B (en) Artificial intelligence service system, master control device and slave control device
CN112511379A (en) Network access configuration checking method and device
DE102021123338A1 (en) PREDICTIVE CONTROL USING ONE OR MORE NEURAL NETWORKS
CN106095593B (en) A kind of forward and backward scape application behavior synchronous method and device
CN110290024A (en) The online preceding test method of strategy, device and equipment
CN103677983A (en) Scheduling method and device of application
CN116643938A (en) Health monitoring of secure data centers
CN111651121A (en) Data logic calculation method and device, electronic equipment and storage medium
CN108829388A (en) A kind of processing method and system of showing interface
Liao et al. An evolutionary note on smart city development in China
WO2022004978A1 (en) System and method for design task of architectural decoration
CN110134519A (en) A kind of control method and device for realizing portal management based on container platform
CN104918113B (en) A kind of the function card end compatibility method and system of module TV
CN115361280B (en) Method, device, equipment and storage medium for invoking calculation power network
CN101604270A (en) ARINC429 communication redundancy method based on vxworks operating 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20181116

RJ01 Rejection of invention patent application after publication