CN104965909B - A kind of request processing method of dynamic web content - Google Patents

A kind of request processing method of dynamic web content Download PDF

Info

Publication number
CN104965909B
CN104965909B CN201510383918.3A CN201510383918A CN104965909B CN 104965909 B CN104965909 B CN 104965909B CN 201510383918 A CN201510383918 A CN 201510383918A CN 104965909 B CN104965909 B CN 104965909B
Authority
CN
China
Prior art keywords
web server
data
storage service
service system
application
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
Application number
CN201510383918.3A
Other languages
Chinese (zh)
Other versions
CN104965909A (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.)
Shanghai Vaughan Information Technology Co Ltd
Original Assignee
Shanghai Vaughan Information 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 Shanghai Vaughan Information Technology Co Ltd filed Critical Shanghai Vaughan Information Technology Co Ltd
Priority to CN201510383918.3A priority Critical patent/CN104965909B/en
Publication of CN104965909A publication Critical patent/CN104965909A/en
Application granted granted Critical
Publication of CN104965909B publication Critical patent/CN104965909B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

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 Transfer Between Computers (AREA)

Abstract

The invention belongs to computer software technical field, there is provided a kind of request processing method of dynamic web content, including:Data are filled in, and send dynamic content demand instruction;Request to create message, and request message is sent to Web Server;Request path is converted to One function path by Web Server, from function corresponding to the lookup of Logic application administrative unit, is established the connection with data storage service system, is prepared parameter value according to metadata;Send call instruction and parameter value;After data storage service system receives call instruction and parameter value, corresponding process, function or method are performed, carries out validity, security verification, performs data manipulation logic, produces data manipulation result;Web Server, user agent are sent to successively according to the data that data manipulation result creates;Terminal dynamic generation web content where user agent is presented to user.The present invention is few to Web Server resource occupation without performing application code on Web Server, and Web Server operational efficiency and handling capacity is high.

Description

A kind of request processing method of dynamic web content
Technical field
The invention belongs to computer software technical field, more particularly to a kind of request processing method of dynamic web content.
Background technology
Existing dynamic web content generation scheme comprises the following steps:(1)User fills in data by user agent, and Send dynamic content demand instruction;(2)Request message is sent to by user agent according to user instruction request to create message Web Server;(3)Web Server receive request message, according to request path etc. according to application mapping logic and related association View, such as the lookup such as CGI, FastCGI, ISAPI apply path for processing request.These application be using Java, C#, What the dynamic languages such as PHP were realized;(4)Web Server start application from specified path, according to Web Server and apply it Between agreement, such as request handed to application by CGI, FastCGI, ISAPI etc., and os starting may be needed by starting application With scheduling process, and being in communication with each other between process may then be needed by delivering request;(5)Using according to request path etc. according to route Mapping logic is found for handling the page or method of request, and request is handed into the page or method.The page or method are The executable code of the following operation is realized using dynamic languages such as Java, C#, PHP;(6)The page or method perform and number The associative operations such as the data verification before being connected according to storage service system;Data storage service system is Database Systems, file system System, pass through data-interface or other kinds of data service system disclosed in the service such as Web Service;(7)The page or method The connection of data storage service system is established, data operation commands and relevant parameter are submitted to data storage service system;(8) Data storage service system performs order, and the data manipulation result after performing order is returned to the page or method;(9)The page or Method receives data manipulation result, closes the connection to data storage service system;(10)The page or method perform to be grasped with data Make the related operation of result, and dynamic generation response contents;(11)The response contents of generation are returned to application by the page or method; (12)Web Server are returned to using by response contents;(13)Response contents are sent to user agent by Web Server; (14)Response contents are presented to user in user agent.
Existing dynamic web content generation scheme needs to perform on Web Server to be compiled by language such as Java, C#, PHP The application write, the resources such as the substantial amounts of CPU of Web Server and internal memory can be taken by performing these codes so that Web Server The network processes that can not be absorbed between client, the shortcomings that causing Web Server handling capacities low:(1)Using Java, C#, The application operational efficiency of the dynamic languages such as PHP exploitation is relatively low.(2)Web Server need increase by one to apply mapping logic, look into Look for, start using can also take the resources such as CPU and internal memory.Especially when application is the operating system process of an independent operating When, it usually needs os starting, scheduling and termination process, and may be because and enter line number between Web Server and application Interprocess communication is needed according to exchange.(3)It may be needed data in different coding form between Web Server and application Between changed, such as the change data between UTF-8 and UTF-16, this can equally take the resources such as CPU and internal memory.
Therefore, computer software technical field, which is badly in need of one kind, need not call code, and the speed of service is fast, and committed memory is small, carries High Web Server operational efficiency and handling capacity, improves the request of the dynamic web content of the bulk velocity of network system Processing method.
The content of the invention
The invention provides a kind of request processing method of dynamic web content, technical scheme are as follows:
A kind of request processing method of dynamic web content, comprises the following steps:
Step 1, user fill in data by user agent, and send dynamic content demand instruction;
Step 2, user agent disappear request according to the user's request instruction request to create message sent in step 1 Breath is sent to Web Server;
Step 3, the request message in Web Server receiving steps two, and request path is converted into One function road Footpath;
Step 4, feature paths of the Web Server in step 3 from Logic application administrative unit search corresponding to work( Can, that is, in searching data storage service system process, function or method metadata;
A Logic application administrative unit built in Web Server, the application of the Logic application administrative unit management be not by Java, C#, PHP language realize an executable program being physically present, but logically there are it is mutually isolated not With application;
Logic refers to that it is not the executable program realized by Java, C#, PHP language to apply, therefore on Web Server The not corresponding executable program file of the presence of physics;
Logic application administrative unit manages developer, application, module, the tree of functional unit composition;
Step 5, Web Server establish Web Server and data according to the link information in the metadata of step 4 Connection between storage service system;
Step 6, Web Server are that each parameter defined in the metadata of step 4 prepares parameter value, parameter value Come from the request message that user agent sends in step 2;
Step 7, Web Server pass through between the Web Server and data storage service system that are established in step 5 Connection, send call instruction and the parameter value of each parameter;
Step 8, after data storage service system receives the call instruction sent in step 7 and parameter value, start to hold Row object procedure, function or method;
Step 9, process, function or the method for data storage service system have to the parameter value sent in step 7 Effect property, security verification, data manipulation logic is performed, produce data manipulation result, and data manipulation result is organized as user Agency is capable of the language format of Direct Recognition;
Direct Recognition refers to that data need not be changed before user agent is sent to from speech level to data, but still Need the conversion of progress data encoding format;
Step 10, data storage service system can be led to what is created in step 9 by the data of user agent's Direct Recognition The linkup transmit crossed between Web Server and data storage service system gives Web Server;
Step 11, Web Server are converted to the data received in step 10 the data encoding of user agent's requirement Form, and it is sent to user agent;
Step 12, user agent are patrolled the data received in the terminal where user agent using script Processing, dynamic generation web content are collected, and is presented to user.
Preferably, in a kind of above-mentioned request processing method of dynamic web content, Logic application administrative unit in step 4 Manage developer, the tree that application, module, functional unit are formed, the physical relationship between each component is as follows:
Each application is identified the developer of this application by developer's code, and developer's code is in global scope It is inside unique;
Same developer can develop one, two or more applications, and each application has an application identifier, Application identifier is unique in the range of same developer;
One application includes one, two or more modules, and each module has a module identifier, same Application internal model block identifier is unique;
One module includes one, two or more functions, and each function has One function identifier, same Function identifier is unique in module range.
Preferably, in a kind of above-mentioned request processing method of dynamic web content, metadata includes in step 4:Function Identifier;Link information between Web Server and data storage service system, such as:The position of data storage service system Put, authentication information;The identifier of object procedure, function or method in data storage service system;Data storage service system The parameter list of object procedure, function or method in system, and the identifier of each parameter, position, data type, size; Type, the size for the data that object procedure, function or method return;The data encoding format that data storage service system uses.
Preferably, in a kind of above-mentioned request processing method of dynamic web content, data storage service system in step 4 In process, function or method include:Database store process, database functions or Web Service methods.
Preferably, in a kind of above-mentioned request processing method of dynamic web content, user agent can be direct in step 9 The language format of identification includes:Html, css and javascript.
Preferably, in a kind of above-mentioned request processing method of dynamic web content, the script in step 12 is javascript。
Beneficial effects of the present invention:
1st, a Logic application administrative unit built in Web Server, is managed by developer, application, module, function group The tree that part is formed.Web Server realize request path to the conversion of feature path by the tree and reflected Penetrate, and the lookup to function.Using not being an executable program being physically present being made up of executable code, using not Any code is performed on Web Server, it is few to Web Server resource occupation, Web Server operational efficiency and handle up Amount is high.
2nd, the functional unit in tree as described above refers to process, function or method in data storage service system Metadata.The metadata establishes a kind of agreement, agreement description between Web Server and data storage service system How Web Server establish the connection of data storage service system, how to call the mistake in data storage service system Journey, function or method, and how to data storage service system Transfer Parameters value.
3rd, Web Server do not perform any business logical operation to the request data from user agent, while also not right The response data of data storage service system performs any business logical operation, Web few to Web Server resource occupation Server operational efficiency and handling capacity is high.
4th, should by the physics for actually performing code on Web Server in the prior art relative to prior art, the present invention The Logic application that code will not be actually performed on Web Server with being converted to, avoid startup, scheduling to physical application And termination, the execution of physical application code is avoided, the data carried out between Web Server and physical application is avoided and leads to Letter and data code conversion, so as to reduce the consumption to the resource such as CPU and internal memory on Web Server, improve Web Server operational efficiency and handling capacity, improve the bulk velocity of network system.
Brief description of the drawings
Describe the present invention in detail with reference to the accompanying drawings and detailed description:
Fig. 1 is a kind of flow chart of the request processing method of dynamic web content.
Fig. 2 is the tree-shaped structural representation of Logic application administrative unit of the present invention.
Embodiment
In order that measure, creation characteristic, reached purpose and effect that the technology of the present invention is realized are easy to understand, tie below Conjunction is specifically illustrating, and the present invention is expanded on further.
Fig. 1 is a kind of flow chart of the request processing method of dynamic web content, and a kind of request of dynamic web content is handled Method, comprise the following steps:
Step 1, user fill in data by user agent, and send dynamic content demand instruction;
Step 2, user agent disappear request according to the user's request instruction request to create message sent in step 1 Breath is sent to Web Server;
Step 3, the request message in Web Server receiving steps two, and be a work(by request path conversion map Can path;
Such as:Request path is " during/login ", to be converted to feature path "/waln/sys/user/login ", then institute Having the request path from user agent, " it is "/waln/sys/user/login's " to path that/login ", which will be considered as, The request of function;
If request path has been a complete, effective feature path, directly using request path as function road Footpath;
Step 4, Web Server search from Logic application administrative unit pair according to the feature path obtained in step 3 The metadata of process, function or method in the function of answering, that is, searching data storage service system;
A Logic application administrative unit built in Web Server, the application of the Logic application administrative unit management be not by The executable program being physically present that the language such as Java, C#, PHP are realized, but logically there are mutually isolated Different application;
Logic refers to that it is not the executable program realized by language such as Java, C#, PHP to apply, therefore in Web Server On not physics the corresponding executable program file of presence;
Logic application administrative unit manages the tree of the components such as developer, application, module, function composition, these There is following relation between component:
Fig. 2 be Logic application administrative unit of the present invention tree-shaped structural representation, as shown in Fig. 2 each application by One developer's code come identify this application developer, developer's code is unique in global scope;
Same developer can develop one, two or more applications, and each application has an application identifier, Application identifier is unique in the range of same developer;
One application includes one, two or more modules, and each module has a module identifier, same Application internal model block identifier is unique;
One module includes one, two or more functions, and each function has One function identifier, same Function identifier is unique in module range;
For example, the process, function or method in data storage service system be database store process, database functions or Web Service methods etc.;
Metadata includes:
(1) function identifier;
(2) link information between Web Server and data storage service system, including data storage service system Position, authentication information etc.;
(3) in data storage service system object procedure, function or method identifier;
(4) in data storage service system object procedure, function or method parameter list, and each parameter Identifier, position, data type, size etc.;
(5) type for the data that object procedure, function or method return, size etc.;
(6) data encoding format that data storage service system uses;
Step 5, the link information in metadata of the Web Server in step 4, establishes Web Server and number According to the connection between storage service system;
Step 6, Web Server are that each parameter defined in the metadata in step 4 prepares parameter value, parameter Value comes from the request message that user agent sends in step 2;
Using parameter identifier as inquiry string field name, form fields title, cookie fields in request message Title or request header field names search parameter value;
If have found parameter value from request message, by the parameter value in request message according to requiring in metadata Data encoding format is changed;
If parameter value is not found from request message, then it is assumed that parameter value is sky;
Step 7, Web Server pass through between the Web Server and data storage service system that are established in step 5 Connection, send call instruction and the parameter value of each parameter;
Step 8, after data storage service system receives the call instruction sent in step 7 and parameter value, start to hold Row object procedure, function or method;
Step 9, process, function or the method for data storage service system have to the parameter value sent in step 7 The checking such as effect property, security, performs data manipulation logic, produces data manipulation result, and data manipulation result is organized as using Family agency can be with the language format of Direct Recognition, such as html, css or javascript etc.;
Direct Recognition refers to that data need not be changed before user agent is sent to from speech level to data, such as Jsp is converted to html, but still may need to carry out the conversion of data encoding format;
Step 10, data storage service system can be led to what is created in step 9 by the data of user agent's Direct Recognition The linkup transmit crossed between Web Server and data storage service system gives Web Server;
Step 11, Web Server are converted to the data received in step 10 the data encoding of user agent's requirement Form, and it is sent to user agent;
Step 12, user agent is in the terminal where user agent using language such as javascript to the number that receives According to progress logical process, dynamic generation web content, and it is presented to user.
The present invention Web Server built in a Logic application administrative unit, manage by developer, application, module, The tree that the components such as function are formed.Web Server realize request path to feature path by the tree Conversion and mapping, and the lookup to function.Using not being an executable journey being physically present being made up of executable code Sequence, using any code is not performed on Web Server, few to Web Server resource occupation, Web Server operation is imitated Rate and handling capacity are high.
Functional unit in tree as described above refers to process in data storage service system, function or method Metadata.The metadata establishes a kind of agreement between Web Server and data storage service system, and the agreement describes How Web Server establish the connection of data storage service system, how to call process in data storage service system, Function or method, and how to data storage service system Transfer Parameters value.
The Web Server of the present invention do not perform any business logical operation to the request data from user agent, simultaneously Also any business logical operation is not performed to the response data of data storage service system, it is few to Web Server resource occupation, Web Server operational efficiency and handling capacity is high.
The present invention will actually perform the thing of code on Web Server in the prior art relative to prior art, the present invention The Logic application that code will not ought to be actually performed on Web Server with being converted to, avoid startup to physical application, Scheduling and termination, avoid the execution of physical application code, avoid the number carried out between Web Server and physical application According to communication and data code conversion, so as to reduce the consumption to the resource such as CPU and internal memory on Web Server, Web is improved Server operational efficiency and handling capacity, improve the bulk velocity of network system.
General principle, principal character and the advantages of the present invention of the present invention has been shown and described above.The technology of the industry Personnel are it should be appreciated that the present invention is not limited to the above embodiments, and the simply explanation described in above-described embodiment and specification is originally The principle of invention, various changes and modifications of the present invention are possible without departing from the spirit and scope of the present invention, these changes Change and improvement all fall within the protetion scope of the claimed invention.The claimed scope of the invention by appended claims and its Equivalent defines.

Claims (7)

  1. A kind of 1. request processing method of dynamic web content, it is characterised in that including:
    Step 1, user fill in data by user agent, and send dynamic content demand instruction;
    Step 2, user agent disappear request according to the user's request instruction request to create message sent in the step 1 Breath is sent to Web Server;
    Step 3, the request message in Web Server receiving steps two, and be One function road by request path conversion map Footpath;
    Step 4, feature paths of the Web Server in the step 3 from Logic application administrative unit search corresponding to work( Can, that is, in searching data storage service system process, function or method metadata;
    A Logic application administrative unit built in Web Server, the application of the Logic application administrative unit management be not by Java, C#, PHP language realize an executable program being physically present, but logically there are it is mutually isolated not With application;
    It is not the executable program realized by Java, C#, PHP language that logic, which refers to apply, therefore on Web Server not The corresponding executable program file of presence of physics;
    Logic application administrative unit manages developer, application, module, the tree of functional unit composition;
    Step 5, Web Server establish Web Server and data according to the link information in the metadata of the step 4 Connection between storage service system;
    Step 6, Web Server are that each parameter defined in the metadata of the step 4 prepares parameter value, parameter value Come from the request message that user agent sends in step 2;
    Step 7, Web Server pass through between the Web Server and data storage service system that are established in the step 5 Connection, send call instruction and the parameter value of each parameter;
    Step 8, after data storage service system receives the call instruction sent in the step 7 and parameter value, start to hold Row object procedure, function or method;
    Step 9, process, function or the method for data storage service system have to the parameter value sent in the step 7 Effect property, security verification, data manipulation logic is performed, produce data manipulation result, and data manipulation result is organized as user Agency is capable of the language format of Direct Recognition;
    Direct Recognition refers to that data need not be changed before user agent is sent to from speech level to data, but stills need Carry out the conversion of data encoding format.
  2. A kind of 2. request processing method of dynamic web content according to claim 1, it is characterised in that the step 4 The tree that middle Logic application administrative unit manages developer, application, module, functional unit are formed, between each component Physical relationship is as follows:
    Each application is identified the developer of this application by developer's code, and developer's code is in global scope Uniquely;
    Same developer can develop one or more applications, and each application has an application identifier, same Application identifier is unique in the range of developer;
    One application includes one or more modules, and each module has a module identifier, in same application Internal model block identifier is unique;
    One module includes one or more functions, and each function has One function identifier, in same module range Interior function identifier is unique.
  3. A kind of 3. request processing method of dynamic web content according to claim 1, it is characterised in that the step 4 Middle metadata includes:Function identifier;Link information between Web Server and data storage service system, it is at least as follows One of:The position of data storage service system, authentication information;Object procedure, function or side in data storage service system The identifier of method;The parameter list of object procedure, function or method in data storage service system, and the mark of each parameter Know symbol, position, data type, size;Type, the size for the data that object procedure, function or method return;Data storage service The data encoding format that system uses.
  4. A kind of 4. request processing method of dynamic web content according to claim 1, it is characterised in that the step 4 Process, function or method in middle data storage service system include:Database store process, database functions or Web Service methods.
  5. A kind of 5. request processing method of dynamic web content according to claim 1, it is characterised in that the step 9 The language format that middle user agent is capable of Direct Recognition includes:Html, css and javascript.
  6. 6. the request processing method of a kind of dynamic web content according to claim 1, it is characterised in that also including data Response process of the storage service system to user agent:Step 10, data storage service system can by what is created in step 9 By the data of user agent's Direct Recognition by the linkup transmit between Web Server and data storage service system to Web Server;Step 11, Web Server are converted to the data received in step 10 the data encoding of user agent's requirement Form, and it is sent to user agent;Step 12, user agent is in the terminal where user agent using script to receiving The data arrived carry out logical process, dynamic generation web content, and are presented to user.
  7. A kind of 7. request processing method of dynamic web content according to claim 6, it is characterised in that the step 10 Script in two is javascript.
CN201510383918.3A 2015-07-03 2015-07-03 A kind of request processing method of dynamic web content Active CN104965909B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510383918.3A CN104965909B (en) 2015-07-03 2015-07-03 A kind of request processing method of dynamic web content

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510383918.3A CN104965909B (en) 2015-07-03 2015-07-03 A kind of request processing method of dynamic web content

Publications (2)

Publication Number Publication Date
CN104965909A CN104965909A (en) 2015-10-07
CN104965909B true CN104965909B (en) 2018-03-30

Family

ID=54219947

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510383918.3A Active CN104965909B (en) 2015-07-03 2015-07-03 A kind of request processing method of dynamic web content

Country Status (1)

Country Link
CN (1) CN104965909B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105607898B (en) * 2015-10-21 2019-02-12 浪潮(北京)电子信息产业有限公司 A kind of dynamic website development approach and system
CN107491538B (en) * 2017-08-23 2021-01-29 成都安恒信息技术有限公司 Storage process command and parameter value extraction method of DB2 database

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101963998A (en) * 2010-11-03 2011-02-02 北京开心人信息技术有限公司 Method and system for combining dynamic information bidirectionally
CN102902537A (en) * 2012-09-19 2013-01-30 厦门亿联网络技术股份有限公司 Embedded WEB model view controller (MVC) development framework based on Fast common gateway interface (CGI) and hypertext markup language (HTML) template

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7444590B2 (en) * 2003-06-25 2008-10-28 Microsoft Corporation Systems and methods for declarative localization of web services
US20080077556A1 (en) * 2006-09-23 2008-03-27 Juan Carlos Muriente System and method for applying real-time optimization of internet websites for improved search engine positioning

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101963998A (en) * 2010-11-03 2011-02-02 北京开心人信息技术有限公司 Method and system for combining dynamic information bidirectionally
CN102902537A (en) * 2012-09-19 2013-01-30 厦门亿联网络技术股份有限公司 Embedded WEB model view controller (MVC) development framework based on Fast common gateway interface (CGI) and hypertext markup language (HTML) template

Also Published As

Publication number Publication date
CN104965909A (en) 2015-10-07

Similar Documents

Publication Publication Date Title
US11150874B2 (en) API specification generation
CN105812351B (en) Realize the shared method and system of session
CN101282331B (en) Method for recognizing P2P network flow based on transport layer characteristics
CN102393857B (en) Method and system for local call based on web page
CN102185901B (en) Client message conversion method
US20170134520A1 (en) Systems and methods for distributed network-aware service placement
CN110602056B (en) Service parameter transmission method and device
CN105955674B (en) The quick assemble method of magnetic disk of virtual machine mirror moduleization, device and system
CN104881285A (en) Code snippet marking and reusing system based on body
CN105573956A (en) Serialization method and serialization-based network communication method
CN106656919B (en) A kind of session analytic method and system based on Telnet agreement
CN109460220A (en) The predefined code generating method of message, device, electronic equipment and storage medium
CN103902539B (en) Extensible markup analysis method and device
CN104965909B (en) A kind of request processing method of dynamic web content
CN106330788A (en) Message fragmentation transmission method and apparatus
CN111061453B (en) Voice interaction method and device for APP ecosystem
CN102624736B (en) TL1 (transaction language 1) command verification method and TL1 command verification device
CN107404515A (en) The processing method and processing device of asynchronous http request
CN107181747A (en) A kind of Handle resolution systems comprising top mode
CN107888642A (en) A kind of identification (RNC-ID) analytic device, identification (RNC-ID) analytic system and identification analytic method
CN106528175A (en) Generation method of data interface oriented to BS frame
CN110519160A (en) Things-internet gateway multimode communication means, device and computer readable storage medium
US20110055279A1 (en) Application server, object management method, and object management program
CN105516134A (en) Authentication method and system for system integration
CN106293862A (en) A kind of analysis method and device of expandable mark language XML data

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