CN104077225A - Script debugging method and script debugging device both based on JavaScript - Google Patents

Script debugging method and script debugging device both based on JavaScript Download PDF

Info

Publication number
CN104077225A
CN104077225A CN201410318898.7A CN201410318898A CN104077225A CN 104077225 A CN104077225 A CN 104077225A CN 201410318898 A CN201410318898 A CN 201410318898A CN 104077225 A CN104077225 A CN 104077225A
Authority
CN
China
Prior art keywords
script
debugging
centralization
debugged
scripts
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
CN201410318898.7A
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.)
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 CN201410318898.7A priority Critical patent/CN104077225A/en
Publication of CN104077225A publication Critical patent/CN104077225A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a script debugging method based on JavaScript and a script debugging device based on JavaScript, wherein the script debugging method based on JavaScript comprises obtaining all scripts to be debugged, generating centralized scripts according to all the scripts to be debugged, setting the debugging environment of the centralized scripts according to the operating environment of the centralized scripts so that the debugging environment is the same as the operating environment, and debugging the centralized scripts in the debugging environment. The script debugging method based on JavaScript is capable of realizing concentrated management on the scripts so that the debugging information can be recorded conveniently, and meanwhile, the scripts can be debugged in the operating process, and consequently, the production environment is simulated to debug the JavaScript running in the Swing or SWT container in the implementation process of BQ, thereby verifying the correctness of the scripts, and moreover, the implementation efficiency is improved.

Description

Script debugging method based on JavaScript and script debugging device
Technical field
The present invention relates to field of computer technology, in particular to a kind of script debugging method and a kind of script debugging device based on JavaScript based on JavaScript.
Background technology
Along with reaching its maturity of JVM (java virtual machine) technology, the language that can move in JVM is no longer only just java language, therefore, application based on java is no longer also only itself to be made up of java language, multiple programming technique merges the common software issue that solves, and has become the nowadays trend of the times of Software Industry solution.The benefit that the fusion of multiple programming technique brings is considerable, but how can simulate production environment and carry out the stability of software, robustness testing, is also one of challenge of facing of multiple programming technique.Owing to (being the BQ of UFSOFT at BQ, a kind of BO) adopt Java and JavaScript (a kind of client script language) technology to solve the interaction problems of instrument panel parts in performance history, therefore also have in the face of this problem.
In instrument panel Project design process, for submitting the dirigibility of instrument panel parts to, improving product competitiveness and product extensibility, determine to adopt the mutual driver of JavaScript as instrument panel parts.Adopt the benefit of JavaScript raising product flexibility apparent, but problem is also following.How based on SWT (Standard Widget Toolkit, a kind of GUI programming framework of increasing income) or the container of Swing (for developing the kit instrument of java application user interface), is correctness to interaction scripts verified? although the debugging acid of JavaScript has much on the market at present, but the running environment of most of instruments all relies on browser or based on IDE (Integrated Development Environment, Integrated Development Environment) etc., and nearly all debugging acid is all aimed at Web application, the JavaScript program that operates in browser or move based on browser kernel is debugged, how the JavaScript operating in the container based on SWT or Swing is debugged, also there is no solution.
Therefore, how can easily script be debugged, improve simultaneously the dirigibility of script debugging is become to technical matters urgently to be resolved hurrily.
Summary of the invention
The present invention is just based on above-mentioned technical matters, a kind of new script debugging scheme based on JavaScript has been proposed, make it possible to script to manage concentratedly, and then can be convenient to record Debugging message, can make script also can debug in operational process, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container simultaneously, the correctness of checking script, has improved efficiency of the practice.
In view of this, the present invention proposes a kind of script debugging method based on JavaScript, comprising: obtain all scripts to be debugged; Generate centralization script according to described all scripts to be debugged; The debugging enironment of described centralization script is set, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script; Under described debugging enironment, described centralization script is debugged.
In this technical scheme, by generating centralization script according to all scripts to be debugged, make it possible to script to manage concentratedly, and then can be convenient to debug engine and record Debugging message, as current execution stack information, breakpoint location information, object real-time status information etc.And it is identical with running environment by debugging enironment is set, make also can debug script in script operational process, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, the correctness of checking script, has improved efficiency of the practice.
In technique scheme, preferably, the step that generates described centralization script according to described all scripts to be debugged is specially: all scripts to be debugged described in initialization; Read and resolve script template file; Described script template file generated script file according to the described all scripts to be debugged after initialization and after resolving; Compile described script file, to obtain described centralization script.
In technique scheme, preferably, also comprise: generation script actuator, with according to the control to described script actuator, the debugging mode or the non-debugging mode that start described centralization script are controlled.
In this technical scheme, by generation script actuator, so that the debugging mode of centralization script is controlled, make it possible to the actuating logic of script actuator to control, reach the state that not only can debug but also can move.
In technique scheme, preferably, also comprise: in the time that described centralization script is debugged, generate debug tracing interface according to the Debugging message of described centralization script.
In this technical scheme, by generating debug tracing interface, status information, contextual parameter information etc. that can real-time response current stack location component, and then make commissioning staff can check easily, process.
In technique scheme, preferably, described debugging enironment is identical with described running environment to be comprised: identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
According to a further aspect in the invention, also propose a kind of script debugging device based on JavaScript, having comprised: acquiring unit, for obtaining all scripts to be debugged; Generation unit, for generating centralization script according to described all scripts to be debugged; Setting unit, for arranging the debugging enironment of described centralization script, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script; Debugging unit, for debugging described centralization script under described debugging enironment.
In this technical scheme, by generating centralization script according to all scripts to be debugged, make it possible to script to manage concentratedly, and then can be convenient to debug engine and record Debugging message, as current execution stack information, breakpoint location information, object real-time status information etc.And it is identical with running environment by debugging enironment is set, make also can debug script in script operational process, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, the correctness of checking script, has improved efficiency of the practice.
In technique scheme, preferably, described generation unit comprises: initialization unit, for all scripts to be debugged described in initialization; Processing unit, for reading and resolve script template file, and according to the described script template file generated script file after the described all scripts to be debugged after initialization and parsing; Compilation unit, for compiling described script file, to obtain described centralization script.
In technique scheme, preferably, described generation unit, also for generation script actuator, with according to the control to described script actuator, is controlled the debugging mode or the non-debugging mode that start described centralization script.
In this technical scheme, by generation script actuator, so that the debugging mode of centralization script is controlled, make it possible to the actuating logic of script actuator to control, reach the state that not only can debug but also can move.
In technique scheme, preferably, described generation unit also for: in the time that described debugging unit is debugged described centralization script, generate debug tracing interface according to the Debugging message of described centralization script.
In this technical scheme, by generating debug tracing interface, status information, contextual parameter information etc. that can real-time response current stack location component, and then make commissioning staff can check easily, process.
In technique scheme, preferably, described debugging enironment is identical with described running environment to be comprised: identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
By above technical scheme, make it possible to script to manage concentratedly, and then can be convenient to record Debugging message, can make script also can debug in operational process simultaneously, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, and the correctness of checking script, has improved efficiency of the practice.
Brief description of the drawings
Fig. 1 shows the schematic flow diagram of the script debugging method based on JavaScript according to an embodiment of the invention;
Fig. 2 shows the schematic block diagram of the script debugging device based on JavaScript according to an embodiment of the invention;
Fig. 3 shows the process schematic diagram that creates according to an embodiment of the invention instrument panel parts in BQ;
Fig. 4 shows the schematic flow diagram that solves according to an embodiment of the invention the problem occurring shown in Fig. 3 in the process of establishment instrument panel parts;
Fig. 5 shows the processing flow chart of script centralized management 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. 1 shows the schematic flow diagram of the script debugging method based on JavaScript according to an embodiment of the invention.
As shown in Figure 1, the script debugging method based on JavaScript according to an embodiment of the invention, comprising: step 102, obtain all scripts to be debugged; Step 104, generates centralization script according to described all scripts to be debugged; Step 106, arranges the debugging enironment of described centralization script, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script; Step 108 is debugged described centralization script under described debugging enironment.
In this technical scheme, by generating centralization script according to all scripts to be debugged, make it possible to script to manage concentratedly, and then can be convenient to debug engine and record Debugging message, as current execution stack information, breakpoint location information, object real-time status information etc.And it is identical with running environment by debugging enironment is set, make also can debug script in script operational process, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, the correctness of checking script, has improved efficiency of the practice.
In technique scheme, preferably, the step that generates described centralization script according to described all scripts to be debugged is specially: all scripts to be debugged described in initialization; Read and resolve script template file; Described script template file generated script file according to the described all scripts to be debugged after initialization and after resolving; Compile described script file, to obtain described centralization script.
In technique scheme, preferably, also comprise: generation script actuator, with according to the control to described script actuator, the debugging mode or the non-debugging mode that start described centralization script are controlled.
In this technical scheme, by generation script actuator, so that the debugging mode of centralization script is controlled, make it possible to the actuating logic of script actuator to control, reach the state that not only can debug but also can move.
In technique scheme, preferably, also comprise: in the time that described centralization script is debugged, generate debug tracing interface according to the Debugging message of described centralization script.
In this technical scheme, by generating debug tracing interface, status information, contextual parameter information etc. that can real-time response current stack location component, and then make commissioning staff can check easily, process.
In technique scheme, preferably, described debugging enironment is identical with described running environment to be comprised: identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
Fig. 2 shows the schematic block diagram of the script debugging device based on JavaScript according to an embodiment of the invention.
As shown in Figure 2, the script debugging device 200 based on JavaScript according to an embodiment of the invention, comprising: acquiring unit 202, for obtaining all scripts to be debugged; Generation unit 204, for generating centralization script according to described all scripts to be debugged; Setting unit 206, for arranging the debugging enironment of described centralization script, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script; Debugging unit 208, for debugging described centralization script under described debugging enironment.
In this technical scheme, by generating centralization script according to all scripts to be debugged, make it possible to script to manage concentratedly, and then can be convenient to debug engine and record Debugging message, as current execution stack information, breakpoint location information, object real-time status information etc.And it is identical with running environment by debugging enironment is set, make also can debug script in script operational process, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, the correctness of checking script, has improved efficiency of the practice.
In technique scheme, preferably, described generation unit 204 comprises: initialization unit 2042, for all scripts to be debugged described in initialization; Processing unit 2044, for reading and resolve script template file, and according to the described script template file generated script file after the described all scripts to be debugged after initialization and parsing; Compilation unit 2046, for compiling described script file, to obtain described centralization script.
In technique scheme, preferably, described generation unit 204, also for generation script actuator, with according to the control to described script actuator, is controlled the debugging mode or the non-debugging mode that start described centralization script.
In this technical scheme, by generation script actuator, so that the debugging mode of centralization script is controlled, make it possible to the actuating logic of script actuator to control, reach the state that not only can debug but also can move.
In technique scheme, preferably, described generation unit 204 also for: in the time that described debugging unit is debugged described centralization script, generate debug tracing interface according to the Debugging message of described centralization script.
In this technical scheme, by generating debug tracing interface, status information, contextual parameter information etc. that can real-time response current stack location component, and then make commissioning staff can check easily, process.
In technique scheme, preferably, described debugging enironment is identical with described running environment to be comprised: identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
Describe technical scheme of the present invention in detail below in conjunction with Fig. 3 to Fig. 4.
Fig. 3 shows the process schematic diagram that creates according to an embodiment of the invention instrument panel parts in BQ.
As shown in Figure 3, in BQ, create according to an embodiment of the invention the process of instrument panel parts, comprising:
Step 302, creates an instrument panel.
Particularly, open instrument panel functional node, create instrument panel, open instrument panel designer, according to Demand Design instrument panel, write parts interaction scripts in instrument panel for business.As: for certain group company, need to exercise supervision to the annual management state of enterprise, therefore can design an instrument panel and come to carry out clear understanding enterprise management condition by various figures, report component.In instrument panel, user wishes, in the time selecting different times and area, to show corresponding time and regional situation of Profit (histogram or miscellaneous part).Illustrate: mutual between time, area and histogram, needs JavaScript script to drive.
Step 304, for above-mentioned business, writes driving script.
Specifically, in above-mentioned business, time, area can be shown by tree type parts or drop-down list parts, histogram is shown by the statistical graph parts in BQ platform, therefore, will form the interlock between tree type parts or drop-down parts and statistical graph, in the linkage process of parts, demand may also will require some attributes, the behavior of parts to control, like this, when common mutual setting operation, can not satisfy the demands, therefore, script type of drive more flexibly need to be provided, realize the interlock between parts.
Step 306, preview instrument panel, verifies result.
Particularly, in BQ implementation process, the most of the time all spends in the checking of form, figure etc.If same instrumentation plate, also will spend the most of the time to verify (BI implementation process steps necessary) to instrument panel.The preview of instrument panel is the simulation to true production environment, therefore,, in the process of preview, we can be by the debugging button on status bar, be open at the function of (when operation) debugging JavaScript in Swing container, the correctness of interaction scripts behavior is tested.
Step 308, script debugging provides single step to carry out, directly carries out the functions such as breakpoint location, and script debugging is simultaneously supported in the attribute information of run-time check parts, the correctness of verification component behavior.
Fig. 4 shows the schematic flow diagram that solves according to an embodiment of the invention the problem occurring shown in Fig. 3 in the process of establishment instrument panel parts.
As shown in Figure 4, solving the problem occurring shown in Fig. 3 in the process of establishment instrument panel parts mainly comprises the following steps:
Step 402, the centralized management of script.
If desired script is debugged, need to be managed concentratedly script, so that debug engine records Debugging message (current execution stack information, breakpoint location information, object real-time status information etc.).Therefore in the time that moving, instrument panel in initialized process, by the prefabricated script model of instrument panel, drive script to generate centralization script for debug engine scheduling dynamic collection parts.Particularly, as shown in Figure 5, comprising: step 502, initialization context; Step 504, initialization event manager; Step 506, initializtion script engine; Step 508, reads script template file; Step 510, resolves memory model generation script file; Step 512, registration during to operation; Step 514, generation script file and compiling.
Step 404, the consistency problem while solving debugging mode operation and when production environment moves.
Be specially, for debugging and operation time provide unified runtime environment, comprise: identical context,, task manager, event scheduling mechanism and environmental variance information etc.A script actuator is provided simultaneously, and script actuator arranges a switch, comes Start-up and Adjustment state or non-debugging mode.According to the execution engine of debug switch control script actuator and carry out flow process, carry out different logics, reach the state that not only can debug but also can move.
Step 406, solves the problem of variable tracks in debug process, stack information displaying.
Particularly, design the debug tracing interface consistent with Debugging message behavior, status information, the contextual parameter information etc. of real-time response current stack location component.
More than be described with reference to the accompanying drawings technical scheme of the present invention, make it possible to script to manage concentratedly, and then can be convenient to record Debugging message, can make script also can debug in operational process simultaneously, and then make in the implementation process of BQ, simulation production environment is debugged the JavaScript operating in Swing or SWT container, and the correctness of checking script, has improved efficiency of the practice.
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 script debugging method based on JavaScript, is characterized in that, comprising:
Obtain all scripts to be debugged;
Generate centralization script according to described all scripts to be debugged;
The debugging enironment of described centralization script is set, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script;
Under described debugging enironment, described centralization script is debugged.
2. the script debugging method based on JavaScript according to claim 1, is characterized in that, the step that generates described centralization script according to described all scripts to be debugged is specially:
All scripts to be debugged described in initialization;
Read and resolve script template file;
Described script template file generated script file according to the described all scripts to be debugged after initialization and after resolving;
Compile described script file, to obtain described centralization script.
3. the script debugging method based on JavaScript according to claim 1, is characterized in that, also comprises:
Generation script actuator, with according to the control to described script actuator, controls the debugging mode or the non-debugging mode that start described centralization script.
4. the script debugging method based on JavaScript according to claim 1, is characterized in that, also comprises:
In the time that described centralization script is debugged, generate debug tracing interface according to the Debugging message of described centralization script.
5. according to the script debugging method based on JavaScript described in any one in claim 1 to 4, it is characterized in that, described debugging enironment is identical with described running environment to be comprised:
Identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
6. the script debugging device based on JavaScript, is characterized in that, comprising:
Acquiring unit, for obtaining all scripts to be debugged;
Generation unit, for generating centralization script according to described all scripts to be debugged;
Setting unit, for arranging the debugging enironment of described centralization script, so that described debugging enironment is identical with described running environment according to the running environment of described centralization script;
Debugging unit, for debugging described centralization script under described debugging enironment.
7. the script debugging device based on JavaScript according to claim 6, is characterized in that, described generation unit comprises:
Initialization unit, for all scripts to be debugged described in initialization;
Processing unit, for reading and resolve script template file, and according to the described script template file generated script file after the described all scripts to be debugged after initialization and parsing;
Compilation unit, for compiling described script file, to obtain described centralization script.
8. the script debugging device based on JavaScript according to claim 6, is characterized in that, described generation unit also for:
Generation script actuator, with according to the control to described script actuator, controls the debugging mode or the non-debugging mode that start described centralization script.
9. the script debugging device based on JavaScript according to claim 6, is characterized in that, described generation unit also for:
In the time that described debugging unit is debugged described centralization script, generate debug tracing interface according to the Debugging message of described centralization script.
10. according to the script debugging device based on JavaScript described in any one in claim 6 to 9, it is characterized in that, described debugging enironment is identical with described running environment to be comprised:
Identical context, similar events manager, identical event scheduling mechanism, identical environmental variance information.
CN201410318898.7A 2014-07-04 2014-07-04 Script debugging method and script debugging device both based on JavaScript Pending CN104077225A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410318898.7A CN104077225A (en) 2014-07-04 2014-07-04 Script debugging method and script debugging device both based on JavaScript

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410318898.7A CN104077225A (en) 2014-07-04 2014-07-04 Script debugging method and script debugging device both based on JavaScript

Publications (1)

Publication Number Publication Date
CN104077225A true CN104077225A (en) 2014-10-01

Family

ID=51598493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410318898.7A Pending CN104077225A (en) 2014-07-04 2014-07-04 Script debugging method and script debugging device both based on JavaScript

Country Status (1)

Country Link
CN (1) CN104077225A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598830A (en) * 2015-10-16 2017-04-26 阿里巴巴集团控股有限公司 Mobile terminal webpage script debugging method and system
CN107038112A (en) * 2016-10-13 2017-08-11 腾讯科技(北京)有限公司 The adjustment method and device of application interface
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN109783342A (en) * 2017-11-10 2019-05-21 华为技术有限公司 Script debugging method, equipment and computer storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598830A (en) * 2015-10-16 2017-04-26 阿里巴巴集团控股有限公司 Mobile terminal webpage script debugging method and system
CN106598830B (en) * 2015-10-16 2019-06-07 阿里巴巴集团控股有限公司 The page script adjustment method and system of mobile terminal
CN107038112A (en) * 2016-10-13 2017-08-11 腾讯科技(北京)有限公司 The adjustment method and device of application interface
CN109783342A (en) * 2017-11-10 2019-05-21 华为技术有限公司 Script debugging method, equipment and computer storage medium
CN109783342B (en) * 2017-11-10 2022-03-29 华为技术有限公司 Script debugging method and device and computer storage medium
US11360879B2 (en) 2017-11-10 2022-06-14 Huawei Technologies Co., Ltd. Script debugging method, device, and computer storage medium
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN108647028B (en) * 2018-05-09 2024-02-09 广州腾讯科技有限公司 Application information processing method and device

Similar Documents

Publication Publication Date Title
CN110851356B (en) Selenium-based Web application automatic test framework and construction method and system thereof
CN107562626B (en) Method for realizing Web automatic test by encapsulating Selenium and Sikuli
Leotta et al. Approaches and tools for automated end-to-end web testing
US9754059B2 (en) Graphical design verification environment generator
CN106021103B (en) A kind of mobile application test script automatic maintenance method based on code change
Mayerhofer et al. A runtime model for fUML
US20120116561A1 (en) Program testing apparatus, method of testing a program, and program testing program
US20100115496A1 (en) Filter generation for load testing managed environments
Hansson et al. Effects on performance and usability for cross-platform application development using React Native
Laukkanen Data-driven and keyword-driven test automation frameworks
US20060129880A1 (en) Method and system for injecting faults into a software application
US20140214396A1 (en) Specification properties creation for a visual model of a system
US20050229161A1 (en) Generic user interface testing framework with load-time libraries
CN104077225A (en) Script debugging method and script debugging device both based on JavaScript
CN115658529A (en) Automatic testing method for user page and related equipment
US20050228644A1 (en) Generic user interface testing framework with rules-based wizard
Sayagh et al. What should your run-time configuration framework do to help developers?
Hovy et al. Towards automatic and flexible unit test generation for legacy hpc code
KR20150066377A (en) Simulation framework system based on DEVS and simulation method using the same
CN111382065B (en) Verification flow management system and method based on test template
Bowen et al. UI-design driven model-based testing
US10579761B1 (en) Method and system for reconstructing a graph presentation of a previously executed verification test
US20130097584A1 (en) Mapping software modules to source code
Belli et al. Advances in model-based testing of graphical user interfaces
Gönczy et al. Methodologies for model-driven development and deployment: An overview

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

Application publication date: 20141001

RJ01 Rejection of invention patent application after publication