CN104298495A - Program development method and system based on scripting language - Google Patents

Program development method and system based on scripting language Download PDF

Info

Publication number
CN104298495A
CN104298495A CN201310306088.5A CN201310306088A CN104298495A CN 104298495 A CN104298495 A CN 104298495A CN 201310306088 A CN201310306088 A CN 201310306088A CN 104298495 A CN104298495 A CN 104298495A
Authority
CN
China
Prior art keywords
script
logical code
instruction
viewing area
mark
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
CN201310306088.5A
Other languages
Chinese (zh)
Other versions
CN104298495B (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.)
Ningbo Act Technologies Co ltd
Original Assignee
Qiao Hong Cnc Technology (shanghai) 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 Qiao Hong Cnc Technology (shanghai) Co Ltd filed Critical Qiao Hong Cnc Technology (shanghai) Co Ltd
Priority to CN201310306088.5A priority Critical patent/CN104298495B/en
Publication of CN104298495A publication Critical patent/CN104298495A/en
Application granted granted Critical
Publication of CN104298495B publication Critical patent/CN104298495B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a program development method and system based on a scripting language. The method comprises the steps of obtaining the scripting language input by a user, obtaining elements contained in the scripting language by analysis, determining display attributes of the elements and displaying the elements on a graphic display interface according to the display attributes. By the adoption of the method or system, the logical relationship of the scripting language can be displayed by the graphic interface, the amended scripting language can be stored without need of compiling the scripting language, and therefore the program development efficiency of program developers is improved.

Description

A kind of program developing method based on script and system
Technical field
The present invention relates to field of software development, particularly relate to a kind of program developing method based on script and system.
Background technology
Along with the raising of computer speed and the Rapid Variable Design of user's application programs demand, script becomes more and more important.Because script can develop application program faster than system language.Computing platform since nineteen sixty uses above-mentioned two kinds of programming languages mostly simultaneously.These language use simultaneously under a component framework.Assembly is write by system language, then is sticked together with script.
Nowadays the application of script is more and more extensive.A lot of application is completely by scripting language.Based on the program developing method of script in prior art, when the complicacy of program improves, the readability of script can decline.
In order to solve the problem, in prior art, have developed again patterned script development approach.In the method, the compiled code that different graphical interfaces is corresponding different, object icon (as symbols such as computing in engineering, function, controls) only need be formed FB(flow block) with line by user, the programing works such as the data acquisition needed for program, analysis, process, display and control can be completed, improve the efficiency of software development.
But patterned script development approach of the prior art, is instruction after compiling because object icon is directly corresponding, namely for the instruction of machine recognition, because readability is poor, causes application developer to be difficult to understand the logical relation of code.Further, when modifying to patterned script, all need to re-execute compilation operations at every turn, could verify that whether amended program is correct according to the instruction after compiling, have impact on the time that application developer develops program.
Summary of the invention
The object of this invention is to provide a kind of program developing method based on script and system, the logical relation of patterned interface display script can be adopted, and without the need to compiling script, amended script can be preserved, thus improve the efficiency that application developer develops program.
For achieving the above object, the invention provides following scheme:
Based on a program developing method for script, described method comprises:
Obtain the script of user's input;
Resolve the element obtaining comprising in described script;
Determine the display properties of each element;
According to described display properties, each element is shown at graphic display interface.
Optionally, the described display properties determining each element, comprising:
Judge whether this element is nested element, obtains the first judged result;
When described first judged result is for being, obtain the viewing area of the parent element of this element;
First area in described viewing area is defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
Optionally, described parsing obtains the element comprised in described script, comprising:
According to default separation mark, described script is divided into many instructions;
Described many instructions are mated with the element identifier in database respectively, obtains multiple element.
Optionally, described method also comprises:
Judge whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
When described second judged result is for being, logical code corresponding for described instruction is packaged into new element.
Optionally, described method also comprises:
Obtain the logical code storehouse mark of each instruction in described many instructions;
The logical code storehouse of described many instructions mark is mated with the mark in the logical code storehouse of presetting respectively;
Determine the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
Based on a program development system for script, described system comprises:
Script acquisition module, for obtaining the script of user's input;
Element parsing module, for resolving the element obtaining comprising in described script;
Display properties determination module, for determining the display properties of each element;
Display module, for showing each element at graphic display interface according to described display properties.
Optionally, described display properties determination module, comprising:
First judging unit, for judging whether this element is nested element, obtains the first judged result;
Viewing area acquiring unit, for when described first judged result is for being, obtains the viewing area of the parent element of this element;
Viewing area determining unit, for the first area in described viewing area being defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
Optionally, described element parsing module, comprising:
Instruction division unit, for being divided into many instructions according to presetting to separate to identify by described script;
Instructions match unit, for described many instructions being mated with the element identifier in database respectively, obtains multiple element.
Optionally, described system also comprises:
Second judge module, for judging whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
Component encapsulation module, for when described second judged result is for being, is packaged into new element by logical code corresponding for described instruction.
Optionally, described system also comprises:
Logical code storehouse identifier acquisition module, for obtaining the logical code storehouse mark of each instruction in described many instructions;
Marking matched module, for mating the logical code storehouse of described many instructions mark with the mark in the logical code storehouse of presetting respectively;
Logical code determination module, for determining the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
According to specific embodiment provided by the invention, the invention discloses following technique effect:
In program developing method based on script of the present invention or system, because script is a kind of indicative language, parsing for script can be performed by resolver, namely not will user input script compile, just can preserve the amended script of user.Compared with prior art, this method or system generate patterned interface according to the script of user's input, instead of picture in the prior art, and user can only operate on graphical interfaces, and directly cannot revise script.Therefore, the program developing method based on script of the present embodiment, can adopt the logical relation of patterned interface display script, and without the need to compiling script, amended script can be preserved, thus improve the efficiency that application developer develops program.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the process flow diagram of the program developing method embodiment 1 based on script of the present invention;
Fig. 2 is the process flow diagram of the program developing method embodiment 2 based on script of the present invention;
Fig. 3 is the process flow diagram of the program developing method embodiment 3 based on script of the present invention;
Fig. 4 is the structural drawing of the program development system embodiment based on script of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
For enabling above-mentioned purpose of the present invention, feature and advantage become apparent more, and below in conjunction with the drawings and specific embodiments, the present invention is further detailed explanation.
Fig. 1 is the process flow diagram of the program developing method embodiment 1 based on script of the present invention.As shown in Figure 1, the method can comprise:
Step 101: the script obtaining user's input;
User can input script by the mode of text or figure.
Step 102: resolve the element obtaining comprising in described script;
In the present embodiment, user does not need script instruction complete one by one.In the present embodiment, logical code storehouse can be pre-set.In logical code storehouse, conventional logical code can be preserved in advance, and should from different scripts and elements relative by it.Element in the present embodiment refers to each assembly can seen on display interface.
For example, suppose to need input one section of script instruction, its effect creates a button in a program.And in logical code storehouse, the script that corresponding logical code is corresponding is " button ", so user just need not input the large section script creating button, as long as input " button " in script.
Concrete, resolve the element obtaining comprising in described script, can comprise:
Steps A: described script is divided into many instructions according to default separation mark;
Preset separate mark can self-defining according to demand, can be such as the symbols such as comma, branch, space.Can separate by splitting mark between every bar instruction and adjacent instruction.
Step B: described many instructions are mated with the element identifier in database respectively, obtains multiple element.
In the present embodiment, different instructions can be shown with different elements.Such as, the instruction creating button can be represented with the rectangle frame with " button " character.
Step 103: the display properties determining each element;
Can comprise determine each element outward appearance, position, size, color, font, observability, path, character string and cursor attribute etc.
Step 104: each element is shown at graphic display interface according to described display properties.
In the present embodiment, can also comprise the instruction according to user's input, match user wishes the step of the logical code inputted.Because in the present embodiment, be provided with logical code storehouse, the instruction that the logical code of difference in functionality is corresponding different.Described instruction can be the instruction simplified, and does not namely need to input complete script, only needs to input instruction corresponding to this logical code.
According to the instruction of user's input, match user wishes that the concrete steps of the logical code inputted can comprise:
Obtain the logical code storehouse mark of each instruction in described many instructions;
The logical code storehouse of described many instructions mark is mated with the mark in the logical code storehouse of presetting respectively;
Determine the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
In the present embodiment, because script is a kind of indicative language, the parsing for script can be performed by resolver, namely not will user input script compile, just can preserve the amended script of user.Compared with prior art, this method generates patterned interface according to the script of user's input, instead of picture in the prior art, and user can only operate on graphical interfaces, and directly cannot revise script.Therefore, the program developing method based on script of the present embodiment, can adopt the logical relation of patterned interface display script, and without the need to compiling script, amended script can be preserved, thus improve the efficiency that application developer develops program.
In practical application, when there is nest relation between logical code, when carrying out graphical interfaces shows, usually there is the problem of mutually blocking between mutually nested figure, causing the program embedded to be capped, invisible.For solving the problem, the invention provides the following examples.
Fig. 2 is the process flow diagram of the program developing method embodiment 2 based on script of the present invention.As shown in Figure 2, the method can comprise:
Step 201: the script obtaining user's input;
Step 202: resolve the element obtaining comprising in described script;
Step 203: judge whether this element is nested element, obtains the first judged result;
The logical code that nested element is corresponding can have class mark.If such mark represents that corresponding logical code is the subclass of another logical code, then this element is nested element.
Step 204: when described first judged result is for being, obtain the viewing area of the parent element of this element; First area in described viewing area is defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
In step 204, can in the viewing area of the parent element of this element, for this element distributes a first area.This first area is arranged in the viewing area of described parent element, is namely nested in the viewing area of described parent element.
Step 205: show this element in described first area.
In the present embodiment, by by the nested display in the viewing area of parent element of subclass element, can clearly of a sort element be shown on graphical interfaces, from but user be easier to understand adopt this method exploitation program.
In practical application, when not having user to need the logical code used in logical code storehouse, present invention also offers another embodiment, to solve the problem.
Fig. 3 is the process flow diagram of the program developing method embodiment 3 based on script of the present invention.As shown in Figure 3, the method can comprise:
Step 301: the script obtaining user's input;
Step 302: described script is divided into many instructions according to default separation mark;
Step 303: described many instructions are mated with the element identifier in database respectively, obtains multiple element.
Step 304: judge whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
When logical code corresponding to this instruction does not exist in the logical code storehouse of presetting, then can call outside logical code.
External logic code can be that user writes voluntarily, also can be to pre-set in other database.
Step 305: when described second judged result is for being, logical code corresponding for described instruction is packaged into new element.
Element title after the name of this logical code can be adopted to be referred to as encapsulation, also can using n field before this logical code as the element title after encapsulation.For the external logic code called, the figure different from the element in local logical code storehouse can be adopted to encapsulate.Such as, suppose that the element in local logical code storehouse adopts rectangle frame encapsulation, so, for the external logic code called, oval frame just can be adopted to encapsulate.
Step 306: at the described new element of graphic display interface display.
In the present embodiment, by judging whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; When described second judged result is for being, logical code corresponding for described instruction is packaged into new element, thus calling outside logical code can be realized.In addition, by logical code corresponding for described instruction is packaged into new element, the element in external logic code and local logical code storehouse can also be distinguished, make the easier update routine of user.
The invention also discloses a kind of program development system based on script.Fig. 4 is the structural drawing of the program development system embodiment based on script of the present invention.As shown in Figure 4, described system can comprise:
Script acquisition module 401, for obtaining the script of user's input;
Element parsing module 402, for resolving the element obtaining comprising in described script;
Display properties determination module 403, for determining the display properties of each element;
Display module 404, for showing each element at graphic display interface according to described display properties.
Wherein, described display properties determination module 403, can comprise:
First judging unit, for judging whether this element is nested element, obtains the first judged result;
Viewing area acquiring unit, for when described first judged result is for being, obtains the viewing area of the parent element of this element;
Viewing area determining unit, for the first area in described viewing area being defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
Described element parsing module 402, can comprise:
Instruction division unit, for being divided into many instructions according to presetting to separate to identify by described script;
Instructions match unit, for described many instructions being mated with the element identifier in database respectively, obtains multiple element.
Described system can also comprise:
Second judge module, for judging whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
Component encapsulation module, for when described second judged result is for being, is packaged into new element by logical code corresponding for described instruction.
Described system can also comprise:
Logical code storehouse identifier acquisition module, for obtaining the logical code storehouse mark of each instruction in described many instructions;
Marking matched module, for mating the logical code storehouse of described many instructions mark with the mark in the logical code storehouse of presetting respectively;
Logical code determination module, for determining the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
In the present embodiment, because script is a kind of indicative language, the parsing for script can be performed by resolver, namely not will user input script compile, just can preserve the amended script of user.Compared with prior art, native system generates patterned interface according to the script of user's input, instead of picture in the prior art, and user can only operate on graphical interfaces, and directly cannot revise script.Therefore, the program developing method based on script of the present embodiment, can adopt the logical relation of patterned interface display script, and without the need to compiling script, amended script can be preserved, thus improve the efficiency that application developer develops program.
In this instructions, each embodiment adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar portion mutually see.For system disclosed in embodiment, because it corresponds to the method disclosed in Example, so description is fairly simple, relevant part illustrates see method part.
Apply specific case herein to set forth principle of the present invention and embodiment, the explanation of above embodiment just understands method of the present invention and core concept thereof for helping; Meanwhile, for one of ordinary skill in the art, according to thought of the present invention, all will change in specific embodiments and applications.In sum, this description should not be construed as limitation of the present invention.

Claims (10)

1. based on a program developing method for script, it is characterized in that, described method comprises:
Obtain the script of user's input;
Resolve the element obtaining comprising in described script;
Determine the display properties of each element;
According to described display properties, each element is shown at graphic display interface.
2. method according to claim 1, is characterized in that, the described display properties determining each element, comprising:
Judge whether this element is nested element, obtains the first judged result;
When described first judged result is for being, obtain the viewing area of the parent element of this element;
First area in described viewing area is defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
3. method according to claim 1, is characterized in that, described parsing obtains the element comprised in described script, comprising:
According to default separation mark, described script is divided into many instructions;
Described many instructions are mated with the element identifier in database respectively, obtains multiple element.
4. method according to claim 3, is characterized in that, described method also comprises:
Judge whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
When described second judged result is for being, logical code corresponding for described instruction is packaged into new element.
5. method according to claim 3, is characterized in that, described method also comprises:
Obtain the logical code storehouse mark of each instruction in described many instructions;
The logical code storehouse of described many instructions mark is mated with the mark in the logical code storehouse of presetting respectively;
Determine the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
6. based on a program development system for script, it is characterized in that, described system comprises:
Script acquisition module, for obtaining the script of user's input;
Element parsing module, for resolving the element obtaining comprising in described script;
Display properties determination module, for determining the display properties of each element;
Display module, for showing each element at graphic display interface according to described display properties.
7. system according to claim 6, is characterized in that, described display properties determination module, comprising:
First judging unit, for judging whether this element is nested element, obtains the first judged result;
Viewing area acquiring unit, for when described first judged result is for being, obtains the viewing area of the parent element of this element;
Viewing area determining unit, for the first area in described viewing area being defined as the viewing area of this element, described first area comprise by the viewing area of the parent element of this element.
8. system according to claim 6, is characterized in that, described element parsing module, comprising:
Instruction division unit, for being divided into many instructions according to presetting to separate to identify by described script;
Instructions match unit, for described many instructions being mated with the element identifier in database respectively, obtains multiple element.
9. system according to claim 8, is characterized in that, described system also comprises:
Second judge module, for judging whether the instruction after dividing comprises external logic code call mark, obtains the second judged result; The logical code that described external logic code call identifies this instruction of expression corresponding does not exist in the logical code storehouse of presetting;
Component encapsulation module, for when described second judged result is for being, is packaged into new element by logical code corresponding for described instruction.
10. system according to claim 8, is characterized in that, described system also comprises:
Logical code storehouse identifier acquisition module, for obtaining the logical code storehouse mark of each instruction in described many instructions;
Marking matched module, for mating the logical code storehouse of described many instructions mark with the mark in the logical code storehouse of presetting respectively;
Logical code determination module, for determining the logical code that every bar instruction is corresponding, to call when follow-up operation program and to perform described logical code.
CN201310306088.5A 2013-07-19 2013-07-19 A kind of program developing method and system based on script Active CN104298495B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310306088.5A CN104298495B (en) 2013-07-19 2013-07-19 A kind of program developing method and system based on script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310306088.5A CN104298495B (en) 2013-07-19 2013-07-19 A kind of program developing method and system based on script

Publications (2)

Publication Number Publication Date
CN104298495A true CN104298495A (en) 2015-01-21
CN104298495B CN104298495B (en) 2018-07-20

Family

ID=52318239

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310306088.5A Active CN104298495B (en) 2013-07-19 2013-07-19 A kind of program developing method and system based on script

Country Status (1)

Country Link
CN (1) CN104298495B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105988801A (en) * 2015-02-13 2016-10-05 腾讯科技(深圳)有限公司 Method and device for displaying annotation information
CN108710489A (en) * 2018-05-23 2018-10-26 中国平安人寿保险股份有限公司 Automate derivative scenario generation method, device, computer equipment
CN109597618A (en) * 2018-10-23 2019-04-09 深圳微迅信息科技有限公司 Program developing method, device, computer equipment and storage medium
CN110096259A (en) * 2019-03-15 2019-08-06 佛山青藤信息科技有限公司 A kind of Web page surface element localization method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887370A (en) * 2010-07-23 2010-11-17 北京数码大方科技有限公司 Method and device for creating system user interface
CN102103491A (en) * 2009-12-18 2011-06-22 Tcl集团股份有限公司 System and method for generating interface
CN102214090A (en) * 2010-04-09 2011-10-12 腾讯科技(深圳)有限公司 Method and device for creating session window
CN102790727A (en) * 2011-05-19 2012-11-21 腾讯科技(深圳)有限公司 Method and system for dynamically pushing personal labels of users

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102103491A (en) * 2009-12-18 2011-06-22 Tcl集团股份有限公司 System and method for generating interface
CN102214090A (en) * 2010-04-09 2011-10-12 腾讯科技(深圳)有限公司 Method and device for creating session window
CN101887370A (en) * 2010-07-23 2010-11-17 北京数码大方科技有限公司 Method and device for creating system user interface
CN102790727A (en) * 2011-05-19 2012-11-21 腾讯科技(深圳)有限公司 Method and system for dynamically pushing personal labels of users

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105988801A (en) * 2015-02-13 2016-10-05 腾讯科技(深圳)有限公司 Method and device for displaying annotation information
CN108710489A (en) * 2018-05-23 2018-10-26 中国平安人寿保险股份有限公司 Automate derivative scenario generation method, device, computer equipment
CN109597618A (en) * 2018-10-23 2019-04-09 深圳微迅信息科技有限公司 Program developing method, device, computer equipment and storage medium
CN110096259A (en) * 2019-03-15 2019-08-06 佛山青藤信息科技有限公司 A kind of Web page surface element localization method and system

Also Published As

Publication number Publication date
CN104298495B (en) 2018-07-20

Similar Documents

Publication Publication Date Title
KR101416089B1 (en) An integrated platform for authoring web applications and the authoring method thereof
US20170286068A1 (en) Development support system
US9317257B2 (en) Folded views in development environment
US11403118B2 (en) Enhanced target selection for robotic process automation
KR101416104B1 (en) A dynamic loading apparatus and method of java script code performing native functions of hybrid web applications
CN104298495A (en) Program development method and system based on scripting language
US20110072371A1 (en) Application programming interface for user interface creation
CN102693238B (en) Widget application process, system and multimedia terminal
Chowdhury Mastering Visual Studio 2017
CN105930166A (en) Method based on WEB interface pop-up layers
KR101416096B1 (en) A highly compatible plug-in system for developing hybrid web applications
CN116909553A (en) Page online development and local compiling operation system
CN104267954A (en) Generation method and device for units included in user interface
KR100694088B1 (en) A method of generating a component based on XML for user interface
US10222944B1 (en) Embedding user interface elements in documents containing code
CN104951314A (en) Dialog box display method and system
JP5657183B2 (en) Method and apparatus for enabling a first computer program to execute application logic of a second computer program, for interfacing the first computer program and the second computer program And apparatus for generating computer program code for the same, a computer program, and a software interface for enabling a first computer program to execute application logic of a second computer program For providing information (computer program interface)
KR101456507B1 (en) An authoring apparatus for applying n-screen to web application ui and the method for the same
CN105653270A (en) Development method of mobile phone client side application program
CN112199097B (en) Installation package generation method, installation package generation device, computer equipment and storage medium
CN109656556B (en) Method and device for generating self-adaptive page
Chopra et al. Flutter and Dart: Up and Running: Build native apps for both iOS and Android using a single codebase (English Edition)
Coppola et al. Mobile-IDM: A design method for modeling the new interaction style of mobile applications
CN104899012A (en) Apparatus and method for extending script-based application program
CN113485775A (en) Step bar assembly implementation method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220623

Address after: 315899 No. 88, Dagang fifth road, Beilun District, Ningbo City, Zhejiang Province

Patentee after: NINGBO ACT TECHNOLOGIES Co.,Ltd.

Address before: 201206 plant 1, No. 108, Lane 1726, Jiangdong Road, Pudong New Area, Shanghai

Patentee before: QIAOHONG NUMERICAL CONTROL SCIENCE & TECHNOLOGY (SHANGHAI) Co.,Ltd.

TR01 Transfer of patent right