CN104133676A - Function execution method and function execution device based on scripts - Google Patents

Function execution method and function execution device based on scripts Download PDF

Info

Publication number
CN104133676A
CN104133676A CN201410345911.8A CN201410345911A CN104133676A CN 104133676 A CN104133676 A CN 104133676A CN 201410345911 A CN201410345911 A CN 201410345911A CN 104133676 A CN104133676 A CN 104133676A
Authority
CN
China
Prior art keywords
script
functional interface
operating system
source code
script file
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
CN201410345911.8A
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.)
Zhuhai Juntian Electronic Technology Co Ltd
Original Assignee
Zhuhai Juntian Electronic Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Juntian Electronic Technology Co Ltd filed Critical Zhuhai Juntian Electronic Technology Co Ltd
Priority to CN201410345911.8A priority Critical patent/CN104133676A/en
Publication of CN104133676A publication Critical patent/CN104133676A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a function execution method based on scripts. The method comprises the following steps that: a functional interface of an operating system is encapsulated; a corresponding script engine is built on the basis of the encapsulated functional interface; and when the functional interface of the operating system needs to be called, a corresponding script file is executed through the script engine for calling the corresponding functional interface. The embodiment of the invention also discloses a function execution device based on the scripts and a terminal. After the function execution method, the function execution device and the terminal provided by the invention are adopted, during the function modification, the corresponding script file can be preferentially considered to be modified; the frequent modification on corresponding software source codes is avoided; the function modification is simplified; and the system stability is improved.

Description

A kind of function executing method and equipment based on script
Technical field
The present invention relates to field of computer technology, relate in particular to a kind of function executing method and equipment based on script.
Background technology
In prior art, when the demand of software changes, developer need to be familiar with original source code, then on the basis of source code, modifies, to adapt to new functional requirement.Many large softwares, the complicacy of its structure and the size of code of millions of row, proposed test to developer's quality.And change source code, also may bring unpredictable hidden danger, these hidden danger, just as snowball, are rolled larger and larger, may cause at any time collapse, seriously can cause subscriber data loss etc.If developer understands not to the general frame of software, probably can change disorderly original framework, reduced the quality of source code.Even if having the slip-stick artist who researches and develops for many years experience, also may make source code change more poor and more poor.
In prior art, need a kind of technical scheme that software function is revised of simplifying badly.
Summary of the invention
Embodiment of the present invention technical matters to be solved is, a kind of function executing method and equipment based on script is provided.Can simplify software function revises.
In order to solve the problems of the technologies described above, the embodiment of the present invention provides a kind of function executing method based on script, comprising:
Functional interface to operating system encapsulates;
Functional interface based on after encapsulation is set up corresponding script engine;
In the time need to calling the described functional interface of described operating system, by described script engine, carry out corresponding script file and call corresponding functional interface.
Wherein, the described functional interface to operating system encapsulates, and comprising:
Appointed function interface to described operating system encapsulates.
Wherein, the described functional interface to operating system encapsulates, and comprising:
The source code of the described functional interface of described operating system is called in generation by script file.
Wherein, the described functional interface based on after encapsulation is set up corresponding script engine, comprising:
Obtain the parsing storehouse source code of script;
Parsing storehouse source code to described script, and the described source code that calls the described functional interface of described operating system by script file compiles, to set up corresponding script engine.
Wherein, described in obtain the parsing storehouse source code of script, comprising:
According to the operational order of user's input, from respective server, download the parsing storehouse source code of described script; Or,
Obtain user at the parsing storehouse source code of specifying the script of interface input.
Wherein, describedly by described script engine, carry out corresponding script file and call corresponding functional interface, comprising:
According to described parsing storehouse source code, described script file is identified, and generated the functional interface call request that corresponding described operating system can be identified;
According to described functional interface call request, call the corresponding functional interface of described operating system.
Wherein, also comprise:
When having new functional requirement, according to the operational order of user's input, call corresponding script file, and described script file is correspondingly revised; Or, according to the operational order of user's input, create new script file.
Correspondingly, the embodiment of the present invention also provides a kind of function execution apparatus based on script, comprising:
Package module, encapsulates for the functional interface to operating system;
Set up module, for the functional interface based on after encapsulation, set up corresponding script engine;
Processing module, in the time need to calling the described functional interface of described operating system, carries out corresponding script file by described script engine and calls corresponding functional interface.
Wherein, described package module specifically for, the appointed function interface of described operating system is encapsulated.
Wherein, described package module specifically for, generate the source code that calls the described functional interface of described operating system by script file.
Wherein, the described module of setting up comprises:
Acquiring unit, obtains the parsing storehouse source code of script;
Compilation unit, the parsing storehouse source code to described script, and the described source code that calls the described functional interface of described operating system by script file compiles, to set up corresponding script engine.
Wherein, described acquiring unit specifically for,
According to the operational order of user's input, from respective server, download the parsing storehouse source code of described script; Or,
Obtain user at the parsing storehouse source code of specifying the script of interface input.
Wherein, described processing module comprises:
Recognition unit, for according to described parsing storehouse source code, described script file being identified, and generates the functional interface call request that corresponding described operating system can be identified;
Processing unit, calls the corresponding functional interface of described operating system according to described functional interface call request.
Wherein, described processing module also for, when having new functional requirement, according to the operational order of user input, call corresponding script file, and described script file correspondingly revised; Or, according to the operational order of user's input, create new script file.
Correspondingly, the embodiment of the present invention also provides a kind of terminal, comprises the function execution apparatus based on script described in above-mentioned any one.
Implement the embodiment of the present invention, there is following beneficial effect:
By the functional interface to operating system, encapsulate, and the functional interface based on after encapsulation is set up corresponding script engine, when needing the functional interface of call operation system, by this script engine, carry out corresponding script file and call corresponding functional interface, and then when carrying out function modification, can pay the utmost attention to corresponding script file is modified, avoided the modification to corresponding software source code continually, simplify function modification, improved system stability.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the schematic flow sheet of a kind of function executing method based on script of providing of the embodiment of the present invention;
Fig. 2 is the schematic flow sheet of the function executing method of the another kind that provides of the embodiment of the present invention based on script;
Fig. 3 is the structural representation of a kind of function execution apparatus based on script of providing of the embodiment of the present invention;
Fig. 4 is the structural representation of the function execution apparatus of the another kind that provides of the embodiment of the present invention based on script;
Fig. 5 is the structural representation of the function execution apparatus of the another kind that provides of the embodiment of the present invention based on script.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making the every other embodiment obtaining under creative work prerequisite, belong to the scope of protection of the invention.
As shown in Figure 1, a kind of function executing method based on script for the embodiment of the present invention provides, comprises the following steps:
Step 101, the functional interface of operating system is encapsulated.
While considering that carrying out software function in prior art revises, must modify to the source code of software, thereby cause system stability to have hidden danger, and function is revised technical require too high, in the technical scheme providing in the embodiment of the present invention, by the corresponding functional interface of script file call operation system, carry out corresponding function, and then when carrying out function modification, can pay the utmost attention to corresponding script file is modified, avoid the modification to corresponding software source code continually, simplified function modification, improved system stability.
Particularly, in the embodiment of the present invention, in order realizing by the functional interface of script file call operation system, need to encapsulate the functional interface of existing operating system, to generate by the source code of the corresponding function interface of script file call operation system.Preferably, in the technical scheme providing, can only to the appointed function interface of operating system, encapsulate in the embodiment of the present invention, this appointed function interface can be for the common function interface of operating system, as the functional interface of deleted file or new files.
Step 102, the functional interface based on after encapsulation are set up corresponding script engine.
In the embodiment of the present invention, at the functional interface to operating system, encapsulate, after having generated the source code of the functional interface that passes through script file call operation system, in order to make system, can identify script file, and then call corresponding functional interface according to script file, carry out corresponding function, also need to set up corresponding script engine, to carry out corresponding script file by this script engine, call corresponding functional interface.
Wherein, in the technical scheme providing in the embodiment of the present invention, the functional interface based on after encapsulation is set up corresponding script engine and can be comprised the following steps:
Step 11), obtain the parsing storehouse source code of script.
Step 12) the parsing storehouse source code, to this script, and the source code of the functional interface that passes through script file call operation system generating compiles, to set up corresponding script engine.
Particularly, in the embodiment of the present invention, while obtaining the parsing storehouse source code of script, can be according to user (developer's) operational order, from corresponding server, download the parsing storehouse source code of corresponding script, also can obtain user (developer) at the parsing storehouse source code of specifying the script of interface input, by user (developer) the parsing storehouse source code of compile script language voluntarily.
Take script as Lua script be example.In the embodiment of the present invention, can, according to user's operational order, from the official website of Lua, download the parsing storehouse source code of Lua.
Get after the parsing storehouse source code of script, this can be resolved to storehouse source code, and the source code of the functional interface that passes through script file call operation system generating compiles together, to set up corresponding script engine.
Step 103, when needing the functional interface of call operation system, by script engine, carry out corresponding script file and call corresponding functional interface.
In the embodiment of the present invention, after having set up script engine, developer can set up the script file corresponding to each function of operating system, so that script engine can be carried out corresponding script file, carries out corresponding function.
Particularly, when receiving funcall request, while needing the corresponding function interface of call operation system, can call the script file that this functional interface is corresponding, and carry out this script file by script engine, to call corresponding functional interface.
Wherein, in the technical scheme providing in the embodiment of the present invention, by script engine, carry out corresponding script file and call corresponding functional interface and can comprise the following steps:
Step 21), according to resolving storehouse source code, script file is identified, and generate the functional interface call request that corresponding operating system can be identified;
Step 22), according to the corresponding functional interface of this functional interface call request call operation system.
In the embodiment of the present invention, consider that operating system cannot Direct Recognition script, in order to realize by script file, carry out corresponding function, need to according to the parsing storehouse source code of corresponding script, to this script file, identify by script engine, and the script in script file is translated as to the instruction that operating system can be identified.
In the embodiment of the present invention, by above-mentioned steps 101~103, realized by script file and carried out corresponding function, and then when needs carry out function modification, can pay the utmost attention to corresponding script file is modified, avoid the modification to corresponding software source code continually, simplified function modification, improved system stability.
As shown in Figure 2, a kind of function executing method based on script for the embodiment of the present invention provides, comprises the following steps:
Step 201, the functional interface of operating system is encapsulated.
In the embodiment of the present invention, in order realizing by the functional interface of script file call operation system, need to encapsulate the functional interface of existing operating system, to generate by the source code of the corresponding function interface of script file call operation system.Preferably, in the technical scheme providing, can only to the appointed function interface of operating system, encapsulate in the embodiment of the present invention, this appointed function interface can be for the common function interface of operating system, as the functional interface of deleted file or new files.
Step 202, the functional interface based on after encapsulation are set up corresponding script engine.
In the embodiment of the present invention, at the functional interface to operating system, encapsulate, after having generated the source code of the functional interface that passes through script file call operation system, in order to make system, can identify script file, and then call corresponding functional interface according to script file, carry out corresponding function, also need to set up corresponding script engine, to carry out corresponding script file by this script engine, call corresponding functional interface.
Step 203, when needing the functional interface of call operation system, by script engine, carry out corresponding script file and call corresponding functional interface.
Particularly, when receiving funcall request, while needing the corresponding function interface of call operation system, can call the script file that this functional interface is corresponding, and carry out this script file by script engine, to call corresponding functional interface.
Step 204, when having new functional requirement, according to the operational order of user input, call corresponding script file, and described script file correspondingly revised; Or, according to the operational order of user's input, create new script file.
In the embodiment of the present invention, when new functional requirement, user (developer) can first determine whether this function can realize by revising script file or creating new script file, if can, call corresponding script file, and this script file is modified, or create new script file; If cannot, script engine is carried out to Expansion development further.
Correspondingly, when having new functional requirement, system can be called corresponding script file according to the operational order of user's input, and according to user (developer's) operational order, script file is correspondingly revised; Or, according to the operational order of user's input, create new script file.
Known by above description, in the technical scheme providing in the embodiment of the present invention, by the functional interface to operating system, encapsulate, and the functional interface based on after encapsulation is set up corresponding script engine, when needing the functional interface of call operation system, by this script engine, carry out corresponding script file and call corresponding functional interface, and then when carrying out function modification, can pay the utmost attention to corresponding script file is modified, avoided the modification to corresponding software source code continually, simplify function modification, improved system stability.
Based on the identical technical conceive of said method embodiment, the embodiment of the present invention also provides a kind of function execution apparatus based on script, can be applied to said method embodiment.
As shown in Figure 3, the structural representation of a kind of function execution apparatus based on script providing for the embodiment of the present invention, can comprise:
Package module 31, encapsulates for the functional interface to operating system;
Set up module 32, for the functional interface based on after encapsulation, set up corresponding script engine;
Processing module 33, in the time need to calling the described functional interface of described operating system, carries out corresponding script file by described script engine and calls corresponding functional interface.
Wherein, described package module 31 can be specifically for, and the appointed function interface of described operating system is encapsulated.
Wherein, described package module 31 can be specifically for, generates the source code that calls the described functional interface of described operating system by script file.
Wherein, described processing module 33 can also be for, when having new functional requirement, calls corresponding script file, and described script file is correspondingly revised according to the operational order of user's input; Or, according to the operational order of user's input, create new script file.
See also Fig. 4, Fig. 4 is the structural representation of the function execution apparatus of the disclosed another kind of the embodiment of the present invention based on script.Wherein, the function execution apparatus based on script shown in Fig. 4 is that the function execution apparatus based on script is as shown in Figure 3 optimized and obtains, compare with the function execution apparatus based on script shown in Fig. 3, in the function execution apparatus based on script shown in Fig. 4, the described module 32 of setting up can comprise:
Acquiring unit 321, obtains the parsing storehouse source code of script;
Compilation unit 322, the parsing storehouse source code to described script, and described source code compiles, to set up corresponding script engine.
Wherein, described acquiring unit 321 can be specifically for, according to the operational order of user's input, downloads the parsing storehouse source code of described script from respective server; Or, obtain user at the parsing storehouse source code of specifying the script of interface input.
See also Fig. 5, Fig. 5 is the structural representation of the function execution apparatus of the disclosed another kind of the embodiment of the present invention based on script.Wherein, the function execution apparatus based on script shown in Fig. 5 is that the function execution apparatus based on script is as shown in Figure 4 optimized and obtains, compare with the function execution apparatus based on script shown in Fig. 4, in the function execution apparatus based on script shown in Fig. 5, described processing module 33 can comprise:
Recognition unit 331, for according to described parsing storehouse source code, described script file being identified, and generates the functional interface call request that corresponding described operating system can be identified;
Processing unit 332, calls the corresponding functional interface of described operating system according to described functional interface call request.
Known by above description, in the technical scheme providing in the embodiment of the present invention, by the functional interface to operating system, encapsulate, and the functional interface based on after encapsulation is set up corresponding script engine, when needing the functional interface of call operation system, by this script engine, carry out corresponding script file and call corresponding functional interface, and then when carrying out function modification, can pay the utmost attention to corresponding script file is modified, avoided the modification to corresponding software source code continually, simplify function modification, improved system stability.
The embodiment of the present invention also provides a kind of terminal, can comprise arbitrary function execution apparatus based on script as in Figure 3-5.
In the description of this instructions, the description of reference term " embodiment ", " some embodiment ", " example ", " concrete example " or " some examples " etc. means to be contained at least one embodiment of the present invention or example in conjunction with specific features, structure, material or the feature of this embodiment or example description.In this manual, to the schematic statement of above-mentioned term not must for be identical embodiment or example.And, the specific features of description, structure, material or feature can one or more embodiment in office or example in suitable mode combination.In addition,, not conflicting in the situation that, those skilled in the art can carry out combination and combination by the feature of the different embodiment that describe in this instructions or example and different embodiment or example.
In addition, term " first ", " second " be only for describing object, and can not be interpreted as indication or hint relative importance or the implicit quantity that indicates indicated technical characterictic.Thus, at least one this feature can be expressed or impliedly be comprised to the feature that is limited with " first ", " second ".In description of the invention, the implication of " a plurality of " is at least two, for example two, and three etc., unless otherwise expressly limited specifically.
In process flow diagram or any process of otherwise describing at this or method describe and can be understood to, represent to comprise that one or more is for realizing module, fragment or the part of code of executable instruction of the step of specific logical function or process, and the scope of the preferred embodiment of the present invention comprises other realization, wherein can be not according to order shown or that discuss, comprise according to related function by the mode of basic while or by contrary order, carry out function, this should be understood by embodiments of the invention person of ordinary skill in the field.
The logic and/or the step that in process flow diagram, represent or otherwise describe at this, for example, can be considered to for realizing the sequencing list of the executable instruction of logic function, may be embodied in any computer-readable medium, for instruction execution system, device or equipment (as computer based system, comprise that the system of processor or other can and carry out the system of instruction from instruction execution system, device or equipment instruction fetch), use, or use in conjunction with these instruction execution systems, device or equipment.With regard to this instructions, " computer-readable medium " can be anyly can comprise, storage, communication, propagation or transmission procedure be for instruction execution system, device or equipment or the device that uses in conjunction with these instruction execution systems, device or equipment.The example more specifically of computer-readable medium (non-exhaustive list) comprises following: the electrical connection section (electronic installation) with one or more wirings, portable computer diskette box (magnetic device), random access memory (RAM), ROM (read-only memory) (ROM), the erasable ROM (read-only memory) (EPROM or flash memory) of editing, fiber device, and portable optic disk ROM (read-only memory) (CDROM).In addition, computer-readable medium can be even paper or other the suitable medium that can print described program thereon, because can be for example by paper or other media be carried out to optical scanning, then edit, decipher or process in electronics mode and obtain described program with other suitable methods if desired, be then stored in computer memory.
Should be appreciated that each several part of the present invention can realize with hardware, software, firmware or their combination.In the above-described embodiment, a plurality of steps or method can realize with being stored in storer and by software or the firmware of suitable instruction execution system execution.For example, if realized with hardware, the same in another embodiment, can realize by any one in following technology well known in the art or their combination: have for data-signal being realized to the discrete logic of the logic gates of logic function, the special IC with suitable combinational logic gate circuit, programmable gate array (PGA), field programmable gate array (FPGA) etc.
Those skilled in the art are appreciated that realizing all or part of step that above-described embodiment method carries is to come the hardware that instruction is relevant to complete by program, described program can be stored in a kind of computer-readable recording medium, this program, when carrying out, comprises step of embodiment of the method one or a combination set of.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing module, can be also that the independent physics of unit exists, and also can be integrated in a module two or more unit.Above-mentioned integrated module both can adopt the form of hardware to realize, and also can adopt the form of software function module to realize.If described integrated module usings that the form of software function module realizes and during as production marketing independently or use, also can be stored in a computer read/write memory medium.
The above-mentioned storage medium of mentioning can be ROM (read-only memory), disk or CD etc.Although illustrated and described embodiments of the invention above, be understandable that, above-described embodiment is exemplary, can not be interpreted as limitation of the present invention, and those of ordinary skill in the art can change above-described embodiment within the scope of the invention, modification, replacement and modification.

Claims (15)

1. the function executing method based on script, is characterized in that, comprising:
Functional interface to operating system encapsulates;
Functional interface based on after encapsulation is set up corresponding script engine;
In the time need to calling the described functional interface of described operating system, by described script engine, carry out corresponding script file and call corresponding functional interface.
2. the method for claim 1, is characterized in that, the described functional interface to operating system encapsulates, and comprising:
Appointed function interface to described operating system encapsulates.
3. method as claimed in claim 1 or 2, is characterized in that, the described functional interface to operating system encapsulates, and comprising:
The source code of the described functional interface of described operating system is called in generation by script file.
4. method as claimed in claim 3, is characterized in that, the described functional interface based on after encapsulation is set up corresponding script engine, comprising:
Obtain the parsing storehouse source code of script;
Parsing storehouse source code to described script, and the described source code that calls the described functional interface of described operating system by script file compiles, to set up corresponding script engine.
5. method as claimed in claim 4, is characterized in that, described in obtain the parsing storehouse source code of script, comprising:
According to the operational order of user's input, from respective server, download the parsing storehouse source code of described script; Or,
Obtain user at the parsing storehouse source code of specifying the script of interface input.
6. method as claimed in claim 4, is characterized in that, describedly by described script engine, carries out corresponding script file and calls corresponding functional interface, comprising:
According to described parsing storehouse source code, described script file is identified, and generated the functional interface call request that corresponding described operating system can be identified;
According to described functional interface call request, call the corresponding functional interface of described operating system.
7. the method for claim 1, is characterized in that, also comprises:
When having new functional requirement, according to the operational order of user's input, call corresponding script file, and described script file is correspondingly revised; Or, according to the operational order of user's input, create new script file.
8. the function execution apparatus based on script, is characterized in that, comprising:
Package module, encapsulates for the functional interface to operating system;
Set up module, for the functional interface based on after encapsulation, set up corresponding script engine;
Processing module, in the time need to calling the described functional interface of described operating system, carries out corresponding script file by described script engine and calls corresponding functional interface.
9. equipment as claimed in claim 8, is characterized in that,
Described package module specifically for, the appointed function interface of described operating system is encapsulated.
10. equipment as claimed in claim 8 or 9, is characterized in that,
Described package module specifically for, generate the source code that calls the described functional interface of described operating system by script file.
11. equipment as claimed in claim 10, is characterized in that, the described module of setting up comprises:
Acquiring unit, obtains the parsing storehouse source code of script;
Compilation unit, the parsing storehouse source code to described script, and the described source code that calls the described functional interface of described operating system by script file compiles, to set up corresponding script engine.
12. equipment as claimed in claim 11, is characterized in that, described acquiring unit specifically for,
According to the operational order of user's input, from respective server, download the parsing storehouse source code of described script; Or,
Obtain user at the parsing storehouse source code of specifying the script of interface input.
13. equipment as claimed in claim 11, is characterized in that, described processing module comprises:
Recognition unit, for according to described parsing storehouse source code, described script file being identified, and generates the functional interface call request that corresponding described operating system can be identified;
Processing unit, calls the corresponding functional interface of described operating system according to described functional interface call request.
14. equipment as claimed in claim 8, is characterized in that,
Described processing module also for, when having new functional requirement, according to the operational order of user input, call corresponding script file, and described script file correspondingly revised; Or, according to the operational order of user's input, create new script file.
15. 1 kinds of terminals, is characterized in that, comprise the function execution apparatus based on script as described in any one in claim 7-12.
CN201410345911.8A 2014-07-18 2014-07-18 Function execution method and function execution device based on scripts Pending CN104133676A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410345911.8A CN104133676A (en) 2014-07-18 2014-07-18 Function execution method and function execution device based on scripts

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410345911.8A CN104133676A (en) 2014-07-18 2014-07-18 Function execution method and function execution device based on scripts

Publications (1)

Publication Number Publication Date
CN104133676A true CN104133676A (en) 2014-11-05

Family

ID=51806363

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410345911.8A Pending CN104133676A (en) 2014-07-18 2014-07-18 Function execution method and function execution device based on scripts

Country Status (1)

Country Link
CN (1) CN104133676A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775799A (en) * 2016-01-29 2017-05-31 新华三技术有限公司 A kind of script acquisition methods and device
CN106843895A (en) * 2017-02-07 2017-06-13 上海网易小额贷款有限公司 Method, system and readable storage medium storing program for executing for processing request
CN107315576A (en) * 2016-04-26 2017-11-03 中兴通讯股份有限公司 A kind of method and system of dynamic expansion software flow
CN108304167A (en) * 2018-02-11 2018-07-20 四川语言桥信息技术有限公司 A kind of raising interface calls stability approach and device
CN108427559A (en) * 2018-03-14 2018-08-21 新华三技术有限公司 A kind of script file generates and call method and device
CN109766402A (en) * 2019-01-16 2019-05-17 广东南方数码科技股份有限公司 Spatial data processing method, device and computer equipment
CN111061466A (en) * 2019-11-28 2020-04-24 南京崔斯特文化创意有限公司 Automatic conversion method, system, terminal and medium of behavior control scripting language

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972296A (en) * 2006-12-05 2007-05-30 北京邮电大学 Method for generating service combined with various communication means based on XPL and its system
CN101634940A (en) * 2008-07-25 2010-01-27 苏州市蜗牛电子有限公司 Method for developing computer games through scripts
CN101895582A (en) * 2010-07-15 2010-11-24 北京邮电大学 SIP soft terminal supporting WEB service and multiple browsers and working method thereof
CN102646035A (en) * 2012-02-17 2012-08-22 南京南瑞继保电气有限公司 Visualized code generation method based on combination of API (application programming interface) and script definition
CN103019738A (en) * 2012-12-28 2013-04-03 广州数控设备有限公司 Numerical control system with customizable interface and implementation method of numerical control system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972296A (en) * 2006-12-05 2007-05-30 北京邮电大学 Method for generating service combined with various communication means based on XPL and its system
CN101634940A (en) * 2008-07-25 2010-01-27 苏州市蜗牛电子有限公司 Method for developing computer games through scripts
CN101895582A (en) * 2010-07-15 2010-11-24 北京邮电大学 SIP soft terminal supporting WEB service and multiple browsers and working method thereof
CN102646035A (en) * 2012-02-17 2012-08-22 南京南瑞继保电气有限公司 Visualized code generation method based on combination of API (application programming interface) and script definition
CN103019738A (en) * 2012-12-28 2013-04-03 广州数控设备有限公司 Numerical control system with customizable interface and implementation method of numerical control system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775799A (en) * 2016-01-29 2017-05-31 新华三技术有限公司 A kind of script acquisition methods and device
CN107315576A (en) * 2016-04-26 2017-11-03 中兴通讯股份有限公司 A kind of method and system of dynamic expansion software flow
CN106843895A (en) * 2017-02-07 2017-06-13 上海网易小额贷款有限公司 Method, system and readable storage medium storing program for executing for processing request
CN108304167A (en) * 2018-02-11 2018-07-20 四川语言桥信息技术有限公司 A kind of raising interface calls stability approach and device
CN108427559A (en) * 2018-03-14 2018-08-21 新华三技术有限公司 A kind of script file generates and call method and device
CN109766402A (en) * 2019-01-16 2019-05-17 广东南方数码科技股份有限公司 Spatial data processing method, device and computer equipment
CN111061466A (en) * 2019-11-28 2020-04-24 南京崔斯特文化创意有限公司 Automatic conversion method, system, terminal and medium of behavior control scripting language

Similar Documents

Publication Publication Date Title
CN104133676A (en) Function execution method and function execution device based on scripts
US9715370B2 (en) Method and system for providing content
CN106775744B (en) Method and device for generating static library
CN110673853B (en) Compiling method, device and system
CN109388396A (en) Page generation method, device, computer equipment and storage medium
CN103543993A (en) Application program building method and system
CN104407863A (en) Abstract control model programming device and method
CN110109671B (en) Webpack label size and style conversion method and device
CN102262684A (en) Method and device for generating webpage page of mobile terminal
WO2017166448A1 (en) Kernel vulnerability repair method and device
CN111158743B (en) Big data operation and maintenance management platform
CN101634965B (en) Method for testing Linux kernel-grade unit
CN108287720B (en) Software compiling method, device, equipment and storage medium
CN103500099A (en) Method for achieving quick software secondary development through expansion points and expansion
CN105577828A (en) Remote redirection method and device
CN110968339B (en) Method and device for front-end building tool and electronic equipment
AU2019222873B2 (en) Method and system for providing content
CN112631563A (en) System development method and device based on framework, computer equipment and storage medium
CN109683992A (en) Method and apparatus for managing object
CN111385661B (en) Method, device, terminal and storage medium for voice control of full screen playing
CN110018831B (en) Program processing method, program processing apparatus, and computer-readable storage medium
CN108536429B (en) Method and device for developing software, storage medium and electronic equipment
CN107092472A (en) A kind of dynamic publishing method and equipment
US8954307B1 (en) Chained programming language preprocessors for circuit simulation
CN112965733A (en) Component library updating method and device, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141105

RJ01 Rejection of invention patent application after publication