CN109240695A - Code optimization method and device under logic branch - Google Patents

Code optimization method and device under logic branch Download PDF

Info

Publication number
CN109240695A
CN109240695A CN201710335534.3A CN201710335534A CN109240695A CN 109240695 A CN109240695 A CN 109240695A CN 201710335534 A CN201710335534 A CN 201710335534A CN 109240695 A CN109240695 A CN 109240695A
Authority
CN
China
Prior art keywords
logic branch
under
execution
task
branch
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
CN201710335534.3A
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 CN201710335534.3A priority Critical patent/CN109240695A/en
Publication of CN109240695A publication Critical patent/CN109240695A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present invention provides the code optimization method and device under a kind of logic branch, this method comprises: step 1 defines the general execution method of the task based on the general character of the task of required execution under associated logic branch;Step 2, in the associated logic branch under each logic branch, pass through the general specific execution method for executing required execution task under the method call logic branch.The specific execution method of execution task required under logic branch is arranged outside the logic branch present invention, pass through the general specific execution method for executing required execution task under the method call logic branch, effectively reduce the size of code under logic branch, on the one hand logic branch readability clear in structure, well arranged, program is increased, on the other hand the maintainability and scalability for making calling program are greatly improved, furthermore, the specific execution method of task can be called repeatedly, substantially increase programming efficiency.

Description

Code optimization method and device under logic branch
Technical field
The present invention relates to field of computer technology, more particularly, under a kind of logic branch code optimization method and Device.
Background technique
Currently, with the development of computer technology and the increase of business demand, the type of software function is consequently increased.? In the development process of software, the increase of these functional types is usually realized by logic branch.It is, in different logic point Branch is lower to execute different tasks to realize different functions.
In the prior art, when executing task under logic branch to realize corresponding function, it is both needed to the detailed of the task of writing It is thin to execute code.
But with the increase of software function type, logic branch number can also increase therewith.At this point, being compiled under logic branch The detailed execution code of writing task will lead to size of code and sharply increase.When software function type is excessive, logic may result in Branch's overall code is extremely too fat to move, and then seriously affects the performability of program and substantially reduce the efficiency of program maintenance.
Summary of the invention
The code optimization method and device that the present invention is provided under a kind of logic branch works as software to overcome in the prior art It when functional type is excessive, may result in that logic branch overall code is extremely too fat to move, and then seriously affect the performability of program And the problem of substantially reducing program maintenance efficiency.
According to the first aspect of the invention, a kind of code optimization method under logic branch is provided, comprising: step 1, be based on The general character of the task of required execution under associated logic branch defines the general execution method of the task;Step 2, in institute It states in associated logic branch under each logic branch, needed under described general execution method call logic branch The specific execution method of execution task.
The first possible implementation with reference to first aspect, in second of possible implementation, before the step 2 Further include: define the specific execution method of required execution task under each logic branch in the associated logic branch.
Second of possible implementation with reference to first aspect, in the third possible implementation, the step 1 includes: Based on the general character of the task of required execution under associated logic branch, interface is created;Wherein, the interface includes to described The statement of the execution function of business.
The third possible implementation with reference to first aspect, it is described to define the phase in the 4th kind of possible implementation The specific execution method of required execution task includes: that creation is described associated under each logic branch in associated logic branch Logic branch in the corresponding realization class of required execution task under each logic branch;The realization class includes corresponding to patrol to it Collect the definition of the execution function of required execution task under branch;The realization class is for realizing the interface.
4th kind of possible implementation with reference to first aspect, in the 5th kind of possible implementation, the step 2 includes: In the associated logic branch under each logic branch, the corresponding realization class of the logic branch is assigned to described The object of interface.
4th kind of possible implementation with reference to first aspect, in the 6th kind of possible implementation, before the step 2 Further include: creation switching class;Correspondingly, the step 2 includes: each logic branch in the associated logic branch Under, in the switching class for quoting the interface, by the corresponding realization class of the logic branch, it is assigned to pair of the interface As.
6th kind of possible implementation with reference to first aspect, in the 7th kind of possible implementation, the switching class includes Assignment function;Correspondingly, the step 2 includes: and under each logic branch, is quoting in the associated logic branch In the switching class of the interface, using assignment function by the corresponding realization class of the logic branch, it is assigned to the interface Object.
According to the second aspect of the invention, the code optimization device under a kind of logic branch is provided, comprising: universal method is fixed Adopted module and calling module;The universal method definition module, for times based on required execution under associated logic branch The general character of business defines the general execution method of the task;The calling module, in the associated logic branch Under each logic branch, pass through the general specific side of execution for executing required execution task under the method call logic branch Method.
According to the third aspect of the invention we, a kind of computer program product is provided, the computer program product includes depositing The computer program in non-transient computer readable storage medium is stored up, the computer program includes program instruction, when described When program instruction is computer-executed, the computer is made to execute method as described above.
According to the fourth aspect of the invention, a kind of non-transient computer readable storage medium, the non-transient calculating are provided Machine readable storage medium storing program for executing stores computer instruction, and the computer instruction makes the computer execute method as described above.
Code optimization method and device under logic branch proposed by the present invention, needed under associated logic branch The general character of the task of execution defines the general execution method of the task, each is patrolled in the associated logic branch It collects under branch, passes through the general specific execution method for executing required execution task under the method call logic branch.This hair The bright specific execution method by execution task required under logic branch is arranged outside the logic branch, passes through the general side of execution Method calls the specific execution method of required execution task under the logic branch, effectively reduces the size of code under logic branch, and one Aspect increases logic branch readability clear in structure, well arranged, program, on the other hand makes the maintainability of calling program It is greatly improved with scalability, in addition, the specific execution method of task can be called repeatedly, substantially increases programming effect Rate.
Detailed description of the invention
Fig. 1 is according to the code optimization method flow diagram under the logic branch of the embodiment of the present invention;
Fig. 2 is according to the code optimization method flow diagram under the logic branch of the embodiment of the present invention;
Fig. 3 is according to the code optimization schematic device under the logic branch of the embodiment of the present invention;
Fig. 4 is the test equipment schematic diagram according to the code optimization device under the logic branch of the embodiment of the present invention.
Specific embodiment
With reference to the accompanying drawings and examples, specific embodiments of the present invention will be described in further detail.Implement below Example is not intended to limit the scope of the invention for illustrating the present invention.
Currently, with the development of computer technology and the increase of business demand, the type of software function is consequently increased.? In the development process of software, the increase of these functional types is usually realized by logic branch.It is, in different logic point Branch is lower to execute different tasks to realize different functions.In the prior art, task is executed under logic branch to realize phase When the function of answering, it is both needed to the detailed execution code for the task of writing.But with the increase of software function type, logic branch number It can increase therewith.At this point, the detailed execution code for writing task under logic branch will lead to size of code and sharply increase.Work as software It when functional type is excessive, may result in that logic branch overall code is extremely too fat to move, and then seriously affect the performability of program And substantially reduce the efficiency of program maintenance.
To solve the above problems, as shown in Figure 1, the present invention provides a kind of code optimization methods under logic branch.It should Method includes: step 1, based on the general character of execution task required under associated logic branch, defines the general of the task and holds Row method;Step 2, in the associated logic branch under each logic branch, pass through the general execution method tune With the specific execution method of execution task required under the logic branch.
In the present embodiment step 1, associated logic branch number at least two specifically can be according to the actual situation Setting, the present embodiment are also not construed as limiting this.Logic branch can pass through if, else if common in written in code and else Combination or switch method realize that the present embodiment is not especially limited this.Preferably, the present embodiment logic branch uses Switch method is realized.It needs to execute a task under each logic branch.If associated logic branch number be three and Corresponding three tasks are respectively to read network data, reading database data and reading disk data, then their general character is Read data.Accordingly, the general execution method that can be realized reading data can be defined.
In the present embodiment step 2, pass through required execution task under described general execution method call logic branch Calling in specific execution method can be function call, can also be the realization of interface, it is not limited here.
Code optimization method under logic branch proposed by the present invention, each is patrolled in the associated logic branch It collects under branch, without writing corresponding specific execution method in detail according to the task of execution required under the logic branch, only passes through The general specific execution method for executing required execution task under the method call logic branch, can be completed corresponding task, has Effect reduces the size of code under logic branch, on the one hand makes logic branch readable increasing clear in structure, well arranged, program On the other hand height makes the maintainability of calling program and scalability be greatly improved, in addition, the specific execution method of task It can be called repeatedly, substantially increase programming efficiency.
As a kind of alternative embodiment, before the step 2 further include: define every in the associated logic branch The specific execution method of required execution task under one logic branch.
As a kind of alternative embodiment, the step 1 includes: the task based on execution required under associated logic branch General character, create interface;Wherein, the interface includes the statement of the execution function to the task.
It is required under each logic branch in the definition associated logic branch as a kind of alternative embodiment The specific execution method of execution task includes: required execution under each logic branch in the creation associated logic branch The corresponding realization class of task;The realization class includes determining the execution function of execution task required under its counterlogic branch Justice;The realization class is for realizing the interface.
As a kind of alternative embodiment, the step 2 includes: each logic point in the associated logic branch Under branch, by the corresponding realization class of the logic branch, it is assigned to the object of the interface.
As a kind of alternative embodiment, before the step 2 further include: creation switching class;Correspondingly, the step 2 It include: in the switching class for quoting the interface, to be incited somebody to action in the associated logic branch under each logic branch The corresponding realization class of the logic branch, is assigned to the object of the interface.
As a kind of alternative embodiment, the switching class includes assignment function;Correspondingly, the step 2 includes: described In associated logic branch under each logic branch, in the switching class for quoting the interface, assignment function is utilized By the corresponding realization class of the logic branch, it is assigned to the object of the interface.
Based on above-mentioned Fig. 1 corresponding embodiment, the present embodiment proposes a kind of code optimization method under logic branch.Such as Fig. 2 It is shown, this method comprises:
101, based on the general character of the task of required execution under associated logic branch, create interface;Wherein, the interface Statement including the execution function to the task;
102, create in the associated logic branch the corresponding realization of required execution task under each logic branch Class;It is described to realize that class includes the definition of the execution function to execution task required under its counterlogic branch;The realization class is used In the realization interface;
103, creation switching class, the switching class includes assignment function;
104, in the associated logic branch under each logic branch, in the switching for quoting the interface In class, using assignment function by the corresponding realization class of the logic branch, it is assigned to the object of the interface.
Wherein, 101, based on the general character of the task of required execution under associated logic branch, create interface;Wherein, institute State the statement that interface includes the execution function to the task.
In general, under associated logic branch often there is something in common in the task of required execution in itself.For example, if The task of required execution is respectively to read network data, reading database data and reading magnetic under three associated logic branches Disk data, then their something in common in itself -- read data, the as general character of these tasks.
Based on the general character of the task of required execution under associated logic branch, interface is created, and in the interface to described The execution function of task is stated, is just realized and is abstracted to the task.It is subsequent only by each appointing by this abstract Corresponding realization class of being engaged in realizes the interface, can execute and complete the task.For example, when general character is to read data, it can To create an interface IhandlerData.It will be read by the execution function readData stated in interface IhandlerData Network data, reading database data and reading disk data abstraction are to read data.The corresponding reality of subsequent reading network data Existing class can execute the reading of network data, the read method of other data is similar, herein no longer when realizing to interface It repeats.
Wherein, 102, create in the associated logic branch that required execution task is corresponding under each logic branch Realize class;It is described to realize that class includes the definition of the execution function to execution task required under its counterlogic branch;The realization Class is for realizing the interface.
The general character of the task of required execution under based on associated logic branch needs to create interface after creating interface Realization class, with during realizing interface complete needed for execute task.
Since the task of required execution under associated each logic branch is different, therefore, it is necessary to be directed to each logic branch The corresponding realization class of task creation executed needed for lower.For example, for three of required execution under associated three logic branches Class is realized in definition to task -- reading network data, reading database data and reading disk data -- respectively ReadNetHandler, ReadSqlHandler and readDiskHandler.It is held needed in the case where specifically creating each logic branch When the corresponding realization class of capable task, Similar integral interface is realized, and in realizing class, it is right according to the specific executive mode of task It executes function and does specific definition.For example, each realization class is after birdsmouth when specifically creating these realization classes IhandlerData, and in each realization class, according to the specific reading manner of Various types of data, specifically determine executing function and doing Justice.
Wherein, 103, creation switching class, the switching class includes assignment function.
After the realization class of interface and interface creates, interface need to be realized using class is realized.When realizing, tool Body, it need to will realize that class is assigned to the object of interface.In order to facilitate the description of this assignment procedure, create comprising assignment function Switching class.
Wherein, 104, in the associated logic branch under each logic branch, in the institute for quoting the interface It states in switching class, using assignment function by the corresponding realization class of the logic branch, is assigned to the object of the interface.
In the associated logic branch under each logic branch, using realize class to interface realized with When completing corresponding task, specifically, in the switching class for quoting the interface, using assignment function by the logic branch Corresponding realization class, is assigned to the object of the interface, so that the execution function in the realization class can be used in the object of interface, Complete the corresponding task of realization class.It is for for realizing the logic branch for reading network data, the logic branch is corresponding Realization class ReadNetHandler, be assigned to the object of interface, so as to by realize class ReadNetHandler in have The execution function readData that body defines realizes the execution function readData stated in interface, completes network data Reading.
As shown in figure 3, according to the second aspect of the invention, the code optimization device under a kind of logic branch is provided, comprising: Universal method definition module and calling module;The universal method definition module, for based on institute under associated logic branch The general character of need to executing for task defines the general execution method of the task;The calling module, for described associated In logic branch under each logic branch, pass through required execution task under described general execution method call logic branch It is specific to execute method.
Code optimization device under logic branch proposed by the present invention, by calling module, in the associated logic In branch under each logic branch, corresponding specifically held without being write in detail according to the task of execution required under the logic branch Row method can be completed only by the specific execution method of required execution task under general execution method call logic branch Corresponding task, effectively reduces the size of code under logic branch, on the one hand make logic branch it is clear in structure, it is well arranged, The readability of program increases, and so that the maintainability of calling program and scalability is greatly improved, in addition, task Specific execution method can be called repeatedly, substantially increase programming efficiency.
As a kind of alternative embodiment, described device further includes specific method definition module, described associated for defining Logic branch under each logic branch required execution task specific execution method.
As a kind of alternative embodiment, the universal method definition module is specifically used for based under associated logic branch The general character of the task of required execution creates interface;Wherein, the interface includes the statement of the execution function to the task.
As a kind of alternative embodiment, the specific method definition module is specifically used for creating the associated logic point The corresponding realization class of required execution task under each logic branch in branch;The realization class includes under its counterlogic branch The definition of the execution function of required execution task;The realization class is for realizing the interface.
As a kind of alternative embodiment, the calling module be specifically used in the associated logic branch each Under logic branch, by the corresponding realization class of the logic branch, it is assigned to the object of the interface.
As a kind of alternative embodiment, described device further includes creation module, for creating switching class;Correspondingly, described Calling module is specifically used in the associated logic branch under each logic branch, is quoting described in the interface Switch in class, by the corresponding realization class of the logic branch, is assigned to the object of the interface.
Fig. 4 is the structural block diagram for showing the test equipment of the code optimization device under logic branch of the present invention.
Referring to Fig. 4, the test equipment of the display device, comprising: processor (processor) 401, memory (memory) 402, communication interface (Communications Interface) 403 and bus 404;
Wherein, the processor 401, memory 402, communication interface 403 complete mutual lead to by the bus 404 Letter;
The communication interface 403 is for the information transmission between the test equipment and the communication equipment of display device;
The processor 401 is used to call the program instruction in the memory 402, to execute above-mentioned each method embodiment Provided method, for example, adjust the yield value of each color in the white balance parameter of display device to respective saturation Point;Test the brightness uniformity of the display device.
The present embodiment discloses a kind of computer program product, and the computer program product includes being stored in non-transient calculating Computer program on machine readable storage medium storing program for executing, the computer program include program instruction, when described program instruction is calculated When machine executes, computer is able to carry out method provided by above-mentioned each method embodiment, for example, adjusts the white of display device The yield value of each color is to respective saturation point in balance parameters;Test the brightness uniformity of the display device.
The present embodiment provides a kind of non-transient computer readable storage medium, the non-transient computer readable storage medium Computer instruction is stored, the computer instruction makes the computer execute method provided by above-mentioned each method embodiment, example It such as include: the yield value of each color in the white balance parameter for adjust display device to respective saturation point;Test the display The brightness uniformity of device.
Those of ordinary skill in the art will appreciate that: realize that all or part of the steps of above method embodiment can pass through The relevant hardware of program instruction is completed, and program above-mentioned can be stored in a computer readable storage medium, the program When being executed, step including the steps of the foregoing method embodiments is executed;And storage medium above-mentioned includes: ROM, RAM, magnetic disk or light The various media that can store program code such as disk.
The embodiments such as the test equipment of code optimization device under logic branch described above are only schematical, Wherein the unit as illustrated by the separation member may or may not be physically separated, shown as a unit Component may or may not be physical unit, it can and it is in one place, or may be distributed over multiple networks On unit.Some or all of the modules therein can be selected to achieve the purpose of the solution of this embodiment according to the actual needs. Those of ordinary skill in the art are without paying creative labor, it can understand and implement.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can It realizes by means of software and necessary general hardware platform, naturally it is also possible to pass through hardware.Based on this understanding, on Stating technical solution, substantially the part that contributes to existing technology can be embodied in the form of software products in other words, should Computer software product may be stored in a computer readable storage medium, such as ROM/RAM, magnetic disk, CD, including several fingers It enables and using so that a computer equipment (can be personal computer, server or the network equipment etc.) executes each implementation Method described in certain parts of example or embodiment.
Finally, method of the invention is only preferable embodiment, it is not intended to limit the scope of the present invention.It is all Within the spirit and principles in the present invention, any modification, equivalent replacement, improvement and so on should be included in protection of the invention Within the scope of.

Claims (10)

1. a kind of code optimization method under logic branch characterized by comprising
Step 1, the general character based on the task of required execution under associated logic branch, defines the general execution side of the task Method;
It step 2, should by the general execution method call in the associated logic branch under each logic branch The specific execution method of required execution task under logic branch.
2. the method according to claim 1, wherein before the step 2 further include: define described associated Logic branch under each logic branch required execution task specific execution method.
3. according to the method described in claim 2, it is characterized in that, the step 1 includes: based under associated logic branch The general character of the task of required execution creates interface;Wherein, the interface includes the statement of the execution function to the task.
4. according to the method described in claim 3, it is characterized in that, described define each in the associated logic branch The specific execution method of required execution task includes: under logic branch
Create in the associated logic branch the corresponding realization class of required execution task under each logic branch;The reality Existing class includes the definition of the execution function to execution task required under its counterlogic branch;The realization class is for realizing described Interface.
5. according to the method described in claim 4, it is characterized in that, the step 2 includes: in the associated logic branch In under each logic branch, by the corresponding realization class of the logic branch, be assigned to the object of the interface.
6. according to the method described in claim 4, it is characterized in that, before the step 2 further include: creation switching class;
Correspondingly, the step 2 includes: in the associated logic branch under each logic branch, described in reference In the switching class of interface, by the corresponding realization class of the logic branch, it is assigned to the object of the interface.
7. according to the method described in claim 6, it is characterized in that, the switching class includes assignment function;
Correspondingly, the step 2 includes: in the associated logic branch under each logic branch, described in reference In the switching class of interface, using assignment function by the corresponding realization class of the logic branch, it is assigned to the object of the interface.
8. the code optimization device under a kind of logic branch characterized by comprising universal method definition module and calling mould Block;
The universal method definition module, for the general character based on the task of required execution under associated logic branch, definition The general execution method of the task;
The calling module general is held by described in the associated logic branch under each logic branch The specific execution method of required execution task under the row method call logic branch.
9. a kind of computer program product, which is characterized in that the computer program product includes being stored in non-transient computer Computer program on readable storage medium storing program for executing, the computer program include program instruction, when described program is instructed by computer When execution, the computer is made to execute method as described in any of the claims 1 to 8.
10. a kind of non-transient computer readable storage medium, which is characterized in that the non-transient computer readable storage medium is deposited Computer instruction is stored up, the computer instruction makes the computer execute method as described in any of the claims 1 to 8.
CN201710335534.3A 2017-05-12 2017-05-12 Code optimization method and device under logic branch Pending CN109240695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710335534.3A CN109240695A (en) 2017-05-12 2017-05-12 Code optimization method and device under logic branch

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710335534.3A CN109240695A (en) 2017-05-12 2017-05-12 Code optimization method and device under logic branch

Publications (1)

Publication Number Publication Date
CN109240695A true CN109240695A (en) 2019-01-18

Family

ID=65082891

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710335534.3A Pending CN109240695A (en) 2017-05-12 2017-05-12 Code optimization method and device under logic branch

Country Status (1)

Country Link
CN (1) CN109240695A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043616A (en) * 2009-10-22 2011-05-04 上海杉达学院 Factory pattern-based information system architecture and architecture method
US20110126212A1 (en) * 2009-11-23 2011-05-26 Raytheon Company Implementing a middleware component using factory patterns
CN103699638A (en) * 2013-12-23 2014-04-02 国云科技股份有限公司 Method for realizing cross-database type synchronous data based on configuration parameters
CN105700870A (en) * 2015-12-30 2016-06-22 广州华多网络科技有限公司 Multi-source streaming content displaying method and server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043616A (en) * 2009-10-22 2011-05-04 上海杉达学院 Factory pattern-based information system architecture and architecture method
US20110126212A1 (en) * 2009-11-23 2011-05-26 Raytheon Company Implementing a middleware component using factory patterns
CN103699638A (en) * 2013-12-23 2014-04-02 国云科技股份有限公司 Method for realizing cross-database type synchronous data based on configuration parameters
CN105700870A (en) * 2015-12-30 2016-06-22 广州华多网络科技有限公司 Multi-source streaming content displaying method and server

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BADOBAD: "【Android】三种工厂模式简析", 《HTTPS://BLOG.CSDN.NET/BADOBAD/ARTICLE/DETAILS/50905428》 *
ITEYE_17686: "Android也架构之三:简单工厂模式优化网络请求", 《HTTPS://BLOG.CSDN.NET/ITEYE_17686/ARTICLE/DETAILS/82403045》 *
WZIYX513225244: "设计模式学习之抽象工厂模式(实现数据访问层)", 《HTTPS://BLOG.CSDN.NET/WZIYX513225244/ARTICLE/DETAILS/6655609》 *

Similar Documents

Publication Publication Date Title
CN107526645B (en) A kind of communication optimization method and system
CN102118281B (en) Method, device and network equipment for automatic testing
CN105988815A (en) Business process development method and system
CN103793223A (en) Rule creating method and system
CN106897806A (en) Workflow creation method and system, operation system
CN106802804B (en) Method and system for visualizing variable association component of human-computer interface
CN102306122A (en) Automated testing method and equipment
CN110175027A (en) A kind of method and apparatus for developing business function
CN100362479C (en) System and method for testing measured object based on automatic test script
CN111722842A (en) Pipeline arranging method and device, electronic equipment and storage medium
CN116127899B (en) Chip design system, method, electronic device, and storage medium
CN107092413A (en) A kind of visible controls corners processing method and system
CN102609269B (en) Visual implementation method for sequential function chart
CN102141911B (en) Method for development by utilizing UML (Unified Modeling Language) sequence diagram and activity diagram generation tool
CN109240684A (en) A kind of page service logic realization method and system
CN109636360A (en) Automate the method and system of generation contract
CN110515734A (en) The load processing method and device of data processing task
CN109754014A (en) Industry pattern training method, device, equipment and medium
CN109240695A (en) Code optimization method and device under logic branch
CN110018866B (en) User interface theme updating method, device and system, vehicle machine and vehicle
CN102387137B (en) Implementation method and system of intelligent operation logic of a plurality of network devices
CN107391255A (en) A kind of task executing method and system based on internal memory optimization
CN110780993A (en) Kubernetes-based resource scheduling optimization method, equipment and medium
CN113810402B (en) Multi-protocol adaptation method and system, computer device, storage medium
CN113722045B (en) Cluster application deployment method and device

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20190118