CN101887375A - Method and system for implementing man-machine command system - Google Patents

Method and system for implementing man-machine command system Download PDF

Info

Publication number
CN101887375A
CN101887375A CN2010102167947A CN201010216794A CN101887375A CN 101887375 A CN101887375 A CN 101887375A CN 2010102167947 A CN2010102167947 A CN 2010102167947A CN 201010216794 A CN201010216794 A CN 201010216794A CN 101887375 A CN101887375 A CN 101887375A
Authority
CN
China
Prior art keywords
order
authority
information
module
command
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
CN2010102167947A
Other languages
Chinese (zh)
Other versions
CN101887375B (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201010216794.7A priority Critical patent/CN101887375B/en
Priority to PCT/CN2010/078077 priority patent/WO2012000260A1/en
Publication of CN101887375A publication Critical patent/CN101887375A/en
Application granted granted Critical
Publication of CN101887375B publication Critical patent/CN101887375B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Landscapes

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

Abstract

The invention discloses a method and a system for implementing a man-machine command system. The method comprises the following steps of: setting permission information of a command under different operation states and/or different software versions; and after inputting the command from a command script or a human-computer interface, determining whether to execute the command according to the current operation state and the permission information of the command. By binding different permissions to the command, the method can smoothly upgrade software. Therefore, an old command can be continuously used, and the popularization of a new command is guaranteed.

Description

A kind of implementation method of man-machine command system and system thereof
Technical field
The present invention relates to software technology field, relate in particular to a kind of implementation method and system thereof of man-machine command system.
Background technology
Many functions are some parameters of the artificial configuration-system by manmachine command in the specialty embedded software.Manmachine command can also can be assigned or assign on the background net management interface by the input of serial ports landing approach by TELNET (telnet) mode.
Configuration information generally is to be handed down to embedded system with the form of ordering, but in fact the set of all orders can be represented with a tree-like hierarchical structure, and general configuration information is to preserve with class text or binary mode at present.This mode is unfavorable for that people find out the hierarchical relationship of tree structure intuitively.
The another one aspect, along with the use of system, configuration information constantly strengthens and expands, and may need new order CMD2 and replace old order CMD1, yet, be difficult to realize the smooth upgrade of software systems because people's use habit makes that new order is not easy to promote.
Summary of the invention
The technical matters that the present invention solves provides a kind of implementation method and system thereof of man-machine command system, can realize the smooth upgrade of software.
For solving the problems of the technologies described above, the invention provides a kind of implementation method of man-machine command system, described method comprises:
Order is set under different running statuses and/or the authority information in the different software versions;
From command script or behind the man-machine interface input command, whether carry out this order according to the authority information decision of current running status and this order.
Further, described running status comprises: system start-up stage and system's normal work stage;
As seen whether whether described authority information comprises:, and can carry out;
Wherein, as seen, be meant the help information that can obtain this order by Online Help System.
Further, the authority information of described order comprises following several at least:
At system start-up stage and the visible executable authority P1 of system's normal work stage,
Can carry out sightless authority P2 in the system start-up stage;
Can not carry out visible authority P3 in system's normal work stage;
Can not carry out invisible authority P4 in system start-up stage and system's normal work stage.
Further, described method also comprises:
The upgrade tip information of order is set, comprises:
This order will be abrogated;
This order is abrogated;
The alternative command of this order.
Further, when order did not need to upgrade, the authority of order was set at system start-up stage and the visible executable authority P1 of system's normal work stage;
When order needed upgrading, the authority of order was set to only carry out invisible authority P2 in the system start-up stage, and can not carry out visible authority P3 in system's normal work stage;
After the order upgrading was finished, the authority of order was set to can not carry out invisible authority P4 in system start-up stage and system's normal work stage.
Further, command script is stored in the XML script file with extend markup language (XML) form, comprises the described authority information and/or the described upgrade tip information of order in the XML script file.
Further, have order to upgrade in the configuration file if detected in system starting process, then system will preserve described configuration file with the form of new order after having read all configuration informations.
Further, adopt the method for dynamic load to load configuration script.
The present invention also provides a kind of realization system of man-machine command system, and described system comprises: XML script file read module, imperative structures tree control module and explanation module, wherein:
Described XML script file read module is used for, and from XML script file reading order script, wherein, the order that stores setting in the XML script file is under different running statuses and/or the authority information in the different software versions;
Described imperative structures tree control module is used for, and generates the imperative structures tree according to the information that reads from the XML script file, and the foundation of order morphology, grammatical analysis is provided for explanation module;
Described explanation module is used for, set the content that control module provides according to described imperative structures, lexical analysis, grammatical analysis are carried out in the order of reading from configuration file or man-machine interface is imported, and whether carried out this order according to the authority information of this order in the imperative structures tree and current running status decision.
In addition, described system also comprises execution module and configuration information database,
Described explanation module is further used for, according to the authority information of described order and current running status, if can carry out then sending message, comprise the authority information of fill order parameters needed and this order in the message, and the execution result that receives is fed back to the user to described execution module; If can not carry out, then whether give user aid information and/or upgrade tip information according to the authority information decision of described order;
Described execution module is used for, when receiving the message of described explanation module transmission, according to the parameter fill order in the described message, execution result is fed back to described explanation module, and whether obtain the relevant information decision of described order to described explanation module feedback help information and/or upgrade tip information from order structure tree control module according to the authority information of described order;
Wherein, described running status comprises: system start-up stage and system's normal work stage;
As seen whether whether described authority information comprises:, and can carry out;
As seen, be meant the help information that can obtain this order by Online Help System.
In addition, described explanation module is further used for, if detect the order that needs renewal in reading the process of configuration file, then described configuration file is carried out mark, after configuration information in the file to be configured reads and finishes, upgrade described configuration file according to new command format.
In addition, described explanation module is further used for, and control command structure tree control module and XML script file read module read new XML script file in the following manner, and generates new imperative structures tree:
Described explanation module sends message to described imperative structures tree control module, makes it empty the imperative structures tree;
Described explanation module sends message to described imperative structures tree control module, makes it generate new imperative structures tree according to new XML script file;
Described imperative structures tree control module is sent out message to described XML script file read module, controls described XML script file read module and reads new XML script file.
The present invention is by to the different authority of command binding, makes that software can smooth upgrade, both made old order can continue use, guaranteed the popularization of new order again; Both support software was whole upgrades, and also supports the independent online upgrading of command script.In addition, among the present invention,, be convenient to the maintenance with command script checked of the tree-like hierarchical relationship of order with the form memory command script of XML.
Description of drawings
Fig. 1 shows the structural representation of the XML format configuration script file of the embodiment of the invention;
Fig. 2 shows the composition frame chart of the manmachine command realization system of the embodiment of the invention;
Fig. 3 shows the processing flow chart of the manmachine command of the embodiment of the invention.
Embodiment
Fundamental purpose of the present invention is, at the problems such as software upgrading that exist in the prior art, a kind of man-machine command system of being convenient to smooth upgrade is provided, its core concept is that by giving the different authority of command binding, an order can have multiple authority, thereby different processing is carried out in identical order at different running state of programs, both made that old order can continue to use, and guaranteed the popularization of new order again, thereby made that software can smooth upgrade.In addition, the present invention is with the form memory command script of XML (Extensible MarkupLanguage, extend markup language), is convenient to the maintenance with command script checked of imperative structures tree hierarchy relation.
Based on above-mentioned thought, the present invention specifically adopts following technical scheme:
Order is set under different running statuses and/or the authority information in the different software versions;
From command script or behind the man-machine interface input command, whether carry out this order according to the authority information decision of current running status and this order.
Further, described running status comprises: system start-up stage and system's normal work stage.
As seen whether whether further, described authority information comprises:, and can carry out;
As seen, be meant: the help information that can obtain this order by Online Help System;
For example, by order line input HELP or '? ' add the key word of order, can see the help information of this order and correlation parameter thereof.Whether described help information can comprise can be by helping see this order, reaches the concrete parameter of this order and whether need information such as upgrading.
What need indicate is also have the information of the execution result (as run succeeded or fail) to user feedback after the command execution except the execution result of reality, and the execution result information that obtains after carrying out not to belong to the scope of visual information of the present invention.
Can carry out, be meant: this order can reach us and import this order and want the actual purpose that reaches.
Further, the authority information of described order comprises following several at least:
At system start-up stage and the visible executable authority P1 of system's normal work stage,
Can carry out sightless authority P2 in the system start-up stage;
Can not carry out visible authority P3 in system's normal work stage;
Can not carry out invisible authority P4 in system start-up stage and system's normal work stage.
Further, the upgrade tip information of order is set, comprises:
This order will be abrogated;
This order is abrogated;
The alternative command of this order.
Further, when order does not need to upgrade, the authority of order is set at system start-up stage and the visible executable authority P1 of system's normal work stage, i.e. this order both can be seen this order by help system, can reach actual implementation effect again.
Further, when order needed upgrading, the authority of order was set to only carry out invisible authority P2 in the system start-up stage, i.e. this order can reach actual implementation effect, but can't obtain the help information of this order by the order online help.
In addition,, except normal return message, can also give the customer upgrade information as required, for example can point out this order of user will abrogate etc. in command execution success back at this authority P2.This authority P2 only is used for the system start-up stage.
Further, when order needs upgrading, also the authority that can order is set to can not carry out visible authority P3 in system's normal work stage, promptly by HELP or '? ' Online Help System can provide help information, but this order can not be performed success.The upgrade tip information that can comprise this order in the help information that provides, for example this order is abrogated, and what the order that can substitute is.Perhaps, also can provide the upgrade tip information of this order automatically when this order of input, this order of prompting user is abrogated, and the order that can substitute etc.This authority P3 only is used for system's normal work stage.
Wherein, P2, P3 authority can be used for being arranged on the authority of the order that order line has been abrogated but also exist in the configuration file that software is preserved.On the one hand, cancel the execution authority of this order, on the other hand, need in system start-up, can from configuration script, read and carry out this order, to guarantee the smooth upgrade of system in order line.
Further, after the order upgrading is finished, the authority of the order in can early version is set to can not carry out invisible authority P4 in system start-up stage and system's normal work stage, i.e. this order can not be performed success, but import the upgrade tip information that can provide this order after this order, for example information of alternative command etc. by man-machine interface.Can there be old configuration information in this authority in software arrangements, and personnel are when being familiar with the new order that substitutes.This authority is used for system start-up and normal operating phase.
Need to prove that under two kinds of authorities of P3 and P4, the information that system provides is distinguishing, as seen the former be meant, promptly can provide help information by help system; The latter then can not provide help information by help system, and system can provide other upgrade tip information after command execution.
Further, command script is stored in the XML script file with the XML form, comprises the described authority information and/or the described upgrade tip information of order in the XML script file.
Further, when software is preserved configuration,, preserve configuration with the form of new order line for the old life order that is about to replace with new alternative command.Particularly, whether can judge this order by the authority of certain order in the new configuration script is the order that renewal is arranged, if in system starting process, detected more news of order, then system reads configuration file, and will wherein relate to the form preservation configuration file of the order of upgrading, thereby finish the upgrading of configuration file automatically with new order.
Further, adopt the method for dynamic load to load configuration script, configuration script can be packaged in the new version file and load with software upgrading; Perhaps, configuration script also can be by replacing the XML script file of configuration script individually, and dynamic load is in internal memory.Therefore, the not only whole upgrading of support software but also support the independent online upgrading of command script.
Describe in further detail below with reference to the enforcement of drawings and the specific embodiments technical solution of the present invention.
Fig. 1 shows the synoptic diagram of the use XML script file memory command script of the embodiment of the invention, and this command script is a tree-like structure, and the characteristic of XML makes uses the data of XML storage tree structure that natural advantage is arranged.
As shown in Figure 1, configuration script XML script file structure specifically describes as follows:
Comprise one or more command_node (command node) under the command_node_list.The attribute record of command_node be command node information, as key word, help, authority, grand etc.Comprise a parameter_list, a handler_list and a command_node_list under the command_node.Wherein parameter_list is a parameter list, and handler_list is for handling function list, and command_node_list is the child node tabulation.
Comprise one or more pd (parameter node) under the parameter_list, the attribute record of pd parameter-definition data, as title, whether key word, type, help, dynamic help, dynamic check etc.
Comprise one or more hd (handling the function node) under the handler_list, the attribute record of hd function definition data, as function name, optional mandatory parameter etc.The order CMD1 that need to upgrade can comprise the relevant information of alternative order CMD2 in its help information.
Fig. 2 shows the composition frame chart of the man-machine command system of the embodiment of the invention, and this system mainly comprises man-machine interface interactive module, configuration file module for reading and writing, command analysis module and execution module.As shown in Figure 2, the command analysis module further can be divided into: XML script file read module, imperative structures tree control module, explanation module, database module.
Wherein, the functional description of each module realization is as follows:
Man-machine interface interactive module: be responsible for reading of user's input and give field feedback with system;
Configuration file module for reading and writing: be responsible for reading information and writeing information to configuration file from configuration file;
Command analysis module: the semanteme of be responsible for resolving the configuration script that reads from order line and configuration file;
Execution module: concrete execution and the feedback execution result of being responsible for order are given the command analysis module;
XML script file read module: be responsible for from XML script file reading order script and the order after will upgrading is write the XML script file; Wherein, the command authority of setting and upgrade tip information stores can realize by using common edit tool editor XML script file in the XML script file.
Imperative structures tree control module: generate the imperative structures tree according to the information that from the XML script file, reads; And provide the foundation of order morphology, grammatical analysis for explanation module;
Explanation module: the semanteme of explaining config string according to the content of imperative structures tree control module; And call execution module according to the information after explaining and carry out; After execution module runs succeeded, relevant information is stored in the configuration information database (database);
Configuration information database: the configuration information of system in the time of storage actual motion state.
In conjunction with Fig. 2, the treatment scheme of the man-machine command system of present embodiment mainly comprises the steps:
Step 1. the unloading phase XML script file module for reading and writing from XML script file reading order structural information, read imperative structures tree control module; Reading this information post command structure tree control module could cooperate explanation module to carry out work;
Step 2. order is read or is imported from man-machine interface from script, and order is sent to explanation module with the form of character string;
Step 3. for the order of input, explanation module is from the information of order structure control module reading order, lexical analysis, grammatical analysis are carried out in order to input, and determine according to the execution authority of this order in the imperative structures trees and the running status of present procedure whether this order can be carried out: then send message to execution module as if carrying out, comprise the parameter of execution needs and the authority information of order in the message; If can not carry out then and whether give user feedback upgrade tip information according to the authority information decision in the imperative structures tree control module;
Wherein, if the unloading phase read to detect in the process of configuration file and need the order upgraded, explanation module can carry out mark to this configuration file, wait for configuration information all read finish after, preserve configuration according to new command format, to finish the renewal of configuration file;
Step 4. the message that execution module sends according to explanation module, fill order, and, the result who carries out is fed back to explanation module from the relevant information (as the authority information of order) that the acquisition of order structure tree control module is ordered;
Further, this step 4 specifically is divided into:
A, if the order of man-machine interface input is common configuration order, explanation module receives the message of the command execution success of execution module feedback, send out message and will dispose relevant information for the configuration information database to write in the database, explanation module is sent out the result that message is given corresponding human-computer interface module or the execution of configuration file read module feedback then; If command execution failure, explanation module are sent directly for human-computer interface module or configuration file read module and carry out failure.In addition, if order can be carried out, then execution module also needs the relevant information according to order in the imperative structures tree, and corresponding upgrade tip information is fed back to explanation module together with execution result.
B, if the order of man-machine interface input is for preserving configure order, then explanation module is according to the relevant information in the configuration information in the database and the imperative structures tree control module, according to the form of new order configuration information is written in the configuration file, finishes the renewal of configuration file;
Step 5. in the start-up course if more news of order is arranged after the configuration information of system runs through, system preserves configuration file with the form of new order automatically after having read all configuration informations;
In software upgrade process, generally need software to restart.In the software startup process, can reading system configuration information, and explain and carry out, when explaining the order of carrying out in the configuration information, can read the information of the order in the configuration script, whether the authority that comprises order according to the different rights of order, can judge this order in information such as upgradings.
Step 6. when carrying out the upgrading of online XML script, by man-machine interface the XML script of redaction is downloaded in the system earlier; Pass through the man-machine interface input command then, the information in the update command structure tree, in the time of the update command structure tree, the imperative structures tree forbids that other modules are to its accessing operation.
For example, when the authority of order was set, initial start up phase did not have HELP command and occurs, and does not need the information such as alternative command to the user feedback order yet.In the time of upgrade software, if we need replace order CMD1 with order CMD2, the version of supposing software is respectively V1, V2, V3, so, in the V1 version, as seen can carry out the order CMD1 of authority P1, we can give the authority of its P2+P3 in the V2 version, allow it to order the execution of reading that old configuration information can be correct when system begins to start, can promote new order smoothly after system start-up.We can give the authority of P4 to CMD1 in the V3 version, and do not existed this order in the configuration file this time, and system can not order actual running succeeded to this, but can point out customer upgrade later alternative command.
The method of dynamic load is adopted in the loading of configuration script, and configuration script can load with software upgrading, and configuration script also can be by replacing the XML script file of configuration script individually, and dynamic load is in the imperative structures tree control module of internal memory.
Further, the concrete steps of dynamic load configuration script are described below:
1, by the order of man-machine interface interactive module input dynamic load configuration script, human-computer interaction module is processed the order of input, exports to explanation module after becoming inner discernible form;
2, explanation module is searched in the imperative structures tree the content of human-computer interaction module input, carries out morphology, grammatical analysis, be confirmed to be the order of dynamic load configuration script after, continue next step processing;
3, explanation module sends instruction to execution module, with new configuration script document copying in the nonvolatile memory of equipment.
4, the mutual exclusion mechanism that provides by operating system of explanation module carries out the exclusiveness locking with the imperative structures tree control module and the XML script file read module of system;
5, imperative structures tree control module and XML script file read module read new configuration script (XML script file) under the control of explanation module, and generate new imperative structures tree;
6, explanation module is removed imperative structures tree control module and XML script file read module is carried out the exclusiveness locking.
Wherein, above-mentioned steps 5 further can be divided into following steps:
5.1, explanation module sends message to imperative structures trees control module, makes it empty the imperative structures tree;
5.2, explanation module sends out message to imperative structures trees control module, makes it generate new imperative structures tree according to new XML script file;
5.3, imperative structures trees control module sends out message to XML script file read module, control XML script file read module reads new XML script file.
Fig. 3 shows in the embodiment of the invention interpretation process flow process to manmachine command, as shown in Figure 3, the explanation of order is specifically comprised following content:
Step 301, read the character string configuration order and carry out morphology, grammatical analysis;
Step 302, read a configuration order and handle;
The configuration order that step 303, basis analyze is obtained the execution authority of this order;
Step 304, judge whether this order is HELP command, if HELP command execution in step 305 then, otherwise execution in step 307;
Step 305, judge whether that according to the authority of order this provides the help information of this order, authority enough (as seen) is execution in step 306 then; Insufficient privilege (invisible) does not then provide the help information of this order, directly returns step 302;
The help information of step 306, display command is returned step 302;
Step 307, when order the time for the order of non-help character, judge according to the authority of order and the state of present procedure whether this order can be carried out: can carry out then execution in step 308; The direct execution in step 310 of the order that cannot carry out;
Step 308, carry out this order, continue next step 309 then;
Step 309, the unloading phase that whether determining program being in, if the unloading phase, need not replace the upgrade tip information of order to user feedback, directly execution in step 302; If the unloading phase of non-then continue execution in step 310;
Step 310, check whether this order has the upgrade tip information of alternative command, if not then return step 302, if alternative command is arranged then execution in step 311;
Step 311, return the upgrade tip information of alternative command to the user after, return step 302, continue to read next command and handle.
The above is the preferred embodiment of the present invention only, is not limited to the present invention, and for those skilled in the art, the present invention can have various changes and variation.All within the present invention spirit and principle, any modification of being done, be equal to replacement and improvement etc., all be included within protection scope of the present invention.
One of ordinary skill in the art will appreciate that all or part of step in the said method can instruct related hardware to finish by program, described program can be stored in the computer-readable recording medium, as ROM (read-only memory), disk or CD etc.Alternatively, all or part of step of the foregoing description also can use one or more integrated circuit to realize.Correspondingly, each the module/unit in the foregoing description can adopt the form of hardware to realize, also can adopt the form of software function module to realize.The present invention is not restricted to the combination of the hardware and software of any particular form.

Claims (12)

1. the implementation method of a man-machine command system is characterized in that, described method comprises:
Order is set under different running statuses and/or the authority information in the different software versions;
From command script or behind the man-machine interface input command, whether carry out this order according to the authority information decision of current running status and this order.
2. the method for claim 1 is characterized in that,
Described running status comprises: system start-up stage and system's normal work stage;
As seen whether whether described authority information comprises:, and can carry out;
Wherein, as seen, be meant the help information that can obtain this order by Online Help System.
3. method as claimed in claim 2 is characterized in that,
The authority information of described order comprises following several at least:
At system start-up stage and the visible executable authority P1 of system's normal work stage,
Can carry out sightless authority P2 in the system start-up stage;
Can not carry out visible authority P3 in system's normal work stage;
Can not carry out invisible authority P4 in system start-up stage and system's normal work stage.
4. the method for claim 1 is characterized in that, described method also comprises:
The upgrade tip information of order is set, comprises:
This order will be abrogated;
This order is abrogated;
The alternative command of this order.
5. as claim 3 or 4 described methods, it is characterized in that,
When order did not need to upgrade, the authority of order was set at system start-up stage and the visible executable authority P1 of system's normal work stage;
When order needed upgrading, the authority of order was set to only carry out invisible authority P2 in the system start-up stage, and can not carry out visible authority P3 in system's normal work stage;
After the order upgrading was finished, the authority of order was set to can not carry out invisible authority P4 in system start-up stage and system's normal work stage.
6. as claim 1,2,3 or 4 described methods, it is characterized in that,
Command script is stored in the XML script file with extend markup language (XML) form, comprises the described authority information and/or the described upgrade tip information of order in the XML script file.
7. method as claimed in claim 5 is characterized in that,
Have order to upgrade in the configuration file if detected in system starting process, then system will preserve described configuration file with the form of new order after having read all configuration informations.
8. the method for claim 1 is characterized in that,
Adopt the method for dynamic load to load configuration script.
9. the realization system of a man-machine command system is characterized in that, described system comprises: XML script file read module, imperative structures tree control module and explanation module, wherein:
Described XML script file read module is used for, and from XML script file reading order script, wherein, the order that stores setting in the XML script file is under different running statuses and/or the authority information in the different software versions;
Described imperative structures tree control module is used for, and generates the imperative structures tree according to the information that reads from the XML script file, and the foundation of order morphology, grammatical analysis is provided for explanation module;
Described explanation module is used for, set the content that control module provides according to described imperative structures, lexical analysis, grammatical analysis are carried out in the order of reading from configuration file or man-machine interface is imported, and whether carried out this order according to the authority information of this order in the imperative structures tree and current running status decision.
10. system as claimed in claim 9 is characterized in that, described system also comprises execution module and configuration information database,
Described explanation module is further used for, according to the authority information of described order and current running status, if can carry out then sending message, comprise the authority information of fill order parameters needed and this order in the message, and the execution result that receives is fed back to the user to described execution module; If can not carry out, then whether give user aid information and/or upgrade tip information according to the authority information decision of described order;
Described execution module is used for, when receiving the message of described explanation module transmission, according to the parameter fill order in the described message, execution result is fed back to described explanation module, and whether obtain the relevant information decision of described order to described explanation module feedback help information and/or upgrade tip information from order structure tree control module according to the authority information of described order;
Wherein, described running status comprises: system start-up stage and system's normal work stage;
As seen whether whether described authority information comprises:, and can carry out;
As seen, be meant the help information that can obtain this order by Online Help System.
11. as claim 9 or 10 described systems, it is characterized in that,
Described explanation module is further used for, if in reading the process of configuration file, detect the order that needs renewal, then described configuration file is carried out mark, after the configuration information in the file to be configured reads and finishes, upgrade described configuration file according to new command format.
12. as claim 9 or 10 described systems, it is characterized in that,
Described explanation module is further used for, and control command structure tree control module and XML script file read module read new XML script file in the following manner, and generates new imperative structures tree:
Described explanation module sends message to described imperative structures tree control module, makes it empty the imperative structures tree;
Described explanation module sends message to described imperative structures tree control module, makes it generate new imperative structures tree according to new XML script file;
Described imperative structures tree control module is sent out message to described XML script file read module, controls described XML script file read module and reads new XML script file.
CN201010216794.7A 2010-06-30 2010-06-30 Method and system for implementing man-machine command system Expired - Fee Related CN101887375B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201010216794.7A CN101887375B (en) 2010-06-30 2010-06-30 Method and system for implementing man-machine command system
PCT/CN2010/078077 WO2012000260A1 (en) 2010-06-30 2010-10-25 Method for implementing human-machine command system and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010216794.7A CN101887375B (en) 2010-06-30 2010-06-30 Method and system for implementing man-machine command system

Publications (2)

Publication Number Publication Date
CN101887375A true CN101887375A (en) 2010-11-17
CN101887375B CN101887375B (en) 2014-04-09

Family

ID=43073305

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010216794.7A Expired - Fee Related CN101887375B (en) 2010-06-30 2010-06-30 Method and system for implementing man-machine command system

Country Status (2)

Country Link
CN (1) CN101887375B (en)
WO (1) WO2012000260A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012106901A1 (en) * 2011-07-18 2012-08-16 华为技术有限公司 Web-based script language editing method, system and web client
CN103186733A (en) * 2011-12-30 2013-07-03 中国移动通信集团广东有限公司 Database user behavior management system and database user behavior management method
CN103428023A (en) * 2012-05-25 2013-12-04 中兴通讯股份有限公司 Operation configuration method and device
WO2016127773A1 (en) * 2015-02-10 2016-08-18 中兴通讯股份有限公司 Update method and device
CN107291532A (en) * 2016-03-31 2017-10-24 富士施乐实业发展(中国)有限公司 The automated execution method and device of application program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020017410A (en) * 2000-08-30 2002-03-07 서평원 Real time reaction leading method for alterating session grade in administrative control system
CN1967475A (en) * 2006-04-29 2007-05-23 华为技术有限公司 Development system of script command line
CN101110702A (en) * 2007-08-14 2008-01-23 中兴通讯股份有限公司 Method for command line interface authority classification and system thereof
CN101371556A (en) * 2005-12-29 2009-02-18 Csb-系统公司 Arrangement for using ERP-systems on, preferably, mobile devices

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100520718C (en) * 2007-09-28 2009-07-29 华为技术有限公司 Script order registration method, method and device for calling source program code

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020017410A (en) * 2000-08-30 2002-03-07 서평원 Real time reaction leading method for alterating session grade in administrative control system
CN101371556A (en) * 2005-12-29 2009-02-18 Csb-系统公司 Arrangement for using ERP-systems on, preferably, mobile devices
CN1967475A (en) * 2006-04-29 2007-05-23 华为技术有限公司 Development system of script command line
CN101110702A (en) * 2007-08-14 2008-01-23 中兴通讯股份有限公司 Method for command line interface authority classification and system thereof

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012106901A1 (en) * 2011-07-18 2012-08-16 华为技术有限公司 Web-based script language editing method, system and web client
CN103109289A (en) * 2011-07-18 2013-05-15 华为技术有限公司 Web-based script language editing method, system and web client
CN103109289B (en) * 2011-07-18 2016-03-09 华为技术有限公司 Based on the script edit methods of WEB, system and WEB client side
CN103186733A (en) * 2011-12-30 2013-07-03 中国移动通信集团广东有限公司 Database user behavior management system and database user behavior management method
CN103186733B (en) * 2011-12-30 2016-01-27 中国移动通信集团广东有限公司 Database user behavior management system and database user behavior management method
CN103428023A (en) * 2012-05-25 2013-12-04 中兴通讯股份有限公司 Operation configuration method and device
WO2016127773A1 (en) * 2015-02-10 2016-08-18 中兴通讯股份有限公司 Update method and device
CN105991327A (en) * 2015-02-10 2016-10-05 中兴通讯股份有限公司 Updating method and apparatus thereof
CN107291532A (en) * 2016-03-31 2017-10-24 富士施乐实业发展(中国)有限公司 The automated execution method and device of application program

Also Published As

Publication number Publication date
WO2012000260A1 (en) 2012-01-05
CN101887375B (en) 2014-04-09

Similar Documents

Publication Publication Date Title
CN103336705B (en) Automatic transcoding between script process and Workflow system and semantic self adaptation
CN102141919B (en) Modularized java application software online updating system and method
CN101887375B (en) Method and system for implementing man-machine command system
US20160170719A1 (en) Software database system and process of building and operating the same
CN101145101A (en) Method, device and system for customizing and executing strategy in edition control
CN105324750A (en) Development-environment system, development-environment device, and development-environment provision method and program
CN112558980A (en) Multi-software-package management method and device
CN101013364A (en) Method and system for extensible user interface
CN104781805A (en) Method and apparatus for metadata directed dynamic and personal data curation
CN103077043A (en) Method for fast starting and operating Linux
CN104517181A (en) Enterprise content management system and enterprise content management method for nuclear power plants
CN103064717A (en) Device and method for parallel installation of software for cluster system
CN102591716A (en) Data items manager
CN112149109A (en) Modularized authority control management method and system
CN110474983A (en) Cloud configuration method and system based on agency service
CN106201608A (en) Computer UEFI firmware update
CN107808002A (en) A kind of portal website's content Dynamic Distribution and the method for issue
CN102376036A (en) System and method for ad-hoc modification of a process during runtime
JP6002302B2 (en) Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program
WO2010044150A1 (en) Program change management device, program change management program, and program change management method
CN102164314B (en) Data management method and device based on digital television terminal middleware
KR100922526B1 (en) Method and system of managing data quality through provisioning of metadata in the execution of business process
CN102169437A (en) System and method for providing software update by using separated modules
CN102750170A (en) Method for updating FLASH upgrade module of set top box
Li JIRA 5.2 Essentials

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140409

Termination date: 20190630