CN104077139A - Remote calling method and remote calling device in script drive environment - Google Patents

Remote calling method and remote calling device in script drive environment Download PDF

Info

Publication number
CN104077139A
CN104077139A CN201410318899.1A CN201410318899A CN104077139A CN 104077139 A CN104077139 A CN 104077139A CN 201410318899 A CN201410318899 A CN 201410318899A CN 104077139 A CN104077139 A CN 104077139A
Authority
CN
China
Prior art keywords
arbitrary control
behavior
far call
backstage
foreground
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
CN201410318899.1A
Other languages
Chinese (zh)
Other versions
CN104077139B (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.)
Yonyou Software Co Ltd
Original Assignee
Yonyou Software 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 Yonyou Software Co Ltd filed Critical Yonyou Software Co Ltd
Priority to CN201410318899.1A priority Critical patent/CN104077139B/en
Publication of CN104077139A publication Critical patent/CN104077139A/en
Application granted granted Critical
Publication of CN104077139B publication Critical patent/CN104077139B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a remote calling method in a script drive environment and a remote calling device in a script drive environment, wherein the remote calling method in the script drive environment comprises the steps of determining the type of an operation on any control of the foreground upon receiving the operation, not executing remote calling to the background when determining that the operation is the operation of altered the attribute and/or the behavior of the any control, and if determining that the operation is the operation of obtaining the attribute of the any control, determining whether the attribute and/or the behavior of the any control is altered, and if not, not executing remote calling to the background. Due to the adopted remote calling method, unnecessary remote calling can be avoided, the times of remote calling are reduced, the performance of the system is optimized and the experience of a user is enhanced.

Description

Remote invocation method under script drive environment and far call device
Technical field
The present invention relates to field of computer technology, in particular to the remote invocation method under a kind of script drive environment and the far call device under a kind of script drive environment.
Background technology
Under script drive environment, script causes can cause far call, and this usually causes too much (for example open interface and have nearly 100 far calls) of far call.
Business intelligence or other operation systems may need to realize customization function more flexibly, are a kind of approach that realizes this demand and introduce script.But, in realizing maximum dirigibility, also brought larger technological challenge: produce a large amount of far calls because call mutually between script, thereby affect the performance of system.Particularly, interface as shown in Figure 1, need to write following script:
Script 1: system initialization script:
Var default organization=acquisition long-range API of default organization (); // initiation far call
Organize control. default organization (default organization) is set;
Script 2: the content alteration event scripts of organizing control:
Var organizes id=to organize control. acquisition value (); // initiation far call
Var product classification array=product classification API. obtains product classification (tissue id) according to condition;
Product classification control. product classification value (product classification array [0]) is set;
Script 3: the content alteration event scripts of product classification control
Var product classification id=product classification control. acquisition value ();
Var product array=product A PI. obtains product (product classification id) according to condition; // initiation far call
Product control. product value (product array [0]) is set;
Script 4: the content alteration event scripts of product control
The value of var product id=product control;
Sale result figure. refresh (); // initiation far call
Inventory statistics figure. refresh (); // initiation far call
Accounting is analyzed. refresh (); // initiation far call
Combinatory analysis. refresh (); // initiation far call
This month sales volume table. refresh (); // initiation far call
In simplified example as shown in Figure 1, there is altogether (considering opening of this interface) at least 9 times in far call, and in other examples, the far call that may cause can reach tens times, seriously this has affected system performance and user's experience.
Therefore, how to avoid unnecessary far call, reduce the number of times of far call, become technical matters urgently to be resolved hurrily with the performance of optimization system and user's experience.
Summary of the invention
The present invention, just based on above-mentioned technical matters, has proposed the far call scheme under a kind of new script drive environment, can avoid unnecessary far call, has reduced the number of times of far call, has optimized the performance of system, has promoted user's experience.
In view of this, the present invention proposes the remote invocation method under a kind of script drive environment, comprising: in the time of the operation receiving the arbitrary control in foreground, judge the classification of described operation; In the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, do not carry out the far call to backstage; In the time being operating as the operation of obtaining described arbitrary control property described in judging, judge whether the attribute of described arbitrary control and/or behavior are modified, if so, do not carry out the far call to backstage.
In this technical scheme, by in the time that foreground control is carried out to the operation of amendment control property and/or behavior, and in the time that the control that attribute and/or behavior have been revised is carried out the operation of getattr, do not carry out the far call to backstage, can avoid unnecessary far call, reduce the number of times of far call, optimized the performance of system, promoted user's experience.
In technique scheme, preferably, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, also comprise: respond the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set; Judge that the attribute of described arbitrary control and/or the step whether behavior is modified are specially: judge whether to exist the flag corresponding to described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
In this technical scheme, by after the attribute to control and/or behavior are modified, flag corresponding to this control is set, makes it possible to by judging whether this control exists flag to judge easily whether the attribute of this this control and/or behavior are modified.
In technique scheme, preferably, also comprise: the initialization service logic on described foreground is transferred to described backstage and carry out.
In technique scheme, preferably, also comprise: if far call need to be carried out to described backstage in described foreground, the operation that triggers described far call is added into and is carried out in queue, so that the operation being added in described execution queue is merged.
In this technical scheme, by the operation that triggers far call is added into and is carried out in queue, to merge, make to reduce to greatest extent remote-operated number of times.
In technique scheme, preferably, merge and comprise being added into operation in described execution queue: merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface.
According to a further aspect in the invention, far call device under a kind of script drive environment has also been proposed, comprise: judging unit, for when the operation receiving the arbitrary control in foreground, judge the classification of described operation, and in the time being operating as the operation of obtaining described arbitrary control property described in judging, judge whether the attribute of described arbitrary control and/or behavior are modified; Processing unit, for in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, do not carry out the far call to backstage, and be operating as the operation of obtaining described arbitrary control property described in described judging unit judgement, and judge when the attribute of described arbitrary control and/or behavior have been modified, do not carry out the far call to backstage.
In this technical scheme, by in the time that foreground control is carried out to the operation of amendment control property and/or behavior, and in the time that the control that attribute and/or behavior have been revised is carried out the operation of getattr, do not carry out the far call to backstage, can avoid unnecessary far call, reduce the number of times of far call, optimized the performance of system, promoted user's experience.
In technique scheme, preferably, also comprise: response unit, for in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in described judging unit is judged, respond the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set; Described judging unit specifically for: judge whether to exist corresponding to the flag of described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
In this technical scheme, by after the attribute to control and/or behavior are modified, flag corresponding to this control is set, makes it possible to by judging whether this control exists flag to judge easily whether the attribute of this this control and/or behavior are modified.
In technique scheme, preferably, described processing unit also for: the initialization service logic on described foreground is transferred to described backstage and carries out.
In technique scheme, preferably, described processing unit also for: need to carry out far call to described backstage on described foreground time, be added into and carry out in queue, so that the operation being added in described execution queue is merged triggering the operation of described far call.
In this technical scheme, by the operation that triggers far call is added into and is carried out in queue, to merge, make to reduce to greatest extent remote-operated number of times.
In technique scheme, preferably, merge and comprise being added into operation in described execution queue: merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface
By above technical scheme, avoid to greatest extent unnecessary far call, reduce the number of times of far call, optimize the performance of system, promote user's experience.
Brief description of the drawings
Fig. 1 shows the interface schematic diagram generating based on script;
Fig. 2 shows the schematic flow diagram of the remote invocation method under script drive environment according to an embodiment of the invention;
Fig. 3 shows the schematic block diagram of the far call device under script drive environment according to an embodiment of the invention;
Fig. 4 shows foreground and background logic structural representation according to an embodiment of the invention;
Fig. 5 shows the logical organization schematic diagram that foreground merges according to an embodiment of the invention.
Embodiment
In order more clearly to understand above-mentioned purpose of the present invention, feature and advantage, below in conjunction with the drawings and specific embodiments, the present invention is further described in detail.It should be noted that, in the situation that not conflicting, the feature in the application's embodiment and embodiment can combine mutually.
A lot of details are set forth in the following description so that fully understand the present invention; but; the present invention can also adopt other to be different from other modes described here and implement, and therefore, protection scope of the present invention is not subject to the restriction of following public specific embodiment.
Fig. 2 shows the schematic flow diagram of the remote invocation method under script drive environment according to an embodiment of the invention.
As shown in Figure 2, the remote invocation method under script drive environment according to an embodiment of the invention, comprising: step 202, in the time of the operation receiving the arbitrary control in foreground, judges the classification of described operation; Step 204, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, does not carry out the far call to backstage; Step 206, in the time being operating as the operation of obtaining described arbitrary control property described in judging, judges whether the attribute of described arbitrary control and/or behavior are modified, does not if so, carry out the far call to backstage.
In this technical scheme, by in the time that foreground control is carried out to the operation of amendment control property and/or behavior, and in the time that the control that attribute and/or behavior have been revised is carried out the operation of getattr, do not carry out the far call to backstage, can avoid unnecessary far call, reduce the number of times of far call, optimized the performance of system, promoted user's experience.
In technique scheme, preferably, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, also comprise: respond the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set; Judge that the attribute of described arbitrary control and/or the step whether behavior is modified are specially: judge whether to exist the flag corresponding to described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
In this technical scheme, by after the attribute to control and/or behavior are modified, flag corresponding to this control is set, makes it possible to by judging whether this control exists flag to judge easily whether the attribute of this this control and/or behavior are modified.
In technique scheme, preferably, also comprise: the initialization service logic on described foreground is transferred to described backstage and carry out.
In technique scheme, preferably, also comprise: if far call need to be carried out to described backstage in described foreground, the operation that triggers described far call is added into and is carried out in queue, so that the operation being added in described execution queue is merged.
In this technical scheme, by the operation that triggers far call is added into and is carried out in queue, to merge, make to reduce to greatest extent remote-operated number of times.
In technique scheme, preferably, merge and comprise being added into operation in described execution queue: merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface.
Fig. 3 shows the schematic block diagram of the far call device under script drive environment according to an embodiment of the invention.
As shown in Figure 3, far call device 300 under script drive environment according to an embodiment of the invention, comprise: judging unit 302, for when the operation receiving the arbitrary control in foreground, judge the classification of described operation, and in the time being operating as the operation of obtaining described arbitrary control property described in judging described breaking, judge whether the attribute of described arbitrary control and/or behavior are modified; Processing unit 304, for in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, do not carry out the far call to backstage, and be operating as the operation of obtaining described arbitrary control property described in described judging unit judgement, and judge when the attribute of described arbitrary control and/or behavior have been modified, do not carry out the far call to backstage.
In this technical scheme, by in the time that foreground control is carried out to the operation of amendment control property and/or behavior, and in the time that the control that attribute and/or behavior have been revised is carried out the operation of getattr, do not carry out the far call to backstage, can avoid unnecessary far call, reduce the number of times of far call, optimized the performance of system, promoted user's experience.
In technique scheme, preferably, also comprise: response unit 306, for in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in described judging unit 302 is judged, respond the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set; Described judging unit 302 specifically for: judge whether to exist corresponding to the flag of described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
In this technical scheme, by after the attribute to control and/or behavior are modified, flag corresponding to this control is set, makes it possible to by judging whether this control exists flag to judge easily whether the attribute of this this control and/or behavior are modified.
In technique scheme, preferably, described processing unit 304 also for: the initialization service logic on described foreground is transferred to described backstage and carries out.
In technique scheme, preferably, described processing unit 304 also for: need to carry out far call to described backstage on described foreground time, be added into and carry out in queue, so that the operation being added in described execution queue is merged triggering the operation of described far call.
In this technical scheme, by the operation that triggers far call is added into and is carried out in queue, to merge, make to reduce to greatest extent remote-operated number of times.
In technique scheme, preferably, merge and comprise being added into operation in described execution queue: merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface.
The present invention has mainly proposed to realize by moving the scheme merging with foreground far call after the logic of foreground the number of times that reduces to greatest extent remote scheduling.Particularly, describe technical scheme of the present invention in detail below in conjunction with Fig. 4 to Fig. 5.
Fig. 4 shows foreground and background logic structural representation according to an embodiment of the invention.
After the logic of foreground, move the initialization logic mainly comprising originally carrying out on foreground and transfer to backstage, be equivalent to carry out merging.This need to carry out on backstage script and service logic, only initialization of service logic herein.
Particularly, as shown in Figure 4, foreground and background logic according to an embodiment of the invention, comprising:
User interface, is mainly arranged on foreground, for obtaining user's various operations.
Backstage actuator, is used at simulation foreground, backstage execution environment, is only the simulation in service logic certainly, does not comprise the execution of foreground control itself.Backstage actuator needs master control script engine, task manager, various API, control backstage model etc.
Script engine, script engine is used for carrying out script.In script, there is calling of pair control model, API etc., before therefore script engine starts, need to corresponding execution environment be set by backstage actuator.For example: script engine must know in script how calling of API is corresponded to the real API runtime code of organizing.
Task manager, because case mechanism is supported on foreground, therefore foreground logic will be carried out in backstage, also must carry out event code.Task manager is supported the various foreground events that define.
Control backstage model, script is undertaken by control model the operation of control, also should set up corresponding control backstage model on backstage.For example: the settings of script listing control will cause control that " option change " event occurs.
Backstage API, provides the API Calls service needing.It is the embodiment on API backstage, foreground.
UI metadata: for describing UI environment, describing mode is not limit, for example, use XML to describe UI; Logical process and UI maker: for generating the logical process (as obtaining data, authority filtration etc.) before UI, and generate UI (as HTML etc.).
Fig. 5 shows the logical organization schematic diagram that foreground merges according to an embodiment of the invention.
Wherein, the principle that foreground merges is mainly: 1) do not cause the refresh operation on backstage for the operation (being set operation) of amendment control property or control behavior, and after amendment space attribute or control behavior, set operation is put to dirty mark; 2) for the operation (being get operation) of obtaining control property, need to judge that dirty marking whether is set up, if not being just should refresh; 3) refresh all at every turn and whole on-units (command) should be delivered to background service, in background service, carry out all operations were.
As shown in Figure 5, the main points that foreground merges comprise that foreground merges framework, backstage merges framework, merges the choose opportunities of carrying out.
Merge framework for foreground.This framework plays coordinates the effect that script, control refresh, backstage merges the service of execution, is the core that foreground merges, and mainly comprises:
1) pending queue, needs to merge the operation of carrying out and can be placed in pending queue.The content of record comprises control ID, API, parameter and suitable additional information;
2) add and merge execution API, pending operation is added in queue, conventionally by set method call;
3) excite and carry out API, conventionally by the set method call of control;
4) far call framework Background communication is carried out far call, can utilize AJAX to carry out.
5) result distribution, it is also the result of a merging that backstage merges the result of carrying out, the result data of merging need to be distributed to each control.
Merge framework for backstage.Provide according to pending queue, the merging executive's interface that calls each control obtains result, and result is returned to foreground.Comprise three parts: merging executive's interface, merging executive's interface are realized registration table, merged the service of execution.Each control that merges execution that needs should oneself be realized merging interface.Merging executive's interface registration table is a mapping table from control type to Interface realization.
Carry out choose opportunities for merging.Wherein, the selection on opportunity has two: 1) customer incident executes, and merges to carry out in queue to need to be executed the task; 2), after having called set in script, called again its get method.
Common set method does not cause far call, merges execution queue but enter the overall situation.In the time of these data of needs (as called in certain get method), the overall situation merges execution queue and will be performed.Now the far call in queue is merged into one, is submitted to backstage after packing.
By technique scheme, the backstage execution number of times that can realize the UI to having used a lot of data controls is optimized, and reduces as possible the number of times that carry out on backstage, promotes user's impression, mainly comprises: when UI opens for the first time, only have a far call; To the subsequent operation of UI, reduce in a large number long-range number of connection.
More than be described with reference to the accompanying drawings technical scheme of the present invention, considered in correlation technique, foreground is more to the far call on backstage, has had a strong impact on the performance of system and user's experience.Therefore, the present invention proposes the far call scheme under a kind of new script drive environment, can avoid unnecessary far call, reduced the number of times of far call, optimized the performance of system, promoted user's experience.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. the remote invocation method under script drive environment, is characterized in that, comprising:
In the time of the operation receiving the arbitrary control in foreground, judge the classification of described operation;
In the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, do not carry out the far call to backstage;
In the time being operating as the operation of obtaining described arbitrary control property described in judging, judge whether the attribute of described arbitrary control and/or behavior are modified, if so, do not carry out the far call to backstage.
2. the remote invocation method under script drive environment according to claim 1, is characterized in that, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, also comprises:
Respond the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set;
Judge that the attribute of described arbitrary control and/or the step whether behavior has been modified are specially:
Judge whether to exist the flag corresponding to described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
3. the remote invocation method under script drive environment according to claim 1, is characterized in that, also comprises:
The initialization service logic on described foreground is transferred to described backstage to be carried out.
4. according to the remote invocation method under the script drive environment described in any one in claims 1 to 3, it is characterized in that, also comprise:
If far call need to be carried out to described backstage in described foreground, the operation that triggers described far call is added into and is carried out in queue, so that the operation being added in described execution queue is merged.
5. the remote invocation method under script drive environment according to claim 4, is characterized in that, merges and comprises being added into operation in described execution queue:
Merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface.
6. the far call device under script drive environment, is characterized in that, comprising:
Judging unit, for when the operation receiving the arbitrary control in foreground, judges the classification of described operation, and
In the time being operating as the operation of obtaining described arbitrary control property described in judging, judge whether the attribute of described arbitrary control and/or behavior are modified;
Processing unit, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in judging, does not carry out the far call to backstage, and
Be operating as the operation of obtaining described arbitrary control property at described judging unit described in judging, and judge when the attribute of described arbitrary control and/or behavior have been modified, do not carry out the far call to backstage.
7. the far call device under script drive environment according to claim 6, is characterized in that, also comprises:
Response unit, in the time being operating as the operation of the described arbitrary control property of amendment and/or behavior described in described judging unit is judged, responds the operation of the described arbitrary control property of described amendment and/or behavior, and the flag corresponding to described arbitrary control is set;
Described judging unit specifically for:
Judge whether to exist the flag corresponding to described arbitrary control, if exist, judge that the attribute of described arbitrary control and/or behavior are modified.
8. the far call device under script drive environment according to claim 6, is characterized in that, described processing unit also for:
The initialization service logic on described foreground is transferred to described backstage to be carried out.
9. according to the far call device under the script drive environment described in any one in claim 6 to 8, it is characterized in that, described processing unit also for:
Need to carry out far call to described backstage on described foreground time, the operation that triggers described far call is added into and is carried out in queue, so that the operation being added in described execution queue is merged.
10. the far call device under script drive environment according to claim 9, is characterized in that, merges and comprises being added into operation in described execution queue:
Merge the operation in described execution queue executive's interface, merge realizing registration table, merging the execution service of the operation in described execution queue of described executive's interface.
CN201410318899.1A 2014-07-04 2014-07-04 Remote invocation method and far call device under script drive environment Active CN104077139B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410318899.1A CN104077139B (en) 2014-07-04 2014-07-04 Remote invocation method and far call device under script drive environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410318899.1A CN104077139B (en) 2014-07-04 2014-07-04 Remote invocation method and far call device under script drive environment

Publications (2)

Publication Number Publication Date
CN104077139A true CN104077139A (en) 2014-10-01
CN104077139B CN104077139B (en) 2017-11-24

Family

ID=51598410

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410318899.1A Active CN104077139B (en) 2014-07-04 2014-07-04 Remote invocation method and far call device under script drive environment

Country Status (1)

Country Link
CN (1) CN104077139B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107623602A (en) * 2017-10-12 2018-01-23 郑州市景安网络科技股份有限公司 One kind automation investigation method and system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10316292A1 (en) * 2003-04-09 2004-11-11 Siemens Ag Method and arrangement for the performance prediction of an information technology system
CN100357889C (en) * 2006-08-03 2007-12-26 上海科泰世纪科技有限公司 Method for managing long-distance structural components service cycle with class as unit
CN101217449B (en) * 2008-01-09 2011-01-12 金蝶软件(中国)有限公司 A remote call management procedure
CN101442472A (en) * 2008-12-11 2009-05-27 金蝶软件(中国)有限公司 Method and apparatus for combining and responding service request

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107623602A (en) * 2017-10-12 2018-01-23 郑州市景安网络科技股份有限公司 One kind automation investigation method and system
CN107623602B (en) * 2017-10-12 2021-03-26 郑州市景安网络科技股份有限公司 Automatic checking method and system

Also Published As

Publication number Publication date
CN104077139B (en) 2017-11-24

Similar Documents

Publication Publication Date Title
CN103380423B (en) For the system and method for private cloud computing
CN101872305B (en) UI (User Interface) performance and service logic separation method and system
CN106484394B (en) A kind of fast software development system with double engines
CN102789382A (en) System and method for generating and running form
CN103441900A (en) Centralization cross-platform automated testing system and control method thereof
CN104220993A (en) Testing system for an integrated software system
CN202177892U (en) Web UI control customization system
CN104063495A (en) Form extension method and form extension device
US20120198415A1 (en) Unified interface for meta model checking, modifying, and reporting
CN106407092B (en) Interface operation data report and device, interface operation data statistical approach and device
CN102662651A (en) Generation method and generation modules for visual component
CN110442510A (en) A kind of page properties acquisition methods, device and computer equipment, storage medium
CN109977022A (en) Inspection method, device, system and the storage medium of game resource
CN104462612A (en) Method and device for monitoring database information
CN103902256A (en) Interface generating system and method
CN112187933A (en) Method and system for monitoring services in multi-architecture cloud platform
CN108363592A (en) Operation method, device, equipment and the computer readable storage medium of application software
CN103914288B (en) The method for judging control state
CN102222193A (en) Data permission setting device and data permission setting method
CN104077139A (en) Remote calling method and remote calling device in script drive environment
CN114610597A (en) Pressure testing method, device, equipment and storage medium
CN103294480B (en) Mesh row data transformations is the method for data list
US11531674B2 (en) System and method for supporting rollback of changes made to target systems via an integration platform
CN110412947A (en) Industrial equipment control method and its system, storage equipment
US20070005811A1 (en) Computer-implemented method, system, and interface for managing commands for a terminal session

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100094 Haidian District North Road, Beijing, No. 68

Applicant after: Yonyou Network Technology Co., Ltd.

Address before: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Applicant before: UFIDA Software Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant