CN103425522A - WEB-based background server access method and system - Google Patents

WEB-based background server access method and system Download PDF

Info

Publication number
CN103425522A
CN103425522A CN2012101656428A CN201210165642A CN103425522A CN 103425522 A CN103425522 A CN 103425522A CN 2012101656428 A CN2012101656428 A CN 2012101656428A CN 201210165642 A CN201210165642 A CN 201210165642A CN 103425522 A CN103425522 A CN 103425522A
Authority
CN
China
Prior art keywords
module
visited
web front
background server
web
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
CN2012101656428A
Other languages
Chinese (zh)
Other versions
CN103425522B (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.)
Shenzhen ZTE Netview Technology Co Ltd
Original Assignee
Shenzhen ZTE Netview 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 Shenzhen ZTE Netview Technology Co Ltd filed Critical Shenzhen ZTE Netview Technology Co Ltd
Priority to CN201210165642.8A priority Critical patent/CN103425522B/en
Publication of CN103425522A publication Critical patent/CN103425522A/en
Application granted granted Critical
Publication of CN103425522B publication Critical patent/CN103425522B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a WEB-based background server access method and system. The method includes: a semantic object building module of WEB front end builds semantic objects according to WEB front end script langue object model feature and semantic codes input by a user; a semantic extraction module of the WEB front end extracts corresponding to-be-accessed module name information, member method name information of a to-be-accessed module and interaction parameter information from the obtained semantic objects and transmits the three to a background server; a matching and calling module of the background server calls the corresponding to-be-accessed module according to the to-be-accessed module name information, the member method name information of the to-be-accessed module and the interaction parameter information and return the calling result to the WEB front end; an execution module of the WEB front end processes the calling result according to callback function information of the WEB front end. By the method, the problems that program deployment is complex, poor in stability and high in risk are solved.

Description

A kind of background server access method and system of Base on Web
Technical field
The present invention relates to the WEB technical field, in particular to a kind of background server access method and system of Base on Web.
Background technology
At present, along with developing rapidly of Internet technology, increasing people completes inter-related task by the Web program.And, because the requirement that people experience the user is more and more higher, so the developer also payes attention to more in the exploitation to the Web front end.
The exploitation of Web front end be unable to do without with background server to be carried out alternately, therefore when carrying out the exploitation of Web front end, more wish that it can conveniently complete relevant alternately to background server, usually, the mode of Web front-end access background server data mainly contains following three kinds:
1, the URL that directly accesses appointment by script calls corresponding functional module to complete alternately with background server.If after platform, the functional module of server is a lot, in the URL of WEB front end appointment link, also can increase accordingly so.Owing to there being a lot of URL links, no matter be therefore that the WEB front end calls these URL links or these URL links of background service management, its operating process is all very complex, and in the process of background service management URL, the logical code that also needs the renewal background server self that adapts, therefore strengthened managerial personnel's working strength.
2, at background server configuration URL, be redirected, so that the WEB front end allows URL be redirected to corresponding functional module when the access background server.Adopt the method, although can simplify the URL management of background server, if when the functional module of background server need to increase, URL is redirected configuration also will make corresponding modification, and it easily affects the stability that original URL is redirected configuration.
3, at the interface of the packaged appointment of WEB front end so that it points to respectively corresponding functional module, thereby the developer when developing early stage, only need allow the front end developer call these interfaces.Adopt the method, specify corresponding URL although can remove from when calling, but similarly, if background server increases functional module, the corresponding interface of WEB front end also needs corresponding increasing, need to carry out code revision in a big way at the WEB front end thus, and easily the stability of interface was originally set in impact.
Summary of the invention
Dispose comparatively complexity, less stable and the higher problem of risk in order to solve the program existed in prior art, the object of the present invention is to provide a kind of background server access method and system of Base on Web.
In order to reach purpose of the present invention, the present invention realizes by the following technical solutions:
A kind of background server access method of Base on Web comprises:
The semantic object of WEB front end is set up module and is adopted the semantic code of user's input to set up semantic object according to WEB front end script object model feature, wherein, described semantic code comprises member method name information, interaction parameter information and the WEB front end call back function information of module name information to be visited, module to be visited;
The extraction of semantics module of WEB front end is extracted member method name information and the interaction parameter information of corresponding module name information to be visited, module to be visited and is sent it to background server from the semantic object obtained;
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call result and be back to the WEB front end;
The execution module of WEB front end is processed the described result of calling of obtaining according to WEB front end call back function information.
Preferably, described semantic code is the code sequence for the descriptive semantics object that meets the script grammer.
Preferably, the coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call the treatment step that result is back to the WEB front end and comprise:
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information according to the module to be visited of obtaining is carried out corresponding member method in described module to be visited, carry out alternately according to the interaction parameter information and the WEB front end that obtain, will call result, be back to the WEB front end.
Preferably, described WEB front end script object model feature comprises:
A, object nested object;
B, subobject are property value or the element values of parent object;
The property value of c, special object or element value mean the member method title of module title to be visited and module to be visited;
The property value of d, special object or element value mean interaction parameter with the form of array;
The property value of e, special object or element value mean WEB front end call back function.
Preferably, the execution module of WEB front end describedly calls the step that result processed and comprises what obtain according to WEB front end call back function information:
A, the described result of calling is converted into to graphical interfaces and presents;
B, the described result of calling is stored with products for further and applied;
C, the described result of calling is passed to other process and processed.
A kind of background server access system of Base on Web, comprise WEB front end and background server, wherein:
The WEB front end, comprise semantic object establishment module, extraction of semantics module and execution module, wherein,
Semantic object is set up module and is adopted the semantic code of user's input to set up semantic object according to WEB front end script object model feature, wherein, described semantic code comprises member method name information, interaction parameter information and the WEB front end call back function information of module name information to be visited, module to be visited;
The extraction of semantics module is extracted member method name information and the interaction parameter information of corresponding module name information to be visited, module to be visited and is sent it to background server from the semantic object obtained;
And execution module is processed the result of calling of obtaining from background server according to WEB front end call back function information;
Background server, comprise the coupling calling module, and it calls corresponding module to be visited according to the module name information to be visited obtained, member method name information and the interaction parameter information of module to be visited, and will call result and be back to the WEB front end.
Preferably, described semantic code is the code sequence for the descriptive semantics object that meets the script grammer.
Preferably, the coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call the treatment step that result is back to the WEB front end and comprise:
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information according to the module to be visited of obtaining is carried out corresponding member method in described module to be visited, carry out alternately according to the interaction parameter information and the WEB front end that obtain, will call result, be back to the WEB front end.
Preferably, described WEB front end script object model feature comprises:
A, object nested object;
B, subobject are property value or the element values of parent object;
The property value of c, special object or element value mean the member method title of module title to be visited and module to be visited;
The property value of d, special object or element value mean interaction parameter with the form of array;
The property value of e, special object or element value mean WEB front end call back function.
Preferably, the execution module of WEB front end describedly calls the step that result processed and comprises what obtain according to WEB front end call back function information:
A, the described result of calling is converted into to graphical interfaces and presents;
B, the described result of calling is stored with products for further and applied;
C, the described result of calling is passed to other process and processed.
Technical scheme by the invention described above can find out, beneficial effect of the present invention is:
1, when background server adds new functional module, do not need to change again background server self code and self configuration, the WEB front end environment just can be called, thereby can allow background server self more stable; This is because newly-increased functional module is a kind of packaged standalone feature module, server background self code and self configuration do not have dependence to functional module, adopt the present invention to provide a kind of environment of accessing the background server functional module for the WEB front end, and server background self environment can not need change because of the increase of new functional module.
2, adopt the background server access method of Base on Web provided by the invention, the developer can complete the mutual of WEB front end and background server easily; The developer only needs according to treating calling functional modules title, member method title, interaction parameter, writes brief semantic code at the WEB front end and just can complete the mutual of WEB front end and background server.
3, the present invention has simplified the flow process of program development and upgrading.
In the time of program development, the developer only need in the WEB front end environment, programme just can be normal and background server complete alternately, need to not do again configuration at server, need in server self environment, not write again auxiliary code yet.
In the time of program upgrade, may only need to upgrade WEB front end code, may only need to upgrade the standalone feature block code, and server background self environment code generally not need to upgrade, and has realized concentrating certain link or certain point to be upgraded.The scope of upgrading is less, and the upgrading flow process is just simpler.
The accompanying drawing explanation
Fig. 1 is the background server access system structural representation of the Base on Web that provides of one embodiment of the invention;
Fig. 2 is the background server access method implementing procedure figure of the Base on Web that provides of one embodiment of the invention.
The realization of the object of the invention, functional characteristics and excellent effect, be described further below in conjunction with specific embodiment and accompanying drawing.
Embodiment
Below in conjunction with the drawings and specific embodiments, technical scheme of the present invention is described in further detail, can be implemented so that those skilled in the art can better understand the present invention also, but illustrated embodiment is not as a limitation of the invention.
The present invention utilizes the semantic code of the user of Web front end script input to build object model, and wherein, semantic code meets the script grammer.By this semantic code, allow the functional module information of Web front end and background server mutually mate, thereby complete the functional module of the background server of access appointment.
As shown in Figure 1, the background server access system of the Base on Web that the embodiment of the present invention provides, comprise WEB front end 10 and background server 20, wherein:
WEB front end 10, comprise semantic object establishment module 101, extraction of semantics module 102 and execution module 103, wherein,
Semantic object is set up module 101 and is adopted the semantic code of user's input to set up semantic object according to WEB front end script object model feature, wherein, described semantic code comprises member method name information, interaction parameter information and the WEB front end call back function information of module name information to be visited, module to be visited; In addition, described semantic code is the code sequence for the descriptive semantics object that meets the script grammer;
Extraction of semantics module 102 is extracted member method name information and the interaction parameter information of corresponding module name information to be visited, module to be visited and is sent it to background server 20 from the semantic object obtained;
And execution module 103 is processed the result of calling of obtaining from background server 20 according to WEB front end call back function information;
Background server 20, comprise coupling calling module 201, it calls corresponding module to be visited 202 according to the module name information to be visited obtained, member method name information and the interaction parameter information of module to be visited, and will call result and be back to WEB front end 10.
Wherein, in the present embodiment, described WEB front end script object model feature comprises:
A, object nested object;
B, subobject are property value or the element values of parent object;
The property value of c, special object or element value mean the member method title of module title to be visited and module to be visited;
The property value of d, special object or element value mean interaction parameter with the form of array;
The property value of e, special object or element value mean WEB front end call back function.
Below with the javascript script for example, set up a semantic object that meets this feature, for example its semanteme comprised of this semantic object of this structure is, a member in access background server 20 known function modules.
Wherein to be visited can the module title be more " Netview " altogether, and the member method name is " open ", and interaction parameter is " n1, n2, n3 ", and interaction results is " object ".
Semantic code is as follows:
Figure BDA0000168491942
Semantic description is as follows:
1, outermost brace means an object, the inside nested object;
2, " Netview " is object's property value (or claim attribute-name), means module title to be visited here, for WEB front-end access background server 20 processes, calls and correspondingly mated when the conditioning function module;
3, " open " is the attribute-name of object, means member's method name here, and the member method for the module to be visited 202 with background server 20 is mated in the future;
4, " [n1, n2, n3] " is the array form, means interaction parameter here, is used as the member method that parameter is passed to module 202 to be visited in the future;
5, " function (object) { } " is the element value of object, means call back function here, and the result that background server 20 returns in the future can be from obtaining by " object " here.
In the present embodiment, the coupling calling module 201 of background server 20 calls corresponding module to be visited 202 according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call the treatment step that result is back to WEB front end 10 and comprise:
The coupling calling module 201 of background server 20 calls corresponding module to be visited 202 according to the module name information to be visited of obtaining, member method name information according to the module to be visited of obtaining is carried out corresponding member method in described module 202 to be visited, according to the interaction parameter information and the WEB front end 10 that obtain, carry out alternately, will call result, being back to WEB front end 10.
The execution module 103 of WEB front end 10 describedly calls the step that result processed and comprises what obtain according to WEB front end call back function information:
A, the described result of calling is converted into to graphical interfaces and presents;
B, the described result of calling is stored with products for further and applied;
C, the described result of calling is passed to other process and processed.
Below describe WEB front end 10 and background server 20 coupling reciprocal processes in detail:
1, build semantic object according to front end script object model feature by semantic code-group;
Semantic code is the code that meets the script grammer, it is the description of an object, the member method name information that is comprising module name information to be visited, described module, interaction parameter information and WEB front end call back function information, this has semantic object, is called " semantic object ".
WEB front end script be take javascript as example, and the semantic code of setting up semantic object is as follows:
Wherein Netview, open can be used as the attribute-name of corresponding semantic object, and " n1 ", " n2 ", " n3 " and function (object) { } can be used as the property value of corresponding semantic object.The information of this section semantic code description is: module title to be visited is Netview, and corresponding module member method title is open, and interaction parameter is " n1 ", " n2 ", " n3 ", and WEB front end call back function is function (object) { }.
2, extract module name information to be visited, module member method name information and interaction parameter information from the semantic object of setting up and send it to background server 20;
In the middle of practical application, can write a specific function at WEB front end 10 and extract module name information to be visited, module member method name information and interaction parameter information from semantic object, send it to afterwards background server 20.The major function of this specific function is: take out useful information and send it to background server 20 from semantic object.
3, after background server 20 receives module name information to be visited, module member method name information, interaction parameter information, then call corresponding module, after the result of calling of serializing is returned to WEB front end 10;
Information and background server 20 module information to be called that the semanteme that WEB front end 10 builds comprises picture have corresponding relation, and can carry out information matches, so can write a specific function at background server 20, pass module name information to be visited, module member method name information, the interaction parameter information of coming according to WEB front end 10 and call the module of appointment.
4, backstage is after the corresponding module of server calls, and the execution module 103 of WEB front end 10, by call back function function (object) { }, is done corresponding processing by the result of calling of obtaining.
Wherein, described call back function is the space of 10 1 executable codes of WEB front end, can in call back function, carry out other spreading code or be docked with other WEB front-end module, finally completes mutual between WEB front end 10 and background server 20.
As shown in Figure 2, below in conjunction with the schematic flow sheet of the present invention's one specific embodiment, describe, as follows:
In step S01, according to script object models, set up and there is semantic code snippet.
In step S02, WEB front end 10 produces when mutual, starts the semantic code obtained in analytical procedure S01.
In step S03, according to rule, the semanteme of step S02 is verified, if can extract effective semanteme, enter step S04; Otherwise process ends.
In step S04, draw according to the result of step S03 the mutual information of wanting, such as being which member method in which module etc. on access background server 20.
In step S05, the information of coming according to the biography of step S04 is carried out the semanteme parsing, and result comprises module title, member method title, interaction parameter etc.
In step S06, according to the result of step S05, judge whether to match corresponding module and member method, if the match is successful, enter S07; Otherwise process ends.
In step S07, carry out the member method in corresponding module, with front end, complete alternately.
The foregoing is only the preferred embodiments of the present invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; or directly or indirectly be used in other relevant technical fields, all in like manner be included in scope of patent protection of the present invention.

Claims (10)

1. the background server access method of a Base on Web, is characterized in that, comprising:
The semantic object of WEB front end is set up module and is adopted the semantic code of user's input to set up semantic object according to WEB front end script object model feature, wherein, described semantic code comprises member method name information, interaction parameter information and the WEB front end call back function information of module name information to be visited, module to be visited;
The extraction of semantics module of WEB front end is extracted member method name information and the interaction parameter information of corresponding module name information to be visited, module to be visited and is sent it to background server from the semantic object obtained;
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call result and be back to the WEB front end;
The execution module of WEB front end is processed the described result of calling of obtaining according to WEB front end call back function information.
2. the background server access method of Base on Web as claimed in claim 1, is characterized in that, described semantic code is the code sequence for the descriptive semantics object that meets the script grammer.
3. the background server access method of Base on Web as claimed in claim 1, it is characterized in that, the coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call the treatment step that result is back to the WEB front end and comprise:
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information according to the module to be visited of obtaining is carried out corresponding member method in described module to be visited, carry out alternately according to the interaction parameter information and the WEB front end that obtain, will call result, be back to the WEB front end.
4. the background server access method of Base on Web as claimed in claim 1, is characterized in that, described WEB front end script object model feature comprises:
A, object nested object;
B, subobject are property value or the element values of parent object;
The property value of c, special object or element value mean the member method title of module title to be visited and module to be visited;
The property value of d, special object or element value mean interaction parameter with the form of array;
The property value of e, special object or element value mean WEB front end call back function.
5. the background server access method of Base on Web as claimed in claim 1, is characterized in that, the execution module of WEB front end describedly calls the step that result processed and comprises what obtain according to WEB front end call back function information:
A, the described result of calling is converted into to graphical interfaces and presents;
B, the described result of calling is stored with products for further and applied;
C, the described result of calling is passed to other process and processed.
6. the background server access system of a Base on Web, comprise WEB front end and background server, it is characterized in that:
The WEB front end, comprise semantic object establishment module, extraction of semantics module and execution module, wherein,
Semantic object is set up module and is adopted the semantic code of user's input to set up semantic object according to WEB front end script object model feature, wherein, described semantic code comprises member method name information, interaction parameter information and the WEB front end call back function information of module name information to be visited, module to be visited;
The extraction of semantics module is extracted member method name information and the interaction parameter information of corresponding module name information to be visited, module to be visited and is sent it to background server from the semantic object obtained;
And execution module is processed the result of calling of obtaining from background server according to WEB front end call back function information;
Background server, comprise the coupling calling module, and it calls corresponding module to be visited according to the module name information to be visited obtained, member method name information and the interaction parameter information of module to be visited, and will call result and be back to the WEB front end.
7. the background server access system of Base on Web as claimed in claim 6, is characterized in that, described semantic code is the code sequence for the descriptive semantics object that meets the script grammer.
8. the background server access system of Base on Web as claimed in claim 6, it is characterized in that, the coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information and the interaction parameter information of module to be visited, and will call the treatment step that result is back to the WEB front end and comprise:
The coupling calling module of background server calls corresponding module to be visited according to the module name information to be visited of obtaining, member method name information according to the module to be visited of obtaining is carried out corresponding member method in described module to be visited, carry out alternately according to the interaction parameter information and the WEB front end that obtain, will call result, be back to the WEB front end.
9. the background server access system of Base on Web as claimed in claim 6, is characterized in that, described WEB front end script object model feature comprises:
A, object nested object;
B, subobject are property value or the element values of parent object;
The property value of c, special object or element value mean the member method title of module title to be visited and module to be visited;
The property value of d, special object or element value mean interaction parameter with the form of array;
The property value of e, special object or element value mean WEB front end call back function.
10. the background server access system of Base on Web as claimed in claim 6, is characterized in that, the execution module of WEB front end describedly calls the step that result processed and comprises what obtain according to WEB front end call back function information:
A, the described result of calling is converted into to graphical interfaces and presents;
B, the described result of calling is stored with products for further and applied;
C, the described result of calling is passed to other process and processed.
CN201210165642.8A 2012-05-25 2012-05-25 A kind of background server access method and system based on WEB Active CN103425522B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210165642.8A CN103425522B (en) 2012-05-25 2012-05-25 A kind of background server access method and system based on WEB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210165642.8A CN103425522B (en) 2012-05-25 2012-05-25 A kind of background server access method and system based on WEB

Publications (2)

Publication Number Publication Date
CN103425522A true CN103425522A (en) 2013-12-04
CN103425522B CN103425522B (en) 2017-07-28

Family

ID=49650316

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210165642.8A Active CN103425522B (en) 2012-05-25 2012-05-25 A kind of background server access method and system based on WEB

Country Status (1)

Country Link
CN (1) CN103425522B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595476A (en) * 2018-03-12 2018-09-28 广东睿江云计算股份有限公司 A kind of method of parameter intelligent matching conversion
CN108920676A (en) * 2018-07-09 2018-11-30 清华大学 A kind of method and system handling diagram data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6772167B1 (en) * 2000-09-07 2004-08-03 International Business Machines Corporation System and method for providing a role table GUI via company group
CN101206568A (en) * 2007-12-07 2008-06-25 华中科技大学 Gridding application program interface system based on Web
CN101320451A (en) * 2008-07-04 2008-12-10 中国移动通信集团福建有限公司 Customer complaining method using decision tree
CN101697139A (en) * 2009-11-06 2010-04-21 金蝶软件(中国)有限公司 Method, device and registry for remote procedure call
CN102207873A (en) * 2011-06-15 2011-10-05 中国联合网络通信集团有限公司 Realizing method of JavaScript extended object based on Android platform, and binding interface structure

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6772167B1 (en) * 2000-09-07 2004-08-03 International Business Machines Corporation System and method for providing a role table GUI via company group
CN101206568A (en) * 2007-12-07 2008-06-25 华中科技大学 Gridding application program interface system based on Web
CN101320451A (en) * 2008-07-04 2008-12-10 中国移动通信集团福建有限公司 Customer complaining method using decision tree
CN101697139A (en) * 2009-11-06 2010-04-21 金蝶软件(中国)有限公司 Method, device and registry for remote procedure call
CN102207873A (en) * 2011-06-15 2011-10-05 中国联合网络通信集团有限公司 Realizing method of JavaScript extended object based on Android platform, and binding interface structure

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595476A (en) * 2018-03-12 2018-09-28 广东睿江云计算股份有限公司 A kind of method of parameter intelligent matching conversion
CN108595476B (en) * 2018-03-12 2021-01-15 广东睿江云计算股份有限公司 Intelligent parameter matching and converting method
CN108920676A (en) * 2018-07-09 2018-11-30 清华大学 A kind of method and system handling diagram data

Also Published As

Publication number Publication date
CN103425522B (en) 2017-07-28

Similar Documents

Publication Publication Date Title
US8959477B2 (en) Scripting language for business applications
CN101471818B (en) Detection method and system for malevolence injection script web page
US8549490B2 (en) Static code analysis for packaged application customization
EP2827244A1 (en) Extension mechanism for scripting language compiler
CN111209004A (en) Code conversion method and device
KR101787527B1 (en) Framework supporting apparatus for developing client application under multi-platform environment, and method using the same
US20150339175A1 (en) Method and device for starting external application program in browser
CN105354014A (en) Application interface rendering display method and apparatus
CN101127655A (en) Method and system for integrating existing www systems
CN109144567B (en) Cross-platform webpage rendering method and device, server and storage medium
CN110262783B (en) Interface generation method and device and terminal equipment
US10754628B2 (en) Extracting web API endpoint data from source code to identify potential security threats
CN109522018A (en) Page processing method, device and storage medium
JP2007122135A (en) Development support device, development support method and development support program
CN111176627A (en) Device and method for separating front end from back end based on micro-service
CN111045683A (en) Applet code compiling method, device, equipment and medium
CN105094921A (en) Method and device for calling peripheral in cross-browser mode
CN114996619A (en) Page display method and device, computer equipment and storage medium
WO2021197273A1 (en) Redundant code removing method, apparatus and device, and computer readable storage medium
CN101763432A (en) Method for constructing lightweight webpage dynamic view
CN110045950A (en) Static page based on nodejs develops scaffold method
CN103425522A (en) WEB-based background server access method and system
CN112965732A (en) Resource package obtaining method, intelligent wearable device and storage medium
CN108734007A (en) A kind of processing method and processing device of monitoring application program
CN113467777A (en) Path identification method, device and system

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