CN105824944B - A kind of XML configuration data maintaining method and system based on scripting language - Google Patents
A kind of XML configuration data maintaining method and system based on scripting language Download PDFInfo
- Publication number
- CN105824944B CN105824944B CN201610160164.XA CN201610160164A CN105824944B CN 105824944 B CN105824944 B CN 105824944B CN 201610160164 A CN201610160164 A CN 201610160164A CN 105824944 B CN105824944 B CN 105824944B
- Authority
- CN
- China
- Prior art keywords
- configuration data
- configuration
- node
- parameter
- attribute
- 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.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a kind of XML configuration data maintaining method and system based on scripting language, this method comprises: a configuration data template table is established to configuration data, to save the attribute of configuration data interior joint and parameter;Configuration data global table is established to configuration data using script, realizes the configuration of the default data of node and parameter;Issue configuration work order, obtain the node or parameter of configuration, search configuration data template table, obtain the attribute of configured node or parameter, corresponding configuration operation is carried out according to the attribute of acquisition, the present invention simplifies the way to manage of data by realizing the management and configuration of XML in CWMP using scripting language, passes through the easy to operate upgrading and maintenance of system of scripting.
Description
Technical field
The present invention relates to a kind of embedded system fields, more particularly to a kind of XML configuration data based on scripting language
Maintaining method and system.
Background technique
The gateway terminals such as traditional CPE carry out parameter configuration by the page and order line, and configuration is more inefficient and cannot
Carry out long-range management and mass disposal.
TR069 (Technical Reports 069, user side equipment wide area network management agreement) is DSL (Digital
Subscriber Line, Digital Subscriber Line) consensus standard defined in forum, it provides from network side to the net in home network
The mode of the equipment such as pass, router, set-top box progress remote centralized management.It mainly include two in the frame defined in TR069
Types of logical devices: the ACS of managed CPE (CustomerPremise Equipment, user side equipment) and responsible management
(Automat ically Configuration Sever, Automatic Configuration Server), wherein all configurations relevant to CPE,
The work such as diagnosis, upgrading are completed by ACS.
XML (Extensible Markup Language, extensible markup language) is the son of standard generalized markup language
Collection, is a kind of for marking electronic document to make it have structural markup language.In electronic computer, label refers to computer
Information symbol to understand is can handle between computer by such label comprising various information, it can be used to mark
Numeration evidence defines data type, is a kind of original language that permission user is defined the markup language of oneself.XML is very suitable
WWW transmission is closed, unified method is provided to describe and exchange the structural data independently of application program or supplier, is
Technology cross-platform in Internet environment, dependent on content, and the effective tool of current processing distributed frame information.
In embedded device, the transmitting of configuration data, such as the parameter configuration in TR069 are carried out commonly using XML.Existing
In some embedded devices, self-defining data structure, such as the modes such as array or chained list is generally directly used to realize data
Operation, due to needing customized various structures for different XML structure, implement relatively complicated, design
It requires a great deal of time with coding;Another method is realized based on embedded data, since database generally uses
The describing mode of relationship type, for the form described using modes such as path and nodes, some are unable to do what one wishes, in addition, due to right
The dependence of SQL, working efficiency is not high, for embedded device, it will consumes more resources.
In conclusion the prior art has the following deficiencies:
(1) need to carry out exquisite Data Structure Design, the work such as debugging take a substantial amount of time;
(2) for database use, more resources are consumed, operational efficiency is not high.
Summary of the invention
In order to overcome the deficiencies of the above existing technologies, purpose of the present invention is to provide a kind of based on scripting language
XML configuration data maintaining method and system, being used to solve the prior art, time-consuming, dependence is strong, resource consumption is more and fortune
The not high problem of line efficiency.
In order to achieve the above object, the present invention proposes a kind of XML configuration data maintaining method based on scripting language, including as follows
Step:
Step 1 establishes a configuration data template table to configuration data, to save the category of configuration data interior joint and parameter
Property;
Step 2 establishes configuration data global table to configuration data using script, realizes the default data of node and parameter
Configuration;
Step 3 issues configuration work order, obtains the node or parameter of configuration, searches configuration data template table, and acquisition is matched
The attribute of the node or parameter set carries out corresponding configuration operation according to the attribute of acquisition.
Further, in step 3, first according to configuration work order, node and parameter are obtained, then from the configuration data
Whether template table searches its attribute writeable, if writeable, the value to be configured is written in configuration data global table, if can not
It writes, is then not written.
Further, which saves part or node and its attribute of configuration data as needed, should
All parameters and its attribute of configuration data template table preservation configuration data.
Further, the attribute of the configuration data template table interior joint includes at least single example or more examples, the category of parameter
Property include at least it is read-only, readable/writeable.
Further, which includes at least node/parameter and its default value.
Further, this method further includes following steps,
To each node or the corresponding handling function of parameter setting in configuration data global table, with real in corresponding node
Existing corresponding function treatment.
Further, which uses LUA scripting language.
In order to achieve the above objectives, the XML configuration data maintenance system based on scripting language that the present invention also provides a kind of, packet
It includes:
Configuration data template table establishes unit, a configuration data template table is established to configuration data, to save configuration data
The attribute of interior joint and parameter;
Configuration data global table establishes unit, establishes configuration data global table to configuration data using script, realizes node
With the configuration of the default data of parameter;
Configuring maintenance unit obtains the node or parameter of configuration by configuring work order, searches configuration data template table, obtains
The attribute of the node or parameter that are configured carries out corresponding configuration according to the attribute of acquisition.
Further, which obtains node and parameter, then from the configuration number first according to configuration work order
It is whether writeable that its attribute is searched according to template table, if writeable, the value to be configured is written in configuration data global table, if not
It is writeable, then it is not written.
Further, which further includes nodal function expanding element, and the nodal function expanding element is in the configuration data
To each node or the corresponding handling function of parameter setting in global table, to realize corresponding function treatment in corresponding node.
Compared with prior art, a kind of XML configuration data maintaining method and system based on scripting language of the present invention passes through
The management and configuration that XML in CWMP (TR069) is realized using scripting language (LUA), are simplified the way to manage of data, passed through
The easy to operate upgrading and maintenance of system of scripting.
Detailed description of the invention
Fig. 1 is a kind of step flow chart of the XML configuration data maintaining method based on scripting language of the present invention;
Fig. 2 is a kind of system architecture diagram of the XML configuration data maintenance system based on scripting language of the present invention.
Specific embodiment
Below by way of specific specific example and embodiments of the present invention are described with reference to the drawings, those skilled in the art can
Understand further advantage and effect of the invention easily by content disclosed in the present specification.The present invention can also pass through other differences
Specific example implemented or applied, details in this specification can also be based on different perspectives and applications, without departing substantially from
Various modifications and change are carried out under spirit of the invention.
Fig. 1 is a kind of step flow chart of the XML configuration data maintaining method based on scripting language of the present invention.Such as Fig. 1 institute
Show, a kind of XML configuration data maintaining method based on scripting language of the present invention includes the following steps:
Step 101, a configuration data template table is established to configuration data, to save the category of configuration data interior joint and parameter
Property.
Since configuration data is a dynamic table, server can arbitrarily be changed data, and therefore, the present invention is first
First establishing has a configuration data template table, for saving the attribute of configuration data node and parameter.With configuration data Intern
EtGatewayDevice.LANDevice. { i } .Hosts.Host. { 1 } and InternetGatewayDevice.Manageme
For ntServer.PeriodicInformInterval, configuration data template table is as shown in table 1:
1 configuration template table of table
Character string | Type | Attribute 1 | Attribute 2 |
InternetGatewayDevice.LANDevice.{i} | Node | More examples | |
InternetGatewayDevice.LANDevice.{i}.Hosts | Node | Single example | |
InternetGatewayDevice.LANDevice.{i}.Hosts.Host.{1} | Parameter | It is read-only | |
InternetGatewayDevice.ManagementServer.PeriodicInformInterval | Parameter | It is readable/writeable |
It should be noted that, the node and its attribute saved in configuration template table can be whole nodes herein, be also possible to
Part of nodes can be optionally arranged, and parameter and its attribute all in configuration data are preserved in configuration template table, the present invention
In, the attribute of the parameter of configuration data includes at least read-only and readable/writeable two attribute.The work of configuration data template table
It is consistent with the essential attribute and Operation and Maintenance for being guarantee data.Such as when needing to delete to some node, pass through visit
Ask template table, if it find that the node is read only attribute, that will guarantee that the node is not deleted.
In the specific embodiment of the invention, the present invention is realized by taking scripting language LUA as an example.Lua is a kind of scripting language.Its
Purpose of design is in order to be embedded in application program, to provide flexible extension and customization function for application program.Lua is by standard
C writes, and can almost compile in all operating systems and platform, operation.Lua script can be easily by C/C+
+ code calls, and the function Lua of C/C++ can also be called to be write by standard C in turn, code precision and elegance, almost in institute
Having can compile on operating system and platform, operation.One complete Lua interpreter only 200k, in current all scripts
In engine, the speed of Lua is most fast.
In a step 101, the conversion of node and parameter to configuration data template table is realized using model function, with above-mentioned
For example, description script is as follows:
Model (" InternetGatewayDevice.LANDevice. { i } .Hosts.Host.1 ", { attr="
Readonly"});
model("InternetGatewayDevice.ManagementServer.PeriodicInformInterv
al",10)。
Step 102, configuration data global table is established to configuration data using script, realizes the default data of node and parameter
Configuration.
Before configuration data is not configured by server, system has a basic configuration data table.Present invention needle first
To the node definition in CWMP (TR069), the default value creation of global table is realized by configuration file.With configuration data Int
ErnetGatewayDevice.LANDevice. { i } .Hosts.Host. { i } and InternetGatewayDevice.Manag
For ementServer.PeriodicInformInterval, configuration data global table is as shown in table 2:
2 configuration data global table of table
Character string | Value |
InternetGatewayDevice.LANDevice.1 | 1 |
InternetGatewayDevice.LANDevice.2 | 2 |
InternetGatewayDevice.LANDevice.1.Hosts | 3 |
InternetGatewayDevice.LANDevice.1.Hosts.Host.1 | 192.168.1.1 |
InternetGatewayDevice.LANDevice.1.Hosts.Host.2 | 192.168.1.2 |
InternetGatewayDevice.LANDevice.2.Hosts.Host.1 | 192.168.1.3 |
InternetGatewayDevice.LANDevice.2.Hosts.Host.2 | 192.168.1.4 |
InternetGatewayDevice.ManagementServer.PeriodicInformInterval | 10 |
In the specific embodiment of the invention, for the node definition in CWMP (TR069), configuration number is realized by configuration file
It is created according to the default value of global table, the format of the configuration file are as follows:
parameters("InternetGatewayDevice.LANDevice.1.Hosts.Host.1","
192.168.1.1")
parameters("InternetGatewayDevice.ManagementServer.PeriodicInform
Interval",10)
Wherein parameters is the function write by LUA script, completes the creation of global table interior joint parameter.
In the present invention, it is created by what script was realized due to configuration data global table, it can be by directly repairing
Change script, realize the configuration of default data, without changing host language (C), therefore, the present invention can greatly speed up the speed of exploitation
Degree.
Step 103, configuration work order is issued, the node or parameter of configuration are obtained, searches configuration data template table, acquisition is matched
The attribute of the node or parameter set carries out corresponding configuration according to the attribute of acquisition.
It is to configure InternetGatewayDevice.ManagementServer.PeriodicInformInt erval
Example first issues configuration work order if the value is arranged, and obtains node and parameter InternetGatewayDevice.Managem
Then whether writeable entServer.PeriodicInformInterval searches its attribute from configuration data template table, if
It is writeable, then the value to be configured is written in configuration data global table, if not writeable, is not written, in the embodiment of the present invention
In, due to InternetGatewayDevice.ManagementServer.PeriodicInform in configuration data template table
The attribute of Interval be it is writeable, then will the value that configured be written global table in;If it is InternetGatewayDevi
Ce.LANDevice.1.Hosts.Host.1, the index being first depending in the node definition generation configuration data template table of CWMP
Form becomes InternetGatewayDevice.LANDevice. { i } .Hosts.Host. { i }, check whether it is writeable, if
It is writeable, then global table is write into configuration.
In the specific embodiment of the invention, realized using SetParameterValues function, to configure InternetGa
For the corresponding value of tewayDevice.ManagementServer.PeriodicInformInterval,
Setting is called first
SetParameterValues(InternetGatewayDevice.ManagementServer.PeriodicIn
formInterval,20);
Then by searching for node and accordingly it is arranged
getNode("InternetGatewayDevice.ManagementServer.PeriodicInformInterv
Al "), show that internal value is as follows:
{
V=20
}
Certainly, by other functions, such as GetParameterValues, GetParameterNames etc. can lead to
It crosses similar method and realizes that it will not be described here.
Preferably, the XML configuration data maintaining method based on scripting language of the present invention, further includes following steps:
To each node or the corresponding handling function of parameter setting in configuration data global table, with real in corresponding node
Existing corresponding function treatment.
It is interacted since CWMP itself only completes the configuration data between server, endless processing at function itself, because
Function treatment function is arranged in this present invention in corresponding node.Specifically, to each node and ginseng in configuration data global table
Corresponding handling function is arranged in number, as shown in table 3:
3 configuration data global table of table
In the specific embodiment of the invention, CWMP itself only completes the interaction of the configuration data between server, therefore needs
The update for notifying other module corresponding configuration data, here with scripting language LUA, using following configuration file:
notify("InternetGatewayDevice.ManagementServer",{"cwmp"})
Wherein notify is function, completes the update of parameter content into template table.
It can continue modification to be configured that
notify("InternetGatewayDevice.ManagementServer",{"cwmp",”netifd”})
Show the update of cwmp and netifd all to node InternetGatewayDevice.ManagementServer
It is interested.
GetNode (" InternetGatewayDevice.ManagementServer ") shows that internal value is as follows:
After node variation, corresponding nodal information can be found using script, and is disappeared respectively to the transmission of corresponding module
Breath, after corresponding module receives message, can carry out respective handling.
Fig. 2 is a kind of system architecture diagram of the XML configuration data maintenance system based on scripting language of the present invention.Such as Fig. 2 institute
Show, a kind of XML configuration data maintenance system based on scripting language of the present invention, comprising: configuration data template table establishes unit
201, configuration data global table establishes unit 202 and configuring maintenance unit 203.
Wherein, configuration data template table establishes unit 201, establishes a configuration data template table to configuration data, to save
The attribute of configuration data interior joint and parameter.The node and its attribute saved in configuration data template table can be whole nodes,
Be also possible to part of nodes, can optionally be arranged, preserved in configuration data template table parameter all in configuration data and its
Attribute, the present invention in, the attribute of the parameter of configuration data, include at least read-only and readable/writeable two attribute.Configuration data
The effect of template table is to guarantee that the essential attribute of data and Operation and Maintenance are consistent.For example it needs to delete when to some node
When, by access templates table, if it find that the node is read only attribute, that will guarantee that the node is not deleted.
Configuration data global table establishes unit 202, establishes configuration data global table to configuration data using script, realizes section
The configuration of point and the default data of parameter.Node/parameter and its corresponding default number are included at least in the configuration data global table
Value.In the specific embodiment of the invention, for the node definition in CWMP (TR069), realize that configuration data is complete by configuration file
The default value creation of office's table, the format of the configuration file are as follows:
parameters("InternetGatewayDevice.LANDevice.1.Hosts.Host.1","
192.168.1.1")
parameters("InternetGatewayDevice.ManagementServer.PeriodicInform
Interval",10)
Wherein parameters is the function write by LUA script, completes the creation of global table interior joint parameter.
In the present invention, it is created by what script was realized due to configuration data global table, it can be by directly repairing
Change script, realize the configuration of default data, without changing host language (C), therefore, the present invention can greatly speed up the speed of exploitation
Degree.
Configuring maintenance unit 203 obtains the node or parameter of configuration by configuring work order, searches configuration data template table,
The attribute for obtaining configured node or parameter carries out corresponding configuration according to the attribute of acquisition.
It is to configure InternetGatewayDevice.ManagementServer.PeriodicInformInt erval
Example, by configuring work order, obtains node and parameter InternetGatewayDevice.Managemen if the value is arranged
Then whether writeable tServer.PeriodicInformInterval searches its attribute from configuration data template table, if can
It writes, then the value to be configured is written in configuration data global table, if not writeable, be not written, in embodiments of the present invention,
Due to InternetGatewayDevice.ManagementServer.PeriodicInformInt in configuration data template table
The attribute of erval be it is writeable, then will the value that configured be written global table in;If it is InternetGatewayDevice.L
ANDevice.1.Hosts.Host.1, the index form being first depending in the node definition generation configuration data template table of CWMP,
Become InternetGatewayDevice.LANDevice. { i } .Hosts.Host. { i }, check whether it is writeable, if writeable,
Global table then is write into configuration.
Preferably, the XML configuration data maintenance system based on scripting language of the present invention further includes that nodal function extension is single
Member 204, nodal function expanding element 204 in configuration data global table to each node or the corresponding handling function of parameter setting,
To realize corresponding function treatment in corresponding node.For example, CWMP itself only completes the configuration data between server
Interaction, endless processing at function itself, needs to notify the update of other module corresponding configuration data, can be in the configuration data overall situation
To node or parameter setting notifier processes function in table, to notify the update of other module corresponding configuration data.
In conclusion a kind of XML configuration data maintaining method and system based on scripting language of the present invention is by utilizing foot
This language (LUA) realizes the management and configuration of XML in CWMP (TR069), simplifies the way to manage of data, passes through scripting
The easy to operate upgrading and maintenance of system.
Anyone skilled in the art without departing from the spirit and scope of the present invention, repair above-described embodiment
Decorations and change.Therefore, the scope of the present invention, should be as listed in the claims.
Claims (10)
1. a kind of XML configuration data maintaining method based on scripting language, includes the following steps:
Step 1 establishes a configuration data template table to configuration data, to save the attribute of configuration data interior joint and parameter;
Step 2 establishes configuration data global table to configuration data using script, realizes matching for the default data of node and parameter
It sets;
Step 3 issues configuration work order, obtains the node or parameter of configuration, searches configuration data template table, what acquisition was configured
The attribute of node or parameter carries out corresponding configuration operation according to the attribute of acquisition.
2. a kind of XML configuration data maintaining method based on scripting language as described in claim 1, it is characterised in that: Yu Bu
In rapid three, first according to configuration work order, node and parameter is obtained, then its attribute is searched from the configuration data template table and whether may be used
It writes, if writeable, the value to be configured is written in configuration data global table, if not writeable, be not written.
3. a kind of XML configuration data maintaining method based on scripting language as claimed in claim 2, it is characterised in that: this is matched
Part or node and its attribute that data template table saves configuration data as needed are set, which saves configuration
All parameters and its attribute of data.
4. a kind of XML configuration data maintaining method based on scripting language as claimed in claim 3, it is characterised in that: this is matched
The attribute for setting data template table interior joint includes at least single example or more examples, the attribute of parameter include at least it is read-only, readable/can
It writes.
5. a kind of XML configuration data maintaining method based on scripting language as described in claim 1, which is characterized in that this is matched
Data global table is set including at least node/parameter and its default value.
6. a kind of XML configuration data maintaining method based on scripting language as claimed in claim 5, which is characterized in that the party
Method further includes following steps,
To each node or the corresponding handling function of parameter setting in configuration data global table, with the realization pair in corresponding node
The function treatment answered.
7. a kind of XML configuration data maintaining method based on scripting language as described in claim 1, it is characterised in that: the foot
This language uses LUA scripting language.
8. a kind of XML configuration data maintenance system based on scripting language, comprising:
Configuration data template table establishes unit, establishes a configuration data template table to configuration data, is saved with saving in configuration data
The attribute of point and parameter;
Configuration data global table establishes unit, establishes configuration data global table to configuration data using script, realizes node and ginseng
The configuration of several default datas;
Configuring maintenance unit obtains the node or parameter of configuration by configuring work order, searches configuration data template table, and acquisition is matched
The attribute of the node or parameter set carries out corresponding configuration according to the attribute of acquisition.
9. a kind of XML configuration data maintenance system based on scripting language as claimed in claim 8 does not have, it is characterised in that: should
Configuring maintenance unit according to configuration work order, obtains node and parameter, then searches its attribute from the configuration data template table first
It is whether writeable, if writeable, the value to be configured is written in configuration data global table, if not writeable, is not written.
10. a kind of XML configuration data maintenance system based on scripting language as claimed in claim 8 does not have, it is characterised in that: should
System further includes nodal function expanding element, and the nodal function expanding element is in the configuration data global table to each node or ginseng
Corresponding handling function is arranged in number, to realize corresponding function treatment in corresponding node.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610160164.XA CN105824944B (en) | 2016-03-21 | 2016-03-21 | A kind of XML configuration data maintaining method and system based on scripting language |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610160164.XA CN105824944B (en) | 2016-03-21 | 2016-03-21 | A kind of XML configuration data maintaining method and system based on scripting language |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105824944A CN105824944A (en) | 2016-08-03 |
CN105824944B true CN105824944B (en) | 2019-10-22 |
Family
ID=56524056
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610160164.XA Active CN105824944B (en) | 2016-03-21 | 2016-03-21 | A kind of XML configuration data maintaining method and system based on scripting language |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105824944B (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106682105B (en) * | 2016-12-05 | 2021-09-03 | 京信网络系统股份有限公司 | Conversion of TR (transmitter-receiver) parameters and structure body parameters and communication method and system of ACS (auto-configuration server) and CPE (customer premises equipment) |
CN106997299A (en) * | 2017-03-24 | 2017-08-01 | 长沙趣动文化科技有限公司 | Encryption and hot update method, device |
CN109814915B (en) * | 2018-12-29 | 2022-07-22 | 天津字节跳动科技有限公司 | Parameter configuration method, device, medium and electronic equipment based on lua |
CN109918149A (en) * | 2019-03-05 | 2019-06-21 | 网经科技(苏州)有限公司 | It is a kind of to realize that authority control method is arranged to CPE in more ACS platforms |
CN114237740A (en) * | 2021-12-08 | 2022-03-25 | 中盈优创资讯科技有限公司 | White-box configuration method and device based on tagged language |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104158692A (en) * | 2014-08-25 | 2014-11-19 | 烽火通信科技股份有限公司 | Method of implementing configuration and management of data of home gateway based on XML (Extensible Markup Language) |
CN104951565A (en) * | 2015-07-10 | 2015-09-30 | 上海斐讯数据通信技术有限公司 | XML configuration maintenance method and system based on memory database |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8880578B2 (en) * | 2006-12-01 | 2014-11-04 | Lsi Corporation | Hardware independent simple network management protocol based on a generic data collection scheme |
-
2016
- 2016-03-21 CN CN201610160164.XA patent/CN105824944B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104158692A (en) * | 2014-08-25 | 2014-11-19 | 烽火通信科技股份有限公司 | Method of implementing configuration and management of data of home gateway based on XML (Extensible Markup Language) |
CN104951565A (en) * | 2015-07-10 | 2015-09-30 | 上海斐讯数据通信技术有限公司 | XML configuration maintenance method and system based on memory database |
Also Published As
Publication number | Publication date |
---|---|
CN105824944A (en) | 2016-08-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105824944B (en) | A kind of XML configuration data maintaining method and system based on scripting language | |
CN110933146B (en) | Data conversion method and device and server | |
EP3701680B1 (en) | Network slice configuration | |
CN106371825B (en) | A kind of mobile terminal application interface list dynamic creation method and device | |
CN109726216A (en) | A kind of data processing method and processing system based on directed acyclic graph | |
EP3172866B1 (en) | System and method for metadata enhanced inventory management of a communications system | |
CN106528129A (en) | Web application interface generation system and method | |
CN105049256B (en) | A kind of general self defined interface message realization method and system | |
CN104881490A (en) | WEB form data access method and system | |
CN105278946A (en) | RESTful API visualization method | |
CN104778285A (en) | XML-based WEB service system and working method thereof | |
CN109194704A (en) | A kind of end B/S three-dimensional modeling data storage method, device and storage medium | |
CN107665237A (en) | Data structure sorter, the distribution subscription system of unstructured data and method | |
CN104166705A (en) | Access method and device of database | |
Ameloot et al. | Deciding eventual consistency for a simple class of relational transducer networks | |
Cao et al. | Support mechanisms for cloud configuration using XML filtering techniques: A case study in SaaS | |
WO2016095509A1 (en) | Conversion method and conversion apparatus for object-oriented model data | |
CN108092959B (en) | BACnet protocol analysis method based on configuration | |
US10853366B2 (en) | Cooperative expression visitors | |
CN111988179B (en) | YANG model management system, method and storage medium | |
CN110891239B (en) | PNF configuration and PNFD TOSCA implementation method and device | |
US20050138609A1 (en) | Method of translating computer program code, communications system and network management entity therefor | |
CN103001813A (en) | Method for configuration management in network management device | |
CN112182305A (en) | XML (extensive markup language) analysis module and method based on XML rules and management method of configuration data | |
CN107506299A (en) | A kind of code analysis methods and terminal 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: 20201109 Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province Patentee after: Hangzhou Jiji Intellectual Property Operation Co., Ltd Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666 Patentee before: Phicomm (Shanghai) Co.,Ltd. |
|
TR01 | Transfer of patent right |